/*------------------------------
    >>>Css Indexing
    ------------------
    01. Recent Post Widget
    02. About Us Widget
    03. Contact Us Widget
    04. Accordion Item
    05. Mailchimp Form
    06. Case Study Carousel
    07. Header Area Two
    08. Icon List Two
    09. Practice Area Two
    10. Attorney Grid Two
    11. Info Box One
    12. Counterup List
    13. Counterup Four
    14. case study slider three
    15. Info Box Two
    16. Award Single Item
    17. Established Item
    18. Pratice area widget
    19. Download widget
    20. Header Slider three
    21. Lawfirm Item
    22. Counter Five Item
    23. What Single Item
    24. Highly Skilled
    25. legal-help-single-item
    26. Header Area Four
    27. Contact Single Item
    28. Single Icon Box 09
    29. Highly Skilled Three
    30. Contact Single Item two
    31. Single Case Item Two
    32. Lawfirm Single Item 02
    33. Icon Box Nine
    34. Widget Contact Form
*/

/*--------------------------------------
    Recent Post Widget
--------------------------------------*/
.widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget .recent_post_item li {
    display: block;
}

.widget .recent_post_item li + li {
    margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .thumb img {
    border-radius: 3px;
}

.widget .recent_post_item li.single-recent-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
    font-size: 13px;
    font-weight: 400;
}

.widget ul li.single-popular-post-item {
    display: flex;
    align-self: flex-start;
}

.widget ul li.single-popular-post-item .content {
    flex: 1;
}

.widget ul li.single-popular-post-item .thumb {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.widget ul li.single-popular-post-item .content .title {
    font-size: 16px;
    line-height: 26px;
}

.widget ul li.single-popular-post-item .content .time {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--main-color-one);
}

.footer-widget.widget ul li.single-popular-post-item .content .time {
    color: rgba(255, 255, 255, .6);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td,
.footer-widget.widget p,
.footer-widget.widget a,
.footer-widget.widget,
.widget.footer-widget ul li a,
.widget.footer-widget ul li {
    font-size: 16px;
}

/*--------------------------------------
    About Us Widget
--------------------------------------*/
.widget_attorg_about_us .footer-logo {
    display: block;
    margin-bottom: 20px;
}

.widget_attorg_about_us .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_attorg_about_us .social-icon li {
    display: inline-block;
}

.widget_attorg_about_us .social-icon li a {
    display: block;
    border-radius: 5px;
    text-align: center;
    transition: all 500ms;
    color: var(--main-color-one);
}


.widget_attorg_about_us .social-icon li + li {
    margin-left: 20px;
}

.widget_attorg_about_us .social-icon li a:hover {
    color: #fff !important;
}

.footer-widget.widget_attorg_about_us .social-icon li a {
    color: rgba(255, 255, 255, .6);
}

.footer-widget.widget_attorg_about_us .social-icon li a:hover {
    color: #fff !important;
}

.footer-widget .contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 20px;
    font-weight: 600;
}

/*------------------------------------
    Contact Us Widgete
------------------------------------*/

.contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_info_list li {
    display: block;
}

.contact_info_list li.single-info-item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-self: flex-start;
}

.widget .contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    margin-right: 0px;
}

.widget.footer-widget .contact_info_list li.single-info-item .icon {
    color: var(--main-color-one) !important;
    font-size: 20px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 0px;
}

.contact_info_list li.single-info-item .details {
    padding-left: 15px;
    flex: 1;
}

.footer-widget .contact_info_list li.single-info-item .icon {
    color: rgba(255, 255, 255, .6);
}


/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
    border: none;
    background-color: transparent;
}

.accordion-wrapper .card + .card {
    margin-top: 20px;
}

.accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.accordion-wrapper .card .card-header a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    background-color: #fff;
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 30px;
    top: 15px;
    content: "\f107";
    font-family: "fontawesome";
}

.accordion-wrapper .card .card-header a[aria-expanded="true"] {
    box-shadow: 0 0 40px -15px rgba(0, 0, 0, 0.05);
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
    content: "\f106";
}

.accordion-wrapper .card .card-body {
    background-color: #fff;
    padding: 0 30px 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
}

/*-------------------------
    MailChimp Form
-------------------------*/
.attorg-mail-subscription {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 20px
}

.attorg-mail-subscription input[type=email] {
    width: 100%;
    display: block;
    height: 50px;
    padding: 10px 20px;
    padding-right: 65px;
    border: none;
    border-radius: 5px
}

.attorg-mail-subscription button[type=submit] {
    position: absolute;
    right: -1px;
    top: 0;
    border: none;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: var(--main-color-one);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    transition: all 500ms;
    cursor: pointer
}

.attorg-mail-subscription button[type=submit]:hover {
    opacity: .8
}

/*--------------------------------------
    Case Study Carousel
--------------------------------------*/
.single-case-study-grid-01 .img-wrapper {
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
}

.single-case-study-grid-01 .img-wrapper img {
    width: 100%;
}

.case-study-grid-carousel .owl-item.center.active .single-case-study-grid-01 .img-wrapper .hover {
    visibility: visible;
    opacity: 1;
}

.single-case-study-grid-01 .img-wrapper .hover {
    background-color: #fff;
    position: absolute;
    bottom: -50px;
    max-width: 500px;
    padding: 35px 40px 38px 40px;
    -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.05);
    right: 60px;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms;
}

.single-case-study-grid-01 .img-wrapper .hover .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-case-study-grid-01 .img-wrapper .hover .title:hover {
    color: var(--main-color-one);
}

.single-case-study-grid-01 .img-wrapper .hover .read-more {
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-case-study-grid-01 .img-wrapper .hover .read-more:hover {
    color: var(--main-color-one);
}

.single-case-study-grid-01 .img-wrapper .hover .read-more:hover i {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0px);
    /* IE 9 */
    -webkit-transform: translateX(0px);
    /* Chrome, Safari, Opera */
    transform: translateX(0px);
}

.single-case-study-grid-01 .img-wrapper .hover .read-more i {
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateX(-50px);
    /* IE 9 */
    -webkit-transform: translateX(-50px);
    /* Chrome, Safari, Opera */
    transform: translateX(-50px);
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.case-study-grid-carousel .owl-nav div,
.case-study-grid-two-carousel .owl-nav div {
    position: absolute;
    left: 0;
    bottom: -20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e2e2e2;
}

.case-study-grid-carousel .owl-nav div.owl-next,
.case-study-grid-two-carousel .owl-nav div.owl-next {
    left: 40px;
}

.case-study-grid-carousel .owl-nav div:hover,
.case-study-grid-two-carousel .owl-nav div:hover {
    border-color: var(--main-color-one);
    background-color: var(--main-color-one);
    color: #fff;
}

.case-study-grid-carousel .owl-nav,
.case-study-grid-two-carousel .owl-nav {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 40px;
}

.case-study-grid-carousel-three-wrapper .owl-nav div {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 40px;
    background-color: var(--secondary-color);
    text-align: center;
    line-height: 40px;
    color: #fff;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}

.case-study-grid-carousel-three-wrapper .owl-nav div:hover {
    background-color: var(--main-color-one);
}

.case-study-grid-carousel-three-wrapper .owl-nav div.owl-next {
    left: auto;
    right: 10px;
}

.case-study-grid-carousel-three-wrapper:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-width: 1370px) {
    .single-case-study-grid-01 .img-wrapper {
        margin-bottom: 180px;
    }

    .single-case-study-grid-01 .img-wrapper .hover {
        bottom: -150px;
        right: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .single-case-study-grid-01 .img-wrapper .hover {
        position: initial;
    }

    .single-case-study-grid-01 .img-wrapper {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .single-case-study-grid-01 .img-wrapper .hover .title {
        font-size: 26px;
        line-height: 36px;
    }

    .single-case-study-grid-01 .img-wrapper .hover {
        padding: 25px 30px 28px 30px;
    }

    .case-study-grid-carousel-wrapper.attorg-rtl-slider {
        padding: 0 15px;
    }
}


.single-case-study-grid-02 .img-wrapper {
    position: relative;
    z-index: 0;
    height: 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.single-case-study-grid-02 .img-wrapper .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 30, 52, 0.8);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.single-case-study-grid-02 .img-wrapper .hover .title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
}

.single-case-study-grid-02 .img-wrapper .hover .cats a {
    color: var(--main-color-one);
    position: relative;
    z-index: 0;
    text-transform: capitalize;
}

.single-case-study-grid-02 .img-wrapper .hover .cats {
    margin-bottom: 6px;
}

.single-case-study-grid-02 .img-wrapper .hover .cats a:after {
    position: absolute;
    right: -5px;
    top: 0;
    content: ",";
    z-index: 0;
}

.single-case-study-grid-02 .img-wrapper .hover .cats a + a {
    margin-left: 8px;
}

.single-case-study-grid-02 .img-wrapper .hover .cats a:last-child:after {
    display: none;
}

.single-case-study-grid-02 .img-wrapper .hover:after {
    position: absolute;
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border: 1px solid rgba(255, 255, 255, .4);
    content: '';
    z-index: -1;
}

.case-study-grid-two-carousel .owl-item.active.center .single-case-study-grid-02 .img-wrapper .hover,
.single-case-study-grid-02:hover .img-wrapper .hover {
    visibility: visible;
    opacity: 1;
}

.single-icon-box-07 {
    position: relative;
    z-index: 0;
    text-align: center;
}

.single-icon-box-07 .bg-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 250px;
    line-height: 100%;
    opacity: .1;
    z-index: -1;
    transform: translate(-50%, -50%);
    padding-top: 10px
}

.single-icon-box-07 .content .subtitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: var(--heading-color);
    opacity: .8;
}

.single-icon-box-07 .icon {
    font-size: 65px;
    line-height: 65px;
    color: var(--main-color-one);
    margin-bottom: 20px;
}

.single-icon-box-07 .content .title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 26px;
}

/* ----------------------------------
    Header slider two
-----------------------------------*/
.header-area.header-style-02.header-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 55, 63, 0.5);
    content: '';
    z-index: -1;
}

.header-area.header-style-02 .header-inner .sign-image {
    max-width: 180px;
}

.header-area.header-style-02 .header-inner .sign-text {
    color: var(--main-color-one);
    display: block;
    margin-top: 40px;
}

.establish-block-one .establish-title,
.establish-block-one .establish-year {
    font-size: 18px;
    line-height: 28px;
    color: var(--paragraph-color);
}

.establish-block-one.white .establish-title,
.establish-block-one.white .establish-year {
    color: #fff;
}

.establish-block-one {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.establish-block-one .icon {
    font-size: 60px;
    line-height: 130px;
    width: 130px;
    height: 130px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--main-color-one);
    color: #fff;
    margin: 0 20px;
}

.establish-block-one:after, .establish-block-one:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(50% - 160px);
    background-color: var(--main-color-one);
    content: '';
    height: 1px;
    transform: translateY(-50%);
}

.establish-block-one:before {
    left: auto;
    right: 0;
}

/*-----------------------------
    Icon list two
-----------------------------*/
.icon-list-01 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: inherit;
}

.icon-list-01 .single-icon-list-item {
    width: calc(100% / 3);
    display: flex;
    align-self: flex-start;
    background-color: var(--main-color-one);
    padding: 40px 40px 30px 40px;
}

.icon-list-01 .single-icon-list-item .icon {
    margin-right: 20px;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.icon-list-01 .single-icon-list-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, .8);
}

.icon-list-01 .single-icon-list-item .content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    margin-bottom: 4px;
}

.icon-list-01 .single-icon-list-item.active {
    background-color: #bcac7e;
}


/*-------------------------
    Practice Area Two
-------------------------*/

.single-practice-grid-02 .thumb {
    min-height: 200px;
    margin-bottom: 20px
}

.single-practice-grid-02 .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
    transition: all 300ms;
}

.single-practice-grid-02 .content .description,
.single-practice-grid-02 .content .description p {
    color: var(--paragraph-color);
}

.single-practice-area-category-list .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.single-practice-grid-02 .content .title:hover {
    color: var(--main-color-one);
}

.single-practice-area-category-list {
    padding: 40px;
    background-color: #fff;
}

.single-practice-area-category-list .category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.single-practice-area-category-list .category-list li {
    margin-top: 10px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}

.single-practice-area-category-list .category-list li a:hover {
    color: var(--main-color-one);
}

.single-practice-area-category-list .category-list li a {
    transition: all 300ms;
    color: var(--main-color-one);
}

.single-practice-area-category-list .category-list li:first-child {
    margin-top: 0;
}

/* -----------------------
    Attorney Grid Two
 -----------------------*/
.single-attorney-style-02 .thumb {
    position: relative;
    overflow: hidden;
}

.single-attorney-style-02 .thumb .hover {
    position: absolute;
    right: 10px;
    top: 10px;
}

.single-attorney-style-02 .thumb img {
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.single-attorney-style-02:hover .thumb img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.single-attorney-style-02:hover .thumb .post {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.single-attorney-style-02 .content .post {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
}

.single-attorney-style-02 .content {
    text-align: center;
    padding: 23px 0;
}

.single-attorney-style-02 .content .title {
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 22px;
    margin-bottom: 0;
    transition: all 300ms;
}

.single-attorney-style-02 .content .title:hover {
    color: var(--main-color-one);
}

.single-attorney-style-02 .thumb .hover .social-icon {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-top: 10px;
}

.single-attorney-style-02 .thumb .hover .social-icon li {
    display: block;
    margin: 8px 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.single-attorney-style-02:hover .thumb .hover .social-icon li:nth-child(1) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.single-attorney-style-02:hover .thumb .hover .social-icon li:nth-child(2) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.single-attorney-style-02:hover .thumb .hover .social-icon li:nth-child(3) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.single-attorney-style-02:hover .thumb .hover .social-icon li:nth-child(4) {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.single-attorney-style-02 .thumb .hover .social-icon li:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.single-attorney-style-02 .thumb .hover .social-icon li:nth-child(2) {
    position: absolute;
    top: 40px;
    right: 0;
    -webkit-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.single-attorney-style-02 .thumb .hover .social-icon li:nth-child(3) {
    position: absolute;
    top: 80px;
    right: 0;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.single-attorney-style-02 .thumb .hover .social-icon li:nth-child(4) {
    position: absolute;
    top: 120px;
    right: 0;
    -webkit-transition: .6s ease-in;
    -o-transition: .6s ease-in;
    transition: .6s ease-in;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
}

.single-attorney-style-02 .thumb .hover .social-icon li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    color: var(--main-color-one);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    font-size: 14px;
}

.single-attorney-style-02 .thumb .hover .social-icon li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

/*-----------------------
    Info Box One
-----------------------*/
.single-info-box-01 {
    display: flex;
    align-self: flex-start;
    padding: 30px 40px 25px 40px;
    background-color: #f5f5f5;
}

.single-info-box-01 .content {
    flex: 1;
}

.single-info-box-01 .content .details {
    display: block;
}

.single-info-box-01 .icon {
    margin-right: 20px;
    font-size: 50px;
    line-height: 42px;
    color: var(--main-color-one);
}

.single-info-box-01 .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
}


/*------------------------
    Counterup List
------------------------*/
.counterup-list-one {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
}

.counterup-list-one .single-counterup-list-item-01 {
    display: block;
    width: calc(100% / 4);
    border: 1px solid #e2e2e2;
    text-align: center;
    padding: 60px 30px 45px 30px;
}

.counterup-list-one .single-counterup-list-item-01 + .single-counterup-list-item-01 {
    border-left: none;
}

.counterup-list-one .single-counterup-list-item-01 .icon {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: var(--main-color-one);
}

.counterup-list-one .single-counterup-list-item-01 .content .count-wrap {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: var(--main-color-one);
    font-family: var(--heading-font);
}

.counterup-list-one .single-counterup-list-item-01 .content .title {
    font-size: 14px;
    line-height: 24px;
    font-family: var(--body-font);
}

@media only screen and (max-width: 600px) {
    .counterup-list-one .single-counterup-list-item-01 {
        width: calc(100% / 2);
    }

    .counterup-list-one .single-counterup-list-item-01 + .single-counterup-list-item-01 {
        border-left: 1px solid #e2e2e2;
    }

    .counterup-list-one {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 384px) {
    .counterup-list-one .single-counterup-list-item-01 {
        width: 100%;
    }
}


/*--------------------
    Coutnerup Four
---------------------*/
.single-counterup-04 {
    display: flex;
    position: relative;
    z-index: 0;
    padding: 30px 25px 19px 25px;
}

.black.single-counterup-04:after {
    display: none;
}

.single-counterup-04:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #30373f;
    opacity: .7;
    content: '';
    z-index: -1;
}

.black.single-counterup-04 .icon {
    margin-right: 40px;
}

.single-counterup-04 .icon {
    font-size: 50px;
    line-height: 60px;
    color: var(--main-color-one);
    margin-right: 30px;
    position: relative;
    z-index: 0;
}

.black.single-counterup-04 .content .count-wrap {
    color: var(--heading-color);
}

.single-counterup-04 .content .count-wrap {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #fff;
    margin-bottom: 0;
}

.black.single-counterup-04 .content .title {
    color: var(--paragraph-color);
}

.single-counterup-04 .content .title {
    font-size: 14px;
    line-height: 20px;
    font-family: var(--body-font);
    color: rgba(255, 255, 255, .9);
}

.single-counterup-04.black {
    padding: 0;
}

.black.single-counterup-04 .icon:after {
    background-color: var(--secondary-color);
    right: -20px;
}

.single-counterup-04 .icon:after {
    position: absolute;
    right: -15px;
    top: 5px;
    height: 50px;
    width: 1px;
    background-color: #fff;
    content: '';
    opacity: .2;
}

/* why choose us section modify */
.why-choose-use-area .right-absolute-area.left-absolute {
    right: auto;
    left: 0;
}

/* -------------------------------
    case study slider three
 --------------------------------*/
.single-case-study-grid-03 .img-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 340px;
    position: relative;
    z-index: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.single-case-study-grid-03 .img-wrapper:hover:after {
    visibility: visible;
    opacity: 1;
}

.single-case-study-grid-03 .img-wrapper:after {
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    content: '';
    background-color: rgba(48, 55, 63, .8);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.single-case-study-grid-03 .img-wrapper:hover .hover {
    visibility: visible;
    opacity: 1;
}

.single-case-study-grid-03 .img-wrapper .hover {
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.single-case-study-grid-03 .img-wrapper .hover .cats a {
    color: #fff;
    opacity: .8;
    font-family: var(--heading-font);
    position: relative;
    z-index: 0;
    transition: all 300ms;
    font-size: 14px;
}

.single-case-study-grid-03 .img-wrapper .hover .cats a + a {
    margin-left: 10px;
}

.single-case-study-grid-03 .img-wrapper .hover .cats a:after {
    position: absolute;
    right: -5px;
    top: -3px;
    content: ',';
}

.single-case-study-grid-03 .img-wrapper .hover .cats a:last-child:after {
    display: none;
}

.single-case-study-grid-03 .img-wrapper .hover .cats a:hover {
    color: var(--main-color-one);
}

.single-case-study-grid-03 .img-wrapper .hover .cats {
    margin-bottom: 0;
}

.single-case-study-grid-03 .img-wrapper .hover .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: var(--body-font);
    color: #fff;
}

/*-------------------------
    Info Box Two
------------------------*/
.single-info-box-02 {
    text-align: center;
}

.single-info-box-02 .details {
    display: block;
}

.single-info-box-02 .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-info-box-02 .icon {
    font-size: 40px;
    line-height: 50px;
    color: var(--main-color-one);
    margin-bottom: 13px;
}

/*Award Single Item*/
.single-award-item {
    display: flex;
    margin-bottom: 60px;
}

.single-award-item .thumb {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 310px;
    max-width: 360px;
    border-radius: 5px;
}

.single-award-item .content-wrap {
    position: relative;
    z-index: 0;
    flex: 1;
    padding-left: 65px;
    display: flex;
    align-items: center;
}

.single-award-item .content-wrap .icon {
    position: absolute;
    top: 45px;
    left: -50px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 91px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px rgba(84, 89, 135, 0.3);
}

.single-award-item .content-wrap .image-icon {
    position: absolute;
    top: 45px;
    left: -50px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 91px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 24px 0px rgba(84, 89, 135, 0.3);

}

.single-award-item .content-wrap .image-icon img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
}

.single-award-item .content-wrap .content .title {
    color: #d0bf90;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
}

.single-award-item .content-wrap .content p {
    color: #272b2e;
    font-size: 16px;
    font-weight: 500;
}

/* Established Item */
.section-title .since-year {
    display: inline-flex;
    justify-content: center;
    margin: auto;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 24px;
    line-height: 80px;
    border-radius: 50%;
    font-family: var(--heading-font);
    background: var(--main-color-one);
}

.established-item-wrap {
    position: relative;
    z-index: 0;
}

.established-item-wrap .since-year {

    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-family: var(--heading-font);
    background: var(--main-color-one);
    z-index: 1;
}

.established-single-item::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--main-color-one);
    z-index: -1;
}

.established-item-wrap::after {
    content: '';
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e1e1e1;
    position: absolute;
    z-index: -2;
}

.established-single-item {
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 0;
}

.established-single-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.established-single-item:nth-child(odd) .content {
    text-align: left;
    margin-right: initial;
}

.established-single-item .content {
    background-color: #fff;
    padding: 10px 20px;
}

.established-single-item .content .sub-title {
    color: var(--main-color-one);
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
}

.established-single-item .content .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #30373f;
}

.established-single-item .content p {
    font-size: 14px;
    color: #272b2e;
    max-width: 290px;
}

.established-single-item .thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 80%;
    height: 100%;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;

}

.established-single-item .established-single-item-content {
    width: 50%;
    position: relative;
    z-index: 0;
    display: flex;
    padding: 20px 40px 20px 20px;
    justify-content: flex-end;
}

.established-single-item:nth-child(odd) .established-single-item-content {
    justify-content: flex-start;
    padding: 20px 20px 20px 40px;
}

.established-single-item:nth-child(odd) .thumb {
    position: absolute;
    right: 0;
    left: initial;
    background-position: right;
}

/*Pratice area widget*/
.widget-practic .widget-title {
    background-color: #e1e1e1;
    padding: 12px 30px;
    color: #272b2e;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
}

.widget-practic ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.widget-practic ul li {
    padding: 12px 30px;
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    color: #31353a;
    transition: all 500ms ease-in;
}

.widget-practic ul li:hover {
    color: var(--main-color-one);
}

.widget-practic ul li + li {
    border-top: 2px solid #fff;
}

/*Download Widget*/
.widget-download {
    display: flex;
    background-color: #30373f;
    padding: 20px 30px;
    justify-content: space-between;
}

.widget-download .widget-title {
    color: #fff;
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 14px;
    font-family: var(--body-font);
    font-weight: 600;
    border-right: 1px dashed var(--main-color-one);
    display: flex;
    align-items: center;
}

.widget-download .icon {
    color: var(--main-color-one);
    font-size: 32px;
}

/*Header Slider Three*/
.header-slider-one .owl-item.active .title-five {
    -webkit-animation: flipInX 2s 0s both;
    animation: flipInX 2s 0s both;
}

.header-area-02 {
    padding: 210px 0 220px;
}

.header-area-02 .header-inner {
    overflow: hidden;
}

.header-area-02 .title-five {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #30373f;
}

.header-area-02.header-bg-02 {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-area-02.header-style-03 .shape {
    position: absolute;
    bottom: -60%;
    right: -40%;
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    background: transparent;
    border: 200px solid rgba(237, 20, 91, .8);
    z-index: -1;
}

/*Contact-Single-item*/
.contact-single-item {
    display: flex;
    align-items: center;
}

.contact-single-item.align-text-center {
    justify-content: center;
}

.contact-single-item .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: var(--main-color-one);
    font-size: 40px;
}

.contact-single-item .content .title-five {
    color: #30373f;
    font-size: 36px;
    font-weight: 700;
    margin-left: 30px;
}

/*LawFirm Item*/
.lawfirm-single-item {
    position: relative;
    z-index: 0;
}

.lawfirm-single-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 360px;
    background-color: transparent;
    border: 5px solid var(--main-color-one);
    z-index: -1;
}

.lawfirm-single-item .content {
    padding: 60px 0px 60px 60px;
}

.lawfirm-single-item .content .title {
    font-size: 48px;
    line-height: 58px;
    color: #272b2e;
    font-weight: 700;
    margin-bottom: 30px;
}

.lawfirm-single-item .content p {
    font-size: 16px;
    line-height: 26px;
    color: #272b2e;
}

/*Counter Five*/
.single-counterup-list-item-05 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.single-counterup-list-item-05 li {
    width: calc(100% / 3);
    text-align: center;
}

.single-counterup-list-item-05 li + li {
    border-left: 1px solid #e1e1e1;
}

.single-counterup-05 .content .count-wrap {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--heading-font);
    font-weight: 700;
    color: var(--heading-color);
}

.single-counterup-05 .content .title {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--body-font);
    color: var(--paragraph-color);
}

/*Single What Item*/
.single-what-we-cover-item-03 {
    text-align: center;
    padding: 34px 30px 28px 30px;
    position: relative;
    z-index: 0;
    display: table;
    height: 290px;
}

.single-what-we-cover-item-03 .content-wrap {
    display: table-cell;
    vertical-align: middle;
}

.single-what-we-cover-item-03.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.single-what-we-cover-item-03:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: -2;
}

.single-what-we-cover-item-03:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 1px solid #d0bf90;
    opacity: 0;
    visibility: hidden;
    z-index: -1;

    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.single-what-we-cover-item-03:hover:before {
    opacity: 1;
    visibility: visible;
}

.single-what-we-cover-item-03:hover .content .info-text {
    transition: all 500ms;
    height: 100%;
    overflow: visible;
}

.single-what-we-cover-item-03 .content .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 16px;
    color: #fff
}

.single-what-we-cover-item-03 .content .info-text {
    color: #fff;
    overflow: hidden;
    height: 0;

}

.single-what-we-cover-item-03 .content .info-text p {
    color: #fff;
}

.single-what-we-cover-item-03 .icon {
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color-one);
    margin-bottom: 18px;
}

/*Highly Skilled Area Two*/
.hightly-skilled-area-two .left-content-area.bg-image {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
}

.hightly-skilled-area-two .left-content-area .content {
    max-width: 350px;
}

.hightly-skilled-area-two .left-content-area .content .title {
    font-size: 48px;
    font-weight: 700;
    line-height: 58px;
    margin-bottom: 20px;
}

.hightly-skilled-area-two .left-content-area .content p {
    color: #30373f;
    font-size: 16px;
    margin-bottom: 30px;

}

.single-icon-box-09 .icon {
    color: var(--main-color-one);
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
}

.single-icon-box-09 .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 10px;
}

.single-icon-box-09 .content p {
    color: #272b2e;
}

/*Legal Help Item*/
.legal-help-single-item {
    position: relative;
    z-index: 0;
    text-align: center;
}

.legal-help-single-item .content {
    padding: 50px 0;
}

.legal-help-single-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 260px;
    background-color: transparent;
    border: 5px solid var(--main-color-one);
    z-index: -1;
}


.legal-help-single-item .content .title {
    font-size: 60px;
    line-height: 70px;
    color: #272b2e;
    font-weight: 700;
}

.legal-help-single-item .content p {
    font-size: 24px;
    line-height: 34px;
    color: #30373f;
}

/*Header Slider Three*/
.header-slider-one .owl-item.active .title-six {
    -webkit-animation: flipInX 2s 0s both;
    animation: flipInX 2s 0s both;
}

.header-area-03 {
    padding: 210px 0 220px;
}

.header-area-03 .header-inner {
    overflow: hidden;
    text-align: center;
}

.header-area-03 .title-six {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    display: inline;
    text-align: center;
    background-color: rgba(44, 53, 60, .5);
}

.header-area-03.header-bg-02 {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;

}

.header-area-03.header-bg-02:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(169, 124, 82, .7) 0%, rgba(29, 70, 122, .7) 100%);
    z-index: -1;
}

/*Contact-Single-item*/
.contact-single-item-02 {
    text-align: center;
}

.contact-single-item-02 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: transparent;
    font-size: 40px;
    position: relative;
    z-index: 0;
    display: inline-block;
}

.contact-single-item-02 .content .title-five {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-left: 30px;

}

.contact-single-item-02 .icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    margin: auto;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.contact-single-item-02 .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -50px;
    margin: auto;
    transform: translateY(-50%);
    width: 60px;
    height: 1px;
    background-color: #fff;
}

/*Single Case Item Two*/
.single-case-item-02 .thumb {

}

.single-case-item-02 .content-wrap {
    position: relative;
    margin: auto;
    margin-top: -75px;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 1;
}

.single-case-item-02 .content {
    background-color: #fff;
    padding: 20px 15px 15px;
    text-align: center;
}

.single-case-item-02 .content .icon {
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color-one);
}

.single-case-item-02 .content .title {
    font-size: 24px;
    color: #2c353c;
    line-height: 34px;
    font-weight: 700;
}

/*hightly-skilled-area-three*/
.hightly-skilled-area-three {
    display: flex;
}

.hightly-skilled-area-three .content-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
}

.hightly-skilled-area-three .content {

    margin-right: 100px;
}

.hightly-skilled-area-three .content .subtitle {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: var(--main-color-one);
    text-transform: uppercase;
}

.hightly-skilled-area-three .content .title {
    font-size: 48px;
    line-height: 58px;
    color: #30373f;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hightly-skilled-area-three .content .sign-image {
    margin-top: 20px;
}

.hightly-skilled-area-three .thumb {
    margin-top: 30px;
    margin-right: 30px;
    position: relative;
    z-index: 0;

}

.hightly-skilled-area-three .thumb:after {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: 5px solid var(--main-color-one);
    z-index: -1;
}

/*Lawfirm Single Item 02*/
.lawfirm-single-item-02 {
    margin-top: 20px;
}

.lawfirm-single-item-02 .thumb {
    position: relative;
    z-index: 0;
}

.lawfirm-single-item-02 .content {
    position: absolute;
    top: 20%;
    right: 0;
    max-width: 360px;
}

.lawfirm-single-item-02 .content .title {
    background-color: #2c353c;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    display: initial;
    line-height: 75px;
    padding: 0 10px;

}

/*Single Icon Box Nine*/

.single-icon-box-09 .icon.style-02 {
    font-size: 35px;
    line-height: 60px;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    text-align: center;
}

.single-icon-box-09 .content .title {
    color: var(--main-color-one);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.single-icon-box-09 .content p {
    color: #272b2e;
    max-width: 210px;
}

 /**Icon Box Nine*/
 .widget-contact-form{
 	background-color: #d0bf90;
 	border-radius: 5px;
 	padding: 50px 50px 0 50px;
 }
 .widget-contact-form .form-group .form-control {
    background-color: #fff;
    border: none;
    padding: 15px 30px;
    margin-bottom: 25px;
}
 .widget-contact-form .form-group textarea {
    max-height: 70px;
    resize: none;
}
 .widget-contact-form .form-group .submit-btn{
 	background-color: #30373f;
 	color: #fff;
 	font-size: 14px;
 	font-weight: 700;
 	width: 100%;
 	transition: all 500ms ease-in; 
 }
  .widget-contact-form .form-group .submit-btn::hover{
background-color: #d0bf90;
  }
@media only screen and (max-width: 991px) {
    .hightly-skilled-area-two .left-content-area .content {
        max-width: initial;
    }

    .single-icon-box-09 .content p {
        max-width: initial;
    }

    .header-area-02.header-style-03 .shape {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area-03 .title-six {
        font-size: 52px;
        line-height: 72px;
    }

    .hightly-skilled-area-three {
        display: block;
    }

    .hightly-skilled-area-three .thumb img {
        width: 100%;
    }

    .right-content-area {
        margin-top: 40px;
    }

    .header-area-02 .title-five {
        font-size: 54px;
        line-height: 64px;
    }

    .single-counterup-list-item-05 li {
        width: calc(100% / 2);
    }

    .established-single-item .established-single-item-content {
        width: 100%;
    }

    .established-item-wrap:after {
        display: none;
    }
    .hightly-skilled-area-three .content {
    margin-right: 0;
}
}

@media only screen and (max-width: 450px) {
    .header-area-03 .title-six {
        font-size: 36px;
        line-height: 46px;
    }

    .header-area-02 .title-five {
        font-size: 44px;
        line-height: 54px;
    }

    .single-counterup-list-item-05 li {
        width: calc(100% / 1);
    }

    .hightly-skilled-area-two .left-content-area .content .title {
        font-size: 36px;
        font-weight: 700;
        line-height: 46px;
    }

    .hightly-skilled-area-three .content .title {
        font-size: 32px;
        line-height: 42px;
    }

    .lawfirm-single-item .content .title {
        font-size: 32px;
        line-height: 42px;
    }

    .legal-help-single-item .content .title {
        font-size: 44px;
        line-height: 54px;
    }

    .established-single-item .thumb {
        width: 100%;
    }

    .established-single-item:nth-child(odd) .established-single-item-content,
    .established-single-item .established-single-item-content {
        padding: 20px 20px 20px 20px;
    }
     .single-award-item{
        display: block;
    }
    .single-award-item .content-wrap .image-icon {
    left: 0;
	}
	.single-award-item .content-wrap {
    padding-left: 100px;
	}
	.lawfirm-single-item .content {
    padding: 60px 0px 60px 15px;
}
.lawfirm-single-item:after {
opacity: .5;
}
.legal-help-single-item:after{
	opacity: .5;
}
.single-counterup-list-item-05 li + li{
	border-left: none;
}
.contact-single-item .content .title-five{
	margin-left: 15px;
}
.hightly-skilled-area-two .left-content-area.bg-image{
	background-image: unset !important;
}
.hightly-skilled-area-three .thumb{
	margin-top: 60px;
}
.single-award-item .content-wrap .content {
    margin-top: 30px;
}
}