@charset "UTF-8";

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #3c96ff;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #3c96ff;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
      font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
      font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
  /*background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(
  0deg
  , #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);*/
}
#mainNav .navbar-brand {
font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 0;
}

.pull-left {
  width: 60px;
  height: 40px;
  float: left;
  padding-left: 1000px;
}



#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #3c96ff;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color: #3c96ff !important;
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: #fff !important;
  }
  #mainNav .navbar-brand {
    color: rgba(0, 0, 0, 0.7);
  }
  #mainNav .navbar-brand:hover {
    /*color: #fff;*/
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: rgba(0, 0, 0, 0.7);
    padding: 0 1rem;
	
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #3c96ff;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-shrink {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand:hover {
    /*color: #3c96ff;*/
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #3c96ff;
  }
}
#navbarResponsive {
  padding-left: 13rem;
  flex-grow: inherit;
}
header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 40rem;
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
  }
  /*#mainNav {
    font-size: 0.5rem;
  } */
}

@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    font-size: 3.5rem;
  }
}
.carousel-fade {
  margin-top: 72px;
}

.carousel-fade .carousel .carousel-inner .carousel-item .carousel-caption h5 {
  font-size: 2.5rem;
  /*text-shadow: 0px 0px 3px black;*/
}
.carousel-fade .carousel .carousel-inner .carousel-item .carousel-caption p {
  /*text-shadow: 0px 0px 3px black;*/
}
.carousel-fade .carousel .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 60vh; /*New height slider*/
    /*height: 560px; old hieght slider */
}
hr.divider {
    height: 0.2rem;
    max-width: 3.25rem;
    margin: 1.5rem auto;
    background-color: #fff;
    opacity: 1;
}

.carousel-fade .carousel .carousel-inner .carousel-caption {
    top: 18%;
    bottom: inherit;
}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-item::before {              
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 157, 250, 0.3);                       /* !! Blue Filter Effext on Slider !! */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}



     .carousel-caption h3{
     font-size:80px;
    }
.color_blue {
  color: #3c96ff;
  font-weight: bold;
  text-decoration: underline;
}
.btn-xl {
  padding: 1.25rem 2.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
  transition: all 0.5s ease ;
  
  background-color: #fff;
  color: #3c96ff;
}
/*.btn-primary {
  color: #3c96ff;
  background-color: #fff;
  border-color: #fff;
  border-color: #fff;
border: 2px solid;
}*/
.btn-primary:hover {
  color: #fff;
  background-color: #2dfbff;
  background-image: -webkit-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: -o-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: linear-gradient(to top left, #3c96ff, #2dfbff);
  transition: all 0.5s ease ;
}
.carousel-control-next, .carousel-control-prev {
    font-size: 30px;
}
.btn-subtitle {
  color: #191c1e;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}


/* ==========================================================================
   blog styles
   ========================================================================== */

#blog .blog-item-wrapper {
	background: #fff;
	border-radius: 5px;
	margin: 15px 0;
	box-shadow: 0 0 17px #ddd;
	-webkit-transition: transform .2s linear, -webkit-box-shadow .2s linear;
	-moz-transition: transform .2s linear, -moz-box-shadow .2s linear;
	transition: transform .2s linear, box-shadow .2s linear
}
#blog .blog-item-wrapper:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}
#blog .blog-item-wrapper:hover .blog-item-img:before {
	opacity: 1
}
#blog .blog-item-img {
	position: relative
}
#blog .blog-item-img img {
	width: 100%;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}
#blog .blog-item-img .author-img {
	position: absolute;
	bottom: -30px;
	right: 30px
}
#blog .blog-item-text {
	padding: 60px 20px 30px
}
#blog .blog-item-text h3 {
	line-height: 26px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px
}
#blog .blog-item-text h3 a {
	color: #191c1e;
  text-decoration: none;
  cursor: default;
}
#blog .blog-item-text h3 a:hover {
	/*color: #3c9cfd*/
}
#blog .author .name a {
	color: #a0a6ad;
	font-size: 14px;
	font-weight: 400;
  text-decoration: none;
  cursor: default;
}
#blog .author .name a:hover {
	/*color: #3c9cfd*/
}
#blog .author .date {
	font-size: 14px
}
.single-feature {
    padding: 0 40px;
}
.single-feature h4 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 22px;
  color: #37b8ff;
}
.single-feature p {
  font-size: 14px;
  line-height: 24px;
}
.border-b-one {
    border-bottom: 3px solid #34cbff;
}
.single-feature-icons {
    height: 100px;
    width: 100px;
    background: #fff;
    text-align: center;
    line-height: 100px;
    border-radius: 5000px;
    margin: 0 auto 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.single-feature-icons span img {
  width: 55px;
}
/* ==========================================================================
   pricing Title
   ========================================================================== */
.pricing-section {
    background: #f6fbfd;
}
.pricing-table {
	
  min-height: 800px;/* changed to 800 from 1300px BB*/
	padding: 30px;
	margin: 15px 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: background-image .3s ease-out;
	-moz-transition: background-image .3s ease-out;
	-o-transition: background-image .3s ease-out;
	transition: background-image .3s ease-out;
	box-shadow: 0 0 43px 0 rgba(131,131,131,.23)
}
.pricing-table .icon {
	margin-bottom: 10px
}
.pricing-table .icon i {
	font-size: 42px
}
.pricing-table .price {
	color: #263238;
	font-size: 36px;
	padding: 20px;
	font-weight: 500;
  line-height: 30px;
  min-height: 101px;
}
.pricing-table .price span {
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	color: #a2a2a2
}
.pricing-table .pricing-details h2 {
	font-size: 22px;
	color: #191c1e;
	font-weight: 700;
	padding: 15px 0;
	margin-bottom: 0;
      padding-top: 0;
      min-height: 93px;
}
.pricing-table .pricing-details ul {
  padding: 0;

}
.pricing-table .pricing-details ul.contract-terms {
  min-height: 315px;
}
.what-you-will-get {
  min-height: 462px;
}
.pricing-table .pricing-details ul li {
	padding: 7px;
	font-size: 14px;
  list-style: none;
}
.pricing-table:hover, .pricing-active {
	color: #fff;
	-webkit-transition: background-image .5s ease-out;
	-moz-transition: background-image .5s ease-out;
	-o-transition: background-image .5s ease-out;
	transition: background-image .5s ease-out;
	background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	box-shadow: 0 0 43px 0 rgba(131,131,131,.38)
}
.pricing-table:hover .pricing-details h2, .pricing-active .pricing-details h2 {
	color: #fff;
  
}
.pricing-table:hover .price, .pricing-active .price {
	color: #fff;
  
}
.pricing-table:hover .price span, .pricing-active .price span {
	color: #fff;
  
}
.pricing-table:hover .btn-border, .pricing-active .btn-border {
	background: #fff;
	border-color: #fff;
	color: #3c9cfd;
  transition: all 0.5s ease ;
}

.accordion {
  border-radius: 5px;
  background-color: khaki;
}

.accordion2 {
  border-radius: 5px;
  background-color: khaki;
}

.accordion3 {
  border-radius: 5px;
  background-color: khaki;
}




/* ==========================================================================
   contact
   ========================================================================== */
   .form-control {
   	width: 100%;
   	margin-bottom: 30px;
   	padding: 15px 30px;
   	font-size: 14px;
   	border-radius: 30px;
   	text-align: left;
   	border: 1px solid #ececec;
   	/*box-shadow: 6px 0 43px rgba(131,131,131,.13);*/
   	-webkit-transition: all .3s;
   	-moz-transition: all .3s;
   	transition: all .3s
   }
   .form-control:focus {
   	border: 1px solid #3c9cfd;
   	outline: none;
   	box-shadow: none
   }
   .btn.disabled, .btn:disabled {
   	opacity: 1
   }
   textarea {
   	border-radius: 10px!important;
   	text-align: left!important
   }

  .submit-button .btn-primary {
       color: #ffffff !important;
       background-color: #72b3ff !important;
       border-color: #fff !important;
   }
.padding-0 {
  padding: 0;
}
.contact-info {
	margin-bottom: 15px
}
.contact-info i {
	font-size: 20px;
	color: #3c9cfd
}
.contact-info h5 {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 500
}
.contact-info p {
	font-size: 14px;
	margin-bottom: 0
}
#contact {
	background: #fff;
	padding-bottom: 80px;
	position: relative;
	text-align: center
}
#contact h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px
}
#contact .contact-block {
	background: #fff;
	overflow: hidden;
	/*padding: 30px;
	border-radius: 5px;
	box-shadow: 0 0 43px 0 rgba(131,131,131,.23)*/
}
.offset-top {
	margin-top: -100px
}
#google-map-area {
	position: relative
}
#google-map-area .container-fluid {
	padding-left: 0;
	padding-right: 0
}
#msgSubmit {
	margin-bottom: 0
}
#subscribe {
	background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
	position: relative
}
.subscribe-form {
	margin-bottom: 15px
}
.subscribe-form .sub-title {
	margin-bottom: 30px
}
.subscribe-form .sub-title h3 {
	color: #fff;
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	font-weight: 600
}
.subscribe-form .sub-title p {
	font-size: 14px;
	color: #fff
}
.subscribe-form .form-wrapper .form-group {
	margin-bottom: 0
}
.subscribe-form .form-wrapper .form-control {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	box-shadow: none;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
	background: 0 0;
	border: 2px solid #fff;
	border-radius: 50px;
	background-image: none;
	background-clip: padding-box
}
.subscribe-form .form-wrapper .form-control:focus {
	color: #fff;
	border-color: #fff;
	box-shadow: none;
	outline: 0
}
.subscribe-form .form-wrapper .btn-search {
	top: 6px;
	right: 22px;
	z-index: 2;
	width: 156px;
	font-weight: 600;
	background: #fff;
	color: #3c96ff;
	height: 52px;
	text-align: center;
	position: absolute;
	padding: 0
}
.subscribe-form .form-wrapper input::placeholder {
color:#fff;
font-weight:500
}
.subscribe-form .form-submit .btn {
	width: 100%;
	padding: 13px 30px
}
#subscribe .sub-item-box {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 4px;
	background: #fff
}
#subscribe .sub-item-box .icon-box {
	float: left
}
#subscribe .sub-item-box .icon-box i {
	font-size: 30px;
	color: #3c9cfd
}
#subscribe .sub-item-box .text-box {
	margin-left: 60px
}
#subscribe .sub-item-box .text-box h4 {
	font-size: 16px;
	font-weight: 500
}
#subscribe .sub-item-box .text-box p {
	margin-bottom: 0
}
#subscribe .sub-item-box:last-child {
	margin-bottom: 0
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 80px 0 65px;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}

.section-header .section-title {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-color: #2dfbff;
  background-image: -webkit-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: -o-linear-gradient(bottom right, #3c96ff, #2dfbff);
  background-image: linear-gradient(to top left, #3c96ff, #2dfbff);
  position: relative;
}
.footer-social{margin-top:4px; margin: 0;}
.footer-social li{display:inline-block;margin-right:15px}
.footer-social li a{color:#3c96ff;font-size:14px;text-align:center;display:inline-block;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;transition:all .4s ease-in-out}
.footer-social li .facebook:hover{color:#3b5998}.footer-social li .twitter:hover{color:#55acee}.footer-social li .linkedin:hover{color:#007bb5}.footer-social li .google-plus:hover{color:#dd4b39}
/* ==========================================================================
    App Features Section Style
   ========================================================================== */
#app-features {
  background: #f6fbfd;
}

#app-features .content-left {
  position: relative;
}

#app-features .content-left span {
  float: right;
  margin-left: 25px;
}

#app-features .content-right {
  position: relative;
}

#app-features .content-right span {
  float: left;
  margin-right: 25px;
}

#app-features .box-item {
  margin: 30px 0;
}

#app-features .box-item .icon {
  text-align: center;
  margin: 0 15px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  background-image: -moz-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -webkit-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  background-image: -ms-linear-gradient(0deg, #3c96ff 0%, #2dfbff 100%);
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#app-features .box-item:hover .icon {
-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
#app-features .box-item .icon i {
  color: #fff;
  font-size: 32px; /*BB changed from 24px */
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#app-features .box-item .text h4 {
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 22px;
}

#app-features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#app-features .content-left .text {
  margin-right: 90px;
}

#app-features .content-right .text {
  margin-left: 90px;
}

#app-features .show-box {
  text-align: center;
  margin: 15px 0;
}

#app-features .show-box img {
  width: 100%;
}


/* ==========================================================================
    portfolio Section Style
   ========================================================================== */

#portfolio .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}
#portfolio .container-fluid .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid, #portfolio .container-sm, #portfolio .container-md, #portfolio .container-lg, #portfolio .container-xl, #portfolio .container-xxl {
  max-width: 1920px;
}

#portfolio .container-fluid .portfolio-box, #portfolio .container-sm .portfolio-box, #portfolio .container-md .portfolio-box, #portfolio .container-lg .portfolio-box, #portfolio .container-xl .portfolio-box, #portfolio .container-xxl .portfolio-box {
  position: relative;
  display: block;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption, #portfolio .container-sm .portfolio-box .portfolio-box-caption, #portfolio .container-md .portfolio-box .portfolio-box-caption, #portfolio .container-lg .portfolio-box .portfolio-box-caption, #portfolio .container-xl .portfolio-box .portfolio-box-caption, #portfolio .container-xxl .portfolio-box .portfolio-box-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(60, 153, 255, 0.9);
  transition: opacity 0.25s ease;
  text-align: center;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-category, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-category {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
#portfolio .container-fluid .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-sm .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-md .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-lg .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xl .portfolio-box .portfolio-box-caption .project-name, #portfolio .container-xxl .portfolio-box .portfolio-box-caption .project-name {
  font-size: 1.2rem;
}
#portfolio .container-fluid .portfolio-box:hover .portfolio-box-caption, #portfolio .container-sm .portfolio-box:hover .portfolio-box-caption, #portfolio .container-md .portfolio-box:hover .portfolio-box-caption, #portfolio .container-lg .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xl .portfolio-box:hover .portfolio-box-caption, #portfolio .container-xxl .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}



