@import url(/UI/Base/AddOn/font-awesome-4.3.0/css/font-awesome.min.css);
@import url(/UI/Styles/MPC97/AddOn/Style/Mobile.css);
@import url(/UI/Styles/MPC97/AddOn/Style/Desktop.css);
@import url(MainMenu.css);
@font-face {
    font-family: 'iran_sansregular';
    src: url('/UI/Styles/MPC97/AddOn/Font/iran_sans.woff2') format('woff2'), url('/UI/Styles/MPC97/AddOn/Font/iran_sans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a,
input,
button {
    outline: none !important;
    text-decoration: none !important;
}

body {
    font-family: iran_sansregular;
    font-size: 15px !important;
}

body {
    line-height: 1.82857143 !important;
}

.noPadding {
    padding: 0;
}

.noPaddingL {
    padding-left: 0;
}

.noPaddingR {
    padding-right: 0;
}

.halfPadding {
    padding-right: 7px;
    padding-left: 7px;
}

.VMiddle {
    margin-top: auto;
    margin-bottom: auto;
}

.DisFlex {
    display: flex;
    flex-wrap: wrap;
}

.FooterS {
    background: #0b74b8 !important;
}

.footerRights span {
    color: #fff;
    text-shadow: unset !important;
}

.InnerDetails {
    color: #fff;
    text-shadow: unset !important;
}

.MTitle .col-xs-12.col-md-10.DisFlex {
    background: #f04a51;
    padding-top: 10px;
    padding-bottom: 10px;
}

.TextTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.LI-EServices {
    list-style: none;
}

.LI-EServices li {
    position: relative;
    margin-top: 10px;
}

.LI-EServices li::before {
    content: "";
    background: rgba(248, 168, 125, 1);
    width: 24px;
    height: 5px;
    position: absolute;
    right: -30px;
    border-radius: 60px;
    transition: .4s all ease-in-out;
}

.LI-EServices li:hover::before {
    background: rgba(242, 101, 34, 1);
}

.LI-EServices li:hover a {
    color: #ec1d25;
}

.IMGProducts img {
    width: 85%;
}

.PicTop {
    background-image: url(/UI/Styles/MPC97/images/PicTop.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.HeaderTopFixBottom {
    margin-bottom: unset !important;
}

@keyframes LogoShine {
    0% {
        outline-width: 20px;
        border-width: 20px;
    }
    25% {
        outline-width: 10px;
        border-width: 20px;
    }
    50% {
        border-width: 10px;
        outline-width: 10px;
    }
    75% {
        outline-width: 20px;
        border-width: 10px;
    }
    100% {
        border-width: 20px;
        outline-width: 20px;
    }
}

.LogoCorRight {}

.navbar-toggle {
    display: block !important;
}

.bar-color {
    background-color: #c31720 !important;
}

.btn-bar {
    background-color: #fff !important;
    border: none !important;
}

.navbar-toggle {
    padding: 15px 12px !important;
    margin-bottom: unset !important;
    border-radius: 50% !important;
    box-shadow: 0 5px 10px rgb(3, 3, 3, 0.07);
}

.menuIn {
    animation: fadeInLeft 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    left: 0;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(8, 0, 48, 0.76);
    overflow-y: auto;
    padding: 30px 30px 0 0 !important;
}

.menuOut {
    animation: fadeOutDown 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 100000;
    background: rgba(8, 0, 48, 0.76);
    padding: 30px 30px 0 0 !important;
}

.emptyIn {
    animation: fadeInRight 1s forwards;
    animation-timing-function: ease;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(16, 14, 26, 0.8);
    overflow-y: auto;
    height: 100vh;
}

.emptyOut {
    animation: fadeOutRight 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(16, 14, 26, 0.8);
}

.NewsPane {
    background-image: url(/UI/Styles/MPC97/images/NewsBack.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    padding-top: 200px;
}

.LogoCorRight a:hover {
    color: unset !important;
}

.BackMenu .navbar-header {
    float: left !important;
}

.RedText {
    color: #ee1c27;
}

.FLine>span+span {
    color: #525150;
}

.RedLine {
    width: 8%;
    height: 2px;
    background: #f68e56;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50px;
    margin-top: 15px;
}

.sliderTop .carousel-control:focus,
.sliderTop .carousel-control:hover {
    color: #ee1c27 !important;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 1 !important;
    filter: unset !important;
}

.CntCertificates .BackBlueImg {
    width: 140px;
    height: 140px;
    background: #0b74b8;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    padding: 20px;
}

.ISO {
    color: #808080;
    margin-top: 25px;
}

.CntCertificates .col-xs-6.col-md-2.wow.fadeInUp .Certific {
    color: #808080;
    position: relative;
    transition: .4s;
    display: inline-block;
}

.CntCertificates .col-xs-6.col-md-2.wow.fadeInUp .Certific::after {
    content: "";
    width: 0%;
    height: 5px;
    background: #ec1d25;
    transition: width .4s;
    top: 27px;
}

.CntCertificates .col-xs-6.col-md-2.wow.fadeInUp:hover .Certific::after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: #ec1d25;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    transition: all .4s ease;
}

.PicBottom {
    background-image: url(/UI/Styles/MPC97/images/PicBottom.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    background-position: center;
}


/*
[id*="NewsPane50"] [id*="pnlSelectedNews"] {
    background: #f8f8f8;
    padding: 60px 110px;
}
*/

[id*="NewsPane50"] [id*="pnlSlider"] {
    padding-top: 40px;
}

.Fleft>div:first-child {
    position: relative;
}

.SelectedNewsMPC:not(:nth-child(4))::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 5px;
    background: #f68e56;
    border-radius: 50px;
    bottom: -27px;
    right: 0;
}

.SNMPCTitle a {
    color: #505050;
    font-weight: bold;
    font-size: 18px;
}

.SNMPCAbs {
    color: #525150cc;
    text-align: justify;
}

.SNMPCDate {
    color: #50505082;
    border-left: 1px solid #9c9c9c;
    font-size: 12px;
    font-family: byekan;
}

.SNMPCMore a {
    color: #ee1e29;
    font-size: 12px;
}

.SelectedNewsMPC {
    position: relative;
}

.SelectedNewsMPC:not(:nth-child(4)) {
    margin-bottom: 50px;
}

.li-body .arrrow,
.li-body .arrrow-bold {
    font-size: 4rem;
    width: 5rem;
    display: inline-block;
    text-align: center;
}

.arrrow.thin-pointed-arrow-left::before {
    content: "H";
}

@font-face {
    font-family: "ArrrowsRegular";
    src: url("/UI/Styles/MPC97/AddOn/ArrowRegular/arrrows-regular-webfont.eot");
    src: url("/UI/Styles/MPC97/AddOn/ArrowRegular/arrrows-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/UI/Styles/MPC97/AddOn/ArrowRegular/arrrows-regular-webfont.woff") format("woff"), url("/UI/Styles/MPC97/AddOn/ArrowRegular/arrrows-regular-webfont.ttf") format("truetype"), font-weight: normal;
    font-style: normal
}

[class^="arrrow"]:not([class*="bold"])::before {
    font-family: "ArrrowsRegular" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ReNewsTitle {
    color: #525150;
}

.ReNewsReleaseDate {
    color: #50505082;
    font-size: 12px;
    margin-right: 20px;
    font-family: byekan;
}

.ReNewsArrow {
    color: #f04f57;
    margin-right: 20px;
}

.RegularNews:not(:nth-child(4)) {
    margin-bottom: 15px;
}

.NewsPane [id*="dptemplate"] {
    display: none;
}

.SNMPCMore em {
    vertical-align: middle;
}


/*
[id*="NewsPane50"] [id*="tblMain"] > div:first-child > div + div > div:first-child {
    padding-left: 0 !important;
}
*/

.NewsSibeBy {
    background: #ec1d25;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    font-weight: bold;
}

.FiftyP .FOB {
    background: #f26522;
    padding: 30px 0;
    margin-right: -15px;
}

.FiftyP .SOB {
    background: #f68e56;
    padding: 30px 0;
}

.FiftyP .tooltip-inner {
    max-width: 200px;
    padding: 4px 8px !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #2C2C2C !important;
    border-radius: 4px;
    font-family: iran-sans !important;
    font-size: 18px;
}

.CntSlider {
    padding: 190px 0 90px;
}

.FiftyP {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.UCTitle a {
    color: #505050;
    font-size: 25px;
}

.UCRoTitle {
    color: #585858b8;
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.UCRedLine {
    width: 12%;
    height: 5px;
    background: #f68e56;
    border-radius: 50px;
    margin: 20px 0 20px 0;
}

.UCAbstract {
    color: #585858;
    text-align: justify;
    padding: 0 16px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: .4s all ease-in-out;
}

.navbar-toggle .icon-bar:nth-child(3) {
    display: block;
    width: 11px !important;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
    transition: .4s all ease-in-out;
}

.navbar-toggle .icon-bar:last-child {
    display: block;
    width: 8px !important;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
}

.navbar-toggle:hover .icon-bar:last-child {
    display: block;
    width: 22px !important;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
}

.navbar-toggle:hover .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle:hover .icon-bar:nth-child(3) {
    display: block;
    width: 22px !important;
    height: 2px;
    border-radius: 1px;
    margin-right: auto;
}

.btnEN {
    display: inline-block;
    float: left;
    background: white;
    color: rgba(11, 116, 184, 0.86);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 8px;
    margin-left: 14px;
    padding: 11px;
    box-shadow: 0 5px 10px rgb(3, 3, 3, 0.07);
}

.btnEN a {
    color: #c31720;
}

.BackMenu>div>div:first-child {
    display: inline-block;
    float: left;
}

.NewsFW .NewsTCPagerField {
    display: none;
}

.Licenses {
    padding: 30px 0;
}

.MTitle>div:first-child:hover img {
    margin-top: 20px;
    margin-bottom: -20px;
}

.MTitle>div:first-child img {
    width: 25px;
    margin-right: auto;
    margin-left: auto;
    transition: all .4s ease-in-out;
}

.FooterTop>div+div {
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(194, 194, 194, 1);
}

.UCThumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

.PT25 {
    padding-top: 25px;
}

.SNMPCMore img {
    transition: .4s;
}

.SNMPCMore:hover img {
    margin-right: 5px;
    margin-left: -5px;
}

.flip-box {
    width: 100px;
    height: 100px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.CntCertificates .col-xs-6.col-md-2.wow.fadeInUp:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    color: white;
    transform: rotateY(180deg);
}

.CntCertificates .col-xs-6.col-md-2.wow.fadeInUp:hover .flip-box-front img {
    opacity: 0;
}

.flip-box .flip-box-front img,
.flip-box .flip-box-back img {
    transition: opacity 0.4s ease-in-out;
}

.Products .col-xs-12.col-md-5.col-md-offset-1 .IMGProducts {
    margin-left: 40px;
}

.Products>div+div>.IMGProducts {
    margin-right: 40px;
}

.IMGProducts {
    position: relative;
}

.BetaVersion {
    display: inline-block;
    float: left;
    background: white;
    color: rgba(11, 116, 184, 0.86);
    width: 87px;
    height: 30px;
    border-radius: 4px;
    margin-top: 16px;
    margin-left: 14px;
    padding: 6px 0;
    text-align: center;
    box-shadow: 0 5px 10px rgb(3, 3, 3, 0.07);
    font-size: 11px;
}

.flip-box-back img {
    border-radius: 50%;
}


/*************MENU*************/

.sm-default {
    position: absolute;
    width: 400px !important;
    margin: 0 auto;
    right: 50%;
    transform: translateX(50%);
}

.sm-default>li {
    background: rgba(255, 255, 255, 0);
    text-align: right;
}

.sm-default li a {
    background-color: rgb(104, 175, 197);
    color: rgb(255, 255, 255) !important;
    font-size: 20px !important;
    text-align: right !important;
}

.sm-default>li .highlighted {
    background: rgba(46, 49, 146, 0) !important;
    color: rgb(196, 241, 247) !important;
    transition: .4s;
}

.sm-default>li .sm-nowrap {
    background: rgba(255, 255, 255, 0) !important;
    padding: 15px 20px 15px 0;
}

.sm-default>li .sm-nowrap>li {
    border-right: 1px solid rgb(196, 241, 247);
    margin: unset !important;
    border-bottom: unset !important;
}

.sm-default>li .sm-nowrap>li>a {
    padding: 10px 15px !important;
    color: rgba(255, 255, 255) !important;
    transition: .4s ease-in-out;
    font-size: 16px !important;
}

.sm-default>li .sm-nowrap>li:hover>a {
    color: rgb(196, 241, 247) !important;
}

.has-submenu::after {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-horiz.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%);
}

.has-submenu::before {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-verti.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%);
}

.has-submenu.highlighted::before {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-verti.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%) rotate(-90deg);
}

.sm-default>li .sm-nowrap>li:hover>a {
    transform: .4s;
}

.sub-arrow {
    display: none;
}

.sm-nowrap .has-submenu::before,
.sm-nowrap .has-submenu::after {
    content: "";
    background-image: unset !important;
    width: unset !important;
    height: unset !important;
    position: unset !important;
    right: unset !important;
    bottom: unset !important;
    transition: unset !important;
    transform: unset !important;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:first-child {
    animation-name: fadeInLeft;
    animation-delay: .1s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(2) {
    animation-name: fadeInLeft;
    animation-delay: .3s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(3) {
    animation-name: fadeInLeft;
    animation-delay: .5s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(4) {
    animation-name: fadeInLeft;
    animation-delay: .7s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(5) {
    animation-name: fadeInLeft;
    animation-delay: .9s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(6) {
    animation-name: fadeInLeft;
    animation-delay: 1.1s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(7) {
    animation-name: fadeInLeft;
    animation-delay: 1.3s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(8) {
    animation-name: fadeInLeft;
    animation-delay: 1.5s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(9) {
    animation-name: fadeInLeft;
    animation-delay: 1.7s;
    animation-duration: .8s;
}

.sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(10) {
    animation-name: fadeInLeft;
    animation-delay: 1.9s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:first-child {
    animation-name: fadeOutDown;
    animation-delay: .1s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(2) {
    animation-name: fadeOutDown;
    animation-delay: .3s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(3) {
    animation-name: fadeOutDown;
    animation-delay: .5s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(4) {
    animation-name: fadeOutDown;
    animation-delay: .7s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(5) {
    animation-name: fadeOutDown;
    animation-delay: .9s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(6) {
    animation-name: fadeOutDown;
    animation-delay: 1.1s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(7) {
    animation-name: fadeOutDown;
    animation-delay: 1.3s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(8) {
    animation-name: fadeOutDown;
    animation-delay: 1.5s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(9) {
    animation-name: fadeOutDown;
    animation-delay: 1.7s;
    animation-duration: .8s;
}

.menuOut .sm.sm-rtl.sm-default.sm-default-rtl>li:nth-child(10) {
    animation-name: fadeOutDown;
    animation-delay: 1.9s;
    animation-duration: .8s;
}


/*************MENU*************/

.Scroll {
    overflow-y: hidden !important;
}

.btn-ch {
    width: 70%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: unset !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
    color: #000 !important;
    border: unset !important;
    padding: 10px 0;
}

.btn-2 {
    background: #f04a51 !important;
}

.btn-1 {
    background: #93e3ec !important;
}

.ChemicalProduct .col-xs-12.col-md-6:first-child,
.ChemicalProduct .col-xs-12.col-md-6:nth-child(2) {
    margin-bottom: 10px;
}

.ChemicalProduct>div:first-child {
    text-align: justify;
}

.PolyProduct .col-xs-12.col-md-6:first-child,
.PolyProduct .col-xs-12.col-md-6:nth-child(2) {
    margin-bottom: 10px;
}

.PolyProduct>div:first-child {
    text-align: justify;
}


/***********NewsTemplate***********/

.NewsTemp h4 {
    color: rgb(95, 95, 95);
    font-size: 20px;
}

.UnderTitleLine {
    width: 12%;
    height: 5px;
    background: #f68e56;
    border-radius: 50px;
    margin: 25px 0 5px 0;
}

.ReleaseTime,
.ReleaseDate {
    display: inline-block;
    font-family: byekan;
}

.ReleaseTime {
    border-left: 1px solid rgba(82, 81, 80, 0.54);
    margin-left: 10px;
    padding-left: 15px;
}

.ReleaseInfo {
    margin-bottom: 20px;
}

.BodyNews {
    text-align: justify;
}

.MainOrder>li {
    list-style: persian;
    color: darkred;
}

.SubOrder {
    color: darkblue;
}


/***********NewsTemplate***********/

.HeaderRowSt {
    box-shadow: 0 5px 10px rgb(3, 3, 3, 0.07);
}

.HeaderTopFixBottom {
    margin-bottom: unset !important;
    position: fixed;
    z-index: 2;
    left: 10px;
    right: 0;
}

.LogoCorRight {
    position: absolute;
    right: -35px;
    top: -90px;
    z-index: 2;
}

.samani {
    padding-top: 70px;
}

.IMGProducts {
    padding-top: 20px;
}

.PolymrCy {
    width: 110px;
    height: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: #f04a51;
    padding-top: 38px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: .4s;
    font-size: 20px;
}

.ChimestryCy {
    width: 110px;
    height: 110px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background: #f04a51;
    padding-top: 38px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    transition: .4s;
    font-size: 20px;
}

.topImageInner98 {
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/UI/Styles/MPC97/images/PicEOEG.jpg");
}

.topImageInner98Marketing {
    height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/UI/Styles/MPC97/images/Marketing.jpg");
}

.flip-box {
    width: 100px;
    height: 100px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}


/* .CntProduct .col-xs-6.col-md-2.wow.fadeInUp:hover .flip-box-inner {
    transform: rotateY(180deg);
} */

.CntProduct .flip-box-front,
.CntProduct .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    padding-top: 27px;
    padding-left: 20px;
}

.CntProduct .flip-box-back {
    padding-top: 15px !important;
}

.flip-box-front {
    color: black;
}

.flip-box-back {
    color: white;
    transform: rotateY(180deg);
}


/* .CntProduct .col-xs-6.col-md-2.wow.fadeInUp:hover .flip-box-front span {
    opacity: 0;
} */

.CntProduct .flip-box .flip-box-front span,
.CntProduct .flip-box .flip-box-back span {
    transition: opacity 0.4s ease-in-out;
    color: #fff;
}

.CntProduct .BackBlueImg {
    width: 120px;
    height: 120px;
    background: #0c73b6;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    padding: 20px;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 20px;
}

.BackBlueImg::before {
    background: #6eb0d2;
    content: "";
    position: absolute;
    left: 22px;
    top: -12px;
    width: 144px !important;
    height: 144px;
    border-radius: 80px;
    z-index: -1;
    transition: .2s;
}

.BackBlueImg:hover {
    background: #eb1e23;
}

.BackBlueImg:hover::before {
    background: #f37782;
}

.CntProduct .col-xs-6.col-md-2.wow.fadeInUp {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

.CntProductText {
    direction: ltr !important;
}

.CntProduct {
    margin-top: 30px;
    margin-bottom: 50px;
}

.ChimestryCy:hover,
.PolymrCy:hover {
    border-radius: 50%;
}

.AvPro {
    font-size: 24px;
    color: #7e8788;
    text-align: center;
}

.ContactInfoSale .panel-default {
    border: rgb(0, 0, 0) !important;
}

.ContactInfoSale .panel-heading {
    background: unset !important;
}

.ContactInfoSale .panel {
    box-shadow: unset !important;
}

.ContactInfoSale .panel-title {
    position: relative;
}

.ContactInfoSale .panel-title a[aria-expanded="false"]::before {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-verti-red.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%) !important;
}

.ContactInfoSale .panel-title a[aria-expanded="false"]::after {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-horiz-red.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%) !important;
}

.ContactInfoSale .panel-title a[aria-expanded="true"]::after {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-horiz-red.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%) !important;
}

.ContactInfoSale .panel-title a[aria-expanded="true"]::before {
    content: "";
    background-image: url(/UI/Styles/MPC97/images/half-plus-verti-red.png);
    width: 20px;
    height: 20px;
    position: absolute;
    right: -30px;
    bottom: 50%;
    transition: .4s;
    transform: translate(0%, 50%) rotate(-90deg) !important;
}

.ContactInfoSale .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgb(221, 221, 221, 0) !important;
    border-right: 2px solid rgb(147, 227, 239) !important;
}

.ContactInfoSale .panel-collapse {
    padding-right: 20px !important;
}

.circleProd.redProd>div {
    background: red;
    width: 200px;
    margin: 0 auto;
    height: 200px;
    border-radius: 210px;
    text-align: center;
    padding-top: 10px;
}

.circleProd.redProd>div {
    background: #ec1d25;
    width: 200px;
    margin: 0 auto;
    height: 200px;
    border-radius: 210px;
    text-align: center;
    padding-top: 25px;
}

.circleProd.blueProd>div {
    background: #0b74b8;
    width: 200px;
    margin: 0 auto;
    height: 200px;
    border-radius: 210px;
    text-align: center;
    padding-top: 25px;
}

.circleProd a {
    color: #fff;
}

.circleProd img {
    width: 100px;
}

.AvPro {
    margin-bottom: 20px;
}

.CntCertificates .BackBlueImg::before {
    background: transparent !important;
}

.CntCertificates>div>div:hover .BackBlueImg {
    background: #fff !important;
    box-shadow: 0 0 5px #bcbcbc !important;
}

.CntCertificates>div>div .BackBlueImg {
    transition: .4s;
}

.CntCertificates .flip-box-front img {
    filter: brightness(0) invert(1);
}

.monagheseDiv>div {
    border: 3px solid #0b74b8;
    padding: 40px 10px;
    text-align: center;
}

.monagheseDiv img {
    margin-bottom: 20px;
}

.monagheseDiv {
    font-size: 20px;
    opacity: .7;
    transition: .3s;
}

.monagheseDiv:hover {
    opacity: 1;
}

.monagheseDiv a {
    color: #0b74b8;
}

.borderLeftProd {
    border-left: 1px solid #e6e6e6;
}

.CT-Title {
    padding-bottom: 30px;
    position: relative;
}

.CT-Title::after {
    content: "";
    background: rgb(246, 142, 86);
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    height: 4px;
    border-radius: 150px;
}

.CT-TName {
    color: rgba(88, 88, 88, 0.9);
    font-size: 16px;
}

.CT-MoreBTN {
    margin-right: 0;
    border-right: 1px solid rgb(113, 174, 214);
    padding-right: 20px;
    color: rgba(88, 88, 88, 0.7);
    float: left;
}

.P20 {
    padding-right: 20px;
}

.FS12 {
    font-size: 12px;
}

@media (max-width:1200px) and (min-width:992px) {
    .CntProduct .BackBlueImg {
        margin-left: 34px !important;
    }
}

.PortalDate {
    margin-left: 20px;
    margin-top: 17px;
    color: #fff;
}

.searckClick {
    width: 24px;
    cursor: pointer;
}

.searchBox {
    display: none;
}

.searchBox {
    background: #fff;
    position: relative;
    left: 20px;
    width: 230px;
    top: 10px;
    padding-top: 4px;
    padding-bottom: 5px;
    border-radius: 6px;
    float: left;
    border: 1px solid #ccc;
}

.searchBox .input-sm {
    border: none;
}