/*
Theme Name: Abtingroup
Theme URI: http://www.abtingroup.com/
Author: Mohammad Cheraghi
Author URI: http://www.mohammadcheraghi.ir/
Description: Abtingroup Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: abtin
*/

::selection {
	background: #11497c; /* WebKit/Blink Browsers */
	color:#fff;
}
::-moz-selection {
	background: #11497c; /* Gecko Browsers */
	color:#fff;
}


/* --------------------------------

Wordpress Style

-------------------------------- */

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

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

a,
ul.search-ul li {
    transition: .2s all ease-in-out
}

.box-shadow,
body {
    position: relative
}


/* --------------------------------

Primary style

-------------------------------- */

@font-face {
    font-family: IRANSans_Medium;
    font-display: swap;
    src: url(assets/fonts/IRANSans_Medium.ttf);
}

@font-face {
    font-family: IRANSansWebBold;
    font-display: swap;
    src: url(assets/fonts/IRANSansWebBold/IRANSansWebBold.ttf);
}

@font-face {
    font-family: IRANSansWebMedium;
    font-display: swap;
    src: url(assets/fonts/IRANSansWebMedium/IRANSansWebMedium.ttf);
}

@font-face {
    font-family: IRANSansWebLight;
    font-display: swap;
    src: url(assets/fonts/IRANSansWebLight/IRANSansWebLight.ttf);
}

@font-face {
    font-family: iranyekanwebboldfanum;
    font-display: swap;
    src: url(assets/fonts/iranyekanwebboldfanum/iranyekanwebboldfanum.ttf);
}

@font-face {
    font-family: iranyekanweblightfanum;
    font-display: swap;
    src: url(assets/fonts/iranyekanweblightfanum/iranyekanweblightfanum.ttf);
}

@font-face {
    font-family: iranyekanwebmediumfanum;
    font-display: swap;
    src: url(assets/fonts/iranyekanwebmediumfanum/iranyekanwebmediumfanum.ttf);
}

@font-face {
    font-family: iranyekanwebregularfanum;
    font-display: swap;
    src: url(assets/fonts/iranyekanwebregularfanum/iranyekanwebregularfanum.ttf);
}

body {
    text-align: right;
    font-size: 15px;
    color: #727272;
    overflow-x: hidden;
    position: relative;
}

a {
    color: #11497c;
    text-decoration: none;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

a:hover {
    color: #727272;
    text-decoration: none;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 12px;
}

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

.primery-button {
    display: inline-block;
    background-color: #11497c;
    color: #fff;
    text-align: center;
    padding: 7px 70px;
    box-shadow: 0 0px 3px #11497c;
    border-radius: 3px;
    border: 1px solid #11497c;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.primery-button:hover {
    background-color: #fff;
    color: #11497c;
    box-shadow: 0 0px 3px transparent;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.bg-gray {
    background-color: #f7f7f7;
}

.bg-blue {
    background-color: #11497c;
}

.abtin-main-padding {
    padding: 70px 0;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1440px;
    }
}

.pum-theme-751 .pum-title, .pum-theme-lightbox .pum-title{
	text-align:right!important;
}

.map{
	margin-bottom:25px;
}

.img1400{
	position: fixed;
    left: 15px;
    bottom: -170px;
    z-index: 99;
    text-align: left;
    transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -ms-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
}

.img1400 img{
	width: 256px;
    height: 150px;
    object-fit: cover;
    animation: widths 3s infinite ease-in-out ;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
}

.product-main-image {
    position: relative;
}

.postid-416 .product-main-image:after,
.postid-984 .product-main-image:after,
.postid-985 .product-main-image:after{
    content: "";
    background-image: url(http://www.abtingroup.com/wp-content/uploads/2021/02/roban2.png);
    background-size: contain;
    width: 34%;
    height: 65%;
    position: absolute;
    z-index: 9;
    left: 95%;
    top: 36%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dangerr{
	color:#11497c;
    padding-right: 23px;
    display: inline-block;
    margin: 0;
}

.dangerr:before{
    content: "";
    background-image: url(http://www.abtingroup.com/wp-content/uploads/2021/02/sign.png);
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    background-repeat: no-repeat;
}

.jqplot-data-label{
	color:#fff;
	font-size:21px;
}

.jqplot-target {
    margin: 0 auto;
}
.pie {
    border-radius: 100%;
    height: calc(var(--size, 200) * 1px);
    overflow: hidden;
    position: relative;
    width: calc(var(--size, 200) * 1px);
}
.pie__segment {
    --a: calc(var(--over50, 0) * -100%);
    --b: calc((1 + var(--over50, 0)) * 100%);
    --degrees: calc((var(--offset, 0) / 100) * 360);
    -webkit-clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
    clip-path: polygon(var(--a) var(--a), var(--b) var(--a), var(--b) var(--b), var(--a) var(--b));
    height: 100%;
    position: absolute;
    transform: translate(0, -50%) rotate(90deg) rotate(calc(var(--degrees) * 1deg));
    transform-origin: 50% 100%;
    width: 100%;
    z-index: calc(1 + var(--over50));
}
.pie__segment:after,
.pie__segment:before {
    background: var(--bg, #e74c3c);
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
}
.pie__segment:before {
    --degrees: calc((var(--value, 45) / 100) * 360);
	content:attr(data-label);
    transform: translate(0, 100%) rotate(calc(var(--degrees) * 1deg));
    transform-origin: 50% 0%;
}
.pie__segment:after {
    opacity: var(--over50, 0);
}

.pie__segment label{
	position: absolute;
    left: -17px;
    bottom: 0;
    opacity: 1;
    text-align: center;
    width: 40%;
    z-index: 99999;
    color: #fff;
    font-size: 15px;
    transform: rotate(-80deg);
}
.pie__segment label span{
	font-size:10px;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap:hover{
	background-color:#11497c!important;
}
.wp-block-ub-content-toggle-accordion .wp-block-ub-content-toggle-accordion-title-wrap:hover p{
	color:#fff!important;
}

#pie1 label{
    bottom: -3px;
}
#pie2 label{
    bottom: -7px;
}
#pie3 label{
    bottom: -10px;
}
#pie4 label{    
    bottom: -21px;
}
#pie6 label{    
    bottom: -23px;
}
#pie9 label{    
    bottom: -22px;
    left: 0;
}
#pie10 label{    
    bottom: -16px;
    left: -30px;
}
#pie11 label{    
    bottom: -18px;
}
#pie17 label{    
    bottom: -17px;
}
#pie20 label{    
    bottom: -17px;
}
#pie23 label{    
    bottom: -5px;
}
#pie24 label{    
    bottom: -12px;
}
#pie25 label{    
    bottom: -20px;
}
#pie28 label{    
    bottom: -15px;
    left: -27px;
}
#pie29 label{    
    bottom: -20px;
}
#pie32 label{    
    bottom: -17px;
}
#pie34 label{    
    bottom: -17px;
}
#pie38 label{    
    bottom: -17px;
}
#pie42 label{    
    bottom: -17px;
}

#pie45 label{    
    bottom: -17px;
}

#pie47 label{    
    bottom: -20px;
}

#pie51 label{    
    bottom: -20px;
}


#pie52 label{    
    bottom: -20px;
}


#pie53 label{    
    bottom: -20px;
}


#pie54 label{    
    bottom: -20px;
}

#pie55 label{    
    bottom: -20px;
}

#pie61 label,
#pie56 label,
#pie57 label,
#pie59 label,
#pie60 label,
#pie63 label,
#pie70 label,
#pie72 label,
#pie73 label,
#pie75 label,
#pie77 label,
#pie83 label,
#pie82 label,
#pie90 label,
#pie91 label,
#pie92 label,
#pie93 label,
#pie94 label,
#pie95 label,
#pie96 label,
#pie97 label,
#pie98 label,
#pie102 label,
#pie101 label,
#pie105 label,
#pie109 label,
#pie111 label,
#pie121 label,
#pie122 label,
#pie123 label,
#pie124 label,
#pie127 label,
#pie128 label,
#pie131 label,
#pie134 label,
#pie136 label,
#pie137 label,
#pie138 label,
#pie139 label,
#pie142 label{    
    bottom: -20px;
}

#pie107 label,
#pie132 label{
    bottom: -15px;
}

#pie116 label{    
    bottom: -15px;
}

#pie81 label{    
	bottom: 4px;
    transform: rotate(31deg);
}

.direction-ltr{
	direction:ltr;
}

.video352 video{
	height:362px;
	object-fit:contain!important;
	background-color: #000;
}

.video200 video{
	height:200px;
	width:200px;
	object-fit:contain!important;
	background-color: #f7f7f7;
}

.big-video .wp-block-column {
    position: relative;
	transition: all 0.5s ease-in-out;
}

.groupnew {
    position: absolute;
	inset: 95px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
	transition: all 0.5s ease-in-out;
}

.groupnew p{
	text-align: left!important;
    color: #fff;
	transition: all 0.5s ease-in-out;
}

.big-video .wp-block-column:hover .groupnew{

	transform: scale(1.08);
	transition: all 0.5s ease-in-out;
}

#product-center-mob{
	flex-direction:row;
	justify-content:center;
	align-items:center;
	position:fixed;
	left: 0;
	right:0;
    bottom: 0;
    z-index: 99;
}

#product-center-mob a{
	display:block;
	flex: 1;
    text-align: center;
    padding: 8px 0;
    color: #fff;
}

#product-center-mob a img{
	
}

#product-center-mob .blue{
	background-color:#12497f;
}

#product-center-mob .red{
	background-color:#e60716;
}

.page .direction-ltr,
.groupnew p{
	font-family: tahoma;
}