/* right wedget area css */
/* wedget search area css */
.single-sid-wdg {
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    padding: 30px;
}


.single-sid-wdg h3 {
    font-weight: 700;
    color: #353858;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
    padding-left: 25px;
}

.single-sid-wdg h3:before {
    background: #ff2782;
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
}

.wdg-search-form {
    position: relative;
}

button.submit-btn:focus,
button.submit-btn {
    background: #252637 none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
}

.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.wdg-search-form input :focus {
    background: transparent !important;
    border: 1px solid #98cb2b;
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #f10000;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}

/* widget post archive area css */

.wdg-post-archive li {
    margin-bottom: 25px;
}

.wdg-post-archive li:last-child {
    margin-bottom: 0;
}

.wdg-post-archive li a {
    font-size: 15px;
    color: #757575;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
}

.wdg-post-archive li:hover a {
    color: #ff60a3;
}

.wdg-post-archive li a span {
    float: right;
}

/* widget follow us css */
.single-sid-wdg .wdg-follow-us {
    padding: 0;
    margin: 0;
}

.wdg-follow-us li {
    display: inline-block;
    margin: 0 5px;
}

.wdg-follow-us li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

.wdg-follow-us li a:hover {
    color: #fff;
    background: #252637;
}

/* widget tags area css */

.single-sid-wdg .widget_tag_cloud .tagcloud a {
    font-size: 13px;
    line-height: 24px;
    color: #1a2b3c;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    margin: 0px 5px 10px 0px;
}

.single-sid-wdg .widget_tag_cloud .tagcloud a:hover {
    background: #01105a;
    color: #fff;
}

/* widget categories area css */

.single-sid-wdg {}

.single-sid-wdg .widget_categories {}

.single-sid-wdg .widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg .widget_categories ul li {}

.single-sid-wdg .widget_categories ul li a {
    text-transform: capitalize;
    font-size: 16px;
    color: #757575;
    transition: all .3s;
}

.single-sid-wdg .widget_categories ul li:hover a {
    color: #ff2782;
}


/******************************* footer area css ******************************/

.almi-footer-area {
    background: #252637;
}

/* footer wedget all  */
.footer-single-wedget h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size: 28px;
    position: relative;
    padding-left: 25px;
}

.footer-single-wedget h3:before {
    background: #ff2782;
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
}

.footer-single-wedget {
    margin-bottom: 30px;
}

/* footer wedget Services Link  */
.footer-single-wedget .widget_nav_menu {
    margin-left: 30px;
}

.footer-single-wedget .widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px;
}

.footer-single-wedget .widget_nav_menu .menu li {
    margin-bottom: 8px;
    padding-bottom: 7px;
}

.footer-single-wedget .widget_nav_menu .menu li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

.footer-single-wedget .widget_nav_menu .menu li a:hover {
    color: #ff2782;
    margin-left: 4px;
    font-family: 'Poppins', sans-serif;
}

/* footer wedget recent post  */

.footer-single-wedget .widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single-wedget .widget_recent_entries ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-single-wedget .widget_recent_entries ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.footer-single-wedget .widget_recent_entries ul li a {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 500;
}

.footer-single-wedget .widget_recent_entries ul li a:hover {
    color: #ff2782;
}

.footer-single-wedget .widget_recent_entries ul li span {
    font-size: 14px;
    color: #a5adb8;
    font-weight: 400;
    display: block;
}

/* footer wedget contact info */

.footer-single-wedget .custom-html-widget .contact-details {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single-wedget .custom-html-widget .contact-details li {
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 30px;
    vertical-align: middle;
    cursor: pointer;
}

.footer-single-wedget .custom-html-widget .contact-details li:hover i {
    background: #ff2782;
    color: #fff;
}

.footer-single-wedget .custom-html-widget .contact-details li i {
    width: 30px;
    height: 30px;
    font-size: 14px;
    background: #fff;
    text-align: center;
    color: #ff2782;
    line-height: 30px;
    border-radius: 50%;
    float: left;
    margin: 7px 12px 7px 0;
    transition: all .3s;
}

.footer-single-wedget .custom-html-widget .contact-details li:last-child {
    margin-bottom: 0;
}

/* footer wedget custom html  */
.footer-single-wedget .custom-html-widget p {
    font-size: 15px;
    color: #fff;
}

.custom-html-widget {}

.custom-html-widget .footer-subscribe-form-box {}

.custom-html-widget .footer-subscribe-form-box .form-control {
    height: 50px;
    padding: 0 30px;
    background: #fff;
    color: #696969;
    font-size: 15px;
    border-radius: 25px;
    border: none;
    text-transform: capitalize;
    width: 75%;
    float: left;
}

.footer-subscribe-form-box button.footer-btn {
    padding: 15px;
    border-radius: 50%;
    background: #fff;
    height: 50px;
    width: 50px;
    margin-left: 15px;
    transition: all .3s;
    line-height: 1;
    font-size: 20px;
}

.footer-subscribe-form-box button.footer-btn:hover {
    background: #f10000;
    color: #fff;
}






/* footer copyright css */
.almi-copyright-area {
    background: #252637;
}

.merox-footer-area2 {
    background-color: #4e3ae5;
}

.footer-copyright p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.footer-copyright {
    border-top: 1px solid #0278f3;
    padding: 50px 0;
}

.footer-copyright p a {
    color: #0278f3;
    font-weight: 700;
}