a.readmore {
    color: rgba(207, 4, 4, 0.719);
    font-weight: 500;
}
.topright{
    position: absolute; 
    top: 5px; 
    right: 5px; 
    text-align: right;
}
.topright2{
    position: absolute; 
    top: 5px; 
    right: 200px; 
    text-align: right;
    color: white;
}
.white-thumb-img{
    background-color: white;
}

/*--------------------
    Blog Page
--------------------*/
.single-blog-grid .thumb {
    margin-bottom: 25px;
}

.single-blog-grid .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-blog-grid .content .title a {
    color:var(--heading-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-grid .content .title a:hover {
    color: var(--main-color-one);
}

.single-blog-grid .content p {
    font-size: 16px;
    line-height: 26px;
    color:var(--paragraph-color);
}

.single-blog-grid .content .readmore {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-grid .content .readmore:hover {
    color: var(--main-color-one);
}

.single-blog-grid .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.single-blog-grid .content .post-meta li {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color:var(--paragraph-color);
    margin: 0 15px;
    position: relative;
}

.single-blog-grid .content .post-meta li:after {
    position: absolute;
    right: -20px;
    top: 6px;
    height: 16px;
    width: 1px;
    background-color: rgba(117, 117, 117, 0.6);
    content: '';
}

.single-blog-grid .content .post-meta li:first-child {
    margin-left: 0;
}

.single-blog-grid .content .post-meta li:last-child {
    margin-right: 0;
}

.single-blog-grid .content .post-meta li:last-child:after {
    display: none;
}

.single-blog-grid .content .post-meta li a {
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-grid .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.buxkit-blog-pagination {
    display: block;
    width: 100%;
}

.buxkit-blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buxkit-blog-pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.buxkit-blog-pagination ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.buxkit-blog-pagination ul li a, .buxkit-blog-pagination ul li span {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.buxkit-blog-pagination ul li a.current, .buxkit-blog-pagination ul li span.current {
    background-color: var(--main-color-one);
    color: #fff;
}

.single-blog-classic-post.format-quote {
    overflow: hidden;
    background-color: #F3F7FF;
    padding: 30px;
    position: relative;
    z-index: 0;
}

.single-blog-classic-post.format-quote .icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
}

.single-blog-classic-post.format-quote .quote {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-blog-classic-post.format-quote .quote a {
    color: inherit;
}

.single-blog-classic-post.format-link {
    overflow: hidden;
    background-color: #F3F7FF;
    padding: 30px;
    position: relative;
    z-index: 0;
}

.single-blog-classic-post.format-link .icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: -1;
    color: rgba(0, 0, 0, 0.2);
}

.single-blog-classic-post.format-link .link {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-blog-classic-post.format-link .link a {
    color: inherit;
}

.single-blog-classic-post.format-video .thumb {
    position: relative;
    z-index: 0;
}

.single-blog-classic-post.format-video .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-blog-classic-post.format-video .thumb .hover .video-play-btn {
    color: var(--main-color-one);
}

.single-blog-classic-post .thumb {
    margin-bottom: 25px;
}

.single-blog-classic-post .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.single-blog-classic-post .content .post-meta li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color:var(--paragraph-color);
    margin: 0 15px;
    position: relative;
}

.single-blog-classic-post .content .post-meta li i {
    color: var(--main-color-one);
}

.single-blog-classic-post .content .post-meta li:after {
    position: absolute;
    right: -20px;
    top: 6px;
    height: 16px;
    width: 1px;
    background-color: rgba(117, 117, 117, 0.6);
    content: '';
}

.single-blog-classic-post .content .post-meta li:first-child {
    margin-left: 0;
}

.single-blog-classic-post .content .post-meta li:last-child {
    margin-right: 0;
}

.single-blog-classic-post .content .post-meta li:last-child:after {
    display: none;
}

.single-blog-classic-post .content .post-meta li a {
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-classic-post .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.single-blog-classic-post .content .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 16px;
}

.single-blog-classic-post .content .title:hover a {
    color: var(--main-color-one);
}

.single-blog-classic-post .content .title a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-classic-post .content .readmore {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-classic-post .content .readmore i {
    -ms-transform: translateX(-50px);
    /* IE 9 */
    -webkit-transform: translateX(-50px);
    /* Chrome, Safari, Opera */
    transform: translateX(-50px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-classic-post .content .readmore:hover {
    color: var(--main-color-one);
}

.single-blog-classic-post .content .readmore:hover i {
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

/*-------------------------
    Blog Details Page
-------------------------*/
.blog-details-page .entry-footer {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px 17px 20px;
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-details-page .entry-footer .left {
    display: inline-block;
}

.blog-details-page .entry-footer .left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-page .entry-footer .left ul li {
    display: inline-block;
    margin: 0 5px;
}

.blog-details-page .entry-footer .left ul li.title {
    font-weight: 500;
    color:var(--heading-color);
}

.blog-details-page .entry-footer .left ul li:first-child {
    margin-left: 0;
}

.blog-details-page .entry-footer .left ul li:last-child {
    margin-right: 0;
}

.blog-details-page .entry-footer .left ul li a {
    color:var(--paragraph-color);
    margin: 0 7px;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page .entry-footer .left ul li a:after {
    position: absolute;
    right: -6px;
    top: 0;
    content: ',';
}

.blog-details-page .entry-footer .left ul li a:first-child {
    margin-left: 0;
}

.blog-details-page .entry-footer .left ul li a:last-child {
    margin-right: 0;
}

.blog-details-page .entry-footer .left ul li a:last-child:after {
    display: none;
}

.blog-details-page .entry-footer .left ul li a:hover {
    color: var(--main-color-one);
}

.blog-details-page .entry-footer .right {
    display: inline-block;
}

.blog-details-page .entry-footer .right ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-page .entry-footer .right ul li {
    display: inline-block;
    margin: 0 5px;
}

.blog-details-page .entry-footer .right ul li.title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color:var(--heading-color);
}

.blog-details-page .entry-footer .right ul li a {
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page .entry-footer .right ul li a:hover {
    color: var(--main-color-one);
}

.blog-details-page .single-post-details-item .thumb {
    margin-bottom: 30px;
}

.blog-details-page .single-post-details-item .entry-content .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-page .single-post-details-item .entry-content .gal-img {
    margin: 10px 0 15px 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li {
    margin: 0 8px;
    display: inline-block;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li:first-child {
    margin-left: 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li:last-child {
    margin-right: 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li.cat a {
    margin: 0 5px;
    color:var(--paragraph-color);
    position: relative;
    z-index: 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li.cat a:first-child {
    margin-left: 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li.cat a:last-child {
    margin-right: 0;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li.cat a:last-child:after {
    display: none;
}

.blog-details-page .single-post-details-item .entry-content .post-meta li.cat a:after {
    position: absolute;
    right: -5px;
    top: 0;
    content: ',';
}

.blog-details-page .single-post-details-item .entry-content .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color:var(--paragraph-color);
}

.blog-details-page .single-post-details-item .entry-content .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-details-page .single-post-details-item .entry-content blockquote:not([class]) {
    background-color: #F3F7FF;
    border-left: 5px solid var(--main-color-one);
    padding: 22px 30px 24px 30px;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    margin: 25px 0;
}

.blog-details-page .single-post-details-item .entry-content blockquote:not([class]) cite {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 20px;
}

.blog-details-page .comment-area {
    padding-top: 35px;
}

.blog-details-page .comment-area .comment-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

.blog-details-page .comment-area .comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.blog-details-page .comment-area .comment-list li {
    margin-bottom: 8px;
    list-style: none;
}

.blog-details-page .comment-area .comment-list li:last-child {
    margin-bottom: 0;
}

.blog-details-page .comment-area .comment-list li ol {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.blog-details-page .comment-area .comment-list li ol li {
    margin-left: 50px;
    list-style-type: none;
    list-style: none;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .thumb {
    margin-right: 20px;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .thumb img {
    margin-bottom: 10px;
    border-radius: 50%;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content .date, .blog-details-page .comment-area .comment-list li .single-comment-wrap .content .time {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--main-color-one);
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--heading-font);
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content p {
    font-size: 16px;
    line-height: 26px;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content p:last-child {
    margin-bottom: 0;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content .reply {
    position: absolute;
    top: 0;
    right: 0;
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-page .comment-area .comment-list li .single-comment-wrap .content .reply:hover {
    color: var(--main-color-one);
}

.blog-details-page .comment-form-wrap {
    margin-top: 15px;
}

.blog-details-page .comment-form-wrap .title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-details-page .comment-form-wrap .comment-form .form-group.textarea .form-control {
    min-height: 160px;
    resize: none;
    padding: 10px 20px;
}

.blog-details-page .comment-form-wrap .comment-form .form-group.textarea .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-details-page .comment-form-wrap .comment-form .form-group .form-control {
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: #F3F7FF;
    padding: 20px;
}

.blog-details-page .comment-form-wrap .comment-form .submit-btn {
    height: 50px;
    width: 180px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 50px;
}



/*------------------------
    Sidebar area
------------------------*/
.widget {
    background-color: #F3F7FF;
    margin-bottom: 30px;
    padding: 25px 30px 30px 30px;
}

.widget.footer-widget {
    background-color: transparent;
    padding: 0;
}

.widget.footer-widget .widget-title {
    font-size: 21px;
    line-height: 31px;
}

.widget .widget-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 20px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li {
    display: block;
    margin: 8px 0;
}

.widget ul li:first-child {
    margin-top: 0px;
}

.widget ul li:last-child {
    margin-bottom: 0px;
}

.widget ul li a {
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget ul li a:hover {
    color: var(--main-color-one);
}

.about_widget .contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_widget .contact-info-list li {
    display: block;
}

.about_widget .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_widget .social-icon li {
    display: inline-block;
    margin: 0 8px;
}

.about_widget .social-icon li:first-child {
    margin-left: 0;
}

.about_widget .social-icon li:last-child {
    margin-right: 0;
}

.about_widget .social-icon li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.about_widget .social-icon li a:hover {
    color: var(--main-color-one);
}

/* .footer-widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 15px;
}

.footer-widget.widget_nav_menu ul li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} */

.subscribe-form form {
    position: relative;
}

.subscribe-form form .form-control {
    width: 100%;
    height: 50px;
    border: 2px solid #f2f2f2;
    background-color: transparent;
    color: #838a95;
    padding-right: 70px;
    font-size: 14px;
}

.subscribe-form form .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #838a95;
}

.subscribe-form form .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #838a95;
}

.subscribe-form form .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #838a95;
}

.subscribe-form form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #838a95;
}

.subscribe-form form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.subscribe-form form .submit-btn:hover {
    background-color: var(--main-color-one);
    opacity: .8;
}

.widget_cgency_subscribe form {
    position: relative;
}

.widget_cgency_subscribe form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    color: #fff;
    padding-right: 70px;
}

.widget_cgency_subscribe form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget_cgency_subscribe form .submit-btn:hover {
    background-color: var(--main-color-one);
    opacity: .8;
}

.about_widget .footer-logo {
    margin-bottom: 25px;
    display: block;
}

.about_widget .subscribe-form {
    margin-top: 25px;
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form .form-group {
    margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 70px;
}

.widget_search .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    line-height: 50px;
    background-color: #7236f1;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease-in;
    /* font-weight: 600; */
}

.widget_author_meta {
    text-align: center;
}

.widget_author_meta .thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.widget_author_meta .thumb img {
    border-radius: 50%;
}

.widget_author_meta .content .name {
    font-size: 21px;
    font-weight: 700;
}

.widget_author_meta .content p {
    font-size: 16px;
    line-height: 26px;
}

.widget_author_meta .content ul {
    margin-top: 25px;
}

.widget_author_meta .content ul li {
    display: inline-block;
    margin: 0 5px;
}

.widget_author_meta .content ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}
.widget_popular_posts ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_popular_posts .single-popular-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget_popular_posts .single-popular-post-item:last-child .content .title {
    margin-bottom: 0;
}

.widget_popular_posts .single-popular-post-item .thumb {
    margin-right: 20px;
    max-width:100px;
}

.widget_popular_posts .single-popular-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.widget_popular_posts .single-popular-post-item +  .single-popular-post-item{
    margin-top: 20px;
}
.widget_popular_posts .single-popular-post-item .content .time {
    color: var(--main-color-one);
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.widget_popular_posts .single-popular-post-item .content .title,
.widget_popular_posts .single-popular-post-item .content .title a{
    font-size: 16px;
    line-height: 21px;
    font-family: var(--heading-font);
    font-weight: 500;
    color: var(--heading-color);
}
.widget_popular_posts .single-popular-post-item .content .title a:hover{
    color: var(--main-color-one);
}
.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    color:var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 20px;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .thumb {
    margin-right: 20px;
    width: 80px;
    height: 80px;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color:var(--heading-color);
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .title a {
    color:var(--heading-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .title a:hover {
    color: var(--main-color-one);
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .ratings {
    font-size: 12px;
    color: #ffd200;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .quantity {
    font-size: 14px;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .quantity .amount:first-child {
    color: var(--main-color-one);
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .quantity .amount:last-child {
    position: relative;
}

.cgency_woo_top_rated_products ul .single-top-rated-product-item .content .quantity .amount:last-child:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color:var(--paragraph-color);
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.service_link {
    padding: 0;
}

.service_link .widget-title {
    background-color: var(--main-color-one);
    color: #fff;
    padding: 10px 30px;
}

.service_link ul {
    padding: 0 30px 30px 30px;
}

.service_link ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0 20px 0;
}

.service_link ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
#map iframe {
    width: 100%;
    height: 900px;
  }
  #map {
    min-height: 900px;
    background-color: #ddd;
  }
  .contact_map iframe,
  .elementor-custom-embed {
    min-height: 100%;
    background-color: #ddd;
  }
  .contact_map iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
  }
  .map-wrapper {
    position: relative;
  }
  .map-wrapper .contact-wrapper {
    position: absolute;
    top: 0;
    right: 20%;
  }

  
.cursor-pointer{
    cursor: pointer;
}

user-dashboard-wrapper>ul {
	display: inline-block;
	width: 260px;
	background-color: var(--secondary-color);
	padding-bottom: 5px
}

.user-dashboard-wrapper {
	display: flex;
	justify-content: space-between
}

.user-dashboard-wrapper .tab-content {
	width: calc(100% - 300px)
}

.user-dashboard-wrapper {
	padding: 80px 0
}

.user-dashboard-wrapper ul.nav-pills .nav-link {
	border-radius: 0;
	padding: 10px 30px
}

.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item {
	border-top: 1px solid rgba(255, 255, 255, .1)
}
.user-dashboard-wrapper>ul .mobile_nav {
	display: none
}
.user-dashboard-wrapper ul.nav-pills .nav-item+.nav-item {
	border-top: 1px solid rgba(255, 255, 255, .1)
}
.order-service-page-content-area .nav-tabs .nav-item {
	border: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--main-color-one);
	line-height: 50px;
	color: #fff;
	padding: 0;
	text-align: center
}
.order-service-page-content-area .nav-tabs .nav-item+.nav-item {
	margin-left: 15px
}

.order-service-page-content-area .nav-tabs .nav-item.active {
	background-color: var(--main-color-one);
	color: #fff
}

.order-service-page-content-area .nav-tabs .nav-item[disabled] {
	background-color: #e1e1e1;
	color: var(--paragraph-color)
}
.nav {
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}
.user-dashboard-wrapper>ul {
    display: inline-block;
    width: 260px;
    background-color: #1d2228;
    padding-bottom: 5px;
}
.user-dashboard-wrapper ul.nav-pills .nav-link.active {
    background-color: var(--main-color-one);
}
.user-dashboard-card.style-01 {
	background-color: var(--main-color-one)
}

.user-dashboard-card {
	background-color: var(--main-color-one);
	padding: 30px;
	display: flex;
	align-self: flex-start
}

.user-dashboard-card .icon {
	font-size: 40px;
	line-height: 40px;
	color: #fff;
	margin-right: 20px
}

.user-dashboard-card .title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff
}

.user-dashboard-card .number {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	display: block;
	color: #fff
}
a:hover {
    color: inherit;
}
.user-dahsboard-order-info-wrap .title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700
}

.user-dahsboard-order-info-wrap small {
	font-size: 14px
}
.user-dahsboard-order-info-wrap .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.alert-small {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 5px;
}

.alert-sm {
    padding: 5px 10px;
}
.text-capitalize {
    text-transform: capitalize!important;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.user-dahsboard-order-info-wrap small {
    font-size: 14px;
}

.d-block {
    display: block!important;
}
small {
    margin-bottom: 10px;
}
.dashboard-form-wrapper .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
}
.order-service-page-content-area .order-title {
	font-size: 30px;
	line-height: 52px;
	font-weight: 700;
	margin-bottom: 30px
}

.order-service-page-content-area .nav-tabs {
	display: block;
	border: none
}

.order-service-page-content-area .nav-tabs .nav-item {
	border: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--main-color-two);
	line-height: 50px;
	color: #fff;
	padding: 0;
	text-align: center
}

.order-service-page-content-area .tab-content {
	margin-top: 30px
}

.order-service-page-content-area .nav-tabs .nav-item+.nav-item {
	margin-left: 15px
}

.order-service-page-content-area .nav-tabs .nav-item.active {
	background-color: var(--main-color-one);
	color: #fff
}

.order-service-page-content-area .nav-tabs .nav-item[disabled] {
	background-color: #e1e1e1;
	color: var(--paragraph-color)
}



.input-disabled {
    background-color: rgba(211, 211, 211, 0.507);
}
.payment-gateway-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	margin: 20px 0
}

.payment-gateway-wrapper ul li {
	max-width: 100px;
	cursor: pointer;
	box-sizing: border-box;
	height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden
}
.payment-gateway-wrapper ul li.selected:after,
.payment-gateway-wrapper ul li.selected:before {
	visibility: visible;
	opacity: 1
}

.payment-gateway-wrapper ul li:before {
	border: 2px solid var(--main-color-two);
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	visibility: hidden;
	opacity: 0;
	transition: all .3s
}

.payment-gateway-wrapper ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background-color: var(--main-color-two);
	content: "\f00c";
	font-weight: 900;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding-top: 2px;
	padding-left: 2px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s
}
.manual_payment_transaction_field.show {
	display: block
}

.manual_payment_transaction_field {
	display: none
}
.payment-gateway-wrapper ul li {
	min-width: 80px;
	margin: 5px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .label,
.order-confirm-area .form-group.manual_payment_transaction_field .label,
.order-tab-wrap .form-group.manual_payment_transaction_field .label {
	font-size: 14px;
	font-weight: 600;
	color: var(--heading-color);
	margin-bottom: 10px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .form-control,
.order-confirm-area .form-group.manual_payment_transaction_field .form-control,
.order-tab-wrap .form-group.manual_payment_transaction_field .form-control {
	border: 1px solid #e2e2e2;
	font-size: 14px
}

.cart-total-wrap .form-group.manual_payment_transaction_field .help-info,
.order-confirm-area.form-group.manual_payment_transaction_field .help-info,
.order-tab-wrap .form-group.manual_payment_transaction_field .help-info {
	margin-top: 20px;
	display: block
}
.payment-gateway-wrapper ul {
	flex-wrap: wrap
}
button.submit-btn.gd-bg {
    width: 420;
}
.order-confirm-area .title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 40px;
	
}
.error-page-content {
    padding: 50px;
}
.order-cancel-area .title, .order-success-area .title {
	color: var(--main-color-one);
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
.order-cancel-area .title, .order-success-area .title {
	color: var(--main-color-one);
    font-family: "Nunito Sans", "Helvetica Neue", sans-serif;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 10px;
}
p.order-page-description {
	color: var(--main-color-one);
}
.billing-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
button.submit-btn.gd-bg.pay-now{
    width: 730px;
}
.alert-danger {
    border-left: 5px solid red;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 0;
}

.alert-warning {
    border-left: 5px solid #e4b82c;
    background-color: #f2f2f2;
	border-color: #e4b82c;
    color: #333;
    border-radius: 0;
}
.alert-success {
    border-left: 5px solid #319a31;
    background-color: #f2f2f2;
	border-color: #319a31;
    color: #333;
    border-radius: 0;
}
.alert-primary {
    border-left: 5px solid #004085;
	border-color: #004085;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 0;
}
.alert-info {
    background-color: #d1ecf1;
    border-color: #17a2b8;
    border-left: 5px solid #17a2b8;
    background-color: #f2f2f2;
    color: #333;
    border-radius: 0;
}




@media only screen and (max-width: 414px) {
    .left-content-area {
        display: none;
    }
    .navbar-area .navbar-collapse{
        left: 0;
        right: initial;
    }
  }
@media only screen and (max-width: 768px) {
    .left-content-area {
        display: none;
    }
    .navbar-area .navbar-collapse{
        left: 0;
        right: initial;
    }
    
  }
  @media only screen and (max-width: 450px){
    .user-dashboard-wrapper>ul {
        position: absolute;
        left: -275px;
        z-index: 2;
        transition: .3s all;
    }
.user-dashboard-wrapper>ul .mobile_nav {
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    background-color: black;
    color: white;
    height: 50px;
    text-align: center;
    line-height: 50px;
    transition: all .3s;
    display: block;
}
.user-dashboard-wrapper>ul {
    display: inline-block;
    width: 260px;
    background-color: #1d2228;
    padding-bottom: 5px;
    position: relative;
}
.user-dashboard-wrapper>ul.show {
    left: -20px;
}
}




@media only screen and (max-width: 991px){
.user-dashboard-card {
    margin-bottom: 30px;
}

.user-dashboard-card {
    background-color: var(--main-color-one);
    padding: 30px;
    display: flex;
    align-self: flex-start;
}

}

@media only screen and (max-width:450px) {
    a.btn.btn-sm.btn-success {
        padding: 5px;
    }
    span.alert.alert-warning.text-capitalize.alert-sm.alert-small {
        padding: 5px;
    }
    a.btn.btn-sm.btn-info {
        margin-top: 5px;
    }
	.header-area .title {
		font-size: 46px;
		line-height: 60px
	}
	.call-to-action-inner .title,
	.experience-content .content .title,
	.experience-content-02 .title,
	.experience-content-03 .title,
	.global-content .title,
	.quality-content-wrapper .title,
	.section-title .title,
	.section-title-inner .title,
	.single-testimonial-item-03 .content .title {
		font-size: 38px;
		line-height: 50px
	}
	.case-studies-slider-active .slider-img .slider-inner-text .title {
		font-size: 24px;
		line-height: 30px
	}
	.single-blog-grid-01 .content .post-meta li+li {
		margin-left: 5px
	}
	.case-studies-slider-active .owl-item.active.center {
		width: 400px!important
	}
	.header-style-04.has-top-bar .header-area {
		padding-top: 270px
	}
	.single-testimonial-item .icon {
		font-size: 55px;
		line-height: 65px;
		margin-right: 40px
	}
	.call-to-action-inner .title {
		font-size: 42px
	}
	.practice-details-content-area .content-wrap .title {
		font-size: 30px
	}
	.attorney-contact-form-wrap {
		padding: 60px 40px 45px 40px
	}
	.our-service-wrappper {
		padding-left: 15px
	}
	.single-header-bottom-item-04 {
		padding-bottom: 30px
	}
	.single-service-item .service-img.style-02 {
		display: none
	}
	.single-service-item .service-img.style-02 {
		display: block
	}
	.single-service-item .service-img.style-01 {
		display: none
	}
	.service-area-work {
		display: block
	}
	.single-service-item {
		display: block
	}
	.single-service-item .service-img {
		width: 100%
	}
	.single-service-item .service-text {
		width: 100%
	}
	.single-case-studies-item .thumb img {
		width: 100%
	}
	.single-testimonial-item-03 {
		text-align: center
	}
	.single-testimonial-item-03 .author-img {
		margin-top: 30px
	}
	.single-header-bottom-item-04 {
		text-align: center;
		margin-right: 0
	}
	.single-header-bottom-item-04 .content .title {
		max-width: inherit
	}
	.call-to-action-inner {
		text-align: center
	}
	.blog-details-item .blog-details-item-header {
		display: block
	}
	.blog-details-item .blog-details-item-header .social-link {
		margin-left: 0;
		margin-bottom: 20px
	}
	.case-studies-slider-active .slider-img .slider-inner-text {
		right: 20px
	}
	.video-play-btn {
		width: 60px;
		height: 60px;
		line-height: 60px
	}
	.accordion-wrapper .card .card-header a {
		padding-right: 50px
	}
	
	.user-dashboard-wrapper {
		display: block
	}
	.user-dashboard-wrapper .tab-content {
		width: 100%;
		margin-top: 55px
	}
	.top-bar-inner ul li:last-child {
		display: none
	}
	.top-bar-inner {
		padding: 15px 0
	}
	.user-dashboard-wrapper>ul {
		position: absolute;
		left: -275px;
		z-index: 2;
		transition: .3s all
	}
	.user-dashboard-wrapper {
		position: relative
	}
	.user-dashboard-wrapper>ul.show {
		left: -20px
	}
}


.widget .recent_post_item li.single-recent-post-item .thumb {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 15px;
}
.widget .recent_post_item li.single-recent-post-item .thumb img {
    border-radius: 0px;
}

.back-to-top {
    right: 90px;
    bottom: 25px;
 
}
/*----------------------------
    Top Bar
----------------------------*/
.topbar-area {
    background-color: #142040;
}

.topbar-area .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 7px;
}

.topbar-area .social-icon li {
    display: inline-block;
}

.topbar-area .social-icon li+li {
    margin-left: 10px;
}

.topbar-area .social-icon li a {
    color: #fff;
    transition: all 300ms;
}

.topbar-area .social-icon li a:hover {
    color: var(--main-color-two);
}
/* language dropdown */

.language_dropdown ul.show {
    visibility: visible;
    opacity: 1;
}
.language_dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #141938;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.language_dropdown {
    display: inline-block;
    position: relative;
}
.language_dropdown ul li+li{
    border-top: 1px solid rgba(255,255,255,.05);
}
.language_dropdown ul li {
    padding: 5px 10px;
    word-break: break-all;
    color: #fff;
    transition: all 300ms;
    cursor: pointer;
}

.language_dropdown ul li:hover {
    background-color: var(--main-color-one);
}
.language_dropdown .selected-language {
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    min-width: 130px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.topbar-area .right-content {
    display: flex;
}

.topbar-area .right-contnet {
    display: flex;
}

.topbar-area .right-contnet ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-area .right-contnet ul li {
    padding: 6px 20px 0px 0;
    padding-left: 10px;
}

.topbar-area .right-contnet ul li a {
    color: #fff;
    transition: all 300ms;
}

.topbar-area .right-contnet ul li a:hover {
    color: var(--main-color-two);
}

@media only screen and (max-width: 414px) {
    .user-account{
        display: none;
    }
    .language_dropdown .selected-language {
        border: 1px solid #e2e2e2;
        padding: 1px 7px;
        display: inline-block;
        cursor: pointer;
        min-width: 74px;
        text-align: left;
        display: flex;
        justify-content: space-between;
        color: #fff;
        font-size: 11px;
    }
    .topbar-area .right-contnet ul li {
        padding: 4px 6px 2px 0px;
        padding-left: 5px;
        font-size: 11px;
    }
    .topbar-area .social-icon {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    

  }
  .animate_mod{
      visibility: visible;
      animation-name: backInUp;
  }

  .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}
.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.custom-control.custom-switch {
    margin-left: 34px;
}
.login-form .custom-control {
    padding-left: 0;
    margin-left: 25px;
}
.btn-wrapper .boxed-btn.btn-saas {
    border: none;
}
button#contact_us_submit_btn:focus {
    border-style: none;
    box-shadow: none;
    outline: none;
}
.text-footer{
    color: #9191aa;
}
.widget .recent_post_item li.single-recent-post-item.x .thumb img {
    border-radius: 10px;
}
.copyright-area.bg-violet {
    color: white;
    background-color: #000018;
}
/* home-06 testimonial small img thumb */