/*
  Template Name: MyPortfolio
  Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
  Author: BootstrapMade.com
  Author URL: https://bootstrapmade.com/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "Montserrat", sans-serif;
  color: #0d1e2d;
  background-color: #f1f3f5;
  max-width: 2000px;
  margin: auto;
}

.projectImages img {
    width: 100%;
}

main {
  background-color: #fff;
}

a {
  color: #2C9AC3;
}

a.mailurl {
    color: #222;
    font-weight: 300;
}

a.mailurl:hover {
    color: #000;
}

p {
  font-weight: 300;
  font-size: 102%;
  line-height: 150%;
  color: #222222;
}

.footer p {
  color: #eee;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Montserrat", sans-serif;
}

h1 {
    color: #0d2129;
    font-size: 23px;
    font-weight: 400;
    padding-left: 1.4em;
}

h1 .text-muted {
    font-weight: 400;
}



h2 {
  font-weight: 500;
  color: #0b2834;
  font-size: 1.4rem;
}

h2.h2-titles {
  font-size: 3em;
  font-weight: 500;
  color: #333;
  letter-spacing: -2px;
}

h3.h2-titles {
  font-size: 4em;
  font-weight: 600;
  color: #444;
  letter-spacing: -2px;
}

span.titlecaption {
  font-size: 1.4rem;
  font-weight: 300;
  color: #999;
  letter-spacing: -0.5px;
  line-height: 1.5em;
}

h3 {
    color: #0d1e2d;
}

.h3 {
  font-weight: 500;
  font-size: 24px;
  margin: 1em 0;
  color: #0d2129;
}

.h4 {
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0px;
}

.h5 {
  font-size: 16px;
}





.elements h5 {
  font-size: 1.1rem;
  color: #888;
}

.elements p {
  color: #888;
}

.projectImages p {
  font-size: 140%;
  color: #818181;
  font-weight: 300;
}



.site-section {
  padding: 0;
}

.filters a {
  color: #777;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
  color: #444;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #444;
}

.filters a.active {
  color: #444;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  /*margin-bottom: 30px;*/
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  padding: 10px;
}

.la {
    color: #333;
    font-size: 2.5em;
    padding: 1.5em;
    /*background-color: #25586e;*/
}

.la-desktop-cp {
    background-image: url('../Images/cp-icon-screen.png');
    background-repeat: no-repeat;
}

.la-pencil-alt-cp {
    background-image: url('../Images/cp-icon-design.png');
    background-repeat: no-repeat;
}

.la-gem-cp {
    background-image: url('../Images/cp-icon-brand.png');
    background-repeat: no-repeat;
}

.la-chart-bar-cp {
    background-image: url('../Images/cp-icon-info.png');
    background-repeat: no-repeat;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsl(0deg 0% 100% / 97%);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.contactSq:after {
    background: hsla(197, 70%, 4%, 0) !important;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #777;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 43px;
  margin-bottom: 0;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.4em;
  letter-spacing: -0.03em;
}

.item .item-wrap > .work-info span {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: .08rem;
  display: block;
}

.item .item-wrap:hover {
  text-decoration: none;
  transition: 0.5s;
}

button.btn.moreinfo {
    margin: 2em;
    color: #777;
    border: 1px solid #777;
    transition: 0.5s;
    padding: 0.5em 1.8em;
    font-size: 90%;
}

button.btn.moreinfo:hover, .servicesContact a#moreinfomain:hover, .helloContact a#moreinfomain:hover {
    background-color: #eee;
    transition: 0.5s;
}

button.btn.moreinfo span, .servicesContact a#moreinfomain span, .helloContact a#moreinfomain span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    text-transform:lowercase !important;
    letter-spacing: .05rem !important;
  }
  
  button.btn.moreinfo span:after, .servicesContact a#moreinfomain span:after, .helloContact a#moreinfomain span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  
  button.btn.moreinfo:hover span, .servicesContact a#moreinfomain:hover span, .helloContact a#moreinfomain:hover span {
    transition: 0.5s;
  }
  
  button.btn.moreinfo:hover span:after, .servicesContact a#moreinfomain:hover span:after, .helloContact a#moreinfomain:hover span:after {
    opacity: 1;
    right: -12px;
  }

  .servicesContact a#moreinfomain span:after {
    top: -2px;
  }

  .servicesContact a#moreinfomain:hover span:after {
    right: -18px;
  }







.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}


.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

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

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 50px;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  height: calc(1.5em + 0.75rem + 0px);
}

/*.form-control-sm:active,
.form-control-sm:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}*/

.form-control::-webkit-input-placeholder {
  color: #bbb;
  font-size: 14px;
}

.btn {
  padding: .375rem 1.75rem;
  border-radius: 1.5rem;
}

.btn-primary {
  color: #fff;
  background-color: #2C9AC3;
  border-color: #2C9AC3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #1c7393;
  border-color: #1c7393;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1c7393;
  border-color: #1c7393;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */




label {
  margin-bottom: .2rem;
}

.form-group {
  margin-bottom: 0.5em;
}

.php-email-form .validate {
  display: none;
  color: #166269;
  margin: 1px 0 2px 4px;
  font-weight: 400;
  font-size: 11px;
  line-height:  12px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  border: 1px solid #1c7393;
  background: #113341;
  text-align: center;
  padding: 10px;
  font-weight: 300;
}

.php-email-form .sent-message {
  display: none;
  color: #1c7393;
  order: 1px solid #1c7393;
  /*background: #18d26e;*/
  text-align: center;
  padding: 10px;
  font-weight: 300;
}

.php-email-form .loading {
  display: none;
  /*background: #fff;*/
  text-align: center;
  padding: 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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.custom-navmenu {
  background: #f8f9f9;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

/*.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
}*/

.burger:focus {
  outline: none;
}

.footer {
  position: relative;
  color: #eee;
  font-size: 13px;
  background-color: #222;
}

.footer a {
  color: #eee;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #dedede;
  position: relative;
  text-align: center;
  color: #222;
  font-size: 140%;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #555;
}








/**** ADDITIONAL CODE ***********************************************************************/

.fancybox {
    border-radius: 4px;
    opacity: 0.92;
}

#header {
  transition: 0.4s; 
}

/*.headerContact {
  font-weight:300;
  font-size: 0.95rem;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;
  text-align: right;
}*/

.headerContact a.btn {
  color: #13526c;
  font-weight: 300;
}


.servicesContact a#moreinfomain {
    color: #333;
    font-weight: 500;
    padding: 14px 48px;
    text-transform: uppercase;
    font-size: 1em;
    border-radius: 35px;
    border: 1px solid #777;
}

.helloContact a#moreinfomain {
    color: #333;
    font-weight: 400;
    padding: 14px 48px;
    text-transform: lowercase;
    font-size: 0.9em;
    border-radius: 35px;
    border: 1px solid #777;
}

.servicesContact a#moreinfomain span {
    text-transform: uppercase !important;
}



/* ////////////// Logo and Menu //////////// */


#logo {
  max-width: 38px;
  transition: 0.4s;
  opacity: 0.80;
  rotate: 0deg; 
}

#logo:hover {
    opacity: 1;
  }

#logoB {
  max-width: 65px;
  transition: 0.4s;
  opacity: 0.2;
  margin-right: 10px;
}


#logo span {
  font-weight:100;
  font-size: 0.95rem;
  transition: 0.4s;
  color: #426f7f;
  font-family: "Montserrat", sans-serif;
}

.navbar {
    /*background-image: url('../Images/header-bg.png');
    background-position: center;
    background-size: cover;
    color: #acd6dd;
    background-color: #EBF5F6;
    background-image: url(../Images/bg-stripe-light-blue.jpg);
    background-position: left top;
    background-repeat: repeat;*/
    background-color: #fff;
    padding: 3em 4em;
    font-weight: bold;
    width: 100%;
    transition: 0.4s;
    min-height: 130px;
  }
  
  .work-navbar {
    min-height: 120px;
    padding: 10px 20px;
    transition: 0.4s;
  }
  
  ul.navmenu, ul.navmenuhidden {
      list-style-type: none;
  }
  
  ul.navmenu li, ul.navmenuhidden li {
      float: left;
      display: inline;
      padding: 15px 35px;
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
  }

  ul.navmenuhidden li {
      padding: 15px 12px;
  }
  
  ul.navmenu li a, ul.navmenuhidden li a {
      color: #222;
  }

    ul.navmenu li a.contactlink::after {
    transform: scaleX(1);
}
  
  ul.navmenu li a:hover, ul.navmenuhidden li a:hover {
      color: #222;
  }


  ul.navmenu li a::after, ul.navmenuhidden li a::after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0c2732;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }


  ul.navmenu li a:hover::after, ul.navmenuhidden li a:hover::after {
    transform: scaleX(1);
  }




  .projectBannerOmlet {
    background-color: #20beb5;
    background-image: url('../Images/Omlet-project-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projectBannerTrust {
    background-color: #03274b;
    background-image: url('../Images/Trust-project-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projectBannerCohesion {
    background-color: #1b1b1d;
    background-image: url('../Images/Cohesion-project-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projectBannerRodel {
    background-color: #af2a3e;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projectBannerGWI {
    background-color: #092432;
    background-image: url('../Images/GWI-project-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .projectBannerOPM, .projectBannerMedichecks {
    background-color: #eef1f6;
    /*background-image: url('../Images/OPM_Logo_hi res.jpg');*/
    background-repeat: no-repeat;
    background-size: cover;
  }

  .projectBannerOmlet img, .projectBannerTrust img {
    max-height: 350px;
    width: auto;
  }

  .projectBannerCohesion img {
    max-height: 300px;
    width: auto;
  }

  .projectBannerMedichecks img {
    max-height: 180px;
    width: auto;
  }

  .projectBannerRodel img {
    max-height: 220px;
    width: auto;
  }

  .projectBannerOPM img {
    max-height: 250px;
    width: auto;
  }

  .projectBannerGWI img {
    max-height: 100px;
    width: auto;
  }







img.bannerLogo {
  max-width: 100%;
  transition: 0.4s; 
}

#introContainer {
  display: flex;
  transition: 0.4s; 
}

#profileText {
  font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #a3b4b7;
    letter-spacing: 0.7px;
    line-height: 128%;
    margin-left: 15px;
}

a h1#profileText:hover {
  text-decoration: none;
} 

a h1#profileText {
  text-decoration: none;
} 

#intro {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 160%;
  max-width: 500px;
}

.site-portfolio {
  background-color: #FAFEFE;
  padding: 0 5px 5px 5px;
}

.site-portfolio .container, .navbar .container {
  max-width: 100% !important;
}


.clientListSection {
  background-color: #f8f9f9;
  margin-bottom: -1px;
  padding: 2rem 0 1em;
}

.serviceListSection {
  padding: 2rem 0 1em;
  color: #eee;
  background-color: #222;
}

.serviceListSection .container-fluid {
    max-width: 80%;
}

.serviceListSection h3 {
 color: #eee;
 font-size: 1.8em;
 font-weight: 100;
 letter-spacing: -0.1px;
}

.serviceListSection h5 {
  color: #eee;
  font-size: 1em;
}

.serviceListSection ul {
  list-style-type: none;
  padding-left: 0;
}

.serviceListSection li {
  color: #eee;
  font-size: 0.75em;
  line-height: 1.5em;
}


#clientList {
  width: auto;
}

#clientList img {
  display: inline;
  max-width: 130px;
  margin: 32px 0px;
  opacity: 0.8;
  vertical-align: middle;
}

#clientList img.bluecross {
    max-width: 80px;
}

.services {
  background-color: #f4f4f4;
  background-position: left top;
  background-repeat: repeat;
  margin: -1px 0;
  padding: 7em 0 9em;
}

.webdesign {
    padding: 1em 8em;
}

.servicesBrand {
  background-color: #fefefe;
  background-image: none;
  padding: 9em 9em;
}

.contact {
  background-color: #fff;
  background-image: url(../Images/contact-bg2.png);
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6em 0 7em;
  margin-top: -1px;
  clear: both;
}

.projectImagesSection {
  margin: 0px 0px 60px;
}

.projectImages img {
  border-radius: 0px;
}

.projectPage {
  background-image: url(../Images/Work-bg.png);
  background-color: #fff;
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size: cover;
}





@media (max-width: 1100px) {
    .webdesign {
        padding: 1em;
    }
    .services {
        padding: 2em 0 4em;
    }
    .servicesBrand {
        padding: 6em 3em;
    }
}


@media (max-width: 939px) {
  h1 {
    font-size: 20px;
  }
}

@media (max-width: 939px) {
 ul.navmenu li, ul.navmenuhidden li {
    padding: 15px 15px;
  }
}

@media (max-width: 780px) {
    .custom-navbar > .container {
      padding-right: 0;
      padding-left: 0;
    }
  }

@media (max-width: 768px) {
  p {
    font-size: 105%;
  }

  .projectImages p {
    font-size: 112%;
  }

  #profileText {
    font-size: 110%;
  }

  #logo {
    max-width: 35px;
  }

  #clientList img {
    max-width: 120px;
  }


}

@media (max-width: 576px) {
  #clientList img {
    max-width: 100px;
  }
  .projectBannerOmlet img, .projectBannerCohesion img {
    max-width: 70%;
  }
  h1 {
    font-size: 18px;
    padding-top: 0.4em;
    padding-left: 1.9em;
    text-align: center;
  }
  .navbar {
    padding: 1em 3em;
  }
  .projectBannerOPM img {
    max-height: 160px;
  }
  .serviceListSection {
    padding: 2rem 2em 1em;
  }
}








/* CAROCEL */



.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
 }
 
 .carousel-fade  .carousel-item.active,
 .carousel-fade  .carousel-item-next.carousel-item-left,
 .carousel-fade  .carousel-item-prev.carousel-item-right {
   opacity: 1;
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
 -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration:3s;
   animation-duration:3s;
 }
 
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-right {
  opacity: 0;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-duration:3s;
  animation-duration:3s;
 }
 
 .carousel-fade .carousel-item-next,
 .carousel-fade .carousel-item-prev,
 .carousel-fade .carousel-item.active,
 .carousel-fade .active.carousel-item-left,
 .carousel-fade .active.carousel-item-prev {

  animation-duration:3s;

 }

 span.comment {
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}



