@import url(../css2-2);body,h1,h2,h3 {
    font-display: swap
}

.gets_quotes,.gets_quotes:after {
    background-image: -moz-linear-gradient(90deg,#f6942f 0,#ff5883 100%);
    background-image: -webkit-linear-gradient(90deg,#f6942f 0,#ff5883 100%);
    background-image: -ms-linear-gradient(90deg,#f6942f 0,#ff5883 100%)
}

.entry-box h1,.entry-right .text strong,.header .header__logo,.sec_title h4,.service-qoute.aboutchat a,section.cta-book-writting.getbook a {
    text-transform: uppercase
}

.entry-box h1,.popup_top .text h2 {
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 0
}

#bio_ep,#entry-popup {
    position: fixed;
    z-index: 99999990;
    background-color: rgba(0,0,0,.6)
}

.discountbadges p,.hvr-shutter-out-vertical,.menu,.menu li,.menuWrap {
    vertical-align: middle
}

:focus,:hover,a {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear
}

a,a:hover {
    text-decoration: none
}

body {
    font-family: "PT Sans",sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: "PT Sans",sans-serif;
    margin-bottom: 0;
    padding: 0
}

ul li {
    list-style-type: none
}

p {
    margin-bottom: 0;
    font-weight: 500
}

ul {
    display: inline-block;
    padding: 0;
    margin: 0
}

.owl-carousel .owl-item img {
    width: initial
}

.form-error,.popup_top,.review .c-rating-single:last-child:after,.team-cont,.top-logo,[class^=box-] {
    display: none
}

.hmari-row,.popupformmm_dvs .form-box-wrap form .input-group,.teamslider-abt .slick-center .team-cont,.timer-header,[class^=box-].showfirst {
    display: block
}

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

.sec_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.c-rating-single a,.check-box-form,.main-raing a,.review-stars,.sec_title_main,.sec_title_main h1,.slides_bookplatform .slick-track,.testimonial-head {
    display: flex;
    align-items: center
}

.gets_quotes,.hvr-shutter-out-vertical {
    display: inline-block;
    position: relative
}

.sec_title_main h1 span,.sec_title_main h2 {
    color: #f6942f;
    font-size: 82px;
    font-weight: 700;
    border: 1px solid #f6942f;
    width: 147px;
    height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0
}

.sec_title_main h1,.sec_title_main h3 {
    color: #222;
    top: 8px;
    position: relative;
    font-weight: 700;
    letter-spacing: -1px
}

.sec_title_main h1 span {
    position: absolute;
    left: 0
}

.sec_title_main h1 {
    font-size: 29px;
    left: 0;
    z-index: 1;
    line-height: 118px;
    padding-left: 117px;
    justify-content: flex-end
}

.sec_title_main h3 {
    font-size: 48px;
    left: -30px;
    z-index: 1
}

.sec_title h4 {
    font-size: 42px;
    font-weight: 200;
    margin-top: -22px;
    left: 55px;
    color: #333;
    position: relative;
    text-align: center
}

.sec_title p {
    font-size: 14px;
    color: #999;
    margin-top: 30px;
    line-height: 27px
}

.gets_quotes {
    color: #fff;
    border: 1px solid #db0b40;
    font-weight: 600;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 11px 15px;
    overflow: hidden;
    z-index: 3
}

.gets_quotes:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(35deg)
}

.gets_quotes:hover {
    color: #fff!important;
    background-image: none
}

.gets_quotes:hover:after {
    height: 260%;
    opacity: 1
}

.white_btn {
    background-image: none;
    background-color: #fff;
    color: #000
}

@keyframes zoomanimation {
    0%,100% {
        transform: scale(1,1)
    }

    50% {
        transform: scale(1.1,1.1)
    }
}

@keyframes swing {
    0%,100% {
        transform: rotate(-180deg)
    }

    20%,80% {
        transform: scale(.95)
    }

    50% {
        transform: rotate(180deg)
    }
}

.hvr-shutter-out-vertical {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-vertical:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #b7b7b726;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:active:after,.hvr-shutter-out-vertical:focus:after,.hvr-shutter-out-vertical:hover:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    height: 100;
    padding: 0 60px;
    background: #fff;
    box-shadow: 0 0 2px 0 #ccc
}

a.menuItem__link p {
    text-align: center;
    font-weight: 700;
    font-size: 16px
}

a.menuItem__link p span {
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    line-height: 49px;
    font-weight: 500
}

a.menuItem__link p:hover span {
    border-bottom: 2px solid #f74
}

.header.sticky {
    position: sticky;
    z-index: 999;
    top: 0
}

.cart__login__search a {
    padding: 17px 24px;
    background: #ff7439;
    color: #fff!important;
    border-radius: 9px;
    font-weight: 600
}

.header .header__logo {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    min-width: 150px;
    flex-basis: 150px
}

.expand-btn.open,.header .cart__login__search .list__icon li a:hover,.header .menu__horizontal .menu__horizontal__btn .menu__next:hover,.header .menu__horizontal .menu__horizontal__btn .menu__prev:hover,.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a:hover,.header__menu .menuItem__link:hover {
    color: #ff5722
}

.entry-right .intl-tel-input,.header .header__logo img,.popupformmm_dvs .form-box-wrap {
    width: 100%
}

.header .cart__login__search {
    min-width: 150px;
    flex-basis: 150px
}

.header .cart__login__search .list__icon {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    gap: 10px;
    list-style: none
}

.header .cart__login__search .list__icon li a {
    padding: 5px;
    font-size: 18px;
    color: #000;
    transition: .25s
}

.col.megaMenu__item {
    border-right: 2px solid #f3f3f3;
    padding: 40px
}

.top-bar {
    margin-top: -30px
}

.col.megaMenu__item:nth-child(6) {
    border: none
}

.header .menu__horizontal {
    width: 100%;
    position: initial;
    justify-content: center;
    display: flex;
    align-items: center
}

.header .menu__horizontal .menu__horizontal__wrapper {
    max-height: 65px
}

.book-sell-slider .swiper-slide,.cr-inner,.header .menu__horizontal .header__menu,.single-top-footer,.single-trust {
    display: flex;
    justify-content: center;
    align-items: center
}

.header .menu__horizontal .menu__horizontal__btn .menuBtn__wrapper {
    display: flex;
    flex-flow: row nowrap
}

.header .menu__horizontal .menu__horizontal__btn .menu__next,.header .menu__horizontal .menu__horizontal__btn .menu__prev {
    width: 35px;
    height: 35px;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: .25s
}

.header .menu__horizontal .menu__horizontal__btn button.disabled {
    cursor: default;
    opacity: .25
}

.header__menu .main__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    max-width: 100%;
    width: 100%
}

.book_bestseller,.cta-book-img,.dropdown-nav,.form-box-wrap form .input-group,.header__menu .menu__item,.header__menu ul li a,.listtabs li,.mainbanner,.menu__btn,.pro-service,.review .c-rating-single,.review-clinet,.video-area,.why-choose-single.five-whychoose h4,.why-choose-single.four-whychoose h4,.why-choose-single.six-whychoose h4,.why-choose-single.three-whychoose h4,.why-choose-single.two-whychoose h4,.whychs-1,.whychs-2,.whychs-3,.whychs-4,.whychs-5,.whychs-6,.whychs-7 {
    position: relative
}

.header__menu .main__menu>.menu__item {
    position: initial
}

.header__menu .main__menu>.menu__item>.menuItem__link {
    display: flex;
    align-items: center;
    height: 65px;
    padding: 1rem
}

.header__menu .main__menu .menu__item:hover .mega__menu {
    opacity: 1;
    visibility: visible
}

@media (min-width: 767px) {
    .header__menu .main__menu>.menu__item:not(.visible-row):hover>.sub__menu {
        opacity:0!important;
        visibility: hidden!important;
        pointer-events: none!important
    }
}

@media (min-width: 768px) {
    .header__menu .menu__item:hover>.sub__menu {
        opacity:1;
        visibility: visible
    }

    .header__menu .menu__item:hover>.expand-btn:after {
        transform: translateY(-50%) rotate(180deg)
    }

    .header__menu .menu__item .sub__menu--left .expand-btn:after,.header__menu .menu__item .sub__menu--right .expand-btn:after {
        right: .625rem
    }

    .header__menu .sub__menu {
        position: absolute;
        top: calc(100% + 2px);
        width: 190px;
        padding: 5px 0;
        background: #fff;
        border-radius: 0 0 5px 5px;
        opacity: 0;
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.15);
        visibility: hidden;
        transition: .4s
    }

    .header__menu .sub__menu .menuItem__link {
        padding: .5rem 1.5rem .5rem 1rem
    }

    .header__menu .sub__menu .menuItem__link.expand-btn::after {
        right: 10px
    }

    .header__menu .menu__item:has(.mega__menu) {
        position: inherit!important
    }

    .header__menu .mega__menu {
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        padding-top: 0;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0;
        transition: .4s ease-out,visibility .1s linear
    }

    .header__menu .menu__catalogue,.header__menu .menu__category {
        display: flex;
        justify-content: center
    }

    .header__menu .menu__category .megaMenu__wrap {
        background-color: #fff
    }
}

.header__menu .sub__menu--right {
    top: 0;
    left: 100%
}

@media (max-width: 767px) {
    .header {
        padding:10px 20px
    }

    .header .menu__horizontal .menu__horizontal__btn {
        display: none
    }

    .header__menu .main__menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        display: block;
        padding-top: 76px;
        padding-bottom: 0;
        background: #fff;
        box-shadow: 0 20px 50px 0 rgba(0,0,0,.15);
        overflow-y: auto;
        transform: translateX(-100%);
        transition: .3s ease-out
    }

    .header__menu .main__menu.open {
        transform: translateY(0)
    }

    .header__menu .main__menu>.menu__item {
        border-bottom: 1px solid #eee
    }

    .header__menu .main__menu>.menu__item>.menuItem__link {
        padding: 1rem 2rem 1rem 1rem;
        font-weight: 500
    }

    .header__menu .sub__menu {
        display: none;
        position: relative;
        z-index: 999;
        top: 0;
        padding: 10px 0;
        width: 100%;
        overflow: hidden;
        background-color: #f9f9f9
    }

    .header__menu .sub__menu .menu__item {
        border-bottom-color: #ececec
    }

    .header__menu .sub__menu--right {
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding-left: 1rem
    }

    .header__menu .sub__menu--right:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 17px;
        width: 1px;
        height: calc(100% - 25px);
        background-color: rgba(0,0,0,.15);
        transform: translateY(-50%)
    }
}

.header__menu .sub__menu--left {
    top: 0;
    left: -100%
}

.header__menu .menuItem__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    font-size: 15px;
    transition: .25s;
    font-weight: 600
}

@media (max-width: 768px) {
    .header__menu .menuItem__link.expand-btn::after {
        right:15px
    }
}

.header__menu ul li {
    list-style: none;
    transition: .3s
}

.header__menu ul li a {
    text-decoration: none;
    color: #000
}

.left-gotidea.abt,.sellbook .head-mm {
    box-shadow: 40px 0 50px 0 rgb(0 0 0 / 8%)
}

.header__menu .megaMenu__wrap {
    padding: 0;
    border: 2px solid #f74;
    border-radius: 15px
}

.header__menu .megaMenu__inner {
    display: flex;
    flex-flow: row wrap;
    gap: 20px
}

.form_btn_wrap,.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle,.service-qoute.aboutchat,.social-icons {
    display: flex
}

.header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-weight: 700;
    transition: .25s
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code,.header__menu .megaMenu__inner .megaMenu__item .megaMenuContent .sub__menu--static {
    padding-left: 0
}

.header__menu .megaMenu__inner .megaMenu__item .megaMenuContent .sub__menu--static .menu__item .menuItem__link {
    padding-left: 0;
    padding-right: 0
}

.header__menu .menu__category .megaMenu__wrap {
    min-width: 100%;
    flex-basis: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,.15)
}

.header__menu .menu__category .megaMenu__inner .megaMenu__item {
    display: flex;
    flex-flow: column;
    min-width: calc(33.333333% - 13.333333px);
    flex-basis: calc(33.333333% - 13.333333px)
}

.header__menu .menu__catalogue .megaMenu__wrap {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
    min-width: 100%;
    flex-basis: 100%;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 20px 50px 0 rgba(0,0,0,.15)
}

@media (min-width: 768px) {
    .header__menu .menu__catalogue .megaMenu__wrap {
        background-color:#fff
    }
}

@media (min-width: 1024px) {
    .header__menu .menu__catalogue .megaMenu__wrap,.header__menu .menu__category .megaMenu__wrap {
        min-width:85%;
        flex-basis: 85%
    }

}

.header__menu .menu__catalogue .megaMenu__inner {
    flex-basis: 50%;
    min-width: 50%
}

.header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
    display: flex;
    flex-flow: column;
    min-width: calc(33.333333% - 13.333333px);
    flex-basis: calc(33.333333% - 13.333333px)
}

@media (max-width: 767px) {
    .header__menu .sub__menu--left {
        top:0;
        left: 0;
        width: 100%;
        padding-left: 1rem
    }

    .header__menu .sub__menu--left:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 17px;
        width: 1px;
        height: calc(100% - 25px);
        background-color: rgba(0,0,0,.15);
        transform: translateY(-50%)
    }

    .header__menu .mega__menu {
        position: relative;
        display: none;
        padding: 0
    }

    .header__menu .megaMenu__wrap {
        padding: 1rem
    }

    .header__menu .menu__category .megaMenu__inner .megaMenu__item {
        min-width: calc(50% - 13.333333px);
        flex-basis: calc(50% - 13.333333px)
    }

    .header__menu .menu__catalogue .megaMenu__wrap {
        row-gap: 15px
    }

    .header__menu .menu__catalogue .megaMenu__inner {
        flex-basis: 100%;
        min-width: 100%
    }

    .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item {
        min-width: calc(50% - 13.333333px);
        flex-basis: calc(50% - 13.333333px)
    }
}

@media (max-width: 575px) {
    .header__menu .menu__catalogue .megaMenu__inner .megaMenu__item,.header__menu .menu__category .megaMenu__inner .megaMenu__item {
        min-width:100%;
        flex-basis: 100%
    }
}

.header__menu .menu__catalogue .menuMega__catalogue {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 50%;
    min-width: 50%;
    gap: 10px
}

.header__menu .menu__catalogue .menuMega__catalogue .col--left,.header__menu .menu__catalogue .menuMega__catalogue .col--right {
    flex-basis: calc(50% - 5px);
    min-width: calc(50% - 5px)
}

.header__menu .menu__catalogue .menuMega__catalogue .col--left {
    display: flex;
    flex-flow: column;
    gap: 10px
}

.header__menu .menu__catalogue .menuMega__catalogue .col--left img {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
    object-fit: cover
}

.header__menu .menu__catalogue .menuMega__catalogue .col--right .menuCatalogue__item,.header__menu .menu__catalogue .menuMega__catalogue .col--right a {
    height: 100%
}

.header__menu .menu__catalogue .menuMega__catalogue .col--right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a {
    display: flex;
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a:hover img {
    transform: scale(1.1)
}

.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a img {
    width: 100%;
    transform: scale(1);
    transition: .25s
}

.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a p {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    color: #fff
}

.header__menu .menu__catalogue .menuMega__catalogue .menuCatalogue__item a:before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: #000;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%)
}

.menu__btn {
    display: none;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    z-index: 2;
    top: 0
}

.menu__btn.open {
    top: -65px
}

.menu__btn .menu__btn__lines,.menu__btn .menu__btn__lines::after,.menu__btn .menu__btn__lines::before {
    width: 1.5rem;
    height: .1rem;
    background: #000;
    transition: .4s ease-in-out
}

.menu__btn .menu__btn__lines::after,.menu__btn .menu__btn__lines::before {
    content: "";
    position: absolute
}

.menu__btn .menu__btn__lines::before {
    transform: translateY(-.5rem)
}

.menu__btn .menu__btn__lines::after {
    transform: translateY(.5rem)
}

.menu__btn.open .menu__btn__lines {
    transform: translateX(1rem);
    background: 0 0
}

.menu__btn.open .menu__btn__lines::before {
    transform: rotate(45deg) translate(-.5rem,.5rem);
    background: #000;
    height: .05rem
}

.menu__btn.open .menu__btn__lines::after {
    transform: rotate(-45deg) translate(-.5rem,-.5rem);
    background: #000;
    height: .05rem
}

.expand-btn:after {
    position: absolute;
    top: 63%;
    right: -11px;
    content: "﹀";
    font-family: "Font Awesome 6 Free";
    font-size: 20px;
    font-weight: 900;
    opacity: .75;
    transform: translateY(-50%) rotate(0);
    transition: .25s
}

.banner-main-box:after,.mainbanner::after {
    content: "";
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0
}

.expand-btn.open:after {
    transform: translateY(-50%) rotate(180deg)
}

@media (max-width: 767px) {
    .header__menu .menu__catalogue .menuMega__catalogue {
        flex-basis:100%;
        min-width: 100%
    }

    .menu__btn {
        display: flex
    }

    .overflow {
        overflow: hidden
    }
}

@media (max-width: 1023px) {
    .header__menu .megaMenu__inner .megaMenu__item .megaMenuTitle a {
        padding-left:0
    }

    .overlay {
        position: fixed;
        z-index: 500;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease-in-out,visibility .3s ease-in-out
    }

    .overlay.overlay--active {
        opacity: 1;
        visibility: visible
    }
}

.topbar {
    background: #f6942f;
    padding: 5px 0
}

.mainbanner::after {
    background: #ffffff5c!important;
    width: 100%!important;
    height: 100%!important
}

.mainbanner .bannerimg {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 71vh
}

#popup .form-box-wrap .tab,#popup .form-box-wrap .tab02,#popup .form-box-wrap .tab03,#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 100%
}

#prevBtn,.c-rating-single img:first-child,.cr-inner img,.equiped-checklist ul li img,.getstart img,.live-chat img,.single-top-footer img {
    margin-right: 10px
}

.bnr_form_box form .input-group input.form-control:focus {
    border: 2px solid #ee018c
}

.bnr_form_box form .input-group .form-control,.form-box-wrap form .input-group .form-control {
    height: 40px
}

.bnr_form_box form .input-group input.form-control {
    height: 60px;
    border-radius: 50px;
    padding: 0 0 0 25px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    color: #757575;
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 0 10px 0 #9999993d
}

.bnr_form_box form button,.bnr_form_box form button#signupBtn {
    background-color: #f6942f;
    border-radius: 50px;
    right: 0;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 20px;
    border: 0;
    line-height: 14px;
    padding: 0 86px;
    height: 60px;
    top: 0;
    width: auto;
    float: left;
    position: absolute;
    z-index: 1;
    font-weight: 600;
    margin-left: 0!important
}

.bnr_form_box form .input-group {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    margin: 0;
    flex-wrap: nowrap
}

.btn_themes,.featuredsec ul,.slider-form .form-group .icon-bg {
    justify-content: center;
    display: flex
}

.bnr_form_box form button i.fa-arrow-circle-right,.form-box-wrap form button i.fa-arrow-circle-right {
    position: absolute;
    z-index: 1;
    color: #6c757d;
    top: 15px;
    left: 15px
}

.banner-main-box {
    padding: 6rem 0 100px;
    height: 755px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.banner-main-box:after {
    background: #ffffff94;
    width: 100%;
    height: 100%
}

.banner-txt-box,.more-question .para,.pr_form-cont,div#accordion {
    text-align: left
}

.mainbanner .container {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto
}

.banner-txt-box h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #000;
    font-weight: 700
}

.banner-main-box .blueborderbtn {
    border: 1px solid #000;
    color: #000
}

.in-center:after,.in-center:before {
    border-color: #f6942f;
    width: 0;
    height: 0;
    border-style: solid;
    animation: 6s linear infinite squareboder;
    position: absolute;
    z-index: 0;
    content: ""
}

.banner-main-box .blueborderbtn img,.blueborderbtn:hover img {
    filter: brightness(100)
}

.banner-txt-box h2 {
    margin: 0;
    padding: 10px 0 15px;
    font-size: 36px;
    color: #000;
    font-family: "Playfair Display",serif;
    font-weight: 700;
    line-height: 54px
}

.banner-txt-box h3 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    color: #000;
    line-height: 40px;
    font-weight: 300
}

.in-center {
    margin: 0 auto;
    border: 5px solid #f6942f;
    padding: 60px 20px;
    position: relative
}

.in-center:before {
    border-width: 2px 0 0 2px;
    left: 5px;
    top: 5px;
    -webkit-transition: .4s cubic-bezier(0, 0, 0, .24);
    transition: .4s cubic-bezier(0, 0, 0, .24)
}

.in-center:after {
    border-width: 0 2px 2px 0;
    right: 5px;
    bottom: 5px;
    -webkit-transition: .4s cubic-bezier(0, 0, 0, .24);
    transition: .4s cubic-bezier(0, 0, 0, .24)
}

.banner-main-box .pinkbtn {
    padding: 10px 40px;
    background: #ff7439;
    color: #fff!important
}

.banner-main-box .btn_themes a+a {
    margin-left: 30px
}

@keyframes squareboder {
    0% {
        width: 0%;
        height: 0%
    }

    50% {
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border-color: #161d28
    }

    100% {
        width: 0%;
        height: 0%;
        border-color: #161d28
    }
}

.slider-form {
    height: auto;
    padding: 22px 22px 10px;
    text-align: center;
    z-index: 2;
    background: #161d28;
    border-radius: 90px
}

.slider-form button::before {
    right: 35px
}

.bloginner_form .whychoose-right,.offr-frm,.popupformmm_dvs form.leadForm {
    padding: 0
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0
}

.slider-form .form-group .icon-bg {
    position: absolute;
    margin-top: 0;
    left: 2px;
    width: 52px;
    height: 52px;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    z-index: 0;
    top: -3px;
    align-items: center
}

.slider-form .form-group .icon-bg svg,.slider-form .form-group i {
    fill: #f6942f;
    color: #f6942f
}

.slider-form .form-control {
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 13px;
    font-family: "Open Sans",sans-serif;
    color: rgba(0,0,0,.5);
    height: 46px;
    outline: 0;
    border-radius: 50px;
    padding-left: 47px
}

.offr-frm button {
    width: 100%;
    background-color: #f6942f;
    border: 0;
    border-radius: 50px;
    outline: 0;
    font-size: 20px;
    font-weight: 600
}

.banner-slider-images img {
    height: 400px;
    box-shadow: -10px 9px 22px -7px rgba(42,38,38,.7)
}

.banner-slider-images {
    padding: 60px 0 35px;
    position: relative
}

.bnr_form_box,.whychoose-single {
    margin-bottom: 30px
}

.posabs {
    position: absolute;
    top: -16rem
}

.head-mm {
    font-size: 50px;
    color: #ff6824;
    line-height: 58px;
    margin-bottom: 7px
}

.listpara li,.para {
    margin-bottom: 1rem
}

.head-mm strong {
    font-size: 40px;
    color: #000;
    font-weight: 700
}

.para i {
    color: #ff7048
}

.listpara {
    columns: 2
}

.listpara li {
    color: #3b3944;
    font-size: 16px
}

.listpara li img {
    margin-right: 5px
}

.main_about {
    padding: 5rem 0 3rem
}

.blueborderbtn,.pinkbtn {
    font-size: 16px;
    padding: 10px 20px
}

.main_about h4 {
    color: #3f3d52;
    font-size: 22px;
    margin-bottom: 10px
}

.main_about .imgbx img {
    margin-left: -53%;
    margin-top: -16%
}

.btn_themes a+a {
    margin-left: 10px
}

.pinkbtn {
    background: #fff;
    color: #000!important;
    border-radius: 5px;
    border-color: #f6942f!important
}

.pinkbtn:hover {
    background: #f66405;
    color: #fff
}

.blueborderbtn {
    border: 1px solid #161d28;
    color: #161d28;
    border-radius: 5px
}

.blueborderbtn img,.callus img {
    margin-right: 10px;
    filter: brightness(.5)
}

.blueborderbtn:hover {
    background: #f6942f;
    color: #fff;
    border-color: #f6942f
}

.book_bestseller .col-md-3 {
    position: relative;
    z-index: 2
}

.book_bestseller .bgcolorset {
    background: #f4f4f4
}

.sellbook {
    overflow: hidden;
    background: linear-gradient(270deg,#f66203 10%,#f69932 100%)
}

.sellbook .head-mm {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 40px;
    padding: 3rem 0
}

.slides_bookplatform img {
    margin: 0 20px
}

.books_slides .books-boxes {
    background: #ffffffb5;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transition: .3s ease-out
}

.ratings {
    color: #7e7e7e;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center
}

.booksdv img {
    border-radius: 4px;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transform: translateY(-30px);
    margin: auto;
    height: 276px;
    width: 173px
}

.book_bestseller h3 {
    padding: 5rem 0 1rem;
    position: relative;
    display: inline-block
}

.book_bestseller h3:before {
    content: "";
    position: absolute;
    width: 120%;
    left: 50%;
    margin: auto;
    bottom: 0;
    background: #ebebeb;
    height: 1px;
    transform: translateX(-50%);
    z-index: -2
}

.books_slides .items {
    margin-bottom: 80px;
    padding-top: 35px
}

.books_slides .books-boxes:hover {
    background: #fff;
    filter: drop-shadow(1px 1px 8px #66666642);
    -webkit-filter: drop-shadow(1px 1px 8px #66666642)
}

.book_bestseller:before {
    content: "";
    background: #f1f1f1;
    width: 34%;
    height: 100%;
    left: 0;
    position: absolute;
    border-radius: 13px
}

.book_bestseller .col-md-9:before {
    content: "";
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    right: 101.5%;
    position: absolute;
    z-index: -1
}

.our-range-gsingle.gs1:before,.our-range-gsingle.gs2:before,.our-range-gsingle.gs3:before {
    color: #ecebef;
    font-size: 130px;
    font-family: "PT Sans",sans-serif;
    left: 0;
    top: 0;
    z-index: -9;
    position: absolute;
    font-weight: 600;
    right: 0
}

.listtabs li:before {
    content: "";
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    background: linear-gradient(270deg,#f66203 10%,#f69932 100%);
    border-radius: 10px 0 0 10px;
    display: none
}

.listtabs li a {
    font-size: 20px;
    padding: 10px;
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid transparent;
    color: #ff6523
}

.our-range-left h1 strong,.testi-head h1 strong {
    color: #161d28;
    font-weight: 700
}

.listtabs li.active a,.listtabs li:hover a {
    background: #fff;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #ff6623;
    background: linear-gradient(270deg,#f66203 10%,#f69932 100%)
}

.listtabs li.active:before,.listtabs li:hover:before,.service-blogslider .slick-active,.testi-slider .slick-center,.testimonial-second .slick-active {
    opacity: 1
}

.featuredsec {
    display: none;
    background: url(../images/featurein_bg.webp) 0 0/cover no-repeat;
    padding: 2rem 0;
    text-align: center
}

.featuredsec ul li {
    margin: 0 5px
}

.pg-padding {
    padding: 100px 0
}

.our-range-left h1 {
    color: #3f3d52;
    font-size: 36px;
    line-height: 40px;
    font-family: "PT Sans"
}

.our-range-left h1 strong {
    display: block;
    text-transform: uppercase
}

.our-range-grid {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.our-range-gsingle {
    text-align: center;
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 60px 0;
    position: relative
}

.our-range-gsingle p {
    font-size: 20px;
    color: #000;
    margin-top: 10px
}

.our-range-gsingle.gs1,.our-range-gsingle.gs2 {
    border-right: 0;
    position: relative;
    z-index: 9
}

.our-range-gsingle.gs1:before {
    content: "10+"
}

.our-range-gsingle.gs2:before {
    content: "700+"
}

.our-range-gsingle.gs3 {
    position: relative;
    z-index: 9
}

.our-range-gsingle.gs3:before {
    content: "250+"
}

.testimonial-second .slick-next:before,.testimonial-second .slick-prev:before {
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    bottom: 50%;
    color: #f6942f;
    line-height: 40px;
    border-radius: 30px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    width: 40px;
    height: 40px
}

section.our-range {
    background: #f8fbfb
}

section.video-testi {
    text-align: center;
    overflow: hidden
}

.testi-head h1 {
    color: #3f3d52;
    font-size: 58px;
    margin-bottom: 20px
}

.testi-head p {
    color: #8f8e93;
    font-size: 19px;
    font-family: "PT Sans"
}

.text_topfr h2,.text_topfr h4 {
    font-family: Montserrat,sans-serif
}

.main-abtteam,.testi-slider,.text_topfr {
    margin-top: 40px
}

.more-question h3,.testi-slider img {
    margin: 0 auto
}

.main-raing {
    display: flex;
    justify-content: space-between;
    padding-left: 2.5rem
}

.cname p {
    font-size: 18px;
    color: #161d28
}

.crating {
    color: #000;
    font-size: 40px;
    font-weight: 700
}

.cname {
    margin-right: 20px
}

section.company-rating {
    display: none;
    background: #edf1f0;
    padding: 50px 0
}

.service-blogslider .slick-list,.testi-slider .slick-list,.testimonial-second .slick-list {
    overflow: initial!important
}

.service-blogslider .slick-slide,.testi-slider .slick-slide {
    opacity: .2
}

.testimonial-second {
    display: none;
    background: #161d28;
    overflow: hidden
}

.testimonial-second .slick-slide {
    height: auto;
    opacity: .2
}

.testimonial-single {
    background: #fffefa;
    font-family: "PT Sans";
    padding: 20px;
    border-radius: 13px
}

.testimonial-head-cont {
    padding-left: 10px;
    line-height: 21px
}

.testimonial-head-cont h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600
}

.testimonial-head-cont p {
    color: #6d6d6d;
    font-size: 17px
}

.testimonial-single p:last-child {
    color: #afafaf;
    font-size: 14px;
    margin-top: 10px;
    min-height: 215px
}

.service-blogslider .slick-prev.slick-arrow,.testimonial-second button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999
}

.why-choose-single.five-whychoose h4:after,.why-choose-single.four-whychoose h4:after,.why-choose-single.one-whychoose h4:after,.why-choose-single.six-whychoose h4:after,.why-choose-single.three-whychoose h4:after,.why-choose-single.two-whychoose h4:after {
    color: #f6f6f9;
    font-size: 200px;
    top: -60px;
    left: 11px;
    z-index: -9;
    position: absolute;
    font-weight: 500
}

.testimonial-second .slick-prev:before {
    content: "\f053";
    position: absolute;
    background: #fffefa;
    left: -30px
}

.b-date,.b-img,.service-blogslider button.slick-next.slick-arrow,.testimonial-second button.slick-next.slick-arrow {
    position: absolute
}

.testimonial-second .slick-next:before {
    content: "\f054";
    position: absolute;
    background: #fffefa;
    right: -50px
}

body.western-writing-service .head-mm strong {
    font-size: 44px
}

.our-range-left h3 strong,body.western-writing-service .head-mm.inner strong {
    font-size: 36px
}

.para {
    color: #000;
    font-size: 16px;
    font-weight: 500
}

.social-icons li:hover a i,.top-footer {
    color: #fff!important
}

.our-range-two {
    background: url(../images/range2-bg.webp) no-repeat
}

.our-range-two audio {
    text-align: center;
    display: block;
    margin: 0 auto
}

.footer-right p,p.text-white.dd {
    text-align: justify;
    font-size: 15px
}

.more-question {
    background: url(../images/question-bg.webp) 0 0/cover no-repeat
}

.card-body,.card-header,.menu-Bar.open span {
    background: #fff
}

.more-question .accordion .card-header:after,.more-question .accordiontwo .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 20px
}

.more-question .accordion .card-header.collapsed:after,.more-question .accordiontwo .card-header.collapsed:after {
    content: "\f107"
}

.collapse.show {
    display: block!important
}

.accordion .card,.accordiontwo .card {
    background: 0 0
}

.card-header {
    border-radius: 0!important;
    position: relative
}

.card.mb-0 {
    border: 0!important
}

.card-header a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: block;
    margin-bottom: 0
}

.say-hello {
    background-size: cover
}

.top-footer {
    background: #e76145;
    padding: 70px 0
}

footer ul.menu li a img {
    width: 85%
}

.main-single-footer {
    display: flex;
    justify-content: space-between
}

.footer-right a,.footer-right strong {
    display: block;
    font-weight: 600;
    color: #fff
}

.socail-links-ft {
    display: flex;
    justify-content: space-between;
    text-align: center
}

.socail-links-single a,section.services h2 span {
    color: #000
}

p.text-white.dd {
    color: #000!important;
    font-weight: 500
}

h5.pb-2.text-white {
    color: #000!important;
    font-weight: 600
}

footer {
    padding: 50px 0 0;
    color: #fff;
    background: #f1f1f1
}

footer p {
    font-size: 14px;
    padding: 0 0 20px;
    font-weight: 300
}

footer ul.menu li a:active,footer ul.menu li a:hover {
    color: #e14226!important
}

footer ul.menu li a {
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    color: #000;
    cursor: pointer;
    letter-spacing: 0;
    transition: .5s;
    display: flex;
    align-items: baseline
}

footer ul.menu li a i {
    color: #fd9740;
    margin-right: 10px
}

footer ul.menu li a .d-block {
    line-height: 10px;
    padding-left: 25px
}

.social-icons li {
    background: #ff9a4d;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 3px;
    border-radius: 50%;
    transition: .5s linear
}

.social-icons li a {
    text-align: center;
    font-size: 24px;
    color: #fff
}

.social-icons li:hover {
    background: #ff6824
}

.copyright {
    padding: 20px 0;
    border-top: 1px solid #161d26
}

.copyright ul.menu li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none
}

.copyright a,.copyright p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 10px 0
}

section.why-choose .row {
    padding-top: 50px;
    position: relative
}

.why-choose-single h4 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 60px
}

.why-choose-single h4:not:first-child {
    margin-top: 50px
}

.why-choose-single.one-whychoose h4 {
    margin-top: 0;
    position: relative
}

.why-choose-single.one-whychoose h4:after {
    content: "1"
}

.why-choose-single.two-whychoose h4:after,.whychs-2:before {
    content: "2"
}

.why-choose-single.three-whychoose h4:after,.whychs-3:before {
    content: "3"
}

.why-choose-single.four-whychoose h4:after,.whychs-4:before {
    content: "4"
}

.why-choose-single.five-whychoose h4:after,.whychs-5:before {
    content: "5"
}

.why-choose-single.six-whychoose h4:after,.whychs-6:before {
    content: "6"
}

section.why-choose .row:after {
    content: "";
    background: #f6942f;
    width: 2px;
    height: 1200px;
    position: absolute;
    left: 50%;
    right: 0;
    z-index: -1;
    transform: translateX(-50%)
}

.why-choose-single.one-whychoose:before {
    content: "1";
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}

.why-choose-single.three-whychoose:before,.why-choose-single.two-whychoose:before {
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    left: -40px
}

.why-choose-single.two-whychoose:before {
    content: "2";
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9
}

.why-choose-single.three-whychoose:before {
    content: "3";
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9
}

.why-choose-single.five-whychoose:before,.why-choose-single.four-whychoose:before {
    align-items: center;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    width: 50px;
    position: absolute;
    color: #fff;
    top: 0;
    border-radius: 30px;
    right: -40px;
    display: flex;
    height: 50px;
    z-index: 9
}

.why-choose-single.four-whychoose:before {
    content: "4";
    justify-content: center
}

.why-choose-single.five-whychoose:before {
    content: "5";
    justify-content: center
}

.why-choose-single.six-whychoose:before {
    content: "6";
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9;
    right: -40px
}

.arti-bx,.right-whychoose img {
    margin-top: 50px
}

.single-premium {
    display: flex;
    border: 1px solid #e9e9e9;
    padding: 20px 10px 0 20px;
    border-radius: 20px;
    align-items: self-start;
    position: relative;
    min-height: 315px;
    margin-top: 70px
}

.cta-links,.entry-box .form-button-wrap,.video-icon {
    justify-content: center
}

.sp-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 38px
}

.sp-content {
    padding-left: 88px
}

.sp-img {
    background: #e9e9e9;
    position: absolute;
    top: -30px;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px #e9e9e982;
    overflow: hidden;
    border: 1px solid transparent
}

.single-premium:hover {
    background: #fffafb
}

.single-premium:hover .sp-img {
    border: 1px solid #f6942f;
    padding: 0;
    overflow: hidden
}

.single-premium .sp-img img {
    width: 73px
}

.video-icon::before {
    content: "\f04b";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    display: inline-block
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    border-radius: 13px;
    height: 63px;
    width: 100px;
    display: flex;
    align-items: center;
    background: #da0017
}

.service-contentsec,section.why-choose {
    position: relative;
    overflow: hidden
}

section.why-choose:after {
    content: "";
    background: url(../images/pf-leaf.webp) no-repeat;
    position: absolute;
    height: 600px;
    width: 260px;
    right: -29px;
    top: 520px
}

section.why-choose:before {
    content: "";
    background: url(../images/pf-leaf-left.webp) no-repeat;
    position: absolute;
    height: 600px;
    width: 260px;
    left: 0;
    top: 100px
}

.contentsect_dv {
    padding: 1rem 0 0
}

.contentsect_dv h3.head-mm {
    margin: 30px 0
}

.modal-open,div#popup_form {
    padding-right: 0!important
}

.modal-open .modal,.video-testi .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.entry-right {
    background-color: #eff1ff;
    background-size: cover;
    background-position: 100% 0;
    padding: 0 4%;
    border-radius: 10px;
    box-shadow: inset 0 0 250px 0 rgba(0,0,0,.11)
}

.modal-dialog.modal-dialog-centered {
    max-width: 100%!important
}

.offr-frm .close {
    background-color: transparent;
    color: #de1246;
    border-radius: 23px;
    width: 35px;
    height: 34px;
    position: absolute;
    right: -20px;
    z-index: 1;
    top: -29px;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #de1246
}

#entry-popup {
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.entry-box {
    background: 0 0;
    margin: 0 auto;
    position: relative;
    pointer-events: auto;
    width: 1272px!important;
    height: auto;
    border: none
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0,0,0,.35);
    color: #fff;
    font-size: 70px;
    margin-top: 0;
    line-height: 79px
}

.avail-header p,.callus a,.discountbadges p,.entery-submit,.entry-right a,.popup-form-wrap h4 {
    text-transform: uppercase
}

.entry-box h1 span {
    color: #ffd800
}

.popup_top .text {
    position: relative;
    padding: 93px 0 0 46px
}

.popup_top .text h2 {
    font-size: 30px;
    color: #fff;
    line-height: 65px
}

.entry-right .text h2 span {
    color: #eb0000
}

.text_dis_in {
    background-color: #1b1b1b;
    width: 85%;
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 22px;
    position: relative
}

.text_dis_in:before {
    width: 0;
    height: 0;
    border-bottom: 30px solid #1b1b1b;
    border-left: 30px solid transparent;
    position: absolute;
    content: "";
    top: -30px;
    right: 0
}

.text_dis {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    display: flex;
    justify-content: flex-end
}

.text_dis_in h2 {
    font-size: 30px;
    color: #d3d7f2;
    margin: 0
}

.text_dis_in h1 {
    color: #d1001d;
    font-size: 56px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #1473e6;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.error,.form-control.error,.invalid {
    border-color: red!important
}

.innerpagesblog,label.error {
    display: none!important
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,.2)
}

.entry-right input {
    border-radius: 40px;
    height: 54px;
    padding-left: 0;
    border: 1px solid #959595;
    box-shadow: none;
    background: #f5f5f5;
    border-left: 0;
    margin: 0!important;
    font-size: 18px
}

.entery-submit,.entry-right a {
    height: 60px;
    width: 100%
}

span.input-group-text.set_inp_gr {
    background-color: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    color: #de1246;
    padding: 0 19px;
    border-right: none
}

.entry-right input[type=email],.leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important
}

.entery-submit {
    background-color: #de1246!important;
    box-shadow: 0 9px 27px 0 rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 6px;
    border-radius: 40px;
    border: 3px solid #de1246!important;
    line-height: 10px
}

.entery-submit:hover {
    background-color: #212121!important;
    color: #fff!important;
    border: 3px solid #de1246!important
}

.text_topfr h2 {
    font-size: 23px;
    margin: 0;
    color: #de1246;
    font-weight: 600;
    text-align: center;
    padding-bottom: 8px
}

.text_topfr h4 {
    font-size: 19px;
    margin: 0;
    color: #252525;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px
}

.entry-right a {
    line-height: 60px;
    display: block;
    background-color: #ffd800;
    border-radius: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 600
}

.entry-right a i {
    margin-left: 6px
}

.popup_top p {
    color: #fff;
    font-size: 30px;
    margin: 0;
    padding-top: 4px
}

.bloginner_form .timer-header h3,.cta-links .live-chat,.entry-right label,.menu li.last {
    margin: 0
}

.entry-right .form-group {
    margin-bottom: 10px
}

a#entry-box_close {
    position: absolute;
    right: 5px;
    background-color: #69c626;
    width: 40px;
    height: 40px;
    border-radius: 50pc;
    color: #fff;
    font-size: 29px;
    top: 10px;
    z-index: 9
}

.requestbar {
    background-color: #0000
}

.discountbadges {
    position: absolute;
    left: -125px;
    top: 50%;
    transform: translateY(-50%)
}

.discountbadges p {
    font-size: 30px!important;
    transform: rotate(-90deg);
    display: inline-block
}

.discountbadges .iconarrows {
    width: 31px;
    height: 31px;
    transform: rotate(90deg);
    margin-right: 0;
    display: inline-block;
    vertical-align: middle
}

#popup .popup-form-wrap:after,.popup-form-wrap:before {
    width: 59px;
    height: 63px;
    position: absolute;
    content: "";
    bottom: 0
}

.popup-form-wrap {
    height: 463px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 680px;
    background: #232323;
    position: relative;
    right: initial;
    top: initial;
    transition: .5s
}

.popup-form-wrap.visible {
    background-color: #161d28
}

.popup-form-wrap:before {
    left: -37px
}

#popup .popup-form-wrap:after {
    right: -14px
}

#popup .popup-form-img .close,.popup-form-img .close {
    color: #f9eef1;
    height: 34px;
    opacity: 1!important;
    cursor: pointer
}

.popup-form-img {
    right: 0
}

.popup-form-img .close {
    border-radius: 0;
    width: 40px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0
}

.popup-form-wrap h2 {
    margin-top: 90px;
    font-size: 88px;
    color: #fff;
    font-weight: 700;
    font-family: "PT Sans",sans-serif;
    line-height: 47px
}

.popup-form-wrap h2 span {
    font-size: 47px;
    padding-left: 110px;
    font-family: "PT Sans",sans-serif
}

#popup .form-box-wrap form button,.form-box-wrap form button {
    font-family: Poppins,sans-serif;
    line-height: 14px;
    padding: 0 15px;
    height: 58px;
    margin-right: 0;
    background-image: none
}

.popup-form-wrap h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding-top: 23px
}

.discount-label {
    background-color: #f6942f;
    margin: 35px 0 40px;
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.discount-label:after {
    content: "";
    position: absolute;
    /*! background-image:  url(../images/discount-after.webp);*/
    width: 67px;
    height: 62px;
    right: 15px;
    top: -20px
}

.discount-label h3 {
    font-size: 57px;
    font-weight: 900;
    color: #fff
}

.discount-label h3 span {
    font-size: 43px;
    font-weight: 700
}

.popup-form-wrap p {
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.popup-form-wrap p span {
    color: #fcc201;
    font-weight: 600
}

.form-box-wrap {
    margin-top: 0;
    position: relative;
    width: 55%
}

.form-button-wrap {
    margin-top: 15px;
    display: flex;
    z-index: 1
}

.form-button-wrap a {
    background-color: #f6942f;
    color: #fff;
    font-size: 13px;
    padding: 16px 20px;
    margin-right: 13px;
    border-radius: 10px;
    font-weight: 600
}

.form-button-wrap a:last-child {
    color: #333;
    background-color: #fff;
    margin-right: 0
}

.form-button-wrap a:last-child i {
    padding-right: 10px;
    color: #000
}

#popup .form-box-wrap form .input-group input.form-control,.form-box-wrap form .input-group input.form-control {
    height: 58px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    width: 100%
}

.form-box-wrap form button {
    color: #000;
    background-color: #efb00d;
    font-size: 18px;
    border: 0;
    width: auto;
    border-radius: 0 10px 10px 0
}

.form-box-wrap form button:focus {
    outline: 0
}

.form-box-wrap .tab,.form-box-wrap .tab02,.form-box-wrap .tab03 {
    margin: 0;
    position: relative;
    width: 100%
}

.form-box-wrap #nextBtn {
    border-radius: 10px;
    padding: 0
}

.form-box-wrap form button#prevBtn {
    border-radius: 10px!important
}

#popup .form-box-wrap .form_btn_wrap,.form-box-wrap .form_btn_wrap {
    position: absolute;
    right: 0;
    width: auto
}

#popup .form_btn_wrap button:first-child,#popup .form_btn_wrap button:last-child,#popup .modal .form_btn_wrap button:first-child,#popup .modal .form_btn_wrap button:last-child,.bio_ep .form_btn_wrap button:first-child,.bio_ep .form_btn_wrap button:last-child,.modal .form_btn_wrap button:first-child,.modal .form_btn_wrap button:last-child {
    border-radius: 0
}

.bio_ep .field_div,.modal .field_div {
    flex-grow: 1
}

#popup .form_btn_wrap button:last-child,#popup .modal .form_btn_wrap button:last-child,.bio_ep .form_btn_wrap button:last-child,.modal .form_btn_wrap button:last-child {
    border-radius: 0 10px 10px 0
}

#bio_ep {
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: none
}

.navbar-light .navbar-toggler,.submenu_sec .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5)
}

.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover {
    color: rgba(0,0,0,.9)
}

.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover,.pr_form-cont h5,.pr_form-cont ul,.sellbook h3.head-mm.aos-init.aos-animate,.sellbook h3.head-mm.aos-init.aos-animate strong,.ser-box:hover h4,.ser-box:hover p {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255,255,255,.25)
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    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
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler,.submenu_sec .navbar-toggler {
        display:none
    }

    .navbar-expand-lg .navbar-collapse,.submenu_sec .navbar-collapse {
        display: -ms-flexbox!important;
        display: flex!important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.why-choose-single {
    margin-bottom: 100px;
    padding-left: 40px
}

.left-whychoose .why-choose-single {
    padding-left: 0;
    padding-right: 40px
}

section.cta-book-writting {
    background: #ff6a33;
    text-align: center;
    padding: 130px 0;
    color: #fff!important;
    position: relative;
    margin-top: 5%
}

.cta-heading h2 {
    font-size: 40px;
    text-align: left
}

.cta-book-img img {
    width: 95%;
    position: absolute;
    top: -190px;
    left: 0
}

section.cta-book-writting p {
    font-size: 16px;
    margin: 20px 0;
    text-align: left
}

.live-chat a {
    color: #fff;
    border: 2px solid #fff;
    padding: 11px 40px;
    border-radius: 10px
}

.live-chat.aos-init.aos-animate a {
    MARGIN: 0 10px
}

a.cdc {
    background: #161d27;
    border: transparent;
    transition: .5s linear
}

.slick-dots li.slick-active button,a.cdc:hover {
    background-color: #f6942f
}

.live-chat {
    margin-top: 40px;
    text-align: left;
    display: flex
}

.avail-header p span,.cta-heading span {
    color: #f6942f
}

section.cta-hire {
    padding: 70px 0;
    background: #f6942f;
    color: #fff;
    text-align: center;
    position: relative
}

section.cta-hire .cta-heading h2 {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center
}

section.cta-hire p {
    font-size: 19px;
    margin: 10px 0
}

.cta-links {
    display: flex;
    margin-top: 30px
}

.callus a,.getstart a {
    border-radius: 7px;
    justify-content: center;
    font-size: 16px;
    display: flex;
    font-weight: 600
}

.getstart a {
    background: #161d27;
    color: #fff;
    padding: 12px 34px;
    align-items: center
}

.callus a {
    background: #fff;
    color: #000;
    padding: 12px 18px;
    align-items: center;
    text-align: left
}

#popup .popup-form-wrap,.am-pub p.py-3,.avail-header,.banner-2,.banner-form p,.custumer-review h2,.custumer-review p,.green-box,.main-thankyou,.openmap,.reason,.redirect a,.see-more,.single-genre,.single-rvideo span.video-icon,.single-teamabt,.talk-toexp,.timer-header,p.maion-para,p.para2,section.am-pub h2,ul#awards_block li,ul.dropdown li a::before {
    text-align: center
}

.callus,.getstart {
    margin-right: 30px
}

.cta-links .live-chat a {
    color: #fff;
    font-size: 16px;
    padding: 10px 34px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border-color: #fff
}

.callus span {
    color: #161d26
}

section.cta-hire:before {
    content: "";
    background: url(../images/cta-l.webp) no-repeat;
    position: absolute;
    width: 400px;
    height: 489px;
    left: 0;
    top: -88px
}

section.cta-hire:after {
    content: "";
    background: url(../images/cta-right.webp) no-repeat;
    position: absolute;
    width: 373px;
    height: 470px;
    right: 0;
    top: -90px
}

.our-range-left h3 {
    font-size: 36px;
    line-height: 40px
}

.am-pub h6,.inner-page-banner.mainbanner p,.pro-service .para,section.cta-book-writting.getbook p {
    font-weight: 500;
    color: #000000;
    margin-top: 12px;
}

.inner-page-banner.mainbanner p span {
    color: #56545f;
    font-weight: 600
}

.banner-form p {
    font-size: 22px;
    color: #8f8e93;
    margin-bottom: 15px
}

.banner-form p strong {
    font-weight: 600;
    color: #56545f
}

.banner-form p span,.left-gotidea span {
    color: #f6942f;
    font-weight: 600
}

.service-qoute a {
    background: #eb7c2a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 6px
}

.service-qoute {
    margin: 40px 0
}

.banner-trust {
    display: none!important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.single-trust p {
    font-size: 14px;
    color: #2f2f30;
    margin: 0;
    font-weight: 600!important
}

.single-trust img {
    padding-right: 6px
}

.banner-inner-form {
    background: #ff6c34;
    padding: 22px 0 0;
    border-radius: 10px;
    width: 80%;
    position: absolute;
    top: -210px;
    left: 125px
}

.avail-header h2 {
    color: #e4ff00;
    font-size: 46px;
    font-weight: 600;
    line-height: 38px
}

.avail-header {
    background: #23298b;
    padding: 20px 0
}

.avail-header p {
    font-size: 26px;
    color: #fff;
    font-weight: 500
}

form.leadForm {
    padding: 30px 20px;
    z-index: 12;
    position: relative
}

.banner-inner-form form input {
    background: 0 0;
    height: 60px;
    color: #fff
}

.popupformmm_dvs form button,button#signupBtn {
    background: #f6942f;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    width: 100%;
    padding: 10px 0;
    border-radius: 7px
}

.left-gotidea a,.talk-toexp a {
    border-radius: 10px;
    color: #fff
}

.banner-inner-form form input::placeholder {
    color: #fff!important
}

.banner-inner-form p {
    color: #fff!important
}

.check-box-form p {
    padding-left: 15px
}

.right-gotidea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%
}

section.got-idea {
    background: #edf1f0;
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.left-gotidea {
    color: #161d28;
    font-size: 20px;
    font-weight: 600
}

.left-gotidea a {
    background: #f6942f;
    padding: 15px 35px;
    font-size: 16px
}

.got-idea-link {
    margin-top: 20px
}

.right-gotidea:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    top: 0
}

section.equipped p {
    font-weight: 500;
    position: relative
}

.equiped-checklist {
    background: #f8f8f7;
    padding: 20px 0 20px 40px;
    width: 100%;
    display: block;
    border-radius: 10px;
    margin-top: 50px
}

.equiped-checklist ul li {
    float: left;
    width: 25%;
    color: #8f8e93;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 1px
}

.abt-genre,section.equipped {
    background: url(../images/equipped-bg.webp) right no-repeat
}

.talk-toexp {
    margin: 40px auto
}

.single-genre,ul.dropdown li.last {
    margin-bottom: 0
}

.talk-toexp a {
    background: #f6942f;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px
}

.single-processstory h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    width: 100%
}

.single-processstory {
    position: relative;
    padding: 0 40px
}

.single-pro-before p {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 32px
}

.single-pro-before p span {
    color: #f6942f;
    font-size: 42px
}

.single-pro-before {
    position: absolute;
    left: -30px;
    top: -12px
}

.single-processstory:before {
    content: "";
    background: #edf1f1;
    width: 2px;
    height: 50px;
    position: absolute;
    left: 25px
}

section.processstory {
    background: #f9fbf9
}

section.processstory .row {
    margin-top: 60px
}

.single-genre h3 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px
}

.single-genre a {
    font-size: 15px;
    color: #161d28;
    border-bottom: 1px solid #161d28
}

.single-genre {
    padding: 35px 14px;
    min-height: 210px
}

.genre-bg {
    background: #eaeaf4
}

.service-genre .row {
    margin-top: 80px
}

.single-genre.last-genre {
    padding-top: 67px
}

p.align-middle span {
    color: #f6942f;
    padding-right: 4px;
    font-size: 17px
}

.single-genre.last-genre a {
    background: #f6942f;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px
}

.single-genre.last-genre p {
    margin-bottom: 20px!important
}

section.cta-book-writting.getbook h2 {
    font-size: 55px;
    text-transform: uppercase
}

section.cta-book-writting.getbook {
    background: #161d27
}

section.cta-book-writting.getbook:before {
    background: url(../images/getboo-left.webp) no-repeat
}

section.cta-book-writting.getbook:after {
    background: url(../images/getboo-right.webp) no-repeat
}

.whychoose-single h3 {
    font-size: 32px;
    color: #000;
    margin-bottom: 10px
}

.whychoose-single p.para {
    min-height: 35px
}

.whychoose-right {
    padding: 0 50px;
    margin: 0 auto;
    display: flex
}

.whychoose-service .banner-inner-form {
    top: 0;
    position: relative;
    width: 100%
}

.margin-row {
    margin-top: 90px
}

.whychoose-left {
    position: relative;
    border-left: 2px solid #f6942f;
    padding-left: 60px
}

.whychs-1::before {
    content: "1";
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}
.whychs-2::before {
    content: "2" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}
.whychs-3::before {
    content: "3" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}
.whychs-4::before {
    content: "4" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}
.whychs-5::before {
    content: "5" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}
.whychs-6::before {
    content: "6" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9
}


.whychs-7:before {
    content: "7" !important;
    font-size: 30px;
    font-weight: 400;
    background: #f6942f;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -87px;
    top: 0;
    border-radius: 30px;
    z-index: 9;
}

section.cta-hire.services-cta:before {
    background: url(../images/cta-serv.webp) no-repeat;
    width: 450px
}

section.cta-hire.services-cta:after {
    background: url(../images/cta-serv-right.webp) no-repeat;
    width: 441px;
    top: -30px
}

section.cta-hire.services-cta {
    padding: 55px 0
}

.service-contentsec:after {
    content: "";
    background: url(../images/pf-leaf.webp) no-repeat;
    position: absolute;
    height: 600px;
    width: 260px;
    right: -26px;
    top: -100px;
    z-index: -9
}

section.contentsect_dv.pg-padding.service-contentsec-two p strong {
    display: block;
    color: #545454;
    font-size: 19px;
    margin-bottom: 5px
}

.col-md-6.sr-cont-tworight strong {
    margin: 0!important
}

.service-contentsec-two {
    background: #f7f9fb;
    position: relative;
    padding: 1rem 0 2rem
}

.service-contentsec-two:before {
    content: "";
    background: url(../images/pf-leaf-left.webp) no-repeat;
    position: absolute;
    height: 600px;
    width: 300px;
    left: 0;
    bottom: 0
}

.timer-header h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -5%
}

ul.flip-clock-container.flip-2 {
    margin-bottom: 35px
}

.single-blogslider {
    background: #f9f9f9;
    padding: 107px 20px 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 135px
}

.b-img img {
    width: 100%;
    border-radius: 20px
}

.b-img {
    top: -130px;
    width: 90%;
    margin: 0 auto
}

.b-date {
    background: #f6942f;
    color: #fff;
    display: inline-block;
    top: 204px;
    left: 10px;
    padding: 1px 14px;
    border-radius: 6px;
    font-size: 14px
}

section.mainblog-slider .row {
    margin-top: 70px
}

.single-blogslider p:nth-child(2) {
    color: #8f8e93;
    font-size: 14px
}

.single-blogslider h2 {
    color: #000;
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0
}

.single-blogslider h2~p {
    color: #8f8e93;
    font-size: 17px;
    margin-bottom: 10px
}

.abtrange h3,.abtrange h3 strong {
    font-size: 58px!important
}

.service-blogslider .slick-center .single-blogslider {
    background: #fff!important;
    box-shadow: 0 7px 40px -8px #ababab40
}

.blogslider-two .slick-next:before,.blogslider-two .slick-prev:before,.service-blogslider .slick-next:before,.service-blogslider .slick-prev:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    bottom: 50%;
    background: #f6942f;
    height: 40px;
    color: #fff;
    border-radius: 30px;
    line-height: 40px;
    top: 50%;
    font-weight: 600;
    position: absolute;
    width: 40px
}

.blogslider-two .slick-prev:before,.service-blogslider .slick-prev:before {
    content: "\f053";
    left: -30px
}

.blogslider-two .slick-next:before,.service-blogslider .slick-next:before {
    content: "\f054";
    right: -50px
}

.flip-clock-container [class|=flip-item] .flip-digit>span::after,.flip-clock-container [class|=flip-item] .flip-digit>span::before {
    font-size: 33px;
    font-family: Poppins;
    color: #161d28;
    font-weight: 700
}

section.mainbanner.inner-page-banner h1 {
    margin-top: 0;
    font-size: 50px;
    color: #fff;
}

.service-qoute.aboutchat a:nth-child(2) {
    margin-left: 20px;
    background: 0 0;
    color: #161d28;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center
}

.service-qoute.aboutchat:nth-child(2) {
    background: 0 0!important
}

.service-qoute.aboutchat a:nth-child(2) img {
    margin-right: 6px
}

.left-gotidea.abt {
    color: #161d28;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 40px;
    padding: 3rem 0;
    font-size: 20px
}

.abtrange h3 {
    line-height: 59px
}

.single-genre.last-genre p span {
    color: #e4003c
}

.single-teamabt {
    width: 200px;
    background: linear-gradient(#ff6c34,#fd9740);
    padding: 2px;
    border-radius: 5px
}

.main-abtteam .single-teamabt:not(:last-child) {
    margin-right: 40px
}

.single-teamabt h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 15px
}

.single-teamabt p {
    color: #f00842;
    font-size: 14px;
    filter: grayscale(100%)
}

.single-teamabt img {
    filter: grayscale(100%);
    border-radius: 5px
}

.s-teaminner {
    background: #fff;
    padding: 10px
}

.teamslider-abt .slick-center .single-teamabt img {
    filter: grayscale(0%)
}

.teamslider-abt .slick-center .s-teaminner {
    background: #f4f2f6
}

.singlesrv-grid {
    background: #f8f8fb;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px
}

.story-cont {
    padding-left: 30px
}

.story-cont h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 12px
}

.story-cont a {
    font-size: 13px;
    background: #f6942f;
    color: #fff;
    padding: 10px 23px;
    border-radius: 6px
}

.story-cont p {
    color: #afafaf;
    margin-bottom: 30px
}

.row.blogslider-one h2 {
    margin-bottom: 28px
}

.blog .single-blogslider {
    min-height: 330px;
    padding-top: 140px
}

.blogsec-one,.blogsec-two {
    background-position: bottom
}

.blog-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px
}

.popupformmm_dvs .row,.review .mainbanner .row,.single-rvideo {
    align-items: center
}

.blog-heading h3 {
    font-size: 38px;
    color: #161d28;
    font-weight: 600
}

.blog-heading a {
    color: #f6942f;
    font-size: 14px;
    text-decoration: underline
}

.row.blogslider-two {
    margin-top: 30px!important
}

.blog .b-date {
    position: absolute;
    top: 230px
}

.review-stars p {
    font-size: 25px;
    color: #161d28;
    margin: 0;
    padding-left: 17px
}

.review .mainbanner .video-icon {
    background: #fff;
    border-radius: 50px;
    height: 80px;
    width: 80px
}

.review .mainbanner .video-icon::before {
    color: #f6942f;
    font-size: 30px
}

.review-rating {
    padding: 40px 0
}

.review .crating {
    font-size: 38px
}

.review .main-raing {
    justify-content: space-between;
    padding-left: 50px
}

.review .c-rating-single:after {
    content: "";
    position: absolute;
    right: -21px;
    background: #dfe3e2;
    width: 1px;
    height: 50px
}

.progress-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px!important;
    color: #8f8e93;
    font-family: Poppins;
    margin-bottom: 20px
}

.progress-sec .progress {
    display: block!important;
    width: 70%!important;
    height: 16px;
    background: #eaeaf4
}

.progress-sec .progress-bar {
    height: 100vh!important;
    background: #161d28
}

.custumer-review h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

.custumer-review p {
    color: #8f8e93;
    margin-bottom: 20px
}

.custumer-review {
    padding: 30px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 0 19px 11px #e1dede21
}

.review-videos h2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.review-videos {
    margin-top: 30px
}

.single-rvideo {
    display: flex;
    justify-content: flex-start;
    background: #f9f9f9;
    border-radius: 9px;
    margin-bottom: 12px
}

.single-rvideo span.video-icon {
    width: 25px;
    height: 25px;
    border-radius: 40px;
    background: #fff
}

.single-rvideo span.video-icon:before {
    font-size: 9px;
    color: red;
    margin: 0 auto;
    text-align: center
}

.single-rvideo h3 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px
}

.single-rcontent {
    padding: 0 0 0 10px
}

.single-rcontent p {
    font-size: 12px;
    color: #8f8e93
}

.cr-name {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cr-inner p {
    color: #000;
    font-weight: 600
}

.rdate p {
    color: #bcbcbc;
    font-size: 14px
}

.single-rvidoes-client {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 11px;
    margin-bottom: 22px
}

.r-para {
    color: #8c8c8c;
    font-size: 16px;
    margin-top: 25px;
    padding: 0 5px
}

.single-r-client {
    position: absolute;
    width: 100%;
    top: 0
}

.right-ourclients {
    padding-left: 50px
}

.write-reivew {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px
}

.write-reivew p {
    margin: 0;
    padding-left: 11px
}

.left-contact h3.head-mm,.right-ourclients h3 {
    font-size: 58px
}

.left-contact .footer_form_area .form-group i {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 20px;
    color: #161d28;
    font-weight: 900;
    font-size: 18px
}

.left-contact input {
    height: 57px;
    border: 1px solid #efefef;
    border-radius: 7px;
    padding-left: 50px
}

.left-contact .footer_form_area .form-group {
    position: relative;
    margin-bottom: 30px
}

.left-contact textarea#msg {
    height: 177px;
    padding-top: 20px;
    padding-left: 20px
}

.left-contact button#signupBtn {
    width: 30%;
    padding: 13px 0;
    font-size: 16px
}

.left-contact form.leadForm {
    padding: 20px 0!important
}

.openmap a {
    color: #f6942f;
    border-bottom: 1px solid
}

.see-more {
    display: block;
    margin-top: 50px
}

.see-more a {
    background: #f6942f;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    padding: 12px 40px;
    border-radius: 7px
}

section.talkabout {
    background-size: cover;
    background-position: center
}

.bnr_form_box form {
    padding: 10px 0
}

.stylespara .para {
    position: relative;
    padding-left: 25px;
    margin: 0 5px
}

.stylespara .para img {
    position: absolute;
    left: 0;
    top: 8px
}

.calendly-inline-widget {
    border: 5px solid #302a93;
    background-color: #302a93;
    border-radius: 50px;
    height: 86vh!important
}

.slick-dots {
    margin: 30px 0 0;
    list-style: none;
    display: flex!important;
    justify-content: center;
    align-items: center;
    columns: initial!important
}

.slick-dots li {
    display: flex;
    line-height: 1;
    margin: 0 4px
}

.slick-dots li button {
    text-indent: -9999px;
    padding: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    z-index: 1;
    overflow: visible!important;
    width: 24px;
    height: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #d6dcdb;
    border: transparent
}

.ovr-hiddn,.video-testi .modal-open {
    overflow: hidden
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    right: 15px;
    top: 0;
    bottom: 0;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: .6s;
    border-radius: 100px
}

.menu-Bar span:first-child {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left center
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span:first-child {
    transform: rotate(45deg);
    top: 12px
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px
}

.menuWrap {
    display: none;
    margin-right: 15px;
    padding: 16px 15px 16px 0;
    border-right: 1px solid #222
}

.menu {
    font-size: 0px;
    display: inline-block;
    text-align: left;
    color: #000!important
}

.menu li {
    display: flex;
    color: #000
}

.menu li a {
    display: block;
    font-size: 14px;
    color: #eee;
    font-weight: 400
}

.menu li.active a,.menu li:hover a {
    color: #ff1e20
}

.dropdownWrap {
    position: absolute;
    left: -20px;
    top: 18px;
    display: none
}

ul.dropdown {
    width: 257px;
    border-radius: 8px;
    background-color: #fff;
    z-index: 1;
    padding: 20px 15px;
    text-align: left;
    margin-top: 40px;
    box-shadow: rgba(0,0,0,.1) 0 0 5px
}

ul.dropdown li {
    width: 100%;
    display: block;
    margin-bottom: 5px
}

ul.dropdown li a {
    font-size: 15px;
    letter-spacing: -.1px;
    color: #636e72;
    padding: 12px 12px 12px 40px;
    position: relative;
    display: block;
    border-radius: 6px;
    line-height: normal
}

ul.dropdown li a::before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°";
    position: absolute;
    left: 12px;
    top: 10px;
    font-family: "Font Awesome 5";
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #2d3436;
    transition: .4s ease-in-out
}

ul.dropdown li.active a,ul.dropdown li:hover a {
    background-color: #eef2f3;
    color: #6c5ce7
}

ul.dropdown li.active a::before,ul.dropdown li:hover a::before {
    color: #6c5ce7
}

.liststyle {
    list-style: disc;
    padding-left: 20px
}

.liststyle li {
    color: #8f8e93;
    font-size: 16px;
    list-style: disc
}

.service-contentsec {
    padding: 1rem 0 2rem
}

.service-contentsec h6 {
    display: block;
    color: #545454;
    font-size: 19px;
    margin-bottom: 5px;
    font-weight: 700
}

.popupformmm_dvs {
    width: 100%;
    padding-left: 30px
}

.pr_form-cont h5 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 25px
}

.popupformmm_dvs .form-box-wrap form .input-group input.form-control {
    margin-bottom: 10px;
    border-radius: 5px
}

.popupformmm_dvs .form-box-wrap .form_btn_wrap {
    position: relative;
    display: block
}

.popupformmm_dvs .form-box-wrap form .input-group textarea.form-control {
    height: 120px;
    resize: none
}

.popupformmm_dvs .pr_form-cont ul li {
    font-size: 18px;
    margin-bottom: 8px
}

.popup-form-wrap .popupformmm_dvs h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 23px
}

.popupformmm_dvs .pr_form-cont h5 strong {
    font-weight: 700
}

.popupformmm_dvs .pr_form-cont {
    position: relative;
    padding-left: 15px
}

.popupformmm_dvs .pr_form-cont:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 385px;
    z-index: 1;
    display: block;
    margin: auto
}

.popup-form-img .close {
    background-color: #ed0743;
    border: 2px solid #ed0743
}

.requestbar {
    width: 80px;
    height: 100%;
    position: absolute;
    background-image: url(../images/sidebar-form.webp);
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 999999999;
    right: 100%;
    background-color: transparent;
    background-size: 100% 100%;
    cursor: pointer
}

.black-layout,.side-bars-1 {
    position: fixed;
    display: none
}

.side-bars-1 {
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    top: 50%;
    z-index: 22;
    right: -680px;
    transition: .3s ease-out
}

#popup .popup-form-wrap.visible {
    background-image: url(../images/popup-bg.webp)
}

#popup .popup-form-wrap {
    height: 70vh;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-size: cover;
    right: 0!important
}

#popup .form-box-wrap {
    margin-top: 25px;
    position: relative;
    width: 85%
}

#popup .form-box-wrap form button {
    color: #fff;
    background-color: #f6942f;
    font-size: 18px;
    border: 0;
    width: auto;
    border-radius: 0 10px 10px 0
}

#popup .popup-form-img .close {
    background-color: #f6942f;
    border-radius: 0;
    width: 40px;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    border: 2px solid #f6942f
}

#popup .popup-form-wrap h2,#popup .popup-form-wrap h2 span,.discount-label h3,.discount-label h3 span {
    font-family: "Cinzel Decorative",cursive
}

#popup p,.main-privacy li,.main-privacy p,.ratings_cont,.ratings_cont h3,.ratings_cont p {
    font-family: Poppins,sans-serif
}

.black-layout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.82);
    z-index: 12
}

.socialleads_bann ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap
}

.socialleads_bann ul li {
    margin-right: 2rem
}

.mp3_dv {
    position: relative;
    margin-top: 1rem
}

.mp3_dv:before {
    content: "";
    position: absolute;
    left: 20px;
    background: url(../images/mp3-arrow.webp) no-repeat;
    width: 92px;
    height: 105px;
    top: -50px
}

ul#awards_block {
    display: none!important;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex
}

ul#awards_block li {
    margin-right: 2%
}

ul#awards_block li img {
    width: auto;
    height: 115px;
    max-width: initial;
    display: block;
    margin: 0 auto
}

.post-info .img-container {
    height: 300px;
    overflow: hidden;
    position: relative;
    display: flex
}

.content-block img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    object-fit: cover;
    height: 100%
}

.img-container:before {
    position: absolute;
    content: "";
    background: #00000078;
    width: 100%;
    height: 100%
}

.img-container .image-overlay-content {
    padding: 0 5px 5px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.image-overlay-content .image-content {
    padding: 0 0 3px 10px;
    -webkit-text-fill-color: unset;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right,#fff,rgba(0,0,0,0)) 1 0;
    border-top: 0;
    margin-bottom: 10px
}

.main-content__checkmark,.whychousewrp .upr-head,p.logo {
    -webkit-text-fill-color: transparent
}

.image-content-box img.content-img {
    width: 140px;
    margin: 0 0 10px auto
}

.blog-grid .content-block h5 {
    padding: 20px 25px 0;
    color: #100f0f;
    text-align: left
}

section.custom-breadcrumb-wrap {
    margin-top: 15rem
}

.arti-bx p {
    color: #7c7c7c;
    margin-bottom: 10px;
    border-radius: 5px
}

.arti-bx .articl-titl {
    text-transform: capitalize;
    font-size: 3rem;
    margin: 20px 0;
    font-weight: 700;
    line-height: 1.2
}

.name-month a {
    color: #112846;
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600
}

.article-wrapper {
    padding: 0 0 60px
}

.art-im-bx img {
    object-fit: cover;
    height: 100%;
    width: 100%
}

.arti-bx h1,.arti-bx h2,.arti-bx h3,.arti-bx h4,.arti-bx h5,.arti-bx h6 {
    font-size: 1.55rem;
    margin: 20px 0;
    font-weight: 600
}

.post-info img {
    border-radius: 5px;
    width: 100%;
    object-fit: cover
}

.bloginner_form {
    position: sticky;
    top: 15px
}

.bloginner_form .banner-inner-form {
    width: 100%;
    position: relative;
    top: initial
}

.bloginner_form .avail-header h2 {
    margin: 0;
    font-size: 1.65rem
}

.bloginner_form .avail-header p {
    font-size: 20px
}

.bloginner_form form.leadForm {
    padding: 20px
}

.image-content-box {
    text-align: right
}

.padd0 {
    padding: 0!important
}

.blogslider-two .slick-slide {
    height: initial;
    flex: 100%;
    max-width: 100%
}

html {
    font-size: 16px;
    overflow-x: hidden
}

.ratings_cont {
    display: flex;
    align-items: center;
    margin-top: 8px
}

.ratings_cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-right: 10px
}

.ratings_cont p {
    font-size: 10px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600
}

.ratings_rate {
    display: block;
    line-height: 15px
}

.ratsite {
    min-height: 45px;
    display: flex;
    align-items: center
}

.main-privacy {
    padding: 5rem 0
}

.main-privacy h1,.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600
}

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600
}

.main-privacy li,.main-privacy p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    color: #767984
}

.main-content__checkmark {
    font-size: 9.75rem!important;
    line-height: 1!important;
    -webkit-background-clip: text;
    background-image: linear-gradient(45deg,#ba0067,#bf2168)
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.1
}

.main-content__body {
    margin: 20px 0 0;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px
}

.main-content .start_live_chat {
    padding: 12px 45px;
    margin-top: 20px;
    display: inline-table;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #bf2168;
    border-radius: 30px
}

.thankyou_sec {
    padding: 220px 0 150px;
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.whychousewrp .upr-head {
    background: linear-gradient(43deg,#eab543 0,#c78535 99%);
    -webkit-background-clip: text;
    position: relative;
    z-index: 999
}

.entry-box .slider-form .form-control {
    border-radius: 8px
}

.entry-box .form-button-wrap a,.entry-box .offr-frm button {
    width: 150px;
    border-radius: 8px
}

.para a {
    font-weight: 600;
    color: #161d28;
    text-decoration: none
}

.teamslider-abt .slick-slide,.video-testi .swiper-slide,.video-testi .swiper-wrapper {
    height: auto!important
}

.our-range-gsingle img {
    filter: grayscale(1);
    width: 47px
}

.socail-links-single a img,.socail-links-single img {
    filter: grayscale(1)
}

p.logo {
    background: linear-gradient(180deg,#fd9740 0,#ff6623 102%);
    webkit-background-clip: text;
    background-clip: text;
    font-size: 34px;
    font-weight: 900;
    padding-top: 11px
}

p.logo span {
    color: #161d27!important;
    background-clip: unset!important;
    -webkit-text-fill-color: #161d27!important
}

.badges img {
    width: 100%;
    margin-top: 5%
}

.shape.left-fish img {
    width: 77%
}

.shape.left-fish {
    position: absolute;
    left: 16%;
    top: 1px
}

section.stripe-7.main-about-section.bgc-black.position-relative.overflow-hidden {
    background: #161d27;
    padding: 77px 0
}

.banner-desc-box h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff
}

span.cl-iSecondary {
    color: #e8a932
}

.banner-desc-box p,a.btn.btn-primary.mr-4 {
    color: #fff;
    margin-top: 3%
}

a.btn.btn-primary.mr-4 {
    background: #f6942f;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    border: transparent;
    font-weight: 500
}

.banner-desc-box {
    margin-left: 10%
}

.am-pub {
    background: #ff6d3f;
    padding: 29px 0
}

.am-pub p.py-3 {
    padding-bottom: 40px;
    position: relative;
    color: #fff!important;
    margin: 0 auto
}

.am-pub p.py-3:before,.empower h2:before {
    content: "";
    width: 120px;
    height: 2px;
    position: absolute;
    top: 33%;
    left: -140px;
    background: #ff6724;
    display: none
}

.green-box {
    background: #fff;
    width: 68%;
    padding: 13px;
    border-radius: 20px;
    margin: auto
}

.green-box span {
    display: block;
    font-size: 45px;
    font-weight: 500;
    line-height: 60px;
    font-family: system-ui;
    letter-spacing: 0;
    margin-bottom: 1px
}

.green-box p {
    line-height: 20px;
    font-weight: 600;
    color: #000!important
}

ul.listtabs {
    width: 100%;
    border: 1px solid #fe7f30;
    border-radius: 14px;
    margin-left: -11%
}

.stripe {
    display: flex;
    justify-content: space-evenly
}

.stripe p {
    margin: 0 32px;
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.stripe p img {
    filter: brightness(.5) invert(1) grayscale(1)
}

marquee.marq {
    background: linear-gradient(270deg,#f66203 10%,#f69932 100%);
    padding: 10px 0
}

.tailor {
    position: relative;
    padding: 70px
}

.tailor::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    background: url(../images/tailor.webp) 0 0/50% 100% no-repeat
}

.box-shade {
    box-shadow: 0 0 10px #ccc;
    padding: 50px 40px;
    border-radius: 20px;
    background: #fff;
    display: block;
    margin-top: -2%
}

.btn-blue,.btn-red,.btn-white-border {
    padding: 10px 57px 10px 20px!important;
    background: #ff6623;
    border-radius: 40px;
    border: 2px solid transparent;
    font-family: Poppins,sans-serif;
    color: #fff!important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.box-shade h2,.reason .container-fluid.aos-init.aos-animate h2 {
    font-size: 35px;
    line-height: 40px;
    padding: 10px 0;
    font-weight: 700
}

.box-shade .title {
    color: #ff6623;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px
}

.box-shade p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #595959;
    transition: .5s ease-in
}

section.contentsect_dv {
    margin-bottom: 5%
}

.reason {
    padding: 5% 0 0
}

.reason .circle-box {
    position: relative;
    box-shadow: 0 0 10px #bebebe;
    padding: 39px;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    background: #ffffffde
}

.reason .circle-box h4 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 17px
}

.reason .circle-box p {
    font-size: 15.5px!important
}

.reason .parent-circles {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 4%
}

.reason .circle-box span {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: -30px;
    z-index: -1
}

.reason .circle-box .five,.reason .circle-box .four,.reason .circle-box .one,.reason .circle-box .three,.reason .circle-box .two {
    background: #e14226
}

.reason .circle-box.b-five,.reason .circle-box.b-four {
    top: 140px
}

.reason .circle-box.b-five img,.reason .circle-box.b-four img {
    position: absolute;
    top: -70px;
    right: 2px;
    animation: 3.5s linear infinite headShake;
    -webkit-animation: 3.5s linear infinite headShake;
    -moz-animation: 3.5s linear infinite headShake
}

.reason .circle-box img {
    position: absolute;
    bottom: -70px;
    right: -13px;
    animation: 3.5s linear infinite swing;
    -webkit-animation: 3.5s linear infinite swing;
    -moz-animation: 3.5s linear infinite swing;
    filter: hue-rotate(-315deg);
    width: 35%
}

.reason h6.text-center.title {
    color: #ff6623;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -1px
}

.reasons .container-fluid.aos-init.aos-animate p {
    font-size: 16px;
    margin: 18px 0
}

@keyframes headShake {
    0%,50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
}

.headShake {
    -webkit-animation-name: headShake;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: headShake;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center
}

.video-testi .swiper-container {
    width: 100%;
    height: auto;
    margin: 20px auto
}

.video-testi .swiper-slide-container {
    font-size: 15px;
    background: #f1f1f1;
    height: auto;
    padding: 15px;
    border-radius: 15px
}

.video-testi .img-container {
    position: relative;
    border-radius: 15px;
    width: 100%;
    height: 250px;
    background-size: cover!important
}

.video-testi .img-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 15px;
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(0,0,0,.644) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.644)),color-stop(100%,rgba(0,47,75,.5)));
    background: -webkit-linear-gradient(top,rgba(241,250,255,0) 0,rgba(0,0,0,.644) 100%);
    background: -o-linear-gradient(top,rgba(240,249,255,0) 0,rgba(0,0,0,.644) 100%);
    background: -ms-linear-gradient(top,rgba(237,249,255,0) 0,rgba(0,0,0,.644) 100%);
    background: linear-gradient(to bottom,rgba(243,251,255,0) 0,rgba(0,0,0,.644) 100%)
}

.video-testi .video-play-button:after,.video-testi .video-play-button:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
    content: ""
}

.video-testi .flag {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15%;
    background: #fff;
    padding-right: 10px;
    padding-bottom: 10px;
    border-bottom-right-radius: 40px!important
}

.video-testi .review {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    padding-top: 10px
}

.video-testi .star-rating {
    color: #fff;
    font-size: 1.1em;
    text-align: center;
    display: flex
}

.video-testi .star-rating .star {
    background-color: #eecc4e;
    margin-left: 2px;
    padding: 0 2px
}

.video-testi .name-video {
    position: absolute;
    top: 80%;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.video-testi .name-video .title {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px
}

.video-testi .video-play-button {
    transform: translateX(-50%) translateY(0);
    box-sizing: content-box;
    display: block;
    width: 10px;
    height: 18px;
    border-radius: 50%;
    padding: 5px 13px 5px 14px
}

.video-testi .video-play-button:before {
    z-index: 0;
    display: block;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border
}

.video-testi .video-play-button:after {
    z-index: 1;
    display: block;
    background: #fff;
    border-radius: 50%;
    transition: .2s
}

.video-testi .youtube-video .modal-dialog,.video-testi iframe#youtubevideo {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.video-testi .video-play-button:hover:after {
    background-color: #60b2ff
}

.video-testi .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid #117dff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-testi .youtube-video .modal-dialog {
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0 15px;
    max-width: 1000px!important;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.video-testi #video-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-testi .youtube-video .modal-content {
    background: 0 0!important;
    border: none
}

.video-testi .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.video-testi .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.video-testi .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.video-testi .modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.video-testi .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.video-testi .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.video-testi .modal-backdrop.fade {
    opacity: 0
}

.video-testi .modal-backdrop.show {
    opacity: .5
}

.video-testi .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.video-testi .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .video-testi .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }
}

p.parai {
    font-size: 14px;
    padding-top: 12px;
    font-style: italic;
    font-weight: 500
}

.video-rest h2 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0
}

.video-rest p {
    font-size: 16px;
    max-width: 32%;
    display: block;
    margin: 0 auto;
    font-weight: 500
}

.video-rest {
    padding-bottom: 20px
}

section.services,section.video-testi {
    padding: 5% 0
}

section.faq-sec.pb-0 {
    background: #f1f1f1;
    padding: 5% 0
}

.faq-sec .card-header {
    background: 0 0;
    border: none;
    outline: 0!important;
    padding: 10px 0
}

.faq-sec .card-header a {
    display: block;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 600;
    padding: 6px 10px
}

.faq-sec .card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #d3d3d3;
    padding: 0
}

.faq-sec .card-body {
    padding: 0 25px 20px
}

#accordion-location .card-header a.card-link.collapsed:after,.faq-sec .card-header a.card-link.collapsed:after {
    content: "\2b";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 45px;
    width: 45px;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 9px;
    color: #c39f43;
    font-size: 26px
}

#accordion-location .card-header a.card-link:after,.faq-sec .card-header a.card-link:after {
    content: "\f068";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    height: 30px;
    width: 30px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 20px;
    color: #c39f43
}

.faq-sec .card-body p {
    color: #1e1e1e;
    font-size: 14px
}

section.faq-sec.pb-0 h2 {
    font-size: 38px;
    line-height: 40px;
    padding: 10px 0;
    font-weight: 600;
    text-align: left
}

section.faq-sec.pb-0 img {
    transition: .5s;
    border-radius: 30px;
    width: 100%
}

section.faq-sec.pb-0 img:hover {
    animation: 3s linear infinite pulse;
    -moz-animation: 3s linear infinite pulse;
    -webkit-animation: 3s linear infinite pulse;
    cursor: pointer
}

@keyframes pulse {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

section.am-pub h2 {
    color: #fff!important;
    font-weight: 700!important
}

.services .ser-box {
    padding: 25px;
    border-radius: 16px;
    transition: .5s;
    position: relative;
    margin-bottom: 25px!important;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px
}

.ser-box:before {
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    clip-path: circle(0 at 0 0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
    background: linear-gradient(270deg,#f66203 10%,#f69932 100%)
}

.ser-box img {
    width: 22%
}

.services .ser-box h4 {
    font-size: 24px;
    padding: 20px 0;
    font-weight: 600;
    height: 80px
}

.services .ser-box p {
    font-size: 15px;
    padding-bottom: 20px;
    height: 103px
}

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

.services .ser-box:hover {
    transform: scale(1.07);
    cursor: pointer;
    color: #fff
}

.ser-box:hover:before {
    clip-path: circle(109% at 100% 60%)
}

.services .ser-box:hover a {
    background: #fff;
    color: #ff6623!important
}

a.btn.btn-red i {
    font-size: 18px;
    background: #fff;
    color: #e14226;
    border-radius: 20px;
    font-weight: 600;
    padding: 9px;
    position: absolute;
    right: 5px;
    top: 2px;
    -webkit-animation: 1.5s infinite swing;
    animation: 1.5s infinite swing;
    width: 50px;
    height: 35px
}

section.services h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ff6a33;
    margin-bottom: 3%
}

.book-sell-slider {
    width: 100%;
    overflow: hidden;
    padding: 37px 0
}

.book-sell-slider img {
    width: 70%;
    object-fit: contain
}

h3.head-mm.text-center.zxz.aos-init.aos-animate {
    background: #000
}

.top-bar ul li {
    color: #fff;
    margin: -1px 9%;
    font-size: 16px;
    font-weight: 600
}

.top-bar {
    background: #e47911;
    z-index: 1;
    position: relative;
    padding: 0
}

marquee ul {
    display: flex;
    padding: 12px;
    margin-top: 24px
}

a.pinkbtn.mr-2.zero {
    background: #ff7048;
    color: #fff!important
}

h3.text-center.h3-tag {
    margin-top: -2%;
    font-weight: 500;
    margin-bottom: 1%
}

p.maion-para {
    max-width: 63%;
    display: block;
    margin: 0 auto 1%
}

p.parat {
    font-size: 15px;
    margin-bottom: 3%;
    font-weight: 500
}

a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5 {
    width: 30%!important
}

a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5.a {
    margin-top: 10%!important;
    margin-bottom: 0!important;
    width: 20%!important
}

section.equipped p.para:after {
    content: "";
    background: #8f8eaf;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -16px;
    top: 6px;
    border-radius: 12px
}

section.equipped.pg-padding h2,section.equipped.pg-padding h3 {
    text-align: center;
    width: 100%;
    max-width: 80%;
    display: block;
    margin: 6px auto
}

p.para2 {
    max-width: 80%;
    display: block;
    margin: 0 auto 15px
}

.cta-heading h2 strong {
    text-transform: none
}

.cta-heading h2 {
    text-transform: none!important
}

.about-list ul {
    margin: 0 13px
}

@media only screen and (max-width: 1024px) {
    .banner-img img,.green-box {
        width:100%
    }

    .head-mm strong {
        font-size: 30px
    }

    .live-chat.aos-init a:nth-child(3),.reason .circle-box img,a.btn.btn-red i {
        display: none
    }

    .btn-blue,.btn-red,.btn-white-border {
        text-align: center;
        padding: 11px 13px!important;
        font-size: 12px
    }

    .tailor {
        padding: 15px
    }

    .reason .parent-circles {
        flex-wrap: wrap;
        justify-content: space-evenly
    }

    .cta-book-img img {
        top: -75px
    }

    a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5.a {
        width: 35%!important;
        margin-top: 17%!important
    }

    .live-chat.aos-init a {
        margin: 0 15px
    }

    .video-rest p {
        max-width: 69%
    }

    a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5 {
        width: 40%!important
    }

    a.menuItem__link p {
        font-size: 11px
    }

    .header__menu .menuItem__link {
        font-size: 13px
    }
    
}

@media only screen and (max-width: 768px) {
    .ser-box,ul.menu,ul.menu li {
        text-align:center
    }

    .banner-img img {
        width: 50%
    }

    .badges img {
        width: 71%;
        display: block;
        margin: 19px auto
    }

    .ser-box img,ul.menu li {
        margin: 0 auto;
        display: block
    }

    .banner-main-box {
        background: #cacaca94!important
    }

    form.form_submission.offr-frm.has-validation-callback.form-get-quote .row .col {
        flex: 0 50%;
        max-width: 50%;
        margin: 10px 0
    }

    .book_bestseller .container .row .col-md-3,.book_bestseller .container .row .col-md-9,footer .container .row .col-md-2,footer .container .row .col-md-4,form.form_submission.offr-frm.has-validation-callback.form-get-quote .row .col:nth-child(5) {
        flex: 0 100%;
        max-width: 100%
    }

    section.main_about .imgbx img {
        width: 69%
    }

    .ser-box img {
        width: 35%
    }

    .services .ser-box h4 {
        font-size: 17px
    }

    .services .ser-box p {
        font-size: 13px
    }

    .ser-box .text-right a {
        margin: 0
    }

    section.sellbook.mt-5 {
        padding-bottom: 0
    }

    .sellbook h3.head-mm.aos-init.aos-animate strong {
        font-size: 21px
    }

    ul.listtabs {
        display: block;
        columns: 3;
        max-width: 100%;
        margin: 0
    }

    a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5 {
        width: 50%!important
    }

    .box-shade {
        padding: 25px
    }

    .box-shade p {
        margin-bottom: 5%
    }

    .box-shade h2 {
        font-size: 27px;
        line-height: 26px
    }

    .reason .circle-box {
        margin: 12px 0
    }

    a.pinkbtn.mr-2.zero.d-block.mx-auto.text-center.w-50.my-5.a {
        width: 50%!important;
        margin-top: 20%!important
    }

    .cta-book-img img {
        width: 100%;
        top: 0
    }

    .live-chat.aos-init a {
        margin: 0 1px
    }

    .video-rest h2 {
        font-size: 26px
    }

    footer .container .row .col-md-4 {
        flex: 0 50%
    }

    footer .container .row .col-md-2,footer .container .row .col-md-4 {
        flex: 0 50%;
        margin: 11px 0
    }

    footer ul.menu li a {
        padding: 0!important
    }

    section.faq-sec.pb-0 .row .col-md-7 {
        max-width: 100%;
        flex: 0 100%
    }

    a.menuItem__link p span,section.faq-sec.pb-0 img {
        display: none
    }

    header.header.sticky {
        padding: 0
    }

    .header__menu .main__menu {
        padding: 0 4px!important
    }

    a.menuItem__link p {
        font-size: 14px
    }

    .header__menu .main__menu>.menu__item>.menuItem__link {
        padding: 0 18px
    }

    ul.menu li {
        display: flex;
        justify-content: center
    }

    .social-icons {
        justify-content: center
    }
    .modal-content {
    max-width: 70%;
    }
    section.pro-service.pg-padding .col-md-6 {
        max-width: 100%;
        flex: 0 100%;
    }
    
    .banner-inner-form {
        left: 0;
    }
}

.banner-2 {
    background: #eb7c2a;
    color: #fff;
    padding: 75px 0
}

.banner-2 h2 {
    font-size: 2.1rem;
    text-transform: uppercase;
    font-weight: 700
}

.redirect {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.redirect img {
    width: 35%;
    display: block;
    margin: 3% auto -13px
}

.redirect a {
    background: #f27f39;
    padding: 13px 0;
    color: #fff;
    font-weight: 600;
    width: 10%;
    border-radius: 11px;
    display: block;
    margin-bottom: 25px!important;
    margin: 0 auto
}

.maine-btn a {
    background: #ff6d3f;
    color: #fff;
    padding: 14px 50px;
    font-size: 16px;
    border-radius: 10px;
    font-weight: 600
}

.maine-btn a:nth-child(2) {
    background: #ff9b32
}

.maine-btn {
    margin-top: 8%
}

form.form_submission.offr-frm.has-validation-callback.form-get-quote .col {
    padding: 0 5px
}

.pop-logo img {
    width: 55%
}

.modal-content {
    max-width: 45%;
    display: block;
    margin: 0 auto
}

h3.fw-bold.lh-base.mb-3 {
    font-size: 24px;
    font-weight: 600
}

a.btn.btn-cta.w-100 {
    background: #ff6b34;
    color: #fff;
    padding: 10px;
    width: 62%!important
}

.col-md-6.popup-right {
    text-align: justify
}

.popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.popup-right {
    padding: 32px;
    transform: translateY(14%)
}

button.btn-close.position-absolute.end-0.m-3 {
    position: absolute;
    right: 0;
    background: #ff6e3f;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: transparent;
    color: #fff
}
section.mainbanner.inner-page-banner h1, section.mainbanner.inner-page-banner h2, section.mainbanner.inner-page-banner h3 {
    color: #fff !important;
    margin: 8px 0;
}
section.mainbanner.inner-page-banner p{
        color: #fff !important;
}
section.cta-book-writting.getbook p {
    color: #fff;
}
