  :root {
    --primary-color:        #ffd500;
    --white-color:          #ffffff;
    --dark-color:           #010101;
    --menu-bg-color:        #212529;

    --gray-color:           #909090;
    --p-color:              #7d7a7a;
    --font-weight-bold:     600;
    --font-weight-normal:   400;
    --font-weight-light:    300;

    --h1-font-size:         56px;
    --h2-font-size:         48px;
    --h3-font-size:         38px;
    --h4-font-size:         34px;
    --h5-font-size:         30px;
    --h6-font-size:         24px;
    --p-font-size:          15px;
    --base-font-size:       16px;
    --button-font-size:     20px;

    --border-radius-large:  100%;
    --border-radius-medium: 80px;
    --border-radius-small:  40px;
  }

  body {
    font-family: 'Playfair Display', serif;
	overflow-x: hidden!important;
  }

  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1 {
    font-size: var(--h1-font-size);
  }

  h1,
  h3 {
    font-weight: var(--font-weight-light);
  }

  h2 {
    font-size: var(--h2-font-size);
  }

  h3 {
    font-size: var(--h3-font-size);
  }

  h4 {
    font-size: var(--h4-font-size);
  }

  h5 {
    font-size: var(--h5-font-size);
  }

  h6 {
    font-weight: var(--font-weight-bold);
    font-size: var(--h6-font-size);
  }

  p, p + ul {
    color: #666;
    font-size: var(--p-font-size);
    font-weight: 400;
    line-height: 1.8em;
    font-family: 'Playfair Display', serif;
  }

p + ul{
  padding-left: 30px;
}
p + ul li{
  margin-bottom: 12px;
  list-style:  decimal;
}
  .section-padding {
    padding: 40px 0;
  }

  .custom-icon {
    font-size: 12px;
    position: relative;
    bottom: 3px;
    left: 5px;
    transform: rotate(-25deg);
  }
b {
    color: #000;
}

  /* CUSTOM BUTTON */
  .custom-btn {
    background: var(--dark-color);
    border: none;
    border-radius: var(--border-radius-medium);
    color: var(--white-color);
    letter-spacing: 0.2px;
    padding: 8px 20px 8px 20px;
    font-size: var(--button-font-size);
    white-space: nowrap;
  }

  .custom-btn:hover,
  .custom-btn:focus {
    color: var(--dark-color);
    background: var(--primary-color);
  }

button span {
    display: block;
    font-weight: 400;
    line-height: 18px;
	font-size: 16px;
    color: #666;
}
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  a {
    color: #1265b9;
    text-decoration: none;
    /*! transition: all 0.4s linear; */
  }

  a:hover  {
    color: var(--dark-color);
    text-decoration: none;
  }


  /*---------------------------------------
     MENU                
  -----------------------------------------*/

  .navbar {
    background: transparent;
    padding: 0.3rem 1rem;
    transition: all 300ms ease-in-out;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
  }

  .navbar.scroll {
    background: #fff;
    padding: 0 1rem 0 0;
    position: fixed;
    box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.15);
    opacity: 0.96;
    z-index: 999999;
  }
  .navbar-brand {
    color: var(--white-color);
    font-weight: var(--font-weight-light);
    font-size: var(--h4-font-size);
    width: 100px;
  }

  .navbar .custom-btn {
    background: #1e969a;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    transition-property: background-color;
    transition-duration: 0.4s;
    box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.40);
    border-radius: 3px;
  }

  .contact-form #submit:hover,
  .navbar .custom-btn:hover {
    background: #000;
    color: var(--white-color);
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0 1rem;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #444;
  }

  .nav-item .nav-link.active, 
  .nav-item .nav-link:hover {
    color: #333;
  }

  .nav-item .nav-link.active, 
  .nav-item .nav-link:hover {
    border-bottom-color: #1265b9;
    color: #1265b9;
  }

  .nav-link {
    color: var(--gray-color);
    font-weight: var(--font-weight-light);
    font-size: var(--base-font-size);
    border-bottom: 2px solid transparent;
  }

  .navbar-toggler {
    border: 0;
    padding: 0;
    cursor: pointer;
    margin: 0 10px 0 0;
    width: 30px;
    height: 35px;
    outline: none;
  }

  .navbar-toggler:focus {
    outline: none;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    background: transparent;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
    top: 0;
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
    transform: rotate(45deg);
  }

  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
    transform: rotate(-45deg);
  }


  .navbar-toggler .navbar-toggler-icon {
    background: #000;
    transition: background 10ms 300ms ease;
    display: block;
    width: 30px;
    height: 2px;
    position: relative;
  }

  .navbar-toggler .navbar-toggler-icon::before,
  .navbar-toggler .navbar-toggler-icon::after {
    transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
    position: absolute;
    right: 0;
    left: 0;
    background: var(--white-color);
    width: 30px;
    height: 2px;
    content: '';
  }

  .navbar-toggler .navbar-toggler-icon::before {
    top: -8px;
    background: #000;
  }

  .navbar-toggler .navbar-toggler-icon::after {
    top: 8px;
    background: #000;
  }

.intro{
    width: 100%;
    flex: initial;
    max-width: 100%;
    text-align: center;
}
#animate {
    margin-top: 160px;
}
.row.intro:before{
  background: #fff url(../images/logo.svg) no-repeat center;
  background-size: 180px;
  padding-top: 20px;
  content:"";
  height: 150px;
  width: 100%;
  position: absolute;
  z-index: 999999;
  left: 0;
}
.intro img{
  width: 100%;
  max-width: 100%;
}
.intro h3 img{
  opacity: 0.8;
  width: 95%;
}
  .intro .d-flex.flex-column {
  width: 100%;
  max-width: 100%;
  margin-top: -30px;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
    flex: initial;
}
 .intro .col-lg-6.col-md-6.col-12 {
  text-align: left;
  margin-top: -25px;
  padding: 10px 0 10px 0;
  background: url(../images/bottom-shadow.jpg) no-repeat center -5px;
  background-size: 85%;
  width: 100%;
  max-width: 100%;
}
  /*---------------------------------------
     HERO                
  -----------------------------------------*/
  .hero-title,
  .email-link {
    background: var(--dark-color);
    border-radius: var(--border-radius-medium);
    color: var(--white-color);
    display: inline-block;
    margin: 0.5rem 0;
    padding: 0.5rem 2rem 1.5rem 2rem;
	font-size: 1.2em;
  }

  .email-link {
    background: var(--primary-color);
    color: var(--dark-color);
    font-size: 1.2em;
    padding: 0.5rem 2rem 1rem 2rem;
  }

  .email-link:hover {
    background: var(--dark-color);
    color: var(--white-color);
  }


  /*---------------------------------------
     ABOUT                
  -----------------------------------------*/
  
  .about-third {
	  margin: 2.2em -0.8em;
  }

  .profile-list li {
    margin: 0.3rem 0;
  }

  .profile-list strong {
    display: inline-block;
    width: 30%;
    margin-right: 1rem;
  }


  /*---------------------------------------
     FAQ                 
  -----------------------------------------*/

  .faq .card-header {
    padding: 0;
    background: transparent;
    border: none;
  }

  .faq .btn-link {
    color: var(--dark-color);
    font-size: 20px;
    text-align: left;
    display: block;
    width: 100%;
    padding: 0 2rem 0 40px;
    font-weight: 600;
  }

  .faq .btn-link:focus, 
  .faq .btn-link:hover {
    color: var(--dark-color);
    text-decoration: none;
  }

  .faq .card-body {
    padding: 10px 0 0 0;
  }

  .faq-info-text {
    font-size: var(--base-font-size);
    display: block;
    margin: 1.5rem 2rem 0 2rem;
  }

.card {
  border: none;
}

.btn.btn-link.collapsed:before {
  content: "+";
  font-size: 30px;
  color: #d04b71;
  top: -2px;
  line-height: initial;
  line-height: 30px;
}
.btn.btn-link:before {
  content: "-";
  font-size: 33px;
  color: #d04b71;
  position: absolute;
  left: 0;
  line-height: 20px;
}
.btn.btn-link.collapsed:after{
  margin: 18px 0 10px -40px;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  display: block;
}

.accordion .card p b{
  color: #000;
}

  /*---------------------------------------
     TESTIMONIALS               
  -----------------------------------------*/

  .testimonials {
    background: #f9f9f9;
    padding: 40px 0;
  }

  .testimonials-image {
    margin: 0 1rem 1rem 1rem;
    text-align: center;
  }

  .testimonials-image img {
    border-radius: var(--border-radius-medium);
    box-shadow: 0 1px 12px 0 rgba(32, 36, 40, 0.20);
    border: 2px solid #fff;
  }

  .testimonials-info {
    width: 100%;
  }
.testimonials-info p{
  min-height: 135px;
}
  .testimonials .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3rem;
  }

  .testimonials .owl-theme .owl-dots .owl-dot {
    outline: none;
  }

  .testimonials .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px;
  }

  .testimonials .owl-theme .owl-dots .owl-dot.active span, 
  .testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #efd815;
  }
#whatDo {
    padding-top: 40px;
}

  /*---------------------------------------
     CONTACT               
  -----------------------------------------*/
  
  .contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(142, 140, 140, 0.35);
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    color: var(--dark-color);
    font-weight: var(--font-weight-light);
    padding-left: 0;
    cursor: text;
  }

  .contact-form input {
    height: calc(2.25rem + 10px);
  }

  .contact-form .form-group {
    margin: 0 0 1rem;
    position: relative;
  }

  .contact-form .form-control,
  .webform-label {
    transition: all 0.4s;
    touch-action: manipulation;
  }

  .webform-label {
    cursor: text;
    font-size: 12px;
    font-weight: var(--font-weight-light);
    margin-bottom: 5px;
  }

  .contact-form .form-control:placeholder-shown + .webform-label {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
  }

  .contact-form ::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
    color: var(--dark-color);
  }

  .contact-form ::-moz-placeholder {
    opacity: 0;
    transition: inherit;
    color: var(--dark-color);
  }

  .contact-form .form-control:focus::-webkit-input-placeholder {
    opacity: 1;
  }

  .contact-form .form-control:focus::-moz-placeholder {
    opacity: 1;
  }

  .contact-form .form-control:not(:placeholder-shown) + .webform-label,
  .contact-form .form-control:focus + .webform-label {
    transform: translate(0, 0) scale(1);
    cursor: pointer;
    color: var(--gray-color);
  }

  .contact-form #submit {
    background: #1265b9;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 0;
    margin-top: 2.5rem;
    padding: 1.5rem 1.8rem 1.8rem 1.8rem;
    white-space: nowrap;
    max-width: 190px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.50);
    font-weight: bold;
    text-transform: uppercase;
  }

  .copyright-text {
    font-size: 10px;
    background: url(../images/logo.svg) no-repeat top left;
    background-size: 45%;
    height: 50px;
    line-height: 76px;
    bottom: 0;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
  }

  /*---------------------------------------
     SOCIAL LINKS              
  -----------------------------------------*/

  .social-links {
    margin: 40px 0;
    padding: 0;
  }

  .social-links li {
    display: inline-block;
    list-style: none;
  }

  .social-links a {
    display: inline-block;
    color: #1265b9;
    font-size: var(--h6-font-size);
    margin: 0 20px 30px 0;
  }

  .social-links a:hover {
    color: var(--dark-color);
  }

.about-me, .sketch{
  margin-bottom: 80px;
}
.img-fluid {
    max-width: 70%;
}
img.logo{
  width: 100%;
  margin-left: 10px;
}
#about .col-lg-5 {
    text-align: center;
}

  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media screen and (max-width: 1200px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 28px;
    }

    .email-link {
      font-size: 28px;
    }
  }

  @media screen and (max-width: 992px) {

    .hero-title {
      font-size: 1.8em;
      padding-bottom: 1rem;
    }

    .email-link {
      font-size: 22px;
      padding: 0.5rem 2rem 0.7rem 2rem;
    }
  }

  @media screen and (max-width: 991px) {
    .navbar-nav {
      margin: 1rem 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
      display: inline-block;
      margin: 5px 0.5rem 5px 0;
      border-left: 10px solid #fff;
    }
    .nav-item a.nav-link.active {
      border-bottom: none;
      border-left: 12px solid #ffff;
      padding-left: 16px;
      margin-left: 0;
      background: #f1eaad;
      width: 100%;
      color: #000;
}
    .navbar .mt-lg-0 {
    margin-left: 15px;
}
    .nav-item .nav-link:hover{
      border-bottom: none;
    }
   .nav-item .nav-link{
      padding-left: 18px;
       margin-left: 0;
    }
  }

  @media screen and (max-width: 768px) {

    .hero-text {
      position: relative;
      top: 1.5rem;
    }
  }

  @media screen and (max-width: 480px) {

    .hero-title {
      font-size: 26px;
    }

    .email-link {
      font-size: 20px;
      padding: 0.3rem 2rem 0.6rem 2rem;
    }
  }

@media screen and (min-width:991px){
#navbarNav, .navbar-nav {
  height: 90px;
}
#navbarNav, .navbar-nav li{
  line-height: 78px
}
}
@media screen and (max-width:991px){
 .card b.hideShow em{
    white-space: normal;
  }
  .card::after, .card::before{
    display: none;
  }
}
@media screen and (max-width:768px){
  #about div.col-lg-5{
    display: none;
  }
  .row.intro:before{
    background-size: 130px;
  }
  
  .col-lg-6.about-me::after {
    background: url("../images/about-me.jpg") no-repeat center;
}
   .col-lg-6.sketch::after {
    background: url(../images/sketch.jpg) no-repeat center;
}
   .col-lg-6.what-do::after {
    background: url("../images/skills-yellow.jpg") no-repeat center;
}
  .col-lg-6.about-me::after,  .col-lg-6.sketch::after, .col-lg-6.what-do::after{
    display: block;
    content: "";
    height: 280px;
    background-size: 280px;
    width: 100%;
  }
   .row.intro {
   background-size: 25%;
   margin-left: 0;
}
  div.accordion .card:last-of-type{
    border-bottom: 1px solid #ddd;
  }
  
  div.accordion .card.mb-noborder{
    border-bottom: none;
  }
 .navbar-brand{
    width: initial;
  }
  img.logo {
    width: 45%;
    padding-left: 30px;
    vertical-align: top;
    margin-left: 0;
}
  div.row.intro h3{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    display: block;
    margin-top: 150px;
  }
  .intro h3 img{
    display: none;
  }
   div.row.intro h3{
    background: url(../images/title-mobile.svg) no-repeat center top;
    background-size: 76%;
    font-size: 0;
  }
  .testimonials-thumb p a{
    position: initial;
  } 
  form.contact-form #submit{
    width: 100%;
    max-width: 100%;
  }
  .testimonials-thumb p a .hiddenTxt.close{
    display: block;
    width: 40px;
    height: 20px;
    margin-top: -20px;
    z-index: 9999999 !important;
	background: transparent!important;
    box-shadow: none!important;
  }
.testimonials-thumb p a .hiddenTxt.close:hover + .hiddenTxt, .testimonials-thumb p a .hiddenTxt.close:hover img{
    display: none;
  }
  .testimonials-thumb p a:hover:after{
    display: none;
  }
div.testimonials-thumb p a:hover .hiddenTxt{
  opacity:0.96;
  background:#fff;
  width:100%;
  top: 0;
  right: 0;
  left:0!important;
  box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.20);
  z-index: 888888 !important;
  font-weight: normal;
  padding-top: 40px;
  font-size: ;
}
  div.testimonials-thumb p a:hover .hiddenTxt.close{
     z-index: 9999999 !important;
     min-height: 40px;
  }

  div.row.intro h3 span{
    margin: 0;
    position: relative;
    float: none;
    background: transparent;
    display: initial;
    text-align: center;
    color: #000;
  }
  div#animate{
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
   div#animate::after{
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    left: initial;
    z-index: 999;
    box-shadow: 0 -10px 5px -6px rgba(32, 36, 40, 0.10);
    font-size: 14px;
    padding: 12px;
    line-height: 22px;
    z-index: 8;
    top: 100%;
    margin-top: -20px;
  }
  
}

/* added */

	#animate img {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#animate img.top{
  position: absolute;
  right: 0;
}

#animate img.top:hover {
  opacity:0;
}
        
        @keyframes animateFadeInOut {
  0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#animate img.top {
animation-name: animateFadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 4s;
animation-direction: alternate;
}
        
		
	.info:after {
  content: "i";
  font-style: normal;
  border: 1px solid #333;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  line-height: 14px;
  font-family: georgia;
  font-size: 12px;
  cursor: pointer;
  color: #333;
  position: relative;
}
.info + em{
  display: none;
}
.info:hover{
  opacity:0.7;
}
.info:hover + em{
  display: block;
  left: 76px;
  position: absolute;
  margin-top:-20px;
  font-size: 11px;
   font-style: normal;
  background: #fff;
  padding:5px;
  color:#000;
  box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.25);
  border-radius: 3px;
}	
		
div.bordered .card::after {
    content: "";
    right: -16px;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    background: #ddd;
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
    z-index: ;
}
div.bordered .card::before{
  display: none;
}
div.card::before{
   content: "";
    left: -15px;
    position: absolute;
    height: 100%;
    width: 1px;
    top: 0;
    background: #ddd;
    border-bottom: 20px solid #fff;
    border-top: 20px solid #fff;
}
		.btn.btn-link.collapsed:hover img{
			opacity: 0.7;
			cursor: pointer;
		}
	.accordion img {
  width: 150px;
  margin: 0 auto;
  display: inherit;
}
.accordion .card button {
  text-align: center;
  padding: 0 20px;
}
.accordion .btn.btn-link.collapsed::after { 
  background: none;
}
.accordion .card{
  border-bottom: 1px solid #ddd;
  padding: 20px;
}
.accordion .card:last-of-type{
  border-bottom: none;
}
.btn.btn-link.collapsed::before{
  display: none;
}
.btn.btn-link::before {
    display: none;
}
.btn.btn-link.collapsed::after{
  content: "+ Show details";
  display: block;
  margin: 5px 0;
  height: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #1e969a;
}
.btn.btn-link::after{
    content: "-- Hide details";
  display: block;
  margin: 5px 0;
  height: 20px;
  font-size: 13px;
  font-weight: normal;
  color: #1e969a;
}		
p span.head {
  width: 33%;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
p span.head b{
  display: block;
}
p b.title{
  display: block;
  margin-top: 16px;
}
*::-moz-focusring {
  border: none;
  box-shadow: none;
  color: transparent;
  text-shadow: white;
}
.row.about-third p {
    font-size: 14px;
}
.row.intro h3 {
  font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 0;
    float: left;
    height: 40px;
    margin-top: 220px;
    width: 30%;
    text-align: right;
    line-height: 36px;
}
.highlight {
  background-color: #374b8c;
  color: #fff;
  display: block;
  width: 200px;
  float: right;
}
#animate:after {
  content: "If one does not know to which port is sailing, no wind is favourable. (SENECA)";
  width: 66%;
  left: 100%;
  box-sizing: border-box;
  height: auto;
  right: 0;
  top: 60px;
  position: absolute;
  text-align: left;
  font-style: italic;
  font-size: 19px;
  background: white;
  z-index: 999;
  line-height: 30px;
  padding-right: 20px;
}
#contact {
  background: #f9f9f9;
}
.testimonials-info a {
    position: relative;
    color: #1265b9;
    cursor: pointer;
    font-size: 14px;
    display: block;
    z-index: 88;
    width: 90px;
}
.testimonials-info p a:hover .hiddenTxt{
  opacity:1;
  position:absolute;
  background:#fff;
  font-size: 12px;
  line-height: 19px;
  min-height: 180px;
  padding: 15px;
  width: 400px;
  right: -390px;
  top:-150px;
  box-shadow: 0 1px 8px 0 rgba(32, 36, 40, 0.20);
  font-weight: normal;
}

@media screen and (min-width:1024px){
.testimonials-info p a:hover .hiddenTxt.short{
   top:-110px;
}
.testimonials-info p a:hover .hiddenTxt.left{
   left: -400px;
}
}
#testimonials-carousel .testimonials-info .hiddenTxt.close img{
  margin-top: -5px;
  float: right;
}
.testimonials-info p a:hover:after{
  content:"";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  z-index: 999999;
  transform: rotate(45deg);
  right: 0;
  top: 50%;
  margin-top: -10px;
  border-left:1px solid #e2e2e2;
  border-bottom:1px solid #e2e2e2;
}
.testimonials-info p a.left-arrow:hover:after{
  border-right:1px solid #e2e2e2;
  border-top:1px solid #e2e2e2;
  border-left:none;
  border-bottom:none;
   left: -10px;
}
.hiddenTxt {
  opacity: 0;
  position: absolute;
  transition-property: opacity;
  transition-duration: 0.7s;
  font-size: 0;
}
 .hiddenTxt.close{
  display: none;
}
.owl-item{
  z-index: -9;
}
.owl-item:hover{
  z-index: 999;
}
p .webform-label, p + .webform-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 0;
    line-height: 12px;
    margin-top: 20px;
}
b.hideShow {
    font-weight: normal;
    color: inherit;
    position: relative;
}
b.hideShow em{
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  line-height: 15px;
  white-space: nowrap;
}

/* cookie styles */
#nibirumail_cookie_advice {
	z-index: 999999;
	width: 350px;
	min-height: 20px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	background: rgba(0,0,0, 0.8);
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	left: 30px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.2px;
}
#nibirumail_cookie_advice a:first-child{
	display: none;
}
.nibirumail_agreement {
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 140px;
	margin:20px auto 0 auto;
	font-size: 14px;
	font-weight: 600;
	background: #116dcb;
	box-sizing: border-box;
	padding: 10px 30px;
	text-align: center;
	transition: background 0.5s;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.nibirumail_agreement:hover { 
	cursor: pointer;
	background: #fff;
	color: #116dcb;
}
@media (max-width: 980px) {
	
	#nibirumail_cookie_advice {
		bottom: 0px;
		left: 0px;
		width: 100%;
	}
  #nibirumail_cookie_advice br{
    display: none;
  }
}
    
/* end cookie breakpoints */
.portfolio_item{
  pointer-events: none;
	}
#scroll_to_top{
  z-index: 9999999;
}
#scroll_to_top a {
  text-align: center;
  border-radius: 50px!important;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
}

#scroll_to_top a{
 left: 99%!important;
}
   
#scroll_to_top:last-child {
    display: none;
}
.ion-android-arrow-up::before {
    content: "";
  width:100%;
  height: 100%;
  display: block;
  background: url(../images/arrowUp.svg) no-repeat center;
}
#contact-form label.error{
    margin-top: 6px;
    line-height: 11px;
    font-size: 11px;
    color: #D33E43;
    margin-left: 0;
    text-transform: none;
    font-weight: normal;
    font-style: italic;
    height: auto;
}

#contact-form input[type="text"].error,
#contact-form input[type="email"].error,
#contact-form textarea.error {
    border-color: #D33E43
}

#success,
#error {
    display: none;
}

#success p,
#error p {
    display: block;
    font-family: Open Sans;
}

#success p {
    color: #55b44b;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 1px solid #55b44b;
    margin-top: 10px;
    line-height: 20px;
    width: 100%;
}

#error p {
    color: #D33E43;
    font-size: 15px;
    text-align: center;
    padding: 10px;
    border: 1px solid #D33E43;
    margin-top: 10px;
    width: 100%;
}
/* evolution */
#contact {
  background: #1e1e1e url(../images/contacts-bg.jpg) no-repeat center bottom;
  background-size:cover;
  background-attachment: fixed;
}
#contact input, #contact textarea{
  border-bottom: 1px solid #999;
  color: #fff;
}
#contact-form .webform-label {
  z-index: 88 ;
}
#contact-form input, #contact-form textarea{
  z-index: 99999;
}
#contact .webform-label, #contact .contact-form .form-control:placeholder-shown{
  color: #fff;
}

#contact .contact-form .form-control::placeholder {
  color: #777;
}
	.contact a, .fab.fa-linkedin {
  color: #e3ce19;
}
.contact a:hover, .fab.fa-linkedin:hover{
  opacity: 0.8;
  color: #5ba2d9;
}
.contact-form #submit{
    background-color: #e3ce19;
    border-radius: 50px;
    color: #000;
}
.contact-form #submit:hover{
  background-color: #fff;
  color: #000;
}
.custom-btn.btn {
  background-color: #efd815;
  border-radius: 50px;
  box-shadow: none;
  color: black;
}
.nav-link.smoothScroll.active {
  font-weight: bold;
}
.btn.btn-link.collapsed::after, .btn.btn-link::after {
  color: #1265b9;
  display: inline-block;
  width: auto;
  line-height:0;
  padding: 10px 8px;
  border-radius: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  margin-top: 15px;
  background-color: #e4ecf8 !important;
}
.contact .my-4 {
  color: #fff;
  margin-top: 0 !important;
  margin-bottom: 50px !important;
}
.copyright-text{
  color: #888;
  background: url(../images/logo-white.png) no-repeat top left;
  background-size: 43%;
}
	.contact p a {
  font-size: 18px;
}

#about .row:nth-child(2):before {
  background: url(../images/aboutme-bg.jpg) no-repeat 800px top;
  background-size: 66%;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  opacity: 0.6;
}
	
.col-lg-6.col-md-6.col-12.what-do {
  margin-top: -50px;
}

#whatDo {
    padding-top: 90px;
}

.about-third > div:first-child h6::before,
.about-third > div:nth-child(2) h6::before,
.about-third > div:nth-child(3) h6::before{
  content: "";
  background: #dcd0dc;
  width: 30%;
  position: absolute;
  z-index: -1;
  height: 24px;
  opacity: 0.5;
  left: 24px;
}
.about-third > div:nth-child(2) h6::before{
  background: #c8d8ef;
  width: 52%;
}
.about-third > div:nth-child(3) h6::before{
  background: #c4d2c9;
  width: 27%;
}
.testimonials {
    padding: 40px 0;
}	
.about .col-lg-6 p::first-letter {
  font-size: 100px;
  float: left;
  margin: 15px 8px 8px 0;
  padding: 0px 10px 10px 0;
  color: #b0a2b0;
  line-height: 52px;
}
.about .col-lg-6.sketch p:first-letter {
   color: #8eabd4;
}
.about .col-lg-6.what-do p:first-letter{
  color: #a9bfb1;
}
		@media screen and (min-width:990px){
		.nav-link.smoothScroll.active {
  background: transparent;
  color: black;
  border-bottom: none;
  position: relative;
}
.nav-link.smoothScroll.active:after{
  background: #efd815;
  content: "";
  position: absolute;
  width: 80%;
  height: 20px;
  top: 40px;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.nav-link.smoothScroll:hover{
  color: #beaa04;
  border-bottom: none;
}
			}