 

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
max-width: 100%;
height: auto;
}
section {
    padding: 28px 0;
   /* min-height: 100vh;*/
}

.sec-title{
position:relative;
z-index: 1;
margin-bottom:0px;
}

.sec-title .title{
position: relative;
display: block;
font-size: 18px;
line-height: 24px;
color: #080ba8;
font-weight: 500;
margin-bottom: 1px;
}

.sec-title h2{
position: relative;
display: block;
font-size:19px;
line-height: 34px;
color: #222222;
font-weight: 600;
padding-bottom:10px; padding-top: 0px; margin-top: 0px; margin-bottom: -41px !important;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:84px;
height:3px;
background-color:#098f84;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #222121;
font-weight: 400;
margin-top: 11px !important;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
} 
 
.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #222222;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}
 
.list-style-one li:before {
content: "-";
position: absolute;
left: 0;
top: -14px;
display: block;
font-size: 28px;
padding: 0px;
color: #050f97;
font-weight: bold;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 18px;
color: #ffffff;
padding: 10px  ;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #094a86;
}

.btn-style-one:hover{
background-color: #001e57;
color: #ffffff;
}
.about-section{
position: relative;
padding: 50px 0 0px;
}

.about-section .sec-title{
margin-bottom: 15px;
}

.about-section .content-column{
position: relative;
margin-bottom: 0px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 10px;
font-size: 18px;
line-height: 26px;
color: #848484;
font-weight: 800;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 120px;
padding-bottom: 125px;
}

@media only screen and (max-width: 590px){
    .sec-title .title{
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 24px;
        color: #080ba8;
        font-weight: 500;
        margin-bottom: 15px;
        }
        
        .sec-title h2{
        position: relative;
        display: block;
        font-size:19px;
        line-height: 34px;
        color: #222222;
        font-weight: 600;
        padding-bottom:11px; padding-top: 0px; margin-top: 24px;
        }
}
