@import "default.css";



/*END HEADER TOP*/

.header-top{
    background-color: #0062e9;
    color: #fff;
    padding: 35px 0;
}

.govt-logo img{
    width: 120px;
}

.parishod-header h1{
    font-size: 35px;
    color: #ffffff;
    line-height: 45px;
}

.parishod-header label{
    font-size: 14px;
}
.parishod-header .form-control{
    border-radius: 0;
    padding: 0.175rem 0.2rem;
}
.parisodh-logo{
    text-align: right;
}
.parisodh-logo img{
     width: 120px;
}

.tax-search{
    margin-top: 15px;
}
.tax-search label{
    width: 90px;
}
.tax-search  > div{
    margin-right: 15px;
}

.tax-search select{
    width: 150px;
    font-weight: 500;
    font-size: 15px;
    padding: 3px !important;
    border-radius: 4px !important;
}
.tax-search input{
    width: 120px;
    font-weight: 500;
    font-size: 15px;
    padding: 3px !important;
    border-radius: 4px !important;
}
.tax-search button{
    background: #124b65;
    border: 1px solid #ffffff;
}
.tax-search button:hover{
    background: #124b65;
    border: 1px solid #ffffff;
}


.header-section {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
    background: #124b65;
    -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
}



.main-logo img {
    width: 140px;
    padding: 5px 0;
}
.main-logo  a{
    color: #ffffff;
    font-size: 16px;
}

.menubar {
    padding: 0px 0;

}

.menubar > ul {
    margin: 0;
    padding: 10px 0;
    float: left;

}

.menubar > ul > li {
    list-style: none;
    float: left;
}

.menubar > ul > li > a {
    text-decoration: none;
    padding: 3px 6px;
    display: block;
    text-transform: capitalize;
    margin-left: 5px;
    color: var(--wc);
    font-weight: 500;
    border-radius: 1px;
    font-size: 14px;

}

.menubar > ul > li > a i {
    color: var(--wc);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 600;
}
.login-button-home a i{
    margin-right: 5px;
}



.menubar > ul > li > a:first-child {
    margin-left: 0;
}

.menubar > ul > li > a:hover {
    color: var(--wc);
}

.login-button-home{
    border: 1px solid #ffffff;
    border-radius: 3px;
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--wc);
    width: 200px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
    z-index: 3;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu>a {
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-transform: capitalize;

    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--sc);
    font-size: 14px;
    text-transform: capitalize;
}
.menubar > ul > li > a i{
    font-size: 12px;
}

.sub-menu>a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}

.menubar .active {
    background: var(--sc);
}

.sub-btn a span {
    padding: 0 10px;
    font-weight: 500;
    color: #C9C6C6;
}

.sub-btn a i {
    color: #C9C6C6;
    font-size: 14px;
}


header .fa-bars {
    font-size: 25px;
    cursor: pointer;
    padding: 10px;
}


/*MOBILE MENU*/
.mobile-btn {
    float: right;
}

.mobile-btn i {
    font-size: 30px;
    margin: 13px 0;
    cursor: pointer;
    color: #ffffff;
}

.mobile-btn i:hover {
    color: var(--wc);
}

.mobile-menu {
    content: "";
    position: fixed;
    height: 100vh;
    width: 300px;
    background: var(--wc);
    top: 0;
    left: -600px;
    z-index: 3;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: auto;
}

.add-class {
    left: 0px;
}

.mobile-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2, 0, 90, 0.78);
    z-index: 2;
    display: none;
    cursor: pointer;
}

.mobile-screen.addstyle {
    display: block;
}
.mobile-logo a{
    font-size: 18px;
    max-width: 200px;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 600;
}


/*SLIDER SECTION*/

.slider-left .slider-title {
    text-transform: uppercase;
    font-size: 27px;
    color: var(--tc);
    line-height: 22px;

}

.slider-left h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: var(--wc);
    margin-bottom: 20px;
}

.slider-left p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--wc);
    margin-bottom: 20px;
}

.slider-left a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: var(--wc);
    background: #2E3192;
    border-radius: 30px;
    padding: 10px 20px;
}

.slider-left .slider-text {
    color: var(--sc);

}

/*SLIDER SECTION END*/

/*COMPANY SECTION*/

/*COMPANY SECTION END*/

/*ABOUT SECTION*/
.about-section {
    background: var(--wc);
}


.about-content h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: var(--sc);
}

.about-photo {
    text-align: right;
    position: relative;
}
 
.about-content p {
    line-height: 28px;
    text-align: justify;
}
.about-image{
    width: 300px;
    float: left;
    margin: 10px;
    margin-right: 20px;
}
 

.content h6 {
    font-weight: 700;
    font-size: 24px;
    line-height: 42px;
    color: var(--wc);
    background-color:#124b65;
    padding:5px 10px;
}
  
.content p {
    line-height: 28px;
    text-align: justify;
}
.content-image{
    width: 180px;
    float: left;
    margin: 10px;
    margin-right: 20px;
}


 
.memberdiv img{
    height:170px;
}


.memberdiv p{
    margin-bottom:0px;
    text-align:center;
}

/*BLOG SECTION*/
.blog-section{
    background: var(--wc);
}
.blog-box img {
    width: 100%;
    margin-bottom: 10px;
    max-height: 160px;
}

.blog-box h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: var(--sc);
}

.blog-box p {
    color:
        #444444;
}

.blog-box a {
    font-weight: 500;
    color: var(--sc);
    border: 2px solid #cccccc;
    padding: 7px 10px;
}

/*BLOG SECTION END*/

/*BLOG DETAILS*/
.media-box img {
    width: 100%;
}

.blog-breadcrumb {
    background: #F2F2F2;
}

.blog-image img {
    width: 100%;
}

.blog-date {
    font-weight: 500;
    display: inline-block;
    padding: 10px 0;
    color: #7b7b7b;
}

.blog-details-head {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: var(--pc);
}

.posted-blog {
    background: #F2F2F2;
}

.posted-blog img {
    margin-left: 15px;
}

.posted-blog span {
    margin-left: 8px;
}

.blog-search form input {
    background: #F2F2F2;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 14px;
    border: none;
    width: 100%;
    outline: none;
    background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-position: right 3% bottom 50%;
}

.blog-search form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 20px;
}

.blog-search form input::-moz-placeholder {
    font-weight: 500;
    font-size: 20px;
}

.blog-search form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
}

.blog-search form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 20px;
}

.blog-search form input::placeholder {
    font-weight: 500;
    font-size: 20px;
}

.blog-category-box {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
}

.blog-category-box h4 {
    font-size: 22px;
    margin: 0;
    padding-bottom: 10px;
}

.blog-category-box a {
    display: block;
    padding: 6px;
    font-weight: 500;
}

.blog-category-box a:hover {
    color: var(--pc);
    background: #efefef;
}

.blog-category-box a i {
    float: right;
    color: var(--gc);
}

.blog-sidbar-post p {
    font-weight: 500;
    color: var(--pc);
    margin: 0;
}
.sidbar-blog-box{
    position: relative;
}
.sidbar-blog-box:hover {
    background: #efefef;
}
.sidbar-blog-box img {
    width: 80px;
    margin-right: 10px;
}

.sidbar-blog-box .content h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: var(--sc);
}
.hr-icon  span{
    color: var(--sc);
}
.hr-icon  img{
    margin-right: 5px;
}
.sidbar-blog-box .content p span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #909090;
}

.sidbar-blog-box .content p span:last-child::before {
    content: "|";
    padding-right: 5px;
}
.sidbar-blog-box .content p.vanue{
    margin: 0;
    color: rgba(2, 0, 91, 0.72);
    font-size: 14px;
}
.sticky-blog-right {
    position: sticky;
    top: 130px;
}

.blog-right {
    background: var(--wc);
    padding: 16px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.blog-sidbar-post h3 {
    font-size: 22px;
    padding-bottom: 10px;
}

.social-icons a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #002547;
    border: 1px solid var(--sc);
    border-radius: 50%;
    font-size: 13px;
    margin-left: 6px;
}

.social-icons a i:hover {
    background: #002547;
    color: var(--wc);
}

.blog-ditails {
    color: var(--pc);
}

/*BLOG DETAILS END*/

/*CONTACT SECTION*/
.contact-section{
    background: var(--wc);
}
.contact-left h6 {
    font-weight: 600;
    line-height: 19px;
    font-size: 16px;
    color: #444444;
}

.contact-left p {
    font-size: 14px;
    max-width: 354px;
    color: #555555;
}

.contact-form input {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    outline: none;
}

.contact-form input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form input::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    outline: none;
    height: 100px;
}

.contact-form textarea::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form textarea::-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form textarea:-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form textarea::-ms-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form textarea::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #555555;
}

.contact-form button {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: #484CC5;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 10px;
}

.contact-right h4 {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.contact-right-box p {
    margin-bottom: 6px;
}

.contact-right-box {
    max-width: 346px;
    font-weight: 500;
    color: #444444;
}

/*CONTACT SECTION END*/


/*FOOTER SECTION*/

.scroll-up {
    text-align: right;
}

.scroll-up a {
    color: var(--wc);
    background: #575AC3;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.scroll-up a i {
    font-size: 20px;
}

.scroll-up span {
    font-weight: 600;
    font-size: 16px;
    color: var(--wc);
    margin-top: 20px;
    display: inline-block;
}



/*FOOTER SECTION END*/

/*COPYRIGHT SECTION*/
.copyright-section {
    background: #00035B;
}

.copyright-section h6 {
    font-weight: 500;
    font-size: 14px;
    color: var(--wc);
    margin: 0;
}

.copyright-section .hr-icon {
    text-align: right;
}

.copyright-section .hr-icon span {
    color: var(--wc);
}
.copyright-section .hr-icon  a{
    margin-left: 8px;
}
.copyright-section .hr-icon  a i{
    font-size : 20px;
    color:#fff;
}

/*COPYRIGHT SECTION END*/

/*page head*/
.page-head-section {
    background: #6429E3;
}

.page-head-section h2 {
    color: var(--wc);
    font-weight: 700;
    font-size: 35px;
    text-align: center;
}

.page-head-section p {
    text-align: center;
}

.page-head-section p a {
    color: var(--wc);
    font-weight: 700;
    font-size: 14px;
}

.page-head-section p span {
    color: var(--wc);
    font-weight: 700;
    font-size: 14px;
}
/*page head end*/
/*ABOUT PAGE*/
.about-text ul li {
    background: #EEFCFF;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    padding: 10px;
    margin: 10px 0;
    display: block;
    padding-left: 40px;
    position: relative;
}

.about-text ul li span {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #1FAEFF;
    position: absolute;
    top: 15px;
    left: 10px;
}
/*ABOUT PAGE END*/

/*CONTACT PAGE*/
.contact-bottom-section {
    background: var(--wc);
}
.ready-question .accordion-button span{
    background: #02005B;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
    color: var(--wc);
    margin-right: 20px;
}
.ready-question .accordion-button{
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    box-shadow: none;
}
.ready-question .accordion-body{
    padding-left:
    80px;
}
.ready-question h4{
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
}
.ready-question .q-text{
    font-weight: 500;
    font-size: 16px;
}
.contact-location h4{
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
}
/*CONTACT PAGE END*/

/*BLOG DETAILS*/
.media-box img{
    width: 100%;
}
.blog-breadcrumb {
    background: #F2F2F2;
}
.blog-image img{
    width: 100%;
}
.blog-date{
    font-weight: 500;
    display: inline-block;
    padding: 10px 0;
    color: #7b7b7b;
}
.blog-details-head{
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    color: var(--sc);
}
.posted-blog{
    background: #F2F2F2;
}
.posted-blog img{
    margin-left: 15px;
}
.posted-blog span{
    margin-left: 8px;
}
.blog-search form input{
    background: #F2F2F2;
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
border-radius: 5px;
    padding: 14px;
    border: none;
    width: 100%;
    outline: none;
     background-image: url(../images/icons/search-icon.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-position: right 3% bottom 50%;
}
.blog-search form input::placeholder{
    font-weight: 500;
    font-size: 20px;
}
.blog-category-box{
    background: #FAFAFA;
border: 1px solid #CCCCCC;
box-sizing: border-box;
    padding: 20px;
}
.blog-category-box h4{
    font-size: 22px;
    margin: 0;
    padding-bottom: 10px;
    color: var(--sc);
}
.blog-category-box a{
    display: block;
    padding: 8px 0;
    font-weight: 500;
}
.blog-category-box a:hover{
    color: var(--sc);
}
.blog-category-box a i{
    float: right;
    color: var(--gc);
}
.blog-sidbar-post p{
    font-weight: 500;
    color: var(--pc2);
    margin: 0;
}
.sidbar-blog-box img{
    width: 80px;
    margin-right: 10px;
}
.sidbar-blog-box .content h6 {
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}
.sidbar-blog-box .content p span{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #909090;
}
.sidbar-blog-box .content p span:last-child::before{
    content: "|";
    padding-right: 5px;
}
.sticky-blog-right{
    position: sticky;
    top:90px;
}
.blog-right{
    background: var(--wc); padding: 16px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}
.blog-sidbar-post h3{
    font-size: 22px;
    padding-bottom: 10px;
    color: var(--sc);
}
.social-icons a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    color: #002547;
    border: 1px solid var(--sc);
    border-radius: 50%;
    font-size: 13px;
    margin-left: 6px;
}

.social-icons a i:hover {
    background: #002547;
    color: var(--wc);
}
.blog-ditails {
    color: var(--pc);
}

/*BLOG DETAILS END*/


/* #gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
} */

#gallery a {
    width: 100%;
}

/* #gallery img {
    width: 100%;
    height: auto;
    margin: 4% auto;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
} */
