:root{
  --main-dark-bg-color: #ebe7e3;
  --second-dark-bg-color: #f7f7f7;
  --about-certif-all:rgb(255, 224, 156);
  --secondary-dark-bg-color: #ebdfd4;
  --portfolio-bg-color: #fff;
  --main-dark-txt-color: #221e1a;
  --secondary-dark-txt-color: #808080;
  --third-dark-txt-color: #FF8500;
  --title-dark-txt-color: #eee;
  --five-dark-txt-color: #00FF00;
  --six-dark-txt-color: #ffe9d6;
  --main-dark-active-link-color: #FF8500; 
  --main-dark-inactive-link-color: #121212; 
  --main-dark-header-bg-color: #fff;
  --main-dark-header-txt-color: rgb(160, 72, 0);
  --slider-bg:#cfcbc7;
  --slider-color:#121212;
  --portfolio-detail-strong:#f26d00;
  --bg-portfolio-details:rgba(129,129,129,0.1);
  --contact-txtarea-bg:#121212;
  --portfolio-area-bg:#ffefe6;
  --mainlyBgInactiveColor:#ff8500;
  --mainlyTxtInactiveColor:#ff8500;
  --mainlyTxtHoverColor: #1d1d1d;
  --homeAboutTxtColor: #1d1d1d;
  --serviceBoxText:#222222;
  --homeNameTxt:#fffdd0;
  --homeAboutTxtColorHover: #ff8850;
  --contactLabelTxt:#130a04;
}

[data-theme="dark"]{
  --main-dark-bg-color: #222222;
  --second-dark-bg-color: #303030;
  --secondary-dark-bg-color: #222222;
  --portfolio-bg-color: #130a04;
  --main-dark-txt-color: #ebe7e3;
  --secondary-dark-txt-color: #808080;
  --third-dark-txt-color: #FFFDD0;
  --title-dark-txt-color: #eee;
  --five-dark-txt-color: #00FF00;
  --six-dark-txt-color: #F28500;
  --main-dark-active-link-color: #FF8500; /*#FF8500;*/
  --main-dark-inactive-link-color: #ba8e6b; /*#685848;*/
  --main-dark-header-bg-color: #121212;
  --main-dark-header-txt-color: #fff;
  --slider-bg:#ebe7e3;
  --slider-color:#ff8500;
  --portfolio-detail-strong:#f28500;
  --bg-portfolio-details:rgba(129,129,129,0.1);
  --contact-txtarea-bg:#121212;
  --social-links-normal:#fffdd0;
  --social-links-hover:#ff8500;
  --portfolio-area-bg:#312c23;
  --about-certif-all:rgb(219, 88, 6);
  --mainlyBgInactiveColor:#FF8500;
  --mainlyTxtInactiveColor:#fffdd0;
  --mainlyTxtHoverColor: #130a04;
  --homeAboutTxtColor: #ff8500;
  --serviceBoxText: #f28500;
  --homeNameTxt: #ff8500;
  --homeAboutTxtColorHover: #fffdd0;
  --contactLabelTxt: #fffdd0;
}

[data-theme="light"]{
  --main-dark-bg-color: #ebe7e3;
  --second-dark-bg-color: #f7f7f7;
  --about-certif-all:rgb(255, 224, 156);
  --secondary-dark-bg-color: #ebdfd4;
  --portfolio-bg-color: #fff;
  --main-dark-txt-color: #221e1a;
  --secondary-dark-txt-color: #808080;
  --third-dark-txt-color: #FF8500;
  --title-dark-txt-color: #eee;
  --five-dark-txt-color: #00FF00;
  --six-dark-txt-color: #ffe9d6;
  --main-dark-active-link-color: #FF8500; 
  --main-dark-inactive-link-color: #121212; 
  --main-dark-header-bg-color: #fff;
  --main-dark-header-txt-color: rgb(160, 72, 0);
  --slider-bg:#cfcbc7;
  --slider-color:#121212;
  --portfolio-detail-strong:#f26d00;
  --bg-portfolio-details:rgba(129,129,129,0.1);
  --contact-txtarea-bg:#121212;
  --portfolio-area-bg:#ffefe6;
  --mainlyBgInactiveColor:#ff8500;
  --mainlyTxtInactiveColor:#ff8500;
  --mainlyTxtHoverColor: #1d1d1d;
  --homeAboutTxtColor: #1d1d1d;
  --serviceBoxText:#222222;
  --homeNameTxt:#fffdd0;
  --homeAboutTxtColorHover: #ff8850;
  --contactLabelTxt:#130a04;

}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: var(--main-dark-bg-color);
  color: var(--main-dark-txt-color);
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.img-responsive {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.col-md-4 a:hover img {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  transition: transform .2s ease-in-out, box-shadow .2s ease-in-out;
}


/* Dark Mode Toggle */
.theme-switch-wrapper {
  display:flex;
  align-items: center;
  z-index: 100;
  position:fixed;
  right: 25px;
  top: 18px;
  border-radius: 10px;
  
}

@media (max-width: 991px) {
  .theme-switch-wrapper{
    right: 23%;
    
    top:18px;
  }
}

@media (min-width:992px) and (max-width:1748px) {
.theme-switch-wrapper{
  top:16px;
  right:2%;
}
}

label{
  color: var(--contactLabelTxt);
}
label b{
  font-size:19px;
  font-weight: 600;
}

.theme-switch-wrapper-index {
  padding: 5px;
  align-items: center;
  z-index: 100;
  border-radius: 3px;
  color:var(--main-dark-txt-color);
  background: var(--six-dark-txt-color);
  letter-spacing: .03em;
  border:none;
  font-size: 16px;
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: 0.5px;
}

.theme-switch-wrapper span {
  margin-right: 10px;
  font-size: 1rem;
  color: var(--slider-color);
}

.theme-switch-wrapper-index span {
  margin-right: 10px;
  font-size: 1rem;
}

.toggle-text {
  position: relative;
  top: -4px;
  right: 5px;
  
}

.theme-switch {
  display: absolute;
  height: 34px;
  position: relative;
  width: 60px;
}

.theme-switch input {
  display: none;
}

.slider {
  background: var(--slider-bg);
  
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}

.slider::before {
  background: var(--slider-color);
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 26px;
}

input:checked + .slider {
  background: var(--slider-bg);
}

input:checked + .slider::before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
  
}

.slider.round::before {
  border-radius: 50%;
}

.fas {
  font-size: 30px;
  margin-right: 5px;
}

.navbar-nav .nav-item .mainlyBtn{
  display: flex;
        align-items: center;
        justify-content: space-between;
        font-size:20px;
        font-family: "Poppins", sans-serif;
        color: var(--mainlyTxtInactiveColor);
        
        white-space: nowrap;
        transition: 0.3s;
}

.navbar-nav .nav-item .mainlyBtn:hover{
  color: var(--mainlyTxtHoverColor);
  
  
  font-size:20px;
  
  
}

.externalLink{
  font-size: 17px;
}

/*
# Loading animation css
*/


/*
# End loading animation css
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: var(--main-dark-txt-color);
  font-weight: 600;
}

h4 {
  color: var(--main-dark-txt-color);
  font-size: 14px;
  font-weight: 600;
}

a {
  color: var(--main-dark-inactive-link-color);
  text-decoration: none !important;
  transition: all 0.5s ease-in-out 0s;
}



.isDisabled{
    color: var(--third-dark-txt-color);
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

a:hover {
  transition: all 0.5s ease-in-out 0s;
    color: var(--main-dark-active-link-color);
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: var(--third-dark-txt-color);
  line-height: 28px;
}

::-moz-selection {
  background: #F28500;
  color: #121212;
}

::selection {
  background: #F28500;
  color: #121212;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

.main-content {
  padding-top: 30px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: var(--main-dark-inactive-link-color);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--main-dark-bg-color);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--main-dark-txt-color);
  color: var(--main-dark-bg-color);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: var(--main-dark-header-bg-color);
  top: -100%;
  /*box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0px 4px 8px rgba(186, 142, 107, 0.09);
}

#header.header-scrolled, #header.header-inner-pages {
  top: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}

#header .logo a {
  color: var(--main-dark-inactive-link-color);
}

#header .logo a:hover {
        color: var(--main-dark-active-link-color);
}

#header .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
}

/*--------------------------------------------------------------
# Header2
--------------------------------------------------------------*/
#header2 {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: var(--main-dark-header-bg-color);
  top: -100%;
  /*box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0px 4px 8px rgba(186, 142, 107, 0.09);
}

#header2.header-scrolled, #header2.header2-inner-pages {
  top: 0;
}

#header2 .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}

#header2 .logo a {
  color: var(--main-dark-inactive-link-color);
}

#header2 .logo a:hover {
        color: var(--main-dark-active-link-color);
}

#header2 .logo img {
  max-height: 40px;
}

@media (max-width: 992px) {
  #header2 {
    border: 0;
  }
}

/* 
  My navbar - menuManagement
*/

.navbar{

  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background-color: var(--main-dark-header-bg-color);
  top: -100%;
  /*box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);*/
  box-shadow: 0px 4px 8px rgba(186, 142, 107, 0.09);
}

.navbar .logo{
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;

}

.navbar a{
  display: flex;
        align-items: center;
        justify-content: space-between;
        font-size:20px;
        font-family: "Poppins", sans-serif;
        color: var(--main-dark-inactive-link-color);
        white-space: nowrap;
        transition: 0.3s;
}



.navbar a:hover{
  color: var(--main-dark-active-link-color);
  border-bottom: 2px solid;
  font-size:20px;
  border-color: var(--main-dark-active-link-color);
  font-weight: 600;
}

.navbar .dropdown-menu{
  
  z-index: 997;
  padding: 5px 0;
  background-color: var(--main-dark-header-bg-color);
  
  box-shadow: 0px 4px 8px rgba(186, 142, 107, 0.09);
}

.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);}

.navbar .dropdown-menu b{
  color:var(--social-links-normal);
  font-size:22px;
}

.navbar .nav-link{
  color:var(--main-dark-inactive-link-color);
}

.navbar .navbar-toggler{
  color: var(--main-dark-inactive-link-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--slider-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
  font-size:30px;
}


.navbar .dropdown-menu hr{
  background-color: var(--main-dark-txt-color);
  font-weight: 700;
}


.navbar .dropdown-menu .bi-chevron-down{
  color: var(--main-dark-txt-color);
  font-weight: 700;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

.skill-mf span {
  color: var(--homeAboutTxtColor);
}

.skill-mf .progress {
  background-color: #f8edcd;
  margin: 0.5rem 0 1.2rem 0;
  border-radius: 0;
  height: 0.7rem;
}

.skill-mf .progress .progress-bar {
  height: 0.7rem;
  background-color: var(--main-dark-active-link-color);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-box {
  background-color: var(--second-dark-bg-color);
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: var(--main-dark-active-link-color);
  box-shadow: 0 0 0 10px #f5b35d;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: var(--main-dark-active-link-color);
}

.service-box .ico-circle {
  transition: all 500ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.service-box .ico-circle i {
  line-height: 0;
  font-size: 40px;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
  color: var(--homeAboutTxtColor);
}

.service-box .s-title:hover {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: underline !important;
  text-align: center;
  padding: 0.4rem 0;
  color: var(--homeAboutTxtColorHover);
}

.service-box .s-description {
  color: var(--serviceBoxText);
}

.service-content b{
  font-weight: 800;
}

/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
.counter-box {
  color: #fff;
  text-align: center;
}


.counter-num a{
  color: var(--main-dark-txt-color);
}

.counter-num a:hover{
  color: var(--homeAboutTxtColorHover);
  text-decoration: underline !important;

  font-weight: 800;
}

.refCounterIco span{
  color: var(--main-dark-txt-color);
}

.refCounterIco span:hover{
  color:  var(--social-links-hover);
  font-weight: 800;
  text-decoration: underline !important;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.5;
  box-shadow: 0 0 0 10px #f8e7cd;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  height: 30%;
}

.work-box:hover img {
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
  height: 190px;
  width: 350px;
  max-width: 100%;
}

.work-img img {
  transition: all 1s;
  
}

.work-content {
  padding: 2rem 3% 1rem 4%;
  
}

.work-content .w-more {
  color: var(--mainlyTxtInactiveColor);
  font-size: 0.8rem;
}

.work-content .w-more .w-ctegory {
  color: var(--main-dark-active-link-color);
}

.work-content .w-like {
  font-size: 2.5rem;
  color: var(--homeAboutTxtColor);
  float: right;
}

.work-content .w-like a {
  color: var(--homeAboutTxtColor);
}

.work-content .w-like a:hover {
  color: var(--third-dark-txt-color);
}

.work-content .w-like .num-like {
  font-size: 0.7rem;
}

.w-title {
  font-size: 1.2rem;
  
}


.seePortfolioHome h2{
  margin: 10px 2px 6px 2px;
    font-size: 25px;
    font-weight: 800;
    height: 3.2rem;
    color: var(--main-dark-txt-color);
    border: 2px solid var(--main-dark-inactive-link-color);
    background: none;
    border-radius: 8px;
    justify-content: space-between;
    padding: 5px 10px 10px 10px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.seePortfolioHome h2:hover{
  margin: 10px 2px 6px 2px;
  font-size: 25px;
  font-weight: 800;
  color: var(--third-dark-txt-color);
border: 2px solid var(--third-dark-txt-color);
background: var(--portfolio-bg-color);
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 10px 10px;
}


/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: var(--homeAboutTxtColor);
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  text-decoration: none;
  color: var(--serviceBoxText);
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: var(--main-dark-active-link-color);
  margin: 0 auto;
}


.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

.overlay-mf {
  background-color: var(--homeAboutTxtColor);
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}


/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: var(--main-dark-active-link-color);
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.2rem;
  border-radius: 50%;
  line-height: 1.6;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px var(--main-dark-active-link-color);
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: var(--main-dark-active-link-color);
  color: #fff;
  box-shadow: 0 0 0 3px #f8e9cd;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.widget-tags ul,
.widget-sidebar .list-sidebar,
.box-comments .list-comments,
.blog-wrapper .post-meta ul,
.list-ico,
.socials ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: var(--main-dark-txt-color);
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px var(--main-dark-active-link-color);
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/
#hero {
  background: url("../img/home-bg-blur2.webp") repeat scroll center center/cover;
  height: 100%;
  width: 100%;
}

#hero .hero-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.hero-content p {
    font-size: 13px;
    letter-spacing: 3px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    /* # background-color: rgba(52, 0, 0, 0.4); */
    color: #fff;
    font-weight: 500;
}

.hero-content .list-social li {
  float: left;
  margin-right: 20px;
}

.hero-content .list-social li i {
  color: #fff;
  font-size: 15px;
}



/*--------------------------------------------------------------
# PAGE 404 - ERROR
--------------------------------------------------------------*/
#hero {
  background: url("../img/mainHomePage.webp") repeat scroll center center/cover;
  height: 100%;
  width: 100%;
}

#hero .hero-content-2 {
  height: 100vh;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero-content-2 h1 {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color:var(--third-dark-txt-color);
}

.hero-content-2 h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: var(--third-dark-txt-color);;
}

.bg-error-2{
    background: rgba(42, 70, 84, 0.95)
}

.hero-content-2 p {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 0;
    /* # background-color: rgba(52, 0, 0, 0.4); */
    color: var(--third-dark-txt-color);
    font-weight: 500;
}

.hero-content-2 .list-social li {
  float: center;
  margin-right: 20px;
}

.hero-content-2 .list-social li i {
  color: #fff;
  font-size: 15px;
}

.error ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10;
  font-size: 20px;
}

.error h2 {
    margin: 0 10px 0 10px;
    color: var(--main-dark-txt-color);
  border: 2px solid var(--main-dark-txt-color);
background: #d6efff;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 10px 10px; 
    transition: all 0.3s ease-in-out;
}

.error h2:hover{
    margin: 0 10px 0 10px;
    color: var(--third-dark-txt-color);
  border: 2px solid var(--third-dark-txt-color);
background: var(--main-dark-txt-color);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 10px 10px; 
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 120px 0 0 0;
  min-height: 40px;
}

code{
    color: var(--main-dark-inactive-link-color);
    font-size: 16px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

.breadcrumbs_txt{
    color: var(--third-dark-txt-color);
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
    
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  About
/*-----------------------------------------------------------------------------------*/
#about {
  width: 100%;
  height: auto;
  padding-top: 120px;
}

#about strong {
    color: var(--main-dark-txt-color);
}

    #about .div-img-bg {
        padding-bottom: 30px;
        border: 10px solid var(--main-dark-inactive-link-color);
    }

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.14);
  margin-top: -50px;
  margin-left: 30px;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services {
  position: relative;
  padding-bottom: 80px;
    
}

.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: var(--main-dark-txt-color);
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
    
}

.services-block{
    box-shadow: 0px 3px 1px rgb(242 133 0 / 60%);
    background-color: rgb(242 133 0 / 3%);
    height: 140px;
    width: 100%;
    padding: 5px 10px;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  
}

.services-block i {
    font-size: 44px;
    color: var(--main-dark-txt-color);
    line-height: 44px;
    
}

.services-slider .swiper-pagination {
  margin-top: 30px;
  position: relative;
    
}

    .services-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: var(--third-dark-txt-color);
        opacity: 1;
        border: 1px solid var(--social-links-hover);
    }

    .services-slider .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--bg-portfolio-details);
    }

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
#portfolio {
  position: relative;
  padding-bottom: 50px;
  background-color:none;
}

.portfolio-lista li{
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.blurAx{
    filter: blur(0px);
}

.blur1{
  filter: blur(1px);
}

.blur2{
  filter: blur(2px);
}

.blur3{
  filter: blur(3px);
}

.swiper-slide img{
width: 100%;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .card-blog {
    margin-bottom: 3rem;
  }
}

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}


.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: var(--main-dark-active-link-color);
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: 0.6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-footer .author:hover{
  text-decoration: underline;
  font-weight: 800;
  color:var(--mainlyTxtHoverColor);
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}


#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border-style: solid;
  border-color: var(--secondary-dark-txt-color);
  border-width: .1rem;
  color: var(--main-dark-inactive-link-color);
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

    #portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
        color: var(--main-dark-active-link-color);
        
        border-style: solid;
        border-color: var(--main-dark-active-link-color);
        border-width: .1rem;      
    }

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}





.info-box-portfolio h2{ /* VIEW PROJECT button*/
    margin: 0 10px 0 10px;
    font-size: 15px;
    display: grid;
    color: var(--main-dark-bg-color);
    border: 2px solid var(--main-dark-bg-color);
    background: var(--six-dark-txt-color);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 10px 10px; 
    transition: all 0.3s ease-in-out;
}

.info-box-portfolio h2:hover{
    margin: 0 10px 0 10px;
    font-size: 15px;
    color: #fff;
  border: 2px solid var(--third-dark-txt-color);
background: var(--main-dark-txt-color);
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px 10px 10px; 
}

/*
# Portfolio Details
*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details ul li{
  color: var(--third-dark-txt-color) !important;
}

.contriLinks{
  color: var(--main-dark-bg-color);
  background-color: var(--main-dark-txt-color);
  font-weight: 800;
  padding: 0px 5px 0px 5px;
}

.portfolio-details .dasiaProject ul li strong{
  font-weight: 500;
  color:var(--portfolio-detail-strong);
}

.bs-linebreak {
  
  border-top: 3px solid var(--third-dark-txt-color);
}

.portfolio-description{
  background-color: var(--bg-portfolio-details);
  border-radius: 15px;
  padding:15px;
}

.portfolio-info{
  margin-bottom: 10px;
  background-color: rgba(129, 129, 129, 0.1);
  border-radius: 15px;
  padding:15px;
  
}

.portfolio-info strong{
  font-weight: 500;
  color:var(--portfolio-detail-strong);
}

.portfolio-description strong{
  font-weight: 600;
  color:var(--portfolio-detail-strong);
}

.about-descr .seeAllCertif h2{
  margin: 10px 2px 6px 2px;
  font-size: 25px;
  font-weight: 800;
  height:3.2rem;
  color: var(--main-dark-txt-color);
  border: 2px solid var(--main-dark-inactive-link-color);
  background: var(--about-certif-all);
  border-radius: 8px;  
  justify-content: space-between;
  padding: 5px 10px 10px 10px; 
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.about-descr .seeAllCertif h2:hover{
  margin: 10px 2px 6px 2px;
  font-size: 25px;
  font-weight: 800;
  color: var(--third-dark-txt-color);
border: 2px solid var(--third-dark-txt-color);
background: var(--portfolio-bg-color);
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 10px 10px;
}

.portfolio-certificate h2{
    margin: 0 2px 6px 2px;
    font-size: 17px;
    color: var(--main-dark-txt-color);
    border: 2px solid var(--main-dark-bg-color);
    background: var(--six-dark-txt-color);
    border-radius: 8px;  
    justify-content: space-between;
    padding: 5px 10px 10px 10px; 
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.about-descr .portfolio-certificate h2{
  margin: 0 2px 6px 2px;
  font-size: 17px;
  height:3.2rem;
  color: var(--main-dark-txt-color);
  border: 2px solid var(--main-dark-inactive-link-color);
  background: var(--six-dark-txt-color);
  border-radius: 8px;  
  justify-content: space-between;
  padding: 5px 10px 10px 10px; 
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}

.portfolio-certificate h2:hover{
  margin: 0 2px 6px 2px;
  font-size: 17px;
  color: var(--third-dark-txt-color);
border: 2px solid var(--third-dark-txt-color);
background: var(--portfolio-bg-color);
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px 10px 10px; 
}

/* Certificate PDFs */

iframe{
  min-width: 100%;
  width:100%;
  height: 650px;
  background-color: var(--main-dark-inactive-link-color);
  
}

.mobileCheck{
  visibility: hidden;
}

@media (max-width: 1300px){
  .mobileCheck{
    visibility:visible;
  }
}



/*
# Portfolio Personalizat
*/

#portfolio .portfolio-item{
 padding: 15px; 
 
}

#portfolio .padding-item{
  border-style: solid;
  border-color: var(--third-dark-txt-color);
  border-width: 1px;
  
  height: auto;
  transition: all 0.2s ease;
}

#portfolio .padding-item:hover{
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: 2px;
  
}

#portfolio .card-item{
  height:auto;
  
  background-color: none;
}

.portfolio-lista li{
  list-style: none;
}

.portfolio-link-project h3{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 16px 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: var(--main-dark-txt-color);
  letter-spacing: .03em;
  background: var(--six-dark-txt-color);
  font-size: 20px;
  font-weight: 800;
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: .5px;
}

.portfolio-link-project h3:hover{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 16px 22px;
  text-align: center;
  margin-bottom: 15px;
  color: var(--main-light-header-txt-color);
  letter-spacing: .03em;
  background: var(--main-dark-txt-color);
  font-size: 20px;
  font-weight: 800;
  border-style: solid;
  border-color: var(--secondary-dark-txt-color);
  border-width: .5px;
}

#portfolio .portfolio-img {
  
  max-width: 100%;
  width: 408px;
  height: 250px;
  
}

#portfolio .card-item .tag-nonclick p{
  
  position: absolute;
  font-weight: 700;
  font-size: 17px;
  padding: 1px 5px 1px 5px;
  text-align: center;
  top:15px;
  right:1.9rem;
  z-index: 10;
  background-color: var(--contact-txtarea-bg);
}


#portfolio .info-area-item{
  background-color: var(--portfolio-area-bg);
  width: 100%;
  height: 140px;
  padding: 30px 30px 20px 30px;
}

#portfolio .info-area-item .portfolio-title h2{
  color: var(--main-dark-header-txt-color);
  font-size:18px;
  line-height: 1.2;
  margin-bottom: 15px;
}



#portfolio .info-area-item .portfolio-content p{
  color: var(--main-dark-inactive-link-color);
  margin-bottom: 28px;
}

#portfolio .info-area-item .portfolio-button h3{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--main-dark-txt-color);
  letter-spacing: .03em;
  background: var(--six-dark-txt-color);
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: .5px;
}

#portfolio .info-area-item .portfolio-button h3:hover{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: auto;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--third-dark-txt-color);
  letter-spacing: .03em;
  background: var(--portfolio-bg-color);
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: .5px;
}

.portfolio-button h3{
  border: none;
  
  border-radius: 3px;
  
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--main-dark-txt-color);
  letter-spacing: .03em;
  background: var(--six-dark-txt-color);
  font-size: 16px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: .5px;
}

.portfolio-button h3:hover{
  border: none;
  
  border-radius: 3px;
  width: auto;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--third-dark-txt-color);
  letter-spacing: .03em;
  background: var(--portfolio-bg-color);
  font-size: 16px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: .5px;
}

/* Portfolio Hero Button Main Page */

.hero-portf-btn h3{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--secondary-dark-txt-color);
  letter-spacing: .03em;
  background: var(--main-light-header-txt-color);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border-style: solid;
  border-color: var(--secondary-dark-txt-color);
  border-width: .8px;
}




.hero-portf-btn h3:hover{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--secondary-dark-bg-color);
  letter-spacing: .03em;
  background: var(--main-dark-header-txt-color);
  font-size: 20px;
  font-weight: 900;
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: .8px;
}


/*--------------------------------------------------------------
# Journal
--------------------------------------------------------------*/
#journal, #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.section-title .blog-title h2{
    transition: all 0.5s ease-in-out 0s;
}



.section-title .blog-title h2:hover{
  color: #fff;
  border-radius: 50px;
  border: 1px solid #dde1e4;
background: #3498db;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #3498db;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}


/*--------------------------------------------------------------
# Contact Me
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  /* box-shadow: 0 0 10px rgba(214, 215, 216, 0.6); */
  padding: 20px 0 30px 0;
}

.contact .info-box i.bx {
  font-size: 24px;
  color: var(--main-dark-bg-color);
  border-radius: 50%;
  padding: 15px;
  background: var(--third-dark-txt-color);
}

.contact .info-box h3{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 90%;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--main-dark-txt-color);
  letter-spacing: .03em;
  background: var(--six-dark-txt-color);
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: .5px;
  transition: all 0.3s ease-in-out 0s;
}

.contact .info-box h3:hover{
  border: none;
  display: inline-block;
  border-radius: 3px;
  width: 90%;
  padding: 16px 22px;
  margin-bottom: 15px;
  color: var(--third-dark-txt-color);
  letter-spacing: .03em;
  background: var(--portfolio-bg-color);
  font-size: 13px;
  font-weight: 600;
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: .5px;
}

.contact .info-box .no-style{
  color: var(--title-dark-txt-color);
  margin: 10px 0;
    background: none;
    transition: all 0.3s ease-in-out 0s;
}

.contact .info-box .no-style:hover{
  color: var(--title-dark-txt-color);
  margin: 10px 0;
    background: none;
    border-radius: none;
    border: none;
}
.link-footer-bootstrap:hover{
  color: var(--third-dark-txt-color);
  border: 1px solid var(--third-dark-txt-color);
    background: var(--main-dark-txt-color);
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.social-links {
  margin-top:10px;
  
}

.social-links a {
  font-size: 14px;
  display: inline-block;
  color: white;
  line-height: 1;
  margin: 3px;
  max-width: 110%;
  height:50px;
  padding: 10px;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 15px;
}

.social-links a:hover {
  color: var(--third-dark-txt-color) !important;
border: 1px solid var(--third-dark-txt-color) !important;
background: var(--portfolio-bg-color) !important;
font-size: 14px;
display: inline-block;
line-height: 1;
margin: 3px;
max-width: 110%;
height:50px;
padding: 10px;
transition: all 0.4s ease-in-out 0s;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 27px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #ffb727;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #ffb727;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #ffc85a;
}

@media (max-width: 200px){
.container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;  /*16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width iframe-container-googleform-google-form*/
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* CONTACT FORM by Axbecher */

.contactMe {
  font-family: 'Poppins', sans-serif, 'arial';
  font-weight: 600;
  font-size: 50px;
  color: var(--third-dark-txt-color);
  text-align: center;
  margin-bottom: 30px;
}



.styled-input {
  float: left;
  /* width: 300px; */
  width: 100%;
  margin: 1rem 0;
  position: relative;
  border-radius: 4px;
  
}

@media only screen and (max-width: 768px){
  .styled-input {
      width:100%;
  }
}

.styled-input label {
  color: #999;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  
}

.styled-input.wide { 
  width: 650px;
  max-width: 100%;
}

input,
textarea {
  padding: 30px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: var(--title-dark-txt-color);
  color: var(--main-dark-txt-color);
  border-radius: 20px;
}

input:focus,
textarea:focus { outline: var(--slider-color) dashed 2px;

color:var(--slider-color); }

input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

input{
  color:var(--contact-txtarea-bg);
}

textarea {
  width: 100%;
  min-height: 15em;
  color: var(--contact-txtarea-bg);
}

.input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
  padding: 5px;
  
  /* box-shadow: 0 0 10px rgba(214, 215, 216, 0.6); */
}

.submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 20px;
  display: inline-block;
  background-color: var(--six-dark-txt-color);
  color: var(--third-dark-txt-color);
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
            0 2px 10px 0 rgba(0,0,0,0.07);
  border-style: solid;
  border-color: var(--main-dark-inactive-link-color);
  border-width: .5px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


.submit-btn:hover {
  background-color: var(--portfolio-bg-color);
  color:var(--main-dark-txt-color);
  font-weight: 700;
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
            0 1px 1px 0 rgba(0,0,0,0.09);
  border-style: solid;
  border-color: var(--main-dark-txt-color);
  border-width: .5px;
}

@media (max-width: 768px) {
  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }
}

input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 

input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}


/*--------------------------------------------------------------
# Journal - Contact me
--------------------------------------------------------------
#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
  margin-bottom: 5px;
}

#contact textarea {
  min-height: 160px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*  /* Single page */
/*-----------------------------------------------------------------------------------*/
#journal-blog {
  padding-top: 140px;
}

/* main content */
.main-content {
  background: none;
}

.main-content .container-main {
  display: inline-block;
  width: 100%;
}

.main-content .container-main .block-main {
  margin-bottom: 30px;
  overflow: hidden;
}

.container-main .block-main .content-main {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  width: 100%;
}

.journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  transition: all 0.5s ease-in-out 0s;
}

.journal-txt h4 a:hover {
  color: #b8a07e;
  transition: all 0.5s ease-in-out 0s;
}

.post-meta ul li {
  font-size: 12px;
  font-weight: normal;
  margin-left: 8px;
  margin-right: 8px;
  text-transform: capitalize;
  display: inline-block;
  float: none;
}

.content-main .post-meta a {
  color: #a2a2a2;
  margin-left: 5px;
}

/* Commonts */
.comments {
  background: #fff;
}

.entry-comments h6 {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.entry-comments-item {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f2f2f2;
}

.entry-comments-avatar {
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.entry-comments-body {
  padding-left: 86px;
}

.entry-comments-author {
  margin-right: 10px;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.rep {
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: capitalize;
}

.entry-comments span a {
  font-size: 13px;
  color: #999;
}

.entry-comments-reply {
  padding-left: 10%;
}

/* Commonts form */
.cmt {
  background: #fff;
}

blockquote {
  padding: 40px;
  background-color: var(--secondary-dark-bg-color);
  margin: 30px 0;
  border: none;
  border-left: 4px solid var(--main-dark-bg-color);
}

blockquote li{
    color: var(--third-dark-txt-color);
}

blockquote code{
    color: var(--main-dark-inactive-link-color);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
}

    #footer .socials-media ul li a:hover {
        color: #3498db;
        transition: all 0.5s ease-in-out 0s;
    }

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
}

.credits {
  font-size: 13px;
}

#about .about-descr li{
  margin: 0 0 15px 0;
  list-style:square;
}

/** Width between 1200x to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 992px to 1199px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
/** Width between 768px to 991px
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (min-width: 768px) and (max-width: 991px) {
  /* Navbar */
  nav {
    padding: 10px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content .cmaster h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 767px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 767px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 600px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 600px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 10px;
    display: inline-block;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 480px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 480px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
}

/** Width between 320px to 0
 *  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 */
@media (max-width: 320px) {
  /* Navbar */
  nav {
    padding: 20px 15px;
  }
  .nav-menu {
    margin-top: 40px;
    display: none;
    float: none;
    width: 100%;
  }
  .nav-menu li {
    float: none;
    width: 100%;
    text-align: center;
    border-top: 1px solid #f7f7f7;
    line-height: 45px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive {
    float: right;
    padding-top: 15px;
    display: block;
  }
  /* About */
  .head-info .header-content h1 {
    font-size: 32px;
  }
  #about .div-img-bg {
    padding: 0;
  }
  #about .div-img-bg .about-img img {
    margin-top: 0%;
    margin-left: calc(0% - 0px);
  }
  #about .about-descr .p-heading {
    font-size: 20px;
  }
  #about .about-descr .separator {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  /* portfolio */
  #portfolio .portfolio-list .nav li {
    float: none;
    margin: 20px;
  }
  /* journal */
  #journal .journal-block .journal-info {
    margin-bottom: 30px;
  }
  /* Contact */
  .contact-contact {
    margin-bottom: 30px;
  }
  /* Footer */
  #footer .socials-media ul li {
    margin-right: 0;
    margin-left: 0;
    float: none;
    display: inline-block;
  }
  /* Single page */
  .entry-comments-body span {
    display: inline-block;
    margin-right: 0;
  }
}
