@import url('https://fonts.googleapis.com/css?family=Lato');

html,
body {
    min-height: 100%;
    font-family: 'Lato', sans-serif;
}

body {
    font-family: 'Lato', sans-serif;
    padding-top: 100px;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header{ 
    padding: 15px 0;
    background-position: 90% 45%;
    background-size: 335px;
    background-repeat: no-repeat;
}

a, a:hover{
    text-decoration: none;
}

a {
    color: #41767c;
    text-decoration: none;
}

.h3,h3{font-size:21px}

.box-news{
    background-color: #ececec;
    padding-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
}

.h4-news{
    height: 55px;
    color: #2e2e2e;
    padding: 0 5px;
}

.text-primary {
    color: #409aa2;
}


.navbar-default {
    background-color: white;
    border-color: rgb(82, 167, 152);
    font-family: 'Lato', sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    border-bottom-width: 3px;
}
.navbar-default .navbar-header .navbar-brand {
    color: #ee1c25;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: #222222;
    text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus,
#dropdownMenu2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover,
{
    color: #ee1c25;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus,
#dropdownMenu2:focus
{
    color: #ee1c25 !important;
    background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover,
#dropdownMenu2:hover
{
    background-color: transparent;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    margin-top: 10px;
    font-size: 12px
}

.dropdown:hover .dropdown-content {
    display: block;
}

section {
    padding: 30px 0;
}

.btn-primary{
    background-color: #409aa2;
    border-color: #409aa2;
    border-radius: 2px;
    padding: 10px 30px;
    transition: all 0.5s ease;
}

.btn-invert{
    background-color: #fff;
    border-color: #fff;
    color: #409aa2;
}

.panel>.list-group>li{
    padding: 15px 0 !important;
    margin: 0 !important;
}

.btn-full{
    width: 100%;
    padding: 15px 3px;
}

.btn-primary:hover{
    background-color: #2f858d;
    border-color: #2f858d;
}

.btngrigio {
    float:left; 
    background-color:#f5f5f5; 
    color:#15191b
}

.bg-primary {
    color: #fff;
    background-color: #409aa2;
    min-height: calc(100vh - 50px);
}

.btn-iscrizione {
    width: 80%;
}

.navbar-brand {
    height: 130px;
    padding: 5px 15px;
    margin-bottom: -25px;
    margin-top: 0px;
}

/* Buttons */

.btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    white-space: nowrap;
    font-size:14px;
    line-height:20px;
    font-weight:700;
    text-transform:uppercase;
    border: 3px solid;
    padding:8px 20px;
}

.btn-outlined {
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-outlined.btn-theme {
    background: none;
    color: #52a798;
    border-color: #52a798;
}

.btn-outlined.btn-theme:hover,
.btn-outlined.btn-theme:active {
    color: #FFF;
    background: #52a798;
    border-color: #52a798;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
}

.btn-outlined.btn-theme2 {
    background: none;
    color: #ec617a;
    border-color: #ec617a;
}

.btn-outlined.btn-theme2:hover,
.btn-outlined.btn-theme2:active {
    color: #FFF;
    background: #ec617a;
    border-color: #ec617a;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
}
.btn-outlined.btn-theme3 {
    background: none;
    color: #fecb2d;
    border-color: #fecb2d;
}

.btn-outlined.btn-theme3:hover,
.btn-outlined.btn-theme3:active {
    color: #FFF;
    background: #fecb2d;
    border-color: #fecb2d;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
}

.btn-outlined.btn-theme4 {
    background: none;
    color: #5ec2d1;
    border-color: #5ec2d1;
}

.btn-outlined.btn-theme4:hover,
.btn-outlined.btn-theme4:active {
    color: #FFF;
    background: #5ec2d1;
    border-color: #5ec2d1;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
}

.btn-outlined.btn-theme5 {
    background: none;
    color: #aba797;
    border-color: #aba797;
}

.btn-outlined.btn-theme5:hover,
.btn-outlined.btn-theme5:active {
    color: #FFF;
    background: #aba797;
    border-color: #aba797;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
}


.btn-outlined.btn-black {
    background: none;
    color: #000000;
    border-color: #000000;
}

.btn-outlined.btn-black:hover,
.btn-outlined.btn-black:active {
    color: #FFF;
    background: #000000;
    border-color: #000000;
}

.btn-outlined.btn-white {
    background: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #6f5499;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-xs{
    font-size:11px;
    line-height:14px;
    border: 1px solid;
    padding:5px 10px;
}

.btn-sm{
    font-size:12px;
    line-height:16px;
    border: 2px solid;
    padding:8px 15px;
}

.btn-lg{
    font-size:18px;
    line-height:22px;
    border: 4px solid;
    padding:13px 40px;
}

.form-control{
    border-radius: 0px;
    border: 2px solid #ececec;
}

.panel {
    border-radius: 3px;
}

.panelgrigio {
    color: #15191b;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    background-color: #3c3d41;
    padding:15px;
    color: rgba(255,255,255,1.00);
    min-height: 50px;
}

footer a {
    color: inherit;
    transition: all 0.5s ease;
}

footer a:hover {
    color: #ccc;
}

.convenzioni {
    text-align: center;
    color: #f5f5f5;
}

.margine{
    margin-top: 100px;
}

.margine-titolo {
    margin-top: 10px;
    padding-top: 0px;
}

/* .full-row{
    display: table
}

.full-row > .col-md-3{
    display: table-cell;
    height: 100%;
    float: none;
}

.full-row > .col-md-4 {
    display: table-cell;
    height: 100%;
    float: none;
} */


section{
    padding: 25px 0;
    background: #fff; 
}

.divider {
    width: 100%;
    margin: 20px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
.divider::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0; }
p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 30px; }
.shadow, .shadow-narrow {
    position: relative;
    background-color: #fff; }
.service-block {
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #f1f1f1;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
.shadow-narrow::before, .shadow::before {
    position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #fff;
    z-index: 2; }
.shadow-narrow::after, .shadow::after {
    content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999;
    box-shadow: 0 5px 7px #999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
.shadow-narrow:hover::after, .shadow:hover::after {
    bottom: 10px; }
.icon.bg-df {
    background-color: #52a798;
    color: #ffffff;
}
.service-block .icon {
    margin-bottom: 10px; }
.icon {
    display: inline-block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    transition: all .2s ease-in-out;
    border-radius: 0;
    transform:rotate(45deg);
    border: 1px solid transparent; }
.shadow *, .shadow-narrow * {
    position: relative;
    z-index: 3; }
.service-block p {
    clear: both;
    margin-bottom: 15px; }
.icon i {
    position: relative;
    z-index: 1;
    transform:rotate(-45deg); 
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 400px;
}
.fade-carousel .carousel-inner .item {
    height: 400px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #52a798;
    border-color: #52a798;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    /*-webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);*/
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .3;
    top: 0;
    left: 0;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: 400px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
    background-image: url(../img/grafica/team-2.jpg); 
}
.fade-carousel .slides .slide-2 {
    background-image: url(../img/grafica/team-2.jpg); 
}
.fade-carousel .slides .slide-3 {
    background-image: url(../img/grafica/team-2.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2em; }    
}


.news {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index:1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
    border: 1px solid #eaeaea;
    -webkit-box-shadow: 0px 13px 18px -9px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 13px 18px -9px rgba(0,0,0,0.53);
    box-shadow: 0px 13px 18px -9px rgba(0,0,0,0.53);
}

.news .img-figure {
    position: relative;
    max-height: 200px;
}

.news .img-figure img {
    position: relative;	
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.news:hover .img-figure img {
    -webkit-transform: scale(1.10);
    -moz-transform: scale(1.10);
    -ms-transform: scale(1.10);
    -o-transform: scale(1.10);
    transform: scale(1.10);
}

.news .title {
    /*padding: 29px 30px;*/
    padding: 45px 30px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.news .title h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    /*	color: #3D6AA2;*/
    text-align: center;
}

.news:hover .title  {
    margin-top: -90px;
    background: #fff;
}

.news  p.description {
    position: relative;
    font-weight: normal;
    line-height: 22px;
    opacity: 0;

    text-align: center;

    padding: 15px 30px 0px 30px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	
}

.news:hover p.description  {
    opacity: 1;
}

p.more {
    text-align: center;
}

.more a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: inline-block;
    color: #28998b;
}


.news:hover a:after {
    width: 30px;
}

.cat {
    background: #52a798;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 999;
    padding: 3px 15px;
}



img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 3px;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #ededf0;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    line-height: 1.428571429;
    max-width: 100%;
    moz-transition: all .2s ease-in-out;
    o-transition: all .2s ease-in-out;
    padding: 2px;
    transition: all .2s ease-in-out;
    webkit-transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before, .timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 30px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
    float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #fff;
    color: #737881;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ec617a;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #52a798;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #5ec2d1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fecb2d;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #a45f50;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.50);
    box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.50);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans",sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.bg-primary::before{
    background: url('https://www.toptal.com/designers/subtlepatterns/patterns/paper_fibers.png');
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.bg-primary {
    color: #222;
    min-height: calc(100vh - 150px);
    position: relative;
    background-color: #fff;
}

.btn.btn-lg {
    padding: 31.2px 40px;
    border: 2px dashed;
}


/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}