.btn-azul-logo{
    background-color: #339fd8;;
  border-color: #339fd8;}



header {
position: relative;
background-color: black;
height: 75vh;
min-height: 25rem;
width: 100%;
overflow: hidden;
}

header video {
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}

header .container {
position: relative;
z-index: 2;
}

header .overlay {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: black;
opacity: 0.5;
z-index: 1;
}

.btn-radius-fill{
padding: 8px 20px;
/**margin-left: 30px; */
border-radius: 50px;
color: #fff;
font-size: 14px;
border: 2px solid #3A9FD9;
background-color: #3A9FD9;
font-weight: 600;
}
.btn-radius-fill:hover{
background-color: transparent;
color: white;
}
.btn-services{
padding: 8px 20px;
/**margin-left: 30px; */
color: #fff;
font-size: 14px;
border: 2px solid #3A9FD9;
background-color: #3A9FD9;
font-weight: 600;
}
.btn-services:hover{
background-color: transparent;
color: #3A9FD9;
}

a{
color: #3A9FD9;
}
a:hover{
color: #3A9FD9;
}
.why-us .accordion-list span {
color: #3A9FD9;
}
.section-title h2 {
color: #211D3F;
}
.about .content .btn-learn-more {
color: #3A9FD9;
border: 2px solid #3A9FD9;
}
.about .content .btn-learn-more:hover {
background-color: #3A9FD9;

}
.faq .faq-list a.collapsed { 

color: #426281;
}
.faq .faq-list a.collapsed:hover { 
color: #211D3F;
}
.faq .faq-list .icon-help {
color: #3A9FD9;
}
.contact .info h4 {
color: #211D3F;
}
.why-us .content h3 {
    color: #211D3F;
}
.section-title h2{
    color: #211D3F;
}
.contact .info i {
color: #3A9FD9;
}
.contact .info i:hover {
color: #3A9FD9;
}
#footer .footer-top .social-links a {
background-color: #3A9FD9;
border: 2px solid #3A9FD9;
}
.cta{
   background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url(../img/server.jpg) fixed center center; 
}
