<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    transition: .3s;
    cursor: pointer;
}
.abt-btn a{
    font-size: 11px;
    line-height: 12px;
    padding: 14px 35px;
    color: #ffffff !important;
    background-color: #F6BB39;
    text-transform: uppercase;
    outline: none !important;
    border: none;
    border-radius: 2px;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}
.abt-btn a:hover{
    background-color: #333 !important;
    color: #fff !important;
}

/* ==== Blog-Page ==== */
.blog .blog-img img{
    width: 100%;
}
.blog-box h3{
    text-align: left !important;
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-style: italic;
    font-weight: 400;
}
.blog-img{
    position: relative;
    margin-bottom: 40px;
}
.blog-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    color: #fff !important;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    transition: .3s;
}
.blog-img-hov:hover .blog-img::after{
    opacity: .6;
}
.blog-img-hov:hover .blog-img i{
    opacity: 1;
}
.blog-img-hov{
    cursor: pointer;
}
.blog-img i{
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    opacity: 0;
}
.blog p{
    font-size: 16px;
    color: #717375;
        font-family: 'Poppins', sans-serif;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.7;
}
.blog p a{
    color: #F6BB39;
}
.blog p a:hover{
    color: #89c603;
}
.cal{
    width: 56px;
    height: 56px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b3f42;
    letter-spacing: -1px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    border-bottom: 3px double #e3e3e3;
    background: linear-gradient(to bottom, #f5f6f8 0%,#fafafa 100%);
    margin-bottom: 8px;
}
.post span{
    font-size: 11px;
    color: #828282;
    text-transform: uppercase;
}
.post-cont h3{
    font-size: 18px !important;
    font-weight: normal !important;
    text-align: center;
    font-style: normal;
}
.post-cont h3 a{
    color: #333;
}
.blog-innner .post-cont h3{
    font-style: italic;
}
h3 a:hover{
    color: #F6BB39;
}
.blog-row{
    padding:5px 0px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    font-size: 14px;
    color: #828282;
    margin-top: 6px;
}
.blog-row i{
    margin-right: 10px;
    color: #BEBEBE;
    font-size: 12px;
}
.blog-row a{
    color: #828282;
}
.blog-row a:hover{
    color: #F6BB39;
}
.blog-row ul{
    list-style: none;
    display: flex;
}
.blog-row li{
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.blog-row li:nth-child(3){
    margin-right: 0px;
}
.blog-row li::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: .5px;
    height: 12px;
    background-color: #9c9c9c;
    transform: translate(-50%,-50%);
}
.blog-row li:last-child::after{
    position: relative;
    background: transparent;
}
.post-cont .abt-btn a{
    margin-top: 0px !important;
}
.pad-60{
    margin-bottom: 60px;
}
.paginations{
    padding-bottom: 50px;
    justify-content: center;
    display: flex;
}
.paginations a{
    display: inline-block;
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    line-height: 1;
    border: 1px solid #d9dddf;
    background-color: #ffffff;
    text-align: center;
    color: inherit;
    border-radius: 2px;
    color: #717375;
    font-size: 14px;
}
.paginations a:hover{
    background-color:#F6BB39;
    color:#fff;
    border-color: transparent;
}
.paginations .page-active{
    margin: 0 0px 0 8px;
    padding: 8px 15px;
    background-color:#F6BB39;
    color:#fff;
    line-height: 1;
    border-radius: 2px;
    font-size: 14px;
}
.side-link ul{
    margin-left: 0px;
}

@media screen and (max-width:991px){
    .post{
        margin-bottom: 12px;
    }
    .post .cal{
        margin: auto;
    }
    .post span{
        margin-top: 8px;
        display: block;
    }
    .blog-row ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .blog-row{
        margin-bottom: 20px;
    }
    .blog-row li::after {
        position:unset;
    }
    .post-cont .abt-btn{
        display: flex;
        justify-content: center;
    }
    .pagination{
        justify-content:center;
    }
    .paginations .page-active{
        margin-bottom: 10px !important;
        margin: 0 0px 0 5px;
        padding: 5px 10px;
    }
    /*.paginations a{*/
    /*    margin-bottom: 10px !important;*/
    /*    margin: 0 0px 0 5px;*/
    /*    padding: 5px 10px;*/
    /*}*/
}

/* Quick-Menu  */
.back-name{
    background: #F6BB39;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.back-name h3{
    font-size: 18px !important;
    margin-bottom: 0;
    font-family:  'Poppins', sans-serif;
    font-weight: normal !important;
    text-align: center;
    color: #fff;
}
.side-link li{
    background-color: #2e2e2e;
    padding: 10px 20px !important;
    margin-bottom: 2px;
    color: #fff;
    transition: .3s;
    border-radius: 5px;
}
.side-link li:hover{
    background-color: #F6BB39;
}
.side-link li::before{
    width: 0px !important;
    height: 0px !important;
    position: unset !important;
}
.side-link li a{
    color: #fff !important;
    width: 100%;
    display: inline-block;
    font-weight: 500;
}
.facbook{

}
.search{
    margin-bottom: 50px;
}
.search form{
    position: relative;
}
.search form .uni-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.search form .uni-btn button{
    padding: 12px 20px;
    border-radius: 50px 5px 5px 50px;
}
.search form input{
    width: 100%;
    height: 38px;
    padding: 8px 60px 8px 8px;
    color: #555;
    border: 1px solid #e8e8e8;
    font-size: 13px;
    outline: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position:right;
    background-position-x: 95%;
    border-radius: 5px;
}
.search form input ::placeholder{
    color: #bebebe !important;
}
.side-link li {
    list-style: none;
    padding: 0px 0 0px 20px;
    line-height: inherit;
    position: relative;
    text-align: left;
    line-height: 24px;
}
.side-link li::before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #F6BB39;
    float: left;
    margin-right: 14px;
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
}
.side-link li a {
    font-size: 14px !important;
    color: #717375;
}
.side-link li a:hover {
    color: #F6BB39;
}
.category label{
    width: 100%;
    font-size: 14px;
    color: #717375;
    font-weight: normal;
}
.category select{
    width: 220px;
    /* background-image: url(../images/select_pimp.png);
    background-repeat: no-repeat;
    background-position:right;
    background-position-x: 95%; */
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 10px 20px 11px;
    outline: none;
    color: #bebebe;
    font-size: 14px;
}

/* Bread-Crumb  */
.bread-crumbs-second{
    padding: 25px 0px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #d8d8d8;
}
.bread-crumbs-second h2{
    font-size: 50px !important;
    font-weight: 600 !important;
    margin-bottom: 80px;
}
.bread-crumbs-second .bread-link{
    background-color: #2E2C2A;
    padding: 5px 0px;
}
.bread-crumbs-second .bread-link a{
    color: #999999;
}
.bread-crumbs-second .bread-link a:hover{
    color: #F6BB39;
}
.bread-crumbs-second .bread-link{
    color: #999999;
}

@media screen and (max-width: 767px){
    .company-cont{
        margin-bottom: 50px;
    }
    .bread-crumbs-second h1{
        text-align: center;
        font-size: 30px !important;
    }
}
@media screen and (max-width: 350px){
    .blog-icons ul a{
        width: 28px !important;
        font-size: 15px !important;
    }
}

.back-name h3{
    text-align: left;
    font-weight: 600 !important;
}

.blog-innner h2{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -1px;
}
.bog-img img{
    width: 100%;
    min-height: 225px;
}
.blog-icons ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.blog-icons ul a{
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #f3f3f3;
    color: inherit;
    font-size: 18px;
    border-radius: 2px;
    margin: 2px 2px 2px;
    display: inline-block;
    text-align: center;
    transition: .3s;
}
.blog-icons ul a:hover{
    background-color: #F6BB39;
}
.blog-icons ul i{
    color: #999999;
}
.blog-icons ul a:hover i{
    color: #fff;
}
.related{
    border: 1px solid #dddddd;
    background: #fafafa;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.related p{
    margin-bottom: 0px;
    font-style: italic;
    font-weight: 600;
    font-size: 14px !important;
}

/* Facebook-Responsive  */
@media screen and (max-width: 991px){
    .category select{
        width: 100%;
    }
    .fb-page {
        width: 100% !important;
    }
    .fb_iframe_widget span{
        width: 100% !important;
    }
    .fb_iframe_widget iframe{
        width: 100% !important;
    }
}

/* Comment  */
.comment h5{
    text-align: left;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.comment ul{
    list-style: none;
}
.comment ul li{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.comment ul li:last-child{
    border-bottom: none;
}
.comment span{
    display: flex;
    text-align: left;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}
.comment p{
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 12px;
}
.comm-date{
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: darkgray;
}
.blog-img img{
    width: 100%;
    min-height: 250px;
}

/* Blog-Form  */
.blog-form input, textarea{
    width: 100% !important;
    background-color: transparent !important;
    border: none !important;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    margin: 0 0 16px !important;
    outline: 0 !important;
    padding: 10px 10px !important;
    transition: border-color .2s ease-in-out !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: .2em !important;
    line-height: 1.73em !important;
    color: #898989 !important;
    font-size: 13px !important;
    height: auto !important;
}
.blog-form h4{
    text-align: left;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 0 23px;
    letter-spacing: .2em;
    font-weight: 400;
}
/* .blog-form form ::placeholder{
    color:#898989;
} */
.blog-uni-btn button{
    width: auto !important;
    font-size: 14px !important;
    padding: 13px 36px !important;
    color: #fff !important;
    background-color: #000 !important;
    border: 2px solid #000 !important;
    cursor: pointer !important;
    margin: 43px 0 0 !important;
    outline: 0 !important;
    position: relative !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: .3em !important;
    transition: .3s !important;
    display: inline-block !important;
}
.blog-uni-btn button:hover{
    background-color: transparent !important;
    color: #000 !important;
}
.blog h1{
    font-size: 28px;
    text-align: center;
    margin-bottom: 22px;
}
.blog-form h4{
    position: relative;
}

.submit-head{
    border-bottom: 2px solid #555;
    margin-bottom: 23px;
}
.blog-form h4{
    width: 34%;
    background-color: #555;
    padding: 12px 12px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 0px;
    color: #fff;
}
.blog-form h4::after{
    content: "";
    position: absolute;
    right: -55px;
    background-color: transparent;
    width: 0%;
    height: 100%;
    border-top: 53px solid transparent;
	border-left: 55px solid #555;
	border-bottom: 0px solid transparent;
    z-index: -1;
}   
/* .blog-form h4::before{
    content: "";
    position: absolute;
    left: 0;
    background-color: #555;
    width: 30%;
    height: 100%;
    z-index: -1;
}   */

@media screen and (max-width: 1399px){
    .blog-form h4{
        width: 38%;
    }
}
@media screen and (max-width: 1199px){
    .blog-form h4{
        width: 45%;
    }
}
@media screen and (max-width: 991px){
    .blog-form h4{
        width: 62%;
    }
}
@media screen and (max-width: 534px){
    .blog-form h4{
        width: 68%;
        font-size: 25px;
    }
}
@media screen and (max-width: 494px){
    .blog-form h4{
        width: 75%;
        font-size: 25px;
    }
}
@media screen and (max-width: 442px){
    .blog-form h4{
        width: 74%;
        font-size: 22px;
    }
    .blog-form h4::after{
        border-top: 50px solid transparent;
    }
}
@media screen and (max-width: 406px){
    .blog-form h4{
        width: 65%;
        font-size: 18px;
    }
    .blog-form h4::after{
        border-top: 47px solid transparent;
    }
}
@media screen and (max-width: 385px){
    .blog-form h4{
        width: 65%;
        font-size: 17px;
    }
    .blog-form h4::after{
        border-top: 44px solid transparent;
    }
}
@media screen and (max-width: 366px){
    .blog-form h4{
        width: 72%;
        font-size: 17px;
    }
    .blog-form h4::after{
        border-top: 44px solid transparent;
    }
}
@media screen and (max-width: 332px){
    .blog-form h4{
        width: 75%;
        font-size: 17px;
    }
    .blog-form h4::after{
        border-top: 44px solid transparent;
    }
}
@media screen and (max-width: 319px){
    .blog-form h4{
        width: 68%;
        font-size: 14px;
    }
    .blog-form h4::after{
        border-top: 42px solid transparent;
    }
}
@media screen and (max-width: 299px){
    .blog-form h4{
        width: 66%;
        font-size: 12px;
    }
    .blog-form h4::after{
        border-top: 39px solid transparent;
    }
}

@media screen and (max-width: 1399px){
    .abt-btn a{
        font-size: 8px;
    }
}
@media screen and (max-width: 1199px){
    .abt-btn {
        text-align: center !important;
        margin-top: 20px;
    }
}
@media screen and (max-width: 991px){
    .abt-btn {
        text-align: center !important;
        margin-top: 0px;
    }
}</pre></body></html>