body
{
    background-color: #ffffff;
    min-width: 320px;
    font-family: "IranSans", "CenturyGothic";
    font-size: 10pt;
    line-height: 2em;
    color: #414141;
    cursor: default;
    direction: rtl;
    overflow-x: hidden;
}
body, html
{
    width: 100%;
    height: 100%;
}

.dir-ltr
{
    direction: ltr !important;
}
.dir-rtl
{
    direction: rtl;
}

a:hover, a:focus
{
    text-decoration: none;
}

button:focus
{
    outline:0 !important;
}

.display-none
{
    display: none;
}
.display-inline-block
{
    display: inline-block;
}

.clear-both
{
    clear: both;
}

.tooltip
{
    font-family: "IranSans", "CenturyGothic";
    white-space: nowrap;
}

/* loader-wait */
form .loader-wait
{
    float: right;
}

.disabled
{
    cursor: no-drop !important;
}

/* * */
li
{
    list-style: none;
}

/* line-height */
.line-height-2
{
    line-height: 2em !important;
}

a, i
{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

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

.img
{
    position: relative;
    overflow: hidden;
}
.img img
{
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.img:hover img, a:hover .img img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

/* width
***********************************************************************************************************************/

.width-100-percent
{
    width: 100%;
}
.width-50-percent
{
    width: 50%;
}
.width-33-percent
{
    width: 33.33%;
}
.width-25-percent
{
    width: 25%;
}
.width-24
{
    width: 24px;
}
.width-40
{
    width: 40px;
}
.width-100
{
    width: 100px !important;
}
.width-120
{
    width: 120px !important;
}
.width-140
{
    width: 140px !important;
}
.width-180
{
    width: 180px;
}
.width-200
{
    width: 200px;
}
.width-max-150
{
    max-width: 150px;
}
.width-max-300
{
    max-width: 300px;
}
.width-max-500
{
    max-width: 500px;
}

/* height
***********************************************************************************************************************/

.height-20
{
    height: 20px !important;
}
.height-120
{
    height: 120px !important;
}
.height-200
{
    height: 200px !important;
}

/* margin
***********************************************************************************************************************/

.m-l-r-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

/* top */
.m-t-2
{
    margin-top: 2px !important;
}
.m-t-5
{
    margin-top: 5px !important;
}
.m-t-10
{
    margin-top: 10px !important;
}
.m-t-20
{
    margin-top: 20px !important;
}
.m-t-30
{
    margin-top: 30px !important;
}
.m-t-40
{
    margin-top: 40px !important;
}
.m-t-50
{
    margin-top: 50px !important;
}
.m-t-70
{
    margin-top: 70px !important;
}

/* right */
.m-r-5
{
    margin-right: 5px !important;
}
.m-r-10
{
    margin-right: 10px !important;
}
.m-r-15
{
    margin-right: 15px !important;
}
.m-r-20
{
    margin-right: 20px !important;
}
.m-r-30
{
    margin-right: 30px !important;
}
.m-r-40
{
    margin-right: 40px !important;
}
.m-r-45
{
    margin-right: 45px !important;
}
.m-r-50
{
    margin-right: 50px !important;
}
.m-r-60
{
    margin-right: 60px !important;
}
.m-r-70
{
    margin-right: 70px !important;
}
.m-r-75
{
    margin-right: 75px !important;
}

/* bottom */
.m-b-0
{
    margin-bottom: 0 !important;
}
.m-b-2
{
    margin-bottom: 2px !important;
}
.m-b-10
{
    margin-bottom: 10px !important;
}
.m-b-20
{
    margin-bottom: 20px !important;
}
.m-b-30
{
    margin-bottom: 30px !important;
}
.m-b-50
{
    margin-bottom: 50px !important;
}

/* left */
.m-l-5
{
    margin-left: 5px !important;
}
.m-l-10
{
    margin-left: 10px !important;
}

/* padding
***********************************************************************************************************************/

.p-0
{
    padding: 0 !important;
}
.p-10
{
    padding: 10px;
}

/* top */
.p-t-0
{
    padding-top: 0;
}

/* right */
.p-r-0
{
    padding-right: 0 !important;
}
.p-r-5
{
    padding-right: 5px !important;
}
.p-r-10
{
    padding-right: 10px !important;
}
.p-r-15
{
    padding-right: 15px !important;
}
.p-r-20
{
    padding-right: 20px !important;
}
.p-r-25
{
    padding-right: 25px !important;
}
.p-r-30
{
    padding-right: 30px !important;
}
.p-r-35
{
    padding-right: 35px !important;
}
.p-r-40
{
    padding-right: 40px !important;
}
.p-r-45
{
    padding-right: 45px !important;
}
.p-r-50
{
    padding-right: 50px !important;
}

/* bottom */
.p-b-10
{
    padding-bottom: 10px !important;
}
.p-b-70
{
    padding-bottom: 70px !important;
}

/* left */
.p-l-0
{
    padding-left: 0 !important;
}
.p-l-5
{
    padding-left: 5px !important;
}
.p-l-10
{
    padding-left: 10px !important;
}
.p-l-15
{
    padding-left: 15px !important;
}
.p-l-20
{
    padding-left: 20px !important;
}
.p-l-25
{
    padding-left: 25px !important;
}
.p-l-30
{
    padding-left: 30px !important;
}
.p-l-35
{
    padding-left: 35px !important;
}
.p-l-40
{
    padding-left: 40px !important;
}
.p-l-45
{
    padding-left: 45px !important;
}
.p-l-50
{
    padding-left: 50px !important;
}

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

.font-size-8
{
    font-size: 8pt;
}
.font-size-9
{
    font-size: 9pt;
}
.font-size-10
{
    font-size: 10pt;
}
.font-size-12
{
    font-size: 12pt;
}
.font-size-14
{
    font-size: 14pt;
}
.font-size-16
{
    font-size: 16pt;
}

.font-en
{
    font-family: "CenturyGothic" !important;
}
.font-bold
{
    font-weight: bold !important;
}
.font-normal
{
    font-weight: normal;
}

/* *** */
::-webkit-input-placeholder
{
    font-family: "IranSans", "CenturyGothic";
    direction: rtl;
}
:-moz-placeholder
{
    font-family: "IranSans", "CenturyGothic";
    direction: rtl;
}
::-moz-placeholder
{
    font-family: "IranSans", "CenturyGothic";
    direction: rtl;
}
:-ms-input-placeholder
{
    font-family: "IranSans", "CenturyGothic";
    direction: rtl;
}

::-webkit-input-placeholder
{
    color: #414141!important
}
:-moz-placeholder
{
    color: #414141!important
}
::-moz-placeholder
{
    color: #414141!important
}
:-ms-input-placeholder
{
    color: #414141!important
}

/* *** */
::selection
{
    background-color: #f58023;
    color: #ffffff;
}
::-moz-selection
{
    background-color: #f58023;
    color: #ffffff;
}

/* *** */
.letter-spacing-0-3
{
    letter-spacing: 0.3em;
}

/* *** */
.form-horizontal .control-label
{
    text-align: right;
}

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

.float-right
{
    float: right !important;
}
.float-left
{
    float: left !important;
}
.float-none
{
    float: none;
}

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

a, a:visited, a:focus
{
    color: #414141;
}
a:hover
{
    color: #f58023;
}

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

.btn-circle, a.btn-circle
{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    color: #ffffff;
}

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

.divider-black
{
    fill: #414141;
}
.divider-red
{
    fill: #f58023;
}

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

.page-content
{
    width: 100%;
    float: right;/*
    padding-bottom: 50px;*/
}

/* pagination
***********************************************************************************************************************/

.pagination-box
{
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.pagination
{
    margin: 0;
}
.pagination li
{
    float: left;
}
.pagination a, .pagination a:visited,
.pagination li span, .pagination li span:focus, .pagination li span:hover
{
    background-color: #f9f9f9 !important;
    color: #414141 !important;
    font-size: 11pt;
    padding: 7px 14px 5px 14px !important;
    margin: 0 3px !important;
    border: 0 !important;
    border-bottom: 2px solid #f9f9f9 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.pagination a:hover, .pagination li.active a
{
    color: #f58023 !important;
    border-bottom: 2px solid #f58023 !important;
}

/* file btn
***********************************************************************************************************************/

.input-file-box
{
    background: #f7f7f7;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 0 2px 2px;
}
.input-file-box:hover
{
    background: #f0f0f0;
}

.input-file-box .fa
{
    background-color: transparent;
    border: 0;
}

/* * */
.input-file-no-image-box
{
}
.input-file-no-image-box .file-name
{
    float: right;
    margin: 10px 5px 5px 5px;
    direction: ltr;
}
.input-file-no-image-box .fas
{
    color: #414141;
    font-weight: 900;
    float: left;
    margin: 5px;
}

/* image */
.input-file-image-box
{
    width: 100px;
    height: 100px;
}
.input-file-image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.input-file-image-box .fas
{
    color: #414141;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.input-file-btn-box
{
    width: 100%;
    height: 100%;
}

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

.form-group.form-group-label-floating
{
    margin: 0 0 1.5rem 0;
    position: relative;
}
.form-group.form-group-label-floating .form-control-placeholder
{
    width: 100%;
    font-weight: normal;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    transition: all 200ms;
    cursor: text;
}
.form-group.form-group-label-floating input:focus~.form-control-placeholder,
.form-group.form-group-label-floating textarea:focus~.form-control-placeholder,
.form-group.form-group-label-floating.valid .form-control-placeholder
{
    font-size: 8pt;
    top: -28px;
    opacity: 0.7;
}

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

.showSweetAlert .fa.fa-circle
{
    color: #a6a6a6;
    font-size: 6pt;
}
.showSweetAlert p
{
    color: #414141;
    font-size: 10pt;
    line-height: 2em;
}

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

.form-star
{
    color: #a6a6a6;
    font-size: 7pt;
    margin-right: 5px;
}

.form-field-star:after
{
    color: #d3d3d3;
    font-family: Font Awesome\ 5 Free;
    font-size: 7pt;
    font-style: normal;
    font-weight: 900;
    content: "\f005" !important;
    position: absolute;
    top: 3px;
    left: 20px;
}

/* light gallery
***********************************************************************************************************************/

body.lg-on
{
    overflow: hidden;
}
.lg-backdrop
{
    background-color: rgba(245, 128, 35, 0.7);
}

/* top
***********************************************************************************************************************/

.top-bar
{
    background-color: #ffffff;
    padding: 15px 0;
    border-top: 3px solid #414141;
    
    display: none;
}

/* *** */

.top-bar .logo-box
{
    float: right;
}
.top-bar .logo-box .logo
{
    float: right;
}
.top-bar .logo-box .logo img
{
    width: 100%;
    max-width: 72px;
}
.top-bar .logo-box a.title, .top-bar .logo-box a.title:visited
{
    color: #414141;
    float: right;
    text-align: justify;
    text-align-last: justify;
    margin: 15px 10px 0 0;
}
.top-bar .logo-box a.title:hover
{
    color: #f58023;
}
.top-bar .logo-box .title h1
{
    font-size: 14pt;
    font-weight: bold;
    margin: 0;
}
.top-bar .logo-box .title h2
{
    color: #818181;
    font-size: 12pt;
    margin: 10px 0 0 0;
}

/* *** */

.top-bar .language-tel
{
    text-align: left;
    margin-top: 10px;
}
.top-bar .language-tel .tel
{
    color: #818181;
    direction: ltr;
}
.top-bar .language-tel .tel span
{
    font-size: 14pt;
    letter-spacing: 5px;
    margin-left: 10px;
}
.top-bar .language-tel .tel .fa
{
    width: 30px;
    font-size: 12pt;
}
.top-bar .language-tel ul
{
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
}
.top-bar .language-tel ul li
{
    text-align: center;
    display: inline-block;
}
.top-bar .language-tel ul li a, .top-bar .language-tel ul li a:visited
{
    width: 30px;
    color: #818181;
    font-size: 12pt;
    display: inline-block;
}
.top-bar .language-tel ul li a:hover
{
    color: #f58023;
}
.top-bar .language-tel ul li a .fab
{
    margin-top: 5px;
}

@media (max-width: 767px)
{
    .top-bar .logo-box
    {
        text-align: center;
        float: none;
    }
    .top-bar .logo-box .logo
    {
        width: 100%;
    }
    .top-bar .logo-box a.title, .top-bar .logo-box a.title:visited
    {
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .top-bar .language-tel .tel
    {
        display: none;
    }
    .top-bar .language-tel .language ul
    {
        text-align: center;
    }
}

/* menu
***********************************************************************************************************************/

.menu-bar
{
    background-color: #414141;
    
    display: none;
}

/* *** */

.menu-bar .menu .navbar-default
{
    background-color: transparent;
    min-height: 10px;
    border: 0;
    border-top: 0.5px solid #818181;
    border-radius: 0;
    margin: 0;
}
.menu-bar .menu .navbar-collapse
{
    text-align: center;
    padding: 0;
}
.menu-bar .menu li
{
    float: right !important;
    padding: 0 15px;
}
.menu-bar .menu li:first-child
{
    padding-right: 0;
}
.menu-bar .menu li a, .menu-bar .menu li a:visited
{
    color: #a6a6a6 !important;
    font-size: 10pt !important;
    float: right !important;
    padding: 10px 0;
}
.menu-bar .menu li a:hover, .menu-bar .menu .dropdown-menu li a:hover
{
    color: #f58023 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    color: #f58023 !important;
}
.menu-bar .menu .dropdown-menu
{
    background-color: #414141;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 !important;
    text-align: justify;
    direction: rtl;
}
.menu-bar .menu .dropdown-menu li
{
    width: 100% !important;
    float: right !important;
}
.menu-bar .menu .dropdown-menu li a, .menu-bar .menu .dropdown-menu li a:focus
{
    background-color: #ffffff !important;
    width: 100% !important;
    color: #414141 !important;
    font-size: 10pt !important;
    float: right !important;
    padding: 0 !important;
    border: 0 !important;
}
.menu-bar .menu .dropdown-menu li a:hover
{
    background-color: #ffffff !important;
    color: #f58023 !important;
}

/* *** */

@media (max-width: 1199px)
{
    .menu-bar .menu li
    {
        padding: 0 10px;
    }
}
@media (max-width: 767px)
{
    .menu-bar .menu li
    {
        width: 50% !important;
        float: right !important;
        padding: 0;
    }
    .menu-bar .menu li a
    {
        width: 100% !important;
        float: right !important;
        text-align: right;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-bar .menu li a:hover
    {
        color: #f58023 !important;
    }
    .menu-bar .menu .dropdown-menu
    {
        background-color: transparent;
        width: 100%;
        border-bottom: 3px solid transparent !important;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
    }

    /*******/

    .menu-bar .menu .navbar-header
    {
        width: 100%;
    }
    .menu-bar .menu .navbar-toggle
    {
        color: #ffffff !important;
        float: right;
        padding: 0;
        display: block;
        border: 0;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #ffffff;
    }
    .navbar-default .navbar-toggle:hover .icon-bar
    {
        background-color: #f58023;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
    {
        background-color: transparent;
    }

    /*******/

    .menu-bar .menu .navbar-default
    {
        padding: 5px 0;
    }
    .menu-bar .menu .navbar-collapse
    {
        border: 0;
        padding: 0 15px;
        clear: both;
        box-shadow: none;
    }
    .menu-bar .menu .navbar-collapse.collapse
    {
        display: none !important;
    }
    .menu-bar .menu .navbar-nav
    {
        float: none !important;
        margin: 10px -15px 0 -15px;
    }
    .menu-bar .menu .navbar-collapse.collapse.in
    {
        display: block !important;
        overflow: visible !important;
    }
    .menu-bar .menu .collapsing
    {
        overflow: hidden !important;
    }
    .menu-bar .menu .navbar-nav
    {
        float: right;
        display: inherit;
    }
}
@media (max-width: 400px)
{
    .menu-bar .menu li
    {
        width: 100% !important;
    }
}

/* banner-bar
***********************************************************************************************************************/

.banner-bar
{
    background-color: #ffffff;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.banner-bar .banner-box
{
    background-color: #ffffff;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.banner-bar .banner-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}

.banner-bar .banner-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-bar .banner-box .swiper-slide a
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}
.banner-bar .banner-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.banner-bar .banner-box .swiper-slide video
{
    position: absolute;
    top: 0;
    left: 0;
}

.banner-bar .banner-box .swiper-slide .des-box
{
    position: absolute;
    bottom: 70px;
    right: 100px;
}
.banner-bar .banner-box .swiper-slide .des-box .des-item
{
    background-color: rgba(237, 28, 36, 0.7);
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: right;
    clear: both;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.banner-bar .banner-box .swiper-slide .des-box .des-item:last-child
{
    margin-bottom: 0;
}

.banner-bar .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 30px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    box-shadow: 0 5px 30px -5px #000000;
    margin: 0 2px !important;
    border-radius: 0 !important;
}
.banner-bar .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #f58023;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.banner-bar .swiper-button-next, .banner-bar .swiper-button-prev
{
    background-image: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    color: rgba(237, 28, 36, 0.3);
    font-size: 24pt;
    text-align: center;
    padding-top: 5px;
}
.banner-bar .swiper-button-next:hover, .banner-bar .swiper-button-prev:hover
{
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(237, 28, 36, 1);
}

/* *** */

@media (max-width: 991px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        bottom: 30px;
        right: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        bottom: 10px;
        right: 20px;
    }
    .banner-bar .banner-box .swiper-slide .des-box .des-item
    {
        font-size: 9pt;
        padding: 2px 10px;
    }
}
@media (max-width: 550px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        display: none;
    }
}

/* *** */

.banner-bar-divider-bottom
{
    text-align: center;
    clear: both;
}
.banner-bar-divider-bottom img
{
    width: 100%;
    vertical-align: top;
}
.banner-bar-divider-bottom svg
{
    display: block;
}

/* title
***********************************************************************************************************************/

.page-title-box
{
    background: #696969;
    text-align: justify;
    
    display: none;
}

.page-title-box .breadcrumb
{
    background: none;
    font-size: 9pt;
    color: #ffffff;
    padding: 7px 0;
    margin: 0;
}
.page-title-box .breadcrumb > li + li:before
{
    color: #ffffff;
    font-family:Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f30a";
    vertical-align: middle;
    opacity: 0.7;
}
.page-title-box .breadcrumb a, .page-title-box .breadcrumb a:visited
{
    color: #ffffff;
}
.page-title-box .breadcrumb a:hover
{
    color: #f58023;
}

/* bottom
***********************************************************************************************************************/

.bottom-bar
{
    background-color: #414141;
    width: 100%;
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
    float: right;
    padding: 50px 0 15px 0;
    position: relative;
    z-index: 10;
    
    display: none;
}

/* *** */

.bottom-bar .contact-ways .icon
{
    position: relative;
}
.bottom-bar .contact-ways .icon .fa
{
    font-size: 16pt;
    background-color: #414141;
    width: 40px;
    height: 40px;
    color: #818181;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 100%;
    padding-top: 8px;
}
.bottom-bar .contact-ways .des
{
    color: #a6a6a6;
    margin-top: 10px;
}

/* *** */

.divider-contact-ways-copy-right-designer
{
    margin: 20px 0 10px 0;
    border-top: 1px solid #818181;
}

/* *** */

.bottom-bar .copy-right-designer
{
    width: 100%;
    color: #818181;
    font-size: 9pt;
    float: right;
    direction: ltr;
}
.bottom-bar .copy-right
{
    float: left;
    text-align: left;
}
.bottom-bar .designer
{
    float: left;
    text-align: right;
}
.bottom-bar .designer a, .bottom-bar .designer a:visited
{
    color: #818181;
}
.bottom-bar .designer a:hover
{
    color: #f58023;
}

/* *** */

@media (max-width: 600px)
{
    .bottom-bar .contact-ways div[class*="col-"]
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .bottom-bar .contact-ways div[class*="col-"]:last-child
    {
        margin-bottom: 0;
    }

    .bottom-bar .copy-right, .bottom-bar .designer
    {
        width: 100%;
        text-align: center;
    }
}

/* page loading-wait
***********************************************************************************************************************/

.page-loading-wait
{
    background-color: rgba(65, 64, 66, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.page-loading-wait .sk-spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-loading-wait .sk-spinner div
{
    background-color: #ffffff;
}

/* btn-go-to-top
***********************************************************************************************************************/

.btn-go-to-top
{
    background-color: #06060f;
    width: 50px;
    height: 50px;
    color: #99a9b5 !important;
    font-size: 20pt;
    text-align: center;
    line-height: 50px;
    padding-top: 4px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    border-radius: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.btn-go-to-top.visible
{
    opacity: 0.5;
    visibility: visible;
}

/* why-us-bar
***********************************************************************************************************************/

.page-home .why-us-bar
{
    width: 100%;
    text-align: justify;
    float: right;
    padding: 50px 0;
}

.page-home .why-us-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 30px 0;
}

.page-home .why-us-bar .why-us-box div[class*="col-"]
{
    position: relative;
}
.page-home .why-us-bar .why-us-box .des-box, .page-home .why-us-bar .why-us-box .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .why-us-bar .why-us-box .des-box:before, .page-home .why-us-bar .why-us-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .why-us-bar .why-us-box .des-box .des, .page-home .why-us-bar .why-us-box .img-box img
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-home .why-us-bar .why-us-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-home .why-us-bar .why-us-box .des-box .des
{
    font-size: 11pt;
    line-height: 2em;
}
.page-home .why-us-bar .why-us-box .des-box .des p:last-child
{
    margin: 0;
}

/* *** */

@media (max-width: 767px)
{
    .page-home .why-us-bar .why-us-box .des-box:before, .page-home .why-us-bar .why-us-box .img-box:before
    {
        padding: 0;
    }
    .page-home .why-us-bar .why-us-box .des-box .des, .page-home .why-us-bar .why-us-box .img-box img
    {
        position: relative;
        top: 0;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    .page-home .why-us-bar .why-us-box .img-box img
    {
        max-width: 450px;
    }
    .page-home .why-us-bar .why-us-box .des-box .des
    {
        margin-bottom: 30px;
    }
}

/* services-bar
***********************************************************************************************************************/

.page-home .services-bar
{
    background-color: #fafafa;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0;
}

.page-home .services-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.page-home .services-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-home .services-bar .service-box
{
    width: 20%;
    float: right;
    padding: 0 15px;
}
.page-home .services-bar .service-box .service
{
    width: 100%;
    float: right;
    padding: 15px;
    margin-top: 30px;
    border: 1px solid transparent;
}
.page-home .services-bar .service-box .service:hover
{
    border: 1px solid #cccccc;
}
.page-home .services-bar .service-box .service img
{
    width: 100%;
    max-width: 64px;
}
.page-home .services-bar .service-box .service .title
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 15px 0 0 0;
}

/* *** */

@media (max-width: 991px)
{
    .page-home .services-bar .service-box
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .page-home .services-bar .service-box
    {
        width: 33.33%;
    }
}
@media (max-width: 600px)
{
    .page-home .services-bar .service-box
    {
        width: 50%;
    }
}
@media (max-width: 350px)
{
    .page-home .services-bar .service-box
    {
        width: 100%;
    }
}

/* project-bar
***********************************************************************************************************************/

.page-home .project-bar
{
    background-color: #ffffff;
    width: 100%;
    color: #414141;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    padding: 70px 0;
}

.page-home .project-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.page-home .project-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-home .project-bar .project-box a
{
    width: 100%;
    float: right;
    margin-top: 30px;
    position: relative;
}
.page-home .project-bar .project-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .project-bar .project-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .project-bar .project-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-home .project-bar .project-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-home .project-bar .project-box .title
{
    background-color: rgba(0,0, 0, 0.4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: -moz-linear-gradient(top, transparent, #000000);
    background: -ms-linear-gradient(top, transparent, #000000);
    background: -o-linear-gradient(top, transparent, #000000);
    width: 100%;
    color: #ffffff;
    font-size: 11pt;
    text-align: justify;
    float: right;
    padding: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* *** */

@media (max-width: 450px)
{
    .page-home .project-bar .project-box
    {
        width: 100%;
    }
    .page-home .project-bar .project-box a
    {
        margin-bottom: 15px;
    }
}

/* customer-bar
***********************************************************************************************************************/

.page-home .customer-bar
{
    background-color: #f58023;
    width: 100%;
    color: #ffffff;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    padding: 70px 0;
}

.page-home .customer-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.page-home .customer-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-home .customer-bar .btn-customer-more, .page-home .customer-bar .btn-customer-more:visited
{
    background-color: #414141;
    color: #ffffff;
    font-size: 12pt;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 70px;
    border-radius: 7px;
}
.page-home .customer-bar .btn-customer-more:hover
{
    color: #f58023;
}

.page-home .customer-bar .customer-box
{
    margin-top: 50px;
    position: relative;
}
.page-home .customer-bar .customer-box div[class*="col-"]
{
    padding: 0 60px;
}
.page-home .customer-bar .swiper-wrapper
{
    align-items: center;
}
.page-home .customer-bar .swiper-slide
{
    width: 100px;
}
.page-home .customer-bar .swiper-slide img
{
    width: 100%;
}
.page-home .customer-bar .swiper-button
{
    width: 100%;
    text-align: center;
    float: right;
    clear: both;
    margin-top: 30px;
}
.page-home .customer-bar .swiper-button-next, .page-home .customer-bar .swiper-button-prev
{
    background-image: none;
    height: 28px;
    color: #ffffff;
    font-size: 20pt;
    text-align: center;
    display: inline-block;
    margin-top: -13px;
}
.page-home .customer-bar .swiper-button-next
{
    right: auto;
    left: 15px;
}
.page-home .customer-bar .swiper-button-prev
{
    right: 15px;
    left: auto;
}
.page-home .customer-bar .swiper-button-next .fa, .page-home .customer-bar .swiper-button-prev .fa
{
    margin-top: 9px;
}
.page-home .customer-bar .swiper-button-next:hover, .page-home .customer-bar .swiper-button-prev:hover
{
    color: #ffb376;
}

/* home - social
***********************************************************************************************************************/

.page-home .social-bar
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0;
}

.page-home .social-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.page-home .social-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-home .social-bar ul
{
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0 15px;
}
.page-home .social-bar ul li
{
    display: inline-block;
    margin: 0 5px;
}
.page-home .social-bar ul li a, .page-home .social-bar ul li a:visited
{
    width: 64px;
    height: 64px;
    color: #818181;
    font-size: 32pt;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.page-home .social-bar ul li a:hover
{
    color: #f58023;
}
.page-home .social-bar ul li a .fab
{
    margin-top: 10px;
}

/* *** */

@media (max-width: 767px)
{
    .page-home .social-bar ul
    {
        max-width: 340px;
        margin-top: 60px;
    }
    .page-home .social-bar ul li
    {
        margin-top: 10px;
    }
}

/* home - career-opportunities
***********************************************************************************************************************/

.page-home .career-opportunities-bar
{
    width: 100%;
    height: 100%;
    float: right;
    position: relative;
}

.page-home .career-opportunities-bar .des-box
{
    background-color: #f58023;
    width: 50%;
    height: 37.5%;
    color: #ffffff;
    font-size: 12pt;
    line-height: 2em;
    text-align: center;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .career-opportunities-bar .des-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-home .career-opportunities-bar .des-box .des
{
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-home .career-opportunities-bar .des-box .des h6
{
    font-size: 14pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}
.page-home .career-opportunities-bar .des-box .des a, .page-home .career-opportunities-bar .des-box .des a:visited
{
    background-color: #414141;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 30px;
    border-radius: 7px;
}
.page-home .career-opportunities-bar .des-box .des a:hover
{
    color: #f58023;
}

.page-home .career-opportunities-bar .img-box
{
    width: 50%;
    height: 37.5%;
    color: #ffffff;
    font-size: 12pt;
    line-height: 2em;
    text-align: center;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .career-opportunities-bar .img-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-home .career-opportunities-bar .img-box .img
{
    background-color: #f58023;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/* *** */

@media (max-width: 992px)
{
    .page-home .career-opportunities-bar .des-box .des h6
    {
        font-size: 13pt;
    }
    .page-home .career-opportunities-bar .des-box .des a
    {
        font-size: 11pt;
    }
}
@media (max-width: 767px)
{
    .page-home .career-opportunities-bar .des-box,
    .page-home .career-opportunities-bar .img-box
    {
        width: 100%;
        margin: 0;
    }
}
@media (max-width: 500px)
{
    .page-home .career-opportunities-bar .des-box .des h6
    {
        font-size: 10pt;
    }
    .page-home .career-opportunities-bar .des-box .des a
    {
        font-size: 9pt;
    }
}

/* career-opportunities
***********************************************************************************************************************/

.page-career-opportunities .career-opportunities-banner
{
    background-color: #f58023;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-career-opportunities .career-opportunities-banner .banner-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-career-opportunities .career-opportunities-banner .banner-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}

.page-career-opportunities .career-opportunities-banner .title
{
    width: 100%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-career-opportunities .career-opportunities-banner .title h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0;
}
.page-career-opportunities .career-opportunities-banner .title h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 20px 0 0 0;
}

.page-career-opportunities .des
{
    font-size: 11pt;
    line-height: 2em;
    text-align: justify;
    margin: 70px 0 0 0;
    position: relative;
}

.page-career-opportunities .des-form
{
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    padding: 0;
    margin: 0 0 30px 0;
}

/* *** */

.page-career-opportunities .form-box
{
    margin-top: 70px;
    margin-bottom: 70px;
}
.page-career-opportunities .form-career-opportunities
{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.page-career-opportunities .form-box .form-group
{
    margin-bottom: 30px;
}
.page-career-opportunities .form-box input, .page-career-opportunities .form-box select, .page-career-opportunities .form-box textarea
{
    background-color: #ffffff;
    height: 40px;
    padding: 0 10px 0 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #414141;
    resize: none;
}
.page-career-opportunities .form-box select
{
    margin-bottom: 30px;
}
.page-career-opportunities .form-box textarea
{
    resize: none;
    height: 150px;
    margin: 0;
}
.page-career-opportunities .form-box input:focus, .page-career-opportunities .form-box select:focus, .page-career-opportunities .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-career-opportunities .form-box button
{
    background-color: #f58023;
    width: auto;
    font-size: 12pt;
    float: right;
    margin-top: 30px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.page-career-opportunities .form-box button:focus, .page-career-opportunities .form-box button:hover
{
    background-color: #e56f11;
    box-shadow: inset 0 0 0 0 transparent;
}
.page-career-opportunities .form-box button span
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}
.page-career-opportunities .form-career-opportunities .resume-file-des
{
    text-align: justify
}

/* *** */

@media screen and (max-width: 550px)
{
    .page-career-opportunities .career-opportunities-content .form-box
    {
        width: 100%;
    }
}

/* page-contact
***********************************************************************************************************************/

.page-contact
{
    padding-top: 70px;
    padding-bottom: 0;
}
body.body-contact .bottom-bar-divider
{
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

.page-contact .title
{
    font-size: 14pt;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #cccccc;
}

/* *** */

.page-contact .data-box
{
    width: 100%;
    color: #414141;
    font-size: 11pt;
    float: right;
    margin-bottom: 20px;
    clear: both;
}
.page-contact .data-box .icon
{
    width: 40px;
    height: 40px;
    color: #818181;
    font-size: 16pt;
    float: right;
    display: block;
}
.page-contact .data-box .des.mail
{

    letter-spacing: 5px;
}

/* *** */

.page-contact .form-data-box
{
    margin-bottom: 70px;
}

.page-contact .form-box .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-contact .form-box input, .page-contact .form-box textarea
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px 5px 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #414141;
    resize: none;
}
.page-contact .form-box input:focus, .page-contact .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-contact .form-box textarea
{
    height: 120px;
}
.page-contact .form-box button
{
    background-color: #f58023;
    width: auto;
    font-size: 12pt;
    float: right;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.page-contact .form-box button:focus, .page-contact .form-box button:hover
{
    background-color: #e56f11;
    box-shadow: inset 0 0 0 0 transparent;
}
.page-contact .form-box button span
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

/* *** */

.page-contact .social-bar
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0;
}

.page-contact .social-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.page-contact .social-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-contact .social-bar ul
{
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 0 15px;
}
.page-contact .social-bar ul li
{
    display: inline-block;
    margin: 0 5px;
}
.page-contact .social-bar ul li a, .page-contact .social-bar ul li a:visited
{
    width: 64px;
    height: 64px;
    color: #818181;
    font-size: 32pt;
    display: inline-block;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.page-contact .social-bar ul li a:hover
{
    color: #f58023;
}
.page-contact .social-bar ul li a .fab
{
    margin-top: 10px;
}

@media (max-width: 767px)
{
    .page-contact .social-bar ul
    {
        max-width: 340px;
        margin-top: 60px;
    }
    .page-contact .social-bar ul li
    {
        margin-top: 10px;
    }
}

/* *** */

.page-contact .map-box
{
    background-color: #f9f9f9;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.page-contact .map-box .map
{
    width: 100%;
    height: 700px;
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 10;
}

/* *** */

@media (max-width: 767px)
{
    .page-contact .form-box
    {
        margin-top: 30px;
    }
}

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

.page-404
{
    height: 100%;
    padding: 0;
    position: relative;
}

.page-404 img
{
    width: 100%;
    max-width: 600px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

/* project
***********************************************************************************************************************/

.page-project
{
    padding-bottom: 70px;
}

.page-project .project-image-box
{
    background-color: #f58023;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-project .project-image-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-project .project-image-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-project .project-image-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}

.page-project .project-image-thumb-box
{
    width: 50%;
    float: right;
    padding: 0 60px;
    position: relative;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}
.page-project .project-image-thumb-box .swiper-container
{
    background-color: #ffffff;
    border: 3px solid #ffffff;
}
.page-project .project-image-thumb-box .swiper-slide
{
    width: 200px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-project .project-image-thumb-box .swiper-slide:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-project .project-image-thumb-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.page-project .project-image-thumb-box .swiper-button
{
    width: 100%;
    text-align: center;
    float: right;
    clear: both;
    margin-top: 30px;
}
.page-project .project-image-thumb-box .swiper-button-next, .page-project .project-image-thumb-box .swiper-button-prev
{
    background-color: #f58023;
    background-image: none;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 15pt;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-project .project-image-thumb-box .swiper-button-next
{
    right: auto;
    left: 15px;
}
.page-project .project-image-thumb-box .swiper-button-prev
{
    right: 15px;
    left: auto;
}
.page-project .project-image-thumb-box .swiper-button-next .fa, .page-project .project-image-thumb-box .swiper-button-prev .fa
{
    margin-top: 9px;
}
.page-project .project-image-thumb-box .swiper-button-next:hover, .page-project .project-image-thumb-box .swiper-button-prev:hover
{
    color: #ffb376;
}

/* *** */

.page-project .des-box
{
    width: 100%;
    float: right;
    margin-top: 50px;
}
.page-project .des-box h2
{
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-project .des-box .des
{
    text-align: justify;
}

/* *** */

.page-project .customer-project-bar
{
    background-color: #ffffff;
    width: 100%;
    color: #414141;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    margin-top: 70px;
}

.page-project .customer-project-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-project .customer-project-bar .project-box a
{
    width: 100%;
    float: right;
    margin-top: 30px;
    position: relative;
}
.page-project .customer-project-bar .project-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-project .customer-project-bar .project-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-project .customer-project-bar .project-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-project .customer-project-bar .project-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-project .customer-project-bar .project-box .title
{
    background-color: rgba(0,0, 0, 0.4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: -moz-linear-gradient(top, transparent, #000000);
    background: -ms-linear-gradient(top, transparent, #000000);
    background: -o-linear-gradient(top, transparent, #000000);
    width: 100%;
    color: #ffffff;
    font-size: 11pt;
    text-align: justify;
    float: right;
    padding: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* *** */

@media (max-width: 1199px)
{
    .page-project .project-image-thumb-box
    {
        width: 65%;
    }
}
@media (max-width: 991px)
{
    .page-project .project-image-thumb-box
    {
        width: 75%;
        top: -20px;
    }
}
@media (max-width: 767px)
{
    .page-project .project-image-thumb-box
    {
        width: 80%;
    }
}
@media (max-width: 600px)
{
    .page-project .project-image-thumb-box
    {
        width: 100%;
        top: -15px;
    }
}
@media (max-width: 450px)
{
    .page-project .customer-project-bar .project-box
    {
        width: 100%;
    }
    .page-project .customer-project-bar .project-box a
    {
        margin-bottom: 15px;
    }
}

/* customer
***********************************************************************************************************************/

.page-customer
{
    padding: 40px 0 70px 0;
}

.page-customer .customer-box a
{
    width: 100%;
    float: right;
    padding: 10px;
    margin-top: 30px;
    position: relative;
    border: 1px solid transparent;
}
.page-customer .customer-box a:hover
{
    border: 1px solid #cccccc;
}
.page-customer .customer-box .img-box
{
    width: 80%;
    height: 80%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.page-customer .customer-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-customer .customer-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-customer .customer-box .title
{
    width: 100%;
    color: #414141;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    float: right;
    padding: 15px 5px 0 5px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* *** */

@media (max-width: 767px)
{
    .page-customer .customer-box .title
    {
        font-size: 9pt;
    }
}
@media (max-width: 500px)
{
    .page-customer .customer-box
    {
        width: 50%;
    }
}

/* customer-view
***********************************************************************************************************************/

.page-customer-view
{
    padding-bottom: 70px;
}

.page-customer-view .customer-image-box
{
    background-color: #f58023;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-customer-view .customer-image-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-customer-view .customer-image-box img
{
    width: 100%;
    height: 80%;
    float: right;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.page-customer-view .customer-image-thumb-box
{
    width: 50%;
    float: right;
    padding: 0 60px;
    position: relative;
    top: -30px;
    right: 50%;
    transform: translateX(50%);
    z-index: 1;
}
.page-customer-view .customer-image-thumb-box .swiper-container
{
    background-color: #ffffff;
    border: 3px solid #ffffff;
}
.page-customer-view .customer-image-thumb-box .swiper-slide
{
    width: 200px;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-customer-view .customer-image-thumb-box .swiper-slide:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-customer-view .customer-image-thumb-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}
.page-customer-view .customer-image-thumb-box .swiper-button
{
    width: 100%;
    text-align: center;
    float: right;
    clear: both;
    margin-top: 30px;
}
.page-customer-view .customer-image-thumb-box .swiper-button-next, .page-customer-view .customer-image-thumb-box .swiper-button-prev
{
    background-color: #f58023;
    background-image: none;
    width: 32px;
    height: 32px;
    color: #ffffff;
    font-size: 15pt;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
}
.page-customer-view .customer-image-thumb-box .swiper-button-next
{
    right: auto;
    left: 15px;
}
.page-customer-view .customer-image-thumb-box .swiper-button-prev
{
    right: 15px;
    left: auto;
}
.page-customer-view .customer-image-thumb-box .swiper-button-next .fa, .page-customer-view .customer-image-thumb-box .swiper-button-prev .fa
{
    margin-top: 9px;
}
.page-customer-view .customer-image-thumb-box .swiper-button-next:hover, .page-customer-view .customer-image-thumb-box .swiper-button-prev:hover
{
    color: #ffb376;
}

/* *** */

.page-customer-view .des-box
{
    width: 100%;
    float: right;
    margin-top: 70px;
}
.page-customer-view .des-box h2
{
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-customer-view .des-box .des
{
    text-align: justify;
}

/* *** */

.page-customer-view .customer-project-bar
{
    background-color: #ffffff;
    width: 100%;
    color: #414141;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    margin-top: 70px;
}

.page-customer-view .customer-project-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 15px;
    margin: 0 0 20px 0;
}

.page-customer-view .customer-project-bar .project-box a
{
    width: 100%;
    float: right;
    margin-top: 30px;
    position: relative;
}
.page-customer-view .customer-project-bar .project-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-customer-view .customer-project-bar .project-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-customer-view .customer-project-bar .project-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-customer-view .customer-project-bar .project-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-customer-view .customer-project-bar .project-box .title
{
    background-color: rgba(0,0, 0, 0.4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: -moz-linear-gradient(top, transparent, #000000);
    background: -ms-linear-gradient(top, transparent, #000000);
    background: -o-linear-gradient(top, transparent, #000000);
    width: 100%;
    color: #ffffff;
    font-size: 11pt;
    text-align: justify;
    float: right;
    padding: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* *** */

@media (max-width: 1199px)
{
    .page-customer-view .project-image-thumb-box
    {
        width: 65%;
    }
}
@media (max-width: 991px)
{
    .page-customer-view .project-image-thumb-box
    {
        width: 75%;
        top: -20px;
    }
}
@media (max-width: 767px)
{
    .page-customer-view .project-image-thumb-box
    {
        width: 80%;
    }
}
@media (max-width: 600px)
{
    .page-customer-view .project-image-thumb-box
    {
        width: 100%;
        top: -15px;
    }
}
@media (max-width: 450px)
{
    .page-customer-view .customer-project-bar .project-box
    {
        width: 100%;
    }
    .page-customer-view .customer-project-bar .project-box a
    {
        margin-bottom: 15px;
    }
}

/* about
***********************************************************************************************************************/

.page-about div[class*="col-"]
{
    padding: 0 45px;
}

/* *** */

.page-about .why-us-bar
{
    width: 100%;
    text-align: justify;
    float: right;
    padding: 70px 0;
}
.page-about .why-us-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-about .why-us-bar .why-us-box div[class*="col-"]
{
    position: relative;
}
.page-about .why-us-bar .why-us-box .des-box, .page-about .why-us-bar .why-us-box .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-about .why-us-bar .why-us-box .des-box:before, .page-about .why-us-bar .why-us-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-about .why-us-bar .why-us-box .des-box .des, .page-about .why-us-bar .why-us-box .img-box img
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-about .why-us-bar .why-us-box .des-box .des
{
    font-size: 11pt;
    line-height: 2em;
}
.page-about .why-us-bar .why-us-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}

/* *** */

.page-about .appellation-bar
{
    background-color: #fafafa;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0;
}
.page-about .appellation-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-about .appellation-bar .des
{
    font-size: 11pt;
    line-height: 2em;
}

/* *** */

.page-about .policy-bar
{
    background-color: #f58023;
    width: 100%;
    color: #ffffff;
    text-align: justify;
    float: right;
    position: relative;
}
.page-about .policy-bar .des-box
{
    background-color: #f58023;
    width: 50%;
    float: right;
    padding: 50px 60px;
}
.page-about .policy-bar .des-box .des
{
    font-size: 11pt;
    line-height: 2em;
}
.page-about .policy-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 30px 0;
}
.page-about .policy-bar .img-box
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: contain;
    width: 50%;
    height: 100%;
    float: right;
    position: absolute;
    top: 0;
    left: 0;
}

/* *** */

.page-about .honors-bar
{
    background-color: #ffffff;
    width: 100%;
    color: #414141;
    text-align: center;
    float: right;
    padding: 70px 0;
}
.page-about .honors-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 20px 0;
}
.page-about .honors-bar .des
{
    font-size: 11pt;
    line-height: 2em;
    margin: 0 0 20px 0;
}
.page-about .honors-bar a
{
    width: 100%;
    float: right;
    margin-top: 30px;
    position: relative;
}
.page-about .honors-bar .honor-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-about .honors-bar .honor-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-about .honors-bar .honor-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-about .honors-bar .honor-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}

.page-about .honors-bar .honor-box
{
    padding: 0 15px;
}

/* *** */

.page-about .about-pagination
{
    width: 24px;
    position: fixed;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.page-about .about-pagination a, .page-about .about-pagination a:visited
{
    background-color: #f6f6f6;
    width: 24px;
    height: 24px;
    float: right;
    margin-top: 20px;
    border-radius: 100%;
}
.page-about .about-pagination a:first-child
{
    margin-top: 0;
}
.page-about .about-pagination a span
{
    background-color: #cecece;
    width: 12px;
    height: 12px;
    margin: 6px 6px 0 0;
    float: right;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.page-about .about-pagination a:hover span, .page-about .about-pagination a.active span
{
    background-color: #f58023;
}
.page-about .about-pagination .bar
{
    background-color: #f6f6f6;
    position: absolute;
    width: 10px;
    height: 98%;
    top: 2px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: -1;
}

/* *** */

@media (max-width: 991px)
{
    .page-about .policy-bar .des-box
    {
        width: 100%;
    }
    .page-about .policy-bar .img-box
    {
        background-size: cover;
        background-color: #ffffff;
        width: 100%;
        height: 50%;
        float: left;
        overflow: hidden;
        position: relative;
        top: 0;
        left: 0;
    }
    .page-about .policy-bar .img-box:before
    {
        content: "";
        display: block;
        padding-top: 50%;
    }
}
@media (max-width: 767px)
{
    .page-about .why-us-bar .why-us-box .des-box:before, .page-about .why-us-bar .why-us-box .img-box:before
    {
        padding: 0;
    }
    .page-about .why-us-bar .why-us-box .des-box .des, .page-about .why-us-bar .why-us-box .img-box img
    {
        position: relative;
        top: 0;
        right: 50%;
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }
    .page-about .why-us-bar .why-us-box .img-box img
    {
        max-width: 450px;
    }
    .page-about .why-us-bar .why-us-box .des-box .des
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 500px)
{
    .page-about .policy-bar .des-box
    {
        padding: 30px;
    }
}
@media (max-width: 450px)
{
    .page-about .honors-bar .honor-box
    {
        width: 100%;
    }
    .page-about .honors-bar .honor-box a
    {
        margin-bottom: 15px;
    }
}

/* service
***********************************************************************************************************************/

.page-service
{
    padding-bottom: 70px;
}

.page-service .title-bar
{
    background-color: #f58023;
    width: 100%;
    color: #ffffff;
    text-align: center;
    float: right;
    padding: 70px 0;
}
.page-service .title-bar h5
{
    font-size: 16pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 20px 0;
}
.page-service .title-bar h6
{
    font-size: 13pt;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}
.page-service .title-bar img
{
    width: 160px;
    margin-bottom: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.page-service .title-bar .des
{
    padding: 0 100px;
    margin: 20px 0 0 0;
}

.page-service .services-bar
{
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0 0 0;
}
.page-service .services-bar .service-box
{
    width: 20%;
    float: right;
    padding: 0 15px;
}
.page-service .services-bar .service-box .service
{
    width: 100%;
    float: right;
    padding: 15px;
    margin-bottom: 30px;
    border: 1px solid transparent;
}
.page-service .services-bar .service-box .service:hover
{
    border: 1px solid #cccccc;
}
.page-service .services-bar .service-box .service img
{
    width: 100%;
    max-width: 64px;
}
.page-service .services-bar .service-box .service .title
{
    font-size: 10pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 15px 0 0 0;
}

.page-service .project-bar
{
    background-color: #ffffff;
    width: 100%;
    color: #414141;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    padding: 0;
}
.page-service .project-bar .project-box a
{
    width: 100%;
    float: right;
    margin-top: 30px;
    position: relative;
}
.page-service .project-bar .project-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-service .project-bar .project-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-service .project-bar .project-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-service .project-bar .project-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-service .project-bar .project-box .title
{
    width: 100%;
    color: #414141;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    float: right;
    padding: 15px 10px 0 10px;
    margin: 0;
}
.page-service .project-bar hr
{
    background-color: #f58023;
    height: 1px;
    border: 0;
    margin: 0;
}

/* *** */

@media (max-width: 991px)
{
    .page-service .services-bar .service-box
    {
        width: 25%;
    }
}
@media (max-width: 767px)
{
    .page-service .services-bar .service-box
    {
        width: 33.33%;
    }
}
@media (max-width: 600px)
{
    .page-service .services-bar .service-box
    {
        width: 50%;
    }
}
@media (max-width: 450px)
{
    .page-service .project-bar .project-box
    {
        width: 100%;
    }
    .page-service .project-bar .project-box a
    {
        margin-bottom: 15px;
    }
}
@media (max-width: 350px)
{
    .page-service .services-bar .service-box
    {
        width: 100%;
    }
}

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

.page-content .des
{
    text-align: justify;
    line-height: 2em;
}
.page-content .des p:last-child
{
    margin-bottom: 0;
}
.page-content .des img
{
    max-width: 100%;
    height: auto !important;
}

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