



/* CustomFonts */
@font-face {
 font-family: 'IranYekan Regular';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebRegular.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebRegular.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebRegular.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebRegular.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Thin';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebThin.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebThin.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebThin.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebThin.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Light';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebLight.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebLight.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebLight.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebLight.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Medium';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebMedium.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebMedium.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebMedium.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebMedium.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Bold';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebBold.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebBold.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebBold.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebBold.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Extra Bold';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBold.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBold.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBold.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBold.ttf') format('truetype');
}

@font-face {
 font-family: 'IranYekan Extra Black';
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBlack.eot');
 src: url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBlack.eot') format('embedded-opentype'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBlack.woff') format('woff'),url('/Portals/0/ThemePluginPro/uploads/2025/12/7/IRANYekanWebExtraBlack.ttf') format('truetype');
}




:root{
	--default-color: #444444;
    --accent-color:#da2e29;
    --accent-color2:#fa4c4b;
    --accent-color3:#ffffff;
    --accent-color4:#ecc761;

    --family:"IranYekan Regular";
    --family2:"IranYekan Extra Bold";

    --button-color1:#da2e29;
	--button-hover-color1:#c71813;
    --button-color2:#c72d29;
	--button-hover-color2:#fc4b46;
    --button-color3:#ff6600;
	--button-hover-color3:#ff8330;
    --button-color4:#ffbc00;
	--button-hover-color4:#ffcc3e;
    --button-color5:#ffffff;
	--button-hover-color5:#ffffff; 

	--link-color:#da2e29;
	--link-visited-color:#da2e29;
	--link-hover-color:#da2e29;
	--link-active-color:#da2e29;

	--container-width: 100%;

	--h1-color: #272727;
	--h2-color: #272727;
	--h3-color: #272727;
	--h4-color: #272727;
	--h5-color: #272727;
	--h6-color: #272727;
}
 

@media (min-width:576px) {
	:root{
		--container-width: 540px;
	}
}
@media (min-width:768px) {
	:root{
		--container-width: 760px;
	}
}
@media (min-width:992px) {
	:root{
		--container-width: 960px;
	}
}
@media (min-width:1200px) {
	:root{
		--container-width: 1140px;
	}
}
@media (min-width:1600px) {
	:root{
		--container-width: 1200px;
	}
}
 

table.ajaco-white-in-black * {
    border: 1px solid #fff;
    padding: 2px 10px;
    text-align: center;
}
.yekan-extrabold {
font-family: 'IranYekan Extra Bold';
}
table.ajaco-table td {
    border: 1px solid #888;
    text-align: center;
    min-width: 40px;
}
table.ajaco-table {
    margin: auto;
    width: 50%;
}
.rtl .list-02 li .sico {
    margin-right: 0 !important;
    margin-left: 12px;
}
.rtl .Construction01-section-tabs .section-tabs-list .item:after, .rtl  .Construction01-section-tabs .section-tabs-container .item:after {
left: auto !important;
right: 0;
}
.ourteam-carousel02 .pic {
    border: 1px solid;
    border-radius: 5px;
}
.ourteam-carousel02 .pic img {
    border-radius: 5px;
}
.easy-carousel .carousel-next {
    right: -30px !important;
}
.easy-carousel .carousel-prev {
    left: -30px !important;
}
.ourteam-carousel02 .box-shadow {
    background: none !important;
}
.ajaco .ourteam-carousel02 .title {
    color: #fff !important;
}
.ourteam-carousel02 .time, .ourteam-carousel02 .link {
    display: none;
}
.page-title .pagetitle-breadcrumbs-box + .PageTitlePane {
    z-index: 0;
    position: relative;
}
.page-title .is-section-tool {
top: auto !important;
bottom: 0 !important; 
}
.page-title.medium .main-title {
    margin-top: 80px;
}
.page-title .center {
    vertical-align: top;
}
.title-area * {
    text-align: right;
    line-height: 100%;
    text-shadow: 1px 1px 4px #000;
}
.slick-list.draggable {
    direction: ltr !important;
}
.rtl .slick-list.draggable * {
    direction: rtl !important;
}
.portfolio-masonry-style09 .box .pic img{
    border-radius: 5px;
}
.portfolio-masonry-style09 .box .pic img:hover {
    box-shadow: 0 0 20px #777;
    border-radius: 20px;
}
.carousel-item .cont img.img-Lazy {
    width: 70px !important;
}
ul.ajaco-manual-breadcrumbs li:after {
    padding-right: 10px;
    color: #999;
}
ul.ajaco-manual-breadcrumbs li {
    display: inline;
    padding: 5px;
}
.fixed-widget-list {
    inset-inline-end: 10px !important;
    inset-inline-start: auto;
}
.fixed-widget-list li.backtop::after {
    left: 47%;
}
.color-black {
    color: #000000 !important;
}
.no-shadow {
    text-shadow: none !important;
}
.bgcolor-accent4 {
    background-color: #ecc761 !important;
}
.bgcolor-accent4:hover {
    background-color: #f8df9b !important;
}
.mobilemenu-main .m-menu {
    background-color: #ebebeb !important;
}
body .mobilemenu-main {
    z-index: 10000 !important;
}
.dng-megamenu .dnngo_custommenu {
     padding: 0 !important;
}
#dng-megamenu592101 .dnngo_menu_list, #dng-megamenu592101 .dnngo_boxslide {
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #444;
}
.dng-megamenu .dnngo_custommenu>.menupane {
    background: none !important;
}
.submenu.Menu.ajaco li span {
    font-size: 90% !important;
    margin-right: 10px;
}
.submenu.Menu.ajaco hr {
    margin: 0 0 10px;
    border: 0;
}
.Business11-banner.is-section.section-slider .swiper-button-next span, .Business11-banner.is-section.section-slider .swiper-button-prev span {
    rotate: 180deg !important;
    left: unset;
}
.Business11-banner.is-section.section-slider .swiper-button-prev span {
    rotate: 180deg !important;
    right: 15px;
}
.counter-19 .custom-module {
    font-size: 30px !important;
    color: var(--default-color) !important;
}
footer {
    font-size: 80%;
}

.Theme_Slider_Default {
    max-width: 1000px;
    margin: auto !important;
}
.Theme_Slider_Default .slick-list.draggable {
    direction: ltr !important;
}
.itme.slick-slide img {
    margin: auto;
}
.blog-timeline2-detail .detail-gallery {
    text-align: center !important;
}
.blog-timeline2-detail .detail-relatedlist .itme h3 {
    text-align: center;
    font-size: .9rem !important;
}
.itme.slick-slide.slick-active a img {
border-radius: 5px;
}
.itme.slick-slide.slick-active a:hover img {
    opacity: .8;
    transition: 500ms;
}
.blog-timeline2-detail .detail-relatedlist a:hover, .blog-timeline2-detail .detail-relatedlist .itme:hover *, .xblog_search:before {
    color: var(--accent-color) !important;
}
.rtl .blog-timeline2-detail .detail-info .fa {
    margin: 0 0 0 9px !important;
}
.rtl .pagetitle-breadcrumbs-box {
    margin: 24px -20px 0 0;
    position: relative;
    z-index: 10;
}
.rtl .pagetitle-breadcrumbs-box ul li::after {
    content: "/" !important;
    color: #aaa;
}
.rtl .pagetitle-breadcrumbs-box ul li:last-child::after {
    content: "" !important;
}
.Theme_Slider_Default .slick-next, .Theme_Slider_Default .slick-prev {
    background: var(--accent-color) !important;
}
.Theme_01_Default .form_submit .submit_but, .Theme_01_Default .form_submit .reset_but {
    background: var(--accent-color) !important;
    border: none !important;
    border-radius: 50px !important;
    line-height: 2.5rem !important;
    padding: 0 40px !important;
    font-family: 'IranYekan Bold' !important;
    color: #fff !important;
    text-shadow: none !important;
}
.blogbox-05 .cont {
text-align: justify !important;
}
.blogbox-05 a, .blogbox-05 a:hover  {
    color: var(--default-color) !important;
}
.Theme_01_Default .form_submit .submit_but:hover, .Theme_01_Default .form_submit .reset_but:hover {
    background-color: #333333 !important;
}
body .dng-megamenu .primary_structure>li:last-child {
    background-color: var(--accent-color);
    margin: auto 10px;
    border-radius: 100px;
    height: 2.5rem;
}
.floating-active .dng-megamenu.hoverstyle_11 .primary_structure>li:last-child a, 
body .dng-megamenu .primary_structure>li:last-child a {
    padding-top: 4px !important;
    padding-bottom: 3px !important;
}
.dng-megamenu.hoverstyle_11 .primary_structure>li>a:before {
    background-color: #fff !important;
}
body .dng-megamenu .primary_structure>li:last-child span {
    color: #fff !important;
}
.area-left .header-content-wrap > div {
    margin-inline-end: 0 !important;
}
.area-right .header-content-wrap > div {
    margin-inline-start: 0 !important;
}
.header-wrap .logo img {
    max-height: 50%;
}
.DnnModule-DNNGOxBlogDashBoard {
    margin-top: 30px;
}
.rtl .is-icon-flex {
left: auto !important;
right: 15px;
}
.rtl .form-align-left label {
    text-align: right !important;
    font-weight: bold !important;
    width: 100%;
}
.rtl .blog-timeline2 .list-info .fa {
    margin: 0 0 0 9px;
}
.blog-timeline2-detail .detail-heading {
    color: #ff0000 !important;
}
.blog-timeline2 .list-date:before {
    background-color: #ff0000 !important;
}
.blog-timeline2-detail .leave-formlist input[type="submit"] {
    background-color: #333 !important;
}
.blog-timeline2-detail .leave-formlist input[type="submit"]:hover {
    background-color: #ff0000 !important;
}
.rtl ul.category_list ul {
    margin-right: 20px;
}
.blog-timeline2 .list-date:after {
    border: 2px solid #777 !important;
}
.blog-timeline2 .list-title a:hover,
.blog-timeline2 .list-info a:hover,
.blog-timeline2-detail .detail-info a:hover, 
.Category_Default .category_list li a.title:hover {
    text-decoration: unset !important;
    color: #ff0000 !important;
    transition-duration: 300mS;
}
.list-images a:hover img {
    opacity: 0.7;
    transition-duration: 300mS;
}
.rtl .is-sidebar {
    left: 0 !important;
}
.dnnpersonabarhide #Body.rtl {
    margin-right: 0 !important;
}
.dnnpersonabarhide #Body.rtl .is-box.swiper-slide.is-light-text.is-align-left.swiper-slide-active {
    width: 100% !important;
}
.rtl .dng-megamenu.hoverstyle_11 .primary_structure > li::after {
    left: 0;
    right: auto !important;
}
.swiper-slide h1, .swiper-slide h2 {
    text-shadow: 1px 1px 6px #000;
}
.header-center-bg.header-bg-box {
    background: linear-gradient(180deg, rgba(0,0,0,100) 10%, rgba(0,0,0, 0) 90%);
}
.floating-active .header-center-bg.header-bg-box {
    background: none;
}
.rtl .Login .userProperties ul.userMenu {
    right: auto !important;
    text-align: right !important;
    left: 0;
}
.rtl .Industry-title01 small {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .icon-box47 .icon {
    margin: 5px 0 0 20px !important;
}
.rtl .Industry-list01 li .pic {
    margin-right: 0 !important;
    margin-left: 35px;
}
.rtl .portfolio-masonry-style09 .content {
    padding: 10px;
}
.rtl .portfolio-masonry-style09 .description {
    padding-left: 0;
    padding-right: 68px;
}
.rtl .portfolio-masonry-style09 .description::before, .rtl .portfolio-masonry-style09 .description::after {
    left: auto !important;
    right: 0;
}
/* about ajaco */
.row.law01-infobox-top.ajaco .info-box10 .icon {
    height: auto;
    text-align: center;
    margin-top: -6rem;
    margin-bottom: 1rem;
}
.ajaco .info-box10 .title {
    height: auto !important;
}
.row.law01-infobox-top.ajaco span.sico {
    width: 8rem;
    height: 8rem;
    border: 1px solid;
    border-radius: 100%;
    background-color: #fff;
}
.row.law01-infobox-top.ajaco .sico svg {
    width: 100%;
    height: 4rem;
}
.ajaco .info-box10 {
    text-align: center;
}
.ajaco .info-box10:hover .icon {
    opacity: 1;
}
.ajaco .info-box10 .description {
    height: auto !important;
    opacity: 1;
}
.ajaco.Industry-imgbox02 .img2 {
    padding-top: 0;
}
.ajaco.Industry-imgbox02 .icon-box {
    bottom: -50px;
}

/* fixed icons */
.rtl ul {
    margin-right: 20px;
    margin-left: auto;
}
.fixed-widget-list li {
    opacity: 1;
    visibility: visible;
}

/* text rainbow graidient */
.gradient-text {
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #3fa9f5,   /* آبی */
    #7b3fe4,   /* بنفش */
    #c13fd6,   /* صورتی */
    #f08a24,   /* نارنجی */
    #f7c844    /* زرد */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.black-fade-horizontal {
  position: relative;
  background-image: url("image.jpg");
  background-size: cover;
  background-position: center;
}

/* text golden gradiant */
.gold-text {
  font-weight: 800;
  background: linear-gradient(
    90deg,
    #3b2b00 0%,    /* سایه‌ی قهوه‌ای تیره */
    #8d6e1e 15%,   /* طلایی کدر */
    #f2d36b 30%,   /* طلایی روشن */
    #fff1a8 45%,   /* هایلایت */
    #f2d36b 60%,   /* برگشت نور */
    #8d6e1e 75%,   /* عمق */
    #3b2b00 100%   /* سایه */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* black fade gradiant */
.black-fade-horizontal::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 10px;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.text-justify {
   text-align: justify !important;
}
.text-center {
    text-align: center !important;
}
body#Body .text-right {
    text-align: right !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.br-10 {
border-radius: 10px;
}
.mt-0 {
margin-top: 0 !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.p-10 {
   padding: 10px;
}

h4.title.ajaco {
    margin-top: 10px;
    text-align: center;
}

.counter-19.ajaco {
    background-color: #fff;
    border-radius: 50%;
    height: 190px;
    width: 190px;
    margin: -10px auto 0;
}
.counter-19.ajaco .icon {
    font-size: 120px;
    margin-bottom: -10px;
}

.easy-carousel .carousel-scroll {
    direction: ltr !important
}
.portfolio-carousel06 .item-box {
    background-color: #fff;
    border-radius: 10px;
}
.is-boxes.ajaco .portfolio-carousel06 .icon, .portfolio-carousel06 .content {
   display: none !important;
}

a.button-04.btn-color1.size-40 {
    height: 5rem;
    border-radius: 3rem;
}
/* Ajagraphy */
p.color-accent3.text-justify {
    line-height: 2rem;
}
.col-md-3.ajaco {
    background-color: rgb(0 0 0 / 52%);
    border-radius: 15px;
    padding: 0 30px;
    position: relative;
    margin: 190px 135px 0 0;
}
ul.fixed-widget-list li {
    background-color: var(--link-color) !important;
    width: 45px;
    height: 45px;
    padding: 0 !important;
    margin: 10px !important;
}
ul.fixed-widget-list li:hover {
    background-color: var(--default-color) !important;
}
.fixed-widget-list li.phone {
    background-position: -6px -453px !important;
}
.fixed-widget-list li.WhatsApp {
    background-position: -6px -790px !important;
}
.fixed-widget-list li.instagram {
    background-position: -6px -117px !important;
}
.fixed-widget-list li.youtube {
    background-position: -6px -61px !important;
}
.fixed-widget-list li.backtop::before {
    left: 48% !important;
}

.rtl .info-box08::after {
    left: auto !important;
    right: 208px;
}

/* Tabs */
.section-covid-tabs01 .section-tabs-list .item.active {
    border-color: transparent;
    color: var(--accent-color) !important;
}
.section-covid-tabs01 .section-tabs-list .item {
    padding: 0;
    background: none !important;
}
.section-covid-tabs01 .section-tabs-list .item.active img {
    padding: 0;
    border-radius: 10px;
}
.section-covid-tabs01 .section-tabs-list .item img {
    padding: 20px;
    border-radius: 30px;
}
@media only screen and (min-width: 992px) {
    .page-title.small .main-title {
        margin: 20px auto -20px;
    }
    .rtl .Business11-banner.is-section.section-slider .swiper-button-next {
        margin-left: 0 !important;
        margin-right: 70px !important;
    }
    .rtl .Business11-banner.is-section.section-slider .swiper-button-prev, .rtl .Business11-banner.is-section.section-slider .swiper-button-next {
        left: auto !important;
        right: calc((100vw - var(--container-width)) / 2 + 15px);
    }
}

@media only screen and (max-width: 991px) {
    .is-section.section-slider .swiper-button-next {
        left: auto !important;
        right: 90% !important;
    }
	.row.black-fade-horizontal .col-md-4 .col-md-8 {
		width: 70%;
	}
	.row.black-fade-horizontal .col-md-4 .col-md-4 {
		width: 30%;
	}
	.row.align-items-center p {
	text-align: center;
	}
	.row.align-items-start.justify-content-between .col-md-12 p {
		text-align: center;
	}
	.is-overlay-bg.ajaco {
	background-position: 32% 0px !important;
	}
	.ajaco-footer-logo {
	text-align: center !important;
	}
	.ajaco-footer-logo.text-left, #Body .text-left {
	text-align: center !important;
	margin: 20px auto 0;
	}
    .swiper-slide h1, .swiper-slide h2 {
        font-size: 140% !important;
    }
}


	
:root{
	--headerHeight: calc( var(--header-top-height,0px) + var(--header-center-height,0px) + var(--header-bottom-height,0px) );
	--mobileHeaderHeight: calc( var(--header-mobile-top-height,0px) + var(--header-mobile-height,0px) + var(--header-mobile-bottom-height,0px) );
	--floatingHeaderHeight: calc( var(--floating-header-top-height,0px) + var(--floating-header-center-height,0px) + var(--floating-header-bottom-height,0px) );
}

.dng-main{
	 background-color:#FFFFFF;  	}
.container{
		padding-left:15px;
	padding-right:15px;
		width: var(--container-width);
	max-width: 100%;
}
.is-container{
	max-width:var(--container-width);
}
.container-fluid {
		padding-right:15px;
	padding-left:15px;
		margin-right: auto;
	margin-left: auto;
}   
#dnn_content{
	 padding-top:0px;		 padding-bottom:0px;	}		

@media (min-width:576px) {
	
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}


	.left-full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.right-full-column > .full-column-inner{
		margin-inline-end:calc((var(--container-width) - 100vw)/2);
		width:calc(100% + (100vw - var(--container-width))/2);
	}
	.full-column > .full-column-inner{
		width:100vw;	
		margin-inline-start:calc((var(--container-width) - 100vw)/2 - 15px);
	}
	.layout-no-plr .full-column > .full-column-inner{
		margin-inline-start:calc((var(--container-width) - 100vw)/2);
	}

	



h1, h2, h3, h4, h5, h6{
	font-family:inherit;
}

h1{
	color:var(--h1-color);
	font-family:"IranYekan Extra Bold"; 	font-weight:inherit;
	font-size:1.3rem;
	line-height:1.1;
	letter-spacing:0;
}		
h2{
	color:var(--h2-color);
		font-family:"IranYekan Extra Bold"; 	font-weight:inherit;
	font-size:1.2rem;
	line-height:1.1;
	letter-spacing:0;
}		
h3{
	color:var(--h3-color);
		font-family:"IranYekan Extra Bold"; 	font-weight:inherit;
	font-size:1.15rem;
	line-height:1.2;
	letter-spacing:0;
}		
h4{
	color:var(--h4-color);
		font-family:"IranYekan Extra Bold"; 	font-weight:inherit;
	font-size:1.1rem;
	line-height:1.3;
	letter-spacing:0;
}		
h5{
	color:var(--h5-color);
		font-family:"IranYekan Bold"; 	font-weight:inherit;
	font-size:1.05rem;
	line-height:1.3;
	letter-spacing:0;
}		
h6{
	color:var(--h6-color);
		font-family:"IranYekan Bold"; 	font-weight:inherit;
	font-size:1rem;
	line-height:1.3;
	letter-spacing:0;
}	

#Body .is-inherit-root-text,
#Body .is-inherit-root-text p,
#Body .is-inherit-root-text li,
#Body .is-inherit-root-text div,
#Body .is-inherit-root-text span{
	color: var(--default-color);
}
#Body .is-inherit-root-text h1{
	color:var(--h1-color);
}
#Body .is-inherit-root-text h2{
	color:var(--h2-color);
}
#Body .is-inherit-root-text h3{
	color:var(--h3-color);
}
#Body .is-inherit-root-text h4{
	color:var(--h4-color);
}
#Body .is-inherit-root-text h5{
	color:var(--h5-color);
}
#Body .is-inherit-root-text h6{
	color:var(--h6-color);
}
#Body .is-inherit-root-text a, 
#Body .is-inherit-root-text a:link{
	color:var(--link-color);
}
#Body .is-inherit-root-text a:visited{
	color:var(--link-visited-color);
}
#Body .is-inherit-root-text a:hover{
	color:var(--link-hover-color);
}
#Body .is-inherit-root-text a:active{
	color:var(--link-active-color);
}

 
@media only screen and (min-width: 576px)  {
						}
@media only screen and (min-width: 768px) {	
						}
@media only screen and (min-width: 992px) {	
		h1{
		font-size:3rem;		line-height:1.2;	}
			h2{
		font-size:2.5rem;		line-height:1.4;	}		
			h3{
		font-size:2rem;			}		
				}
@media only screen and (min-width: 1200px) {	
						}

a, 
a:link{
	color: var(--link-color);
}
a:visited{
	color: var(--link-visited-color);
}
a:hover{
	color: var(--link-hover-color);
}
a:active{
	color: var(--link-active-color);
}


.btn-accent,
a.btn-accent{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
[class*="am-btn-"].btn-accent:before{
	background-color:var(--accent-color);
}

div [class*="am-btn-"].hover-accent:hover{
	color:var(--accent-color);
	border-color:var(--accent-color);
	background-color:var(--accent-color);
}
div [class*="am-btn-"].hover-accent:hover:before{
	background-color:var(--accent-color); 
}



#Body .bg-accent{
	background-color:var(--accent-color);
}
#Body .color-accent{
	color:var(--accent-color);
} 
#Body .border-accent{
	border-color:var(--accent-color);
}
#Body .bg-accent-hover:hover{
	background-color:var(--accent-color);
}
#Body .color-accent-hover:hover{
	color:var(--accent-color);
} 
#Body .border-accent-hover:hover{
	border-color:var(--accent-color);
}

#Body .bg-accent2{
	background-color:var(--accent-color2);
}
#Body .color-accent2{
	color:var(--accent-color2);
} 
#Body .border-accent2{
	border-color:var(--accent-color2);
}

#Body .bg-accent3{
	background-color:var(--accent-color3);
}
#Body .color-accent3{
	color:var(--accent-color3);
} 
#Body .border-accent3{
	border-color:var(--accent-color3);
}
#Body .bg-accent4{
	background-color:var(--accent-color4);
}
#Body .color-accent4{
	color:var(--accent-color4);
} 
#Body .border-accent4{
	border-color:var(--accent-color4);
}

b,
strong{
	font-weight:600;
}
.bold,
.font-weight-bold,
.strong-before:before,
.strong-after:after,
.strong-before :before,
.strong-after :after{
	font-weight:600!important;
}



#Body, body, .Head, .SubTitle, .SubSubTitle, .Normal{
	font-family: var(--family);  
	font-size: 1rem; 
	line-height: 1.8;
	letter-spacing: 0;
	color: var(--default-color);
}
.default-size{font-size:1rem;}
.default-lineheight{line-height:1.8;}

@media (min-width:576px) {
		}
@media (min-width:768px) {
		}
@media (min-width:992px) {
		}
@media (min-width:1200px) {
		}



button, 
input, 
select, 
textarea,
.btn{
	font-family: var(--family);  
}

.default-color{
	color: var(--default-color)!important;
}
.default-bg-color{
	background-color: var(--default-color)!important;
}
.default-bg-color-hover:hover{
	background-color: var(--default-color)!important;
}
.default-border-color{
	border-color: var(--default-color)!important;
}
.accent-color{
	color: $var(--accent-color);
}
.default-family{
	font-family: var(--family)!important;
}
.family2{
	font-family: var(--family2)!important;
}

/*default color*/



/*page title*/
.page-title-bg{
			background-color:rgba(0,0,0,0); 
				background-image:url("/Portals/0/ThemePluginPro/uploads/2025/12/7/header-ajaco-robotic-welding.webp");
		background-attachment: scroll;
		background-position: center center; 
		background-repeat: no-repeat;
		background-size: cover; 	
	}		
.page-title .title-area:after{
	border-color: #f3bebe; 
}



	

.page-title-bg.light-overlay::after{
	background-color: rgba(255, 255, 255, 0.10);
}
.page-title-bg.dark-overlay::after{
	background-color: rgba(0, 0, 0, 0.10);
}

.page-title-container{
	 height: 500px;
}
@media only screen and (max-width: 767px) {
	.page-title-container{
		height: auto;padding-top:35px;padding-bottom:35px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.page-title-container{
		height:300px;
		min-height:162px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}
 


 	.page-title .main-title span::before{
		content: none;
	}
 


/*breadcrumbs*/
.page-breadcrumbs{
	background-color:#ffffff;  
	}
.page-breadcrumbs > .container{
		padding-top:20px;
				padding-bottom:10px;
		}

.page-breadcrumbs .breadcrumbs a:hover{
		color:var(--accent-color)!important;
	}

.page-breadcrumbs .breadcrumbs{
    color: #d0d0d0;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs-box > a,
.page-breadcrumbs .breadcrumbs-box > span > span > span{
    line-height:20px;
}
.page-breadcrumbs .breadcrumbs a,
.page-breadcrumbs .breadcrumbs a:link,
.page-breadcrumbs .breadcrumbs a:active,
.page-breadcrumbs .breadcrumbs a:visited{
    color: #d0d0d0;
    font-size: 14px;
}
.page-breadcrumbs .breadcrumbs a:hover{
			color:var(--accent-color)!important;
	}

.breadcrumbs_sytle2 .breadcrumbs-box,
.breadcrumbs_sytle3 .breadcrumbs-box > a:before, 
.breadcrumbs_sytle3 .breadcrumbs-box > span > span > span:before{
	background-color:#ededed;
}

/*sidebar dynamic*/

.sidebar_dynamic.sidebar_dynamic_sytle01{
	padding-right:40px;	}
.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
	 	 }


.sidebar-main{
	display: flex;
}
.sidebar-main .sidebar-bar{
	width: 340px;
    flex: 0 0 340px;
}
.sidebar-main .sidebar-container{
	 flex-grow: 1;
	 width:  calc(100% - 340px);
}

.sidebar-main .sidebar_pos_right{
	order:2
}


@media only screen and (max-width: 767px) {
	.sidebar-main{
		flex-direction: column;
	}
	.sidebar-main .sidebar-bar{
		width:100%;
		flex: 0 0 100%;
	}	
	.sidebar-main .sidebar-container{
		width: 100%;
		flex: 0 0 100%;
	}

				.sidebar-main .sidebar-bar{
			order:1
		}	
		.sidebar-main .sidebar-container{
			order:0
		}
	}
 
@media only screen and (max-width: 991px) {
	.sidebar_dynamic.sidebar_dynamic_sytle01{
		padding-right:15px!important;
		padding-left:15px!important;
		margin-top: 30px;
	}
	.sidebar_dynamic.sidebar_dynamic_sytle01 > .sidebar_sticky{
		padding-top:0!important;
		padding-bottom:0!important;
	 }

}

.has-sidebar >.row{
	position: relative;
}




/*page */
.swiper-container .swiper-pagination-bullet-active{
	background: var(--accent-color);	
}
.swiper-container .swiper-button-next:hover, 
.swiper-container .swiper-button-prev:hover{
	color: var(--accent-color);	
}
 
.isotope-grid .isotope-group a:before {
    border-top-color:var(--accent-color2);
}

.isotope-grid .isotope-group a:after {
    border-top-color:var(--accent-color2);
}

.easy-carousel .pagination-bullet{
	color: var(--accent-color);	
}
 

/*backtop */

