.mobile_header {
position: relative;
display: none;
}
.mobile_header.mobile_header_style_two .mobile_logo {
padding: 0px 0px;
position: relative;
text-align: left;
border-bottom: unset;
}
.mobile_header ul {
padding: 0px;
}
.mobile_header .top_bar_moblie {
position: relative;
background: var(--primary-color-two);
padding: 15px 0px;
text-align: center;
}
.mobile_header .top_bar_moblie .mail_id {
margin-bottom: 8px;
}
.mobile_header .top_bar_moblie div {
text-align: center;
}
.mobile_header .top_bar_moblie a {
color: #fff;
font-size: 14px;
display: block;
min-width: 100%;
text-align: center;
}
.mobile_header .top_bar_moblie a i {
margin-right: 5px;
top: 2px;
position: relative;
display: inline-block;
}
.mobile_header .mobile_logo {
padding: 14px 0px;
position: relative;
text-align: center;
min-width: 180px;
border-bottom: 1px solid var(--border-color-dark);
}
.mobile_header .mobile_logo img {
width: 150px;
}
.mobile_header .bottom_content {
position: relative;
padding: 13px 0px 13px;
background: #fff;
}
.mobile_header .bottom_content ul {
padding: 0px;
display: flex;
align-items: center;
justify-content: flex-end;
margin: 0px;
}
.mobile_header .bottom_content ul li {
list-style: none;
margin-left: 18px;
margin-bottom: 0px;
padding-bottom: 0px;
}
.mobile_header .bottom_content ul li:first-child {
float: left;
margin-left: 0px;
}
.mobile_header .bottom_content ul li .contact-toggler {
position: relative;
width: 54px;
height: 54px;
line-height: 54px;
border-radius: 50%;
border: 1px solid var(--border-color-dark);
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
background: #fff;
box-shadow: 0px 0px 0px 0px;
}
.mobile_header .bottom_content ul li .contact-toggler::before {
content: "";
position: absolute;
width: 40px;
height: 40px;
border-radius: 50%;
background: var(--primary-color-one);
border-radius: 50%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}
.mobile_header .bottom_content ul li .contact-toggler i {
color: #fff;
font-size: 18px;
position: relative;
z-index: 1;
transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
}
.mobile_header .bottom_content ul li .contact-toggler:hover {
border-color: transparent;
}
.mobile_header .bottom_content ul li .contact-toggler:hover::before {
width: 100%;
height: 100%;
}
.mobile_header .bottom_content ul li .mini_cart_togglers {
background: transparent;
border: 0px;
position: relative;
box-shadow: none;
cursor: pointer;
top: 12px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers i {
font-size: 20px;
position: relative;
top: 3px;
line-height: 20px;
}
.mobile_header .bottom_content ul li .mini_cart_togglers .mini-cart-count {
position: absolute;
width: 18px;
height: 18px;
font-size: 10px;
border-radius: 30px;
color: #fff;
top: -17px;
line-height: 18px;
left: 0;
right: 0;
margin: auto;
text-align: center;
background: var(--primary-color-one);
}
.mobile_header .bottom_content .d-flex div {
min-width: 50%;
}
.mobile_header .bottom_content .d-flex .theme-btn {
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div {
min-width: 100%;
position: relative;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul {
float: unset;
justify-content: space-between;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div ul li:last-child {
float: right;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .conta_tog {
margin-right: 50px;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb div .cart_btn_md {
right: 50px;
margin-top: -5px;
position: absolute;
}
.mobile_header .bottom_content .d-flex.no_button_on_mb.no_option_on_mb div ul {
justify-content: flex-end;
}
.mobile_header .bottom_content .d-flex .nav_menu_mb {
float: unset;
height: 54px;
}
.mobile_header .hamburger_menu {
position: relative;
float: none;
top: 14px;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-top: 0px;
z-index: 11;
}
.mobile_header .hamburger_menu .line {
width: 25px;
height: 2px;
background-color: var(--menu-color);
display: block;
margin: 6px auto;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
}
.mobile_header .hamburger_menu:before {
content: "";
position: absolute;
box-sizing: border-box;
width: 40px;
height: 40px;
border: 1px solid transparent;
top: calc(50% - 20px);
left: calc(50% - 21px);
border-radius: 100%;
transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
margin-left: 1px;
}
.mobile_header .mini_cart_togglers {
position: relative;
color: var(--heading-dark);
font-size: 20px;
line-height: normal;
cursor: pointer;
}
.mobile_header.fixed-header .animated {
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 10px 0px 10px;
z-index: 9999;
background: #fff;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
transition: top 0.3s ease;
}
@media (max-width: 992px) {
.mobile_header {
display: block !important;
}
.style-switcher {
top: 270px;
}
}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} main {
display: block;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.gallery-caption {
position: relative;
}
.bypostauthor {
position: relative;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; }
table{
width: 100%;
}
.widgets_grid_box .widget_categories ul:before, .widgets_grid_box .widget_meta ul:before, .widgets_grid_box .widget_archive ul:before{
clear: both;
content: '';
overflow: auto;
}
.widgets_grid_box  ul ul.children{
padding: 0px 0px 0px 5px!important;
border-radius: 0px;
border: 0px!important;
}
.widgets_grid_box .widget_categories ul li ,
.widgets_grid_box .widget_archive ul li{
text-align: right;
}
.widgets_grid_box .widget_categories ul li a ,
.widgets_grid_box .widget_archive ul li a{
float: left;
}
.post-password-form label{
width: 100%;
}
input[type="password"]{
width: 100%;
}
.wp-block-button{
margin-bottom: 15px;
}
.has-background-dim ,
.has-background-dim p{
color: #fff;
}
.col-lg-12.padding_zero{
padding: 0px;
}
.sec_comments .col-lg-12{
padding: 0px;
}
.search-results .news_box.default_style.list_view .content_box .source{
margin-bottom: unset!important;
border-bottom: unset!important;
padding-bottom: unset!important; 
}
.search-results .news_box.default_style.list_view{
flex-direction: column;
}
.search-results .news_box.default_style.list_view .image{
max-width: 100%;
min-width: 100%;
} .vc_row.vc_row-o-full-height  {
min-height: unset!important;
}
.vc_row.vc_row-flex { 
display:  block!important;
flex-wrap: unset!important;
}
.vc_row.vc_row-flex .common_container {
box-sizing: border-box;
display: flex;
flex-wrap: wrap
} 
.vc_row.vc_row-flex>.common_container>.vc_column_container {
display: flex;
}
.vc_row.vc_row-o-equal-height>.common_container>.vc_column_container {
align-items: stretch;
}
.vc_row.vc_row-o-content-top>.common_container>.vc_column_container>.vc_column-inner {
justify-content: flex-start
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: flex-start
}
.vc_row.vc_row-o-content-bottom>.common_container>.vc_column_container>.vc_column-inner {
justify-content: flex-end
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: flex-end
}
.vc_row.vc_row-o-content-middle>.common_container>.vc_column_container>.vc_column-inner {
justify-content: center
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.common_container>.vc_column_container {
align-items: center;
}
.vc_row.vc_row-o-full-height .common_container {
min-height: 100vh;
}
.vc_row[data-vc-full-width].common_container ,
.vc_row[data-vc-full-width-] .common_container  ,  .vc_row[data-vc-stretch-content] .common_container {
max-width: unset!important;
}
.vc_row.vc_row-o-columns-stretch .common_container {
align-content: stretch
}
.vc_row.vc_row-o-columns-top .common_container {
align-content: flex-start
}
.vc_row.vc_row-o-columns-bottom .common_container {
align-content: flex-end
}
.vc_row.vc_row-o-columns-middle .common_container {
align-content: center
}
.vc_row.vc_column-gap-1  {
margin-left: -15.5px;
margin-right: -15.5px
}
.vc_row.vc_column-gap-1>.common_container>.vc_column_container  {
padding: .5px
}
.vc_row.vc_column-gap-2 {
margin-left: -16px;
margin-right: -16px
}
.vc_row.vc_column-gap-2>.common_container>.vc_column_container  {
padding: 1px
}
.vc_row.vc_column-gap-3 {
margin-left: -16.5px;
margin-right: -16.5px
}
.vc_row.vc_column-gap-3>.common_container>.vc_column_container  {
padding: 1.5px
}
.vc_row.vc_column-gap-4 {
margin-left: -17px;
margin-right: -17px
}
.vc_row.vc_column-gap-4>.common_container>.vc_column_container  {
padding: 2px
}
.vc_row.vc_column-gap-5 {
margin-left: -17.5px;
margin-right: -17.5px
}
.vc_row.vc_column-gap-5>.common_container>.vc_column_container  {
padding: 2.5px
}
.vc_row.vc_column-gap-10 {
margin-left: -20px;
margin-right: -20px
}
.vc_row.vc_column-gap-10>.common_container>.vc_column_container  {
padding: 5px
}
.vc_row.vc_column-gap-15 {
margin-left: -22.5px;
margin-right: -22.5px
}
.vc_row.vc_column-gap-15>.common_container>.vc_column_container  {
padding: 7.5px
}
.vc_row.vc_column-gap-20 {
margin-left: -25px;
margin-right: -25px
}
.vc_row.vc_column-gap-20>.common_container>.vc_column_container  {
padding: 10px
}
.vc_row.vc_column-gap-25 {
margin-left: -27.5px;
margin-right: -27.5px
}
.vc_row.vc_column-gap-25>.common_container>.vc_column_container  {
padding: 12.5px
}
.vc_row.vc_column-gap-30 {
margin-left: -30px;
margin-right: -30px
}
.vc_row.vc_column-gap-30>.common_container>.vc_column_container  {
padding: 15px
}
.vc_row.vc_column-gap-35 {
margin-left: -32.5px;
margin-right: -32.5px
}
.vc_row.vc_column-gap-35>.common_container>.vc_column_container  {
padding: 17.5px
} 
@media(max-width:992px){
.contact_form_box.type_one{
flex-direction: column;
}
body  .contact_form_box.type_one .emergrncy_contact{
position: relative;
bottom: unset;
right: unset;
padding-top: 30px;
}
}
.header_area > p{
display: none;
}
.ablink{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 7;
}
.up-sells .products_project_container{
display: flex;
flex-wrap: wrap; 
}
.up-sells.upsells.products{
margin: 0 -15px;
}
.up-sells .products_project_container .project-wrapper{
width: 33.33%;
min-width: 33.33%;
}
@media(max-width:768px){
.up-sells .products_project_container .project-wrapper{
width: 50%;
min-width: 50%;
}
}
@media(max-width:500px){
.up-sells .products_project_container .project-wrapper{
width: 100%;
min-width: 100%;
}
}
.footer_area > p{
display: none;
}.rwmb-field.rwmb-image_select-wrapper.custom-header .rwmb-image-select {
width: 48%;
height: 100%;
}
.rwmb-field.rwmb-image_select-wrapper.custom-footer .rwmb-image-select {
width: 494px;
height: 130px;
}
.edit-post-layout .interface-interface-skeleton__content {
background: #f4f4f4;
}
.rwmb-default .postbox-header {
background: #f4f4f4;
}
.rwmb-default .postbox-header h2,
.rwmb-default .postbox-header .order-higher-indicator,
.rwmb-default .postbox-header .order-lower-indicator,
.rwmb-default .postbox-header .toggle-indicator {
color: #222!important;
}
.redux-container .form-table>tbody>tr>th {
width: 18%;
}
.redux-container-image_select ul.redux-image-select li {
padding-right: 4px;
}
.redux-container-image_select .redux-image-select img,
.redux-container-image_select .redux-image-select-selected img,
.redux-container-image_select .redux-image-select .tiles,
.redux-container-image_select .redux-image-select-selected .tiles {
border-width: 2px;
}
.edit-post-layout__metaboxes{
padding-bottom: 50px!important;
padding-top: 50px!important;
position: relative;
background: #fff!important;
}
.rwmb-heading-wrapper{
display: block!important;
width: 100%!important;
}
.vc_element-icon.icon-creote-svg {
background-image: url(//farayand-bme.com/wp-content/themes/creote/assets/images/vc-logo.png)!important;
height: 32px!important;
width: 32px!important;
background-repeat: no-repeat!important;
background-size: contain!important;
}
.merlin__body{
background: #f0f3f9!important;
}
.creote_admin_boxed{
padding: 50px;
position: relative;
}
.creote_admin_boxed p{
font-size: 15px;
line-height: 26px;
}
.creote_panel_top , .theme_authour_panel   {
padding: 50px;
text-align: center;   
overflow: hidden;
position: relative;
}
.bg_n_image{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
}
.bg_n_image img{
width: 100%;
height: auto;
}
.about_creote_panel , .about_steelthemes{
position: relative;
z-index: 2;
}
.about_creote_panel h1 , .about_steelthemes h1{
font-size: 24px;
line-height: 34px;
font-weight: 600;
color: #fff;
display: inline-block;
padding: 0px!important;
margin: 0px!important;
height: auto;
}
.about_steelthemes h1   {
color: #fff;
}
.about_steelthemes p {
color: rgba(255,255,255,.5);
}
.about_steelthemes h6{
color: #e41e1e;
font-size: 16px;
line-height: 26px;
padding: 0px!important;
margin: 0px 0px 12px!important;
height: auto;
}
.about_creote_panel h1 span{
display: inline-block;
font-size: 13px;
font-weight: 500;
}
.theme_creote_register{
padding: 100px 20px;
text-align: center;
}
.creote-activate-notice{
background: red;
color: #fff;
border: 0px!important;
border-radius:60px;
font-size: 20px!important;
text-align: center;
}
.creote-activate-notice p{
font-size: 20px!important;
}
.creote-activate-notice a{
color: #fff;
}
body .disable_copt_notice , .redux-banner-content-container{
display: none!important;
}
.post_id.column-post_id , .manage-column.column-post_id{
width: 3.5em;
text-align: center;
}
.post_id.column-post_id{
padding: 5px;
color: #3f3eed;
font-size: 15px;
background: #fff; 
}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:100;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-thin.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-thin.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Light.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Light.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Regular.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Regular.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:600;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-SemiBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-SemiBold.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Bold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/YekanBakhFaNum-Bold.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:800;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-ExtraBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-ExtraBold.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:900;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-Black.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-Black.woff2) format('woff2')}@font-face{font-family:yekan_bakh;font-style:normal;font-weight:950;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-ExtraBlack.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/yekan_bakh/yekan_bakh-ExtraBlack.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:100;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Thin.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Thin.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:200;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-UltraLight.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-UltraLight.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Light.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Light.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:500;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Medium.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Medium.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:600;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-DemiBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-DemiBold.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:800;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-ExtraBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-ExtraBold.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:900;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Black.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Black.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:950;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-ExtraBlack.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-ExtraBlack.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:1000;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Heavy.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Heavy.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Bold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Bold.woff2) format('woff2')}@font-face{font-family:IRANYekan_Fa;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Regular.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iranyekan/IRANYekanXFaNum-Regular.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:100;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Thin.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Thin.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:200;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-UltraLight.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-UltraLight.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Light.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Light.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:500;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Medium.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Medium.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:600;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-DemiBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-DemiBold.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:800;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-ExtraBold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-ExtraBold.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:900;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Black.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Black.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Bold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Bold.woff2) format('woff2')}@font-face{font-family:IRANSans_Fa;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Regular.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansx/IRANSansXFaNum-Regular.woff2) format('woff2')}@font-face{font-family:IRANSansdn;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnwebbold.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnwebbold.woff2) format('woff2')}@font-face{font-family:IRANSansdn;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnweblight.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnweblight.woff2) format('woff2')}@font-face{font-family:IRANSansdn;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnweb.woff) format('woff'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/iransansdn/iransansdnweb.woff2) format('woff2')}@font-face{font-family:Dana;font-style:normal;font-weight:100;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Thin.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Thin.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:200;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-UltraLight.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-UltraLight.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Light.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Light.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:500;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Medium.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Medium.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:600;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-DemiBold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-DemiBold.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:800;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-ExtraBold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-ExtraBold.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:900;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Black.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Black.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Bold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Bold.woff) format('woff')}@font-face{font-family:Dana;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Regular.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana/DanaFaNum-Regular.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:100;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Thin.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Thin.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:200;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-UltraLight.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-UltraLight.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:300;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Light.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Light.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:500;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Medium.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Medium.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:600;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-DemiBold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-DemiBold.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:800;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-ExtraBold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-ExtraBold.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:900;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Black.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Black.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:700;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Bold.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Bold.woff) format('woff')}@font-face{font-family:Dana_en;font-style:normal;font-weight:400;src:url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Regular.woff2) format('woff2'),url(//farayand-bme.com/wp-content/themes/creote/assets/webfonts/fa/dana_en/Dana-Regular.woff) format('woff')}.single_banner.style_one .slider_content h1,.slider.style_four .slide-item-content .slider_content h1,.slider.style_one .slide-item-content .slider_content h1,.slider.style_three .slide-item-content .slider_content h1,.slider.style_two .slide-item-content .slider_content h1,.slider_version_v2.style_five .slide-item-content .slider_content h1,.slider_version_v4.slider.style_one .slide-item-content .slider_content h1{font-family:Dana;font-size:55px;line-height:1.5em;font-weight:700}.theme-btn.five{font-size:14px;line-height:56px}.default_sickty_heaad .header_content_collapse .navigation_menu .navbar_nav li a.nav-link,.header .header_content_collapse .navigation_menu .navbar_nav li a.nav-link{font-size:16px}.contact_form_box_inner .contact_form_shortcode label,.modal_popup .modal-popup-inner .form_inner p label,.project_post .project_caro_content p,.theme-btn.four,.theme-btn.one,.theme-btn.three{font-size:14px!important}.service_box.style_one .service_content .content_inner a.read_more::before,.service_post .text_box .text_box_inner .read_more i,.theme-btn.five i,.theme-btn.four i,.theme-btn.one i{top:4px!important}.contact_box_content.style_one .contact_box_inner.icon_yes .icon_bx{line-height:44px}.header_style_six_nw .top_bar.style_six .top_inner .common_css.right_side .rg_content_box .btn_lf_side,.slider_version_v4.slider.style_one .slide-item-content ul li,.tabs_all_box.type_three .tabs_header ul li{margin-left:20px;margin-right:0}.slider_version_v3.style_one .slide-item-content .slider_content ul,.tabs_all_box.type_two .tab_content .content_bx ul{padding:0 20px 0 0}.slider_version_v3.style_one .slide-item-content .slider_content ul li::before{right:-20px;left:unset}.slider_version_v3.style_one .slide-item-content .slider_content ul li:after{right:-14px;left:unset}.breadcrumbs ul li,.breadcrumbs ul li a,.project_all.filt_style_five .fliter_group .project_filter li,.project_all.filt_style_four .fliter_group .project_filter li,.project_all.filt_style_one .fliter_group .project_filter li,.project_all.filt_style_six .fliter_group .project_filter li,.project_all.filt_style_three .fliter_group .project_filter li,.project_all.filt_style_two .fliter_group .project_filter li,.service_box.style_four .service_content .content_inner p{font-size:14px}.service_content a.read_more{line-height:45px!important;font-size:14px!important}.project_post.style_eight .content_box p,.search-popup h3,.title_all_box.style_five .title_sections .before_title{letter-spacing:unset!important}.breadcrumbs ul li:last-child{margin-left:0!important}.quotes_box.style_two .top_content .description_bx p,.title_all_box.style_one .title_sections p,.title_all_box.style_two .title_sections p{line-height:35px}.title_all_box.style_one .title_sections h2,.title_all_box.style_two .title_sections h2{line-height:60px}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 3.5em 1em 2em!important}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}.fun_facts_box.type_two .upper_content .icon_bx,.info_section.type_two .info-box .icon_box,.project_box.style_three .content_inner,.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1,.testimonial_box.type_one .testimonial_inner .lower_content .image_box,.testimonial_box.type_two .lower_content .authour_name,.testimonial_box.type_two .upper_content .image_box{float:right}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right!important}.area_of_expertise::before{background:linear-gradient(to right,var(--primary-color-two) 40%,rgba(0,0,0,.09) 100%)}.team_box.style_one .team_box_outer .about_member .share_media ul.first .text{margin-right:unset}.widget_about_authour .about_authour .widget_content a{padding:11px 28px}.pagination li a,.pagination li span,.woocommerce-pagination li a,.woocommerce-pagination li span{line-height:40px!important}body.rtl .owl-carousel,body.rtl .woocommerce-product-gallery,body.rtl_enable .owl-carousel,body.rtl_enable .woocommerce-product-gallery{direction:inherit}input,input[type=email],input[type=number],input[type=text],select,textarea{padding:4px 15px}.prgoress_indicator{left:50px;right:unset}.progress_bar h2{padding-left:unset}.list_item_box.style_one ul li span{right:8px;left:unset}.contact_form_box_all.type_two .contact_form_shortcode .heading h2{line-height:45px}.testimonial_sec.style_five .testimonial_box .content_box{margin-left:unset;margin-right:20px}.testimonial_sec.style_five .testimonial_box .icon_quotes{left:30px;right:unset}body.rtl ol,body.rtl ul{padding-left:17px;padding-right:unset}.quotes_box.style_one .content h6{line-height:43px}.quotes_box.style_two .top_content .auth_img{right:-17px;left:unset}.quotes_box.style_two .top_content::before{right:59px;left:unset}.quotes_box.style_two .top_content{padding:20px 60px 20px 20px}.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child{margin-left:43px;margin-right:0}.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child{margin-right:43px;margin-left:0}.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child::before{left:-82px;right:unset}.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:first-child button.active:after{left:-36px;right:unset}.price_plan_with_tab.price_tb_style_two .tab_pricing_list ul li:last-child button.active:after{right:-36px;left:unset}.price_plan_box.style_one .top h2{margin-bottom:20px;line-height:45px}.price_plan_box.style_three .inner_box .bottom ul li,.price_plan_box.style_two .inner_box .bottom ul li{padding-right:33px;padding-left:0;text-align:right}.contact_list.type_one .same_contact a span,.contact_list.type_one .same_contact p span,.contact_list.type_two .same_contact a span,.contact_list.type_two .same_contact p span,.image_boxes.style_two .authour_quotes,.price_plan_box.style_three .inner_box .bottom ul li i,.price_plan_box.style_two .inner_box .bottom ul li i,.woocommerce .widgets_grid_box .wc-block-product-categories-list li::before{right:0;left:unset}.price_plan_box.style_three .image .mid h6{left:0;right:unset;border-radius:0 10px 0 0}.contact_form_box.type_one .type_two.text_left,.price_plan_box.style_three .inner_box .bottom,.service_box.type_one{text-align:right}.side_bar_cart .cart_right_conten{padding:80px 25px 50px}.default_single_product .woocommerce-product-gallery__trigger::before{left:unset;right:15px!important}.default_single_product .woocommerce-product-gallery__trigger::after{left:unset;right:29px!important}.woocommerce span.onsale{line-height:55px!important}.no-results.not-found .header{margin-bottom:20px}.slider.nav_position_one .owl-prev{left:160px}.slider.pag_position_two .owl-dots{right:20px!important;left:unset}.slider.style_three .slide-item-content .slider_content ul li .video_box,.slider.style_two .slide-item-content .slider_content ul li .video_box{right:28px;left:unset}.slider.style_three .slide-item-content.content_right .slider_content ul li .theme-btn{margin-right:0}.counter_section .title h2{font-size:50px;line-height:90px}.image_boxes.style_two .background_image{right:-165px;left:unset}.image_boxes.style_two .image.two{left:-300px;right:unset}.woocommerce .widgets_grid_box .cart_list li .woocommerce-Price-amount.amount,.woocommerce .widgets_grid_box .product_list_widget li .woocommerce-Price-amount.amount{margin-right:14px;margin-left:0}.woocommerce .widgets_grid_box .wc-block-product-categories-list li span.wc-block-product-categories-list-item-count{left:0;right:unset}.widgets_grid_box .price_slider_wrapper .price_label{margin-right:110px;margin-left:0;text-align:right}.widgets_grid_box .price_slider_wrapper .button{padding:unset}.widgets_grid_box .price_slider_wrapper .price_slider_amount .price_label{direction:rtl!important}.whole_login_content .register_login .login_left_side .login_forms_box .woocommerce-form .form-row input,.whole_login_content .register_login .login_left_side .login_forms_box .woocommerce-form .form-row textarea{color:#fff}.whole_login_content::before{background:linear-gradient(270deg,var(--primary-color-two) 42%,rgba(0,0,0,.09) 298%)}.faqs_accordion.type_one .article-title:before,.grid_box .news_box.style_one .image .arrow,.header_v15 .navbar_outer .navbar_right .contact-toggler i,.woocommerce nav.woocommerce-pagination ul li .next.page-numbers::before,.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers::before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.price_plan_box.style_one.tag_enables::before{left:20px!important;top:-11px}.creote_widget_service_list ul.service_list_box li a:before{left:-20px;right:unset}.creote_widget_service_list ul.service_list_box li{padding:15px 0 15px 20px}input[type=checkbox],input[type=radio]{margin-left:5px;margin-right:0}.woocommerce form .quantity .qty_button,.woocommerce_plugin_on form .quantity .qty_button{text-align:center}.header .header_content_collapse .navigation_menu .navbar_nav li,.sticky_header_main .header_content_collapse .navigation_menu .navbar_nav li{margin-left:40px;margin-right:unset!important}.contact_list.type_one .same_contact a,.contact_list.type_one .same_contact p,.contact_list.type_two .same_contact a,.contact_list.type_two .same_contact p{padding-right:25px;padding-left:0}.wc-block-product-search__label{margin-right:60px;margin-left:0}.wc-block-product-search__label:after,.wc-block-product-search__label:before{left:unset;right:-60px}.search{margin-bottom:unset}.error-404.not-found .search{margin-bottom:30px}.header_v13 .header_top .get_a_quote,.news_box.type_two .image_box .image_box_inner{margin-right:0;margin-left:15px}.header_v13 .header_top ul li span{margin-right:0;margin-left:6px;float:right}.icon_box_new_box.type_one .icon_bx span{right:10px;left:unset}.choose_box.type_one .image_box{left:unset!important;right:30px}.choose_box.type_one .step_no{left:-11px!important;right:unset;padding-right:0;padding-left:5px}.image_box_new.type_one .video-inner{left:20px!important;right:unset}.image_box_new.type_one .image_two{left:unset;right:20px!important}.image_box_new.type_one .image_one .year_experience{left:unset;right:0!important}.service_box.type_one .read_more span{display:inline-block;float:right;position:relative;top:4px;transform:rotate(180deg)}.service_box.type_one .content_box .icon_box .icon_box_inner .icon{margin-left:auto!important;right:-6px!important}.icon_caro.type_one a span,.news_box.type_one .content_box .continure_reading span,.news_box.type_three .content_box .continure_reading span,.news_box.type_two a.read_more span,.pricing_plan_box.type_one .pricing_plan_box_inner .get_start_button .theme-btn span,.related.products .owl-nav .owl-next,.related.products .owl-nav .owl-prev,.service_box.type_two .btn_box span,.time_box.type_one .content_box a span,.why_choose_us .text_box a .icon-arrow-right{-webkit-transform:rotate(180deg);transform:rotate(180deg);display:inline-block}.project_box.type_one .image_box .overlay a.zm_btn,.testimonial_box.type_two .lower_content p{right:auto;left:30px}.news_box.type_one .image_box .post-category,.news_box.type_three .image_box .post-category,.project_box.type_one .content_box .content_box_inner a.read_more_link{right:30px;left:auto}.project_box.type_one .content_box .content_box_inner a .icon-arrow-right:before{content:"\e962"}.testimonial_box.type_one .testimonial_inner .lower_content .authour_name{margin-right:100px;margin-left:0}.testimonial_box.type_one span.icon-quote{right:auto;left:45px}.news_box.type_one .image_box .post-category a i,.news_box.type_three .image_box .post-category a i,.owl_new_one .owl-carousel .owl-nav .owl-prev{margin-right:0;margin-left:5px}.news_box.type_one .content_box .post-info li,.news_box.type_three .content_box .post-info li{margin-right:0;margin-left:20px}.news_box.type_one .content_box .comments i,.news_box.type_one .content_box .post-info li i,.news_box.type_three .content_box .comments i,.news_box.type_three .content_box .post-info li i{margin-right:0;margin-left:6px}.pricing_plan_box.type_one .pricing_plan_box_inner .lower_content ul li span{margin-right:0;margin-left:10px}.maintenance-content img{left:unset;right:0}.maintenance-content::before{left:unset;right:0}.header_v15 .header_mid .contact_info li span,.list_items_new_box.type_one li a span{left:auto;right:0}.faqs_accordion.type_one .article-title{padding:20px 50px 20px 60px;text-align:right}.faqs_accordion.type_one .article-title:before{right:unset;left:20px}.faqs_accordion.type_one .article-title .title_box .faq_no{right:-30px;left:unset}.header_v15 .navbar_outer .navbar_right li:before{right:auto;left:0}.header_v15 .navbar_outer .navbar_right li:last-child{padding-left:0!important}.header_v15 .header_top .top_right ul li{margin-right:0;margin-left:25px}.header_v15 .header_top ul.contact_info_two li{margin-right:0;margin-left:30px}.header_v15 .header_top .top_right,.image_box_new.type_three .col-lg-5{text-align:left}.header_v15 .header_top .top_right ul li:last-child{margin-left:0}.header_v15 .header_mid .contact_info li{padding-left:0;margin-right:0;padding-right:60px;margin-left:45px;text-align:right}.image_box_new.type_two .image.two{right:auto;left:-200px}.image_box_new.type_two .image.two::before{right:auto;left:119px}.icon_box_new_box.type_two a.read_more span{padding-right:4px;padding-left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.image_box_new.type_three .content_box a.read_more span{margin-right:8px;margin-left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.project_box.type_two .image_box a span{left:auto;right:30px}.testimonial_box.type_two .upper_content .description{margin-right:95px;margin-left:0}.news_box.type_two .continure_reading{right:32px;left:auto}.news_box.type_two .comments{right:auto;left:32px}.owl_new_one .owl-carousel:not(.owl_type_two) .owl-nav .owl-prev::before{content:"\f105"}.owl_new_one .owl-carousel:not(.owl_type_two) .owl-nav .owl-next::before{content:"\f104"}.owl_new_one .owl-carousel .owl-nav .owl-next{margin-right:5px;margin-left:0}.heading.type_two.text_left .small_text_sub{right:0;left:auto}.contact_form_box.type_one .emergrncy_contact{right:auto;left:40px}.info_section.type_two .info-box .heading-box{margin-right:65px;margin-left:0}.fun_facts_box.type_two .upper_content .text_box{margin-right:80px;margin-left:0}.social_media_v_one ul li a small{right:-10px;left:unset}.foo_subscribe.style_one .shortcodes input[type=submit]{line-height:26px}.image_boxes .year_of_experience{right:30px;left:unset}.image_boxes .year_of_experience .year{right:25px;left:unset}.image_boxes .year_of_experience .content{margin-right:100px;margin-left:20px}.image_boxes .year_of_experience .content span{left:-40px;right:unset}.contact_info_nbox.type_one h6 span{margin-right:0;margin-left:6px}.breadcrumbs ul li a::before{top:0!important}.page_header_default .page_header_content .banner_title_inner .title_page{line-height:100px}.woocommerce.quick_view{text-align:right}.woocommerce_plugin_on .cart_notice .woocommerce-error,.woocommerce_plugin_on .cart_notice .woocommerce-info,.woocommerce_plugin_on .cart_notice .woocommerce-message{padding:10px 55px 10px 160px}.woocommerce_plugin_on .cart_notice .woocommerce-error a,.woocommerce_plugin_on .cart_notice .woocommerce-info a,.woocommerce_plugin_on .cart_notice .woocommerce-message a{right:unset;left:10px}.woocommerce_plugin_on .cart_notice .woocommerce-message:before{left:unset;right:20px}.style-switcher.active .switcher-toggler{left:unset;right:-15px}body.rtl .tabs_all_box.type_two .tab_content .content_bx ul,body.rtl_enable .tabs_all_box.type_two .tab_content .content_bx ul{padding:0 20px 0 0}.news_box.style_ten ul li.dte i{margin-right:0;margin-left:5px;float:right}.default_sickty_heaad.style_five .header_content_collapse .header_right_content .search-toggler,.header.style_five .header_content_collapse .header_right_content .search-toggler{left:unset;right:24px}.default_sickty_heaad.style_five .header_content_collapse .header_right_content .contact-toggler,.header.style_five .header_content_collapse .header_right_content .contact-toggler{left:38px;right:unset}.woocommerce form .quantity,.woocommerce_plugin_on form .quantity{margin:0 0 0 15px!important}.woocommerce .widgets_grid_box .cart_list li .star-rating,.woocommerce .widgets_grid_box .product_list_widget li .star-rating{margin-right:75px;margin-left:0;float:left!important}.cr_wid_post .blog_in.image_in .image{float:right}.cr_wid_post .blog_in.image_in .content_inner{margin-right:85px;margin-left:0}.cr_wid_post .blog_in .content_inner .post-date span{margin-right:0;margin-left:5px}@media screen and (min-width:800px){.call_to_action.style_two .left_content h1{line-height:60px}.project_box.style_three .image .text{right:unset;left:30px}.breadcrumbs ul li{margin-left:unset!important;margin-right:30px!important}.page_header_default .page_header_content .banner_title_inner h1{font-size:50px;line-height:85px}}@media (max-width:768px){.tabs_all_box.type_one .tab_content .content_image{margin-right:0!important;padding:255px 30px 50px!important}body.rtl.right-sidebar .all_side_bar .side_bar,body.rtl_enable.right-sidebar .all_side_bar .side_bar{padding-right:0!important;margin-right:0!important}}@media only screen and (min-width:768px) and (max-width:1024px){.slider .owl-nav .owl-next,.slider .owl-nav .owl-prev{display:none}}@media only screen and (max-width:991px){.woocommerce-cart-form__cart-item.cart_item .product-quantity{display:flex;justify-content:space-between}.quick_view{max-width:100%}.team_intro_box .team_intro_inner .team_intro_start .quotes{padding-right:0!important}.team_intro_box .image_right{right:0}.testimonial_sec.style_one .icon_quotes{right:unset!important}.quotes_box.style_one .content{padding-right:0!important}.quotes_box.style_two{padding-right:35px;padding-left:0}.call_to_action.style_two .left_content h1{line-height:45px}.counter_section .title h2{font-size:30px!important;line-height:60px}.image_boxes.style_one .image.two,.image_boxes.style_two .image.two{left:0!important}.footer_copy_right .footer_copy_content_right,.footer_copy_right .footer_copy_content_right .social_media_v_one{text-align:center!important}.newsteller.style_two .inner_stell h2{font-size:30px;line-height:47px}.slider_version_v3.style_one .slide-item-content{text-align:right!important;padding:100px 0!important}.single_banner.style_one .slider_content h1,.slider.style_four .slide-item-content .slider_content h1,.slider.style_one .slide-item-content .slider_content h1,.slider.style_three .slide-item-content .slider_content h1,.slider.style_two .slide-item-content .slider_content h1,.slider_version_v2.style_five .slide-item-content .slider_content h1,.slider_version_v4.slider.style_one .slide-item-content .slider_content h1{font-size:29px!important;line-height:50px!important;padding-right:0!important;border-right:unset!important}.mobile_header.mobile_header_style_two .mobile_logo{text-align:right}.mobile_header .bottom_content .d-flex.no_button_on_mb div .conta_tog{margin-left:50px;margin-right:0}.mobile_header .bottom_content .d-flex.no_button_on_mb div .cart_btn_md{right:unset;left:50px}.page_header_default .page_header_content .banner_title_inner h1{font-size:28px;line-height:57px}.contact_form_box.type_one .image_box{display:none}}@media only screen and (max-width:550px){.theme-btn.five,.theme-btn.one,.theme-btn.three,.theme-btn.two{line-height:45px!important}}.search .sch_btn{right:unset;left:8px}.whole_login_content .register_login .login_left_side .login_forms_box .woocommerce-form .form-row .show-password-input{right:unset!important;left:13px}.slider.style_four .owl-item.active .slide-item-content .slider_content p{display:block}