

p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}

img {
  width: 100%;
  overflow: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #989aa1;
    background-color: #151515;
}
/*=======================================================
			COLORS(Only Visible In Scss File):
========================================================*/

/*=======================================================
			TYPOGRAPHY:
========================================================*/

h1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
}

h2 {
    font-size: 36px;
    font-weight: bold;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

.section-title {
    margin: 0;
}

.section-title:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 4px;
    display: block;
    background-color: #fd8917;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 30px 0;
}

.sub {
    color: #fff;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}

/*=======================================================
			BUTTONS:
========================================================*/

.btn-primary {
    background: #fd8917;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #068BEA;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-secondary {
    background: #068BEA;
    padding: 15px 20px;
    font-weight: bold;
    border: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    background: #fd8917;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}

.btn-transparent {
    background: transparent;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #068BEA;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    background: #068BEA;
    color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
    transition: all .2s ease-in-out;
}


/*=======================================================
			BANNER:
========================================================*/

.banner {
    background: url(/assets/img/FondoBannerSoftware.webp);
    background-position: top center;
    text-align: center;
}

.banner .container .caption {
    padding-top: 180px;
}

.banner .container .caption h1 {
    margin-bottom: 20px;
}

.banner .container .caption p {
    margin-bottom: 20px;
}

.banner .container .caption .btn {
    margin-bottom: 40px;
}

.banner .container .caption img {
    width: 800px;
}

/*=======================================================
			ABOUT:
========================================================*/

#about {
    padding: 120px 0;
    text-align: center;
}

/*=======================================================
			SERVICES:
========================================================*/

#services {
    padding: 120px 0;
}

#services p {
    margin: 25px 0;
}

#services ul li span {
    position: relative;
    bottom: 15px;
}

#services .img-table {
    position: relative;
    top: 30px;
}

#services .caption {
    position: relative;
    top: 30px;
}

#services .seconde {
    padding: 80px 0;
}

/*=======================================================
			FEATURES:
========================================================*/

#features {
    padding: 120px 0;
    text-align: center;
}

#features .feature {
    margin: 30px 0;
    padding: 0 20px;
    transition: all .2s ease-in-out;
}

#features .feature .feature-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 125px;
    height: 125px;
}

#features .feature .feature-icon svg {
    position: relative;
    top: 40px;
}

#features .feature h4 {
    margin: 25px 0;
}

#features .feature:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			PRICES:
========================================================*/

#prices {
    padding: 120px 0;
    background: url(../imgs/pricing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    text-align: center;
}

#prices .price-table {
    background: #fff;
    color: #686b75;
    transition: all .2s ease-in-out;
    padding: 60px 30px;
    border-radius: 5px;
    margin: 30px 0;
}



#prices .price-table .header {
    margin-bottom: 30px;
}

#prices .price-table .header .title {
    color: #000000;
    font-weight: 500;
}

#prices .price-table .header .price {
    font-size: 60px;
    color: #000;
    font-weight: 700;
}

#prices .price-table .header h4 {
    font-weight: 700;
}

#prices .price-table ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

#prices .price-table .btn {
    margin-top: 30px;
}

#prices .price-table:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}
/*=======================================================
			TESTIMONIALS:
========================================================*/

#testimonials {
    padding: 0 0 120px 0;
    text-align: center;
}

#testimonials .carousel-container {
    margin: 0 auto;
}

#testimonials .carousel-container .testi-icon {
    background: url(../imgs/icons-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 90px;
    height: 90px;
}

#testimonials .carousel-container .testi-icon svg {
    position: relative;
    top: 20px;
}

#testimonials .carousel-container .quote {
    font-size: 18px;
    font-weight: bold;
    margin: 40px 0;
}

#testimonials .carousel-container img {
    width: 60px;
}

#testimonials .carousel-container .item {
    padding: 0 10px;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#testimonials .carousel-container .owl-theme .owl-controls .owl-page.active span,
#testimonials .carousel-container .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}


/*=======================================================
			APP SCREENSHOTS:
========================================================*/

#screenshots {
    padding: 100px 0;
    text-align: center;
}

#screenshots .title-container {
    margin: 0 auto;
}

#screenshots .item {
    margin: 40px 20px;
}

#screenshots .item img {
    box-shadow: 0 3px 15px rgba(76, 76, 77, 0.15);
}

#screenshots .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#screenshots .owl-theme .owl-controls .owl-page.active span,
#screenshots .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			TEAM:
========================================================*/

#team {
    padding: 120px 0;
    text-align: center;
}

#team .title-container {
    margin: 40px auto;
}

#team .member img {
    width: 250px;
    margin: 0 auto;
}

#team .member h4 {
    margin-top: 15px;
}

#team .member h4:after {
    content: "";
    position: relative;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 2px;
    display: block;
    background-color: #068BEA;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    margin: 15px 0;
}

#team .member .social-media {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#team .member .social-media li {
    display: inline-block;
    background: #068BEA;
    transition: all .2s ease-in-out;
    border-radius: 100%;
    line-height: 2.5;
    margin: 0 8px 8px 0;
    width: 40px;
    height: 40px;
}

#team .member .social-media li a {
    color: #fff;
}

#team .member .social-media li:hover {
    cursor: pointer;
    background: #fd8917;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/*=======================================================
			BRANDS:
========================================================*/

#brands {
    padding: 120px 0;
    text-align: center;
}

#brands .title-container {
    margin: 0 auto;
}

#brands .item {
    margin: 25px 0;
}

#brands .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #068BEA;
    background: transparent;
}

#brands .owl-theme .owl-controls .owl-page.active span,
#brands .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #068BEA;
}

/*=======================================================
			CONTACT:
========================================================*/

#contact {
    background: url(../imgs/footer-2.png);
    background-size: cover;
    background-position: top center;
    padding: 120px 0 40px 0;
    color: #fff;
}

#contact .title-container {
    margin: 0 auto;
}

#contact form {
    margin: 40px 0;
}

#contact form .form-group label {
    font-size: 14px;
    font-weight: 700;
}

#contact form .form-group .form-control {
    padding: 13px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: 1px solid #DDE4F4;
    outline: none;
}

#contact form .btn {
    margin: 1rem 0;
}

#contact p {
    text-align: center;
}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
    width: 100%;
    margin-top: 160px;
  }
  
  footer {
    margin-top: -50px;
    z-index: 2;
    position: relative;
  }
  
  footer .footer-item h4 {
    font-size: 18px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 30px;
  }
  
  footer .about .logo img {
    width: 150px;
    margin-bottom: 30px;
  }
  
  footer .about a {
    color: #afafaf;
    font-weight: 300;
  }
  
  footer .about ul {
    margin-top: 20px;
  }
  
  footer .about ul li {
    display: inline-block !important;
    margin-right: 5px;
  }
  
  footer .about ul li a {
    width: 32px;
    height: 32px;
    background-color: #03a4ed;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    font-size: 15px;
  }
  
  footer .about ul li a:hover {
    background-color: #ff695f;
  }
  
  footer .footer-item ul li {
    display: block;
    margin-bottom: 12px;
  }
  
  footer .footer-item ul li:last-child {
    margin-bottom: 0px;
  }
  
  footer .footer-item ul li a {
    font-size: 15px;
    color: #afafaf;
    transition: all .3s;
  }
  
  footer .footer-item ul li a:hover {
    color: #ff695f;
  }
  
  footer .footer-item p {
    font-size: 15px;
    color: #afafaf;
    margin-top: -5px;
  }
  
  footer .footer-item form {
    background-color: #03a4ed;
    height: 46px;
    border-radius: 23px;
    position: relative;
    margin-top: 15px;
  }
  
  footer .footer-item form input {
    line-height: 46px;
    background-color: transparent;
    border: none;
    font-size: 14px;
    padding: 0px 20px;
    outline: none;
  }
  
  footer .footer-item form input::placeholder {
    color: #fff;
  }
  
  footer .footer-item form button {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    outline: none;
  }
  
  footer .copyright p {
    text-align: center;
    border-top: 1px solid #eee;
    color: #afafaf;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 300;
  }
  
  footer .copyright p a {
    color: #ff695f;
  }

/*=======================================================
			MEDIA QUERIES:
========================================================*/

@media (max-width: 992px) {
    .banner .container .row .caption h1 {
        font-size: 48px;
    }

    section .container .row h2 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    #home .navbar {
        background: #068BEA;
    }
    #home .navbar .navbar-collapse .navbar-nav .btn {
        position: static;
        margin: 10px 0 0 0;
    }
}

@media (max-width: 767px) {
    #home .banner .caption h1 {
        font-size: 34px;
    }
}

@media (max-width: 400px) {
    #video-popup .video-box .waves-block {
        display: none;
    }
}