/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23 May, 2022, 11:40:39 AM
    Author     : Guruprasad
*/
.bg-about{
    position: relative;
    content:"";
    left: 0px;
    top: 0px;
    width: 100%;
    min-height: 650px;
    background: url("../images/about/Harmony-3d.jpg") no-repeat;
    background-size: cover;
    float: left;
}
.about-item  {
    text-align: right;
    color: rgba(0,0,102,1);
    background-color: #fff!important;
}
.about.about-item.text-color {
    color: #04043b!important;
}
.service {
    background: #04043b!important; 
}
.section-title {
    color: #ffffff!important;
    margin: 70px 0px!important;
    padding: 50px 0px;
}
.section-title .content-title{
    color: #ffffff!important;
    font-size: 30px!important;
    line-height: 32px!important;
}
.about-content {
    padding: 250px 0px!important;
    
}
.about-content .h6.text-italics {
    color: #000066!important;
    font-size: 32px!important;
    font-style: italic!important;
    font-weight: 600!important;
}
.about-content .content-title {
    color: #000066!important;
    font-size: 32px!important;
    font-weight: 300!important;
    margin: 0px!important;
}  
.cta{
    background: url("../images/bg/home-3.jpg") fixed 50% 50%;
    background-size: cover;
    padding: 70px 0px!important;
    /*    opacity: 0;
        background: #000;*/
}
.cta-block{
    background: url("../images/bg/home-3.jpg")no-repeat;
    background-size: cover;
}
.overly {
    position: relative;
    &:before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}
.col-lg-hide {
    display: none;
}
.cta:before {
    opacity: 0!important;
    background: #000;
}
.blue-box {
    margin: 80px 0px; background: #04043b!important; text-align: center; 
}
.blue-box h2 {
    color: #ffffff!important; font-size: 30px;
    line-height: 32px!important;
}
.section.testimonial-wrap {
    background: #04043b!important; 
}
@media (max-width: 768px) {
    .bg-about {
    display: block; background-position: center; min-height: 410px;
}
.about-content {
    padding: 150px 0px!important;
    
}
.col-lg-hide {
    display: block;
}
.about-item {
    text-align: center;
    color: rgba(0,0,102,1);
    background-color: #fff;
}
}
