/*Page.aspx Css*/
/*Start special CSS*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

.m-hight-none {
    min-height: 0;
}

.pad-none {
    padding-right: 0;
    padding-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IRanian';
    font-size: 20px;
}

a:focus {
    outline: none;
}

a, a:hover, a:visited, a:focus {
    text-decoration: none;
    color: #606060;
}

h2 {
    font-size: 18px;
}

h3, h4, h5, h6 {
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 !important;
    line-height: 24px;
}

ul, ol {
    margin-right: 0 !important;
}

body {
    font-family: 'IRanian';
    padding: 0;
    line-height: 24px;
    min-height: 100%;
}

p {
    line-height: 24px;
    font-size: 14px;
    text-align:justify
}

#wrap {
    overflow: hidden;
    position: relative;
    min-height: 1000px;
}

#contentWrapper1 {
    position: relative;
    padding: 0 0 57px;
    -webkit-box-shadow: inset 0px -10px 17px 0px rgba(205,205,205,1);
    -moz-box-shadow: inset 0px -10px 17px 0px rgba(205,205,205,1);
    box-shadow: inset 0px -30px 17px 0px rgba(205,205,205,0.5);
}
/*Repier Magement Menu*/
.subNav.advanced dl {
    width: 600px !important;
}

.subNav.advanced {
    width: 695px !important;
}

img {
    border: 0 none;
    height: auto;
}

img, object, embed {
    max-width: 100%;
}
.about-box {
    margin-top: 20px;
    text-align: center;
    padding: 0 100px 0;
    display: inline-block;
    width: 100%;
}
.about-box h1 {
    padding-bottom:20px;
}
.about-btn {
    padding: 28px 68px 28px 29px;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 20px;
    position:relative;
}
.about-btn::before {
    position:absolute;
    content:'';
    background: url(images/about-pic1.png) no-repeat center right;
    right: 16px;
    top:0;
    bottom:0;
    margin:auto 0;
    width:41px;
    height:41px;
}
.about-btn.chart::before {
    background: url(images/about-pic2.png) no-repeat center right;
}
.about-btn::after {
    background-color:rgba(111,167,80,0.2);
    height:100%;
    width:0;
    position:absolute;
    content:'';
    right:0;
    top:0;
    opacity:0;
    transition:all 0.3s ease;
}
.about-btn:hover::after {
    opacity:1;
    width:100%;
}
.MapPane {
    background:url(images/map-bg.jpg) no-repeat right center;
    padding:50px 0;
}

/*------------------------------------------------*/
/* START NBStoreSearch */
/*------------------------------------------------*/
.StoreSearch {
    margin-top: 35px;
    width: 100%;
    position: relative;
}

.NBright_NormalTextBox {
    width: 100%;
    background-color: #fff !important;
    border: 1px solid #bebebe !important;
    transition: all 0.3s ease-out;
    margin-right: 0;
    font-family: IRanian;
}

.StoreSearch input[type="text"] {
    border-radius: 8px !important;
    padding: 6px !important;
}

.SearchImage {
    display: none;
}

.NBright_NormalTextBox:focus {
    box-shadow: 0 0 3px #888 !important;
    background-color: #f5f5f5 !important;
}

.GoButton {
    background: url(images/search-btn.png) no-repeat 0 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    transition: all 0.3s ease-in;
    position: absolute;
    z-index: 0;
    top: 4px;
    left: 4px;
}

.GoButton:hover {
    opacity: 0.8;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b1b3b6;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #b1b3b6;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #b1b3b6;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #b1b3b6;
}
/*------------------------------------------------*/
/* END NBStoreSearch */
/*------------------------------------------------*/

/*------------------------------------------------*/
/* START CONTAINER_BOX */
/*------------------------------------------------*/
.DNNContainer_Title_Product fieldset {
    color: #fff;
    font-size: 15px;
    border-top: 4px solid transparent;
}
#dnn_ContenPaneBtn .DNNContainer_Title_Product fieldset {
    margin-top:-79px;
}
.DNNContainer_Title_Product {
    margin-top: 30px;
}

.DNNContainer_Title_Product legend{
    padding: 5px 20px;
    color: #fff;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
    width: auto;
    position: relative;
    margin-bottom: 30px;
}
.DNNContainer_Title_Product.simple {
    margin-top: 0;
    margin-bottom: 26px;
}
.DNNContainer_Title_Product.simple legend {
    padding: 5px 10px;
    text-align: right;
    margin-bottom: 22px;
}

.Title_Articel-icon {
    top: 18px;
    height: 100px;
}

.DNNContainer_Title_Attention {
    position: relative;
    margin-top:80px;
}

.DNNContainer_Title_Attention fieldset, .DNNContainer_Title_Articel fieldset {
    position: relative;
}

.DNNContainer_right legend {
    text-align: right !important;
}

.DNNContainer_Title_Attention legend, .DNNContainer_Title_Articel legend {
    padding: 0 0 10px 0;
    color: #004a8f;
    text-align: right;
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    margin-bottom: 10px;
    width: auto;
}
.DNNContainer_Title_Attention legend {
    padding: 30px 0px 0 0;
    margin-bottom: 35px;
    background: url(images/logo-ttl.png) no-repeat 0 0;
    color: #20273a;
    width: 100%;
    height: 71px;
}
.copyright-top {
    font-family:IRanian;
}
.Head {
    margin-bottom: 0;
}
/*------------------------------------------------*/
/* END CONTAINER_BOX */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* START LOADING */
/*------------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
}

#loader {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 54px;
    margin: auto;
    background: url(images/logo.png) no-repeat 0 0;
    z-index: 1101;
    right: 0;
    background-size: contain;
    bottom: 0;
}


#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    top: 0;
    background:#233c5d;
}

#loader-wrapper .loader-section.section-right {
    top: 0;
    background:#6fa750;
    z-index:99;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 3s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 3s 0.7s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform:translateY(-100%);
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}
/*------------------------------------------------*/
/* END LOADING */
/*------------------------------------------------*/


/*------------------------------------------------*/
/* START SLIDER */
/*------------------------------------------------*/
.slick-next {
    left: 24px !important;
    right: auto !important;
    border-radius: 0px 3px 3px 0px;
}

.slick-prev {
    left: 0px !important;
    border-radius: 3px 0 0 3px;
}

.slick-prev::before, .slick-prev::after {
    font-family: 'FontAwesome' !important;
    content: "\f104" !important;
    top: -3px;
    position: absolute;
    left: -20px !important;
    color: #aaa !important;
    font-size: 50px !important;
}

.slick-prev::after {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    top: 22px;
}

.slick-prev:hover::before {
    color: #555 !important;
}

.slick-prev:hover::after {
    color: #555 !important;
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    5% {
        transform: translateX(-0.1rem);
    }

    100% {
        transform: translateX(-1rem);
        opacity: 0;
    }
}

.slick-next::before, .slick-next::after {
    font-family: 'FontAwesome' !important;
    content: "\f105" !important;
    top: -3px;
    position: absolute;
    right: -20px !important;
    color: #aaa !important;
    font-size: 50px !important;
}

.slick-next::after {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    top: 22px;
}

.slick-next:hover::before {
    color: #555 !important;
}

.slick-next:hover::after {
    color: #555 !important;
    animation: arrow-anim2 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim2 {
    0% {
        opacity: 1;
        transform: translateX(0);
    }

    5% {
        transform: translateX(-0.1rem);
    }

    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}
.pagination {
    display: none !important;
}

.slick-slider {
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
}

.slick-next {
    right: -10px !important;
}

.slick-prev {
    left: -10px !important;
}

.slick-initialized .slick-slide {
    margin: 0 !important;
}

.slick-track {
    padding: 0;
}


.slick-dots li {
    margin:0 2px !important
}
.slick-dots li button {
    background:none !important;
    border:0 !important;
}
.slick-dots li button:before {
    background-color:#728da9;
    width: 10px !important;
    height: 8px !important;
    content: '';
    position: absolute;
    border-radius: 5px;
    font-size: 0;
    line-height: 9px !important;
    transition: all 0.3s ease-out;
    margin: 0 auto;
    left: 0;
    right: 0;
    opacity: 1 !important;
}

.slick-dots li.slick-active button::before {
    background-color: #e3022a;
    padding: 0 8px !important;
    color: transparent !important;
    border-radius: 5px;
}

.slick-dots li.slick-active {
    width: 19px !important;
}
.tp-bullets.hidebullets {
    opacity:1 !important;
}
.tp-bullets {
    background: url(images/bullet-bg.png) no-repeat 0 0;
    padding: 10px 20px 5px;
    width: 190px;
    height: 2px;
    text-align: center;
}
.tp-bullets.simplebullets.square .bullet {
    background: #728da9 !important;
    width: 10px !important;
    height: 6px !important;
    border-radius: 5px !important;
    margin: 5px;
    float:none !important;
    display:inline-block;
    transition:all 0.3s ease;
}
.tp-bullets.simplebullets .bullet.selected {
    background:#e3022a !important;
    width:15px !important;
}
.pro-photo .shade span {
    display:none !important;
}
.pic_box img {
    filter:grayscale(1)
}
.pic_box:hover img {
    filter:none;
}
.CompanyPane .slick-list {
    direction: ltr;
}
#pro-single-multiple538 .slick-list {
    margin: 0 !important;
}
#pro-single-multiple538 .pro-single-item {
    padding:0 20px 30px !important;
}
.CompanyPane .slick-dots {
background: url(images/bullet-bg.png) no-repeat 0 0;
    padding: 0 5px 0;
    width: 190px;
    height: 16px;
    text-align: center;
    bottom: -16px !important;
    transform: rotateX(180deg);
    margin: 0 auto !important;
    left: 0;
    right: 0;
}
/*------------------------------------------------*/
/* END NIVO SLIDER */
/*------------------------------------------------*/

.highlight {
    background-color: #d2051e !important;
}

input[id*="ContactUsView_btnManagement"] {
    display: none;
}
/*MapEffect*/
.map {
    position:relative;
    display:inline-block;
}
.map img {
    display: block;
    max-width: 100%;
    height: auto;
}
.more-btn {
    background-color:#6fa750;
    width:200px;
    display:block;
    padding:10px 20px;
    color:#fff;
    margin:10px auto;
    border-radius:10px;
    text-align:center;
    transition:all 0.3s ease;
}
.more-btn:hover,.more-btn:visited {
    background-color:#20273a;
    color:#fff;
}
.pulse {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(227,2,42,0.5);
    animation: pulse 2s infinite;
    position: absolute;
    border: 4px solid #6f6f6f;
}
.pulse1 {
    top: 28%;
    right: 66%;
}
.pulse2 {
    top: 33.5%;
    right: 58%;
}
.pulse3 {
    top: 57.5%;
    right: 51%;
}
.pulse4 {
    top: 78%;
    right: 55%;
}
.pulse5 {
    top: 75%;
    right: 36%;
}
.pulse6 {
    top: 39.5%;
    left: 26%;
}
.pulse7 {
    top: 46%;
    left: 28%;
}
.pulse8 {
    top: 57%;
    left: 27%;
}
.pulse9 {
    top: 74%;
    left: 29%;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(227,2,42,0.5);
        border-color: #e3022a;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(227,2,42,0);
          border-color: #6f6f6f;
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(227,2,42,0.5);
      border-color: #6f6f6f;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(227,2,42,0.5);
    box-shadow: 0 0 0 0 rgba(227,2,42,0.5);
    border-color: #e3022a;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(227,2,42,0);
      box-shadow: 0 0 0 10px rgba(227,2,42,0);
      border-color: #6f6f6f;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(227,2,42,0);
      box-shadow: 0 0 0 0 rgba(227,2,42,0);
      border-color: #6f6f6f;
  }
}


@media all and (min-width:992px) and (max-width:1024px) {
    .menu::before {
        width:95%;
    }
}
@media all and (min-width:768px) and (max-width:991px) {
    .DNNContainer_Title_Attention legend {
        background:none;
    }
}
@media all and (max-width:767px) {
    .about-box {
        padding: 0 20px;
    }
    .language-object {
        margin-top: 12px;
    }
    #contentWrapper1 .container {
        padding: 0 15px;
    }

    .about-btn {
        padding: 28px 68px 28px 29px;
        font-size: 14px;
        display: inline-block;
        transition: all 0.3s ease;
        margin: 0;
        position: relative;
        width: 232px;
        text-align: right;
    }

    .DNNContainer_Title_Attention legend {
        background: none;
    }

    .FooterPane .Theme_26_Default {
        text-align: center;
    }

    .DNNContainer_Title_Attention {
        position: relative;
        margin-top: 0;
    }
    .info-box img {
        padding: 3px;
        margin-top: 12px;
    }
    .copyTxt {
        text-align:center;
    }
}

/*-----contact-----------*/
.home6_i {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .home6_i li {
        position: relative;
        padding: 13px 80px 15px 0px;
        border-top: 1px solid #EAEAEA;
        font-size: 13px;
        color: #666;
    }

        .home6_i li h6 {
            font-size: 16px;
            text-transform: uppercase;
            font-weight: normal;
            margin: 0 0 5px 0;
            letter-spacing: normal;
        }

        .home6_i li span.glyphicons, .home6_i li span .imgcontact {
            width: 50px;
            height: 50px;
            line-height: 60px;
            position: absolute;
            top: 50%;
            margin: -30px 0 0 0;
            right: 0;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            color: #949494;
            font-size: 24px;
            text-align: center;
            background-color: #EBEBEB;
        }

        .home6_i li:first-child {
            margin: -18px 0 0 0;
        }

        .home6_i li:nth-child(1) {
            border-top: none;
        }


.home6_i.paddingItem li {
    padding: 32px 80px 25px 0px !important;
}

.display {
    display: inline-block !important;
}

/*page Spacing*/
.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

@media only screen and (min-width: 1600px) {
    .mt-10 {
        margin-top: 13px;
    }

    .mb-10 {
        margin-bottom: 13px;
    }

    .pt-10 {
        padding-top: 13px;
    }

    .pb-10 {
        padding-bottom: 13px;
    }

    .mt-20 {
        margin-top: 26px;
    }

    .mb-20 {
        margin-bottom: 26px;
    }

    .pt-20 {
        padding-top: 26px;
    }

    .pb-20 {
        padding-bottom: 26px;
    }

    .mt-30 {
        margin-top: 39px;
    }

    .mb-30 {
        margin-bottom: 39px;
    }

    .pt-30 {
        padding-top: 39px;
    }

    .pb-30 {
        padding-bottom: 39px;
    }

    .mt-40 {
        margin-top: 52px;
    }

    .mb-40 {
        margin-bottom: 52px;
    }

    .pt-40 {
        padding-top: 52px;
    }

    .pb-40 {
        padding-bottom: 52px;
    }

    .mt-50 {
        margin-top: 65px;
    }

    .mb-50 {
        margin-bottom: 65px;
    }

    .pt-50 {
        padding-top: 65px;
    }

    .pb-50 {
        padding-bottom: 65px;
    }

    .mt-60 {
        margin-top: 78px;
    }

    .mb-60 {
        margin-bottom: 78px;
    }

    .pt-60 {
        padding-top: 78px;
    }

    .pb-60 {
        padding-bottom: 78px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mt-10 {
        margin-top: 7px;
    }

    .mb-10 {
        margin-bottom: 7px;
    }

    .pt-10 {
        padding-top: 7px;
    }

    .pb-10 {
        padding-bottom: 7px;
    }

    .mt-20 {
        margin-top: 14px;
    }

    .mb-20 {
        margin-bottom: 14px;
    }

    .pt-20 {
        padding-top: 14px;
    }

    .pb-20 {
        padding-bottom: 14px;
    }

    .mt-30 {
        margin-top: 21px;
    }

    .mb-30 {
        margin-bottom: 21px;
    }

    .pt-30 {
        padding-top: 21px;
    }

    .pb-30 {
        padding-bottom: 21px;
    }

    .mt-40 {
        margin-top: 28px;
    }

    .mb-40 {
        margin-bottom: 28px;
    }

    .pt-40 {
        padding-top: 28px;
    }

    .pb-40 {
        padding-bottom: 28px;
    }

    .mt-50 {
        margin-top: 35px;
    }

    .mb-50 {
        margin-bottom: 35px;
    }

    .pt-50 {
        padding-top: 35px;
    }

    .pb-50 {
        padding-bottom: 35px;
    }

    .mt-60 {
        margin-top: 42px;
    }

    .mb-60 {
        margin-bottom: 42px;
    }

    .pt-60 {
        padding-top: 42px;
    }

    .pb-60 {
        padding-bottom: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .mt-10 {
        margin-top: 5px;
    }

    .mb-10 {
        margin-bottom: 5px;
    }

    .pt-10 {
        padding-top: 5px;
    }

    .pb-10 {
        padding-bottom: 5px;
    }

    .mt-20 {
        margin-top: 10px;
    }

    .mb-20 {
        margin-bottom: 10px;
    }

    .pt-20 {
        padding-top: 10px;
    }

    .pb-20 {
        padding-bottom: 10px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .mb-30 {
        margin-bottom: 15px;
    }

    .pt-30 {
        padding-top: 15px;
    }

    .pb-30 {
        padding-bottom: 15px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .pt-40 {
        padding-top: 20px;
    }

    .pb-40 {
        padding-bottom: 20px;
    }

    .mt-50 {
        margin-top: 25px;
    }

    .mb-50 {
        margin-bottom: 25px;
    }

    .pt-50 {
        padding-top: 25px;
    }

    .pb-50 {
        padding-bottom: 25px;
    }

    .mt-60 {
        margin-top: 30px;
    }

    .mb-60 {
        margin-bottom: 30px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }
}
/*page Spacing*/
.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.pl-5 {
    padding-left: 5px;
}

.pr-5 {
    padding-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

@media only screen and (min-width: 1600px) {
    .ml-10 {
        margin-left: 13px;
    }

    .mr-10 {
        margin-right: 13px;
    }

    .pl-10 {
        padding-left: 13px;
    }

    .pr-10 {
        padding-right: 13px;
    }

    .ml-20 {
        margin-left: 26px;
    }

    .mr-20 {
        margin-right: 26px;
    }

    .pl-20 {
        padding-left: 26px;
    }

    .pr-20 {
        padding-right: 26px;
    }

    .ml-30 {
        margin-left: 39px;
    }

    .mr-30 {
        margin-right: 39px;
    }

    .pl-30 {
        padding-left: 39px;
    }

    .pr-30 {
        padding-right: 39px;
    }

    .ml-40 {
        margin-left: 52px;
    }

    .mr-40 {
        margin-right: 52px;
    }

    .pl-40 {
        padding-left: 52px;
    }

    .pr-40 {
        padding-right: 52px;
    }

    .ml-50 {
        margin-left: 65px;
    }

    .mr-50 {
        margin-right: 65px;
    }

    .pl-50 {
        padding-left: 65px;
    }

    .pr-50 {
        padding-right: 65px;
    }

    .ml-60 {
        margin-left: 78px;
    }

    .mr-60 {
        margin-right: 78px;
    }

    .pl-60 {
        padding-left: 78px;
    }

    .pr-60 {
        padding-right: 78px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ml-10 {
        margin-left: 7px;
    }

    .mr-10 {
        margin-right: 7px;
    }

    .pl-10 {
        padding-left: 7px;
    }

    .pr-10 {
        padding-right: 7px;
    }

    .ml-20 {
        margin-left: 14px;
    }

    .mr-20 {
        margin-right: 14px;
    }

    .pl-20 {
        padding-left: 14px;
    }

    .pr-20 {
        padding-right: 14px;
    }

    .ml-30 {
        margin-left: 21px;
    }

    .mr-30 {
        margin-right: 21px;
    }

    .pl-30 {
        padding-left: 21px;
    }

    .pr-30 {
        padding-right: 21px;
    }

    .ml-40 {
        margin-left: 28px;
    }

    .mr-40 {
        margin-right: 28px;
    }

    .pl-40 {
        padding-left: 28px;
    }

    .pr-40 {
        padding-right: 28px;
    }

    .ml-50 {
        margin-left: 35px;
    }

    .mr-50 {
        margin-right: 35px;
    }

    .pl-50 {
        padding-left: 35px;
    }

    .pr-50 {
        padding-right: 35px;
    }

    .ml-60 {
        margin-left: 42px;
    }

    .mr-60 {
        margin-right: 42px;
    }

    .pl-60 {
        padding-left: 42px;
    }

    .pr-60 {
        padding-right: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .ml-10 {
        margin-left: 5px;
    }

    .mr-10 {
        margin-right: 5px;
    }

    .pl-10 {
        padding-left: 5px;
    }

    .pr-10 {
        padding-right: 5px;
    }

    .ml-20 {
        margin-left: 10px;
    }

    .mr-20 {
        margin-right: 10px;
    }

    .pl-20 {
        padding-left: 10px;
    }

    .pr-20 {
        padding-right: 10px;
    }

    .ml-30 {
        margin-left: 15px;
    }

    .mr-30 {
        margin-right: 15px;
    }

    .pl-30 {
        padding-left: 15px;
    }

    .pr-30 {
        padding-right: 15px;
    }

    .ml-40 {
        margin-left: 20px;
    }

    .mr-40 {
        margin-right: 20px;
    }

    .pl-40 {
        padding-left: 20px;
    }

    .pr-40 {
        padding-right: 20px;
    }

    .ml-50 {
        margin-left: 25px;
    }

    .mr-50 {
        margin-right: 25px;
    }

    .pl-50 {
        padding-left: 25px;
    }

    .pr-50 {
        padding-right: 25px;
    }

    .ml-60 {
        margin-left: 30px;
    }

    .mr-60 {
        margin-right: 30px;
    }

    .pl-60 {
        padding-left: 30px;
    }

    .pr-60 {
        padding-right: 30px;
    }
}
/*end space*/
/******************************* Ceo ************************************/
.title_style2 {
    text-align:center;
}
.simulate_txt .interduce > h2,
.title_style2 > h2 {
    font-size: 17px;
    line-height: 36px;
    position: relative;
    color: #002e3f;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

    .title_style2 > h2:before {
        content: "";
        position: absolute;
        background-image: url(images/heading-img.jpg);
        background-repeat: no-repeat;
        height: 3px;
        width: 250px;
        bottom: 0;
        left: 40%;
    }

/*container*/
.samaContainer .aos-init.aos-animate {
    text-align:center;
    min-width:270px;
}
.samaContainer .aos-init.aos-animate {
    font-size: 17px;
    line-height: 36px;
    position: relative;
    color: #002e3f;
    padding-bottom: 10px;
    margin-bottom:25px !important;
}
.samaContainer .Head:before {
    content: "";
    position: absolute;
    background-image: url(images/heading-img.jpg);
    background-repeat: no-repeat;
    height: 3px;
    width: 270px;
    bottom: 0;
    /* left: -65%; */
    left: 14px;
    margin: 0 auto;
}
    .simulate_txt .interduce > h2 > strong,
    .footer_list .each_list .sec_title > h2 > strong,
    .title_style2 > h2 > strong {
        font-weight: bold;
    }

.home_brand .brand_txt > p {
    color: #009581;
    float: right;
    font-size: 1.23rem;
    line-height: 31px;
    margin-top: 20px;
    width: 100%;
    text-align: justify;
}

.text-cen{
    text-align:center;
}
.text-jus{
    text-align:justify;
}
/*number*/
.team_four {
    margin: 9px 0;
}

    .team_four h2 span {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        display: inline-block;
        background: #e3022a;
        margin: 0 0 0 15px;
    }

    .team_four h2 {
        font-size: 14px;
        color: #444;
    }
.text-r{
    text-align:right;
}
/*publice*/
.margin-cen{
    margin-left:auto;
    margin-right:auto;
}
.border-img {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    padding: 5px;
}
/*my boss*/
.staff_outercontainer {
    padding: 3px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    max-width: 568px;
    margin: 0 auto 20px auto;
}

.staff_innercontainer {
    background-color: #ffffff;
    padding: 3px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border: 1px solid #c5c5c5;
}

.staff_container {
    background: url('images/iconpersonel/staff-bg.png');
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #eaecec;
}

.staff_box {
    background: url('images/iconpersonel/staff-bg-over.png') 100% 100% no-repeat;
    padding: 25px 20px 25px 20px;
    background-color: #f1f1f1;
}

.staff_avatar {
    width: 94px;
    margin-left: 20px;
    padding: 0;
    float: right;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 2px solid #dfdfdf;
}

.staff_text {
    float: right;
    padding-top: 5px;
}

    .staff_text h3 {
        color: #00596f;
        font-size: 13px;
        border-bottom: 1px solid #e4e4e4;
        margin: 0 0 10px 0;
        padding-bottom: 11px;
    }

    .staff_text table {
        width: 100%;
    }

        .staff_text table .cap {
            color: #3c3c3c;
            font-size: 13px;
            height: 24px;
            line-height: 26px;
            width: 117px;
            background: url('images/iconpersonel/bullet-arrow-red.png') 100% 50% no-repeat;
            padding-right: 8px;
        }

    .staff_text.mo {
        width: 400px;
    }

        .staff_text.mo table .cap {
            width: 100px;
        }

    .staff_text table .val {
        color: #3c3c3c;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
.staff_avatar img{
    width:90px;

}
.clear {
    clear: both;
}
.isotope-margin .pic_box img {
    filter: none;
}
/*btn*/
a[class*="Button"].large {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    padding: 13px 22px;
}
a[class*="Button"].SteelBlue {
    background-color: #e3022a;
}
a.Button_style1 {
    padding: 10px 16px;
    margin: 0px 0 5px 5px;
    position: relative;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    color: #FFFFFF !important;
    text-decoration: none;
    background-size: contain;
    border-radius: 3px 3px 4px 4px;
    -moz-border-radius: 3px 3px 4px 4px;
    -webkit-border-radius: 3px 3px 4px 4px;
    -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.2) inset;
    transition: background-color ease-in 200ms;
    -moz-transition: background-color ease-in 200ms;
    -webkit-transition: background-color ease-in 200ms;
    -o-transition: background-color ease-in 200ms;
    -ms-transition: background-color ease-in 200ms;
}
/*live form contact*/
.LiveForm.Default ul.page-break-section li:nth-child(1), .LiveForm.Default ul.page-break-section li:nth-child(2), .LiveForm.Default ul.page-break-section li:nth-child(3), .LiveForm.Default ul.page-break-section li:nth-child(4){
    width:100%!important;
}
.LiveForm.Default ul.page-break-section li:nth-child(2), .LiveForm.Default ul.page-break-section li:nth-child(4) {
    margin-right:0!important;
}
.LiveForm.Default .Field.Heading h2{
    text-align:center;
    font-size:14px;
}
.First.Field.Heading {
    border-bottom: 1px solid #ccc;
}
.LiveForm.Default .Field.Heading h2{
    border-bottom:0px!important;
}
/************/
.esHead {
    border-bottom: solid 1px #a6a6a6;
    margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 1px 10px;
    font-size: 18px;
    color: inherit;
    font-weight: normal;
}
.esHead:before {
    content:"\f100";
    font-family:fontawesome;
    font-size:14px;
    margin-left:6px
}
.with-100{
    width:100%;
}
/* -------------------------------------------------------------------------- */

/*                                  whatsapp                                  */

/* -------------------------------------------------------------------------- */
.suggestPopUp {
    position: fixed;
    bottom: 10px;
    left: 60px;
    background: #fff;
    width: 340px;
    height: 280px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    border-radius: 10px;
    z-index: 999;
    border: 1px solid #D3D3D3;
    text-align: center;

}
.closeDesktop{
    left: 10px;
    width: 60px;
    height: 60px;
    right: auto;
    font-size: 36px;
    background: #31BF53;
    color: #fff;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    box-shadow: 0px 0px 20px 3px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 999;
    border: 1px solid #D3D3D3;
    text-align: center;
}
.closeDesktop a{
    color: white;
}
.closeDesktop a i:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.suggestPopUp h3 {
    border-bottom: 1px dotted #C4C4C4;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 8px !important;
}
.suggestPopUp h3 i {
    color: #31bf53;
    font-size: 24px;
}
.suggestPopUp img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -60px;
    border: 1px solid #31bf53;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
    margin-bottom: 12px;
}
a.closePopUp {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all .3s;
    transform: translate(50%, -50%);
    color: #fff !important;
    background: #434343;
    cursor: pointer;
}

a.closePopUp:hover {
    background: red;
    color: #fff;
    transition: all .3s;
}

.btn-advice {
    border: 1px solid #2ca84a;
    border-radius: 50px;
    width: 70%;
    padding: 10px;
    color: #fff;
    transition: all .3s;
    background: #31bf53;
    display: inline-block;
}

.btn-advice:hover {
    background: transparent;
    color: #31bf53;
    transition: all .3s;
}
.suggestPopUp .mobile{
    display: none;
}
@media all and (max-width:767px) {
    .suggestPopUp .mobile{
        display: block;
    }
    .suggestPopUp .desktop{
        display: none;
    }
    .closeDesktop{
        display: none;
    }
    .suggestPopUp {
        right: 10px;
        width: 60px;
        height: 60px;
        left: auto;
        font-size: 36px;
        background: #31BF53;
        color: #fff;
        border-radius: 50%;
        position: fixed;
        bottom: 50px;
        box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 20%);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px;
        z-index: 999;
        border: 1px solid #D3D3D3;
        text-align: center;
    }

    .suggestPopUp a{
        color: #fff;
    }
}