@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,400,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext,cyrillic-ext,cyrillic,greek-ext,greek,vietnamese);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext,greek-ext,greek,vietnamese,cyrillic,cyrillic-ext);
body {
    font-family: 'Roboto';
    color: #000;
}
a, a:hover {
  text-decoration: none;
}
li {
    list-style: none;
}
header#main-section {
    background: #163e64;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}
header ul li {
    border-left: 2px solid #fff;
    padding-left: 30px;
}
header ul li:first-child {
    border-left: 0;
    padding-left: 0;
}
header ul {
    display: inline-flex;
    gap: 30px;
    font-size: 18px;
        padding: 0;
    margin-top: 20px;
}
/*header h1 {
    margin: 40px 0 0;
}*/
header h2 {
    margin: 0;
    color: #fff;
}
section.sec_one {
    padding: 60px 0;
}
section.sec_two {
    padding: 60px 0;
}
section.sec_two {
    background: url(img/finfix_bg.jpg) no-repeat center center / cover;
    text-align: center;
    color: #fff;
}
section.sec_one strong {
    color: #0067a7;
}
section.sec_one p {
    font-size: 24px;
}
section.sec_one a {
    background: #0067a7;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.sec_one .row {
    gap: 30px;
    display: inline-flex;
}
section.sec_three {
    padding: 60px 0;
    text-align: center;
}
.sec_two h2 {
    color: #fff;
}
h2 {
    color: #0067a7;
}
.sec_three p {
    font-size: 18px;
}
.sec_three a {
    background: #0067a7;
    color: #fff;
    display: block;
    padding: 5px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.sec_three .row {
    margin-top: 40px;
    gap: 30px;
    display: inline-flex;
}
.sec_three img {
    width: 80px;
}
.sec_three h3 {
    color: #0067a7;
}
section.sec_for {
    padding: 0 0 60px 0;
    font-size: 18px;
    height: 100%;
    color: #fff;
}
.sec_for strong {
    display: block;
}
.sec_for .row {
    background: #163e64;
}
.sec_for .sec_for_img {
    padding: 0;
}
.sec_for .sec_for_cont p {
    margin-bottom: 40px;
}
.sec_for .sec_for_cont {
    padding: 60px 80px;
}
.sec_for_img img {
    width: 100%;
}
.fiv_img img {
    width: 100%;
}
.fiv_cont img {
    width: 80px;
}
.sec_fiv .row {
    padding: 30px 0;
    gap: 30px;
    display: inline-flex;
}
.sec_fiv p {
    font-size: 18px;
}
.fiv_cont a {
    background: #0067a7;
    color: #fff;
    padding: 8px 30px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
}
.fiv_cont h3 {
    color: #0067a7;
}
.fiv_cont li {
    font-size: 18px;
    background: url(img/tick.png) no-repeat left 5px / 18px;
    padding-left: 30px;
}
a.simp_link {
    background: transparent;
    color: #0067a7;
    padding: 0;
}
.fiv_cont p strong {
    color: #0067a7;
}
.team_bnr img {
    width: 100%;
    margin-bottom: 20px;
}
.team_bnr p {
    font-size: 18px;
    margin-bottom: 40px;
}
.team_bnr strong {
    color: #0067a7;
}
.tick_img img {
    width: 15px;
    position: relative;
        margin-right: 5px;
    top: 10px;
}
.tick_img span {
    font-size: 14px;
}
.team_bnr strong small {
    font-size: 12px;
    position: relative;
    top: -10px;
}
.fooTxt a {
    color: #fff;
    text-decoration: underline;
}
.fooTxt {
    text-align: center;
    padding: 15px;
    background: #163e64;
    color: #fff;
}

ul.unstyled {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.unstyled li {
    filter: blur(3px); /* Adjust the blur intensity */
    cursor: pointer; /* Optional: make it look clickable */
    transition: filter 0.3s ease;
    color: rgb(114, 38, 114);
    font-size: 18px;

}

section#reports-section p{
    font-size: 18px;
}

.sec_three a.unstyled {
    text-decoration: none; 
    color: inherit;
    background: none;
    padding: 0px;
    margin-top: 0px;
    display: inline;
}

.sec_three a.inline-styled {
    padding: 5px;
    background: #0067a7;
    color: #fff;
    font-size: 20px;
    display: inline;
}

.pt-35 {
	padding-top:35px;
}
a.mt-0 {
	margin-top:0 !important;
}

.footer-text {
        font-size: 18px;
    line-height: 1.5;
}
.head_ryt img {
    width: 200px;
}


/****************************************************************/
@media (max-width: 768px) {
    .footer-text {
        font-size: 14px;
        padding-top: 18px;
    }
	.fooTxt {
        font-size: 14px;
        padding-top: 18px;
    }
}

@media (max-width: 991px) {
    .footer .pt-35 {
        padding-top: 15px;
    }
    
    .footer img {
        margin-bottom: 15px;
    }
.head_ryt {
    margin-top: 30px;
}
}

@media (min-width: 992px) {
header#main-section .row {
    position: relative;
}
.head_ryt {
    position: absolute;
    right: 0;
    bottom: 20px;
}

}
@media (min-width: 1300px) {
.head_ryt {
    right: -100px;
}
}

/******************************************/
@media (max-width: 767px){
.sec_one .row, .sec_three .row, .sec_fiv .row {
    display: block;
}

.sec_three .col-md-4 {
    margin-bottom: 40px;
}
.sec_one .col-md-6 {
    margin-bottom: 40px;
}
header ul {
    gap: 20px;
    font-size: 16px;
}
header#main-section h2 {
    font-size: 22px;
}
header#main-section h1 {
    font-size: 30px;
}
.sec_two h1 {
    font-size: 24px;
}
.sec_two h2 {
    font-size: 20px;
}
section.sec_one p {
    font-size: 16px;
}
section.sec_one {
    padding-bottom: 20px;
}
.sec_for .sec_for_cont {
    padding: 60px 40px;
}
.fiv_cont li {
    font-size: 16px;
    padding-left: 25px;
}
.fiv_cont {
    margin-top: 20px;
}
.sec_three h2 {
    font-size: 24px;
}
.sec_three h3, .fiv_cont h3 {
    font-size: 20px;
}
.sec_fiv p, .sec_for .sec_for_cont p, .sec_three p {
    font-size: 16px;
}
.team_bnr p {
    font-size: 16px;
    margin-bottom: 20px;
}
.team_bnr h2 {
    font-size: 24px;
}

}