/*------------------------------------------------------------------
[Dradmin Stylesheet]

Project:   Dradmin - The Ultimate Minimal HTML5 Template
Version:    1.1
Last change:08/30/2018 

-------------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,500,600,700');
/*------------------------------------------------------------------
[Layout]

* body
    + Global styles
    + Top-Bar
    + Header / .header
    + Business-hero / benner
    + Page-content
      - work
      - about-us section
      - blog Post
    + Footer / #footer

/* 
============================================
   Global styles
============================================
*/

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #fff8dc!important;
}

:focus {
    outline: none !important;
}

.form-control:focus,
.btn:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

/*------------------------------------------------------------------
Btn
*/

.bg-primary {
    background-color: #0aa8f2 !important;
}

.btn-primary {
    background-color: #0aa8f2 !important;
    border-color: #0aa8f2!important;
}

.btn-rounded {
    border-radius: 5px;
}




/*------------------------------------------------------------------
section
*/

.section {
    padding: 0px 0px 20px;
}

.btn {
    padding: 9px 20px;
}

.btn i {
    margin-left: 15px;
}

blockquote {
    border: 0;

    color: #202020;
    line-height: 1.8;
    font-size: 22px;
    font-size: 18px;
    padding: 20px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
    margin: 20px 0;
}



/*------------------------------------------------------------------
header
*/

.navbar-transparent .navbar-nav .active>.nav-link,
.navbar-transparent .navbar-nav .nav-link.active,
.navbar-transparent .navbar-nav .nav-link.show,
.navbar-transparent .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 1);
}

.navbar-nav .nav-link::before,
.navbar-nav .nav-link::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.navbar-nav .nav-link::after {
    margin-left: 4px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    border: 0 !important;
    vertical-align: top;
}

.navbar-nav .nav-link::before {
    margin-right: 4px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

.navbar-nav .nav-link:hover:before,
.navbar-nav .nav-link:hover:after,
.navbar-nav .nav-link:focus:before,
.navbar-nav .nav-link:focus:after,
.navbar-nav .nav-link.active:before,
.navbar-nav .nav-link.active:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar-light .navbar-nav .nav-link{ font-size: 15px; }


/*------------------------------------------------------------------
abbr
*/

abbr {
    position: relative;
    padding: 0 5px;
}

abbr:after {
    content: "";
    background-color: #e7d0d0;
    height: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}




/*------------------------------------------------------------------
work
*/

.work_card {
    padding: 50px 15px;
    text-align: center;
    display: table;
    width: 100%;
    height: 400px;
    text-decoration: none;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.work_card .abs-con {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    z-index: 10;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.work_card:before {
    background-color: #000;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 0;
}

.work_card:after {
    background-color: transparent;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0;
    opacity: 1;
    z-index: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
    border: 10px solid #703030;
    opacity: 0;
}

.work_card:hover:after,
.work_card:hover .abs-con {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity: 0.3s;
    opacity: 1;
}

.work_card:hover:before {
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0.5;
}

.work_card .abs-con h4 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.work_card .abs-con ul li {
    color: #fff;
    font-size: 15px;
}

.work_home-page a {
    text-decoration: none;
}

.work_card .abs-con ul {
    margin-bottom: 0px;
}

.about-list li {
    margin-bottom: 13px;
}

.about-list li span:first-child {
    font-size: 18px;
    margin-right: 15px;
}

.about-list {
    margin-bottom: 0px;
    margin-top: 35px;
}

.detail_list li {
    margin-bottom: 13px;
}

.detail_list li span:first-child {
    font-size: 18px;
    margin-right: 15px;
}

.detail_list {
    margin-bottom: 0px;
}






/*------------------------------------------------------------------
post
*/

.post {
    margin: 0 0 50px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
}

.post+.post {
    margin: 80px 0 0;
}

.post-preview {
    position: relative;
    overflow: hidden;
}

.post-preview img {
    width: 100%;
    transition: all .7s cubic-bezier(.2, 1, .22, 1);
}

.post:hover .post-preview img {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
}

.post-wrapper_blog {
    padding: 50px 48px;
    background-color:#fff;
  }

.post-wrapper {
    padding: 50px 48px;
    background-color:#fff;
  }
  
  @media screen and (min-width: 1001px) {
    .post-wrapper {
      max-height: 380px;
      min-height: 380px;
    }
  }

.post-more {
    margin: 20px 0 0;
}

.post-more a:hover {
    color: #333;
}

.post-header {
    margin: 0 0 26px;
}

.post-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    margin: 0 0 12px;
}

.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #bdbdbd;
}

.post-meta>li {
    position: relative;
    display: block;
    margin: 0 15px 0 0;
}

.post-meta a {
    color: #bdbdbd;
}

.post-meta a:hover,
.post-meta a:focus {
    color: #333;
}

.post-info {
    border-top: 1px solid #f2f2f2;
    padding: 20px 48px;
}

.post-info a {
    color: #202020;
}

.post-info a:hover,
.post-info a:focus {
    color: #333;
}

.post-tags {
    margin: 30px 0 0;
}

.post-tags a {
    background: #f2f2f2;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 14px;
    color: #111;
}

.post-tags a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
    margin-top: 0;
}

h2.post-title a {
    color: #333;
}

.post-content p,
.post-content ul,
.post-content ol {
    margin: 0 0 30px;
}

.post-content blockquote {
    border-left: 2px solid #eaeaea;
    margin: 40px 0;
}

.post-content blockquote:hover {
    border-color: #333;
}

.post-content ul,
.post-content ol {
    margin-left: 40px;
}

.post-content ul {
    list-style-type: disc;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content>*:last-child {
    margin-bottom: 0;
}

.widget {
    margin: 0 0 50px;
}



/*------------------------------------------------------------------
[Widgets]
*/

.widget {
    margin: 0 0 50px;
}

.widget .widget-title {
    margin: 0 0 25px;
}

.widget .widget-title h6 {
    font-size: 18px;
    margin: 0;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
    margin-bottom: 0px;
}

.widget a {
    color: #828282;
}

.widget a:hover,
.widget a:focus {
    color: #333;
}

.widget input,
.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-width: 1px;
    border-color: #eee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size:14px;
    padding: 8px 15px;
}



/* --- [ Search Widget ] --- */

.widget_search form {
    position: relative;
}

.search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: -2px;
    height: 100%;
    right: 10px;
    transition: all .3s ease-out;
    color: #ddd;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.search-button:hover {
    color: #333;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}

.widget_recent_works,
.widget_recent_entries a,
.widget_recent_entries_custom a {
    color: #202020;
}

.post-date {
    font-size: 14px;
    display: block;
    opacity: .7;
}

.widget_recent_entries_custom ul li {
    display: table;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.widget_recent_entries_custom .wi,
.widget_recent_entries_custom .wb {
    vertical-align: top;
    display: table-cell;
}

.widget_recent_entries_custom .wi {
    float: left;
    width: 124px;
}

.widget_recent_entries_custom .wi img {
    width: 100%;
}

.widget_recent_entries_custom .wb {
    padding-left: 14px;
    width: 100%;
    line-height: 20px;
}



/* --- [ Resent Works Widget ] --- */

.widget_recent_works>ul {
    margin: 0 -4px;
}

.widget_recent_works>ul:before,
.widget_recent_works>ul:after {
    content: " ";
    display: table;
}

.widget_recent_works>ul:after {
    clear: both;
}

.widget_recent_works>ul>li {
    border: 0 !important;
    float: left;
    width: 33.333%;
    padding: 4px;
    margin: 0;
}

.widget_recent_works>ul>li>a:hover {
    opacity: .5;
}



/* --- [ Tags Widget ] --- */

.widget_tag_cloud .tagcloud>a {
    background: #f2f2f2;
    position: relative;
    display: inline-block;
    padding: 1px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    font-size: 14px;
    color: #111;
}

.widget_tag_cloud .tagcloud>a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
}



/*------------------------------------------------------------------
[Pagination]
*/

.pagination {
    border-bottom: 1px solid #eee;
    text-align: center;
    display: block;
    margin: 60px 0 0;
}

.pagination>li {
    display: inline-block;
    margin: 0;
}

.pagination>li>a>.arrows,
.pagination>li>span>.arrows {
    font-size: 35px;
}

.pagination>li>a>.arrows:before,
.pagination>li>span>.arrows:before {
    line-height: 40px;
}

.pagination .prev {
    text-align: left;
    float: left;
}

.pagination .next {
    text-align: right;
    float: right;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    background-color: transparent;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover {
    border-color: #333;
    color: #202020;
}

.page-link {
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #202020;
    margin: 0 0 -1px;
    border-bottom: 2px solid transparent;
}

.page-link,
.page-link:focus,
.page-link:hover,
.page-item.active .page-link {
    background: transparent;
}

.page-link,
.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 0;
}



/*------------------------------------------------------------------
[Comments & Comment Form]
*/

.comments-area {
    margin: 0 0 50px;
}

.comments-title,
.comment-reply-title {
    font-size: 14px;
    margin: 0 0 20px;
}

.comment-list {
    margin: 0 0 50px;
}

.comment-list>.comment:first-child {
    padding: 10px 0 0;
}

.comment-reply-title {
    margin: 0 0 10px;
}

.comment-form {
    margin-top: 40px;
}

.comment {
    padding: 35px 0 0;
}

.comment .children>.comment {
    margin-left: 85px;
}

.comment-author {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-author>img {
    border-radius: 50%;
}

.comment-body {
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
    margin: 0 0 0 85px;
}

.comment-meta {
    margin: 0 0 15px;
}

.comment-meta-author a {
    color: #202020;
}

.comment-meta-author a:hover,
.comment-meta-author a:focus {
    color: #333;
}

.comment-meta-date {
    font-size: 90%;
}

.comment-meta-date a {
    color: #828282;
    opacity: .6;
}

.comment-meta-date a:hover,
.comment-meta-date a:focus {
    color: #333;
    opacity: 1;
}

.comment-reply {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.comment-reply>a {
    background-color: #f2f2f2;
    padding: 7px 8px 5px 10px;
    display: block;
    color: #303133;
}

.comment-reply>a:hover,
.comment-reply>a:focus {
    background: #333;
    color: #fff;
}

.sidebar {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    padding: 15px 30px;
}
/*------------------------------------------------------------------
contact-us */
div#contact-us {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 15px 0px;
}

/*------------------------------------------------------------------
footer
*/

p.help-block.text-danger ul {
    padding: 0px 0px 0px 15px;
}

footer.footer {
    padding: 50px 0px ;
    border-top:1px solid #ddd;
}

footer.footer ul li a {
    color: #000;
    font-size: 15px;
    padding: 0 5px;
}


@media(max-width: 991px) {
    div#Dradmin {
        position: absolute;
        top: 100%;
        background-color: #f1f1f1;
        z-index: 1;
        width: 100%;
        left: 0;
        padding: 0px 15px;
        background-color: #;
    }
}

@media(max-width: 767px) {
    .sidebar {
        margin-top: 10px;
    }

    .h2,
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    .section {
        padding: 10px 0px;
    }
    .work_card {
        height: 300px;
    }

    .post-wrapper {
        padding: 30px 15px;
    }
    footer.footer {
        padding: 20px 0px;
        text-align: center;
    }
    .sidebar {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    padding: 15px 15px;
}
}