/* Custom CSS Code  */

/* Container */

/*.container {*/
/*    width: 1280px;*/
/*}*/

/* Global CSS */

.site-content {
  background-color: #f7f7f7;
}

a {
  text-decoration: none;
}

.wp-block-search__button {
  padding: 0px 15px !important;
}

pre {
  overflow: scroll;
  width: 100%;
  display: block;
  white-space: pre-line;
  max-height: 400px;
}

/* ========================================================================== */

/* Menu Styling

==============================================================================*/


.edspace-header-outer {
  border-bottom: 1px solid #ddd;
}

.edspace-header .menu-item {
  padding: 5px 10px;
}

.edspace-header .menu-item:last-child {
  padding-right: 0px;
}

#primary-menu {
  float: right;
}

#primary-menu::after {
  clear: both;
}

.edspace-menu-bar {
  margin-top: auto;
  margin-bottom: auto;
}

/* ========================================================================== */

/* Site Idientity

==============================================================================*/


.site-title {
  margin-bottom: 0px;
}

h1.site-title {
  margin: 0px;
}

.site-title a {
  text-decoration: none;
  font-size: 24px;
  color: #000;
}

.site-description {
  margin-top: 0px;
}

/* ========================================================================== */

/* Navigation Styling

==============================================================================*/


.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    background: #fff;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000; /* Theme Color */
    font-weight: 600;
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
  color: #191970; /* Theme Color */
}


/* ========================================================================== */

/* Menu Responsive

==============================================================================*/

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
  float: right;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 600px) {
	.menu-toggle {
      display: block;
      padding: 15px;
      font-weight: normal;
      font-size: 14px;
      text-decoration: none;
      color: #000;
	}

  #primary-menu {
    position: absolute;
    top: 100px;
    border: 1px solid #ddd;
  }

	.main-navigation.toggled .nav-menu {
		display: block;
		border-top: 1px solid;
		border-top-color: #fff;
		border-top-color: hsla(0, 0%, 100%, .5);
	}

	.main-navigation ul {
            display: none;
            padding-left: 0;
	}

	.main-navigation li {
		float: none;
	}

	.main-navigation li a {
		padding: 10px 5px;
	}

	.main-navigation li li a {
		padding-left: 15px;
	}

	.main-navigation li li li a {
		padding-left: 15px;
	}

	.main-navigation ul ul,
	.main-navigation ul ul ul {
		position: relative;
		top: inherit;
		left: 0;
		display: block;
		float: none;
	}

	.main-navigation ul ul a { width: 100%; }

	.main-navigation .current_page_ancestor { background: inherit; }

	.main-navigation ul ul .current_page_parent {
		color: inherit;
		background: inherit;
	}

} // End responsive menu


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* Site Content CSS */

.entry-title {
  margin: 0px;
}

.site-content {
  padding: 80px 0px;
}

.edspace-article-box {
    background: #fff;
    padding: 30px;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

#secondary .widget {
  background: #fff;
  padding: 30px;
  margin: 0 auto 20px auto;
}

/* Footer CSS */

.site-footer {
  padding-top: 30px;
  padding-bottom: 10px;

}


/* ========================================================================== */

/* Sidebar Styling

==============================================================================*/

.widget-area ul,
.widget-area ol {
  padding: 0px;
  margin: 0px;
}

.widget-area ul li {
  list-style: none;
}

.widget-area .widget h2 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.search-field {
  width: 70% !important;
}

.search-submit {
  width: 25%;
  padding: 15px 5px !important;
}

.widget .tagcloud a,
.cat-links a,
.tags-links a {
  background: #f7f7f7;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px !important;
  line-height: 40px;
}

.widget .tagcloud a:hover {
  background: #333; /* Theme Color */
  color: #fff;
}

.cat-links,
.tags-links {
  display: block;
  width: 100%;
}

.entry-meta,
.entry-content {
	margin-top: 10px;
	margin-bottom: 10px;
}

.entry-title a {
  word-break: break-word;
}

.main-navigation {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-wrap: wrap;
}

.main-navigation .menu-toggle {
    display: none;
}

.main-navigation #primary-menu {
    display: flex;
    justify-content: flex-end;
}

.main-navigation #primary-menu li {
    position: relative;
}

.main-navigation #primary-menu li:hover > ul {
    display: block;
}

.main-navigation #primary-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.main-navigation #primary-menu ul li {
    display: block;
    width: 100%;
}

.main-navigation #primary-menu ul li a {
    display: block;
    padding: 10px;
    color: #333;
}

@media screen and (max-width: 768px) {
    .main-navigation .menu-toggle {
        display: block;
        background-color: transparent;
        border: none;
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

    .main-navigation #primary-menu {
        display: none;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        left: 0;
        right: 0;
        position: fixed;
        top: 150px;
        z-index: 9999;
    }

    .main-navigation #primary-menu li {
        margin: 0;
    }

    .main-navigation #primary-menu li:hover > ul {
        display: none;
    }

    .main-navigation #primary-menu ul {
        position: static;
        background-color: transparent;
        box-shadow: none;
    }

    .main-navigation #primary-menu ul li a {
        color: #fff;
    }

    .main-navigation.toggled-on #primary-menu {
        display: flex;
    }
}


/* ========================================================================== */

/* Archive Page

==============================================================================*/


.archive .page-header {
  background-color: #f1eeee;
  padding: 20px;
}

.archive .page-header .page-title {
  margin-bottom: 10px;
  margin-top: 10px;
}

/* ========================================================================== */

/* Global Elements

==============================================================================*/


/*h1, h2, h3, h4, h5, h6, .elementor-widget-heading h1.elementor-heading-title, .elementor-widget-heading h2.elementor-heading-title, .elementor-widget-heading h3.elementor-heading-title, .elementor-widget-heading h4.elementor-heading-title, .elementor-widget-heading h5.elementor-heading-title, .elementor-widget-heading h6.elementor-heading-title {
    color: #4b4f58;
}


.elementor-widget-heading h1.elementor-heading-title, h1, jeg-elementor-kit.jkit-animated-text h1.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h1.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 43px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

.elementor-widget-heading h2.elementor-heading-title, h2, jeg-elementor-kit.jkit-animated-text h2.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h2.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 41px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

.elementor-widget-heading h3.elementor-heading-title, h3, jeg-elementor-kit.jkit-animated-text h3.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h3.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 37px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

.elementor-widget-heading h4.elementor-heading-title, h4, jeg-elementor-kit.jkit-animated-text h4.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h4.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 31px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

.elementor-widget-heading h5.elementor-heading-title, h5, jeg-elementor-kit.jkit-animated-text h5.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h5.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 27px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

.elementor-widget-heading h6.elementor-heading-title, h6, jeg-elementor-kit.jkit-animated-text h6.animated-text .normal-text, jeg-elementor-kit.jkit-animated-text h6.animated-text .dynamic-text {
    font-family: roboto;
    font-size: 21px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
}

body, html, p, button, input, select, optgroup, textarea, article, section, blockquote, code, pre, kbd, input::placeholder, address, .elementor-widget-container, .site-info {
    font-family: roboto;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: none;
    color: #4b4f58;
}

a, .elementor-widget a, .elementor a {
    color: #0170b9;
}

a:hover, a:active, a:visited, a:focus {
    color: #28a745;
}*/


/* ========================================================================== */

/* Forms Styling

==============================================================================*/

textarea {
  height: 200px;
  padding: 15px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-radius: 0px;
  border: 1px solid #ddd;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  height: 45px;
  padding: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border: 1px solid #c9c7c7;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border: 1px solid #c9c7c7;
}


/* Unified Button Styling */
.elementor-button,
.btn,
button, 
input[type="button"],
input[type="reset"],
.checkout-button,
.button.wc-backward,
.wp-block-button__link
.wp-block-search__button
#cancel-comment-reply-link
.wpforms-submit
.woocommerce #place_order,
.woocommerce a.add_to_cart_button, 
.woocommerce .single_add_to_cart_button, 
.woocommerce .return-to-shop a.button,
.elementor-button-wrapper a.elementor-button
 {
    display: inline-block; 
    font-size: 16px; 
    padding: 10px 20px;
    border: 2px solid transparent;
    border-radius: 5px;
    background-color: #0073e6;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0;
}

.elementor-button:hover,
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.checkout-button:hover,
.button.wc-backward:hover,
.wp-block-button__link:hover,
.wp-block-search__button:hover,
#cancel-comment-reply-link:hover,
.wpforms-submit:hover,
.woocommerce #place_order:hover,
.woocommerce a.add_to_cart_button:hover,
.woocommerce .single_add_to_cart_button:hover,
.woocommerce .return-to-shop a.button:hover,
.elementor-button-wrapper a.elementor-button:hover {
    background-color: #005bb5;
    color: #fff;
    border-color: #005bb5;
    transition: all 0.3s ease-in-out;
}


/*Customizer CSS*/

 .article-post-card .blog__content {min-height: 224px;}
[data-elementor-type="wp-page"] ul li, [data-elementor-type="wp-page"] ol li{
    margin-bottom: 5px;
}
.single-portfolio .portfolio-content ul,.single-portfolio .portfolio-content ol{margin-left: 0 !important;}
[data-elementor-type="single-post"] h2,[data-elementor-type="single-post"] h3,[data-elementor-type="single-post"] h5{margin-top: 15px;margin-bottom: 15px;}
.single-portfolio .portfolio-content h2,.single-portfolio .portfolio-content h3,.single-portfolio .portfolio-content h5{margin-top: 15px;margin-bottom: 15px;}
.home-blog h5.elementor-post__title{    min-height: 50px;}
.home-blog .elementor-post__excerpt p{    min-height: 100px;}
.single-portfolio h2.elementor-heading-title{
	font-family: 'Poppins'!important;
    font-weight: 500!important;
    font-size: 45px!important;
    line-height: 59px!important;
}
.single-post .single-breadcrumbs h2.elementor-heading-title{
	font-family: 'Poppins'!important;
    font-weight: 500!important;
    font-size: 34px!important;
    line-height: 44px!important;
}
@media only screen and (min-width:768px) and (max-width:1024px){
	.elementskit-menu-container{max-width:430px!important}
}
@media only screen and (max-width:1024px){
	.mobile-menu{
		background-color: transparent!important;
	}
	.mobile-menu .elementor-heading-title a{
		color: var(--e-global-color-accent)!important;
	}
		.mobile-menu .elementor-heading-title a:hover{
		color:#292929!important;
	}
	.mobile-menu .elementor-element-73a5748 h6 a{color:#292929!important;}
		.mobile-menu .elementor-element-73a5748 h6 a:hover{		color: var(--e-global-color-accent)!important;}
	.mobile-menu ul li a .elementor-icon-list-text{
		color: #292929!important;
	}
		.mobile-menu ul li a .elementor-icon-list-text:hover{
		color: var(--e-global-color-accent)!important;
	}
	button.elementskit-menu-hamburger{
		border: 1px solid rgba(0, 0, 0, 1)!important;
 padding: 8px 8px 1px 8px!important;
	}
	.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
		background-color: rgba(0, 0, 0, 1)!important;
	}
	button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        margin-bottom: 7px!important;
    }
}

.head-phone a:hover .elementor-icon-list-text{border-bottom: 1px solid #fff}
#menu-one #menu-menu-1 .elementskit-dropdown .menu-item-object-page .active {
     color: #fff; 
	    background: #1e73be;
}
.custom-box-hover {
    overflow: hidden;
}
.custom-box-hover img {
    transition: all 0.5s ease;
}

.custom-box-hover:hover img {
    transform: scale(1.1);
}
.animated_img a.hand-icon {
  height: 60px;
  width: 60px;
  display: flex;
  border-radius: 50%;
  background: #E07604;
  position: absolute; 
    top: 152px;
    left: 107px;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  z-index: 2;
}


.animated_img a.hand-icon img {
  width: 43px !important;
  height: 40px;
  object-fit: contain;
  box-shadow: none;
  margin: 0;
}

.animated_img a{
height: 60px;
    width: 60px;
    display: flex;
    border-radius: 50%;
    background: #B05010;
	position:relative;
	justify-content: center;
    align-items: center;
}
.animated_img a img{
	  width: 43px !important;
    height: 40px;
	  object-fit: contain;
}
.animated_img a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    background: transparent linear-gradient(90deg, #B05010 0%, #B05010 100%) 0 0 no-repeat padding-box;
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
	    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}


.page-template-articles .banner-section-top{
        width: 100%;
    max-width: 100%;
}
.page-template-articles .banner-section-top .col-lg-12{
	padding:0 ;
}
.page-template-articles
input#search-form-1 {
    font-size: 17px;
    font-weight: 400 !important;
    width: 324px !important;
    height: 50px;
    padding: 26px 17px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: solid 1px #f7f7f7;
}
.page-template-articles button.search-submit {
    right: 16px !important;
    width: 50px;
    padding: 0;
    border: none;
    height: 53px;
    font-size: 24px;
    position: absolute;
    background: var(--e-global-color-primary);
    font-weight: 400;
    bottom: 0;
}
#filters-form .filters{
	text-align:right !important;

}
.page-template-articles .blog--classic{
	margin-top:40px;
}
.page-template-articles .blog__item {
    border: 1px solid #EDF2F6;
    padding: 20px;
    min-height: 498px;
    margin-bottom: 30px;
}
.page-template-articles .blog__item h5{
    margin: 20px 0 10px;
}
.page-template-articles .blog__item h5 a:hover{
	color: #1e73be;
}
.page-template-articles .article-post-read-more{
	color: var(--e-global-color-primary);
}
.page-template-articles .blog__thumb a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-articles .blog__item:hover .blog__thumb a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.page-template-articles .blog__thumb {
    overflow: hidden;
}
.page-template-articles .pagi{
	    text-align: center;
    margin-bottom: 50px;
}
.custom-pagination .page-numbers {
    padding: 12px 18px;
    margin: 5px;
    font-weight: bold;
}
.custom-pagination .page-numbers{
	color:#b05010;
}
.page-template-articles .blog__thumb a{
	height:100%;
	display:flex;
}
.page-template-articles .blog__thumb img{
	width:100%;
}
.page-template-articles .search-clear {
    border: none !important;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    background-color: #b05010;
    border-radius: 5px;
    padding: 14px 36px;
}
.page-template-articles .container{
	width:100%!important;
}

ul.breadcrumb li {
    display: inline-block;
    list-style: none;
    color: #fff;
}
ul.breadcrumb li a {
    color: #ddd;
}
ul.breadcrumb li a:hover {
    color: #ddd;
}
ul.breadcrumb {
    text-align: center;
    color: #fff;
    margin-left: 0;
    padding: 0;
}
ul.breadcrumb li.active-link{color:#fff!important}
 a:focus{
	outline:none !important;
}

.single-portfolio .meta-section .post_category .cate-list, .single-portfolio .meta-section .post_category .tag-list {
    display: inline-block;
    line-height: 12px;
    list-style: none;
    margin-left: 5px;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 18px;
}

.single-portfolio .authore-meta {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 16px;
	 color: #3b3b3b !important;
    border-bottom: 1px solid #ddd;
}
.authoreinfo {
    margin-bottom: 10px;
}
.portfolio-content.portfolio-details-boxs {
    margin-top: 20px;
}
.auth-text {
    font-size: 16px !important;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 0;
    font-weight: 400 !important;
    color: #3b3b3b !important;
    font-family: 'Poppins' !important;
}
[data-elementor-type="wp-page"] ul {
    margin-left: 0 !important;
}
#menu-one .main-menu-design .elementskit-submenu-panel{
    padding:0px;
	background-color: #f3f3f3;
	border:none;
}
 #menu-one .main-menu-design .elementskit-submenu-panel>li>a:hover {
    color: #fff;
   background-color: var(--e-global-color-fc28385);
}
#menu-one .main-menu-design .elementskit-submenu-panel > li > a {
    padding: 12px 16px 12px 16px;
}
#menu-one #menu-menu-1 .menu-item-object-page .active {
    color: #b05010;
}

#menu-one .elementskit-navbar-nav > li > a:hover {
  color: #b05010;
}
.testimonials-slider .item {
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 15px 0 #ccc;
    border-radius: 5px;
    margin: 0 20px;
}
.testimonials-slider .item .desc h6 {
	margin-top:8px;
	margin-bottom:16px;
}
.testimonials-slider .desc {
    position: relative;
    background: #f5f5f5;
    font-style: italic;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/03/quotes-1.webp) no-repeat 0 0;
    background-size: 25px;
    padding-left: 40px;
}

/*  CASE STUDY */

.single .single-blog-details{
	padding:120px 0;
}
.single-portfolio .meta-section .post_category .cate-list, .single-portfolio .meta-section .post_category .tag-list {
    display: inline-block;
    line-height: 12px;
    list-style: none;
    margin-left: 5px;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 18px;
}

.single-portfolio .authore-meta {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.authoreinfo {
    margin-bottom: 10px;
}
.portfolio-content.portfolio-details-boxs {
    margin-top: 20px;
}

.single-portfolio .single-blog-details{
    padding: 80px 0px;
}
 
.auth-text {
    font-size: 16px !important;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 0;
    font-weight: 400 !important;
    color: #3b3b3b !important;
      font-family: 'Poppins' !important;
}
.single-portfolio .meta-section .post_category {
    border-top: 1px solid #ddd;
    display: block;
    padding: 10px 0;
}
.single-portfolio h4{
  margin: 0 0 10px 0;
  font-size: 26px;
    line-height: 31px;
}
.single-portfolio a{
  color:#b05010;}
.single-portfolio .portfolio-content hr {
    margin: 30px 0;
    padding: 0;
}
.authore-meta strong{
  font-size:16px;
}
.authore-meta .authorename{
  font-size:16px;
}
.single-portfolio .post_category .cate-list{
  font-size:16px !important;
}
.single-portfolio .prots-contentg h6{
	color:#6b6b6b;
}

.article-import-post h1,
.article-import-post h2,
.article-import-post h3,
.article-import-post h4 {
    clear: none !important;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-nav.disabled+.owl-dots {
    margin-top: 10px;
} 

@media (min-width: 1025px) and (max-width: 1300px) {
#menu-one #menu-item-8828 .elementskit-megamenu-panel{
   left:-160px !important;
   }
}

@media (max-width:1024px){
 .main-menu-design ul li a i{padding: 4px 7px 1px 7px!important;}
  #mobile-design { box-shadow: none !important;}
  .mobile-menu .dots-list-icon span{ display:none;}
}

.custom-box-hover .elementor-widget-image{overflow: hidden;}
 ul.breadcrumb{margin-bottom:0px;}
.single-portfolio .elementor-8064 .elementor-element.elementor-element-36177702 > .elementor-container { min-height: 250px;}
.single-post .elementor-8064 .elementor-element.elementor-element-36177702 > .elementor-container {  min-height: 250px;}
.single-post .elementor-11 .elementor-element.elementor-element-fd8a231 > .elementor-container {  min-height: 250px !important;}
ol {margin: 0 0 1.5em 0em;}
#menu-last-section .dots-list-icon .elementor-icon-list-item>a{ align-items: flex-start;}

 @media screen and (max-width: 767px) and (min-width: 320px) {
.container { width: 100%!important;}
.portfolio-content.portfolio-details-box{margin-top:30px}
.single-portfolio .single-blog-details { padding-bottom: 30px!important}
.single-post .elementor-element h2.elementor-heading-title {font-size: 28px!important;line-height:34px!important;}
.post-template-elementor_theme.single h1{font-size: 16px!important; font-weight: 500!important;}
.single-blog h1{font-size: 16px!important; font-weight: 500!important;line-height:20px!important;}
.single-post .edspace-article-box{padding:0px}
.single-blog h2 { font-size: 26px; font-weight: 500;}
.single-blog h3 { font-size: 22px; font-weight: 500;}
 html .blog-details.section-padding.article-import-post{padding-top: 70px !important;padding-bottom: 50px !important;}
 ul.breadcrumb li {margin-bottom: 0px !important;}
}