@font-face {
    font-family: Inter-thin;
    src: url(../fonts/Inter-Thin.ttf);
}
@font-face {
    font-family: Inter;
    src: url(../fonts/Inter-Regular.ttf);
}

@font-face {
    font-family: Inter-medium;
    src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
    font-family: Inter-bold;
    src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
    font-family: Circular Std;
    src: url(../fonts/CircularStd-Bold.ttf);
}
@font-face {
    font-family: Circular blak;
    src: url(../fonts/CircularStd-Black.otf);
}
body{
    font-family: 'Circular Std';
    font-family: 'Inter', sans-serif;
    color: #1A1A1A;
}
.bg_img1{
    background: url(../images/side_image1.png) no-repeat top right / 25%;
}
.bg_img2{
    background: url(../images/side_image.png) no-repeat bottom right / 25% 100%;
}
.bg_img3{
    background: url(../images/side_image2.png) no-repeat top right / 25%;
}
.bg1{
    background: #FFF5F5;
}
.bg2{
    background: #F0F0F0;
}
.bg-site1{
    background: #FFE8E8;
}

.bg3{
    background-color: #1A1A1A;
}
.bg4{
    background-color: #FFF9F9;
}
h2{
    color: #1A1A1A;
    font-family: Circular Std;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}
h3 {
    font-family: Circular Std;
    font-size: 24px;
    line-height: 25px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #1A1A1A;
    font-family: Inter-medium;
    font-size: 14px;
    border-bottom:2px solid transparent;
}
.bg-site{
    background: #BF011B;
}
.navbar-expand-lg .navbar-nav .nav-link.active, .navbar-expand-lg .navbar-nav .show>.nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .show>.nav-link:hover {
    border-color: #BF011B;
    color: #BF011B;
}
.site_color{
    color: #BF011B !important;
}
.line{
    position: relative;
}
.line::before{
    width: 60px; 
    height: 4px; 
    position: absolute;
    background: #BF011B;
    content: '';
    top: -18px;
}
.para{
    color: #53565F;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}
.para1{
    color: #53565F;
    font-family: Circular Std;
    font-size: 18px;
    line-height: 26px;
}
.para2{
    color: #53565F;
    font-weight: 400;
    line-height: 30px;
    max-width: 1160px;
    margin: auto;
}
.size-14{
    font-size: 14px;
}
.slider h4{
    color: #1A1A1A;
    font-family: Circular Std;
    font-size: 18px;
    text-transform: uppercase; 
    margin-top: 120px;
}
.slider h1{
    color: #1A1A1A;
    font-family: Circular blak;
    font-size: 60px;
    font-style: normal;
    line-height: 68px;
    text-transform: uppercase;
    margin: 24px auto 0;
}
.slider h1 span{
    color: #BF011B;
}
.slider p{
    color: #53565F;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    margin: 20px auto 26px 0;
    line-height: 34px;
    max-width: 546px;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: -50px;
    left: 15px;
    z-index: 2;
    display: inline-flex;
    margin-bottom: 0;
    margin-left: auto;
    list-style: none;
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D8D8DC;
    background-clip: padding-box;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    opacity: 1;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.carousel-indicators .active {
    opacity: 1;
    background: #BF011B;
    width: 14px;
    height: 14px;
}
.govern_btn {
    border-radius: 10px;
    background: #BF011B;
    padding: 12px 42px;
    align-items: center;
    gap: 14px;
    display: inline-flex;
    color: #fff;
}
.govern_btn .gets {
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: 600;
}
.govern_btn:hover, .govern_btn:focus, .govern_btn:active, .btnn:hover {
    background: #1a1a1a !important;
    color: #fff !important;
}
.circle {
    width: 142px;
    height: 142px;
    position: absolute;
    z-index: -1;
    border: 2px dashed #BF011B;
    right: -47px;
    bottom: -43px;
}
.slider .circle {
    right: auto;
    left: calc(50% - 53px);
}
.cerified h2 {
    margin: 120px auto 30px;
}
.left_l::before {
    bottom: 22px;
    top: auto;
    width: 100px;
}
.line_c:before {
    left: 50%;
    top: auto;
    bottom: -10px;
    width: 100px;
    transform: translate(-50%, 0px);
}
.line_w:before {
    background: #fff;
}

.GovernBusiness {
    padding: 70px 60px;
    background: url(../images/governlogic_blog_back.png) center center no-repeat;
    border-radius: 30px;
    background-size: cover;
}
a.blog {
    color: #1A1A1A;
    text-decoration: none;
}
.blog {
    padding: 20px;
    border-radius: 20px;
}
.blog_img {
    border-radius: 20px;
    overflow: hidden;
}
.title h3 {
    font-family: 'Circular Std';
    font-size: 22px;
}
.blog_content p {
    color: #53565F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.blog_link a {
    color: #BF011B;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 12px;
    text-decoration-line: underline;
}
.serv ul {
    padding-left: 18px;
    font-size: 14px;
    line-height: 28px;
}


.serv .serv1{
    transition: 0.5s;
}
.serv:hover .serv1{
    background: #BF011B;
}
.serv:hover .serv1 path{
    stroke: #fff;
}
.risk_ul{
    font-size: 20px;
    font-family: Circular Std;
    font-weight: 300;
    line-height: 50px;
    padding: 0;
}
ul.risk_ul li {
    background: url(../images/governlogic_list_icon.png) no-repeat left center;
    list-style: none;
    padding-left: 62px;
}
footer .left_l::before {
    bottom: 10px;
    top: auto;
    width: 80px;
}
.sp_ul {
    line-height: 40px;
    padding: 0;
    margin: auto;
    list-style: none;
}
.sp_ul li a {
    color: #1A1A1A;
    text-decoration: none;
}

ul.govlog-footer-social-media li {
    display: inline-block;
    margin-right: 10px;
    transition: 0.5s;
}
ul.govlog-footer-social-media li:hover {
    background: #bf011b;
    border-radius: 50%;
}
ul.govlog-footer-social-media li:hover svg path {
    fill: #fff;
}

.serv{
    padding: 35px 35px 25px;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: 0.5s;
}
.consult .serv{
    border: 1px solid #DEDCDC;
}
.serv:hover{
    border: 1px solid #BF011B !important;
    background-color: #FFFDFD !important;
}
.serv h4{
    color: #1A1A1A;
    font-family: Circular Std;
    font-size: 20px;
    font-weight: 700;
}
.serv p{
    color: #53565F;
    font-size: 14px;
    line-height: 26px;
}

.blg_detail .serv ul {
    border-bottom: 1px solid #DED3D3;
    padding-bottom: 30px;
}
.blg_detail .serv ul li{
    list-style-image: url(../images/list_icon.png);
    padding-left: 10px;
}
.blg_detail h3 {
    margin: 30px auto 16px;
}
.blg_detail .serv h4 {
    font-size: 24px;
}

@media only screen and (max-width: 992px){
    body {
        background: none;
    }
    .risk_ul{
        font-size: 16px;
    }
    .slider h1 {
        font-size: 36px;        
        line-height: normal;
    }
    h2 {
        font-size: 30px;
        line-height: normal;
    }
    .slider h4 {
    margin-top: 20px;
    }
    .carousel-indicators {
        bottom: -50px;
    }
}

@media only screen and (max-width: 767px){
.slider h1 {
    font-size: 30px;
}
.GovernBusiness {
    padding: 70px 15px;
}
.circle {
    right: 0px;
    bottom: -40px;
}
.left_l::before {
    bottom: 0px;
}
.slider p {
    font-size: 16px;
    line-height: 28px;
    max-width: 100%;
}
}