.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 .right{
    align-self: center;
}
.contact-sec-1 .right p{
    color: #6f6f6f;
    font-size: 16px;
}
.card-contact{
    padding: 30px;
    background: #f7f7f9;
    margin: 15px;
}
.card-contact i{
    font-size: 25px;
    color: rgb(25, 190, 236);
}
.card-contact .phone-icon i{
    font-size: 50px;
    transform: rotate(-45deg);
}
.card-contact .other-icon i{
    font-size: 50px;
}
.card-contact h5{
    color: #142b4a;
}
.card-contact a{
    color: #6f6f6f;
}

.contact-form{
    background-color: #f7f7f9;
}

.contact-form .left h6{
    color: rgb(25, 190, 236);
}
.contact-form .left h1{
    color: #142b4a;
}
.contact-form .form-section input{
    outline: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px 0;
}
.contact-form .form-section input::placeholder{
    color: #6f6f6f;
}
.contact-form .form-section input:hover{
    border:1px solid rgb(25, 190, 236);
    transition: 0.4s;
}
.contact-form .form-section textarea{
    outline: none;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
    transition: 0.4s;
}
.contact-form .form-section textarea::placeholder{
    color: #6f6f6f;
}
.contact-form .form-section textarea:hover{
    border:1px solid rgb(25, 190, 236);
    transition: 0.4s;
}
.contact-form .form-section button{
    outline: none;
    width: 100%;
    border: 1px solid #f7f7f9;
    padding: 10px 25px;
    transition: 0.4s;
    margin: 10px 0;
    background-color: #142b4a;
    color: white;
}
.contact-form .form-section button:hover{
    background: rgb(25, 190, 236);
    transition: 0.4s;
}


@media(max-width:1024px) and (min-width:768px){
    
}
@media(max-width:768px) and (min-width:500px){
   
}
@media(max-width:500px) and (min-width:375px){
    
}
@media(max-width:375px) and (min-width:320px){
    
}