/*
Theme Name: Dropex
Theme URI: https://shtheme.com/demosd/dropex
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Dropex WordPress Theme is Responsive Professional , simple ,usable designed for construction companies, building firms, Architecture, Interior Professional Companies , Portfolio and much more.
Version: 2.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: dropex

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



:root {
    --main-color-1: #fd972e;
    --main-color-2: #09162a;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #3a405b;
}
.widget_calendar {
    float: none;
}
#wp-calendar {
    width: 100%; 
}
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { 
    font-size: 10px; 
}
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { 
    color: #aaa; 
}
#wp-calendar tbody td {
 background: #f5f5f5; 
 border: 1px solid #E9E9E9; 
 text-align: center; 
 padding:8px;
}
#wp-calendar tbody td#today {
    background: #16A085; 
    color: #fff;
}
#wp-calendar tbody td#today a {
    color: #fff;
}
#wp-calendar tbody td:hover { 
    background: #fff; 
}
#wp-calendar tbody .pad { 
    background: none; 
}
#wp-calendar tfoot {
    border: 1px solid #E9E9E9;
}
#wp-calendar tfoot #next { 
    font-size: 12px; 
    text-transform: uppercase; 
    text-align: right; 
    color: #83c99f;
}
#wp-calendar tfoot #prev { 
    font-size: 12px; 
    text-transform: uppercase; 
    padding-top: 10px; 
    color: #83c99f;
}

.widget select {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text .textwidget img{
    max-width: 100%;
    height: auto;
}
.widget_text select, .widget_text input , .widget_text textarea  {
    max-width: 100%;
    padding: 5px;
    border: 1px solid #ccc; 
    width: 100%;
}
.widget_text option {
    max-width: 100%;
}

.widget_nav_menu ul li, .widget_pages ul li {
    color: #827b7d;
    line-height: 28px;
}
.widget_nav_menu ul li ul, .widget_pages ul li ul {
    padding-left: 15px;
}
.widget_nav_menu ul li a, .widget_pages ul li a{
    color: #827b7d;
}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {
    color: #615C5C;
}
#sidebar .textwidget img {
    max-width: 100%;
}
img{
    width: auto !important;
    max-width:100%;
    height: auto;
}
.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    padding: 7px 15px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    width: auto;
}
.form-submit input.submit:hover{
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #16A085;
    color: #ffffff;
}
.screen-reader-text{
    color: #777;
}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single-content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single-content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single-content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 } 
 .comment_text  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text  table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.comment_text  table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single-content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single-content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single-content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 .comment_text  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.comment_text  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.comment_text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
    font-size: 18px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #777;
}
form.post-password-form input[type=submit] {
    padding: 1px 5px;
    background: #000;
    color: #fff;
    border-color: #000;
    width: auto;
}
 .screen-reader-text {
    display: none;
}

.widget ul li {
    list-style: none !important;
}
.widget ul {
    padding-left: 0px !important;
}
.widget ul.sub-menu , .widget ul.children{
    padding-left: 10px !important;
}
.widget ul.sub-menu li, .widget ul.children li{
    padding-bottom: 3px !important;
}
ul.children{
    margin-left: 25px;
    margin-bottom: 35px;
    background-color: #fafafa
}

/*add */ 
span.featured-post {
    color: #333;
    font-weight: bold !important;
    margin-right: 5px;
    float: right;
}
.wp-tag-cloud li {
    display: inline-block;
    padding-bottom: 0px !important;
}
.wp-tag-cloud li:hover{
    color: #fff;
    text-decoration: none;
}
.wp-tag-cloud li a {
       padding: 7px 15px;
    display: inline-block;
    margin-bottom: 5px;
    background: #f7f7f7;
    font-size: 13px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    z-index: 3;
    border-radius: 4px;
}
.wp-tag-cloud li a:before {
    content: "";
    position: absolute;
    top: 25%;
    bottom: -46%;
    left: -71%;
    right: -27%;
    background: #eaeaea;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .4s;
    -webkit-transition: all .4s;
}
.wp-tag-cloud li:hover a {
    background: var(--main-color-1);
    color: #fff;
}

.wp-tag-cloud li:hover a:before {
    background: #ea8a28;
}
p.logged-in-as {
    padding: 5px 0px;
    padding-left: 15px;
}
p.logged-in-as a{
    color: #888;
}

h3.archive-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 25px;
    font-weight: 600;
}
.wrap-blog ul.children {
    padding-left: 10px;
}

.single-content h1 {
    font-size: 46px;
}
.single-content h2 {
        font-size: 34px;
}
.single-content h3 {
    font-size: 26px;
}
.single-content h4 {
    font-size: 22px;
}
.single-content h5 {
    font-size: 20px;
}
.single-content h6 {
    font-size: 16px;
}
.comment_text h1 {
    font-size: 46px;
}
.comment_text h2 {
        font-size: 34px;
}
.comment_text h3 {
    font-size: 26px;
}
.comment_text h4 {
    font-size: 22px;
}
.comment_text h5 {
    font-size: 20px;
}
.comment_text h6 {
    font-size: 16px;
}

/******/

body.logged-in #main-menu {
    padding-top: 42px;
}

a.comment-reply-link:hover {
    color: var(--main-color-1);
}
.leave-form input {
    margin-bottom: 0px;
}
.text-leave textarea {
    margin-bottom: 30px;
}
body.logged-in .text-leave textarea {
    margin-bottom: 0px;
}
.single-widget ul li {
    margin-bottom: 10px;
    font-size: 15px;
}
.contact-form .cont-submit {
    border: 1px solid #16a085 !important;
    width: auto;
    border-radius: 0px !important;
    }
.white .white {
    color: #fff !important;
}
.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url(img/blog/list/breadcrumb.jpg) no-repeat scroll center center / cover;
    padding-bottom: 100px;
    padding-top: 150px;
    position: relative;
}
.error404 .breadcrumb-area{
    height: 500px;
}
.page-404 .blog-info a {
    color: #fff;
    font-size: 18px;
}

.r-breadcurmbs-1 .page-404 {
    margin-top: -150px;
    margin-bottom: 200px;
}
.pd-bt-40 {
    padding: 10px 0px;
}
.menu.one-page ul.sub-menu {
    display: none;
}
.media-list .comment_text li {
    margin-bottom: 0px;
}
.blog-meta{
    margin-top: 0px;
}
.blog-img{
    margin-bottom: 20px;
}

@media (max-width: 767px){
body.logged-in #main-menu.stick{
    padding-top: 15px!important;
}
.navbar-toggle {
    margin-top: 7px;
}
}

form.post-password-form input[type=submit]{
        padding: 0px 20px;
        height: 46px;
}
#respond{
    padding-top: 150px;
    margin-top: -150px;
}
h4.comment-title{
    background: none;
    margin-bottom: 10px;
    font-size: 24px;
}
.theme-comment-section .media-body{
    padding-left: 0px;
}
.media-left, .media>.pull-left {
    padding-right: 15px;
}
.blog-text.blog-details-post{
    margin-top: 0px;
}

.error404 .breadcrumb-area{
    min-height: 630px;
}
.page-404{
margin-top: 50px;
    }

.blog-info .blog-meta{
    margin-bottom: 10px;
}
.single-blog{
        border-bottom: 0.5px solid #999;
    padding-bottom: 20px;
}
.blog-single{
    border-bottom:  none; 
}
.breadcrumb-area {
    color: white;
}


.pagination>li>a, .pagination>li>span{
    color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
.pagination li span.current, .pagination li a:hover{
    color: #fff;
    background-color: var(--main-color-2);
    border-color: var(--main-color-2);
}
.blog-details-post p{
    margin-bottom: 10px;
}
#wp-calendar tfoot{
    display: none;
}
.wp-tag-cloud li a{
    font-size: 14px!important;
    margin: 0px;
}
.wp-tag-cloud li{
    margin-right: 5px;
    margin-bottom: 5px!important;
}

.blog-info .blog-meta{
    font-weight: 700;
    font-size: 16px;
}
.span-comment{
    float: right;
    margin-right: 10px;
}
.copyright-left{
    font-weight: 700;
}
.copyright-left.text-left > span{
    margin-top: 5px;
}

.price-list li {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 45px;
  text-transform:capitalize;
}
.page-links{
    clear: both;
}
.page-links a{
    margin-left: 4px;
    color: #252839;
}
.single-blog.blog-details-img.mb-50{
    padding-bottom: 37px;
    margin-bottom: 27px;
}
.single-blog:hover .blog-img img {
    transform: scale(1);
}
.single-blog.blog-details-img .blog-img a img{
    margin-top: 10px;
}

.theme-comment-section .media{
    padding-top: 10px;
}
.media-body > h3{
    padding-bottom: 10px;
}
.form-submit input.submit{
    background: #16A085 none repeat scroll 0 0;
    border: 1px solid #16A085;
    color: #ffffff;
}
.form-submit input.submit:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #fff;
}

@media (max-width: 767px){
.main-menu > nav > ul {
    padding-left: 15px;
    }
}

.theme-comment-section li.media .media-left{
        overflow: hidden;
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
}
.theme-comment-section li.media .media-body{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: auto;
}
h4.comment-title{
    padding-left: 0px;
}

.blog-single-section .comment-respond form .form-submit{
    padding-right: 15px;
    padding-left: 15px;
}
.blog-single-section .comment-respond form .form-submit input {
    background-color: #41516a;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
}

.blog-single-section .comment-respond form textarea {
    background-color: #f8f8fa;
    height: 195px;
    width: 100%;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 55px;
}

.blog-single-section .comment-respond h3 {
    font-size: 18px;
    font-size: 1.6rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1em;
}

.blog-single-section .comments {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pagination-wrapper .pg-pagination li .current{
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
}
.service01{
    margin-top: -130px!important;
}

.recent-news-section .entry-body .cat a{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.recent-news-section .entry-body h3 a{
    font-size: 22px;
    font-size: 1.46667rem;
    font-weight: 600;
    line-height: 1.36em;
    margin: 3px 0 0.73em;
}

.contact-section form > div:nth-child(5){
    width: 50%;
    float: left;
}


.wpcf7-form-control-wrap {
    position: unset!important;
}

.contact-section .submit input, .contact-section-s2 .submit input {
    font-family: "Poppins", sans-serif;
    background-color: #6220d9;
    /* font-size: 16px; */
    font-size: 1.06667rem;
    font-weight: bold;
    color: #fff;
    padding: 12px 50px;
    border: 0;
    outline: 0;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
}


.about01{
    margin-top: -220px!important;
}


.contact-section-s3 form label {
    display: inline-block;
}
div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: none;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(5){
        width: 65%;
}

.portfolio-section-s2 .portfolio-grids div:nth-child(6){
        width: 35%;
}

.logged-in .header-style-2 .sticky-on,.logged-in .header-style-1 .sticky-on,.logged-in .header-style-3 .sticky-on,.logged-in .header-style-4 .sticky-on {
    margin-top: 32px;
}

.img-recent{
    width: 69px!important;
    height: 62px;
}


.site-footer .upper-footer h3{
    color: white;
    font-size: 24px; */
    font-size: cacl-rem-value(24);
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 2em;
    position: relative;
    }

.blog-sidebar .single-widget:not(.widget_search) {
    max-width: 300px;
    margin-left: auto;
    border: 1px solid #e5e5e5;
    padding: 44px 30px;
}

.blog-sidebar > .single-widget + .single-widget, .blog-sidebar .recent-post-widget, .blog-sidebar .widget_categories{
    margin-top: 35px;
}

.recent-posts a {
    color: #41516a;
    font-size: 16px;
}

.blog-sidebar .single-widget h3{
    font-size: 1.33333rem;
    font-weight: 600;
    color: #41516a;
    margin: 0 0 1.3em;
    position: relative;
    text-transform: uppercase;
}

.widget_categories .cat-item {
        display: block;
    padding: 9px;
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.04);
}

.blog-sidebar .widget_categories .cat-item a{
    display: block;
    color: #5d5c5c;
    position: absolute;
}
.blog-sidebar .widget_categories .cat-item a:hover {
    color : black;
}
.blog-sidebar .widget_categories ul > li + li {
    border-top: 1px solid #e1e1e1;
}

.recentcomments a{
    color: #41516a;
    font-weight: 600;
}
.recentcomments a:hover {
    color: #37455a;
}
.widget_recent_comments ul > li + li {
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}

.recent-posts .date {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #bebfc0;
}

.entry-meta .fa-tag > a {
    padding-right: 5px;
}

.contact-section .contact-2 > h2{
    font-size: 2.4rem;
    color: #41516a;
    margin: -5px 0 1.25em;

}

.contact-section .contact-2 {
    padding-right: 55px;
}

.contact-section .contact-2 > div + div{
    margin-top: 55px;
}

.contact-section .contact-1{
    margin-bottom: 90px;
}

.about_imgs_carousel.portfolio-owl .owl-nav button.owl-prev span,
.about_imgs_carousel.portfolio-owl .owl-nav button.owl-prev {
    outline: none;
}

.site-footer .upper-footer {
    margin: -15px!important;
}

.blog-single-section .related-posts .entry-body .cat > a{
    color: #6220d9!important;
}

.page-404 h2{
    color: #fff;
    font-size: 48px;
}
 .page-404 h4{
    color: #fff;
    font-size: 24px;
}
.site-footer .upper-footer {
    font-size: 17px;
}

.blog-2 {
    background-color: #fff;
}

.blog-2 .theme-btn-s2{
    background-color: #6220d9;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-2 .theme-btn-s2:hover {
    background-color: #4e19ad;
}

.contact-section{
    margin-top: -30px;
}

.about-section-s5 .features-grids{
    padding-top: 60px!important;
}

.wpcf7-form {
    margin-right: -15px;
    margin-left: -15px;
}

.blog-single-section .entry-meta li > a, .blog-main-content .entry-meta li > a{
    padding-left: 5px;
}

.text-center {
    padding-top: 30px;
    color: #41516a;
}

.pr-0 .about-block {
    margin-left: -15px;
}

.single-meta li a {
    margin-right: 0px; 
}

li.post-author a:nth-child(2) {
    margin-right: 10px;
}

p.form-submit input {
    padding: 13px 50px;
    border: none;
    text-transform: uppercase;
    background: var(--main-color-1);
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.logged-in p.form-submit input {
    margin-left: 15px;
}

p.form-submit input:hover {
    cursor: pointer;
    background: hsl(30, 90%, 53%);
}

.logged-in .comment-respond form.comment-form {
    margin: -15px;
}

.wrap_page_sidebar .widget_categories h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}
.wrap_page_sidebar div.single-widget, .wrap_page_sidebar .content_widget {
    margin-bottom: 60px;
}

.nav-pagination span.page-numbers, .nav-pagination a.page-numbers {
    background: #fff;
    border: 1px solid #efefef;
    padding: 12px 15px;
    color: var(--main-color-1);
}
.blogs-nav {
    margin-left: 0px;
}

.blogs-grid .wrap-blog-text.wrap_blog_text_2 {
    padding-bottom: 70px;
}

ul.r-datameta-2 {
    float: left;
}

.r-datameta-2 li a.b_readmore {
    margin-left: 0px;
}
.wrap-blog-text .s-post-commenter {
    font-size: 12px;
    color: #fc962e;
    margin-right: 20px;
    opacity: .99;
    float: right;
}
.tags-list li a {
    margin-right: 5px;
}

a.r-author {
    margin-right: 0px!important;
}

.about-section-2 h2, .recent-caseses h2, .wrap_ctext_2 h3, .wrap_view_cases .dropex-btn {
    font-family: Montserrat!important;
}

.about-section-2, .recent-caseses {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
}
.blogs_section_layout_3 .wrap_blog_text_2 {
    padding-bottom: 70px;
}
.tp-form-el .your-message textarea {
    height: 72px;
}
.tp-wrap-btn input.sendmessage_btn {
    background: #f8942d;
}

.tp-wrap-btn input.sendmessage_btn:hover {
    background: var(--main-color-2);
}

.contactus .contact-form .tp-wrap-btn input {
    padding: 13px 50px;
    border: none;
    text-transform: uppercase;
    background: var(--main-color-1);
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.contactus .contact-form .tp-wrap-btn input:hover {
    cursor: pointer;
    background: hsl(30, 90%, 53%);
}

.wrap_portfolio_carousel .single_img_carousel img {
    width: 100%!important;
}

.wrapa_project_details .project_desc p {
    font-size: 15px;
}

.tagpoint-menu-2 {
    margin-top: 5px;
    display: inline-block;
    width: 600px;
    background-color: transparent;
    float: right;
}

.tp_wrap_search {
    display: inline-block;
}


ul#main_ul-primary > li > a {
    background: transparent;
    padding: 0px 12px!important;
}

ul#main_ul-primary > li > a > span > span {
    color: #fff;
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 13px;
}

.header-menu-1 nav.tp-fixed-menu ul#main_ul-primary > li > a > span > span,
.header-menu-2 nav.tp-fixed-menu ul#main_ul-primary > li > a > span > span,
.header-menu-3 nav.tp-fixed-menu ul#main_ul-primary > li > a > span > span,
.header-menu-5 nav.tp-fixed-menu ul#main_ul-primary > li > a > span > span {
    color: #3a405b!important;
}

nav.tp-fixed-menu ul#main_ul-primary > li:hover > a > span > span {
    color: #f7932d!important;
}

ul#main_ul-primary > li > a > span > span:hover {
    color: hsla(0, 0%, 100%, 0.65);
}


ul#main_ul-primary > li > a:after, ul#main_ul-primary > li > a:before {
    display: none;
}

ul#main_ul-primary > li > ul.mega_dropdown {
    width: 250px;
    margin-top: 4px;
    border-top: 3px solid var(--main-color-1);
    padding: 18px 15px 18px 15px;
    box-shadow: 0 20px 30px 0 rgba(28, 30, 35, 0.2), 0 -7px 40px 0 rgba(28, 30, 35, 0.2);
}


ul#main_ul-primary > li > ul.mega_dropdown > li > a > span > span.link_text {
    display: block;
    text-align: left;
    padding: 8px 15px;
    color: #3a405b;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
    font-family: Montserrat;
}

ul#main_ul-primary > li.columns1 > ul.mega_dropdown > li.menu-item-has-children > ul.mega_dropdown {
    width: 250px;
    border-top: 3px solid var(--main-color-1);
    padding: 18px 15px 18px 15px;
    box-shadow: 0 20px 30px 0 rgba(28, 30, 35, 0.2), 0 -7px 40px 0 rgba(28, 30, 35, 0.2);
    right: 105%;
    left: auto;
}

ul#main_ul-primary > li.columns1 > ul.mega_dropdown > li.menu-item-has-children >
 ul.mega_dropdown > li > a > span > span.link_text {
    display: block;
    text-align: left;
    padding: 6px 15px;
    color: #3a405b;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
    font-family: Montserrat;
}
    

ul#main_ul-primary > li > ul.mega_dropdown > li > a:hover > span > span.link_text,
ul#main_ul-primary > li.columns4 > ul.mega_dropdown > li > ul.mega_dropdown > li > a:hover > span > span.link_text {
    color: var(--main-color-1);
}

ul#main_ul-primary > li > ul.mega_dropdown > li > a + a {
    border-top: 1px dashed #efeded;
}

ul#main_ul-primary > li.columns4 > ul.mega_dropdown {
    width: 980px;
    height: 320px;
    margin-left: -340px;
}

.header-menu-4 ul#main_ul-primary > li.columns4 > ul.mega_dropdown {
    width: 1140px;
    height: 320px;
    margin-left: -16px;
}

ul#main_ul-primary > li.columns4 > ul.mega_dropdown > li > ul.mega_dropdown > li > a > span > span.link_text {
    display: block;
    text-align: left;
    padding: 6px 15px;
    color: #3a405b;
    font-weight: 500;
    font-size: 12px;
    background: #fff;
    font-family: Montserrat;
}

ul#main_ul-primary > li.columns4 > ul.mega_dropdown > li > ul.mega_dropdown > li + li {
    border-top: 1px dashed #efeded;
}

ul#main_ul-primary > li.columns4 > ul.mega_dropdown > li {
    border-right: 1px dotted #efeded;
}

ul#main_ul-primary > li.columns4 > ul.mega_dropdown > li > a > span > span.link_text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}


.header-menu-5 .row_menu_1 {
    height: 76px;
}

.header-menu-5 nav.tagpoint-menu-2 div#primary, 
.header-menu-1 nav.tagpoint-menu-2 div#primary, 
.header-menu-2 nav.tagpoint-menu-2 div#primary,
.header-menu-3 nav.tagpoint-menu-2 div#primary {
    position: relative;
    top: 8px;
}

.header-menu-5 ul#main_ul-primary > li > ul.mega_dropdown, 
.header-menu-1 ul#main_ul-primary > li > ul.mega_dropdown, 
.header-menu-2 ul#main_ul-primary > li > ul.mega_dropdown,
.header-menu-3 ul#main_ul-primary > li > ul.mega_dropdown {
    margin-top: 8px;
}

.tp_wrap_search {
    position: absolute;
    z-index: 99999;
}

header.header-menu-1, .header-menu-3 .bottom-menu-nav {
    height: 75px;
}


header.header-menu-2, header.header-menu-3 .top-nav {
    height: 74px;
}

header.header-menu-2 ul#main_ul-primary > li > a > span > span,
header.header-menu-4 ul#main_ul-primary > li > a > span > span {
    color: #fff;
}

header.header-menu-2 ul#main_ul-primary > li > a:hover > span > span,
header.header-menu-3 ul#main_ul-primary > li > a:hover > span > span, 
header.header-menu-4 ul#main_ul-primary > li > a:hover > span > span {
    color: var(--main-color-1);
}

.header-menu-4 nav.tagpoint-menu-2 {
    float: left;
}

.header-menu-4 ul.wrap_socail_icons {
    float: right;
    top: 15px;
    position: relative;
}

.header-menu-4 .bottom-menu div.row_menu_1 {
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-menu-4 .bottom-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logged-in header.header-menu-1, .logged-in header.header-menu-2, .logged-in header.header-menu-4,
.logged-in header.header-menu-3.tp-fixed-nav, .logged-in header.header-menu-5.tp-fixed-nav {
    top: 32px!important;
}

.subscribe_form input.wpcf7-email {
    width: 100%;
    padding: 13px 22px;
    border-radius: 50px;
    border: 0;
    color: #fff;
    font-size: 14px;
    background: transparent;
    box-shadow: 0 2px 20px 0 hsla(0, 0%, 0%, 0.06);
    border: 1px solid hsla(0, 0%, 100%, 0.4);
    transition: all .4s;
    -webkit-transition: all .4s;
}

.subscribe_form input.subcribe {
    height: 53px;
}

.search-content.search-content_3 {
    top: 57px!important;
    right: -5px!important;
}

.tagpoint-nav-search input {
    border: none;
    width: 100%;
    padding: 22px;
    height: 50px;
    background: #ebecec;
    border-radius: 50px;
}


@media (min-width: 992px) {
header.mobile-menu-11 {
    display: none;
}
}

@media (max-width: 991px) {
header.mega-menu-11 {
    display: none;
}
.tp_wrap_search {
    display: none;
}
.mobile-menu-11 nav.tp-mainmenu-mobile {
    width: 100%;
    margin-top: 15px;
}
.logged-in .mobile-menu-11 nav.tp-mainmenu-mobile {
    width: 100%;
    margin-top: 47px;
}


.mobile-menu-11 nav.tp-mainmenu-mobile ul {
    padding-right: 0px;
    padding-left: 0px;
}

.mobile-menu-11 .tagpoint-main-menu li {
    background: #fff;
    text-align: left;
    border-top: 1px solid #E9E9E9;
}

.mobile-menu-11 .tagpoint-main-menu li:hover, .mobile-menu-11 .tagpoint-main-menu li ul.sub-menu li:hover {
    background-color: #f0f0f0; 
}

.mobile-menu-11 .tagpoint-main-menu li ul.sub-menu li {
    text-align: left;
}

.mobile-menu-11 .tagpoint-main-menu li ul.sub-menu li a {
    font-size: 15px;
    width: 100%;
}

.logged-in .tp-fixed-nav .tagpoint-wrap-logo a, .logged-in .tp-fixed-nav .phone_menu.primary-color {
    margin-top: 10px;
}

.tagpoint-wrap-logo a {
    position: fixed;
    left: 10px;
}

.phone_menu.primary-color {
    position: fixed;
    right: 15px;   
}

.phone_menu.ltm_icon_active {
    top: 35px!important;
}

.logged-in .phone_menu.ltm_icon_active {
    top: 40px!important;
}


.logged-in .phone_menu.ltm_icon_active {
    top: 70px!important;
}

.logged-in .header-menu-2 .phone_menu.ltm_icon_active {
    top: 80px!important;
}

.logged-in .tp-fixed-nav .phone_menu.ltm_icon_active {
    top: 70px!important;
}

.mobile-menu-11 .top-nav-2 {
    display: none;
}

.header-menu-1 .fa-times:before,
.header-menu-2 .fa-times:before, .header-menu-3 .fa-times:before {
    color: #fff;
}
.header-menu-1.tp-fixed-nav .fa-times:before,
.header-menu-2.tp-fixed-nav .fa-times:before,
.header-menu-3.tp-fixed-nav .fa-times:before {
    color: #000;
}

.logged-in .header-menu-3 .phone_menu.ltm_icon_active {
    margin-top: 10px;
}


}

.error404 .dropex-section.r-breadcurmbs-1 {
    padding: 300px 0 0px;
}

.project-info li p, .case_cat a, .b-post-meta li, .b-post-meta li a, .r-post-date {
    color: #333;
}

.lns-button::after {
    position: relative;
    bottom: 1px;
}

.wrap_pa_text .pa_label {
    color: #333;
}

.dropex-slider .owl-nav button {
    top: 45%;
}

nav.nav-pagination .pagination li {
    margin-right: 5px;
}


@media (max-width: 991px) {
.tagpoint-main-menu>li.has-sub .tp_phone_dropdown {
    top: 2px;
}
.tagpoint-main-menu>li>a, .header-menu-2 .tagpoint-main-menu>li>a, .tp-main-menu.header-menu-2 .tagpoint-main-menu>li>a,
 .tp-main-menu.header-menu-4 .tagpoint-main-menu>li>a {
    font-size: 13px;
}
}


.wrap_num_pages .mum_of_project, .portfolio-playout-2 .projects_num {
    color: #808080!important;
}

@media (max-width: 1023px) {
    .header-menu-3.tp-fixed-nav .phone_menu.ltm_icon_active {
        margin-top: 7px;
    }
    .ltm_icon_active .fas.fa-times {
        bottom: 1px;
        position: relative;
    }
    .logged-in .mobile-menu-11 .tagpoint-main-menu li:first-child {
        margin-top: 5px;
    }
    .mobile-menu-11.tp-fixed-nav .tagpoint-main-menu li:first-child {
        margin-top: -1px;
    }
    .header-menu-2.mobile-menu-11 .tagpoint-menu-2 .tagpoint-main-menu li:first-child {
        margin-top: -2px;
    }
}

.dropex-slider button.owl-prev span, 
.dropex-slider button.owl-next span {
    position: relative;
    top: -2px;
}
.r-datameta li .fa-user {
    font-size: 12px;
    text-transform: uppercase;
    color: #fc962e;
    margin-right: 5px;
    opacity: .99;
}
.r-datameta li .fa-user + a{
    margin-right: 0px!important;
}
.tagpoint-wrap-logo a img.tp_darklogo{
    max-height: 36px;
    margin-left: 10px;
}
.tagpoint-wrap-logo a img.tp_whitelogo{
    max-height: 36px!important;
    margin-left: 10px!important;
}
.b-post-meta li.m-cats a:first-child{
    margin-right: 0px!important;
}
.row_nav.blogs-nav > .col-12{
    padding-left: 0px!important;
}
.wrap_blog_details > .row.single-tags{
    margin-left: 0px!important;
}
.wrap_blog_details > .row.single-tags > .col-lg-7.col-md-12{
    padding-left: 0px!important;
}
.wrap_page_sidebar .widget_search label.wp-block-search__label{
    display: none;
}
.wrap_page_sidebar .widget_search input.wp-block-search__input {
    height: 56px;
    outline: none;
    width: 100%;
    background-color: transparent;
    border: 1px solid #ccc;
}
.wrap_page_sidebar .widget_search button.wp-block-search__button   {
    height: 56px;
    padding: 0 20px;
    color: var(--main-color-2);
    border: none;
    background-color: var(--main-color-1);
    outline: none;
    margin-left: -1px;
}
.wrap_page_sidebar .wp-block-latest-posts li,
.wrap_page_sidebar .wp-block-latest-comments li,
.wrap_page_sidebar .widget_recent_comments li,
.wrap_page_sidebar .widget_rss li{
    border-bottom: 1px dotted #ccc!important;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrap_page_sidebar .wp-block-latest-posts li:first-child,
.wrap_page_sidebar .wp-block-latest-comments li:first-child,
.wrap_page_sidebar .widget_recent_comments li:first-child,
.wrap_page_sidebar .widget_rss li:first-child{
    padding-top: 0;
}
.wrap_page_sidebar .wp-block-latest-posts li:last-child,
.wrap_page_sidebar .wp-block-latest-comments li:last-child,
.wrap_page_sidebar .widget_recent_comments li:last-child,
.wrap_page_sidebar .widget_rss li:last-child{
    border-bottom: none!important;
    padding-bottom: 0;
}
.comment-form-cookies-consent,
.required-field-message{
    display: none;
}
.m-cats .comma:last-child{
    display: none;
}
.grid-pagination.blogs-nav .nav-pagination .pagination{
    justify-content: center!important;
}
.comment-head{
    display: grid;
}
a.comment-reply-link{
    padding: 5px 10px;
    background: var(--main-color-1);
    z-index: 2;
    color: #fff;
    overflow: hidden;
    border-radius: 4px;
}
a.comment-reply-link:hover{
    color: #fff;
}
@media(min-width: 501px){
    .comment-text{
        position: relative;
    }
    a.comment-reply-link{
        position: absolute;
        right: 0;
        top: 5px;
    }
}
@media(max-width: 500px){
    .row-comment{
        display: grid;
    }
}
.comment-respond h2:has(small a[style="display:none;"]){
    margin-bottom: 35px!important;
}
#cancel-comment-reply-link{
    padding: 0 14px;
    width: auto;
    border: 1px solid var(--main-color-1);
    background: var(--main-color-1);
    color: #fff!important;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px;
    transition: 0.04s;
    position: absolute;
    right: 0;
}
.comment-respond:has(#cancel-comment-reply-link) h2{
    position: relative;
}
@media(max-width: 767px){
    #cancel-comment-reply-link{
        margin-top: 50px;
    }
    .comment-respond:has(#cancel-comment-reply-link) h2{
        margin-bottom: 80px;
    }
}
.search-no-result h4 {
    text-align: justify;
    line-height: 45px;
    margin-bottom: 30px;
}
.search .journal_list{
    border-bottom: none;
}
.search-no-result form input {
    background: #fff;
    border: 1px solid #d5d5d5;
    font-size: 18px !important;
    color: #7a7a7a !important;
    padding: 10px 35px !important;
    text-transform: none!important;
    opacity: 1!important;
    border-radius: 0;
    height: 50px!important;
}
.search-no-result form button{
    border-radius: 0 !important;
    color: #fff;
    font-size: 16px;
    height: 50px;
    position: relative;
    width: 50px;
    cursor: pointer;
    float: right;
    background: var(--main-color-1);
    border: 1px solid var(--main-color-1);
    top: -50px;
    padding: 0;
    letter-spacing: 0;
    right: 0;
}
[type=search] {
    outline-offset: unset;
}
.tp-main-menu.header-menu-4 .tagpoint-main-menu::before{
    content: none;
}
.dropex-section.r-breadcurmbs-1 {
    background-attachment: fixed!important;
}
.tp-main-menu:not(.tp-fixed-nav) .tagpoint-main-menu>li>a{
    color: #fff!important;
}
.tp_wrap_search {
    right: 20px;
    top: 20px;
}
.tp-menu {
    margin-right: 45px;
}
.wrap_tesmonails.owl-carousel .testmoan_img img{
    border-radius: 50%;
}
.features3-pt{
    padding-top: 0px!important;
}
.features3-pt .row.row_features_title {
    padding-top: 50px!important;
}
.service3-pb{
    padding-bottom: 80!important;
}
.faq-section form textarea{
    height: 75px!important;
}
.faq-section form .tp-form-el br,
.contactus form .contact-form-el br{
    display: none;
}
.faq-section span.wpcf7-not-valid-tip,
.contactus span.wpcf7-not-valid-tip{
    margin-top: 10px;
    color: #333;
}
.dropex-section.service-6-section.about3-pt{
    padding-top: 0!important;
}
.services5-pb {
    padding-bottom: 5px!important;
}
.pr-dt-3{
    padding-bottom: 0;
}
.pr-dt-4{
    padding-top: 0;
}
.project_tags a{
    text-transform: capitalize;
}
.blogs_section_layout_4 .wrap-blog-text {
    padding: 40px 30px 70px 30px;
}
span.stArrow span.stHBubble, 
span.st_instagram_hcount span.stButton_gradient{
    padding-bottom: 17px;
}
body.logged-in .comment-respond form > .row{
    margin-left: 0;
}
footer .subscripe_section form{
    margin-left: 0;
}
footer .subscripe_section .wpcf7-spinner{
    position: absolute;
}
footer .subscripe_section .wpcf7-submit{
    top: 24px;
    right: 15px;
}
footer .subscripe_section .subscribe_form input.wpcf7-email {
    height: 53px;
}
footer .subscripe_section span.wpcf7-not-valid-tip{
    color: #fff;
    margin-top: 10px;
}
footer .subscripe_section .wpcf7 form.invalid .wpcf7-response-output,
footer .subscripe_section .wpcf7-response-output{
    border-color: #fff;
    color: #fff;
    margin-top: -20px;
    margin-left: 0;
}
footer .subscripe_section input[type="email"]::placeholder{
    color: #a1afc3;
}
@media(max-width: 300px){
    .about-section .col-experienced .wrap_experienced{
        margin-left: -35px;
    }
    .wrap_service_2 a h3 {
        font-size: 18px;
    }
    .core-values-seciont .wrap_core_values .cvalue_text h3 {
        font-size: 13px;
    }
    .single-service .wrap_breadcrumbs_1 h1 {
        font-size: 28px;
    }
}