@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}

.icon-tags:before {
	content: "\e7e5"
}

.icon-right1:before {
    content: "\e670";
}

.icon-left1:before {
	content: "\e661";
}

.icon-left:before {
    content: "\e628";
}

.icon-right:before {
    content: "\e642";
}

.icon-time:before {
    content: "\e627";
}

.icon-service:before {
    content: "\e617";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-calender:before {
    content: "\e600";
}

.icon-navbar:before {
    content: "\e6fb";
}

.icon-home:before {
    content: "\e7c6";
}

.icon-behance:before {
    content: "\e87a";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-comment:before {
    content: "\e8e8";
}

.icon-facebook:before {
    content: "\e630";
}

.icon-phone:before {
    content: "\e6a0";
}

.icon-address:before {
    content: "\e636";
}

.icon-quote:before {
    content: "\e635";
}

.icon-user:before {
    content: "\e645";
}

.icon-email:before {
    content: "\e66f";
}

.icon-close:before {
    content: "\e606";
}

.icon-search:before {
    content: "\e6c8";
}

*,
::after,
::before {
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Lora;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

h2,
h3,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem+.9vw)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem+.6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

blockquote {
    margin: 0 0 1rem
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img {
    vertical-align: middle
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
}

button,
input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

textarea {
    resize: vertical
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1170px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y)
}

@media(min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:992px) {
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
}


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.text-center {
    text-align: center !important
}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

.search_btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #D3CBE2;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #4D3184
}

.search_btn:hover {
    color: #fff;
    background: #4d3184
}

body {
    font-family: Lora
}

body h2,
body h3,
body h5,
body h6 {
    margin: 0
}

body a {
    text-decoration: none
}

body p {
    color: #513e75;
    margin: 0;
    font: 400 16px/32px Lora;
}

body ul {
    margin: 0;
    padding: 0
}

body ul li {
    list-style: none
}

body i:before {
    margin-left: 0 !important
}

body a,
body button {
    outline: 0;
    transition: all 300ms linear 0s
}

body a:before,
body a:after,
body button:before,
body button:after {
    transition: all 300ms linear 0s
}

body a:focus,
body a:hover,
body button:focus,
body button:hover {
    outline: 0;
    text-decoration: none;
    transition: all 300ms linear 0s
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    z-index: 5
}

.main-header .main-navbar {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 1
}

.main-header .main-navbar .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header .main-navbar .nav-inner .brand {
    display: block
}

.main-header .main-navbar .nav-inner ul li {
    display: inline-block;
    position: relative
}

.main-header .main-navbar .nav-inner ul li a {
    display: block;
    line-height: 100px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #313131;
    margin: 0 10px;
    text-transform: capitalize
}

.main-header .main-navbar .nav-inner ul li a::after {
    content: '';
    position: absolute;
    height: 4px;
    width: 0;
    left: 0;
    top: 0;
    background: #FF9C1A
}

.main-header .main-navbar .nav-inner ul li:hover a,
.main-header .main-navbar .nav-inner ul li:focus a {
    color: #FF9C1A
}

.main-header .main-navbar .nav-inner ul li:hover a::after,
.main-header .main-navbar .nav-inner ul li:focus a::after {
    width: 100%
}

.main-header .main-navbar .nav-inner .search_btn {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #D3CBE2;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #4D3184
}

.main-header .main-navbar .nav-inner .search_btn:hover {
    color: #fff;
    background: #4d3184
}

.main-header .main-navbar .mobile-header {
    display: flex;
    align-items: center;
    transition: all ease-out .3s
}

.main-header .main-navbar .mobile-header .menu-icon {
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin-left: 20px;
    display: none
}

.main-header .main-navbar .mobile-header .menu-icon i {
    color: #4d3184;
    font-size: 20px
}

.main-header .main-navbar .mobile-header .menu-icon .close-menu {
    display: none;
    transition: all ease-out .3s
}

.main-header .main-navbar .mobile-header .menu-icon .open-menu {
    display: none;
    transition: all ease-out .3s
}

.main-header .mobile-menu {
    max-width: 600px;
    margin: 0 auto;
    background: #6A3CBA;
    border-radius: 10px;
    height: 0;
    padding: 0;
    transition: all ease-in .4s;
    position: absolute;
    z-index: 999;
    overflow: hidden;
    left: 0;
    right: 0
}

.main-header .mobile-menu ul li {
    display: block
}

.main-header .mobile-menu ul li a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
    font-size: "Red Hat Display", sans-serif;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #fff
}

.main-header .mobile-menu ul li a:hover,
.main-header .mobile-menu ul li a:focus {
    color: #FF9C1A
}

.activee .mobile-menu {
    height: 330px;
    padding: 15px;
    display: none
}

.activee .open-menu {
    display: none !important
}

.activee .close-menu {
    display: block !important;
    transition: all ease-out .3s
}

.blog-section {
    padding-top: 150px
}

.blog-section .left-side {
    margin-right: 30px
}

.blog-section .left-side .card {
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    transition: .3s;
    border-bottom: 5px solid #DAD4F1;
    margin-bottom: 30px
}

.blog-section .left-side .card .images {
    display: block;
    overflow: hidden
}

.blog-section .left-side .card .images a{
    display: block;
}

.blog-section .left-side .card .images img {
    display: block;
    width: 100%;
    max-width: 100%;
    transition: .5s
}

.blog-section .left-side .card .card-body {
    background: #fff;
    padding: 27px 30px 25px
}

.blog-section .left-side .card .card-body a {
    word-break: break-word
}

.blog-section .left-side .card .card-body a:hover,
.blog-section .left-side .card .card-body a:focus {
    color: #ff9c1a !important
}

.blog-section .left-side .card .card-body .title,
.cate {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    word-break: normal;
    line-height: 28px;
    color: #513e75
}

.blog-section .left-side .card .card-body ul {
    margin-bottom: 10px;
}

.blog-section .left-side .card .card-body ul li {
    display: inline-block;
    margin-right: 30px
}

.blog-section .left-side .card .card-body ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #513e75
}

.blog-section .left-side .card .card-body ul li a span {
    display: inline-block;
    margin-right: 5px
}

.blog-section .left-side .card .card-body p {
    margin-bottom: 10px
}

.blog-section .left-side .card .card-body .more_btn {
    display: inline-block;
    font-size: 18px;
    color: #513e75
}

.blog-section .left-side .card .card-body .more_btn:hover span,
.blog-section .left-side .card .card-body .more_btn:focus span {
    padding-left: 10px
}

.blog-section .left-side .card .card-body .more_btn span {
    display: inline-block;
    transition: .3s
}

.blog-section .left-side .card:hover,
.blog-section .left-side .card:focus {
    box-shadow: 0 0 42.84px 8.16px rgba(230, 230, 230, 0.35)
}

.blog-section .left-side .card:hover .images img,
.blog-section .left-side .card:focus .images img {
    transform: scale(1.1)
}

.blog-section .left-side .MoneyPro-pagination {
    margin-bottom: 50px
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.page-numbers {
    line-height: 32px;
    display: block
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers li {
    line-height: 32px
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.next.page-numbers {
    padding: 8px 6px;
    line-height: 16px
}

.blog-section .left-side .MoneyPro-pagination .nav-links ul.page-numbers a.next.page-numbers i {
    position: relative;
    top: 0
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers {
    margin: 0;
    padding: 0;
    list-style: none
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li {
    display: inline-block;
    font-size: 16px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    color: #707070;
    margin-right: 8px;
    transition: .4s;
    border: 1px solid #D3CBE2
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li a {
    color: #707070
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover {
    background: #4D3184;
    color: #fff
}

.blog-section .left-side .MoneyPro-pagination ul.page-numbers li:hover a {
    color: #fff
}

.blog-section .right-side .blog-sidebar .search-form {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #D3CBE2;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 3px
}

.blog-section .right-side .blog-sidebar .search-form .search-field {
    width: 100%;
    background: #F4F2F9;
    border: solid 1px #ececec;
    border-radius: 4px;
    width: 100%;
    height: 60px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 9px 60px 9px 20px;
    margin-bottom: 0;
    transition: .3s ease;
    color: #001064;
    outline: 0
}

.blog-section .right-side .blog-sidebar .search-form .search-submit {
    outline: 0;
    height: 60px;
    width: 60px;
    border: 0;
    color: #fff;
    transition: .5s;
    background-color: #4D3184;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.blog-section .right-side .about-me {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #D3CBE2;
    border-radius: 3px
}

.blog-section .right-side .about-me h3 {
    margin-bottom: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    color: #513e75
}

.blog-section .right-side .about-me h3::after {
    position: absolute;
    width: 45px;
    height: 3px;
    content: "";
    background-color: #4D3184;
    bottom: 0;
    left: 0
}

.blog-section .right-side .about-me .images {
    /* text-align: center; */
}

.blog-section .right-side .about-me img {
    max-width: 140px;
    height: 140px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px
}

.blog-section .right-side .about-me h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #513e75
}

.blog-section .right-side .about-me p {
    margin-bottom: 15px
}

.blog-section .right-side .about-me .icon li {
    display: inline-block;
    margin-right: 5px
}

.blog-section .right-side .about-me .icon li a {
    display: block;
    border: 1px solid #D3CBE2;
    padding: 6px 9px;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 27px;
    color: #513e75
}

.blog-section .right-side .about-me .icon li a:hover,
.blog-section .right-side .about-me .icon li a:focus {
    background: #513e75;
    color: #fff
}

.blog-section .right-side .popular-posts {
    padding-bottom: 0
}

.blog-section .right-side .popular-posts .media {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 25px
}

.blog-section .right-side .popular-posts .media .media-body a {

    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
    transition: .3s;
    color: #513e75
}

.blog-section .right-side .popular-posts .media .media-body a:hover,
.blog-section .right-side .popular-posts .media .media-body a:focus {
    color: #ff9c1a
}

.blog-section .right-side .categories {
    padding-bottom: 0
}

.blog-section .right-side .categories ul li {
    display: block;
    text-align: left;
    clear: both;
    margin: 8px 0;
    margin-bottom: 10px;
    min-height: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06)
}

.blog-section .right-side .categories ul li:last-child {
    border: 0
}

.blog-section .right-side .categories ul li a {
    color: #513e75
}

.blog-section .right-side .categories ul li a:hover,
.blog-section .right-side .categories ul li a:focus {
    color: #ff9c1a
}

.blog-section .right-side .tags ul li {
    display: inline-block
}

.blog-section .right-side .tags ul li a {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 5px 5px 5px 0;
    color: inherit;
    transition: all .3s ease-in;
    border-radius: 5px;
    font-size: 16px !important;
    background-color: transparent
}

.blog-section .right-side .tags ul li a:hover,
.blog-section .right-side .tags ul li a:focus {
    background: #513e75;
    color: #fff
}

.blog-details-section {
    padding-bottom: 100px
}

.blog-details-section .left-side .card {
    border: 0;
    box-shadow: 0 0 42.84px 8.16px rgba(230, 230, 230, 0.35)
}

.blog-details-section .left-side .card .images {
    position: relative
}

.blog-details-section .left-side .card .images .bottom_text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    height: 100px;
    width: 100px;
    background: #fff
}

.blog-details-section .left-side .card .images .bottom_text h5 {
    text-align: center;
    font-size: 50px;
    font-weight: 100;
    color: #000b2d;
    line-height: 50px;
    padding-top: 16px;
    display: block
}

.blog-details-section .left-side .card .images .bottom_text h5 span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #4D3184;
    text-transform: uppercase
}

.blog-details-section .left-side .card .card-body p {
    margin-bottom: 20px
}

.blog-details-section .left-side .card .card-body .wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 30px;
    margin-bottom: 30px;
    padding-left: 1em;
    color: #686868;
    font-size: 1.1875rem;
    font-style: italic;
    line-height: 1.473684;
    overflow: hidden;
    padding: 0 0 0 1.263157895em
}

.blog-details-section .left-side .card .card-body .wp-block-quote p {
    font-weight: 500;
    font-size: 18px
}

.blog-details-section .left-side .card .card-body .tags_one li {
    display: inline-block;
    margin-right: 10px
}

.blog-details-section .left-side .card .card-body .tags_one li span {
    font-size: 22px;
    display: block;

    color: #513e75
}

.blog-details-section .left-side .card .card-body .tags_one li a {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    color: inherit;
    transition: all .3s ease-in;
    border-radius: 5px;
    font-size: 16px !important;
    background-color: transparent
}

.blog-details-section .left-side .card .card-body .tags_one li a:hover,
.blog-details-section .left-side .card .card-body .tags_one li a:focus {
    background: #513e75;
    color: #fff !important
}

.blog-details-section .left-side .post-comment .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #513e75;

}

.blog-details-section .left-side .post-comment .post_from input {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 15px
}

.blog-details-section .left-side .post-comment .post_from textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    min-height: 180px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 15px
}

.blog-details-section .left-side .post-comment .post_from .theme_btn {
    border: 0;
    border-radius: 30px;
    transition: all .3s ease-in;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #4D3184;
    color: #fff;
    margin-top: 30px;
    padding: 14px 40px;
    transition: .3s
}

.blog-details-section .left-side .post-comment .post_from .theme_btn:hover,
.blog-details-section .left-side .post-comment .post_from .theme_btn:focus {
    background: #ff9c1a
}

.post-comment .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #513e75;

}

.post-comment .form_title {
    font-size: 48px
}

.post-comment .post_from input {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 15px
}

.post-comment .post_from textarea {
    height: 50px;
    width: 100%;
    border: 1px solid #D3CBE2;
    padding: 0 20px;
    font-size: 14px;
    min-height: 180px;
    padding: 20px;
    resize: none;
    border-radius: 5px;
    outline: 0;
    margin-bottom: 15px
}

.post-comment .post_from .theme_btn {
    border: 0;
    border-radius: 30px;
    transition: all .3s ease-in;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
    background-color: #4D3184;
    color: #fff;
    margin-top: 30px;
    padding: 14px 40px;
    transition: .3s
}

.post-comment .post_from .theme_btn:hover,
.post-comment .post_from .theme_btn:focus {
    background: #ff9c1a
}

.contact-info-section {
    padding: 150px 0
}

.contact-info-section .heading {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
    margin-bottom: 50px
}

.contact-info-section .heading h6 {
    color: #FF007A;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: inline-block;
    font-size: 22px
}

.contact-info-section .heading h2 {
    color: #4D3184;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 48px;

}

.contact-info-section .item {
    text-align: center;
    border: 1px solid #D3CBE2;
    padding: 55px 6px 50px;
    margin-bottom: 30px;
    transition: .3s;
    border-radius: 5px
}

.contact-info-section .item .icon {
    display: inline-block;
    border: 1px solid #D3CBE2;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 25px;
    transition: .3s
}

.contact-info-section .item .icon i {
    color: #4D3184;
    font-size: 22px
}

.contact-info-section .item .icon .fa-phone {
    transform: rotate(90deg)
}

.contact-info-section .item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;

    color: #513e75
}

.contact-info-section .item p {
    margin-bottom: 4px
}

.contact-info-section .item:hover,
.contact-info-section .item:focus {
    box-shadow: 0 30px 70px rgba(221, 215, 233, 0.5);
    border: 1px solid transparent
}

.contact-info-section .item:hover .icon,
.contact-info-section .item:focus .icon {
    border: 1px solid #4D3184
}

.contact-width-section {
    padding: 100px 0;
}

.footer-section {
    background-color: #4D3184;
    padding-top: 120px
}

.footer-section .left .logo {
    display: block;
    margin-bottom: 25px
}

.footer-section .left p {
    font-size: 16px;
    font-weight: 400;
    color: #DFD8EC;

    padding-bottom: 50px
}

.footer-section .left ul li {
    display: inline-block
}

.footer-section .left ul li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgba(107, 94, 128, 0.1);
    border-radius: 50%;
    margin-right: 15px
}

.footer-section .left ul li a:hover,
.footer-section .left ul li a:focus {
    background: #fff;
    color: #523680
}

.footer-section .footer-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;

    margin-bottom: 40px
}

.footer-section .footer-item ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #DFD8EC;
    line-height: 36px;
    position: relative;

}

.footer-section .footer-item ul li a i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 23px;
    opacity: 0;
    font-size: 20px
}

.footer-section .footer-item ul li a:hover,
.footer-section .footer-item ul li a:focus {
    color: #FF9C1A;
    padding-left: 15px
}

.footer-section .footer-item ul li a:hover i,
.footer-section .footer-item ul li a:focus i {
    opacity: 1
}

.footer-section .footer-item form input {
    width: 100%;
    height: 60px;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 10px;

    outline: 0;
    border: 0;
    box-shadow: none;
    border-radius: 30px
}

.footer-section .footer-item form .theme_btn {
    display: block;
    border: 0;
    outline: 0;
    box-shadow: none;
    width: 100%;
    line-height: 60px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;

    background: #FF9C1A
}

.footer-section .footer-item.contact_item ul li a {
    display: flex;
    padding: 0 !important;
    align-items: center
}

.footer-section .footer-item.contact_item ul li a i {
    opacity: 1;
    margin-right: 15px;
    display: inline-block;
    position: unset !important
}

.footer-section .footer-bottom {
    border-top: 1px solid #fff;
    padding: 24px 0;
    margin-top: 60px
}

.footer-section .footer-bottom .bottom-left {
    text-align: center
}

.footer-section .footer-bottom .bottom-left span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #DFD8EC;

}

@media(max-width: 991px) {
    .search_btn {
        display: none !important;
    }

    .blog-details-section {
        padding-bottom: 40px;
    }

    .contact-info-section {
        padding: 60px 0;
    }

    .contact-width-section {
        padding: 40px 0;
    }

    .blog-section {
        padding-top: 60px;
    }

    .footer-section {
        padding-top: 30px;
    }

    .blog-details-section .left-side .post-comment {
        margin-bottom: 30px
    }

    .main-header .main-navbar {
        padding: 10px
    }

    .main-header .main-navbar .desktop-menu {
        display: none
    }

    .main-header .main-navbar .mobile-header .menu-icon .open-menu {
        display: block
    }

    .main-header .main-navbar .nav-inner .search_btn {
        display: block;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: 1px solid #D3CBE2;
        text-align: center;
        line-height: 30px;
        font-size: 14px;
        color: #4D3184
    }

    .main-header .main-navbar .mobile-header .menu-icon {
        display: block
    }

    .activee .mobile-menu {
        display: block
    }

    .footer-item {
        margin-top: 30px
    }

    .footer-section .left {
        margin-top: 30px
    }

    .blog-section .left-side {
        margin-right: 0
    }
}

@media(max-width: 767px) {
    .blog-section .left-side .card .card-body .title {
        font-size: 20px;
        line-height: 30px
    }

    .contact-info-section .heading h2 {
        font-size: 22px
    }

    .post-comment .form_title {
        font-size: 22px
    }

    .main-header .mobile-menu {
        max-width: 450px
    }

}

@media(max-width: 575px) {

    .main-header .mobile-menu {
        left: 15px;
        right: 15px
    }
}

@media(max-width: 410px) {

    .blog-section .left-side .card .card-body {
        padding: 20px 0;
    }

    .blog-details-section .left-side .card .card-body {
        padding: 20px 15px;
    }
}

@media all and (min-width:1600px) {
    .my-container {
        max-width: 80%;
    }

    .container {
        max-width: 1200px
    }
}

.logo {
    font-size: 18px;
    font-weight: 550;
    color: #313131;
}

footer .logo {
    color: #fff;
}

@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center
}

.ad-div {
	margin-bottom: 20px;
	width: 100%;
	min-height: 250px;
	clear: both;
}

.t_de {
  clear: both;
    height: .2rem;
    max-width: 100%;
    line-height: .3rem;
    font-size: .6rem;
    padding: .5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center
}

.grecaptcha-badge {
    visibility: hidden
}