@font-face {
    font-family: "ProximaNovRegular";
    src: url(../fonts/proximanova-regular.ttf);
}

@font-face {
    font-family: "ProximaNovaBold";
    src: url(../fonts/Proxima-Nova-Bold.otf);
}

@font-face {
    font-family: "ProximaNovaMedium";
    src: url(../fonts/Proxima-Nova-Medium.otf);
}

:root {
    --primary-color: #003A70;
    --secondary-color: #0082A8;
    --acent-color: #35B6B4;
    --text-color: #272727;
    --text-font-size: 16px;
    --text-line-height: 26px;
    --text-dark: #272727;
}

* {
    box-sizing: border-box;
    word-wrap: break-word;
}

body {
    margin: 0;
    font-size: var(--text-font-size);
    line-height: var(--text-line-height);
    color: var(--text-color);
    font-family: 'ProximaNovRegular', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

p {
    font-family: 'ProximaNovRegular', sans-serif;
}

h1 {
    font-size: 43px;
    line-height: 53px;
    font-family: 'ProximaNovaBold';
}

h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: ProximaNovaBold;
    color: var(--primary-color);
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

section {
    padding: 30px 0;
}

a {
    text-decoration: none;
    display: inline-block;
}

.fw-500 {
    font-family: ProximaNovaMedium;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
}

.f-16 {
    font-size: 16px;
}

.bg-lightblue {
    background-color: #E5F2F6;
}

.bg-primary {
    background-color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.f-14 {
    font-size: 14px;
}

.lh-height {
    line-height: 24px;
}

.fw-700 {
    font-family: ProximaNovaBold;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-secondary {
    background-color: var(--secondary-color) !important;
}

.social-icons a {
    line-height: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block;
    margin-left: 1px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
}

.header-menu a {
    font-weight: 500;
    font-family: 'ProximaNovaMedium';
    font-size: 14px;
}

.product-single-discription h3 {
    font-weight: 500;
    font-family: ProximaNovaMedium;
}

.whats-app-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

.btn {
    border-radius: 5px !important;
    background-color: #0082A8 !important;
    color: #fff !important;
    font-weight: 500;
}

.btn-outline {
    background-color: transparent !important;
    color: var(--secondary-color) !important;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #00B2A9 !important;
    color: #00B2A9;
}

.product-items {
    padding: 0 10px;
}

.product-slider {
    margin: 0 -10px;
}

.product-content {
    padding: 15px;
}

.course-tag {
    background-color: #E5F2F6;
    padding: 2px 10px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    color: #0082A8;
    line-height: 18px;
    font-family: 'ProximaNovaMedium';
    font-weight: 500;
}

.prd-title {
    font-size: 20px;
    color: var(--primary-color);
    margin: 10px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: .3s;
}

select {
    background-image: url(../images/select-bg.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 98% center;
}

.title {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 5px;
    margin-bottom: 25px;
}

.title-with-border .title {
    width: 93%;
}

.title span {
    border-left: 2px solid var(--secondary-color);
    padding-left: 10px;
}

.product-wrapper .product-img {
    border-radius: 10px 10px 0 0;
    height: 220px;
    object-fit: cover;
}

.product-wrapper {
    border-radius: 10px;
    box-shadow: 0 12px 28px #2407460F;
}

.slick-track {
    padding-bottom: 30px;
}

.product-content {
    padding: 15px 15px 20px;
}

.slick .slick-dots li button:before {
    width: 10px;
    height: 10px;
    font-size: 0;
    background-color: #D9D9D9;
    border-radius: 50%;
    opacity: 1;
}

.slick .slick-dots li {
    margin: 0 0px;
}

    .slick .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #9A9A9A;
    }

.footer-menu li {
    position: relative;
}

    .footer-menu li:after {
        content: "|";
        display: inline-block;
        margin-left: 4px;
        margin-right: 10px;
        vertical-align: top;
        color: #fff;
    }

.top-header-menu li:after {
    content: "|";
    display: inline-block;
    margin-left: 4px;
    margin-right: 0px;
    vertical-align: top;
    color: var(--primary-color);
}

.top-header-menu li:last-child:after, .footer-menu li:last-child:after {
    display: none;
}

.banner-slider-img {
    height: 510px;
    object-fit: cover;
    border-radius: 20px;
}

.banner-meta {
    position: absolute;
    bottom: 50px;
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
}

.banner-slider .slick-track {
    padding-bottom: 0;
}

.banner-slider .slick-dots {
    bottom: 15px;
}

    .banner-slider .slick-dots li button:before {
        width: 10px;
        height: 10px;
        font-size: 0;
        background-color: #D9D9D9;
        border-radius: 50%;
        opacity: .5;
    }

    .banner-slider .slick-dots li.slick-active button:before {
        opacity: 1;
        background-color: #ffffff;
    }

.icon-with-content h2 {
    font-size: 30px;
    line-height: 30px;
}

.text-acent {
    color: var(--acent-color);
}

.submit-btn-header {
    position: absolute;
    top: 45%;
    right: 15px;
    font-size: 0;
    border: none;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: transparent;
    background-position: center;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

input:focus, select:focus, button:focus {
    box-shadow: none !important;
}

.header-menu li {
    margin-left: 15px;
}

.register-btn-header {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 5px;
    color: #fff !important;
}

.register-btn-header {
    background-color: var(--secondary-color);
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff !important;
}

.header-search .form-control {
    width: 345px;
    padding-right: 41px;
}

.form-control {
    border-color: #97ADB4;
    font-size: 14px;
    border-radius: 5px;
}

    .form-control::placeholder {
        border-color: #66686D;
    }

textarea.form-control {
    height: 70px;
}

.dropdown-menu {
    width: 200px;
    box-shadow: 0 34px 25px #24074625;
    border: 1px solid #35B6B4;
    top: 10px !important;
}

    .dropdown-menu::before {
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
        content: url(../images/dropdown-before.svg);
    }

    .dropdown-menu::after {
        position: absolute;
        top: 0px;
        width: 20px;
        height: 3px;
        background: white;
        content: "";
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
    }

    .dropdown-menu a {
        color: #003974;
        font-size: 14px;
        line-height: 20px;
    }

.header-course-dropdown h4 {
    border-bottom: 1px solid #0082A880;
}

.icon-with-content .col-4 {
    border-right: 1px solid #ccc;
}

.icon-with-content .col-4 {
    border-right: 1px solid #97ADB4;
    padding-left: 50px;
}

.f-24 {
    font-size: 24px;
}

.product-meta p {
    color: var(--primary-color);
}

    .product-meta p del {
        opacity: .5;
    }

.menu-toggle {
    min-width: 20px;
    margin-right: 10px;
}

.mobile-menu-box {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9;
    top: 50px;
    left: 0;
    padding: 10px 15px 0;
    transform: translateX(-150%);
    transition: .3s;
}

.mobile-menu a {
    display: block;
    border: 1px solid #0082A8;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
    color: #0082A8;
    font-weight: 500;
    border-radius: 5px;
    transition: .3s;
}

    .mobile-menu a:hover {
        background-color: #0082A8;
        color: #fff;
    }

.f-18 {
    font-size: 18px;
}

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

.login-mobile-box {
    border-bottom: 1px solid #0082a850;
}

.active-menu {
    display: block !important;
    transform: translateX(0);
}

.mx-pagination {
    white-space: nowrap;
}

.mx-pagination-item:not(:last-child):after {
    content: "–";
    display: inline-block;
    margin-left: 2px;
    margin-right: 4px;
    vertical-align: top;
}

.lh-120 {
    line-height: 120%;
}

hr {
    opacity: 0.5;
    border-color: #0082a852;
}

.f-22 {
    font-size: 22px;
}

.lh-32 {
    line-height: 32px;
}

.single-content-right-box {
    box-shadow: 0 12px 33px #2407460F;
    border-radius: 10px;
    margin-top: -222.6px;
}

.yt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.featured-img-thumb-single::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006B;
    border-radius: 10px 10px 0 0;
    content: "";
}

.featured-img-thumb-single * {
    z-index: 1;
}

.share-btn {
    background-color: var(--primary-color);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: -18px;
    right: 15px;
}

del {
    opacity: .5;
}

.border-color-lightblue {
    border-color: #0082a852 !important;
}

.border-secondary {
    border-color: var(--secondary-color) !important;
}

.slick .slick-prev, .slick .slick-next {
    top: -40px;
    width: 30px;
    height: 30px;
    background: #F1F5FB !important;
    border-radius: 50%;
}

    .slick .slick-prev:hover, .slick .slick-next:hover {
        background: #E5F2F6 !important;
    }

.slick .slick-prev {
    left: auto;
    right: 45px;
}

.slick .slick-next {
    right: 10px;
}

.slick .slick-prev:before {
    content: url(../images/arrow-s-left.svg);
}

.slick .slick-next:before {
    content: url(../images/right-s-arrow.svg);
}

.slick .slick-prev:before, .slick .slick-next:before {
    font-size: inherit;
}

.header-course-dropdown .dropdown-toggle::after {
    display: inline-block;
    vertical-align: .255em;
    content: "";
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: auto;
    display: inline-block;
    margin-left: 9px;
}
/*Responsive css*/
@media screen and (max-width: 991px) {
    .dropdown-menu::before {
        top: -16px;
        right: 13px;
        left: auto;
        transform: translateX(0);
    }

    .dropdown-menu::after {
        top: 0px;
        background: white;
        content: "";
        right: 13px;
        transform: translateX(0%);
        border-radius: 0px;
        left: auto;
    }

    .bg-white-mobile {
        background-color: #fff;
    }

    .single-content-right-box {
        box-shadow: none;
    }
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .logo {
        width: 180px;
    }

    .header-search .form-control {
        width: 195px;
    }
}

@media screen and (max-width: 767.98px) {
    h1 {
        font-size: 28px;
        line-height: 34px;
        font-family: 'ProximaNovaBold';
    }

    h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .mx-pagination {
        font-size: 12px;
        line-height: 20px;
    }

    .slick .slick-prev, .slick .slick-next {
        display: none !important;
    }

    .featured-img-thumb-single > img {
        border-radius: 0;
        height: 170px;
        object-fit: cover;
    }

    .share-btn {
        width: 30px;
        line-height: 30px;
        height: 30px;
    }

        .share-btn img {
            width: 15px;
            height: 15px;
        }

    .video-popup iframe {
        height: 200px;
    }

    .f-sm-20 {
        font-size: 20px;
    }

    .f-sm-14 {
        font-size: 14px;
    }

    .title-with-border .title {
        width: 100%;
    }

    .iconw-with-content-sec {
        padding: 0;
    }

    .product-wrapper .product-img {
        height: 160px;
    }

    .prd-title {
        font-size: 16px;
        line-height: 24px;
    }

    .product-meta p {
        font-size: 14px;
    }

    .slick-track {
        padding-bottom: 20px;
    }

    .btn {
        font-size: 14px;
    }

    .banner-slider-img {
        height: 280px;
        object-fit: cover;
        border-radius: 6px;
    }

    .banner-slider {
        margin-bottom: 10px !important;
    }

    .header-course-dropdown .btn {
        font-size: 14px;
    }

    .banner-meta {
        width: 95%;
    }

    .lh-sm-24 {
        line-height: 24px;
    }

    .icon-with-content h2 {
        font-size: 18px;
        line-height: 18px;
        margin-top: 10px;
    }

    .lh-sm-22 {
        line-height: 22px;
    }

    .banner {
        padding-top: 0;
    }

    .icon-with-content img {
        width: 28px;
        height: 30px;
        object-fit: contain;
    }

    .icon-with-content .col-4 {
        padding-left: 0;
    }
}

/*========================
	9. BLOG
=========================*/
.blog-post {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.ttr-post-title {
    margin-bottom: 5px;
}

    .ttr-post-title .post-title {
        margin-top: 20px;
        margin-bottom: 5px;
    }

.ttr-post-meta {
    margin-bottom: 15px;
}

    .ttr-post-meta ul {
        list-style: none;
        text-transform: capitalize;
    }

        .ttr-post-meta ul li {
            padding: 0;
            display: inline-block;
            color: #707070;
            font-weight: 500;
            font-size: 14px;
        }

            .ttr-post-meta ul li strong {
                font-weight: 500;
            }

    .ttr-post-meta li:after {
        content: "|";
        display: inline-block;
        font-weight: normal;
        margin-left: 5px;
        opacity: 0.5;
    }

    .ttr-post-meta li:last-child:after {
        display: none;
    }

    .ttr-post-meta a {
        color: #707070;
    }

    .ttr-post-meta i {
        margin: 0 5px;
        font-size: 15px;
    }

.ttr-post-text {
    margin-bottom: 20px;
}

    .ttr-post-text p:last-child {
        margin: 0;
    }

@media only screen and (max-width: 1200px) {
    .ttr-post-meta .d-flex {
        display: block !important;
    }
}
/*blog post half iamge*/
.blog-md .ttr-post-media {
    width: 300px;
    height: 100px;
    border-radius: 4px;
}

.blog-md .ttr-post-info {
    border: none;
    padding-left: 30px;
}

.blog-md .ttr-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}

.blog-md .ttr-post-info .post-title {
    margin-top: 0;
}

.blog-md,
.blog-md .ttr-post-info {
    overflow: hidden;
}

    .blog-md .ttr-post-info,
    .blog-md .ttr-post-media {
        display: table-cell;
        vertical-align: middle;
    }

    .blog-md .ttr-post-media {
        vertical-align: top;
    }

    .blog-md .ttr-post-info > div:last-child {
        margin-bottom: 0;
    }
/* Blog Share */
.blog-share {
    position: relative
}

.share-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

    .share-btn ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .share-btn ul li {
            display: inline-block;
            margin-left: -40px;
            float: left;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -ms-transition: all 0.5s;
        }

            .share-btn ul li a.btn {
                border-radius: 3px;
                width: 40px;
                line-height: 44px;
                height: 44px;
                display: block;
                color: #000;
                background: #E6E6E6;
            }

                .share-btn ul li a.btn:hover {
                    background: #D6D6D6;
                }

        .share-btn ul:hover li.share-button a.btn {
            background: #A0A0A0;
        }

        .share-btn ul:hover li {
            margin-left: 4px;
        }

.share-details-btn ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .share-details-btn ul li {
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 767px) {
    .blog-md.blog-post .ttr-pfost-media,
    .blog-md.blog-post .ttr-post-info {
        float: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        padding-left: 0;
    }

    .blog-md.blog-post .ttr-post-info {
        margin-top: 15px;
    }

    .blog-md .ttr-post-media {
        width: 100%;
    }
}
/*Blog single*/
.blog-single .ttr-post-meta {
    margin-bottom: 20px;
}

.blog-single .ttr-post-text {
    margin-top: 20px;
}

.blog-single .ttr-post-tags {
    margin-top: 20px;
}

.blog-single .ttr-post-media {
    border-radius: 4px;
}
/*= comment list = */
.comments-area {
    padding: 0;
}

    .comments-area .comments-title {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500;
    }

ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    ol.comment-list li.comment {
        position: relative;
        padding: 0;
        border-bottom: 1px solid #eee;
        /*margin-bottom: 10px;*/
    }

        ol.comment-list li.comment .comment-body {
            position: relative;
            margin-bottom: 15px;
            margin-left: 40px;
            position: relative;
            margin-top: 15px;
        }

        ol.comment-list li.comment .comment-author {
            display: block;
            margin-bottom: 0;
        }

            ol.comment-list li.comment .comment-author .avatar {
                position: absolute;
                top: 0;
                left: -80px;
                width: 56px;
                height: 56px;
                border-radius: 100%;
                -webkit-border-radius: 100%;
                border: 2px solid #FFF;
            }

            ol.comment-list li.comment .comment-author i.avatar {
                position: absolute;
                top: 5px;
                left: -10px;
                width: 0px;
                height: 0px;
                color: #000;
                text-align: center;
                font-size: 15px;
                border-radius: 0%;
                -webkit-border-radius: 0%;
                border: none;
            }

            ol.comment-list li.comment .comment-author .fn {
                display: inline-block;
                color: #000000;
                font-size: 13px;
                /*text-transform: uppercase;*/
                font-weight: 400;
                font-style: normal;
            }

            ol.comment-list li.comment .comment-author .says {
                display: none;
                color: #999999;
                font-weight: 600;
            }

        ol.comment-list li.comment .comment-meta {
            color: #8d8d8d;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

            ol.comment-list li.comment .comment-meta a {
                color: #8d8d8d;
            }

            ol.comment-list li.comment .comment-meta a {
                color: #9d9d9d;
                font-size: 13px;
            }

        ol.comment-list li.comment p {
            margin: 0 0 5px;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            color: #505050;
        }

        ol.comment-list li.comment .reply a {
            position: absolute;
            top: 0px;
            right: 30px;
            margin-top: 0px;
            color: #000;
            font-weight: 400;
            font-size: 14px;
        }

    ol.comment-list li .children {
        list-style: none;
        margin-left: 80px;
    }

        ol.comment-list li .children li {
            padding: 0;
        }

@media only screen and (max-width: 767px) {
    .comments-area .padding-30 {
        padding: 15px;
    }

    ol.comment-list li.comment .comment-body {
        margin-bottom: 30px;
        margin-left: 70px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -75px;
        height: 60px;
        width: 60px;
    }

    ol.comment-list li .children {
        margin-left: 20px;
    }

    /*ol.comment-list li.comment .reply a {
        position: static;
    }*/
}

@media only screen and (max-width: 480px) {
    ol.comment-list li.comment .comment-body {
        margin-left: 30px;
    }

    ol.comment-list li.comment .comment-author .avatar {
        left: -55px;
        top: 12px;
        width: 40px;
        height: 40px;
    }
}
/*= comment form = */
.comment-respond {
    padding: 30px 30px;
    background: #f6f7f8;
}

    .comment-respond .comment-reply-title {
        text-transform: uppercase;
        font-size: 20px;
    }

    .comment-respond .comment-reply-title {
        font-size: 20px;
        font-weight: 500;
    }

.comments-area .comment-form {
    margin: 0 -15px;
}

    .comments-area .comment-form .comment-notes {
        display: none;
    }

    .comments-area .comment-form p {
        width: 33.333%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
        position: relative;
    }

        .comments-area .comment-form p.form-allowed-tags {
            width: 100%;
        }

ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px !important;
}

.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}

.comments-area .comment-form p input[type="text"],
.comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding: 10px 10px 10px 0;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-transform: capitalize;
    border-width: 0 0 2px 0;
    color: #000000;
    background: transparent;
    font-size: 15px;
}

.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}

.comments-area .comment-form p textarea {
    height: 120px;
}

.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}

.comments-area .comment-form p input[type="submit"] {
    background-color: #EFBB20;
    border: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 8px 30px;
}

    .comments-area .comment-form p input[type="submit"]:hover,
    .comments-area .comment-form p input[type="submit"]:focus,
    .comments-area .comment-form p input[type="submit"]:active {
        background-color: #ff7800;
        border-color: #6ab33e;
        color: #fff;
    }

@media only screen and (max-width: 767px) {
    .comments-area .comment-form p {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .comment-respond {
        padding: 20px;
    }
}

.media-post,
.post-tag {
    margin-bottom: 5px;
}

    .media-post li {
        list-style: none;
        display: inline-block;
        font-size: 13px;
        text-transform: capitalize;
        font-family: 'Segoe UI', Arial, sans-serif;
        margin-right: 5px;
    }

        .media-post li a {
            color: var(--primary);
            vertical-align: middle;
        }

            .media-post li a i {
                margin-right: 5px;
                font-size: 13px;
            }

    .post-tag li {
        display: inline-block;
        font-size: 14px;
        margin-bottom: 5px;
        list-style: none;
    }

.post-title a {
    color: #061538;
}

.blog-post p,
.recent-news p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #242424;
}

.post-extra {
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding-top: 15px;
    margin-top: 10px;
}

.media-post {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.media-post,
.post-tag {
    margin-bottom: 5px;
}

.widget {
    margin-bottom: 50px;
}

.widget-title {
    position: relative;
    margin-bottom: 20px;
    vertical-align: middle;
}

.widget .widget-title,
.widget .post-title {
    text-transform: uppercase;
}

.recent-posts-entry ul,
.category-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
    border: 0;
}
/* widget link*/
.widget-link ul {
    margin: 0px;
    padding: 0px;
}

    .widget-link ul li {
        list-style: none;
        display: inline-block;
        padding-left: 3px;
        padding-right: 10px;
        position: relative;
    }

        .widget-link ul li:last-child {
            padding-right: 3px;
        }

            .widget-link ul li:last-child:after {
                content: none;
            }

.widget-link li:after {
    content: "/";
    position: absolute;
    right: 0;
}
/* widget listing*/
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_rss ul,
.widget_recent_entries ul,
.widget_services ul,
.widget_getintuch ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .widget_categories ul li,
    .widget_archive ul li,
    .widget_meta ul li,
    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_nav_menu li,
    .widget_recent_entries ul li,
    .widget_services ul li {
        padding-bottom: 18px;
        margin-bottom: 13px;
        position: relative;
        padding: 8px 0px 8px 0px;
        margin-bottom: 0;
        line-height: 20px;
        color: #fff !important;
        font-size: 13px;
        font-family: 'Segoe UI', Arial, sans-serif;
        font-weight: 400;
    }

        .widget_categories ul li a,
        .widget_archive ul li a,
        .widget_meta ul li a,
        .widget_pages ul li a,
        .widget_recent_comments ul li a,
        .widget_nav_menu li a,
        .widget_recent_entries ul li a,
        .widget_services ul li a {
            color: #000;
            text-transform: capitalize;
        }

            .widget_categories ul li a:hover,
            .widget_categories ul li.active a,
            .widget_archive ul li.active a,
            .widget_archive ul li a:hover {
                /*color: #fff;*/
                /*background:#ff0000;*/
            }
        /* .widget_categories ul li:before,
.widget_archive ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_nav_menu ul li:before,
.widget_recent_entries ul li:before,
.widget_services ul li:before {
    content: "\f105";
    position: absolute;
	color: #000;
    left: 0;
    top: 10px;
    display: block;
    font-family: "FontAwesome";
} */
        .widget_categories ul li li,
        .widget_archive ul li li,
        .widget_meta ul li li,
        .widget_pages ul li li,
        .widget_recent_comments ul li li,
        .widget_nav_menu li li,
        .widget_services li li {
            border-bottom: none;
            padding-left: 10px;
            padding-right: 5px;
            padding-top: 0;
            padding-bottom: 0;
            line-height: 28px;
        }

            .widget_categories ul li li:before,
            .widget_archive ul li li:before,
            .widget_meta ul li li:before,
            .widget_pages ul li li:before,
            .widget_recent_comments ul li li:before,
            .widget_nav_menu li li:before,
            .widget_services li li:before {
                top: 0;
                left: -8px;
            }

.widget_archive ul {
    margin-top: -10px;
}
/*widget search custom*/

.search-bx .btn {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
/*widget search wp-default*/

.widget_search .screen-reader-text {
    display: block;
}

.searchform {
    position: relative;
}

    .searchform input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 10px 90px 10px 15px;
        border: 1px solid #CCCCCC;
    }

    .searchform input[type="submit"] {
        height: 40px;
        padding: 10px 15px;
        background-color: #77c04b;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }

        .searchform input[type="submit"]:hover,
        .searchform input[type="submit"]:focus,
        .searchform input[type="submit"]:active {
            background-color: #6ab33e;
            color: #ffffff !important;
            border-bottom-color: #5a9e2f;
        }
/* Search BX style 1 */

.search-bx.style-1 .input-group-btn button {
    background-color: #202020;
    border: 0;
    color: #fff;
    font-size: 15px;
    height: 45px;
    padding: 0 18px;
    border-width: 0;
}

.search-bx.style-1 .form-control {
    background-color: rgba(0,0,0,0.1);
    border-width: 0;
    font-size: 15px;
    height: 45px;
    padding: 5px 20px;
}
/*widget recent-posts*/
.recent-posts-entry .post-date,
.tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}

.widget .post-title {
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 15px;
    color: #404040;
    font-weight: 500;
    font-family: roboto;
}

    /*.widget .post-title a {
        color: #000;
    }*/

    .widget .post-title a:hover {
        color: var(--primary);
    }

.recent-posts-entry .widget-post {
    margin-bottom: 20px;
}

.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}

.recent-posts-entry .ttr-post-media {
    padding-right: 15px;
    width: 100px;
}

    .recent-posts-entry .ttr-post-media img {
        border-radius: 2px;
    }

.recent-posts-entry .ttr-post-info {
    background: transparent;
    padding: 0;
    margin-left: 110px;
    border: none;
}

.recent-posts-entry .post-meta span {
    margin-right: 10px;
}

.recent-posts-entry .ttr-post-meta {
    margin-bottom: 0;
}

.recent-posts-entry .ttr-post-info,
.recent-posts-entry .ttr-post-media {
    display: table-cell;
    vertical-align: middle;
}

.recent-posts-entry .widget-post,
.recent-posts-entry .ttr-post-info {
    overflow: hidden;
}
/*widget recent-comment*/
.widget_recent_comments ul li:before {
    content: "\f0e6";
}

.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999;
}
/* widget meta*/
.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}
/*widget calender*/
/*widget calender*/
.widget_calendar th, .widget_calendar td {
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
}

.widget_calendar tr {
    border-bottom: 1px solid #eee;
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
    color: #fff;
}

.widget_calendar .calendar_wrap td a {
    font-weight: 500;
}

.widget_calendar td,
.widget_calendar th {
    padding: 0.4em;
}

.widget_calendar caption {
    text-align: center;
    border-bottom: 1px solid;
    font-weight: 600;
}

.calendar_wrap th, tfoot td {
    /*background:#ff5e14;*/
}

.widget_calendar caption {
    border-color: #ff5e14;
}
/*widget tags-list*/
.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #f6f7f8;
    border: 0;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #000;
    font-weight: 400;
}

    .widget_tag_cloud a:hover {
        background-color: #000;
        color: #fff;
    }

.widget_tag_cloud.radius a {
    border-radius: 40px;
    padding: 7px 10px;
}
/*widget archive*/
.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}
/*widget text*/
.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #CCC;
}

    .widget_text select option {
        width: 100%;
    }
/*widget categories*/
.widget_categories li {
    text-align: right;
}

    .widget_categories li a {
        float: left;
        text-transform: capitalize;
    }

.widget_rss ul {
    margin: 0;
    line-height: 20px;
}

    .widget_rss ul li {
        line-height: 20px;
        margin-bottom: 15px;
    }

    .widget_rss ul .rsswidget {
        color: #000;
    }

    .widget_rss ul .rss-date {
        color: #909090;
        font-size: 13px;
        font-weight: 400;
    }

    .widget_rss ul .rssSummary {
        padding: 5px 0;
    }

    .widget_rss ul cite {
        color: #333;
        font-weight: 500;
    }
/*widget rss*/
.rsswidget img {
    display: inherit;
}

a.rsswidget,
cite {
    font-weight: 500;
}

.rssSummary {
    margin: 10px 0;
    line-height: 24px;
    font-size: 14px;
}

.rss-date {
    font-style: italic;
}

.widget_rss ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(120,120,120,0.5);
    padding-top: 0;
}

    .widget_rss ul li:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
/* widget get in tuch */
.widget_getintuch {
    padding-top: 10px;
}

    .widget_getintuch li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }

    .widget_getintuch b,
    .widget_getintuch strong {
        display: block;
        text-transform: uppercase;
    }

    .widget_getintuch i {
        position: absolute;
        left: 0;
        top: 5px;
        text-align: center;
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
/* widget gallery */
.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery.gallery-grid-4 li {
    width: 25%;
}

.gallery-grid-8 li {
    width: 12.5%;
}

@media only screen and (max-width: 767px) {
    .gallery-grid-8 li {
        width: 25%;
    }
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 2px;
}

    .widget_gallery li img {
        display: inline-block;
        width: 100%;
    }

    .widget_gallery li:nth-child(3n-3) {
        margin-right: 0;
    }

    .widget_gallery li:hover {
        opacity: 0.7;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

.widget_gallery a {
    display: inline-block;
}
/* Newslatter */
.widget-newslatter .news-box {
    background-color: #F5F6F7;
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget-newslatter p {
    font-style: italic;
    font-size: 15px;
    margin-bottom: 15px;
}

.widget-newslatter .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    height: 40px;
    margin-bottom: 0;
    padding: 5px 15px;
}

.widget-newslatter .btn {
    padding: 10px 15px;
    font-weight: 700;
    width: 50px;
}

.news-box:before {
    font-family: themify;
    content: "\e75a";
    font-size: 80px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    right: 20px;
    top: -10px;
    z-index: -1;
    opacity: 0.05;
}

.news-box form {
    position: relative;
}


/*****************Check List********************/
.checkboxcss {
    margin-bottom: 10px;
}

    .checkboxcss input[type="checkbox"]:not(:checked),
    .checkboxcss input[type="checkbox"]:checked {
        left: -9999px;
        position: absolute;
    }

        .checkboxcss input[type="checkbox"]:not(:checked) + label::before {
            content: "\f096";
            color: inherit;
            font-size: 19px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 24px;
            color: #244678;
        }


        .checkboxcss input[type="checkbox"]:checked + label::before {
            content: "\f14a";
            color: inherit;
            font-size: 19px;
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            position: absolute;
            left: 5px;
            -webkit-font-smoothing: antialiased;
            cursor: pointer;
            line-height: 24px;
            color: #244678;
        }

    .checkboxcss.termcondition input[type="checkbox"]:not(:checked) + label::before, .checkboxcss.termcondition input[type="checkbox"]:checked + label::before {
        line-height: 15px;
    }

    .checkboxcss input[type="checkbox"]:not(:checked) + label, .checkboxcss input[type="checkbox"]:checked + label {
        display: inline-block;
        background-color: transparent;
        border: 0;
        position: relative;
        padding: 3px 10px 3px 25px;
        min-width: 19px;
        margin: 0;
    }

.checkboxpadding input[type="checkbox"]:not(:checked) + label, .checkboxpadding input[type="checkbox"]:checked + label {
    padding: 3px 25px 20px 25px;
    font-size: 14px;
}

.checkboxcss .aspNetDisabled {
    background-color: #eee;
    border-radius: 5px;
    cursor: not-allowed;
    padding: 5px;
    margin: 3px;
}

/*************************************ajax popup***************************************/

.grid-col .PopupPanel {
    padding: 40px 15px 15px;
    background: #fff;
    top: 130px !important;
    max-width: 900px;
    width: 96%;
    position: fixed !important;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 400px;
    height: 98px;
}


.mfp-close, .mfp-preloader {
    text-align: center;
    position: absolute;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-close, .mfp-preloader a:hover {
    color: #fff;
}

.mfp-close {
    width: 30px;
    height: 40px;
    right: 0;
    top: 0;
    text-decoration: none;
    opacity: .65;
    filter: alpha(opacity=65);
    font-style: normal;
    font-size: 25px;
    float: right;
}

    .mfp-close:hover {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
}

.shareicons a {
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
}

    .shareicons a i {
        font-size: 32px;
        color: #fff;
    }
