@font-face {
    font-family: ahang;
    font-style: normal;
    font-weight: Bold;
    src: url('../fonts/woff2/Ahang-Bold.woff2') format('woff2'),
        /* FF39+,ChroMe36+, Opera24+*/
        url('../fonts/woff/Ahang-Bold.woff') format('woff');
    /* FF3.6+, IE9, ChroMe6+, Saf5.1+*/
}

@font-face {
    font-family: vanda;
    font-style: normal;
    font-weight: Bold;
    src: url('../fonts/woff2/VandaFanum-Medium.woff2') format('woff2'),
        url('../fonts/eot/VandaFanum-Medium.eot') format('embedded-opentype'),
        url('../fonts/woff/VandaFanum-Medium.woff') format('woff');
}
@font-face {
    font-family: IranSans-UltraLight;
    font-weight: 200;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-UltraLight.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-UltraLight.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Thin;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Thin.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Thin.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Light;
    font-weight: 400;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Light.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Light.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Medium;
    font-weight: medium;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Medium.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Regular;
    font-weight: 500;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Regular.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Regular.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Bold;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Bold.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Bold.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-ExBold;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-ExtraBold.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-ExtraBold.woff') format('woff')
  }

  @font-face {
    font-family: IranSans-Black;
    font-weight: bolder;
    font-style: normal;
    src: url('../fonts/iran-sans/Woff2/IRANSansXFaNum-Black.woff2') format('woff2'),
      url('../fonts/iran-sans/Woff/IRANSansXFaNum-Black.woff') format('woff')
  }
  .font-extralight {
    font-family: iranSans-UltraLight;
  }

  .font-light {
    font-family: iranSans-Light;
  }

  .font-ulLight {
    font-family: iranSans-UltraLight;
  }

  .font-regular {
    font-family: iranSans-Regular;
  }

  .font-medium {
    font-family: iranSans-Medium;
  }

  .font-bold {
    font-family: iranSans-Bold;
  }

  .font-exBold {
    font-family: iranSans-ExBold;
  }

  .font-black {
    font-family: iranSans-Black;
  }
  

body {
    font-family: 'IranSans-Light';
    direction: rtl;
    font-size: 18px;

}
img {
    max-width: 100%;
	height: auto;
}

table {
  display: block;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  overflow-x: auto;
}

a {
    text-decoration: none;
    transition: all 0.5s ease;
}
a:hover {
    color: inherit;
}
input , button {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
.ss_bold {
    font-family: 'IranSans-Bold';
}

strong {
	font-size:20px !important;
}
.ss_post_main_content h2 {
	margin-top: 30px !important;
	margin-bottom: 20px !important;
}
.ss_post_main_content h3 {
	margin-top: 27px !important;
	margin-bottom: 17px !important;
	font-size: 21px;
}
.ss_post_main_content p {
	margin-bottom: 20px !important;
	text-align: justify;
}
.ss_post_main_content figure {
	margin-bottom: 14px !important;
}
.ss_post_main_content img {
	margin-bottom: 21px !important;
	margin-top: 6px !important;
	width: 100%;
}
article p,table,li,ul{
	margin:0px 16px;
}
:root {
  --orange: #F67F00;
  --dark-green: #72816E; 
  --brown: #875731;
  --gray: #777F83;
  --pink: #A53571;
  --wine: #AC5959;
  --ligh-blue: #456E9B;
  --purple: #83078D;
}
.ss_header {
    height: 142px;
    background: #fff;
    padding-right: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
}

.ss_logo {
    float: right;
}

.ss_logo img {
    width: 175px;
    height: auto;
    margin-left: 45px;
}

.ss_desk_menu {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.ss_desk_menu li {
    display: inline-block;
    float: right;
    margin-left: 36px;
    position: relative;
}
.ss_desk_menu li ul.sub-menu {
	position: absolute;
	width: 200px;
	padding: 10px 0px;
	background: #fff;
	z-index: 99;
	border-radius: 6px;
	border: 1px solid #e2e2e2;
	margin-top: 5px;
	visibility: hidden;
	opacity: 0;
}
.ss_desk_menu li ul.sub-menu li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
	padding-right: 15px;
	padding-left: 15px;
}
.ss_desk_menu li ul.sub-menu li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
}
.ss_desk_menu li:hover > ul {
    opacity: 1;
    visibility: visible;
}
.ss_desk_menu li a {
    color: #0F1010;
    font-size: 18px;
	display: inline-block;
	width: 100%;
	font-family: 'IranSans-Medium';
}
.ss_desk_menu li a:hover {
    color: var(--orange);
}
.ss_desk_menu li > ul ul {
	visibility: hidden;
	opacity: 0;
	right: 198px;
	top: -15px;
}
.ss_search {
    text-align: left;
}

.ss_signup_btn {
    background: var(--orange);
    width: 198px;
    height: 39px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    display: inline-block;
    line-height: 33px;
    margin-left: 30px;
}
.ss_signup_btn:hover {
    color: #fff;
}
.ss_search_btn img {
    width: 28px;
    margin-left: 30px;
}

.ss_profile_btn img {
    width: 28px;
}

.ss_home_search_box {
    height: 617px;
    background-image: url('../images/plant-and-cupboard-against-wall-PBPLD3Y.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-top: 80px;
}

.ss_home_search_box h2 {
    line-height: 56px;
    margin-bottom: 10px;
    font-size: 40px;
}

.ss_home_search_box p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}

.ss_home_search {
    position: relative;
}

.ss_home_search::before {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    background-image: url(../images/MagnifyingGlass.png);
    top: 14px;
    right: 20px;
}

.ss_home_search input {
    width: 410px;
    height: 58px;
    border-radius: 5px;
    border: 2px solid #A8A8A8;
    line-height: 58px;
    padding: 10px 60px 12px 60px;
    margin-left: 12px;
    display: inline-block;
}

.ss_home_search_btn {
    background: #0130A2;
    border-radius: 5px;
    width: 190px;
    height: 58px;
    color: #fff;
    display: inline-block;
    line-height: 58px;
    border: none;
    font-size: 24px;
}

.ss_services_list {
    padding-top: 105px;
    padding-bottom: 50px;
}

.ss_section_title h2 {
    font-size: 40px;
    color: #000000;
    position: relative;
    display: inline-block;
}

.ss_section_title h2::after {
    content: '';
    position: absolute;
    width: 119px;
    border: 2px solid #0F1010;
    left: -125px;
    top: 31px;
}

.ss_section_title {
    margin-bottom: 50px;
    position: relative;
}

.ss_services_icons {
    width: 106px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 0px 33px 140px rgba(165, 165, 165, 0.08), 0px 7.37098px 31.2708px rgba(165, 165, 165, 0.0476886), 0px 2.19453px 9.31014px rgba(165, 165, 165, 0.0323114);
    border-radius: 50%;
    text-align: center;
    line-height: 106px;
    margin-bottom: 10px;
    display: inline-block;
}

.ss_services_icons img {
    width: 55px;
    height: 55px;
}

.ss_seven_cols .col-md-1 {
    text-align: center;
}

.ss_seven_cols .col-md-1 h3 {
    font-size: 24px;
    line-height: 34px;
    color: #72816E;
}

.ss_seven_cols {
    margin-bottom: 60px;
}

.ss_counters {
    padding-top: 50px;
    padding-bottom: 50px;

}

.ss_counters_title {
    margin-bottom: 45px;
}

.ss_counters_title img {
    width: 195px;
    height: auto;
    margin-bottom: 25px;
}

.ss_counters_title h3 {
    font-size: 24px;
    line-height: 34px;
}

.ss_counter_box.ss_big_box {
    width: 294px;
    height: 294px;
    text-align: center;
    line-height: 294px;
    border: 5px solid #DEC4A9;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.ss_counter_box.ss_big_box::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 294px;
    height: 294px;
    border: 5px solid var(--orange);
    top: -5px;
    right: -5px;
    border-left: unset;
    border-radius: 50%;
    clip: rect(-3px, 296px, 295px, 70px);
    transform: rotate(28deg);
}

.ss_counter_box strong {
    font-size: 72px;
    line-height: 101px;
    color: #72816E;
}

.ss_counter_box p {
    font-size: 22px;
    color: #72816E;
}

.ss_counters .col-md-3 {
    display: flex;
    align-items: center;
}

.ss_counter_box.ss_big_box strong {
    font-size: 72px;
    color: var(--orange);
}

.ss_big_box + strong {
    display: block;
    margin-top: 32px;
    color: var(--orange);
    font-size: 24px;
}

.ss_help_section {
    padding-top: 50px;
    padding-bottom: 180px;
}

.ss_help_card {
    position: relative;
    border-radius: 5px;
    height: 465px;
}

.ss_help_card img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ss_help_card_wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: end;
    padding: 15px;
    height: 100%;
    flex-direction: column;
}

.ss_help_card_wrapper h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 30px;
    border-bottom: 2px solid #5A5757;
}

.ss_help_card_wrapper .ss_more_btn img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.ss_more_btn {
    text-align: center;
    color: #E9E2B6;
    font-size: 24px;

}
.ss_help_section .col-lg-3 {
    padding-right: 6px;
    padding-left: 6px;
}

.ss_calculator {
    background: #FAFCFF;
    padding-top: 80px;
}

.ss_calculator_image img {
    width: 100%;
    margin-top: -175px !important;
	margin-bottom: 0px !important;
}

.ss_calculator_text h2 {
    font-size: 40px;
    line-height: 56px;
}

.ss_calculator_text ul {
    padding: 0;
    margin-bottom: 10px;
}

.ss_calculator_text ul li {
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    font-size: 21px;
}

.ss_calculator_text ul li img {
    width: 20px;
    margin-left: 10px;
}

.ss_calculator_image {
    padding-left: 0;
}

.ss_online_calculator_btn {
    margin-top: 50px;
    display: inline-block;
    background: var(--orange);
    border-radius: 10px;
    width: 260px;
    height: 53px;
    text-align: center;
    color: #fff;
    line-height: 53px;
}
.ss_popular_models {
    padding-top: 110px;
    padding-bottom: 50px;
}

.ss_section_title_link {
    display: inline-block;
    width: 170px;
    height: 53px;
    float: left;
    line-height: 53px;
    text-align: center;
    color: #fff;
    
    border-radius: 5px;
}
.ss_grid_gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: '. c c c c c c c c c c .';
}

.ss_grid_gallery_inner {
    grid-area: c;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 315px;
    grid-gap: 12px;
    grid-auto-flow: dense;
    position: relative;
}

.ss_grid_gallery_item {
    position: relative;
    overflow: hidden;
}

.ss_grid_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.ss_vertical_box {
    grid-column: span 2;
    grid-row: span 2;
}

.ss_normal_box {
    grid-column: span 2;
    grid-row: span 1;
}

.ss_wide_box {
    grid-column: span 3;
    grid-row: span 1;
}

.ss_big_box {
    grid-column: span 5;
    grid-row: span 1;
}

.ss_gallery_box_inner {
    position: absolute;
    right: 0;
    top: 100%;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s ease;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(140, 140, 145, 0.20490194368763126) 37%, rgba(255, 255, 255, 0) 100%);
    padding-bottom: 25px;
    padding-right: 5px;

}

.ss_grid_gallery_item:hover .ss_gallery_box_inner {
    top: 0;
    transition: all 0.5s ease;
}
.ss_gallery_box_inner a img {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}
.ss_gallery_box_inner a {
    color: #fff;
    
}
.ss_why_us {
    padding-top: 70px;
    padding-bottom: 50px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.ss_why_us h3 {
    padding-right: 25%;
    margin-bottom: 83px;
}
.ss_assurance_card {
    width: 500px;
    height: 170px;
    border-radius: 10px;
    background: rgba(250, 251, 252, 0.5);
    margin-bottom: 67px;
    padding: 15px;
    position: relative;
    -webkit-box-shadow: 5px 46px 69px 19px rgba(242,242,242,1);
    -moz-box-shadow: 5px 46px 69px 19px rgba(242,242,242,1);
    box-shadow: 5px 46px 69px 19px rgba(242,242,242,1);
}
.ss_assurance_card h3 {
    font-size: 24px;
    line-height: 34px;
    text-align: right;
    color: var(--orange);
    padding: 0;
    margin-bottom: 10px;
}
.ss_assurance_card p {
    font-size: 22px;
    line-height: 27px;
}
.ss_assurance_left {
    float: left;
    padding-left: 90px;
}
.ss_assurance_left img {
    position: absolute;
    width: 169px;
    height: 170px;
    top: 0;
    left: -85px;
    border-radius: 50%;
    object-fit: cover;
}
.ss_assurance_right {
    float: right;
    padding-right: 90px;
}
.ss_assurance_right img {
    position: absolute;
    width: 169px;
    height: 170px;
    top: 0;
    right: -85px;
    border-radius: 50%;
    object-fit: cover;
}
.ss_top_decorators {
    padding-top: 25px;
    padding-bottom: 50px;
}
.ss_top_decorators .ss_section_title_link {
    width: 200px;
    background: var(--orange);
}
.ss_decorator_card .col-2 {
    padding-right: 0;
}
.ss_decorator_card .col-2 img{
    border-radius: 50%;
}
.ss_decorator_card .col-10 h4 {
    color: var(--orange);
}
.ss_decorator_card .col-10 h4 strong {
    color: #000;
}
.ss_decorators_list ul {
	padding: 0;
}
.ss_decorators_list ul li {
	list-style: none;
    margin-bottom: 35px;
}
.ss_decorator_profile {
	background: #e1dfdf;
	color: #828282;
	padding: 3px 5px;
	margin-top: 5px;
	display: inline-block;
	border-radius: 5px;
}
.ss_decorartor_carousel .item {
    position: relative;
    overflow: hidden;
}
.ss_decorartor_carousel_inner {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: end;
    transition: all 0.5s ease;
     background: rgb(0,0,0);
     background: linear-gradient(302deg, rgba(0,0,0,1) 0%, rgba(140,140,145,0.20490194368763126) 23%, rgba(255,255,255,0) 100%); 
    padding-bottom: 25px;
    padding-right: 5px;
    
}

.ss_decorartor_carousel_inner h5 {
    color: #fff;
}
.ss_decorartor_carousel {
    position: relative;
}
.ss_decorartor_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.ss_decorartor_carousel .owl-nav .owl-prev {
    display: inline-block;
    float: left;
    margin-left: 25px;
}
.ss_decorartor_carousel .owl-nav .owl-next {
    display: inline-block;
    margin-right: 25px;    
}
.ss_decorartor_carousel .owl-nav img {
   width: 7px;
   height: 12px;
}
.ss_join_section {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 50px;
	background-image: url(../images/Rectangle%2039.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.ss_join_section h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
}
.ss_join_section p {
    max-width: 990px;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
}
.ss_orange_cta {
    background: var(--orange);
    border-radius: 5px;
}
.ss_red_cta {
    background: #93140D;
    border-radius: 5px;
}
.ss_blue_cta {
    background: #0130A2;
    border-radius: 5px;
}
.ss_join_section .ss_orange_cta {
    width: 321px;
    height: 53px;  
    color: #fff;
    line-height: 53px;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.ss_top_posts_section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ss_top_posts_section .ss_section_title_link {
    width: 200px;
    height: 53px;
}
.ss_top_posts .col-10 a {
    color: #000;
    display: block;
    font-size: 22px;
    line-height: 27px;
}
.ss_top_post_card {
    margin-bottom: 32px;
}
.ss_footer {
    background: #0130A2;
    padding-top: 65px;
    padding-bottom: 25px;
/*     border: 23px solid #fff; */
}
.ss_footer .ss_footer_logo img {
    width: 175px;
    margin-bottom: 35px;
} 
.ss_footer .col-12 p {
    font-size: 22px;
    line-height: 18px;
    color: #FFFFFF;
}
.ss_footer .col-12 ul {
    padding: 0;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ss_footer .col-12 ul li {
    display: inline-block;
    margin: 0px 25px;
    
}
.ss_footer .col-12 ul li a {
    color: #b3b3b3;
   
}
.ss_footer .col-12 ul li a:hover {
    color: #fff;
}
.ss_footer_social li {
    margin: 0px 15px !important;
}
.ss_footer_social {
    margin-bottom: 35px !important;
}
.ss_copyright {
    border-top: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
}
.ss_copyright p {
    display: inline-block;
    margin: 0;
    
}
.ss_copyright p:first-child {
    float: right;
    font-size: 18px;
}
.ss_copyright p a {
    color: var(--orange);
}
.ss_copyright p:last-child {
	float: left;
	text-align: left;
	direction: ltr;
	font-family: Asap;
	font-size: 13px;
	font-weight: 400;
}


/*        product page styles    */

.ss_product_page_head {
	min-height: 620px;
	background-image: url(../images/project-engineer-job-description-4088x2725-20201126.jpeg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.ss_product_page_head h2 {
    max-width: 485px;
    font-size: 40px;
    line-height: 66px;
}
.ss_product_page_head .ss_orange_cta {
    width: 226px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    display: inline-block;
    margin-top: 16px;
    color: #fff;
    
}
.ss_guarantee_section {
    padding-top: 75px;
    padding-bottom: 100px;
}
.ss_title_img {
    margin: 0 auto;
    display: block;
    
}
.ss_guarantee_section h4 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 85px;
    margin-top: 30px;
    
}
.ss_guarantee_section h4 strong {
    color: #F77F00;
}
.ss_guarantee_card {
    text-align: center;
}
.ss_guarantee_card_img {
	width: 135px;
	height: 135px;
	background-color: #FFD6AB;
	border-radius: 50%;
	display: inline-block;
	line-height: 135px;
    margin-bottom: 32px;
}
.ss_guarantee_card_img img {
    width: 70px;
    height: auto;
}
.ss_guarantee_card p {
    color: #72816E;
    font-size: 24px;
    max-width: 278px;
    display: inline-block;
}
.ss_portfolio_section , .ss_testimonial_section {
	min-height: 600px;
	padding-top: 75px;
	padding-bottom: 75px;
	background: #F7F7FC;
	background-image: url(../images/line-2.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 250px;
}
.ss_section_big_title {
    margin-top: 55px;
}
.ss_big_title_box {
	position: relative;
    display: inline-block;
}
.ss_section_big_title {
    color: #72816E;
    font-size: 72px;
    line-height: 101px;
    display: inline-block;
    position: relative;
    z-index: 999;
}
.ss_section_big_title strong {
    color: #F77F00;
}
.ss_big_title_box p {
    color: #72816E;
    font-size: 24px;
    line-height: 30px;
}
.ss_video_wrapper video {
    width: 100%;
}
.ss_video_thumbnail {
    width: calc(25% - 9px);
    float: right;
    margin-left: 12px;
}
.ss_video_thumbnail:last-child {
    margin-left: 0;
}
.ss_team_section {
    background: #F7F7FC;
    padding-top: 50px;
    padding-bottom: 70px;
    margin: 0;
    margin-bottom: 100px;
}
.ss_team_carousel_section .row {
    margin: 0;
}
.ss_team_carousel_section .ss_title_back {
    left: 15px;
    top: 0px;
}
@media (min-width:576px) {
    .ss_team_carousel_section , .ss_testimonial_section .ss_big_title_box  {
        margin-right: calc((100vw - 510px)/2);
    }
}
@media (min-width:768px) {
    .ss_team_carousel_section , .ss_testimonial_section .ss_big_title_box {
        margin-right: calc((100vw - 690px)/2);
    }
}
@media (min-width:992px) {
   .ss_team_carousel_section , .ss_testimonial_section .ss_big_title_box {
        margin-right: calc((100vw - 930px)/2);
    }
}
@media (min-width:1200px) {
    .ss_team_carousel_section , .ss_testimonial_section .ss_big_title_box {
        margin-right: calc((100vw - 1127px)/2);
    }
}

.ss_team_carousel .owl-stage {
    right: -50px;
}
.ss_team_carousel_section .col-lg-10 {
    padding-left: 0;
}
.ss_team_card p {
    color: #72816E;
    font-size: 24px;
    line-height: 34px;
    text-align: center
}
.ss_team_carousel .owl-nav {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: -210px;
}

.ss_team_carousel .owl-nav .owl-prev {
	background-image: url(../images/right-arrow-black.png);
	background-size: 18px;
	background-repeat: no-repeat;
	font-size: 0;
	background-position: center;
	
}
.ss_team_carousel .owl-nav .owl-next {
    background-image: url(../images/left-arrow-black.png);
	background-size: 18px;
	background-repeat: no-repeat;
	font-size: 0;
	background-position: center;
	
}
.ss_team_carousel .owl-nav .owl-prev, .ss_team_carousel .owl-nav .owl-next {
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #000;
	border-radius: 4px;
	float: right;
	margin: 0px 5px;
}
.ss_team_carousel .owl-nav .owl-prev.disabled , .ss_team_carousel .owl-nav .owl-next.disabled {
    border-color: #b0a5a5;
}
.ss_team_carousel .owl-nav .owl-prev.disabled {
    background-image: url(../images/right-arrow-gray.png);
}
.ss_team_carousel .owl-nav .owl-next.disabled {
    background-image: url(../images/left-arrow-gray.png);
}
.ss_consulting_section {
    background-image: url(../images/joinerr.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 550px;
    display: flex;
	flex-direction: column;
	justify-content: center;
    margin-bottom: 100px;
}
.ss_consulting_section h2 {
    color: #FFFFFF;
    font-size: 65px;
    line-height: 91px;
    display: inline-block;
}
.ss_consulting_section .ss_title_back {
    position: absolute;
    left: -100px;
    top: -55px;
    opacity: 0.3;
}
.ss_consulting_section  p {
    color: #FFFFFF;
    font-size: 24px;
}
.ss_consulting_form {
    max-width: 325px;
    position: relative;
    
}
.ss_consulting_form input {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    border: none;
    margin-bottom: 23px;
    padding: 8px 10px;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-radius: 4px;
}
.ss_consulting_form label {
    position: absolute;
    left: 15px;
    top: 8px;
}
.ss_consulting_form_btn {
	width: 100%;
	background: #F77F00;
	border-radius: 4px;
	border: none;
	height: 50px;
	color: #fff;
	font-family: ahang;
}
.ss_consulting_form p {
    color: #72816E;
    font-size: 18px;
}
.ss_testimonial_section .ss_big_title_box {
    margin-bottom: 40px;
}
.ss_testimonial_section .ss_section_big_title {
    margin-top: 0;
}
.ss_testimonial_card {
    background: rgba(250, 251, 252, 0.5);
    border-radius: 15px;
    position: relative;
    padding: 10px 20px;
}
.ss_testimonial_card img {
	border-radius: 50%;
	width: 50px !important;
	margin-bottom: 15px;
	margin-top: -30px;
	margin-right: 20px;
}
.ss_testimonial_carousel {
	padding: 0;
}
.ss_testimonial_card h4 {
	font-size: 24px;
	font-family: vanda;
	color: #72816E;
	margin-bottom: 0;
}
.ss_testimonial_card h4 span {
    color: #F77F00;
}
.ss_testimonial_carousel.owl-carousel .owl-stage {
    padding-top: 50px;
}
.ss_testimonial_card > span {
    color: #72816E;
    font-size: 18px;
    padding-right: 25px;
    position: relative;
}
.ss_testimonial_card > span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../images/Comment.png);
    background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 10px;
}
.ss_testimonial_card hr {
    width: 150px;
}
.ss_testimonial_card p {
    color: #A0A3BD;
    font-size: 24px;
}
.ss_testimonial_carousel .owl-dots {
	position: absolute;
	left: 100px;
	top: -100px;
	line-height: 40px;
	display: flex;
	align-items: center;
}
.ss_testimonial_carousel .owl-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #B8BBBF;
	margin: 0px 5px;
	border-radius: 5px;
}
.ss_testimonial_carousel .owl-dot.active {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F77F00;
	background-image: url(../images/linear.png);
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
}
.ss_product_page.ss_top_decorators {
    padding-top: 100px;
}
.ss_product_page.ss_top_decorators .ss_section_big_title {
    margin-top: 0;
    margin-bottom: 50px;
    display: inline-block;
}
.ss_top_decorators .ss_big_title_box {
    width: 100%;
}
.ss_top_decorators .ss_title_back {
    right: 324px;
    top: -35px;
    opacity: 0.1;
}
.ss_product_page.ss_top_decorators .ss_section_title_link {
    margin-top: 35px;
}
.ss_our_partners {
    padding-top: 170px;
    background: linear-gradient(180deg, #F3F3F8 -15.78%, #FFFFFF 42.67%);
    padding-bottom: 150px;
}
.ss_our_partners .ss_title_back {
    left: -63px;
    top: -25px;
    opacity: 0.1;
}
.ss_our_partners .ss_section_big_title {
    margin-top: 35px;
}
.ss_partner_card img {
    width: 150px !important;
    margin: 0 auto;
}
.ss_faq_section {
    background: #ECF1F5;
    padding-top: 85px;
    padding-bottom: 75px;
}
.ss_faq_section .ss_section_big_title {
    font-size: 40px;
    margin-top: 20px;
}

.accordion-item {
    margin-bottom: 16px;
    background-color: #f5f8fa;
    border-radius: 4px !important;
    border: none;
    
}
.accordion-button {
    font-size: 24px;
    color: #000;
}

.accordion-button , .accordion-header{
     background-color: #f5f8fa;
}
.accordion-button:not(.collapsed) {
	box-shadow: unset;
	background-color: #f5f8fa;
	border-bottom: 1px dashed #B8BBBF;
    color: #000;
}
.accordion-button:focus {
    border-collapse: none;
    box-shadow: unset;
}
.accordion-button::after {
	background-image: none !important;
	content: '+';
	color: #F77F00;
	position: absolute;
	left: 25px;
	font-size: 25px;
	top: 18px;
}
.accordion-button:not(.collapsed)::after {
    content: '-';
    transform: none;
}
.accordion-body p {
    font-size: 24px;
}
.ss_title_back {
	position: absolute;
	left: -85px;
	top: -10px;
}

/*     models page styles   */
.ss_filter_result {
    margin-bottom: 45px;
}
.ss_model_card {
    box-shadow: 0px 16px 40px rgba(112, 144, 176, 0.05);
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 30px;
    background: #fff;
}
.ss_model_card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.ss_model_title {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ss_model_title h2 {
	padding-right: 30px;
	font-size: 22px;
	line-height: 27px;
	font-family: vanda;
	position: relative;
	color: #000;
	width: 50%;
	float: right;
}
.ss_model_title h2::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/tags.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 7px;
}
.ss_model_rate {
    width: 50%;
    float: left;
    text-align: left;
}
.ss_model_price p img {
	width: 25px !important;
    display: inline-block !important;
	border-radius: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
.ss_model_price p span:first-child {
    color: #8D8D8D;
    margin-left: 25px;
    font-size: 22px;
}
.ss_model_price p span:last-child {
    color: #3D3D3D;
    font-size: 22px;
}
.ss_model_image {
    position: relative;
    
}
.ss_add_fav {
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
    width: 20px;
    height: 24px;
    background-image: url(../images/bookmark-outline.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.ss_add_fav.ss_added_fav {
    background-image: url(../images/bookmark.png)
}
.ss_image_link {
	position: absolute;
	top: calc(50% - 40px);
	right: calc(50% - 32px);
    opacity: 0;
    visibility: hidden;
}
.ss_model_image:hover .ss_image_link {
    opacity: 1;
    visibility: visible;
}
.ss_pagination {
    
    margin-top: 39px;
    text-align: center;
    direction: ltr;
}
.ss_page_numbers {
	padding: 0;
	display: inline-block;
	border: 1px solid #000;
	border-radius: 3px;
}
.ss_pagination li {
	list-style: none;
	display: inline-block;
	width: 40px;
	height: 38px;
}
.ss_pagination li a {
    color: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
}
.ss_pagination li.current {
    background: #E9E2B6;
}
.ss_next_page {
	height: 40px;
	display: inline-block;
	margin-left: 10px;
	background: #E9E2B6;
	width: 130px;
	text-align: center;
	color: #000;
	font-size: 22px;
	border: 1px solid #E9E2B6;
	border-radius: 3px;
}
.ss_next_page img {
	width: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
.ss_top_models_carousel_section {
	padding-top: 65px;
    margin-bottom: 70px;
}
.ss_section_title_shadow {
	position: absolute;
	right: 0;
	font-size: 72px;
	top: -45px;
	opacity: 0.05;
	letter-spacing: 1px;
	font-family: ahang;
}
.ss_top_models_carousel  {
    background: #FFF6ED;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ss_top_models_carousel .ss_model_card {
    margin-bottom: 0;
}

.ss_top_models_carousel .owl-nav {
	position: absolute;
	top: -70px;
    left: 10%;
}
.ss_top_models_carousel .owl-prev img {
    width: 20px;
}
.ss_top_models_carousel .owl-next img {
    width: 20px;
}
.ss_top_models_carousel .owl-prev , .ss_top_models_carousel .owl-next {
    float: left;
    
}
.ss_top_models_carousel_section .ss_section_title {
    margin-bottom: 20px;
}
.ss_top_models_carousel .owl-prev {
    margin-right: 40px;
    
}
/* single model styles */
.ss_single_model_title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px;
}
.ss_model_contractor_detail {
	border: 1px solid #F3EEEA;
	padding-right: 60px;
	position: relative;
	margin-right: 40px;
	min-height: 81px;
	border-radius: 5px;
    margin-bottom: 20px;
}
.ss_model_contractor_detail img {
	border-radius: 50%;
	border: 8px solid #fff;
	position: absolute;
	right: -40px;
	width: 85px;
	top: -4px;
	box-shadow: -4px 0px 1px -3px #aaaaaa;
}
.ss_model_contractor_detail p {
	color: var(--orange);
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
	margin-top: 18px;
	margin-right: 10px;
}
.ss_model_property_text .ss_color_property {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 13px;
    border-radius: 50%;
}
.ss_model_detail_item {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}
.ss_model_detail_item P {
    color: #828282;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    float: right;
}
.ss_model_detail_item .ss_model_property_name {
    width: 30%;
}
.ss_model_detail_item .ss_model_property_text {
    width: 65%;  
}
.ss_white {
    background: #fff;
    border: 1px solid #000;
}
.ss_green_dark {
    background: #406D2D;
}
.ss_brown {
    background: #C97C46;
}
.ss_cream {
    background: #DEC4A9;
}
.ss_model_order_btn a {
    display: inline-block;
    width: calc(50% - 10px);
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid var(--orange);
    margin-bottom: 15px;
}
.ss_model_order_btn .ss_orange_cta {
    color: #fff;
}
.ss_model_order_btn .ss_orange_outline_cta {
    color: var(--orange);
    margin-right: 10px;
}
.ss_add_fav_model {
    width: calc(100% - 10px) !important;
    color: #000;
    border-color: #000 !important;
    line-height: 36px !important;
}
.ss_add_fav_model img {
	width: 20px;
	margin-left: 10px;
	margin-top: 3px;
}
.ss_model_description {
    margin-top: 45px;
}
.ss_model_description h3 {
    font-size: 24px;
    line-height: 34px;
}
.ss_model_description p {
    font-size: 24px;
    
}


@media (min-width: 768px) {

    .ss_seven_cols .col-md-1,
    .ss_seven_cols .col-sm-1,
    .ss_seven_cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {

    .ss_seven_cols .col-md-1,
    .ss_seven_cols .col-sm-1,
    .ss_seven_cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {

    .ss_seven_cols .col-md-1,
    .ss_seven_cols .col-sm-1,
    .ss_seven_cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}














/*   main blog styles */

.ss_blog_menu ul {
    padding: 0;
}
.ss_blog_menu ul li {
    list-style: none;
    margin-bottom: 35px;
}
.ss_blog_menu ul li a {
    color: #72816E;
    opacity: 0.6;
}
.ss_blog_menu ul li a:hover {
    opacity: 1;
}
.ss_blog_menu ul li a img {
    max-width: 24px;
    max-height: 24px;
    margin-left: 8px;
}
.ss_blog_menu_cta {
	width: 100%;
	background: var(--orange);
	color: #fff;
	height: 45px;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	font-size: 20px;
	line-height: 40px;
}
.ss_blog_menu_cta:hover {
    color: #fff;
}
.ss_blog_slide {
	min-height: 525px;
	position: relative;
    display: flex;
    padding: 45px 35px 20px 35px;
    flex-direction: column;
    justify-content: space-between;
}
.ss_blog_slide > img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ss_blog_slide div {
    position: relative;
}

.ss_blog_text h2 {
    color: #3D3D3D;
    font-size: 40px;
    line-height: 56px;
}
.ss_blog_text p {
    font-size: 22px;
    line-height: 27px;
    color: #3D3D3D;
    max-width: 515px;
}
.ss_blog_slide_link {
	background: #E9E2B6;
	border-radius: 2px;
	color: #3D3D3D;
	font-size: 24px;
	padding: 5px 15px;
	height: 40px;
	display: inline-block;
	line-height: 20px;
}
.ss_blog_slide_small_post {
    background: rgba(255, 255, 255, 0.85);
    padding-top: 20px;
    padding-bottom: 20px;
}

.ss_slide_small_post div {
	width: calc(50% - 10px);
	float: right;
	margin: 0px 5px;
}
.ss_slide_small_post div h3 {
    color: #000;
    font-size: 18px;
    font-family: vanda;
    margin-bottom: 15px;
    line-height: 24px;
}
.ss_slide_small_post div img {
	width: 160px;
	height: 80px;
	object-fit: cover;
}
.ss_slide_small_post .ss_blog_slide_link {
    float: left;
}
.ss_main_blog .ss_blog_slide {
    padding: 45px 35px 0px 0px;
}
@media (max-width:575px) {
    .ss_editor_choices_inner  {
        padding-right: 25px;
        padding-left: 25px;
    }
	.ss_post_main_content table tr td p strong , .ss_post_main_content table tr td p , .ss_post_main_content table tr td {
		font-size: 18px;
		vertical-align: middle;
	}
	.table > :not(caption) > * > * {
		padding: 5px !important;
	}
}

@media (min-width:576px) {
    .ss_stage_right  {
        margin-right: calc((100vw - 515px)/2);
    }
}
@media (min-width:768px) {
    .ss_stage_right {
        margin-right: calc((100vw - 698px)/2);
    }
}
@media (min-width:992px) {
   .ss_stage_right {
        margin-right: calc((100vw - 615px)/2);
    }
}
@media (min-width:1200px) {
    .ss_stage_right {
        margin-right: calc((100vw - 756px)/2);
    }
}
.ss_editor_choices {
	padding-top: 70px;
	padding-bottom: 70px;
}
.ss_editor_choices_carousel .owl-nav {
	position: absolute;
	top: -70px;
    left: 10%;
}
.ss_editor_choices_carousel .owl-prev img {
    width: 20px;
}
.ss_editor_choices_carousel .owl-next img {
    width: 20px;
}
.ss_editor_choices_carousel .owl-prev , .ss_editor_choices_carousel .owl-next {
    float: left;
    
}

.ss_editor_choices_carousel .owl-prev {
    margin-right: 40px;
    
}
.ss_blog_carousel_card h3 {
    font-size: 22px;
    line-height: 27px;
    color: #3D3D3D;
    font-family: 'vanda';
    margin-top: 25px;
    padding: 0px 0px 0px 5px;
}
.ss_editor_choices_inner .ss_section_title {
    margin-bottom: 20px;
}
.ss_interior_design {
    background: rgba(119, 127, 131, 0.1);
}
.ss_interior_design_section {
    padding-top: 120px;
    padding-bottom: 60px;
}
.ss_interior_design > .row {
    padding: 80px 80px 50px 80px;
}
.ss_interior_design .col-lg-6 img {
    margin-top: -160px;
}
.ss_interior_design .col-lg-6 p {
    font-size: 22px;
    line-height: 27px;
    color: #3D3D3D;
} 
.ss_interior_design .col-lg-6 h4 {
    font-size: 40px;
    line-height: 56px;
    color: #3D3D3D;
}
.ss_interior_design_post_card img {
    max-width: 68px;
    margin-left: 10px;
    float: right;
}
.ss_interior_design_post_card a {
    font-size: 20px;
    line-height: 27px;
    color: #3D3D3D;
}
.ss_interior_design > .row .row {
    margin-top: 45px;
}
.ss_post_tabs .nav-tabs {
    border-bottom: none;
}
.ss_post_tabs .nav-tabs .nav-link {
    border: 1px solid #fff;
}
.ss_post_tabs .nav-tabs .nav-link {
    color: #A4A4A4;
    padding: 4px 0px;
    margin-left: 35px;
    font-size: 20px;
}
.ss_main_blog .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--orange);
    border-bottom: 1px solid var(--orange);
}
.ss_post_tabs #nav-tab {
    margin-bottom: 25px;
}
.ss_tab_contnet {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: 'c c c c c c c c c c c c';
}

.ss_tab_inner {
    grid-area: c;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: 235px;
    grid-gap: 30px;
    grid-auto-flow: dense;
    position: relative;
}
.ss_tab_post_small {
    grid-column: span 3;
    grid-row: span 1;
}
.ss_tab_post_big {
    grid-column: span 6;
    grid-row: span 1;
}
.ss_tab_post_card {
    position: relative;
}
.ss_tab_post_card img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    
}
.ss_tab_post_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	padding: 15px 5px;
	display: flex;
	align-items: end;
}
.ss_tab_post_overlay a {
    color: #fff;
    font-size: 22px;
    line-height: 27px;
}
.ss_tab_posts_section {
    padding-bottom: 70px;
}
.ss_video_card {
    margin-bottom: 32px;
}
.ss_video_card_tumbnail img {
    width: 95px;
    height: 95px;
    object-fit: cover;
}
.ss_video_card_tumbnail {
	float: right;
	margin-left: 15px;
    position: relative;
}
.ss_video_card_title a h4 {
    font-size: 22px;
    line-height: 27px;
    font-family: Vanda;
    cursor: pointer;
}
.ss_video_card_title a {
    color: #3D3D3D;
}
.ss_video_card_title span img {
    width: 18px;
    margin-left: 6px;
}
.ss_play_btn {
	background: #fff;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 27px;
	right: 26px;
	text-align: center;
    cursor: pointer;
}
.ss_play_btn img {
	width: 11px !important;
	height: 11px !important;
	margin-top: 10px;
	margin-left: 2px;
}
.ss_selected_videos_section {
    padding-bottom: 85px;
}
.ss_selected_cabinets_section {
    margin-top: 180px;
}
.ss_selected_cabinets_section .ss_section_back {
	background-image: url(../images/pngwing%204.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	min-height: 400px;
	margin-top: -150px;
}
.ss_selected_cabinets_section .container {
    background: #3D3D3D;
    padding-bottom: 20px;
}
.ss_selected_cabinets_section .ss_interior_design_post_card a {
    color: #fff;
}
.ss_section_back h6 {
    font-size: 40px;
    line-height: 35px;
    padding-right: 10%;
}
.ss_section_back h6 span {
    font-size: 22px;
    line-height: 27px;
    font-family: Vanda;
}
.ss_selected_cabinets_posts {
    margin-top: -50px;
}
.col-12.ss_mobile_blog_menu {
	
}
.ss_mobile_blog_menu_open {
    color: #333;
}
.ss_mobile_blog_menu_open img{
    width: 25px;
    margin-left: 10px;
}
.ss_mobile_blog_menu_header {
    padding: 10px;
	border-radius: 5px;
    border: 1px solid #eee;
    margin-bottom: 15px;
}
.ss_mobile_blog_menu_inner {
    display: none;
    
}
.ss_mobile_blog_menu_inner.active {
    display: block;
}
.ss_mobile_blog_menu_inner ul {
    margin-top: 15px;
}
.ss_mobile_blog_menu_inner ul li {
    list-style: none;
    margin-bottom: 13px;
}
.ss_mobile_blog_menu_inner ul li a {
	color: #333;
	font-size: 20px;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.ss_mobile_blog_menu_inner ul li:first-child a {
    border-top: 1px solid #eee;
    padding-top: 13px;
}
.ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--orange);
}
.ss_mobile_blog_menu_inner ul li a img {
   margin-left: 10px;
    max-width: 24px;
    max-height: 24px;
}
/***********************
    dark_green page styles
************************/

.ss_cat_page .ss_blog_slide{
    justify-content: end;
}
.ss_dark_green .ss_signup_btn {
    background: var(--dark-green);
}
.ss_dark_green .ss_blog_menu_cta {
    background: #D9E7D8;
    color: #72816E;
}
.ss_dark_green .active_page a {
    color: var(--dark-green);
    opacity: 1;
}
.ss_dark_green .ss_section_title h2{
    color: var(--dark-green);
}
.ss_dark_green .ss_section_title h2::after {
    border-color: var(--dark-green);
}
.ss_dark_green .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--dark-green);
    border-bottom: 1px solid var(--dark-green);
}
.ss_ribbon_title {
    color: #fff;
}
.ss_cat_page_ribbon {
    position: relative;
    min-height: 435px;
    padding-top: 75px;
    padding-bottom: 60px;
    margin-bottom: 85px;
}
.ss_ribbon_back {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0;
    z-index: -1;
}
.ss_dark_green .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(114, 129, 110, 0.8), rgba(114, 129, 110, 0.8));
        
}
.ss_cat_page_ribbon .container > img {
    max-width: 95px;
    margin-bottom: 15px;
}
.ss_ribbon_title {
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 20px;
}
.ss_cat_page_ribbon p {
    font-size: 22px;
    line-height: 27px;
    color: #FEFCFC;
    max-width: 500px;
}
.ss_cat_page_ribbon a {
	width: 102px;
	height: 32px;
	background: #FFFFFF;
	color: #382A1F;
	font-size: 18px;
	display: inline-block;
	text-align: center;
}
.ss_ribbon_bookmark_btn {
	width: 32px !important;
    margin-right: 4px;
}
.ss_ribbon_bookmark_btn img {
    width: 14px;
}
.ss_dark_green .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--dark-green);
}

/***********************
      brown page styles
************************/
.ss_brown_page .ss_signup_btn {
    background: var(--brown);
}
.ss_brown_page .ss_blog_menu_cta {
    background: rgba(135, 87, 49, 0.1);
    color: #875731;
}
.ss_brown_page .active_page a {
    color: var(--brown);
    opacity: 1;
}
.ss_brown_page .ss_section_title h2{
    color: var(--brown);
}
.ss_brown_page .ss_section_title h2::after {
    border-color: var(--brown);
}
.ss_brown_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--brown);
    border-bottom: 1px solid var(--brown);
}
.ss_brown_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--brown);
}
.ss_brown_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(135, 87, 49, 0.8), rgba(135, 87, 49, 0.8))
        
}

/***********************
      gray page styles
************************/
.ss_gray_page .ss_signup_btn {
    background: var(--gray);
}
.ss_gray_page .ss_blog_menu_cta {
    background: #F1F2F3;
    color: #777F83;
}
.ss_gray_page .active_page a {
    color: var(--gray);
    opacity: 1;
}
.ss_gray_page .ss_section_title h2{
    color: var(--gray);
}
.ss_gray_page .ss_section_title h2::after {
    border-color: var(--gray);
}
.ss_gray_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--gray);
    border-bottom: 1px solid var(--gray);
}
.ss_gray_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--gray);
}
.ss_gray_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(119, 127, 131, 0.8), rgba(119, 127, 131, 0.8))  
}

/***********************
      purple page styles
************************/
.ss_purple_page .ss_signup_btn {
    background: var(--purple);
}
.ss_purple_page .ss_blog_menu_cta {
    background: #F3EBEE;
    color: var(--purple);
}
.ss_purple_page .active_page a {
    color: var(--purple);
    opacity: 1;
}
.ss_purple_page .ss_section_title h2{
    color: var(--purple);
}
.ss_purple_page .ss_section_title h2::after {
    border-color: var(--purple);
}
.ss_purple_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--purple);
    border-bottom: 1px solid var(--purple);
}
.ss_purple_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--purple);
}
.ss_purple_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(131, 7, 141, 0.8), rgba(131, 7, 141, 0.8));  
}

/***********************
     pink page styles
************************/
.ss_pink_page .ss_signup_btn {
    background: var(--pink);
}
.ss_pink_page .ss_blog_menu_cta {
    background: #F6EBF1;
    color: #A53571;
}
.ss_pink_page .active_page a {
    color: var(--pink);
    opacity: 1;
}
.ss_pink_page .ss_section_title h2{
    color: var(--pink);
}
.ss_pink_page .ss_section_title h2::after {
    border-color: var(--pink);
}
.ss_pink_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--pink);
    border-bottom: 1px solid var(--pink);
}
.ss_pink_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--pink);
}
.ss_pink_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(165, 53, 113, 0.8), rgba(165, 53, 113, 0.8));  
}

/***********************
     wine page styles
************************/
.ss_wine_page .ss_signup_btn {
    background: var(--wine);
}
.ss_wine_page .ss_blog_menu_cta {
    background: #F5E7E7;
    color: var(--wine);
}
.ss_wine_page .active_page a {
    color: var(--wine);
    opacity: 1;
}
.ss_wine_page .ss_section_title h2{
    color: var(--wine);
}
.ss_wine_page .ss_section_title h2::after {
    border-color: var(--wine);
}
.ss_wine_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--wine);
    border-bottom: 1px solid var(--wine);
}
.ss_wine_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--wine);
}
.ss_wine_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(172, 89, 89, 0.8), rgba(172, 89, 89, 0.8));  
}
/***********************
     blue page styles
************************/
.ss_blue_page .ss_signup_btn {
    background: var(--ligh-blue);
}
.ss_blue_page .ss_blog_menu_cta {
    background: #E4EAF7;
    color: var(--ligh-blue);
}
.ss_blue_page .active_page a {
    color: var(--ligh-blue);
    opacity: 1;
}
.ss_blue_page .ss_section_title h2{
    color: var(--ligh-blue);
}
.ss_blue_page .ss_section_title h2::after {
    border-color: var(--ligh-blue);
}
.ss_blue_page .ss_post_tabs .nav-tabs .nav-link.active {
    color: var(--ligh-blue);
    border-bottom: 1px solid var(--ligh-blue);
}
.ss_blue_page .ss_mobile_blog_menu_inner ul li a:hover {
    color: var(--ligh-blue);
}
.ss_blue_page .ss_cat_page_ribbon {
    background: linear-gradient(0deg, rgba(69, 110, 155, 0.8), rgba(69, 110, 155, 0.8));  
}













/************************
    single blog styles
**************************/
#comments .wpd-rating-wrap, .wpd-rating-value, .wpd-rating-title {
    display: none !important;
}
.ss_breadcrumb ul {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
}
.ss_breadcrumb ul li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	position: relative;
	padding-left: 10px;
}
.ss_breadcrumb ul li a , .rank-math-breadcrumb p a {
    color: var(--orange);
    font-size: 18px;
}
.rank-math-breadcrumb p a {
	position: relative;
	padding-left: 20px;
}
.rank-math-breadcrumb p .separator {
	display: none;
}
.ss_breadcrumb ul li a.ss_current_post {
    color: var(--gray);
}
.ss_breadcrumb ul li a::after , .rank-math-breadcrumb p a::after {
	content: '>';
	font-size: 17px;
	position: absolute;
	top: 4px;
	left: 5px;
	color: var(--gray);
}
.rank-math-breadcrumb p .last {
	color: var(--gray);
	font-size: 17px;
}
.ss_breadcrumb ul li a.ss_current_post::after {
    content: '';
}
.ss_post_rate {
	float: left;
	margin-top: 8px;
}
#breadcrumbs {
	display: inline-block;
}
.ss_post_main_content {
	border-bottom: 2px solid #DFDFDF;
}
.ss_post_main_content h1 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 20px;
}
.ss_post_feature_image img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 40px;
}
.ss_post_main_content p {
	font-size: 20px;
	margin-bottom: 40px;
	color: #3D3D3D;
	font-family: 'IranSans-Regular';
    line-height: 1.8;
}
.ss_post_main_content p img.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.ss_post_main_content p a , .ss_post_main_content ul li a , .ss_post_main_content td a  {
    color: var(--orange);
}

.ss_post_main_content h2 {
    font-size: 24px;
    line-height: 34px;
    color: #3D3D3D;
    padding-right: 24px;
    position: relative;
}
.ss_post_main_content h2::before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/title-before.png);
	background-size: cover;
	position: absolute;
	right: 0;
	top: 7px;
}
.ss_suggest_box , .ss_price_req_box{
    background: #ECF1F5;
    padding: 20px 20px 20px 20px;
    margin-bottom: 40px;
    position: relative;
}
.ss_box_title {
    color: var(--gray);
	display:none;
}

.ss_box_title h3,  .ss_box_title p{
	font-size:20px !important;
}

.ss_box_title img {
    width: 15px;
    margin-left: 5px;
}
.ss_suggest_box h3 , .ss_price_req_box h3 {
    font-size: 20px;
    line-height: 34px;
    margin-top: 15px !important;
    margin-bottom: 38px;
    color: #0F1010;
    padding: 0;
}
.ss_suggest_box h3::before , .ss_price_req_box h3:before {
    display: none;
}
.ss_suggest_box_link {
	width: 100%;
	margin: 0px;
	text-align: center !important;
	color: #fff !important;
	background: var(--orange);
	display: inline-block;
    font-family: Ahang;
	font-size:20px !important;
    line-height: 34px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 5px;
}

.ss_suggest_box_link:hover {
    color: #fff;
}
.ss_calculator_box {
	background: #FFF6ED;
	margin-top: 220px;
	padding-top: 50px;
    margin-bottom: 40px;
}
.ss_calculator_box .ss_calculator_text h4 {
    font-size: 24px;
    line-height: 34px;
	color: #333;
}
.ss_calculator_box .ss_online_calculator_btn {
	margin-top: 0;
	font-family: ahang;
	color: #fff;
}
.ss_calculator_box .ss_online_calculator_btn:hover {
    color: #fff;
}
.ss_calculator_box .ss_calculator_text p {
    margin-bottom: 25px;
}

.ss_price_req_img {
	position: absolute;
	left: 50px;
	top: calc(50% - 32px);
}
.ss_price_req_box h3 {
    margin-bottom: 10px;
}
.ss_post_tags {
	padding-top: 8px;
	border-bottom: 2px solid #DFDFDF;
	display: inline-block;
	width: 100%;
    margin-bottom: 65px;
}
.ss_post_tags > span {
	font-size: 17px;
	float: right;
	margin-top: 5px;
	width: 100px;
}
.ss_post_tags > span img {
    width: 20px;
    margin-left: 8px;
}
.ss_post_tags ul {
	padding: 0;
	float: left;
	width: calc(100% - 100px);
    margin-bottom: 0;
}
.ss_post_tags ul li {
    float: right;
    list-style: none;
}
.ss_post_tags ul li a {
	display: inline-block;
	color: #67696A;
	border: 1px solid #67696A;
	font-size: 18px;
	line-height: 30px;
	padding: 2px 10px 5px 10px;
	margin-left: 7px;
	margin-bottom: 8px;
}
.ss_post_tags ul li a:hover {
    color: #3D3D3D;
    border-color: #3D3D3D;
}
.ss_single_post_req_form {
    padding: 20px 25px;
    background: #FFF6ED;
    margin-bottom: 40px;
}
.ss_single_post_req_form p {
    font-family: 'ahang';
    color: var(--orange);
    font-size: 15px;
    margin-bottom: 15px;
}
.ss_single_post_req_form p strong {
    font-size: 24px;
}
.ss_single_post_req_form form select , .ss_single_post_req_form form  input {
	height: 45px;
    width: 30%;
    background: none;
    border: 1px solid var(--orange);
    color: var(--orange);
    border-radius: 5px;
    font-size: 20px;
    padding: 2px 5px 5px;
    margin : 5px 10px;
}
.ss_single_post_req_form form  input::placeholder{
    color: var(--orange);
}
.ss_single_post_req_form form select option {
    font-size: 20px;
    font-family: 'vanda';
}
.ss_single_post_req_form form input#submitButton {
    width: 12.3333333%;
    background: var(--orange);
    border: none;
    padding: 3px 0px 6px 0px;
    color: #fff;
    border-radius: 5px;
}
.ss_related_post .text-center {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
    padding-top: 55px;
}
.ss_related_post .ss_section_title_shadow {
	right: 0;
	font-size: 45px;
	top: -75px;
	position: relative;
}
.ss_related_post .ss_blog_carousel_card img {
    width: 100%;
    max-height: 185px;
    object-fit: cover;
}
.ss_post_comments {
    margin-top: 130px;
}
.ss_post_info {
    padding-top: 65px;
}
.ss_post_info span {
    display: block;
    margin-bottom: 15px;
}
.ss_post_info span img {
    width: 20px;
    margin-left: 15px;
}
.ss_post_section_list a , .ss_reletad_list a {
    display: inline-block;
    width: 100%;
    color: var(--orange);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}
.ss_post_section_list p {
	margin-bottom: 0px;
}
.ss_post_section_list a {
	padding-right: 20px;
	position: relative;
	font-family: 'IranSans-Regular';
}
.ss_post_section_list a::before {
	display: inline-block;
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(../images/ArrowDownLeft.png);
	background-size: cover;
	position: absolute;
	right: -4px;
	top: 3px;
}
.ss_post_section_list a img , .ss_reletad_list a img {
    width: 17px;
    margin-left: 5px;
}
.ss_post_section_list h3 , .ss_reletad_list h3 {
    font-family: Vanda;
    font-size: 22px;
    line-height: 27px;
}
.ss_reletad_list a {
	padding-right: 20px;
	position: relative;
}
.ss_reletad_list a::before {
	display: inline-block;
	content: '';
	width: 17px;
	height: 17px;
	background-image: url(../images/ArrowDownLeft.png);
	background-size: cover;
	position: absolute;
	right: -4px;
	top: 3px;
}
.ss_post_cta .ss_suggest_box {
    background: #FEFCFC;
    padding: 15px 10px;
}
.ss_post_cta .ss_box_title {
    font-size: 14px;
}
.ss_post_cta .ss_box_title img {
    width: 11px;
}
.ss_post_cta .ss_suggest_box h3 {
    font-family: Vanda;
    font-size: 18px;
    line-height: 22px;
}
.ss_post_cta .ss_suggest_box_link {
	font-family: Vanda;
	font-size: 24px;
	line-height: 30px;
	padding-top: 1px;
}
.ss_related_post_card {
    margin-bottom: 40px;
}
.ss_related_post_card p img {
    width: 20px;
    margin-left: 5px;
}
.ss_related_post_card > img {
	width: 100%;
	height: 130px;
	object-fit: cover;
	border-radius: 8px;
}
.ss_related_post_card h5{
    font-size: 18px;
    line-height: 22px;
    font-family: Vanda;
    color: #3D3D3D;
	margin-top: 7px;
	margin-bottom: 13px;
}
.ss_related_post_card a {
	background: var(--orange);
	width: 100%;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	height: 40px;
}
.ss_related_post_card.ss_outline_card a {
    color: var(--orange);
    background: none;
    border: 1px solid var(--orange);
    
}
.ss_related_post_card p {
    margin-bottom: 5px;
}
.ss_post_register_ribbon {
	padding: 20px 170px 20px 20px;
	background-image: url(../images/post-ribbon.png);
	background-size: cover;
	position: relative;
	margin-top: 95px;
    margin-bottom: 80px;
}
.ss_post_register_ribbon h4 {
	color: #333;
}
.ss_post_register_ribbon img {
	position: absolute;
	right: 0;
	bottom: 0;
	width:25%;
}
.ss_post_register_ribbon p {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
}
.ss_post_register_link {
	position: absolute;
	width: 100%;
	bottom: -49px;
	height: 50px;
	background: var(--orange);
	color: #fff !important;
	font-family: 'ahang';
	line-height: 50px !important;
	text-align: center;
	right: 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ss_post_register_link:hover {
    color: #fff;
}
.ss_single_post_link {
    color: #0130A2;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 30px;
    display: inline-block;
    
}
.ss_single_post_link:hover {
    color: #0130A2;
}
.ss_single_post_link img {
	width: 17px;
	margin-left: 5px;
	margin-top: 5px;
    
}
.ss_advisor_card {
	height: 140px;
    position: relative;
    padding: 30px 15px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    margin-bottom: 45px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.ss_advisor_card img {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 !important;
}
.ss_advisor_card p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 27px;
}
.ss_advisor_card .p_help {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 27px;
}
.ss_advisor_card_text_color{
	color:#3d3d3d;
}
.ss_advisor_card_link {
	position: absolute;
	width: 100%;
	height: 30px;
	color: #fff;
	text-align: center;
	bottom: -30px;
	background: #0130A2;
	right: 0;
	line-height: 23px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.ss_advisor_card_link:hover {
    color: #fff;
}
.ss_advisor_box {
    margin-bottom: 40px;
}
.ss_advisor_box h4 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    text-align: center;
    color: #3D3D3D;
}
.ss_advisor_box p {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
.ss_advisor_box .p_help {
 
    font-size: 22px;
    line-height: 27px;
    text-align: center;
}
.ss_orange_advisor .ss_advisor_card_link{
    background: var(--orange);
	margin-bottom: 0px !important;
}
.ss_orange_advisor .ss_advisor_card {
    background: linear-gradient(0deg, rgba(86, 96, 83, 0.8), rgba(86, 96, 83, 0.8))
}
.ss_orange_advisor .ss_advisor_card p {
    color: #fff;
}
.ss_orange_advisor .p_help {
    color: #fff !important;
}
.ss_post_inner_carousel .item {
    position: relative;
    min-height: 160px;
}
.ss_post_inner_carousel .item img {
    min-height: 160px;
    object-fit: cover;
}
.ss_post_inner_carousel_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(56, 42, 31, 0.1) 0%, rgba(56, 42, 31, 0.8) 100%);
	top: 0;
	display: flex;
	flex-direction: column-reverse;
	padding: 20px 15px;
}
.ss_post_inner_carousel_overlay a {
    color: #fff;
}
.ss_post_inner_carousel {
    margin-bottom: 50px;
}
.ss_post_inner_carousel .owl-stage {
    padding-right: 0 !important;
}
.ss_post_inner_carousel .owl-nav .disabled {
    display: none;
}
.ss_post_inner_carousel .owl-next {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
    text-align: center;
}
.ss_post_inner_carousel .owl-prev {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 30px;
text-align: center;
}
.ss_post_inner_carousel .owl-next img , .ss_post_inner_carousel .owl-prev img{
    width: 17px;
    margin-top: calc(80px - 8px);
}
.ss_inline_related_post {
    background: #FFF6ED;
    border-radius: 5px;
    padding: 30px 25px 30px 30px;
    margin-bottom: 30px;
}

.ss_inline_related_img {
    position: relative;
}
.ss_inline_related_img > img {
    width: 100%;
    border-radius: 8px;
	height: 160px;
	object-fit: cover;
}
.ss_inline_related_overlay {
    background: linear-gradient(180deg, rgba(61, 61, 61, 0) 0%, #3D3D3D 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    padding: 25px;
}
.ss_inline_related_overlay a {
    color: #fff;
    font-size: 31px;
}
.ss_inline_related_overlay a img {
    width: 16px;
    margin-top: 5px !important;
    margin-right: 5px;
	margin-bottom: 0px !important;
}
.ss_inline_related_title div img {
   	width: 20px !important;
    margin: 5px 0px 0px 2px !important;
}
.ss_inline_related_title h3 {
    font-size: 24px;
    line-height: 34px;
    color: #0F1010;
    padding: 0;
}
.ss_inline_related_title div {
    margin-bottom: 10px;
    margin-top: 40px;
}
.ss_inline_related_title h3::before {
    display: none;
}
.ss_mobile_post_info {
	display: none;
	justify-content: space-between;
	width: 100%;
    padding-top: 25px;
}
.ss_mobile_rating_div  {
	display: none;
}


.FAQs * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
  
.FAQs {
    font-family: ahang;
    direction: rtl;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    margin: 50px 0;
}
  
.faq_wrapper {
    width: 90%;
}
  
.faq_header h2 {
    margin-bottom: 20px;
}

.faq_header h2::before {
    content: none;
}


.faq_container {
    background-color: #ecf1f5;
    color: black;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
    margin: 20px 0;
}

.faq_question {
    color: #2c3339;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 20px 20px 45px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.faq_question::after {
    content: "\002B";
    color: #f77f00;
    font-size: 2.2rem;
    position: absolute;
    left: 20px;
    transition: 0.2s;
}

.faq_question.active::after {
    transform: rotateZ(405deg);
}

.faq_answercont {
    /* border-top: 1px solid black; */
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faq_answer {
padding: 10px 30px 10px;
line-height: 1.5rem;
}
.faq_answer {
    color:#2c3339 ;
    font-size: 1rem !important;
    font-weight: 200 !important;
}
.faq_answer p {
    color:#2c3339 ;
    font-size: 1rem !important;
    font-weight: 200 !important;
}

.faq_question.active + .faq_answercont {
}




























@media screen and (min-width: 992px) and (max-width: 1200px) {
    .ss_signup_btn {
        width: 175px;
    }
    .ss_desk_menu li a {
        font-size: 20px;
    }
    .ss_blog_menu ul li a {
        font-size: 18px;
    }
    .ss_post_info span img {
        width: 18px;
        margin-left: 10px;
    }
    
}
@media screen and (max-width: 991px) {
    .ss_interior_design .col-lg-6 img {
        margin-top: 0;
    }
    .ss_interior_design_post_card {
        margin-bottom: 25px;
        display: inline-block;
        width: 100%;
    }
    .ss_single_post_req_form form select, .ss_single_post_req_form form input {
        width: 100%;
        margin-bottom: 20px;
    }
    .ss_mobile_post_info {
        display: flex;
    }
	.ss_breadcrumb .ss_post_rate {
		display: none;
	}
	.ss_mobile_rating_div  {
		display: inline-flex;
	}
	.ss_mobile_rating_div .ss_post_rate {
		float: right;
		margin-top: 0;
	}
	.ss_mobile_rating_div .ss_mobile_post_info {
		display: inline-block;
		padding-top: 0;
		text-align: left;
	}
	.ss_mobile_rating_div .ss_post_info span {
		display: inline-block;
		margin-left: 20px;
		margin-bottom: 0px;
	}
	.ss_mobile_rating_div .ss_post_info span img {
		margin-left: 2px;
	}
    
}
@media screen and (max-width: 767px) {
    .ss_interior_design > .row {
        padding: 40px 20px;
    }
    .ss_tab_post_card {
         grid-column: span 6;
    }
    .ss_video_wrapper {
        margin-bottom: 25px;
    }
    .ss_copyright p {
        float: unset !important;
        display: block;
        text-align: center !important;
        margin: 10px 0;
    }
    .ss_blog_slide div.justify-content-end {
        position: absolute;
        bottom: -370px;
        width: 100%;
        right: 10px;
    }
    .ss_blog_slide div.justify-content-end > .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
    .ss_blog_menu_section {
        padding-bottom: 320px;
    }
    .ss_cat_page .ss_blog_menu_section {
        padding-bottom: 0;
    }
    .ss_slide_small_post {
        margin-bottom: 15px;
        display: inline-block;
        width: 100%;
    }
    
}
@media screen and (max-width: 576px) {
    
    .ss_section_title h2 {
        font-size: 25px;
    } 
    .ss_section_title h2::after {
        left: -50px;
        top: 15px;
        width: 45px;
    }
    .ss_section_title_shadow {
        right: 15px;
        font-size: 38px;
        top: -20px;
    }
    .ss_tab_post_card {
        grid-column: span 12;
    }
    .ss_footer_menu li {
        width: 100% !important;
        margin: 10px 0 !important;
    }
    .ss_footer .col-12 p {
        line-height: 27px;
    }
    .ss_blog_slide {
        min-height: 430px;
    }
    .ss_post_register_ribbon {
        padding: 15px;
    }
    .ss_post_register_ribbon img {
        position: relative;
        margin: 25px auto;
        display: block;
		width:100%;
    }
	.ss_mobile_rating_div .ss_post_info span {
		margin-left: 15px;
	}
}
@media screen and (max-width: 450px) {
	.ss_mobile_rating_div .ss_post_info span {
		margin-left: 4px;
		font-size: 18px;
	}
	
	.ss_mobile_rating_div > div:first-child {
		width: 35%;
	}
	
	.ss_mobile_rating_div > div:last-child {
		width: 65%;
	}
	
	.ss_mobile_rating_div .ss_post_info span img {
		width: 15px;
	}
	.ss_advisor_card{
        padding: 10px 10px;
    }

	div.wp-caption {
		width:auto !important;
	}
	div.wp-video {
		max-width: 100%;
	}
	video {
		max-width: 100%;
	}
}
.fixed_div_carousel {
    height: 60px;
	position: fixed;
    bottom: 0;
	z-index: 9999;
    width: 100%;
}
.fixed_div_carousel_shortcode {
    left: 0%;
}

.ss_fixed_div {
	
	
}
.ss_fixed_div .container {
    height: 60px;
}
.ss_fixed_div .ss_fixed_div_content {
    float: right;
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 18px;
}
.ss_fixed_div a {
	background: #fff;
	float: left;
	height: 40px;
	padding: 3px 7px;
	margin-top: 10px;
	border-radius: 5px;
	color: #0130A2;
	font-size: 20px;
	line-height: 35px;
}
.single .ss_footer {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px){
    .ss_fixed_div .container {
        max-width: 100%;
        
    }
    .ss_fixed_div a {
        font-size: 17px;
    }
    .ss_fixed_div .ss_fixed_div_content {
        font-size: 17px;
    }
}
@media screen and (max-width: 600px) {
    .ss_fixed_div {
        height: auto;
        padding-bottom: 10px;
		
    }
    .ss_fixed_div .ss_fixed_div_content {
        float: unset;
        margin-bottom: 10px;
		text-align: right;
		padding-left: 5px;
    }
    .ss_fixed_div a {
        float: unset;
		font-family: ahang;
		background-color:#ff6600;
		color:#fff;
		font-size:17px;
/* 		width: 150px; */
    }
    .ss_fixed_div .container {
        height: auto;
        text-align: center;
		display: flex;
		padding: 0;
		overflow: hidden;
		justify-content: space-between;
    }
    .single .ss_footer {
        margin-bottom: 95px;
    }
}

@media screen and (max-width: 350px) {
    .ss_fixed_div .ss_fixed_div_content {
		font-size:15px;
    }
    .ss_fixed_div a {
		font-size:14px;
}
}


.page_404 {
	background: #ecf0f1;
}
.page_404 .not_found_content {
    text-align: center;
    padding-bottom: 100px;
}
.page_404 .not_found_content img {
    max-width: 550px;
    margin: 30px auto 100px auto;
    display: block;
}
.page_404 .not_found_content h5 {
    color: #8f999e;
    margin-bottom: 28px;
    font-size: 16px;
}
.not_found_links {
    width: 200px;
    height: 45px;
    display: inline-block;
    background-color: #f67f00;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    line-height: 40px;
      box-shadow: 0 9px 19px 0 rgba(223, 223, 223, 0.7);
    margin-left: 20px;
    margin-bottom: 25px;
    font-size: 18px;
}
.not_found_links:hover {
    color: #fff;
}
.page_404 .not_found_content .not_found_links:last-child {
    margin-left: 0;
}
.not_found_search_btn {
    background: none;
    border: none;
}
.not_found_search_btn img {
    margin: 0 !important;
    width: 20px;
}
.not_found_search {
	width: 645px;
	margin-right: -30px;
	box-shadow: 0 9px 19px 0 rgba(223, 223, 223, 0.7);
	background-color: #fff;
	border: none;
	padding: 15px;
	height: 45px;
	border-radius: 10px;
    font-size: 20px;
}
.not_found_search_btn {
	margin-right: -40px;
}
@media screen and (max-width:768px) {
    .page_404 .container img {
        max-width: 80%;
    }
    .not_found_search , .not_found_links {
        width: 80%;
    }
    .not_found_search_btn img {
        max-width: 100% !important;
    }
}

/******* archive page *****/

.ss_archive_search {
    margin-bottom: 30px;
}
.ss_archive_search form {
    position: relative;
    margin-bottom: 15px;
}
.ss_archive_search label{
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.ss_archive_search form button {
    position: absolute;
    left: 8px;
    top: 38px;
    background: none;
    border: none;
}
#ss_archive_search_input {
	display: block;
	width: 100%;
	height: 50px;
	border: solid 1px #cfcfcf;
	background-color: #fff;
	border-radius: 10px;
    padding: 5px 10px;
    font-family: Ahang;
}
.ss_search_suggest ul{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.ss_search_suggest ul li {
    display: inline-block;
    list-style: none;
}
.ss_search_suggest ul li a {
	color: #fff;
	background: #0130a2;
	padding: 5px 15px;
	height: 40px;
	display: inline-block;
	font-size: 19px;
	border-radius: 10px;
	margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}
.ss_post_card_archive {
    border: solid 1px #dadada;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px;
}
.ss_post_card_archive img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: 15px;
}

.ss_post_card_archive h3 {
	color: #414141;
	font-size: 22px;
	padding-right: 15px;
	padding-left: 15px;
}
.ss_post_card_archive p {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 19px;
	color: #9d9c9c;
}
.ss_post_card_archive_footer {
    text-align: left;
}
.ss_post_card_archive_footer span {
    font-size: 18px;
    margin-left: 15px;
    color: #9d9c9c;
}
.ss_post_card_archive_footer span img {
    width: 18px;
    border-radius: 0px;
    margin-left: 10px;
    margin-top: 16px;
}
.ss_archive_no_result {
	border-radius: 15px;
	background-color: #f4f4f4;
	padding: 30px 50px;
	width: 60%;
	margin: 170px auto;
	text-align: center;
}
.ss_search_suggest {
    display: flex;
}
.ss_search_suggest span {
    min-width: 140px;
}
@media screen and (min-width:993px) and (max-width: 1200px) {
    .ss_single_post_req_form form input#submitButton {
        padding: 5px 10px;
        width: auto;
    }
    .ss_single_post_req_form form select, .ss_single_post_req_form form input {
        margin-left: 10px;
    }
}
@media screen and (max-width:992px) {
    .ss_single_post_req_form form input#submitButton {
        margin: 0;
        width: auto;
        padding: 5px 10px;
    }
}
@media screen and (max-width: 400px) {
    .ss_editor_choices_carousel .owl-nav {
        left: 0;
    }
    .mc_mobilemenu_logo img {
        width: 125px !important;
    }
    .ss_tab_inner {
        grid-gap: 20px;
    }
}


/* models CTA */
.cta-image-container{
  width: 100%;
  overflow: hidden;
}
.cta-image-box{
  display: flex;
  height: 100%;
  width: 400%;
  justify-content: space-between;
}
.cta-image-box{
  animation: imgBox 10s linear infinite;
}
@keyframes imgBox{
  0%{
    margin-right: 0;
  }
  100%{
    margin-right: -300%;
  }
}
.cta-image-box:hover{
  animation-play-state: paused;
}
.cta-image-box .cta-image{
  width: calc(100% - 100px);
  max-height: 100%;
}
.cta-image-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding: 15px;
}
#ss_search_modal .modal-body {
	background: #394551;
	padding: 23px 25px;
	position: relative;
	height: 528px;
}
#ss_search_modal .modal-body .close {
	position: absolute;
	left: 30px;
	background: none;
	border: none;
}
#ss_search_modal .modal-body .close span {
	color: #fff;
	font-size: 40px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
}
.ss_search_form input#s {
	background: #2A343D;
	border: none;
	width: 94%;
	height: 51px;
	padding: 13px 20px;
	border-radius: 5px;
	color: #fff;
}
.ss_search_form img {
	margin-right: -35px;
	margin-top: -3px;
}
.ss_search_form {
	margin-bottom: 20px;
}
.ss_search_box_title {
	color: #91A6B9;
}
.ss_search_box_title img {
	margin-left: 5px;
}
#content-ccc_browsing_history .title-section {
	display: none;
}
#post-ccc_browsing_history .list-ccc_browsing_history {
	width: 100% !important;
	display: block;
}
#post-ccc_browsing_history .list-ccc_browsing_history .img-post {
	display: none;
}
#post-ccc_browsing_history .list-ccc_browsing_history .title-post {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Vanda';
}
#post-ccc_browsing_history .list-ccc_browsing_history .title-post a {
	color: #fff;
}
#ss_search_result {
	position: relative;
}
.searchwp-live-search-results-showing {
	max-width: 100% !important;
	left: 0 !important;
	top: 0 !important;
	background: none !important;
	box-shadow: none !important;
	max-height: 360px !important;
	width: 100% !important;
	overflow-x: hidden !important;
}
.searchwp-live-search-result a {
	overflow: unset !important;
	text-overflow: unset !important;
	color: #fff !important;
	white-space: initial !important;
}
.searchwp-live-search-no-min-chars::after {
	color: #fff !important;
}
.searchwp-live-search-results-showing .spinner div > div {
	background: #fff !important;
}
.searchwp-live-search-result span:first-child {
	width: 55px !important;
	float: right;
	margin-top: 10px;
}
.searchwp-live-search-result span:last-child {
	width: calc(100% - 60px);
}
.searchwp-live-search-result p {
	padding: 5px !important;
}
.list-ccc_browsing_history {
	margin-bottom: 15px !important;
}


/*////////////////////safiran css//////////////////////////////*/
/*//////////////////////////////////////////////////*/
.safiran-sec{
    border-radius: 8px 0 8px 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
    /* overflow: hidden; */
    box-shadow: 0 1px 16px 10px rgb(64 64 64 / 8%);
}
.safiran-title{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    text-align: right;
    font-size: 14px;
    font-family:IranSans-Bold;
    width: 110px!important;
    background: #F67F00;
    color: #fff!important;
    height: 34px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    border-radius: 8px 0 8px 0;
}
.padding-normal {
    padding-right: 6px!important;
    padding-left: 6px!important;
}
.carousel-indicators {
    right: 10px!important;
    height: 12px!important;
    justify-content: start!important;
    margin: 0;
    padding: 0;
    bottom: 13px;
    left: auto!important;
}

.carousel-indicators li {
    width: 6px!important;
    height: 6px!important;
    -ms-border-radius: 50%!important;
    border-radius: 50%!important;
    background-color: #ff7747;
    box-sizing: content-box;
    /* -ms-flex: 0 1 auto; */
    flex: 0 1 auto;
    /* width: 30px; */
    /* height: 3px; */
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    /* background-color: #fff; */
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators .active{
    background-color: #385e9d!important;
}

.carousel-item a{
    color: #000;
}

.safiran-subject{
    font-family: iranSans-Black;
    font-size: 14px;
    line-height:21px;
    color: #000;
    height: 42px;
    overflow: hidden;
    margin-top: 15px;
    font-weight: 700;
}
.safiran-names{
    width: fit-content;
    font-size: 12px;
    font-family: 'IranSans-Bold';
}



.safiran-images-border{
    max-width: 85px;
    min-width: 85px;
    max-height: 85px;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50px;
}
.safiran-images-border img{
    /* width: 50%; */
}

.safiran-modal-des{
    font-weight: 500;
    font-size: 24px;
}

.safiran-left-marjins{
    margin-left: 5px;
}
.safiran-left-marjins button{
    margin-left: 25px;
}
.carousel-control-next {
    right: -50px !important;
}
.carousel-control-prev {
    left: -50px !important;
}

.modal-footer{
    font-family: 'IranSans-Bold'!important;
}

/* ////////////////////////safiran comment//////////////////////////////// */
.Safiran_comment_subject{
    margin: 30px 15px;
    font-family: IranSans-Black;
    font-size: 20px;
}
.Safiran_comment_goal{
    /* margin: 15px 20px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.Safiran_comment_goal::-webkit-scrollbar {
    display: none !important;
}
.Safiran_comment_item{
    direction: rtl;
    font-family: IranSans-ExBold;
    box-sizing: border-box;
    flex: 0 0 auto;
    width: 270px;
    height: 210px;
    padding: 12px 16px 16px 16px;
    /* background-color: aqua;*/
    margin: 5px 10px 5px 2px;
    /* border: 1px solid #e0e0e2; */
    box-shadow: 0px 1px 6px rgb(0 0 0 / 20%);
    border-radius: 8px;
    /* background-color: darkgray; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* background-color: #f5f5f5; */

}
.Safiran_comment_namefamily{
    font-family: IranSans-Bold;
    line-height: 2;
    font-size: 16px;
}
.Safiran_comment_summary{
    display: flex;
    flex-direction: row;
    padding-top: 5px;
    font-family: IranSans-Regular;
    font-size: 11px;
    color: green;
}
.Safiran_comment_summary svg{
    fill: green;
}
.Safiran_comment_summary .Safiran_comment_text{
    padding-right: 4px;
}
.Safiran_comment_comment{
    height: 64px;

    line-height: 1.9;
    font-size: 12px;
    font-family: IranSans-Regular;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-top: 8px;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.Safiran_comment_comment_modal{
    line-height: 1.9;
    font-size: 14px;
    font-family: IranSans-Regular;
}
.Safiran_comment_footer{
    font-family: IranSans-Regular;
    font-size: 11px;
    color: #a1a3a8;
    margin-top: 12px;
}

/* .Safiran_comment_comment::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.Safiran_comment_comment::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.Safiran_comment_comment::-webkit-scrollbar-thumb
{
    border-radius: 20%;
	background-color: #000000;
} */
.Safiran_comment_desc{
    display: flex;
	align-items: center;
    flex-direction: row;
    padding-top: 5px;
    margin: 30px 0px 30px 0px;
    font-family: IranSans-Regular;
    font-size: 10px;
    color: #EF4056;
	line-height: 1.9;
}
.Safiran_comment_desc svg{
    fill: red;
}
.Safiran_comment_desc_text{
    font-family: IranSans-Regular;
    font-size: 14px;
    color: gray;
	margin-right: 15px;
}
.modal-body-slider{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}
.Safiran_comment_item_modal{
    /* direction: rtl; */
    font-family: IranSans-ExBold;
    box-sizing: border-box;
    /* flex: 0 0 auto; */
    /* width: 270px; */
    /* height: 210px; */
    padding: 12px 16px 16px 16px;
    /* background-color: aqua;*/
    /* margin: 5px 10px; */
    /* border: 1px solid #e0e0e2; */
    /* border-radius: 8px; */
    /* background-color: darkgray; */
    display: flex;
    flex-direction: column;
    /* background-color: #f5f5f5; */

}
.Safiran_comment_comment_modal{
    line-height: 2;
    font-size: 14px;
    font-family: IranSans-Regular;
    /* overflow-y: hidden;
    overflow-x: hidden; */
    margin-top: 8px;
}


/*//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////*/
 * 
.slider-contractor-main-tittle{
    margin: 25px;
    direction: rtl;
    font-family: IranSans-Black;
    font-size: 17px;
}
.slider-contractor-item{
    height: 168px;
    width: 270px;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 10px 15px 18px;
    border: 1px solid #ccc;
    font-family: IranSans !important;
        /* margin: 10px; */
    /* border-radius: 10px; */
    /* box-sizing: border-box; */
    /* margin-left: 5px; */
}
.slider-contractor-item-clickable{
    
    cursor: default;
    text-decoration: none;
    color: black;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-contractor-item-clickable-first-section{
    display: flex;

}
.slider-contractor-profile-section{
    clip-path: polygon(0% 0%, 100% 0%, 100% 70%, 0% 100%);
    position: relative;
    width: 64px;
    height: 100px;
}
.slider-contractor-profile-section img{
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}
.slider-contractor-info-section{
    width: 80%;
    padding-right: 18px;
}
.slider-contractor-info-section-namefamily{
    font-family: IranSans-Bold;
	font-size: 14px;
}
.slider-contractor-info-section>ul{
    margin:25px 0 0 0;
    padding: 0%;
    display: flex;
    align-items:center ;
}
.slider-contractor-info-section>ul>li{
    display: flex;
    align-items: center;
}
/* .slider-contractor-info-section-city{
    display: flex;
} */
.slider-contractor-info-section-city .slider-contractor-citys{
    display: flex;
    list-style-type: none;
    padding: 0;
    font-size: 11px;
    font-family: IranSans-Bold;
    color: #3d3d3d;
    
}
.slider-contractor-info-section-city{
    margin-left: 8px;
}
.slider-contractor-info-section-project div{
    margin-right: 4px;

}
.slider-contractor-info-section-project{
    font-size: 10px;
    font-family: IranSans-Light;
    color: #3d3d3d;
}
.slider-contractor-info-section-project span{
    font-family: IranSans-Bold;
}
.slider-contractor-item-clickable-second-section{
    display: flex;
    justify-content: space-between;
	align-items: baseline;
}
.slider-contractor-score{
    font-size: 10px;
    font-family: IranSans-Bold;
    color: #3d3d3d;
}
.slider-contractor-comment{
    font-size: 9px;
    font-family: IranSans-Light;
    color: #a7a7a7;
}
.slider-contractor-first-item-clickable-second-section{
    display: flex;
}
.slider-contractor-star{
    margin-left: 4px;
    height: 16px;
    width: 16px;
}
.slider-contractor-item-clickable-second-section button{
    padding: 8px 15px;
    border-radius: 6px;
    background-color: #0130a2;
    font-size: 10px;
    font-family: IranSans-Bold;
    color: white;
    line-height: 1.15;
    border: none;
}
.slider-contractor-item-clickable-second-section button span{
    font-size: 10px;
    font-family: IranSans-Light;
    margin-right: 4px;
}
/*//////Fixed item style////////////////////////////////////////////////////*/
.Fixed-slider-contractor-item{
	height: 168px;
	width: auto;
	background-color: #ffffff;
	padding: 15px 10px 15px 18px;
	display: flex;
	align-items: center;
	justify-content:center;
	border-radius: 10px;
	border: none;
}

.Fixed-slider-contractor-item .Fixed-slider-contractor-item-link{
	display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.Fixed-slider-contractor-item .Fixed-slider-contractor-item-link i{
	font-size: 36px;
    color: #0130a2;
}
.Fixed-slider-contractor-item .Fixed-slider-contractor-item-link p{
	font-family: 'IranSans-Regular';
    margin-top: 8px;
    color: #010101d1;
    font-size: 16px;
}


/*//////////////////////////////////////////////////////////*/
 * /*//////////////////////////////////////////////////////////*/
    * 


.slider-SampleWork{
   
    width: 260px;
    background-color: #fff;
    border-radius: 8px;
    padding:  8px 8px 18px 8px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;

    margin: 75px 0px;
    background: #fff;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.carousel-slider-SampleWork{
    margin: 20px 0px;
}
.slider-SampleWork-img{
    border-radius: 8px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.slider-SampleWork-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin: 0px !important;
}
.slider-SampleWork-desc{
    margin: 15px 0px;
    padding:0px 5px;
    font-size: 9px;
    font-family: IranSans-Regular;
    color: #000000;
}
.slider-SWinfo-name{
    padding-right: 7px;
}
.slider-SWinfo-name div{
    font-family: IranSans-Light;
    font-size: 8px;
    line-height: 14px;
    margin-bottom: -4px;
    color: #3A3A3A;
}
.slider-SWinfo-name a{
    font-family: IranSans-Medium;
    font-size: 11px;
    line-height: 17px;
    color: #0031F0;
    text-decoration: none;
    display: block;
}
.slider-SWinfo-avatar img{
    vertical-align: middle;
    width: 24px !important;
    height: 24px;
    border-radius: 50%;
	margin: 0px !important;
}
.slider-SWinfo-contractor{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.SWinfo-more-information-button{
    color: #000000;
    text-decoration: none;
    background-color: #F9AA33;
    padding: 5px 10px;
    font-size:8px;
    font-family: IranSans-Regular;
    border: none;
    border-radius: 8px;
}
.slider-SampleWork-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;

}

.SampleWork-main-tittle{
    direction: rtl;
    margin: 10px 5px;
    display: flex;
    justify-content: space-between;
}
.SampleWork-main-tittle div{
    font-size: 14px;
    font-family: IranSans-Bold;

}
.SampleWork-main-tittle a{
    color: #000000;
    text-decoration: none;
    background-color: #F9AA33;
    padding: 5px 10px;
    font-size:8px;
    font-family: IranSans-Regular;
    border: none;
    border-radius: 8px;
}

/*/////////////////////////////////*/

.SW-slider {
  margin-bottom: 30px;
  position: relative;
}
.owl-item.active.center{
    z-index: 5;
}
.SW-slider .owl-item.active.center .slider-SampleWork {
  transform: scale(1.15);
  opacity: 1;
  
  /* z-index: 2; */
}

/* .slider-card img {
  border-radius: 5px 5px 0px 0px;
} */
.carousel-slider-SampleWork .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.carousel-slider-SampleWork .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.carousel-slider-SampleWork .owl-dots {
  text-align: center;
}
.carousel-slider-SampleWork .owl-dots .owl-dot {
  height: 4px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.carousel-slider-SampleWork .owl-dots .owl-dot.active {
  background: #F9AA33 !important;
  width: 20px !important;
}
/*/////////////////////////////////*/
/*/////////////////////////////////*/
 * 
/* ////(fixed5gen)fixed-baner-fifthGeneration/////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////// */
#fixed-baner-fifthGeneration{
    display: block;
/*     position: fixed; */
    height: 60px;
    width: 100%;
    background-color:#FF4747 ;
    bottom: 0%;
    left: 0%;
    margin: 0%;
	z-index: 20;
}
#fixed-baner-fifthGeneration .all-elements{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#fixed-baner-fifthGeneration .imgdec-elements{
    height: 100%;
    display: flex;
    flex-direction: row;
}
#fixed-baner-fifthGeneration .dec-elements{
    display: flex;
    flex-direction: row;
    align-items: center;
}
#fixed-baner-fifthGeneration .imgdec-elements .img-element img{
    position: relative;
    top: -5px;
}
#fixed-baner-fifthGeneration .imgdec-elements .dec1-element{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 24px;

}
#fixed-baner-fifthGeneration .imgdec-elements .dec1-element :nth-child(1){
    color: #ffff;
    font-family: IranSans-Light;
    font-size: 16px;
    position: inherit;
    right: -35px;

}
#fixed-baner-fifthGeneration .imgdec-elements .dec1-element :nth-child(2){
    display: flex;
    flex-direction: row-reverse;
}
#fixed-baner-fifthGeneration .imgdec-elements .dec1-element :nth-child(2) span{
    color: #870C0C;
    font-family: IranSans-Bold;
    font-size: 20px;
}
#fixed-baner-fifthGeneration .imgdec-elements .dec2-element{
    color: #ffff;
    font-family: IranSans-ExBold;
    rotate: -35deg;
    transform-origin: center;
    font-size: 20px;
}

#fixed-baner-fifthGeneration .button-element{
    padding-left: 10px;
}

#fixed-baner-fifthGeneration .button-element a{
    padding: 5px 8px;
    color:#A90F0F;
    text-decoration: none;
    border-radius: 3px;
    background-color: #ffff;
    font-family: 'IranSans-Bold';
    font-size: 14px;
    line-height: 21px;
    animation: flashing 1250ms step-start infinite;
}
@keyframes flashing {
    50%{
      background-color: #FFC727;
    }
  }
@media screen and (min-width: 1200px) {
    #fixed-baner-fifthGeneration .all-elements{
        padding-right: 100px;
    }
    #fixed-baner-fifthGeneration .imgdec-elements{
        max-width: 1000px;
        margin: 0px auto;
    }

}
/*/////////////////////////////////*/
/*/////////////////////////////////*/

.postid-42504 img {
    cursor: pointer;
    transition: 0.3s;
}

.postid-42504 img:hover {opacity: 0.7;}


.img-template{
    position: relative;
    /* width: 95%; */
    /* overflow: hidden; */
}
.img-template .click-for-zoom{
    width: 80px;
    height: 80px;
    background-color: rgba(58,58,58,0.4);
    position: absolute;
    bottom: -40px;
    left: -32px;
    border-radius: 50%;
}
.img-template .zoom-svg{
    position: absolute;
    top: 2px;
    right: 20px;
}
.img-template .click-for-cta{
    position: absolute;
    right: 0%;
    bottom: 0%;
}


.img-template .click-for-cta{
    width: 80px;
    height: 80px;
    background-color: #F67F00;
    position: absolute;
    bottom: -40px;
    right: -32px;
    border-radius: 50%;
}
.img-template .click-for-cta .cta-content p{
    color: white;
    font-size: 7px;
    margin: 0% !important;
	font-family: IranSans-Bold;
    line-height: 12px;
}
.img-template .click-for-cta .cta-content{
    top: 10px;
    width: 38px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 8px;
    z-index: 0;
}
.img-template .click-for-cta .cta-content p:last-child {
    align-self: flex-end;
	font-size: 8px;
}
.img-template .cta-svg{
    overflow: visible !important;
    position: absolute;
    bottom: -14px;
    z-index: 4;
    right: 2px;
}
.img-template .circle-elements{
    position: absolute;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 50px;
    height: 50px;
}
.img-template .circle-elements.zeroRight{
	right: 0% !important;
}

/* The Modal (background) */

#Wp_Img_Modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#Wp_Img_Modal #Wp_Img_Modal_hand-Icon{
  width: 100%;
  position: absolute;
}
#Wp_Img_Modal #Wp_Img_Modal_hand-Icon .hand-Img{
  position: relative;
  margin: 0% auto;
  width: 70px;
}@media only screen and (min-width: 700px){
	#Wp_Img_Modal #Wp_Img_Modal_hand-Icon{
        display: none !important;
    }
}

/* #Wp_Img_Modal .notouch{
	color: white;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
}
#Wp_Img_Modal .touch_just_for_img{
	touch-action: auto!important;
	
} */



/* Modal Content (Image) */
#Wp_Img_Modal_Content_Container{
    position: absolute;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 100%;
	height: 100%;
}

#Wp_Img_Modal_Content_Container img{
	width: 100%;
	max-width: 900px;
}



/* Add Animation - Zoom in the Modal */
#Wp_Img_Modal_Content{ 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
#Wp_Img_Modal_CloseBtn{
	width: 100%;
	position: absolute;
	bottom : 80px;
	z-index: 5;
}
#Wp_Img_Modal_CloseBtn_svg {
	display: block;
	margin: 0% auto;
	width: 60px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

#Wp_Img_Modal_CloseBtn_svg:hover,
#Wp_Img_Modal_CloseBtn_svg:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	#Wp_Img_Modal_Content_Container img{
        width: 100%;
    }
}

#Wp_Img_Modal_CTA{
    width: 100%;
    position: absolute;
    bottom: 19.31%;
}


#Wp_Img_Modal_CTA a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
 }
#Wp_Img_Modal_CTA .Wp_Img_Modal_CTA_link .Wp_Img_Modal_CTA_content{
    background-color: #F67F00;
    box-sizing: border-box;
    width: 320px;
    height: 44px;
    margin: 0% auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F0F0;
    border-radius: 15.66px;

}
#Wp_Img_Modal_CTA .Wp_Img_Modal_CTA_link .Wp_Img_Modal_CTA_content p{
    color: white;
    padding: 0% 30px;
    margin: 0%;
	font-family:IranSans-Light;
	font-size: 14px;
}
#Wp_Img_Modal_CTA .Wp_Img_Modal_CTA_link .Wp_Img_Modal_CTA_content p span{
	font-family:IranSans-Bold;
}
#Wp_Img_Modal_CTA .Wp_Img_Modal_CTA_link .Wp_Img_Modal_CTA_content svg{
    position: absolute;
    bottom: -11px;
    left: 27px;
}

/*////////////////////////////////////////////////////////////////*/
/*////////////////////new styles for new CTAs////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////*/


#First-Cta{
    margin: 30px 0px;
    padding: 8px 0px;
    width: 100%
}
#First-Cta .cta-elements{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
#First-Cta .cta-elements .orangeDot{
    width: 16px;
    height: 16px;
    background-color: #FF6600;

}

#First-Cta .cta-elements .content{
    padding-right: 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#First-Cta .cta-elements .content p{
    margin: 0% !important;
    color: #0130A2;
    font-size: 22px;
    font-family: IranSans-Black;
    text-decoration: underline;
}


/*/////////////////////////////////*/

#Second-Cta{
    margin: 30px 0px;
    padding: 8px 0px;
    width: 100%;
    background-color: #F6F6F6;
    box-sizing: border-box;
    border-right: 5px solid #FF6600;
    
}
#Second-Cta .cta-elements{
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#Second-Cta .cta-elements .first-content p{
    font-size: 19px;
    font-family: IranSans-Medium;
    color: #000000;
    line-height: 38px;
    margin: 0px 4px 0px 0px;
}

#Second-Cta .cta-elements .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#Second-Cta .cta-elements .content p{
    margin: 0% !important;
    color: #0130A2;
    font-size: 22px;
    font-family: IranSans-Black;
    text-decoration: underline;
    line-height: 38px;
}

/*/////////////////////////////////////*/


#Third-Cta{
    margin: 30px 0px;
    padding: 0px 0px;
    width: 100%;
    border: 1px solid;
    border-radius: 16px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#Third-Cta .header-element{
    width: 100%;
    background-color: #000000;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    
}
#Third-Cta .header-element P{
    text-align: right;
    padding: 10px 10px 10px 0px;
    color: white;
    margin: 0%;
    font-family: 'IranSans-Light';
    font-size: 19px;
}

#Third-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
#Third-Cta .cta-elements .content-element{
    margin: 0px 10px 10px 10px;
}
#Third-Cta .cta-elements .content-element p{
    margin: 0% !important;
    font-family: 'IranSans-Medium';
    font-size: 19px;
    text-align: right;
}

#Third-Cta .cta-elements .content{
    padding-right: 21px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#Third-Cta .cta-elements .content p{
    margin: 0% !important;
    color: #0130A2;
    font-size: 22px;
    font-family: IranSans-Black;
    text-decoration: underline;
}
#Third-Cta .cta-elements .button-element{
    display: contents;
}
#Third-Cta .cta-elements .button-element a{
    font-family: 'IranSans-Bold' ;
    font-size: 19px;
    background-color: #FF6600;
    border: none;
    border-radius: 8px;
    padding: 9px 50px;
    color: white;
    text-decoration: none;
}

/*///////////////////////////////////////*/


#Fourth-Cta{
    margin: 30px 0px;
    padding: 20px;
    width: 100%;
    background-color: #F8F8F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 18px 1px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    
}
#Fourth-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 145px;
    justify-content: space-between;
}

#Fourth-Cta .cta-elements .button-container{
    display: contents;
}

#Fourth-Cta .cta-elements .button-container a{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF6600;
    padding: 8px 22px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: 'IranSans-Bold';
}
#Fourth-Cta .cta-elements .content-container{
    align-self: flex-start;
}
#Fourth-Cta .cta-elements .content-container p{
    margin: 0% !important;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}
/*///////////////////////////////////////////*/

#Fifth-Cta{
    padding: 32px 10px 32px 10px;
    position: relative;
    margin: 30px 0px;
    width: 100%;
    box-sizing: border-box;
    
}

#Fifth-Cta svg{
    position: absolute;
}

#Fifth-Cta svg:first-of-type{
    right: 20px;
    top: 0%;
}
#Fifth-Cta svg:last-of-type{
    right: 40px;
    bottom: 0%;
}

#Fifth-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 110px;
    justify-content: space-between;
}

#Fifth-Cta .cta-elements .button-container{
    display: contents;
}

#Fifth-Cta .cta-elements .button-container a{
    text-decoration: none;
    color: #FF6600;
    padding: 8px 22px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: 'IranSans-Bold';
}
#Fifth-Cta .cta-elements .content-container{
    align-self: flex-end;
}

#Fifth-Cta .cta-elements .content-container p{
    margin: 0% !important;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}

/*//////////////////////////////////////////////*/


#Sixth-Cta{
    /* padding: 32px 10px 32px 10px; */
    position: relative;
    margin: 30px 0px;
    width: 100%;
    box-sizing: border-box;
    height: 154px;
    
}

#Sixth-Cta svg{
    position: absolute;
}

#Sixth-Cta svg:first-of-type{
    right: 0%;
    bottom: 0%;
    z-index: 2;
}
#Sixth-Cta svg:last-of-type{
    left: 0%;
    bottom: 0%;
    z-index: 1;
}

#Sixth-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
    z-index: 3;
    position: absolute;
    padding: 22px 20px;
    width: -webkit-fill-available;
}

#Sixth-Cta .cta-elements .button-container{
    display: contents;
}

#Sixth-Cta .cta-elements .button-container a{
    text-decoration: none;
    color: #FF6600;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: 'IranSans-Bold';
}
#Sixth-Cta .cta-elements .content-container{
    align-self: flex-start;
}

#Sixth-Cta .cta-elements .content-container p{
    margin: 0% !important;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}

/*//////////////////////////////////*/

#Seventh-Cta{
    padding: 22px 20px 22px 20px;
    position: relative;
    margin: 30px 0px;
    width: 100%;
    /*height: 154px;*/
    box-sizing: border-box;
    border: 0.3px solid #0000004d;
    border-radius: 16px;
    
}

#Seventh-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
    justify-content: space-between;
}

#Seventh-Cta .cta-elements .button-container{
    display: contents;
}

#Seventh-Cta .cta-elements .button-container a{
    text-decoration: none;
    color: #FF6600;
    /* padding: 8px 22px; */
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: 'IranSans-Bold';
}
#Seventh-Cta .cta-elements .content-container{
    align-self: flex-start;
}

#Seventh-Cta .cta-elements .content-container p{
    margin: 0%;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}

/*////////////////////////////////////////////////////*/


#Eighth-Cta{
    padding: 30px 20px 20px 20px;
    position: relative;
    margin: 30px 0px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #FF6600;
    display: block;
    text-decoration: none;
}
#Eighth-Cta:hover{
    box-shadow: 0px 3px 8px 2px rgba(0, 0, 0, 0.3);
}
#Eighth-Cta svg{
    position: absolute;
    bottom: 0%;
    right: 0%;
}
#Eighth-Cta .cta-elements{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    color: #FFFFFF !important;
}

#Eighth-Cta .cta-elements .button-container{
    display: contents;
}

#Eighth-Cta .cta-elements .button-container div{
    text-decoration: none;
    /* padding: 8px 22px; */
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 19px;
    font-family: 'IranSans-Light';
    color: #FFFFFF;
}
#Eighth-Cta .cta-elements .content-container{
    margin-bottom: 25px;
}

#Eighth-Cta .cta-elements .content-container p{
    margin: 0% !important;
    text-align: center;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}

/*///////////////////////////////////////////////////////////*/

#Ninth-Cta{
    padding: 10px 20px 10px 10px;
    position: relative;
    margin: 30px auto;
    width: 100%;
    max-width: 650px;
    height: 110px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
#Ninth-Cta .bg-image-container{
    width: 100%;
    height: 100%;
    position: absolute;
    filter: opacity(10%);
    left: 0;
    top: 0;
    z-index: 0;
}

#Ninth-Cta .cta-elements{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

#Ninth-Cta .cta-elements .svg-container{
    align-items: center;
    display: flex;
    height: 100%;
}


#Ninth-Cta .cta-elements .content-container{
    margin-right: 24px;
}

#Ninth-Cta .cta-elements .content-container p{
    margin: 0% !important;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
    color: black;
}

/*///////////////////////////////////////*/
/*///////////////////////////////////////*/

#Tenth-Cta{
    margin: 15px auto;
    height: 296px;
    width: 100%;
    max-width: 700px;
    background: linear-gradient(180deg, rgba(255, 102, 0, 0.15) 0%, rgba(255, 255, 255, 0.0520833) 99.99%, rgba(0, 0, 0, 0) 100%);
    border-radius: 16px;
    padding: 14px;
    box-sizing: border-box;
}
#Tenth-Cta .cta-elements{
    display: flex;
    flex-direction: row-reverse;
    height: 100%;
    justify-content: space-between;
}
#Tenth-Cta .cta-elements .img-container{
    height: 100%;
    width: 165px;
    background-color: currentColor;
    border-radius: 12px;
    flex-shrink: 0;
}
#Tenth-Cta .cta-elements .content-container{
    padding-right: 10px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}
#Tenth-Cta .cta-elements .content-container .main-content-container p{
    font-size: 19px;
    font-family: IranSans-Regular;
    text-align: right;
    margin: 30px 0px 0px 0px !important;
}

#Tenth-Cta .cta-elements .content-container .orange-content-container{
    display: flex;
    flex-direction: row-reverse;
}

#Tenth-Cta .cta-elements .content-container .orange-content-container p{
    font-family: IranSans-Regular;
    margin: 0%;
    color: #FF6600;
    display: inline;
    font-size: 14px;
}
@media only screen and (min-width: 650px) {
    #Tenth-Cta{
        height: 210px;
    }
    #Tenth-Cta .cta-elements .img-container{
        width: 300px;
    }
  }
/*///////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////*/


#Eleventh-Cta{
    position: relative;
    margin: 30px auto;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    height: 195px;
    background-color: #F8F8F8;
    box-sizing: border-box;
    box-shadow: 0px 4px 18px 1px rgba(0, 0, 0, 0.15);
    border-radius: 32px;
    overflow: hidden;
    z-index: -5;
    border-left: 3px solid #0130A2;
}

#Eleventh-Cta .button-container{
    position: absolute;
    bottom: 16px;
    left: 30px;
    margin-top: 15px;
}

#Eleventh-Cta .button-container a{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #FF6600;
    padding: 6px 28px;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: 'IranSans-Bold';
}
#Eleventh-Cta .content-container{
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: #F8F8F8;
    padding: 15px 15px 5px 15px;
}
#Eleventh-Cta .content-container p{
    margin: 0%;
    text-align: right;
    font-size: 19px;
    font-family: IranSans-Light;
    line-height: 30px;
}

#Eleventh-Cta .block-images{
    position: relative;
    width: 100%;
    height: 100%;
}
#Eleventh-Cta .block-images .bg-image-container{
    transform: rotate(-19.15deg);
}
#Eleventh-Cta .block-images .bg-image-container:nth-child(1){
    position: absolute;
    bottom: -25px;
    right: -25px;
    width: 171px;
    height: 128px;
    filter: opacity(100%);
    z-index: 0;
}
#Eleventh-Cta .block-images .bg-image-container:nth-child(2){
    position: absolute;
    bottom: -40px;
    right: -10px;
    width: 171px;
    height: 128px;
    filter: opacity(85%);
    z-index: -1;
}
#Eleventh-Cta .block-images .bg-image-container:nth-child(3){
    position: absolute;
    bottom: -55px;
    right: 0px;
    width: 171px;
    height: 128px;
    filter: opacity(55%);
    z-index: -2;
}
#Eleventh-Cta .block-images .bg-image-container:nth-child(4){
    position: absolute;
    bottom: -70px;
    right: 10px;
    width: 171px;
    height: 128px;
    filter: opacity(35%);
    z-index: -3;
}


/*/////////////////////////////////////////*/
/*///////Cuastomer Media Slider//////////////////////////////////*/
/*/////////////////////////////////////////*/


.slider-CustomerMedia{
   
    width: 260px;
    background-color: #fff;
    border-radius: 8px;
    padding:  8px 8px 18px 8px;
    border: 1px solid #ccc;
    display: flex;
    flex-direction: column;

    margin: 75px 0px;
    background: #fff;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.3s;
}

.carousel-slider-CustomerMedia{
    margin: 20px 0px;
}

.slider-CustomerMedia-title{
    margin: 5px 0% 16px 0%;
}
.slider-CustomerMedia-title p{
    margin: 0%;
    padding: 0px 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'IranSans-Bold';
}
.slider-CustomerMedia-img{
    border-radius: 8px;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.slider-CustomerMedia-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px !important;
}
.slider-CustomerMedia-desc{
    margin: 15px 0px;
    padding:0px 5px;
    font-size: 9px;
    font-family: IranSans-Regular;
    color: #000000;
}
.slider-CMinfo-name{
    padding-right: 7px;
}
.slider-CMinfo-name div{
    font-family: IranSans-Light;
    font-size: 8px;
    line-height: 14px;
    margin-bottom: -4px;
    color: #3A3A3A;
}
.slider-CMinfo-name a{
    font-family: IranSans-Medium;
    font-size: 11px;
    line-height: 17px;
    color: #0031F0;
    text-decoration: none;
    display: block;
}
.slider-CMinfo-avatar img{
    vertical-align: middle;
    width: 24px !important;
    height: 24px;
    border-radius: 50%;
    margin: 0px !important;
}
.slider-CMinfo-contractor{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.CMinfo-more-information-button{
    color: #000000;
    text-decoration: none;
    background-color: #F9AA33;
    padding: 5px 10px;
    font-size:8px;
    font-family: IranSans-Regular;
    border: none;
    border-radius: 8px;
}
.slider-CustomerMedia-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items:flex-end;

}

.CustomerMedia-main-tittle{
    direction: rtl;
    margin: 10px 5px;
    display: flex;
    justify-content: space-between;
}
.CustomerMedia-main-tittle div{
    font-size: 14px;
    font-family: IranSans-Bold;
    color: #232222;

}
.CustomerMedia-main-tittle div span{
    background-color: #232222 !important;
    color: white !important;
}


/*/////////////////////////////////*/

.SW-slider {
  margin-bottom: 30px;
  position: relative;
}
.owl-item.active.center{
    z-index: 5;
}
.SW-slider .owl-item.active.center .slider-CustomerMedia {
  transform: scale(1.15);
  opacity: 1;
  
  /* z-index: 2; */
}

/* .slider-card img {
  border-radius: 5px 5px 0px 0px;
} */
.carousel-slider-CustomerMedia .owl-nav .owl-prev {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.carousel-slider-CustomerMedia .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  opacity: 1;
  font-size: 30px !important;
  z-index: 1;
}
.carousel-slider-CustomerMedia .owl-dots {
  text-align: center;
}
.carousel-slider-CustomerMedia .owl-dots .owl-dot {
  height: 4px;
  width: 10px;
  border-radius: 10px;
  background: #ccc !important;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
}
.carousel-slider-CustomerMedia .owl-dots .owl-dot.active {
  background: #F9AA33 !important;
  width: 20px !important;
}


/*///////////////////////////////////////////*/
/*//////////////SecretBox////////////////////////////*/
/*//////////////////////////////////////////*/

#Secret_Box{
    margin: 10px 0px;
}
#Secret_Box .SecretBox-header{
    text-align: right;
    margin: 2px 12px;
}
#Secret_Box .SecretBox-header div{
    font-family: IranSans-Bold;
    font-size: 16px;
    color: white;
    background-color: #3A3A3A;
    display: inline;
    padding: 2px 6px;
}
#Secret_Box .SecretBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#Secret_Box .SecretBox svg{
    margin: 2px 10px;
}
#Secret_Box .SecretBox svg:nth-of-type(2){
    align-self: flex-end;
}
#Secret_Box .SecretBox-template{
    font-family: IranSans-Light;
    width: 100%;
    padding: 6px 8px;
    background: #3A3A3A;
    box-sizing: border-box;
}
#Secret_Box .SecretBox-content{
    background-color: white;
    width: 100%;
    margin: 0px auto;
    padding: 12px 8px 5px 8px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 2px solid #029200;
    
}
#Secret_Box .SecretBox-content div{
    font-family: IranSans-Light;
    font-size: 12px;
	color: #232222;
    margin: 0px !important;
    text-align: right;
    padding-bottom: 7px;
}
#Secret_Box .SecretBox-content div:not(:first-child){
    padding-top: 7px;
    border-top: 1px solid #CECECE;
}

/*/////////////////////////////////////////////*/
/*//////////////important points////نکات مهم////////////////////////////*/
/*////////////////////////////////////////////*/


#importantpoint_Box{
    margin: 20px 0px;
}
#importantpoint_Box .header{
    text-align: right;
    margin: 2px 12px;
}
#importantpoint_Box .header div{
    font-family: IranSans-Bold;
    font-size: 16px;
    color: white;
    background-color: #3A3A3A;
    display: inline;
    padding: 2px 6px;
}
#importantpoint_Box .template{
    background-color:#F4F4F4;
    padding: 4px 12px;
    box-shadow: -6px -6px #6B6B6B;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
    max-height: 232px;
    cursor: pointer;
    transition: all ease-in .5s;
}
#importantpoint_Box .template::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.5rem;
    box-shadow: inset 0px -6rem 12px -1rem rgba(250, 250, 250, 0.9);
    pointer-events: none;
    transition: all ease-in .5s;
}

#importantpoint_Box .template.active{
    background: rgb(250,250,250);
    height: auto;
    max-height: 700px;
    cursor: initial;
    overflow-y: visible;
    transition: all ease-out .5s;
}

#importantpoint_Box .template.active::before {
    box-shadow: none;
}

#importantpoint_Box .template .text{
    font-family: IranSans-Light;
    font-size: 12px;
	color: #232222;
    text-align: right;
    margin: 0px !important;
    padding: 8px 0px 6px 0px;
}
#importantpoint_Box .template .text:not(:first-child){
    /* padding-top: 7px; */
    border-top: 1px solid #CECECE;
}


#importantpoint_Box .template .readmore{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.8rem;
    padding: 0.25rem 1.25rem 0.25rem 0.75rem;
    text-align: center;
    opacity: 1;
    pointer-events: initial;
    color: #232222;
    font-size: 12px;
    font-family: IranSans-Regular;

}

#importantpoint_Box .template.active .readmore{
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s;

}
/*/////////////////////////////*/
/*/////////////////////////////*/

.model-component{
    margin: 200px 0px;
    width: 100%;
}
.model-component-bg-y{
  width: 100%;
  background: #F77F00;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin: 50px 0;
  padding: 8px 8px;
  text-align: center;
}

.model-component-bg-y:before, .model-component-bg-y:after {
  background: #f78000;
  content: '';
  display: block;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.model-component-bg-y:before {
  top: 0;
  transform: skewY(8deg);
  transform-origin: 100% 0;
}
.model-component-bg-y:after {
  bottom: 0;
  transform: skewY(8deg);
  transform-origin: 0%;
}

.model-component .header .main{
  color: #232222;
  font-family: IranSans-Bold;
  font-size: 14px;
  text-align: right;
  
}
.model-component .header .main .bold{
  color: #FFF;
  background-color:#3A3A3A;
  padding: 1px;
}

.model-component .header .dec{
  color: #232222;
  text-align: right;
  font-family: IranSans-Light;
  font-size: 11px;
  line-height: normal;
}

.model-component .body .cards{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0px;
}

  /*//////////////////////////*/
.model-component .card{
  display: flex;
  width: 156px;
  padding: 8px;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  border-radius: 8px;
  background: #FFF;
}

.model-component .card .model-img{
  height: 90px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
.model-component .card .model-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
  margin: 0px !important;
}
.model-component .card .contractor {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  width: 100%;
}
.model-component .card .contractor .imgProfile{
  width: 24px;
  height: 24px;
  border-radius: 24px;
	overflow: hidden;
}
.model-component .card .contractor .imgProfile img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
  margin: 0px !important;
}
.model-component .card .contractor .nameSec{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: -4px;
  direction: ltr;
}
.model-component .card .contractor .nameSec div:first-child{
  color: #3A3A3A;
  text-align: right;
  font-family: IranSans-Regular;
  font-size: 8px;
  line-height: 14px; /* 175% */
}
.model-component .card .contractor .nameSec div:last-child{
  color: #000;
  text-align: right;
  font-family: IranSans-Bold;
  font-size: 11px;
  line-height: normal;
}
.model-component .card .property {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: baseline;
  gap: 7px;
}
.model-component .card .property div{
  color: #404040;
  text-align: right;
  font-family: IranSans-Regular;
  font-size: 6px;
  line-height: 14px; /* 233.333% */
}
.model-component .card .property .dot{
  font-size: 16px !important;
}
.model-component .card .price-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* gap: 25px; */
}
.model-component .card .price-btn a{
  font-family: IranSans-Bold;
  font-size: 4px;
  line-height: 14px;
  color: #F77F00;
  border-radius: 8px;
  background: rgba(247, 127, 0, 0.30);
  padding: 0px 10px 0px 9px;
  text-decoration: none;
}
.model-component .card .price-btn div{
  color: #000;
  text-align: right;
  font-family: IranSans-Bold;
  font-size: 10px;
  line-height: 14px;
  /* letter-spacing: -1px; */
}
/*/////////////////////////////////*/
.model-component .seeModels a{
  padding: 5px 0px;
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #F4F4F4;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: IranSans-Medium;
  font-size: 11px;
  line-height: 15px;
}

/*////////////////////////////////////////*/
/*/////////////new-price-table///////////////////////////*/

#new-price-table .continer{
    max-width: 768px;
    margin: 0% auto;
}
#new-price-table table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;
	display: table;
	margin: 0px;
	max-width: none;
    
}
#new-price-table td ,#new-price-table  th {
    text-align: center;
    padding: 7px;
    font-family: IranSans-Medium;
    font-size: 11px;
	border-style: none;
}
#new-price-table tr{
    border-radius: 10px;
    background-color: #F4F4F4;
    ;
}
#new-price-table .bold td{
    font-family:IranSans-Bold!important;
}
#new-price-table tr td:first-child { border-top-right-radius: 10px; }
#new-price-table tr td:last-child { border-top-left-radius: 10px; }

#new-price-table tr td:first-child { border-bottom-right-radius: 10px; }
#new-price-table tr td:last-child { border-bottom-left-radius: 10px; }

#new-price-table tr:nth-child(n+2) td:nth-child(-n+2) {
    color: #0031F0;
}

#new-price-table .header{
    display: flex;
    flex-direction: row;
}
#new-price-table .header .title{
    flex-grow: 3;
    background-color: #F4F4F4;
    border-radius: 10px;
    padding-right: 16px;
}
#new-price-table .header .title .main{
    font-family: IranSans-Bold;
    font-size: 16px;
    padding: 7px;
}
#new-price-table .header .title .update{
    padding: 7px;
    font-family: IranSans-Light;
    font-size: 11px;
    color: #9C9C9C;

}
#new-price-table .header .title .update span{
    background-color: #9C9C9C;
    color: #ffffff;
    padding: 0% 2px;

}
#new-price-table .header .price-table-cta{
    flex-grow: 1;
    margin-right: 5px;
    background-color: gray;
    border-radius: 10px;
    padding: 8px;
}
/*////////////////////////////////////////*/