/*
Theme Name: Logzee Child Theme
Theme URI: https://shtheme.com/demosd/logzee
Description: This is child theme of logzee
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
Text Domain:  logzee-child
Template: logzee
*/

/* ========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
---------------------------------------------------*/



.alignright{
    float: right;
    margin-left: 25px;
}

.alignleft{
    float: left;
    margin-right: 20px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.wp-block-image .alignright {
  float: right;
  margin-left: 25px;
}

.wp-block-image .alignleft {
  float: left;
  margin-right: 20px;
}

.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #333;
}

.screen-reader-text {
    display: none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: #333!important;
}

header .navbar-extra-logo img{
    max-width: 100%;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}
@media(min-width:992px){
    body.logged-in .bsnav-sticky.bsnav-sticky-slide.sticked.in{
        top: 30px;
    }
}
@media(min-width:769px ) and (max-width:991px){
    body.logged-in .bsnav-sticky.bsnav-sticky-slide,
    body.logged-in .bsnav-sticky.bsnav-sticky-slide.sticked.in{
        top: 30px!important;
    }
}
@media (min-width:601px ) and (max-width:768px ){
    body.logged-in .bsnav-sticky.bsnav-sticky-slide.sticked.in{
        top: 45px!important;
    }
}
@media(max-width:768px ){
    body.logged-in .bsnav-sticky.bsnav-sticky-slide{
        top: 50px;
    }
}
body.logged-in.elementor-editor-active .bsnav-sticky.bsnav-sticky-slide.sticked.in {
    top: 0px; 
}
.comment-form-cookies-consent,
.required-field-message{
    display: none;
}
.widget_news > h3{
    display: none;
}
.stButton .stButton_gradient{
    height: 21px !important;
}
.st_instagram_hcount .stButton_gradient{
    padding: 0!important;
}
.stButton .stArrow{
    display: none!important;
}
.share-this .stMainServices{
    border-radius: 50%;
    width: 30px!important;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}
.share-this .stButton .chicklets{
    width: 20px;
    overflow: hidden;
    display: -webkit-inline-box;
    height: 20px;
    line-height: 30px;
}
.share-this{
    float: right;
}
.commnets-reply .media img.avatar{
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 4px solid #FFF;
    border-radius: 50%;
    margin-right: 30px;
}
a.comment-reply-link{
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
    color: #FFF !important;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-flex;
    outline: none;
    border: none;
    overflow: hidden;
    z-index: 2;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 14px 47px 0px rgba(28, 28, 28, 0.24);
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    background: var(--primary-color);
}
.widget_categories li {
    list-style: none;
}
.widget_categories li a {
    padding: 0.5rem 1.45rem;
    display: block;
    font-size: 0.875rem;
    position: relative;
    z-index: 1;
    border-left: 1px solid #eae6e6;
    font-weight: 600;
}
.widget_categories li a:hover {
    color: var(--second-color);
    padding: 0.5rem 1.45rem 0.5rem 1.75rem;
}
.widget_categories li:hover a:after {
    position: absolute;
    width: 2px;
    height: 100%;
    background: var(--second-color);
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}
.widget_categories ul{
    padding-inline-start:0;
}

.slider li a{
    font-style: normal;
    font-family: Raleway;
    color: rgb(255, 255, 255);
}
.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%;
}

.wp-caption{
    max-width:100%;
}
.wp-caption img{
    padding-bottom: 5px;
}
.form-submit input.submit_btn {
    display: inline-block;
    width: auto;
    color: #fff;
    margin-top: 30px;
    margin-left: 6px;
}
.form-submit input.submit_btn:hover{
    color: #bfa373;
}

.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;
}

.search-custom form {
    width: 70% !important;
    padding-top: 20px;
}
.search-custom form.search-form:after {
    top: 20px;
}
.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: 80px;
}

/*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 {
    font-size: 13px;
    color: #222;
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 5px 8px;
    margin: 0 5px 10px 0;
}
.wp-tag-cloud li:hover a {
    color: #fff;
    background-color: #4e54c8;
    border-color: #4e54c8;
}

p.logged-in-as a{
    color: #888;
}
p.logged-in-as{
    margin-bottom: 20px;
}
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;
}

.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: 2px;
    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: #9aa1ac;
    font-size: 18px;
}
.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: 1000px){
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: none;
}
.collapse:not(.show) {
    display: none!important;
}
.header_area .main_menu .navbar-brand img {
    margin-top: 20px;
}
.header_area .main_menu button.navbar-toggler.collapsed, .header_area .main_menu button.navbar-toggler {
    top: 15px;
}
ul.navbar-nav li.book_now {
    display: none!important;
}
.navbar-nav>li>a {
    padding-left: 10px!important;
}
#navbarSupportedContent .ml-auto {
    left: 0px!important;
}
.navbar_fixed .main_menu div.navbar-collapse.show {
    background: white;
    max-height: none;
    overflow-y: none;
}
}

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;
}


.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{
    border-radius: 3px !important;
    margin-right: 12px;
    color: #28324c;
    border-color: #ececec;
    background: #fafafa;
}

.page-numbers {
        position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover,
.pagination li span.current {
    z-index: 1;
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color);
}

.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: 10px;
    margin-bottom: 13px!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:hover{
    color: #bfa373;
}


.author-box .thumb img {
    border-radius: 50%!important;
}

.service-inner-content h4 a {
    text-transform: capitalize;
    color: var(--primary-color);
}

.pos-rel .meta-box a {
    text-transform: capitalize;
}


.comment-area {
    height: 161px;
}


.sidebar-spacer .recent-posts h3 {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1.5rem!important;
}

.sidebar-spacer .recent-posts .post-thumb img {
    height: 80px;
}

.sidebar-spacer div#text-3 .bg-sky-blue {
    height: 326px;
    width: 316px;
}

.bg-sky-blue.footer-subscribe .btn-theme,
.bg-light-gray.footer-subscribe .btn-theme {
    height: 44px;
}

.footer-subscribe .head span {
    width: 110%;
}

.footer-subscribe .head {
    margin-top: -25px;
}
.footer-subscribe:has(.wpcf7-not-valid-tip) .head {
    margin-top: -140px!important;
}
.footer-subscribe form input.wpcf7-email{
    border: 1px solid #adb1d3;
    border-radius: 55px;
    padding: 9px 40% 9.5px 20px;
    background: #FFF;
    width: 98%;
    box-shadow: none !important;
}

.pagi-bottom {
    margin-top: 70px;
}

.pagi-bottom ul {
justify-content: center!important;
}

@media (min-width: 768px) {
.free-quote-form .your-name input, .free-quote-form .your-email input, 
.free-quote-form .package-1 select, .free-quote-form .package-2 select{
    width: 385px;
}

.free-quote-form .your-message textarea {
    width: 385px;
    height: 161px;
}
}

.tracking .your-text {
    width: 67%;
}
.tracking .your-text input {
    width: 100%;
}

span.textarea-465 textarea {
    height: 77%!important;
}

div#wpcf7-f237-p230-o1 div.rounded-field div:nth-child(6) {
    margin-top: -50px;
}


.page-id-255 section.wide-tb-100.mb-spacer-md {
    padding-top: 0px;
}

.page-id-255 section:nth-child(4) {
    padding-bottom: 100px!important;
}

.page-id-280 .bg-white.wide-tb-100 {
    padding-top: 0px!important;
}


.free-quote-form-1 {
    border-radius: 7px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 40px 20px;
    margin-bottom: -70px;
}


.free-quote-form-1.contact-page {
    margin-bottom: 0;
    margin-top: -140px;
}


.free-quote-form-1.contact-page-option {
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}


.contact-page-option.free-quote-form-1 .rounded-field input[type="text"],
.contact-page-option.free-quote-form-1 .rounded-field input[type="email"],
.contact-page-option.free-quote-form-1 .rounded-field select,
.contact-page-option.free-quote-form-1 .rounded-field textarea {
    background-color: #fafafa;
}

.logged-in .fixed-top, .logged-in .fixed {
    top: 46px!important;
}
@media (min-width: 992px){

.logged-in .fixed-top, .logged-in .fixed {
    top: 32px!important;
}
.page-template-home-2 header .navbar.fixed {
    height: 72px;
    padding: 0px;
}
.page-template-typography header {
    background-color: #6e6a74!important;
}
}


.navbar-nav > li.menu-item > a {
    padding: 0.6rem 0.70rem;
    border-radius: 3px;
    font-weight: 700;
    transition: all .3s;
    color: rgba(6, 22, 58, 0.5);
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block !important;
} 

.header-4 .navbar-nav > li.menu-item > a,
.header-5 .navbar-nav > li.menu-item > a {
    color: #333;
}


.icofont-rounded-down:before {
    margin-left: 5px;
}

nav.navbar span.request-btn a#search_home {
    margin-top: 5px;
}

.dropdown-menu li > a {
    display: block;
    font-size: 12px;
    padding: 16px 15px;
    width: 100%;
    text-transform: capitalize;
    clear: both;
    font-weight: 600;
    color: #333;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid #cccccc;
}

ul.navbar-nav li {
    margin-left: 5px;
}

ul.navbar-nav > li > a:hover {
    background: rgba(255,255,255, 0.302);
}

.header-4 ul.navbar-nav > li > a:hover,
.header-5 ul.navbar-nav > li > a:hover {
    background: #f4f4f4;
    color: var(--second-color);
}

ul.navbar-nav > li > ul.dropdown-menu {
    margin-top: 15px;
}

ul.navbar-nav > li > ul.dropdown-menu >li >a:hover {
    color: var(--second-color);
    text-decoration: none;
    background-color: transparent;
}

.header-2 {
    padding: 10px;
}

.header-3 .request-btn a#search_home {
    color: #fff;
}


.blog-list-footer .post-thumb img {
    height: 100%;
}

.blog-list-footer .post-text .comment-box i {
    margin-right: 5px;
}


.blog-list-footer .post-text .comment-box a {
    margin-left: 12px;
}

.footer-widget-contact .media p {
    display: none;
}

.search-custom h4 {
    color: var(--primary-color);
}

.search-custom form.search-form .col-10 input {
    border: 1px solid #adb1d3;
    border-radius: 55px;
    font-size: 12px;
    padding: 12px 40% 12px 20px!important;
    background: #FFF;
    width: 300px!important;
    box-shadow: none !important;
    margin-left: -25px;
}

.search-custom form.search-form .col-md-1 a {
    display: none;
}

.search-custom form.search-form .form-inner-div div:nth-child(1) {
    position: relative;
    left: 275px;
    z-index: 999999;
}


.request_popup div.rounded-field .form-row .col.pt-3 {
    margin-top: -45px;
}

.overlay-hugeinc .search-form .col-10 input {
    border: none;
}




@media (max-width: 991.99px) {
.fixed-top {
    position: fixed;
    background: #06163a !important;
}
}


@media (max-width: 767.99px) {
.request-btn {
    margin-left: 0px;
}
}

.bordered-nav .top-text a, .contact-details p,
footer .social-icons a, .client-inner-content, .textwidget,
.post-text, .heading-main span, .footer-widget-contact a,
.contact-detail-shadow h4, .blog-list-categories a {
    color: #333;
}

.footer-widget-contact a {
    font-weight: 400;
}

.top-text a:hover, .footer-widget-menu ul li a span,
.contact-detail-shadow a {
    text-decoration: none;
}

.blog-list-footer .post-text .comment-box {
    color: #06163a;
}

.blog-warp .meta-box a {
    text-transform: capitalize;
}

.tracking.parallax .your-number input{
    color: #fff!important;
}

@media (min-width: 992px) {
.page-template-home .fixed-top.fixed .navbar {
    padding: 10px 15px;
}
.navbar.header-3.fixed div div.col-lg-auto{
    padding-top: 15px;
}
}


@media (max-width: 992px) {
.page-template-home .fixed-top a.navbar-brand {
    margin-bottom: 0px;
    margin-left: 10px;
}

.page-template-home-5 .fixed-top div.top-bar-right,
.page-template-typography .fixed-top div.top-bar-right{
    margin-top: 0px;
}

.page-template-home .fixed-top.fixed nav > .text-nowrap {
    padding-top: 1rem!important;
}
}

@media (max-width: 768.9px) {
.page-template-home .fixed-top .request-btn .nav-link {
    margin-top: 0px!important;
    margin-right: -5px!important;
}

.free-quote-form .package-1, .free-quote-form .package-2 {
    width: 100%
}

.page-template-home-3 nav.navbar .light-bg {
    position: relative;
    top: 9px;
}

.page-template-home-3 nav.navbar button.navbar-toggler {
    position: relative;
    top: 10px;
    right: 15px;
}

.page-template-home-3 nav.navbar .lang-toggle, .page-template-home-3 nav.navbar .top-bar-btn.request-btn {
    position: relative;
    top: 5px;

}

}

.request_popup .pos-rel .center-head span {
    background-color: #fafafa;
}

ul.tweet_list {
    padding-left: 0px;
    list-style: none;
}
.tweet_time {
    font-size: 11px;
}

.tweet_text {
    font-size: 13px;
}

div.tweet1 {
    width: 85%;
}



.popup-video.video-btn {
    position: absolute;
    background: #ffffff;
    height: 120px;
    width: 120px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    line-height: 120px;
    color: #1b70f0;
    transform: translateY(-50%);
}

.popup-video.video-btn:hover {
    background: #1b70f0;
    color: #ffffff;
}


.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border: none;
    background: none;
    padding: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ffffff;
    width: 60px;
    height: 60px;
    color: #6f7172;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
}

.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #ffffff;
    width: 60px;
    height: 60px;
    color: #6f7172;
    border-radius: 50%;
    font-size: 14px;
    right: 30px;
    left: auto;
    cursor: pointer;
}

.slick-arrow:hover {
    background: #1b70f0;
    color: #ffffff;
}

article.postbox.post {
    margin-bottom: 70px;
}

article.postbox.post div.col-md-12 {
    padding-left: 0px;
}

.blog-warp.text-md-left {
    margin-top: 15px;
}

.post-video {
    margin-bottom: 15px;
}

@media (min-width: 767px) {
.post-video a {
    top: 8%!important;
}
}

@media (max-width: 768px) {
.post-video a {
    top: 3.5%!important;
}
}

.text-left .postbox__gallery, .text-left .postbox__audio {
    margin-bottom: 15px;
}

.free-quote-form-1.contact-page-option #contactusForm span.your-name input,
.free-quote-form-1.contact-page-option #contactusForm span.your-email input,
.free-quote-form-1.contact-page-option #contactusForm span.package-1 select,
.free-quote-form-1.contact-page-option #contactusForm span.package-2 select {
    border: 1px solid #ced4da;
    color: #6c757d!important;
}

.pos-rel .col-md-8.col-sm-12 h2.h2-md.mb-4.fw-7.txt-blue {
    padding-left: 16px;
}
/*section.wide-tb-80.bg-scroll.bg-img-6.pos-rel.callout-style-1{
    background: var(--primary-color)!important;
}*/
body.page-id-131 #body-content > .bg-white.wide-tb-100{
    display: none!important;
}

@media (max-width: 657px) {
    .tp-mask-wrap #slide-3-layer-3,
    .tp-mask-wrap #slide-82-layer-4 {
        font-size: 15px!important;

    }
}


.tp-mask-wrap .btn-theme#slide-82-layer-5,
.tp-mask-wrap .btn-theme#slide-3-layer-4 {
    font-size: 12px!important;
    line-height: 30px!important;
    padding: 5px 24px!important;
}

.navbar-brand.rounded-bottom.light-bg img{
    max-width:147px!important;
}


@media (max-width: 992px) {
    header .align-items-center {
        display: none;
    }
    .breadcrumbs-page > div > nav {
        margin-top: 50px;
    }
    .logged-in .fixed-top, .logged-in .fixed {
            top: 36px!important;
    }
    .tp-parallax-wrap .tp-mask-wrap #slide-3-layer-3,
    .tp-parallax-wrap .tp-mask-wrap #slide-82-layer-4 {
        display: none;
    }
    .tp-mask-wrap .btn-theme#slide-82-layer-5, 
    .tp-mask-wrap .btn-theme#slide-3-layer-4 {
        margin-top: -100px!important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logged-in .fixed-top, .logged-in .fixed {
            top: 22px!important;
    }
}

.blog .blog-warp h4 a {
    font-size: 22px;
}

.blog .blog-warp h4 {
    margin-top: 20px;
}

@media (max-width: 991.99px) {
.top-transparent .top-bar-right {
    margin: 0px auto 0;
}
}

.blog-warp .meta-box {
    font-size: 15px!important;
}

.blog-warp {
    font-size: 15px!important;
}



.elementor-editor-active .img-icon img {
    max-width: 100px;
    border-radius: 50%;
    box-shadow: 0px 6px 10px 0px rgba(255, 53, 20, 0.2);
    border: 5px solid #FFF;
    margin-right: 25px;
}
.slider .rev-btn a{
    text-transform: uppercase;
}
.navbar-nav > li.menu-item > a{
    color: #fff;
}
.header-other .navbar-nav > li.menu-item > a{
    color: #333;
}
form p{
    margin-bottom: 0;
}
.free-quote-form .form-row > p{
    width: 100%;
}
.free-quote-form .form-row textarea{
    height: 160px;
}
.pos-rel form .form-row textarea{
    height: 164px;
}
.wpcf7-spinner{
    position: absolute;
}
.wpcf7-not-valid-tip{
    margin-top: 10px;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #000;
}
.form-inline.tracking > p{
    display: contents;
}
.tracking.parallax .form-inline >p {
    display: contents;
}
.tracking.parallax .wpcf7 form.invalid .wpcf7-response-output, 
.tracking.parallax .wpcf7 form.unaccepted .wpcf7-response-output, 
.tracking.parallax .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #fff;
    color: #fff;
    margin-left: 0;
}
.elementor-widget-google_maps iframe{
    width: 100%;
}
.request_popup .wpcf7-submit{
    margin-top: 30px;
}
footer div.photo-thumbs.widget_media_image{
    float: left;
    margin: 3px;
    padding: 0px;
    background: #FFF;
    width: 70px;
}
.sidebar-secondary.photo-thumbs{
    margin-left: 15px;
    width: 100%;
}
.sidebar-secondary.photo-thumbs h3{
    color: var(--primary-color);
}
.sidebar-secondary.photo-thumbs.widget_media_image{
    padding: 0px;
    background: #FFF;
    width: 70px;
    margin-right: -9px;
    margin-bottom: 6px;
}
.sidebar-secondary.photo-thumbs.widget_media_image + .after-ph-thum{
    margin-top: 50px;
}
.home-welcome {
    margin-top: 0px;
}
.home-welcome .icon-box-7,
.home-welcome .icon-box-with-img.bg-orange {
    margin-top: -90px;
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox{
    display: none!important;
}
body.page-template-typography .breadcrumbs-page {
    margin-top:0!important;
}
.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.widget_block.widget_search label.wp-block-search__label {
    display: none;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    color: #040b11;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}
.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}
.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li a{
    color: inherit;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment a{
    color: inherit;
}

.elementor .img-icon img {
    max-width: 100px!important;
}