@font-face {
    font-family: 'glyphcions'; /*a name to be used later*/
    src: url('../fonts/glyphicons-halflings-regular.ttf'); /*URL to font*/
}
body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    /* background-color: #5f7577; */
    

}
.main-header {
    background-color: #055999 ;
    /* background-image:linear-gradient(to right, #33618c , #00BCD4); */
    /* border-bottom: 4px solid #0053a0; */
    padding: 0px 0px 15px;
}

.main-header img{
    width: 200px;
}

.head-btn {
    text-decoration: none;
    border-radius: 5px;
    border: transparent;
    font-weight: 400;
    font-size: 16px;
    padding: 10px  30px  10px  30px;
    background-color: #7ac143;
    color: #ffffff;
    font-family: system-ui;
}
.head-btn:hover{
    background-color: #137ec1;
}

.cent-btn{
    text-decoration: none;
    border-radius: 8px;
    border: transparent;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    padding: 10px  30px  10px  30px;
    background-color: #7ac143;
    color: #ffffff;
    }
    .cent-btn:hover{
        background-color: #137ec1;
    }

.main-header .main-blog-article p {
    margin: 0 0 1em;
   
}

.p-info {
    color: #999;
    font-size: 15.3px;
    padding-top: 10px;
}

.p-pategory {
    color: #1070b8;
}

.main-blog-article.container, .main-header .container, .footer-content .container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.article-title {
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 25px;
    line-height: 1.1;
    
}

.article-title .b{
    font-weight: 200;
}

.main-blog-article a {
    color: #1070b8;
    font-weight: 500;
    text-decoration: none;
 
    background-color: transparent;
}

.main-blog-article a:hover{
    text-decoration: underline;
}

.footer-content{
    /* background-image:linear-gradient(to right, #33618c , #00BCD4); */
    background-color: #055999;
    border-top: 4px solid #0053a0;
    padding: 30px 0 50px;
    width: 100%;
    font-size: 11px;
    color: #fff;
}

.blockquote {
    background: #eee;
    border-left: 4px solid #26a8e0;
    padding: 15px 15px;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}

.center {
    display: block;
    text-align: -webkit-center;
}

.articleImg {
    margin-bottom: 20px;
    margin-top: 15px;
}

.main-blog-article h5{
    font-size: 18px;
    line-height: 1.65em;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}   

.articleMap {
    margin-bottom: 35px;
    margin-top: 25px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.mob{
    font-size: 12px;
}

.footer-content .list-inline-item a{
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mini-nav{
    /* background-image:linear-gradient(to right, #33618c , #00BCD4); */
    /* border-bottom: 1px solid #202020; */
    background: #1070b8;
    padding: 7px 0px;
    /* border-bottom: 2px solid #0053a0; */
}

.mini{
    
        font-size: 14px;
        font-weight: 700;
        font-family: system-ui;
        margin: 5px;
        padding: -36px;
    
}

.nav-logo{
    
        padding: 12px;
        height: auto;
        /* max-width: min-content; */
    
}

.ul-list {
    font-weight: 400;
    font-size: 16px;
}

.row-footer {
    display: flex;
}
h3.text-light {
    font-size: 24px;
    font-weight: 700;
}

img.scu\/img-fluid.mb-4 {
    float: left;
}

a {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #83abcc;
     text-decoration: none;
}

.link:hover {
    color: #000000;
     text-decoration: none;
}



.scroll{

    background-color: #ffffff;
        width: 100%;
        height: 95vh;
        overflow-x: hidden;
        overflow-y: auto;
        text-align: center;
        padding: 20px;
        margin-bottom:40px;
}

.t-info{
   
        font-family: 'Arial';
        font-size: 13px;
        line-height: revert;
        text-align: initial;
    }


    .t-sub {
        text-align: initial;
        font-size: 19px;
        font-family: 'Arial';
    }

    .t-update{
       
            font-size: 14px;
            font-family: 'Arial';
            text-align: initial;
            font-weight: bold;
            color: #878787;
        
    }

    .t-title{
        font-size: 26px;
        font-family: 'Arial';
        font-weight: bold;
        text-align: initial;
        padding: 15px 0px 15px 0px;
    }

    .row-info{
        display: flex;
    }

/*---------------------------------------- SVG MAP ----------------------------------------*/

.stateText {
	fill: #FFFFFF;
	pointer-events: none;
}

.stateImage {
	fill: #ff3c00;
}

.stateButton {
	fill: #ff3c00;
}

.stateImage,
.stateButton {
	cursor: pointer;
	transition: 0.4s;
}

.stateImage:hover,
.stateButton:hover {
	fill: #000000;
}


@media screen and (max-width: 767px) {
    .head-btn{
        display: none;
    }
    .article-title{
        font-size: 24px;  
        line-height: 1.3;
    }

    

    .cent-btn{
        
        font-size: 22px;
        padding: 5px  5px  5px 15px;
        margin-bottom: 45px;

        }
        .cent-btn:hover{
            background-color: #137ec1;
        }
        .main-blog-article a:hover{
            text-decoration: underline;
        }

        .blockquote{
            font-size: 18px;
        }
       

        .navbar {
          
            justify-content: center;
        }

        .row {
            display: flex;
            flex-direction: column;
        }

        .cent-box{
            width: 100%;

        }
        .mini-nav{
            display: none;
        }
        .row-footer {
            display: flex;
            flex-direction: column;
        }

        .foot-col{
            width: 100%;
        }

        .ul-list {
            /* text-align: center; */
            display: inline-block;
        }

        .col-md-12.footer-col {
            display: flex;
            align-items: center;
            justify-content: center;
            align-content: center;
            flex-wrap: nowrap;
        }

        .row-info{
            display: flex;
        }
}

@media screen and (min-width: 767px) and (max-width:1023px) {
    .article-title{
        font-size: 26px;  
    }

    .blockquote{
        font-size: 18px;
    }
    
    .main-blog-article.container, .main-header .container, .footer-content .container{
        max-width: 720px;
    }
    h3.text-light{
        font-size: 20px;
    }
    .text-light{
        word-break: break-all;
    }
   
}

@media screen and (min-width: 1200px)  {

   
   
    .main-blog-article.container, .main-header .container, .footer-content .container {
        max-width: 1140px;
    }

}
