.blog{
    position: relative;
    height: 300px;
    width: 100%;
    background-image: url(../img/banner-2.jpg);
    /* background-size: 150% 300%; */
    /* background-repeat: no-repeat;  */
    background-position: left top;
    z-index: 1;
}
.blog::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(20, 44, 75, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
}

.blog-section h2{
    color: white;
    font-weight: 700;
    font-size: 40px;
}
.blog-section a{
    color: white;
    font-size: 22px;
}
.blog-section a:hover{
    text-decoration: underline;
}
.blog-section span{
    color: white;
    font-size: 22px;
    font-weight: 800;
}
.blog-section strong{
    color: rgb(25, 190, 236);
    font-weight: 600;
    font-size: 22px;
}

.center-data{
    position: relative;
    top: 40%;
}
.contact-sec-1 .left h6{
    color: rgb(25, 190, 236);
}
.contact-sec-1 .left h1{
    color: #142b4a;
}
.contact-sec-1 .left p{
    color: #6f6f6f;
    font-size: 16px;
    margin: 0;
}
.contact-sec-1 .right{
    align-self: center;
}
.contact-sec-1 .right img{
    width: 100%;
}

.checkmark{
    position: relative;
    height: 15px;
    width: 15px;
    border: 2px solid rgb(25, 190, 236);
    align-self: center;
    margin-right: 10px;
}
.checkmark::before{
    content: "";
    position: absolute;
    height: 70%;
    width: 45%;
    border: 2px solid rgb(25, 190, 236);
    border-left: none;
    border-top: none;
    transform: rotate(40deg);
    left: 3px;
}

.service-card{
    background-color: #f7f7f9;
    box-shadow: 0px 0px 5px #f7f7f9;
    margin: 10px 20px;
}
.service-card-body{
    padding: 20px; 
    padding-top: 10px;

}
.service-card:hover{
    box-shadow: 0px 0px 10px rgb(113, 125, 139);
}
.service-card i{
    color: rgb(25, 190, 236);
    font-size: 50px;
}
.service-card h5{
    color: #142b4a;
}
.service-card p{
    color: #142b4a;
}

/* .headings{
    border-bottom: 1px solid #b5b5b5;
} */
.headings div h5{
    color: #585858;
    font-size: 18px;
}
.headings div h5.active{
    color: #142b4a;
}
.headings div{
    position:relative;
    vertical-align: middle;
    text-align: center;
    transition: 0.5s;
    padding: 0 10px;
    margin: auto;
    cursor: pointer;
    -webkit-transition:0.5s;
  }

  .headings div:hover {
    border: 3px solid rgba(0,160,80,0);
    color: #FFF;
  }
  
  .headings div::before, .headings div::after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
  }
  
.headings div::before{
    border-bottom: 3px solid rgb(25, 190, 236);
    -webkit-transform-origin: 0% 100%;
}
.headings div::after{
    -webkit-transform-origin: 50% 50%;
}
.headings div:hover::after, .headings div:hover::before {
    -webkit-transform: scale(.8);
  }

.content-analytic {
    padding: 10px 20px;
}
.content-analytic p{
    text-align: justify;
    color: #142b4a  ;
}

.headings div.active{
    border-bottom: 3px solid rgb(25, 190, 236);
  }
  

@media(max-width:1024px) and (min-width:870px){
    .title h1{
        font-size: 24px;
    }
    .headings div h5 {
        font-size: 12px;
    }
    .main-menu-2 .logo {
        padding: 10px 0px;
        width: 30%;
    }
}
@media(max-width:870px) and (min-width:500px){
    .main-menu-2 .logo {
        padding: 10px 0px;
        width: 30%;
    }
    .main-menu-2 ul li {
        padding: 5px 10px;
    }
}
@media(max-width:500px) and (min-width:375px){
    .content-analytic {
    padding: 10px 0;
    }
}
@media(max-width:375px) and (min-width:320px){
    .content-analytic {
        padding: 10px 0;
    }
}