/*========================================
    Test Borders
========================================*/

.testBorderRed {
    border: 1px solid red;
}

.testBorderBlack {
    border: 1px solid black;
}

.testBorderGreen {
    border: 1px solid green;
}

.testBorderYellow {
    border: 1px solid yellow;
}

.testBorderGray {
    border: 1px solid gray;
}

.testBorderBlue {
    border: 1px solid blue;
}

.testBorderBrown {
    border: 1px solid brown;
}

/*========================================
    Fonts
========================================*/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLight.woff2') format('woff2'), url('../fonts/HelveticaNeueLight.woff') format('woff'), url('../fonts/HelveticaNeueLight.ttf') format('truetype'), url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}






/*========================================
    Body & Html
========================================*/


html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* white bold upper */
h1 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Helvetica";
    font-weight: bold;
}


/* black bold upper */
h2 {
    color: #2c2a29;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: bold;
    margin: 0;
    padding: 0;
}


/* white bold lower */
h3 {
    color: white;
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: bold;
    margin: 0;
    padding: 0;
}


/* black bold upper */
h4 {
    color: #2c2a29;
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Helvetica";
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* black bold lower */
h5 {
    color: #2c2a29;
    font-size: 20px;
    font-family: "Helvetica";
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h6 {
    color: white;
    font-size: 16px;
    font-family: "HelveticaNeue";
    font-weight: normal;
    margin: 0;
    padding: 0;
}



p {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: #2c2a29;
    font-size: 16px;
}

li {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: #2c2a29;
    font-size: 16px;
}

div {
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-size: 16px;
}

.start-description-inner p, .panel-content-inner p {
    font-size: 18px;
}

.content-box-top-down {
    margin-top: 70px;
    margin-bottom: 70px;
}

.content-box-top-down-padding {
    padding-top: 70px;
    margin-bottom: 70px;
}

.content-box-top {
    margin-top: 70px;
}

.content-box-down {
    margin-bottom: 70px;
}

.content-box-down-sm {
<<<<<<< HEAD
/*    margin-bottom: 40px;
*/}
=======
    margin-bottom: 40px;
}
>>>>>>> 5536d6d66e17bc1ca537b995b6c68060dc48aeee

.content-box-top-sm {
    margin-top: 30px;
}

.content-box-down-xs {
    margin-bottom: 20px;
}

.content-box-top-xs {
    margin-top: 15px;
}



/*========================================
    Buttons
========================================*/

.btn-Cw-Bt-to-Cb-Bw {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: white;
    border: 1px solid #fff;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0px;
    padding: 12px 26px 12px 26px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #555555a1;
}

    .btn-Cw-Bt-to-Cb-Bw:hover {
        color: #2c2a29;
        border: 1px solid #2c2a29;
        background-color: #fff;
    }







.btn-Cb-Bt-to-Cw-Bb {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: #2c2a29;
    border: 1px solid #2c2a29;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0px;
    padding: 12px 26px 12px 26px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-Cb-Bt-to-Cw-Bb:hover {
        color: white;
        border: 1px solid white;
        background-color: #2c2a29;
    }



.btn-share {
    font-family: "Helvetica";
    font-weight: bold;
    color: #009cbd;
    border: 1px solid lightgray;
    border-radius: 0px;
    font-size: 12px;
    margin: 0 0px;
    padding: 8px 20px 8px 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-share:hover {
        color: white;
        border: 1px solid #009cbd;
        background-color: #009cbd;
    }






.btn-Cw-Bu-to-Cb-Bw {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: white;
    border: 1px solid #009cbd;
    border-radius: 0px;
    background-color: #009cbd;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0px;
    padding: 12px 26px 12px 26px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-Cw-Bu-to-Cb-Bw:hover {
        color: #2c2a29;
        border: 1px solid #2c2a29;
        background-color: white;
    }





.find-more-general p {
    color: white;
    font-size: 12px;
    float: left;
    padding-top: 3px;
    padding-right: 4px;
}

.find-more-general i {
    float: left;
    font-size: 18px;
    color: #d71920;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}



.btn-newsletter-home {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: white;
    border-radius: 0px;
    background-color: #009cbd;
    font-size: 14px;
    margin: 0 0px;
    padding: 9px 22px 9px 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-newsletter-home:hover {
        color: #2c2a29;
        background-color: white;
    }


.star-newsletter .required:after {
    display: none;
    content: "";
}




.btn-request {
    font-family: "Helvetica";
    font-weight: bold;
    color: #2c2a29;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50px;
    font-size: 12px;
    margin: 0 0px;
    padding: 10px 30px 10px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-request:hover {
        color: white;
        border: 1px solid #fff;
        background-color: #2c2a29;
    }


/*========================================
    Logo Header
========================================*/



.navbar {
}

.main-header {
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.site-nav-wrapper {
    margin: 0;
    padding: 0;
}

.main-header-inner {
}

.header-options {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-options-scroll {
    padding-top: 8px;
    padding-bottom: 8px;
}


.line-separator {
    border-bottom: 1px solid #dfe0e1;
}

/*white navigation*/
.scroll-nav-top {
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0px 8px 16px -9px #999;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.search-box-inner {
    height: 40px;
    width: 270px;
    /* border: 1px solid #abaaa9; */
    margin-left: 15px;
    position: relative;
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.search-box {
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-box-input {
    border: 1px solid #abaaa9;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

    .search-box-input:focus {
        outline: none !important;
        border: 1px solid #999;
        -webkit-box-shadow: 0 0 3px #999;
        box-shadow: 0 0 3px #999;
    }

.search-icon {
    background-image: url("../img/search-icon.png");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}







.notImpMenu {
    text-align: right;
    padding-top: 17px;
    padding-bottom: 17px;
}


.notImpMenu-inner a {
    margin-left: 10px;
    color: #2c2a29;
}







.right-buttons {
    text-align: right;
    padding-top: 17px;
    padding-bottom: 17px;
}

.right-buttons-inner ul {
    list-style: none;
}

    .right-buttons-inner ul li {
        display: inline-block;
    }




.li1 {
    margin-right: 5px;
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.li2 {
    margin-left: 5px;
    margin-right: 0px;
    font-family: "HelveticaNeue";
    font-weight: normal;
}



.right-buttons-inner ul li img {
    padding: 0;
    margin: 0;
}





select#soflow {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow-down.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    color: #3d3d3d;
    font-size: inherit;
    Border: none;
    outline: none;
    overflow: hidden;
    padding: 0 0px 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 42px;
}

    select#soflow::-ms-expand {
        display: none;
    }


/*========================================
    Menu
========================================*/



.navbar-menu-inner {
}

.navbar-menu {
    overflow: hidden;
    background-color: white;
    font-family: "Helvetica";
    font-weight: bold;
    display: table;
    margin: 0 auto;
}

.homeBut-menu {
    float: left;
    font-size: 15px;
    color: #2c2a29;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Helvetica";
    font-weight: bold;
    padding: 25px 28px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    height: 100%;
}

.menu-dropdown {
    float: left;
    overflow: hidden;
    background-color: #fff;
}



.dropbtn-menu {
    border: none;
    outline: none;
    color: #2c2a29;
    text-transform: uppercase;
    padding: 25px 28px;
    background-color: inherit;
    font: inherit;
    margin: 0;
    font-family: "Helvetica";
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background-color: #fff;
}

.homeBut-menu div {
}

.home-active div {
    color: #d71920;
}

.home-active {
    position: relative;
}

    .home-active div:before {
        content: "";
        position: absolute;
        width: 20%;
        height: 1px;
        bottom: 15px;
        left: 40%;
        border-bottom: 2px solid #d71920;
    }


.dropbtn-menu a {
    text-decoration: none;
    color: #2c2a29;
    padding-bottom: 10px;
}

.dropbtn-menu .menu-active {
    color: #d71920;
}

.dropbtn-menu {
    position: relative;
}

    .dropbtn-menu .menu-active:before {
        content: "";
        position: absolute;
        width: 30%;
        height: 1px;
        bottom: 15px;
        left: 35%;
        border-bottom: 2px solid #d71920;
    }

.dropbtn-scroll {
    padding: 18px 28px;
}

.homeBut-menu-scroll {
    padding: 18px 28px;
}


.navbar-menu .homeBut-menu:hover {
    background-color: #efeff0;
    color: #2c2a29;
    text-decoration: none;
}


.menu-dropdown:hover .dropbtn-menu {
    background-color: #efeff0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #efeff0;
    margin: 0;
    padding: 0;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);  */
    z-index: 1;
}

.megaMenu-drop {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.dropdown-content .row {
    padding: 0;
    margin: 0;
}

.menu-dropdown:hover .dropdown-content {
    display: block !important;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    padding: 16px;
    background-color: #efeff0;
}

    .column .inner-inner-link {
        font-family: "HelveticaNeue";
        font-weight: normal;
        font-size: 13px;
        float: none;
        color: #2c2a29;
        padding: 5px 0;
        text-decoration: none;
        display: block;
        text-align: left;
    }


    .column .inner-link {
        font-family: "Helvetica";
        font-weight: bold;
        color: #2c2a29;
        font-size: 14px;
        padding: 0;
        margin: 0;
        padding-bottom: 10px;
    }

    .column .inner-inner-link:hover {
        color: #d71920;
    }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}





/*========================================
    Mobile Menu
========================================*/

#menu {
    display: none;
}


    #menu ul {
        margin: 0;
        padding: 0;
    }

    #menu .main-menu {
        display: none;
    }

#tm:checked + .main-menu {
    display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
    display: none;
}

#toggle-menu {
    margin-bottom: 0;
}

#menu li,
#toggle-menu,
#menu .sub-menu {
    border-style: solid;
    border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
    border-width: 0 0 1px;
}

#menu .sub-menu {
    background-color: #efeff0;
    border-width: 1px 1px 0;
    margin: 0 1em;
}

    #menu .sub-menu li:last-child {
        border-width: 0;
    }

#menu li,
#toggle-menu,
#menu a {
    position: relative;
    display: block;
    color: #2c2a29;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu,
#toggle-menu {
    background-color: #fff;
}

    #toggle-menu,
    #menu a {
        padding: 1em 1.5em;
    }

    #menu a {
        transition: all .125s ease-in-out;
        -webkit-transition: all .125s ease-in-out;
    }

        #menu a:hover {
            background-color: #efeff0;
            color: #2c2a29;
        }

    #menu .sub-menu {
        display: none;
    }

    #menu input[type="checkbox"]:checked + .sub-menu {
        display: block;
    }

    #menu .sub-menu a:hover {
        color: #444;
    }


    #menu li label.drop-icon {
        position: absolute;
        right: 1.5em;
        top: 1.25em;
    }



    /* 
#menu label.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: #2c2a29;
  text-shadow: 0 0 0 transparent;
  color: rgba(255, 255, 255, .75);
}
 */
    #menu .drop-icon {
        line-height: 0.9;
    }


#toggle-menu {
    font-size: 14px;
    font-family: "Helvetica";
    font-weight: bold;
    text-transform: uppercase;
}

#menu ul li {
    font-size: 14px;
    font-family: "Helvetica";
    font-weight: bold;
    text-transform: uppercase;
}

#menu .sub-menu li {
    font-size: 14px;
    font-family: "HelveticaNeue";
    font-weight: normal;
    text-transform: none;
}


#toggle-menu .drop-icon {
    position: absolute;
    right: 15px;
    top: 10px;
}

#toggle-menu span.drop-icon {
    font-size: 24px;
    width: 1em;
    height: 1em;
    text-align: center;
    color: #2c2a29;
}








/*========================================
    Slider Home
========================================*/

#header-slider {
    margin-top: 180px;
}

.item-image img {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header-slider-inner .container-fluid {
    padding: 0;
    margin: 0;
}


#slider-items {
    position: relative;
    width: 100%;
    height: auto;
}

.slider-item {
    /* display: flex;
    align-items: center; */
    position: relative;
    height: 700px;
    width: 100%;
}

    .slider-item .item-image {
        /* display: flex;
    align-items: center; */
        height: 100%;
        width: 100%;
    }


.slider-effect {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
    z-index: 101;
}

.slider-content-out {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.slider-content {
    position: absolute;
    z-index: 102;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sliderTitleSpan {
    font-size: 40px;
}

.slider-subTitle {
    color: white;
    width: 400px;
}




/*========================================
    firest-message Home
========================================*/

.firest-message-main {
    background-image: url("..//img/pat-bg.jpg");
    background-repeat: repeat;
    padding-bottom: 60px;
}

.firest-message-inner span {
    font-size: 34px;
}

.firest-message-inner .left-side-inner {
    width: 420px;
}

.firest-message-left-side {
    text-align: right;
}

    .firest-message-left-side .left-side-inner {
        text-align: left;
        display: inline-block;
    }

        .firest-message-left-side .left-side-inner h2 {
            font-size: 32px;
        }

        .firest-message-left-side .left-side-inner .span1 {
            /*color: #d71920;*/
            color: #2c2a29 !important;
            font-size: 75px;
        }

        .firest-message-left-side .left-side-inner .span2 {
            font-size: 60px;
            letter-spacing: 17px;
        }

.firest-message-right-side p {
    padding-left: 20px;
    padding-right: 20px;
    width: 650px;
    font-size: 20px;
    padding-top: 8px; /*Ehab*/
}

.firest-message-right-side h2 {
    padding-left: 20px;
    padding-right: 20px;
}

.firest-message-pic {
    text-align: center;
}

    .firest-message-pic img {
        margin-bottom: -40px;
    }


/*==========================
          sectors Home
==========================*/




.col-s {
    width: 20%;
    float: left;
}


.realColumn-s {
    height: 250px;
    margin: 10px 10px;
}



.title-grneral-flued {
    position: relative;
    padding-top: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

.title-grneral-container {
    position: relative;
    padding-top: 5px;
    margin-bottom: 15px;
    margin-left: 15px;
}

.title-row-container-inbody-inner {
    margin-left: 15px;
}

    .title-row-container-inbody-inner h5 {
        font-size: 30px;
    }


.title-grneral-flued .red-line-top,
.title-grneral-container .red-line-top {
    position: absolute;
    background-color: #d71920;
    width: 50px;
    height: 5px;
    top: 0;
}

.sectors-home-inner div.col-sm-7.five-three {
    width: 60% !important;
}

.sectors-home-inner div.col-sm-5.five-two {
    width: 40% !important;
}

.sectors-home-inner div.col-md-5,
.sectors-home-inner div.col-md-4,
.sectors-home-inner div.col-md-6 {
    height: 200px;
    /* border: 1px solid green; */
}

.sectors-home-inner {
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}

.box-item-element .box-item {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.box-item-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.box-item-effect-semi {
    width: 100%;
    height: 60%;
    bottom: 0;
    position: absolute;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.box-item-element .box-item .box-item-title {
    bottom: 10px;
    width: 100%;
}

.box-item-element .box-item .box-item-content {
    position: absolute;
    bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-item-element .box-item .find-more p {
    color: white;
    font-size: 12px;
    float: left;
    padding-top: 3px;
    padding-right: 4px;
}

.box-item-element .box-item .find-more i {
    float: left;
    font-size: 18px;
    color: #d71920;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#box-item-element:hover #icon-line-arrow-right {
    color: white;
}

#box-item-effect2 {
    background-color: #d7191f;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
    height: 0%;
    bottom: 0;
    position: absolute;
}

#box-item-effect2-alpha {
    background-color: #d7191f;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
    height: 0%;
    bottom: 0;
    position: absolute;
}


#box-item-element:hover #box-item-effect2 {
    height: 100%;
}




/*========================================
    Map Home
========================================*/
.map-home-inner {
    position: relative;
}

    .map-home-inner img {
        width: 100%;
    }

.title-map {
    padding-left: 40px;
    padding-bottom: 10px;
}




/*==========================
          Topics Home
==========================*/

.big-box-leftImg-rightTxt {
    background-color: #e9ebed;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .big-box-leftImg-rightTxt .left-side {
        height: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }


    .big-box-leftImg-rightTxt .right-side {
        /* cooool */
        /* padding: 90px 60px; */
        padding-left: 60px;
        padding-right: 60px;
        background-color: #e9ebed;
        height: 100%;
    }


        .big-box-leftImg-rightTxt .right-side .right-side-inner h5 {
            font-size: 30px;
        }

        .big-box-leftImg-rightTxt .right-side .right-side-inner p {
            margin-top: 20px;
            margin-bottom: 20px;
        }

.But-upImg-DownContent-inner .But-upImg-img {
    position: relative;
}


.But-upImg-DownContent-inner .But-DownContent-content h5 {
    margin-top: 15px;
    font-size: 25px;
    margin-bottom: 15px;
}


.But-upImg-DownContent-inner .But-DownContent-content p {
    margin-bottom: 15px;
    font-size: 20px;
}


.featured-home-inner .listOfThreeButsInRow-upImg-DownContent {
    margin-top: 30px;
}



.oneOfTwoButs-upImg-DownContent-action:hover #box-item-effect2-alpha,
.oneOfThreeButs-upImg-DownContent-action:hover #box-item-effect2-alpha {
    height: 100%;
}

.oneOfTwoButs-upImg-DownContent-action:hover,
.oneOfThreeButs-upImg-DownContent-action:hover {
    text-decoration: none;
}

.oneOfTwoButs-upImg-DownContent-action,
.oneOfThreeButs-upImg-DownContent-action {
    text-decoration: none;
}




/*==========================
          Join Us Home
==========================*/


#joinus-home {
    background: url("../img/joinus-home.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
}


.joinus-main-inner {
}

#joinus-home {
    position: relative;
}


.joinus-main-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), color-stop(30%, rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 30%);
    /* W3C */
}

.joinus-main {
    height: 100%;
}

.joinus-main-inner {
    height: 100%;
}

.joinus-main-content {
    height: 100%;
    background-color: rgba(000, 000, 000, 0.6);
}

.joinus-main-content {
    padding: 120px 50px;
}

.joinus-main-content-inner {
}

    .joinus-main-content-inner h1 {
    }

    .joinus-main-content-inner p {
        color: white;
        margin-top: 15px;
        margin-bottom: 15px;
    }

/*==========================
          News Home
==========================*/

#news-list-items {
    padding-left: 15px;
    padding-right: 15px;
}


.news-one-item-inner {
    border: 1px solid lightgray;
    padding: 30px 40px;
    font-size: 15px !important;
}

    .news-one-item-inner p {
        padding: 0;
        margin: 0;
        margin-top: 5px;
    }

.news-one-item .find-more p {
    color: #2c2a29;
    padding: 0;
    margin: 0;
    font-size: 12px;
    padding-top: 3px;
    padding-right: 4px;
}

.news-one-item-inner .find-more-outer {
    width: 100%;
    position: relative;
    text-align: right;
}

.news-one-item-inner .find-more {
    display: inline-block;
    margin-top: 5px;
}


/*========================================
    Bottom navigation Home
========================================*/


#bottom-navigation-home {
    background-color: #383838;
}

.bottom-navigation-home-inner li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.bottom-navigation-home-inner .left-side {
    padding: 0;
    margin: 0;
    padding-right: 15px;
    padding-left: 15px;
}

    .bottom-navigation-home-inner .left-side .upper-part {
        padding: 0;
        margin: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .bottom-navigation-home-inner .left-side .upper-part ul {
            padding: 0;
            margin: 0;
        }

            .bottom-navigation-home-inner .left-side .upper-part ul a {
                display: inline-block;
                padding: 0;
                margin: 0;
                padding-right: 10px;
                font-family: "Helvetica";
                font-weight: bold;
                color: white;
            }






    .bottom-navigation-home-inner .left-side .lower-part {
        padding: 0;
        margin: 0;
        padding-bottom: 40px;
    }

        .bottom-navigation-home-inner .left-side .lower-part ul {
            padding: 0;
            margin: 0;
        }


            .bottom-navigation-home-inner .left-side .lower-part ul a {
                display: inline-block;
                padding: 0;
                margin: 0;
                padding-right: 10px;
                font-family: "HelveticaNeue";
                font-weight: normal;
                color: white;
            }




.input-email-home {
    display: inline-block;
    float: left;
}

    .input-email-home input {
        height: 40px !important;
        width: 200px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

#submit-btn-newsletter-home {
    display: inline-block;
    float: left;
}

.bottom-navigation-home-inner .right-side .newsletter-home {
    position: relative;
}

.input-email-home input:focus {
    outline: none !important;
    border: 1px solid #009cbd;
    -webkit-box-shadow: 0 0 10px #009cbd;
    box-shadow: 0 0 10px #009cbd;
}

.bottom-navigation-home-inner-row {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom-navigation-home-inner .right-side {
    text-align: right;
    position: relative;
}





.input-email-home-out {
    margin-top: 15px;
}

.newsletter-home {
    display: inline-block;
    text-align: left;
}

.newsletter-home-inner {
    display: inline-block;
    right: 0;
}

    .newsletter-home-inner form .error-message {
        color: #d71920;
        font-size: 12px;
        margin-top: 5px;
    }


/*========================================
    Footer-home
========================================*/


#footer-home {
    background-color: #302e2d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer-home-inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-home-inner .footer-home-inner-text {
    text-align: center;
}

    .footer-home-inner .footer-home-inner-text p {
        color: #fff;
        font-size: 10px;
        margin-bottom: 0;
    }

.footer-home-inner-social {
    text-align: right;
}

    .footer-home-inner-social li {
        display: inline-block;
    }

    .footer-home-inner-social ul {
        margin-bottom: 0;
    }


.newsletter-home-inner form {
}

.newsletter-home-inner .thankyou-message {
    color: #009cbd;
    font-size: 20px;
    display: none;
}






/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    sustainability landing
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

#top-page-image {
    margin-top: 180px;
    height: 500px;
}

    #top-page-image .top-page-image-inner {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        #top-page-image .top-page-image-inner .img {
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }


/*========================================
    breadcrumbs
========================================*/

#nav-top-breadcrumbs {
    padding-top: 15px;
}

.nav-top-breadcrumbs-inner ul {
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-top-breadcrumbs-inner ul li {
        float: left;
        /* border-left: 1px solid #2c2a29; */
    }

        .nav-top-breadcrumbs-inner ul li a {
            padding-left: 15px;
            padding-right: 15px;
            color: #2c2a29;
            text-decoration: none;
        }

.breadcrumbs-home a {
    padding-left: 0 !important;
    /* border-left: none !important; */
    text-decoration: underline !important;
}

.nav-top-breadcrumbs-inner ul li a {
    text-decoration: underline;
}


.nav-top-breadcrumbs-inner ul .breadcrumbs-lastOne a {
    text-decoration: none;
    width:50px;
    overflow: hidden; 
    text-overflow: ellipsis;
}

/*========================================
    sas landing 1
========================================*/

.sas-landing-1-content {
    padding-left: 15px;
    padding-right: 15px;
}

.sas-landing-1-content-inner h5 {
    font-size: 18px;
}

.sas-landing-1-content-inner p {
    margin-bottom: 0;
}

.list-of-links-icon-title {
    padding-left: 15px;
    padding-right: 15px;
}

    .list-of-links-icon-title .link-item {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 1px solid lightgray;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        .list-of-links-icon-title .link-item .link-item-inner {
            width: 100%;
            display: block;
            position: relative;
            text-decoration: none;
        }

            .list-of-links-icon-title .link-item .link-item-inner span {
                color: #2c2a29;
                font-size: 24px;
                font-family: "Helvetica";
                font-weight: bold;
                margin-left: 20px;
                line-height: 10px;
            }

            .list-of-links-icon-title .link-item .link-item-inner i {
                color: #d71921;
                font-size: 38px;
            }

            .list-of-links-icon-title .link-item .link-item-inner img {
                vertical-align: middle;
            }

            .list-of-links-icon-title .link-item .link-item-inner i {
                position: absolute;
                right: 0;
                top: 47%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                -webkit-transition: all 300ms linear;
                transition: all 300ms linear;
            }

        .list-of-links-icon-title .link-item:hover .list-of-links-icon-title-arrow {
            color: #2c2a29;
            right: -5px;
        }

        .list-of-links-icon-title .link-item:hover {
            background-color: #efeff0;
        }


a:active, a:focus, select#soflow2:focus {
    outline: 0 !important;
    border: none !important;
    -moz-outline-style: none !important;
}
/*select#soflow2:focus{box-shadow: none!important;-webkit-box-shadow: none!important;}
:-moz-focusring{outline: 0!important;}*/

/*========================================
    sas landing 1 / 2
========================================*/


/* loool */
/* 
.sas-landing-1-inner .big-message {
  background-color: #e9ebed;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
}

 

.sas-landing-1-inner .left-side {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}


.sas-landing-1-inner .right-side {
  padding: 125px 60px;
  background-color: #e9ebed;
  height: 100%;
}


.sas-landing-1-inner .right-side-inner h5 {
  font-size: 30px;

}

.sas-landing-1-inner .right-side-inner p {

  margin-top: 20px;
  margin-bottom: 20px;

}

*/

/*========================================
    sas two pds
========================================*/

.pdf-left-side-inner,
.pdf-right-side-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
}



    .pdf-left-side-inner .upper-side img,
    .pdf-right-side-inner .upper-side img {
        width: 100%;
        height: auto;
    }

    .pdf-left-side-inner .upper-side,
    .pdf-right-side-inner .upper-side {
        position: relative;
        min-height: 150px;
    }

.pdf-left-img-content,
.pdf-right-img-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

    .pdf-left-img-content h3,
    .pdf-right-img-content h3 {
        font-size: 100px;
        padding: 0;
        margin: 0;
    }

    .pdf-left-img-content h1,
    .pdf-right-img-content h1 {
        font-size: 30px;
        padding: 0;
        margin: 0;
    }

.pdf-btn {
    background-color: #d71920;
    display: inline-block;
    padding: 10px 20px 5px 20px;
    margin-top: 10px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

    .pdf-btn:hover {
        background-color: #2c2a29;
    }

    .pdf-btn img {
        margin-bottom: 5px;
        float: left;
    }

    .pdf-btn div {
        color: white;
        margin-left: 10px;
        font-size: 15px;
        float: left;
        padding-top: 8px;
    }

.pdf-left-side-inner .lower-side,
.pdf-right-side-inner .lower-side {
    padding: 20px 20px 25px 20px;
}



/*==========================
          every day sas
==========================*/


#everyday-sas {
    background: url("../img/everyday-sas.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 500px;
    position: relative;
}



.everyday-sas-effect {
    position: absolute;
    left: 0;
    width: 80%;
    height: 100%;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.everyday-sas-main {
    height: 100%;
}

.everyday-sas-inner {
    height: 100%;
}

    .everyday-sas-inner .left-side {
        height: 100%;
        padding-left: 0;
    }

.everyday-sas-content-inner {
    height: 100%;
    padding: 140px 50px 140px 0;
}

    .everyday-sas-content-inner .h3-big {
        font-size: 36px;
        padding: 0;
        margin: 0;
    }

    .everyday-sas-content-inner .h3-small {
        font-size: 26px;
        padding: 0;
        margin: 0;
        margin-top: 10px;
    }

    .everyday-sas-content-inner h1 {
        font-size: 12px;
        padding: 0;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }



/*==========================
          big message sas 2
==========================*/

.big-message-sas-2-main {
    padding-left: 30px;
    padding-right: 30px;
}

.big-box-leftTxt-rightImg .left-side .left-side-inner h5 {
    margin-bottom: 10px;
    font-size: 35px;
}

.big-box-leftTxt-rightImg {
    background-color: #e9ebed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .big-box-leftTxt-rightImg .left-side {
        /* zooool */
        /* padding: 60px 50px; */
        padding-left: 60px;
        padding-right: 60px;
        height: 100%;
    }

    .big-box-leftTxt-rightImg .right-side {
        padding-left: 0;
        padding-right: 0;
    }

        .big-box-leftTxt-rightImg .right-side img {
            padding: 0;
            margin: 0;
            width: 100%;
            height: auto;
        }

/*==========================
          Impact Stories
==========================*/

.impact-stories-sas-landing-inner .container {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}






/*==========================
          Related content
==========================*/

.related-content-landing-inner .container {
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.related-content-item-inner h5 {
    font-size: 16px;
    margin-top: 10px;
}

.related-content-item-inner .upper-part {
    position: relative;
}

.related-content-item-inner a {
    text-decoration: none;
}


.related-content-item-action:hover #box-item-effect2-alpha {
    height: 100%;
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    sustainability inner
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/




.start-description-inner p {
    margin: 0 0 10px 0;
    font-family: "HelveticaNeue";
    font-weight: normal;
}


.start-description-inner img {
    margin: 0 0 10px 0;
    width: 100%;
    height: auto;
}



.start-description-inner ul {
    padding: 0 20px;
    margin: 0 0 10px 0;
    list-style-type: square;
    font-size: 16px;
    color: #2c2a29;
    font-family: "HelveticaNeue";
    font-weight: normal;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    sustainability Second
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/






.start-description-main {
    padding-left: 15px;
    padding-right: 15px;
}

.start-description-inner p {
    margin-bottom: 0;
}

.start-description-inner img {
    margin-top: 20px;
}

.one-of-3-but-in-row .one-but-item {
    position: relative;
    min-height: 150px;
}

    .one-of-3-but-in-row .one-but-item img {
        width: 100%;
        height: auto;
    }

.one-but-item-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.one-but-item-effect-semi {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, .6) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C */
}

.one-but-item-effect2 {
    background-color: #d7191f;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
    height: 0%;
    bottom: 0;
    position: absolute;
}

.one-of-3-but-in-row .one-but-item-content {
    position: absolute;
    bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.one-of-3-but-in-row .one-but-item img {
    width: 100%;
    height: auto;
}


.one-of-3-but-in-row .one-but-item-content .find-more p {
    color: white;
    font-size: 22px;
    float: left;
    padding-top: 3px;
    padding-right: 4px;
}

.one-of-3-but-in-row {
    margin-bottom: 30px;
}

.sas-secondpage-body-main {
    margin-bottom: 40px;
}


.one-of-3-but-in-row .one-but-item-content h3 {
    font-size: 30px;
}

.one-but-item-content .find-more i {
    margin-top:0;
    float: left;
    font-size: 28px;
    color: #d71920;
    margin-left: 5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
/* 
.one-but-action:hover .one-but-arrow,
.one-but-action:focus .one-but-arrow {
  color: white;
}

.one-but-action:hover .one-but-item-effect2,
.one-but-action:focus .one-but-item-effect2 {

  height: 100%;
}
 */
.one-but-action:hover .one-but-arrow {
    color: white;
}

.one-but-action:hover .one-but-item-effect2 {
    height: 100%;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    sustainability Certification
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/




.pdfs-list-threeInRow-main {
    margin-bottom: 40px;
}


.pdfs-list-threeInRow-item {
    margin-bottom: 30px;
}

.one-pdf-item-inner-file img {
    display: inline-block;
}

.one-pdf-item {
    border: 1px solid lightgray;
    display: inline-block;
    width: 100%;
    height: 370px;
    position: relative;
}

.one-pdf-item-inner-file {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    position: absolute;
    top: 20%;
}

.one-pdf-item-inner-but {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    position: absolute;
    bottom: 25%;
}

.pdfs-list-threeInRow-items {
}

.one-pdf-item-inner-file p {
    margin-top: 20px;
    margin-bottom: 40px;
}




/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    sectors
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.sectors-landingpage-body-main {
    margin-bottom: 40px;
}

.sectors-landingpage-body-inner .listOfThreeButsInRow-upImg-DownContent-ColorBG {
    margin-top: 30px;
}

.oneOfThreeButs-upImg-ColorBG-DownContent-action:hover #box-item-effect2-alpha {
    height: 100%;
}

.oneOfThreeButs-upImg-ColorBG-DownContent-action:hover {
    text-decoration: none;
}

.oneOfThreeButs-upImg-ColorBG-DownContent-action {
    text-decoration: none;
}

.oneOfThreeButs-upImg-ColorBG-DownContent {
    margin-bottom: 30px;
}





.But-upImg-ColorBG-DownContent-inner .But-upImg-img {
    position: relative;
}


.But-upImg-ColorBG-DownContent-inner .But-DownContent-content-ColorBG h5 {
    margin-top: 15px;
    font-size: 23px;
    margin-bottom: 15px;
}


.But-upImg-ColorBG-DownContent-inner .But-DownContent-content-ColorBG p {
    margin-bottom: 15px;
    font-size: 20px;
}

.But-upImg-ColorBG-DownContent-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
}

.sectors-landingpage-body-inner .big-topic-btn {
    position: absolute;
    bottom: 15px;
}

.But-DownContent-content-ColorBG {
    padding: 5px 20px 20px 20px;
}

.sectors-landingpage-body-inner .But-DownContent-content-ColorBG {
    padding: 5px 20px 220px 20px;
    height: 180px;
}

.sectors-secondpage-body-main {
    margin-bottom: 40px;
}

.sectors-thirdpage-body-main {
    margin-bottom: 40px;
}

.range-content-row {
}

.range-content-row-main {
    padding-left: 15px;
    padding-right: 15px;
}

.range-content-row-inner {
    background-color: #eeeeef;
    padding: 20px 15px;
}

.range-content-section h5 {
    padding-bottom: 10px;
    font-size: 25px;
}

.range-content-section p {
    margin: 0;
    padding-bottom: 10px;
}

.range-content-section ul {
    padding: 0 20px;
    margin: 0 0 10px 0;
    list-style-type: square;
    font-size: 16px;
    color: #2c2a29;
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.panel-content-section ul {
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.plain-content-section ul {
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.range-item p {
    font-size: 14px;
    font-family: "Helvetica";
    font-weight: bold;
    padding-top: 10px;
    max-width: 250px;
}

.range-item {
    padding-top: 15px;
}

.range-content-section {
}


.sectors-margin-down {
    margin-bottom: 70px;
}



.range-content-row-inner .pdf-btn {
    margin-bottom: 10px;
}

.panel-content-section {
    background-color: #eeeeef;
    background-image: url("../img/pattern.jpg");
    background-repeat: repeat-x repeat-y;
    border: 1px solid #6b6969;
}

.panel2-content-section {
    background-color: #eeeeef;
    background-repeat: repeat-x repeat-y;
}

.panel-content-section h5 {
    padding-bottom: 10px;
    font-size: 25px;
}

.panel-content-section p {
    margin: 0;
    padding-bottom: 15px;
}

.panel-content-section img {
    margin-bottom: 15px;
}

.panel-content-section ul {
    padding: 0 15px;
    margin: 0 0 15px 0;
    list-style-type: square;
    font-size: 16px;
    color: #2c2a29;
}

.panel-content-main {
    padding: 70px 15px 60px 15px;
}

.panel-content-inner img {
    width: 100%;
    height: auto;
}

.plain-content-inner img {
    width: 100%;
    height: auto;
}



.plain-content-section h5 {
    padding-bottom: 10px;
    font-size: 25px;
}

.plain-content-section p {
    margin: 0;
    padding-bottom: 15px;
}

.plain-content-section img {
    margin-bottom: 15px;
}

.plain-content-section ul {
    padding: 0 15px;
    margin: 0 0 15px 0;
    list-style-type: square;
    font-size: 16px;
    color: #2c2a29;
}



.plain-content-main {
    padding-left: 15px;
    padding-right: 15px;
}

.plain-content-section {
}





/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/



.about-landing-1-body-main {
    margin-bottom: 40px;
}


.wide-section-content {
    background-color: #f3f3f4;
}

.wide-section-content-inner {
}

.title-description-content {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

    .title-description-content h4 {
        margin-bottom: 10px;
    }

        .title-description-content h4 span {
            font-family: "HelveticaNeue";
            font-weight: normal;
        }

.history-one-item {
    text-align: center;
}

.timeline-main {
    width: 100%;
    height: 40px;
    position: relative;
}

.timeline-line {
    background-color: #dbdbdc;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.timeline-circle {
    background-color: #2c2a29;
    border: 2px solid white;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0px 2px 0px 1px rgba(219, 219, 220, 1);
    box-shadow: 0px 2px 0px 1px rgba(219, 219, 220, 1);
}

.history-one-item p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #686464;
}

#history-list-items .owl-item.active.center h2 {
    color: #d71920;
}

#history-list-items .owl-item.active.center p {
    color: #000;
}

#history-list-items .owl-item.active.center .timeline-circle {
    background-color: #d71920;
}

.history-landing-btn {
    text-align: center;
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    google maps
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

#map {
    height: 600px;
    margin-top: 10px;
}

.map-landing-btn {
    margin-top: 30px;
    text-align: center;
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about Corporate Governance
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/


.doThings-message-main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.about-members-content-main {
    padding-left: 15px;
    padding-right: 15px;
}

.about-member-item-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

    .about-member-item-inner h5 {
        padding: 0;
        margin: 0;
        font-size: 14px;
    }

    .about-member-item-inner p {
        padding: 0;
        margin: 0;
        margin-top: 5px;
        font-size: 14px;
    }






/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    numbers
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.numbers-home-inner {
    background-image: url("..//img/pat-bg.jpg");
    background-repeat: repeat;
}


.pdfs-list-threeInRow-main {
    margin-bottom: 40px;
}

.list-threeInRow-topIcon-downDesc-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-threeInRow-topIcon-downDesc-number {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.one-topIcon-downDesc-number-inner {
    text-align: center;
}


    .one-topIcon-downDesc-number-inner img {
        display: inline;
    }



.one-topIcon-downDesc-number {
    background-color: #f7f7f7;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.one-topIcon-downDesc-number-inner h4 {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 40px;
}

.one-topIcon-downDesc-number-inner ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: square;
}

    .one-topIcon-downDesc-number-inner ul li {
        font-size: 20px;
    }






/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about at a glance
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.pdfs-list-threeInRow-main {
    margin-bottom: 40px;
}

.list-threeInRow-topIcon-downDesc-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-threeInRow-topIcon-downDesc-item {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}




.one-topIcon-downDesc-item {
    border: 1px solid lightgray;
    padding: 40px;
    width: 100%;
    height: 100%;
}

.one-topIcon-downDesc-inner h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 29px;
}

.one-topIcon-downDesc-inner ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    list-style-type: square;
}

    .one-topIcon-downDesc-inner ul li {
        font-size: 20px;
    }


.bodyContent-rightPic-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    margin-left: 30px;
}

.bodyContent-rightPic-txt {
    text-align: center;
    padding: 20px 0;
}

.bodyContent-leftText-rightPic h5 {
    font-size: 18px;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about history
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

/* Historic timeline */
.timeline_bar {
    position: relative;
}

    .timeline_bar:before {
        position: absolute;
        content: '';
        width: 1px;
        height: 97%;
        background-color: rgba(0, 0, 0, 0.09);
        display: block;
        top: 26px;
        left: 50%;
        margin-left: -1px;
        z-index: 0;
    }

    .timeline_bar > .row {
        margin-bottom: 0;
    }

.timeline_box {
    background: #fff;
    margin: 250px 80px 50px 0px;
    padding: 30px;
    position: relative;
    background-color: #f3f3f4;
}


div[data-align="right"] .timeline_box {
    margin: 250px 0 50px 80px;
}


.timeline_box:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid #f3f3f4;
    border-right: 25px solid transparent;
}

div[data-align=right] .timeline_box:after {
    content: '';
    position: absolute;
    top: 0px;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 25px solid #f3f3f4;
    border-left: 25px solid transparent;
}

.timeline_box:before {
    /* content: "\f073"; */
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
    top: 50%;
    right: -70px;
    background: #2c2a29;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.dateBgImg {
    position: absolute;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    top: -230px;
    right: -480px;
}

div[data-align=right] .timeline_box .dateBgImg {
    position: absolute;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    top: -230px;
    left: -480px;
}

div[data-align=right] .timeline_box:before {
    right: auto;
    left: -70px;
}

.end_timeline {
    text-align: center;
}

    .end_timeline .startDate {
        border: 1px solid lightgray;
        color: #2c2a29;
        display: inline-block;
        padding: 10px 20px;
        font-size: 14px;
        background-color: #fff;
        margin-bottom: 50px;
    }

        .end_timeline .startDate span {
            font-size: 20px;
            font-family: "Helvetica";
            font-weight: bold;
        }

.timeline_box {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.end_timeline .endDate {
    border: 1px solid lightgray;
    padding: 5px 20px;
    line-height: 2;
    display: inline-block;
    background-color: #fff;
    margin-top: 50px;
}

.timeline_box:hover:before {
    background-color: #fff;
    color: #2c2a29;
    border: 1px solid #2c2a29;
}

.timeline_box .date {
    font-size: 28px;
    font-family: "Helvetica";
    font-weight: bold;
    color: #d71920;
    width: 120px;
    height: 120px;
    background: #f3f3f4;
    border-radius: 50%;
    display: inline-block;
    padding: 35px 25px;
    position: absolute;
    top: -40px;
    margin-top: -22px;
    right: -100px;
    right: auto;
    white-space: nowrap;
    left: calc(100% + 35px);
    left: -webkit-calc(100% + 35px);
}

.timeline_box .htitle {
    font-weight: bold;
}

div[data-align=right] .timeline_box .date {
    left: auto;
    right: calc(100% + 35px);
    right: -webkit-calc(100% + 35px);
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about vision
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/
.table-one-row-rightSide,
.table-one-row-leftSide {
    padding: 0;
    margin: 0;
}


.row-group {
    padding-left: 25px;
    padding-right: 25px;
}

    .row-group img {
        width: 100%;
        margin-bottom: 10px;
    }



    .row-group .item {
        padding-left: 5px;
        padding-right: 5px;
    }



.group-table-lower-content-leftSide {
    text-align: center;
    padding: 0;
    margin: 0;
}

.group-table-upper-title-leftSide h5 {
    font-size: 16px;
}

.group-table {
    padding-left: 15px;
    padding-right: 15px;
}

.table-main-title {
    height: 250px;
    position: relative;
    margin-top: 40px;
}

    .table-main-title .img {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .table-main-title h1 {
        position: absolute;
        font-size: 25px;
        padding: 15px;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 15px;
        bottom: 0;
    }

.red-table {
    background-color: #601d28;
}

.green-table {
    background-color: #416e34;
}

.blue-table {
    background-color: #2385b3;
}

.brown-table {
    background-color: #b4832c;
}

.darkBlue-table {
    background-color: #243961;
}

.table-one-row-leftAndRight {
    background: #f3f3f4;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: -5px;
}



.group-table-upper-title-leftSide {
    margin-top: 10px;
    padding: 15px 5px;
}




.group-table-lower-content-rightSide {
    padding-left: 35px;
    padding-top: 35px;
}

.group-table-upper-title-rightSide {
    padding: 15px;
    color: #2c2a29;
    height: 52px;
}



.group-table-lower-content-inner ul {
    list-style-type: square;
    color: #2c2a29;
    font-size: 20px;
}

.group-table-lower-content-inner {
    margin: 0;
    padding: 0;
}
/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    events
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.events-landingpage-body-main {
    margin-bottom: 40px;
}

.events-landingpage-body-inner .listOfThreeEventsInRow-upImg-DownContent-ColorBG {
    margin-top: 0px;
}

.oneOfThreeEvents-upImg-ColorBG-DownContent-action:hover #box-item-effect2-alpha {
    height: 100%;
}

.oneOfThreeEvents-upImg-ColorBG-DownContent-action:hover {
    text-decoration: none;
}

.oneOfThreeEvents-upImg-ColorBG-DownContent-action {
    text-decoration: none;
}

.oneOfThreeEvents-upImg-ColorBG-DownContent {
    margin-bottom: 30px;
}

.Event-upImg-ColorBG-DownContent-inner .But-upImg-img {
    position: relative;
}


.Event-upImg-ColorBG-DownContent-inner .Event-DownContent-content-ColorBG h5 {
    margin-top: 15px;
    font-size: 23px;
    margin-bottom: 15px;
    height: 53px;
    overflow: hidden;
}


.Event-upImg-ColorBG-DownContent-inner .Event-DownContent-content-ColorBG p {
    margin-bottom: 15px;
    font-size: 20px;
}

.Event-upImg-ColorBG-DownContent-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
}

.Event-DownContent-content-ColorBG {
    padding: 5px 20px 10px 20px;
}


.event-time img {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
}

.location-time img {
    float: left;
    padding-top: 1px;
    padding-right: 6px;
}

.event-time p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.location-time p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    news
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.news-landingpage-body-main {
    margin-bottom: 40px;
}

.news-landingpage-body-inner .listOfThreeEventsInRow-upImg-DownContent-ColorBG {
    margin-top: 0px;
}

.oneOfTwo-news {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.oneOfTwo-news-main {
    padding-left: 15px;
    padding-right: 15px;
}

.oneOfTwo-news-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.oneOfTwo-news a {
    text-decoration: none;
}

    .oneOfTwo-news a:hover .news-title {
        text-decoration: underline;
    }

.oneOfTwo-news-left {
    padding: 0;
    margin: 0;
}

.news-title {
    padding: 0;
    margin: 0;
}

.news-date {
    padding: 0;
    margin: 0;
    padding: 7px 0 5px 0;
}

.news-desc {
    padding: 0;
    margin: 0;
}


.oneOfTwo-news-right {
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    media landing
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/


.media-landingpage-body-main {
    margin-bottom: 40px;
}

.singleNews-leftNumber {
    padding-right: 0;
    margin-right: 0;
}

.singleNews-rightText {
    padding-left: 0;
    margin-left: 0;
}

.singleNews-rightText-inner {
    border-left: 1px solid lightgray;
    padding: 0 15px 15px 20px;
    margin: 0 20px;
}


    .singleNews-rightText-inner p {
        padding-top: 5px;
    }

.singleNews-leftNumber-inner {
    display: inline-block;
    text-align: right;
}

.singleNews {
    margin-bottom: 30px;
}

.butNews-inner {
    padding-left: 20px;
}

    .butNews-inner a {
        font-family: "Helvetica";
        font-weight: bold;
        padding: 10px 26px;
    }

.singleNews-action:hover .singleNews-rightText-inner .news-title {
    text-decoration: underline;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    video
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/


.oneVideo-main {
    padding: 0;
    margin: 0;
}

.oneVideo-inner {
    position: relative;
}

    .oneVideo-inner .videoBgImg {
        width: 100%;
        height: auto;
    }

.video-lowerText {
    position: absolute;
    bottom: 0;
}

    .video-lowerText h3 {
        font-size: 30px;
        padding: 20px;
    }

.videoIcon {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.videoIcon-inner {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url("../img/video-icon-pic.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.oneVideo-action:hover .one-but-item-effect2 {
    height: 100%;
}

.latestEvents-btn {
    text-align: center;
}





/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    news inner
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/


.news-inner-body-row {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.news-share-but .btn-share img {
    margin-right: 10px;
}

.news-inner-date {
    float: left;
}

.news-share-but {
    float: right;
}



.news-innerPage-des-row img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news-innerPage-date-but-row {
    margin-top: 15px;
}


.news-innerPage-des-row {
    clear: both;
    margin-top: 15px;
}

.news-innerPage-date-but-row p {
    padding-top: 10px;
}




/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    about offices
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.header-googleMaps {
    margin-bottom: 30px;
    margin-bottom: 0;
}

.header-googleMaps-inner {
    height: 500px;
    margin-top: 0 !important;
}


.top-page-map-header {
    padding-left: 0;
    padding-right: 0;
}



.oneOfThreeLists-inner ul {
    padding: 0 20px;
    margin: 0 0 10px 0;
    list-style-type: square;
    font-size: 16px;
    color: #2c2a29;
    font-family: "HelveticaNeue";
    font-weight: normal;
}

.oneOfThreeLists {
    margin-bottom: 20px;
}



/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    support
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/


.support-content {
    padding-left: 15px;
    padding-right: 15px;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    contact
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/



.contact-filter-title {
    float: left;
}

.soflow2-main {
    float: left;
}

.contactusPage-filter-inner {
    padding-left: 15px;
    padding-right: 15px;
}


select#soflow2 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow-down.png);
    background-color: #f3f3f4;
    background-position: 97% center;
    background-repeat: no-repeat;
    /* border: 1px solid #AAA; */
    border: none;
    outline: none;
    color: #757575;
    font-size: inherit;
    margin-left: 15px;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 150px;
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-size: 14px;
}

    select#soflow2::-ms-expand {
        display: none;
    }

.contact-filter-title {
    padding-top: 5px;
}

.form-name-main {
    position: relative;
}

.required:after {
    content: "*";
    position: absolute;
    top: -5px;
    right: 6px;
    font-size: 20px;
    margin: 0;
    color: #d71920;
}



.inputForm-main input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid lightgray;
    color: #2c2a29 !important;
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-size: 14px;
    background-color: #f3f3f4;
}

    .inputForm-main input:focus {
        outline: none !important;
        border: 1px solid none;
        -webkit-box-shadow: 0 0 10px #009cbd;
        box-shadow: 0 0 10px #009cbd;
    }

select#soflow3 {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 2px;
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../img/arrow-down.png);
    background-color: #f3f3f4;
    background-position: 98% center;
    background-repeat: no-repeat;
    /* border: 1px solid #AAA; */
    border: 1px solid lightgray;
    outline: none;
    font-size: inherit;
    padding: 10px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #757575 !important;
    font-family: "HelveticaNeue";
    font-weight: normal;
    font-size: 14px;
}

    select#soflow3::-ms-expand {
        display: none;
    }

.message-textarea {
    width: 100%;
}

    .message-textarea textarea {
        border: 1px solid lightgrey;
        resize: none;
        width: 100%;
        background-color: #f3f3f4;
        padding: 10px 10px;
    }

    .message-textarea * {
        vertical-align: top;
    }

    .message-textarea textarea:focus {
        outline: none !important;
        border: 1px solid none;
        -webkit-box-shadow: 0 0 10px #009cbd;
        box-shadow: 0 0 10px #009cbd;
    }

#form-message {
    height: 100px;
}

.contactusPage-form {
    background-color: #f3f3f4;
    padding: 40px;
    border-right: 3px solid #ffffff;
}



.form-ho-main-row {
    background-color: #f3f3f4;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0;
}

.phone-company-row, .country-row, .message-row, .form-btn-row {
    margin-top: 20px;
}

.btn-form-contactus {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: white;
    border-radius: 0px;
    background-color: #009cbd;
    font-size: 14px;
    padding: 9px 22px 9px 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .btn-form-contactus:hover {
        background-color: #2c2a29;
        color: white;
    }

.form-btn-row {
    margin-left: 0px;
}

.contact-ho-inner h5 {
    font-size: 18px;
}

.contact-ho-inner p {
    padding: 0;
    margin: 0;
}

.contact-ho-inner {
    margin: 40px 30px;
    display: inline-block;
}

    .contact-ho-inner ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .contact-ho-inner ul li h5 {
            float: left;
            width: 70px;
        }

        .contact-ho-inner ul li p {
            float: left;
            padding: 0;
            margin: 0;
        }

        .contact-ho-inner ul li {
            clear: both;
        }


.g-recaptcha {
    position: relative;
    z-index: 999;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    search
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.results-list li {
    margin-bottom: 20px;
}


/*============================================================================================================================================
    page
============================================================================================================================================*/
/*============================================================================================================================================
    map
=============================================================================================================================================*/
/*============================================================================================================================================
    page
============================================================================================================================================*/

.map1 {
    width: 100%;
    height: 500px;
}

.mapIconsRow {
    padding: 0;
    margin: 0;
}


.factoryBut .bgMapIcons:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(144, 16, 123, 0);
    border-width: 15px;
    margin-left: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.factoryBut:hover .bgMapIcons:after {
    border-bottom-color: rgba(144, 16, 123, 1);
}

.factoryBut .bgMapIcons {
    width: 100%;
    height: 100px;
    background: url("../img/factoryBut1.png");
    background-position: center;
    background-size: fill;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .factoryBut .bgMapIcons:hover {
        background: url("../img/factoryBut2.png");
        background-position: center;
        background-size: fill;
        background-repeat: no-repeat;
        background-color: #90107b;
    }


.factoryBut,
.projectBut,
.officeBut,
.exportBut {
    padding: 0 0px;
    margin: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.bgMapIcons {
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}



.projectBut .bgMapIcons:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(255, 156, 0, 0);
    border-width: 15px;
    margin-left: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.projectBut:hover .bgMapIcons:after {
    border-bottom-color: rgba(255, 156, 0, 1);
}


.projectBut .bgMapIcons {
    width: 100%;
    height: 100px;
    background: url("../img/projectBut1.png");
    background-position: center;
    background-size: fill;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 0;
    margin: 0;
}


    .projectBut .bgMapIcons:hover {
        background: url("../img/projectBut2.png");
        background-position: center;
        background-size: fill;
        background-repeat: no-repeat;
        background-color: #ff9c00;
    }

.mapIconsRow .but {
    width: 100%;
    height: 100%;
}







.officeBut .bgMapIcons:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(71, 144, 46, 0);
    border-width: 15px;
    margin-left: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.officeBut:hover .bgMapIcons:after {
    border-bottom-color: rgba(71, 144, 46, 1);
}


.officeBut .bgMapIcons {
    width: 100%;
    height: 100px;
    background: url("../img/officeBut1.png");
    background-position: center;
    background-size: fill;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .officeBut .bgMapIcons:hover {
        background: url("../img/officeBut2.png");
        background-position: center;
        background-size: fill;
        background-repeat: no-repeat;
        background-color: #47902e;
    }






.exportBut .bgMapIcons:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: rgba(255, 0, 0, 0);
    border-width: 15px;
    margin-left: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.exportBut:hover .bgMapIcons:after {
    border-bottom-color: rgba(207, 175, 150, 1);
}


.exportBut .bgMapIcons {
    width: 100%;
    height: 100px;
    background: url("../img/exportBut1.png");
    background-position: center;
    background-size: fill;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .exportBut .bgMapIcons:hover {
        background: url("../img/exportBut2.png");
        background-position: center;
        background-size: fill;
        background-repeat: no-repeat;
        background-color: #cfaf96;
    }



.fullMap {
    background-color: #f3f3f3;
}

.mapIcons {
    background-color: #f3f3f3;
    border-top: 2px solid #e5e5e6;
    margin-top: 20px;
}

.title-map {
    background-color: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 20px;
}

#map-home {
    background-color: #f3f3f3;
}



.factoryOver {
    background: url("../img/factoryBut2.png") !important;
    background-position: center !important;
    background-size: fill !important;
    background-repeat: no-repeat !important;
    background-color: #90107b !important;
}

.projectOver {
    background: url("../img/projectBut2.png") !important;
    background-position: center !important;
    background-size: fill !important;
    background-repeat: no-repeat !important;
    background-color: #ff9c00 !important;
}

.officeOver {
    background: url("../img/officeBut2.png") !important;
    background-position: center !important;
    background-size: fill !important;
    background-repeat: no-repeat !important;
    background-color: #47902e !important;
}

.exportOver {
    background: url("../img/exportBut2.png") !important;
    background-position: center !important;
    background-size: fill !important;
    background-repeat: no-repeat !important;
    background-color: #cfaf96 !important;
}

.paddingOver {
    padding: 0 1px;
}


.jvectormap-zoomin {
    margin-left: 25px !important;
    padding: 10px !important;
}

.jvectormap-zoomout {
    margin-left: 25px !important;
    top: 45px !important;
    padding: 10px !important;
}

strong {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff'), url('../fonts/Helvetica-Bold.ttf') format('truetype'), url('../fonts/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}



.container-content-bg {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}


.row-content-bg {
    /* background-color: #eeeeef; */
    /* padding: 20px 30px; */
}

    .row-content-bg h5 {
        margin-bottom: 10px;
    }

    .row-content-bg ul {
        padding: 0 20px;
        margin: 0 0 10px 0;
        list-style-type: square;
        font-size: 16px;
        color: #2c2a29;
        font-family: "HelveticaNeue";
        font-weight: normal;
    }

        .row-content-bg ul li {
        }

/*========================================
    Location
========================================*/

.location-item {
    border: 1px solid gray;
    padding: 25px;
    overflow: auto;
    margin-bottom: 20px;
}

.location-item-group-title {
    font-size: 18px !important;
    padding-bottom: 15px;
}

.dot {
    height: 9px;
    width: 9px;
    background-color: #2c2a29;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 2px;
    margin-right: 2px;
}

.location-item-inner {
    width: auto;
    overflow: auto;
}

    .location-item-inner .item h5 {
        float: left;
        width: 130px;
        font-size: 16px;
    }

    .location-item-inner .item p {
        float: left;
        margin-bottom: 5px;
    }

    .location-item-inner .item {
        overflow: auto;
    }

.location-container-inner .row {
    margin: 0;
}

.location-map-icon {
    background: url("../img/location-map-icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
}

.location-map-icon {
    float: left;
}

.location-text {
    float: left;
    text-decoration: underline;
    padding-left: 8px;
    padding-top: 30px;
    font-size: 16px;
    margin-bottom: 0;
}

.location-but {
    overflow: auto;
}

.location-container-inner h5 {
    font-size: 20px;
}

.location-container-inner .row {
    margin-top: 30px;
}

.location-container-inner {
    margin-top: 40px;
    margin-bottom: 40px;
}











/* Style the tab */
.tab {
    float: left;
}

    /* Style the buttons inside the tab */
    .tab button {
        display: block;
        background-color: inherit;
        color: #b9b6b6;
        padding: 0px 16px 0 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            color: #3f3f3f;
            border-left: 1px solid #d71920;
        }

    /* Style the buttons inside the tab */
    .tab a {
        display: block;
        background-color: inherit;
        color: #b9b6b6;
        padding: 0px 16px 0 16px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        font-size: 17px;
        text-decoration: none;
    }

        .tab a div {
            font-size: 17px;
        }

        /* Change background color of buttons on hover */
        .tab a:hover {
        }

        /* Create an active/current "tab button" class */
        .tab a.active {
            color: #3f3f3f;
            border-left: 1px solid #d71920 !important;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 30px;
    border-left: none;
    height: auto;
}


#side-Nav {
}

.tab-left-out {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.tab-left {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #d5d4d4;
}

    .tab-left .tablinks div {
        border-bottom: 1px solid #d5d4d4;
        padding: 22px 0;
    }

    .tab-left .tablinks:last-child div {
        border-bottom: none;
        padding: 22px 0;
    }

.tab-right {
    padding-right: 0;
}

.side-Nav-row {
    padding-left: 15px;
    padding-right: 15px;
}

.tab-right-inner {
    background-color: #f6f6f8;
    display: inline-block;
    width: 100%;
}

.side-Nav-title {
    font-size: 24px;
    padding-bottom: 30px;
}





.page-horizontal-tabs .nav-tabs {
    border: 1px solid #d5d4d4;
    padding: 10px 12px 0 12px;
}

    .page-horizontal-tabs .nav-tabs a {
        color: #999999;
    }

    .page-horizontal-tabs .nav-tabs li {
        margin: 0 15px;
    }

    .page-horizontal-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: none;
        border: none;
        color: #2c2a29;
        border-bottom: 4px solid #d71920 !important;
    }

.page-horizontal-tabs .nav > li > a {
    padding: 10px 15px 20px 15px;
}

.page-horizontal-tabs .tab-content {
    background-color: #eeeeef;
    margin-top: 20px;
    padding: 25px;
}

    .page-horizontal-tabs .tab-content .tab-pane h5 {
        margin-bottom: 10px;
    }


.location-side-tel .location-title,
.location-side-fax .location-title,
.location-side-email .location-title,
.location-side-tel .location-data,
.location-side-fax .location-data,
.location-side-email .location-data {
    float: left;
}

.location-side-tel,
.location-side-fax,
.location-side-email {
    overflow: auto;
}

.location-side-add p {
    border-bottom: 2px solid #d5d4d4;
    display: inline-block;
    padding-bottom: 10px;
}

.location-side-inner {
    border: 2px solid #d5d4d4;
    padding: 20px;
    height: 100%;
}

.location-side-row {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.customers-side img {
    margin: 10px;
}

#more {
    display: none;
}

#more2 {
    display: none;
}

#more3 {
    display: none;
}














#gal .carousel {
    margin-bottom: 0px;
}

#gal .item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
}

    #gal .item .thumb img {
        width: 100%;
        margin: 2px;
    }


#gal .carousel-control {
    width: 50px;
    background-image: none;
}


    #gal .carousel-control span {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

#thumbcarousel {
    background-color: #fff;
}

    #thumbcarousel .thumb {
        border-right: 2px solid #d5d4d4;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 2px;
        padding-right: 2px;
    }

        #thumbcarousel .thumb:last-child {
            border-right: none;
        }


.product-description-inner h2 {
    text-transform: none;
    padding-bottom: 15px;
    border-bottom: 2px solid #d5d4d4;
    margin-bottom: 15px;
}

.product-description-inner h3 {
    text-transform: none;
    padding-bottom: 10px;
    color: #2c2a29;
    font-size: 18px;
}

.product-description-out {
    margin-bottom: 25px;
}


#ProductCerification .size {
    font-size: 12px;
    padding-top: 5px;
}

#ProductCerification .one-pdf-item {
    height: 300px;
}


#ProductCerification .one-pdf-item-inner-file {
    top: 15%;
}

#ProductCerification .one-pdf-item-inner-but {
    bottom: 8%;
}


#projects-list .oneOfTwo-news {
    margin-bottom: 0;
    border-bottom: 2px solid #d5d4d4;
}

#projects-list .oneOfTwo-news-inner {
    box-shadow: none;
    padding-top: 35px;
    padding-bottom: 35px;
}

#projects-list .oneOfTwo-news:last-child {
    border-bottom: none;
}

#projects-list .oneOfTwo-news-main {
    padding-left: 0;
    padding-right: 0;
}

#projects-list .listOfTwo-news {
    padding-left: 10px;
    padding-right: 10px;
}

#projects-list .container-content-bg-inner {
    /* padding: 20px; */
}

#projects-list h5 {
    font-size: 28px;
}

#projects-list .oneOfTwo-news-right h5 {
    font-size: 24px;
}

#projects-list .btn-Cb-Bt-to-Cw-Bb {
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 60px;
    border: 1px solid #b6b4b4;
    color: #797777;
}

    #projects-list .btn-Cb-Bt-to-Cw-Bb:hover {
        border: 1px solid #797777;
        color: #fff;
    }




    #contact-list .oneOfTwo-news {
    margin-bottom: 0;
    border-bottom: 2px solid #d5d4d4;
}

#contact-list .oneOfTwo-news-inner {
    box-shadow: none;
    padding-top: 35px;
    padding-bottom: 35px;
}

#contact-list .oneOfTwo-news:last-child {
    border-bottom: none;
}

#contact-list .oneOfTwo-news-main {
    padding-left: 0;
    padding-right: 0;
}

#contact-list .listOfTwo-news {
    padding-left: 10px;
    padding-right: 10px;
}

#contact-list .container-content-bg-inner {
    /* padding: 20px; */
}

#contact-list h5 {
    font-size: 28px;
}

#contact-list .oneOfTwo-news-right h5 {
    font-size: 24px;
}

#contact-list .btn-Cb-Bt-to-Cw-Bb {
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 60px;
    border: 1px solid #b6b4b4;
    color: #797777;
}

    #contact-list .btn-Cb-Bt-to-Cw-Bb:hover {
        border: 1px solid #797777;
        color: #fff;
    }







































#projects-gal .oneOfTwo-news {
    margin-bottom: 0;
    border-bottom: 2px solid #d5d4d4;
}

#projects-gal .oneOfTwo-news-inner {
    box-shadow: none;
    padding-top: 35px;
    padding-bottom: 35px;
}

#projects-gal .oneOfTwo-news:last-child {
    border-bottom: none;
}

#projects-gal .oneOfTwo-news-main {
    padding-left: 0;
    padding-right: 0;
}

#projects-gal .listOfTwo-news {
    padding-left: 10px;
    padding-right: 10px;
}

#projects-gal .container-content-bg-inner {
    /* padding: 20px; */
}

#projects-gal h5 {
    font-size: 28px;
}

#projects-gal .oneOfTwo-news-right h5 {
    font-size: 24px;
}

#projects-gal .btn-Cb-Bt-to-Cw-Bb {
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 60px;
    border: 1px solid #b6b4b4;
    color: #797777;
}

    #projects-gal .btn-Cb-Bt-to-Cw-Bb:hover {
        border: 1px solid #797777;
        color: #fff;
    }


#projects-gal .container-content-bg {
    padding-left: 0;
    padding-right: 0;
}

#projects-gal .row-content-bg {
    background-color: #fff;
    padding: 0px 0px;
}



.events-inner-col-action:hover .goldenDiv3 {
    /* clip-path: polygon(0 15%, 0 100%, 0% 100%, 65% 100%); */
    left: -190px;
    bottom: -190px;
    opacity: 0;
}

.events-inner-col-action:hover .eventInner-name .find-more p {
    color: #B29149;
}

.events-inner-col-action:hover .eventInner-name .find-more i {
    color: #B29149;
    padding-left: 8px;
}

.events-inner-col-action img {
    transform: scale(1, 1);
    transition: all .5s;
}

.events-inner-col-action:hover img {
    transform: scale(1.1, 1.1);
}


.events-inner-col-inner {
    overflow: hidden;
    border: 2px solid #d5d4d4;
}


.events-inner-col {
    margin-top: 15px;
    margin-bottom: 15px;
}



.list-threePicsInOneRow-items-out {
    margin-left: 0px;
    margin-right: 0px;
}

.list-threePicsInOneRow-items {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 25px;
    text-align: center;
    padding-bottom: 25px;
}

.list-threePicsInOneRow-items-inner {
    border: 1px solid #dcdddf;
}

.list-threePicsInOneRow-items:last-child {
    padding-right: 0;
}

.list-threePicsInOneRow-items-inner img {
    display: unset;
}


.BgWithRed-inner {
    background: url("../img/bgWithRed.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
}

.BgWithRed-inner {
    position: relative;
}

.BgWithRed-data {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10%;
}

    .BgWithRed-data h1 {
        padding-top: 0;
        margin-top: 0;
    }













.leftTwoBoxes-upOne-section {
    height: 350px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.leftTwoBoxes-upOne-section-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.leftTwoBoxes-downOne-section {
    height: 350px;
    width: 100%;
    display: block;
}

.leftTwoBoxes-downOne-section-inner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.rightOneBox-section {
    height: 730px;
}

.rightOneBox-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.leftTwoBoxes-rightOneBox-section, .leftTwoBoxes-upOne-section, .leftTwoBoxes-downOne-section {
    padding: 0;
    margin: 0;
}

.leftTwoBoxes-upOne-section {
    margin-bottom: 30px;
}

.leftTwoBoxes-downOne-section {
    margin-bottom: 30px;
}

.title-highlight {
    padding-left: 20px;
    padding-bottom: 10px;
}

.leftTwoBoxes-upOne-section {
    position: relative;
}

.leftTwoBoxes-downOne-section {
    position: relative;
}

.left-bottom-whitebox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    height: 30%;
    background-color: #fff;
    max-width: 400px;
}


    .left-bottom-whitebox .box-item-title {
        bottom: 10px;
        width: 100%;
        color: #d71920;
        font-size: 26px;
    }



    .left-bottom-whitebox .find-more p {
        color: #d71920;
        font-size: 12px;
        float: left;
        padding-top: 3px;
        padding-right: 4px;
    }

    .left-bottom-whitebox .find-more i {
        float: left;
        font-size: 18px;
        color: #d71920;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

#leftTwoBoxes-upOne-section-action:hover #icon-line-arrow-right {
    padding-left: 5px;
}

#leftTwoBoxes-downOne-section-action:hover #icon-line-arrow-right {
    padding-left: 5px;
}


.left-bottom-whitebox-inner {
    margin: 0;
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%);
    left: 20px;
}





.right-bottom-redbox {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 40%;
    height: 30%;
    background-color: #d71920;
}


    .right-bottom-redbox .box-item-title {
        bottom: 10px;
        width: 100%;
        color: white;
        font-size: 40px;
    }



    .right-bottom-redbox .find-more p {
        color: white;
        font-size: 12px;
        float: left;
        padding-top: 3px;
        padding-right: 4px;
    }

    .right-bottom-redbox .find-more i {
        float: left;
        font-size: 18px;
        color: white;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

.right-bottom-redbox-inner {
    margin: 0;
    position: absolute; /* 2 */
    top: 50%; /* 3 */
    transform: translate(0, -50%);
    padding-left: 30px;
    padding-right: 30px;
}


#rightOneBox-section-action:hover #icon-line-arrow-right {
    padding-left: 5px;
}

.setMarginTextWithBg {
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 40px;
}

.cer-topImage-downContent-out {
    margin-left: 0px;
    margin-right: 0px;
}

.cer-topImage-in {
    margin-top: 0;
}

    .cer-topImage-in .img {
        border-radius: 10px 10px 0px 0px;
    }

.cer-downContent-in {
    background-color: #f3f3f4;
}

    .cer-downContent-in .pdfs-list-threeInRow-item {
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

.cer-oneRowContent-in {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .cer-oneRowContent-in .one-pdf-item {
        height: 300px;
    }

    .cer-oneRowContent-in .one-pdf-item-inner-file {
        top: 10%;
    }

    .cer-oneRowContent-in .one-pdf-item-inner-but {
        bottom: 10%;
    }


    .cer-oneRowContent-in .one-pdf-item .one-pdf-item-inner-file p {
        font-size: 14px;
    }

    .cer-oneRowContent-in .one-pdf-item .one-pdf-item-inner-but p {
        font-size: 12px;
        margin-top: 5px;
    }



.product-description-inner .h3-2 {
    font-size: 20px;
}

.product-description-inner .one-pdf-item {
    height: 280px;
}

.product-description-inner .one-pdf-item-inner-file {
    top: 15%;
}

.product-description-inner .one-pdf-item-inner-but {
    bottom: 8%;
}

.product-description-inner .size {
    font-size: 12px;
    padding-top: 5px;
}

.product-description-inner .one-pdf-item-inner-file {
    padding-left: 15%;
    padding-right: 15%;
}

    .product-description-inner .one-pdf-item-inner-file p {
        font-size: 14px;
    }

.product-description-inner .one-pdf-action {
    padding: 0 0 0 0;
}

.product-description-inner .btn-Cw-Bu-to-Cb-Bw {
    font-family: "HelveticaNeue";
    font-weight: normal;
    color: white;
    border: 1px solid #009cbd;
    border-radius: 0px;
    background-color: #009cbd;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 0px;
    padding: 12px 26px 12px 26px;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center;
}

    .product-description-inner .btn-Cw-Bu-to-Cb-Bw:hover {
        color: #2c2a29;
        border: 1px solid #2c2a29;
        background-color: white;
    }

.oneOfTwo-projects-main {
    border: 1px solid lightgray;
}

.oneOfTwo-projects-inner {
    padding: 0;
    margin: 0;
}

    .oneOfTwo-projects-inner img {
        width: 100%;
    }

.oneOfTwo-projects-content-inner {
    padding: 20px;
}

    .oneOfTwo-projects-content-inner h2 {
        text-transform: unset;
        font-size: 24px;
    }

    .oneOfTwo-projects-content-inner p {
        padding-top: 10px;
    }

.listOfTwo-projects-in-row {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
}

.oneOfTwo-projects-action {
    height: 100%;
    width: 100%;
    display: block;
}

.oneOfTwo-projects-main {
    height: 100%;
}

.oneOfTwo-projects-in-row {
}

.projects-list-details .listOfTwo-projects-in-row {
    padding-top: 0;
}

.projects-list-details .oneOfTwo-projects-in-row {
    padding-right: 10px;
    padding-left: 10px;
}

.projects-list-details .oneOfTwo-projects-action {
    padding-left: 5px;
    padding-right: 5px;
}

.projects-list-details .oneOfTwo-projects-content-inner h2 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 5px;
    font-size: 20px;
}

.projects-list-details .oneOfTwo-projects-content-inner p {
    font-size: 14px;
}

.projects-list-details .oneOfTwo-projects-content-inner ul {
    padding-left: 15px;
    font-size: 14px;
    color: #2C2A28;
}

.projects-list-details .btn-Cb-Bt-to-Cw-Bb {
    margin-top: 20px;
    font-size: 16px;
    padding: 14px 60px;
    border: 1px solid #b6b4b4;
    color: #797777;
    display: inline;
}

    .projects-list-details .btn-Cb-Bt-to-Cw-Bb:hover {
        border: 1px solid #797777;
        color: #fff;
    }

.projects-list-details .big-box-leftImg-rightTxt-btn {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
}


.product-description-inner .pdfs-list-threeInRow-items {
    padding-left: 10px;
    padding-right: 10px;
}



    .product-description-inner .pdfs-list-threeInRow-items .pdfs-list-threeInRow-item {
        margin-bottom: 10px;
    }

.product-description-inner .pdfs-list-threeInRow-item {
    padding-left: 5px;
    padding-right: 5px;
}

.carousel-text {
    /*position: absolute;
    bottom: 10px;*/
    width: 100%;
    position: relative;
    height: 60px;
    color: #2c2a29;
    font-size: 14px;
}

    .carousel-text p {
        color: #2c2a29;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.single-project-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.single-project-h2 {
    padding-bottom: 20px;
}

.numbers-home-main2 .numbers-home-inner {
    background-image: none;
}

.oneVideo-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.row-content-bg {
    background-color: #eeeeef;
    padding: 20px 30px;
}

#projects-list .container-content-bg {
    padding-left: 0;
    padding-right: 0;
}

#projects-list .row-content-bg {
    background-color: #fff;
    padding: 0px 0px;
}


.latestMagazines-landing-main .pdf-btn {
    margin-top: 5px;
    margin-bottom: 10px;
}


.side-Nav-row .tab-right a {
    display: inline;
    padding: 0;
}

/*****phase2***/
.panel-heading .accordion-toggle h4:after {
    /* symbol for "opening" panels */
    font-family: 'font-icons';
    content: "\e718";
    float: right;
    color: grey;
    overflow: no-display;
}

.panel-heading .accordion-toggle.collapsed h4:after {
    /* symbol for "collapsed" panels */
    content: "\e719";
}

a.accordion-toggle {
    text-decoration: none;
}

.panel-title {
    text-transform: inherit;
    color: #2c2a29;
}

.max-img {
    max-width: 100%;
}

.pr-0 {
    padding-right: 0;
}

.p-3 {
    padding: 3%;
    display: flow-root;
}

.mb-3 {
    margin-bottom: 3%;
}

.mb-5 {
    margin-bottom: 5%;
}

.help-desk {
    border: solid 1px #ccc;
    padding: 6%;
    height: 202px;
}

.awards-bg {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    padding: 10px 20px 10px 20px;
    margin-bottom: 5%;
}

    .awards-bg p {
        margin: 10px 0;
    }

.oneOfTwo-press-inner {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 1);
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 188px;
}

    .oneOfTwo-press-inner h5 {
        font-size: 18px;
    }

.float-left {
    float: left;
}













.left-main-t, .left-cell-t {
    background-color: #2c2a29;
    border: 1px solid #ffffff;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    color: #ffffff;
}

    .left-main-t p, .left-cell-t p {
        color: #ffffff;
    }


.right-main-t, .right-cell-t {
    background-color: #f7f7f7;
    border: 1px solid #2c2a29;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    color: #2c2a29;
}

    .right-main-t p, .right-cell-t p {
        color: #2c2a29;
    }

    .left-main-t p, .right-main-t p {
        font-family: 'Helvetica';
        font-weight: bold;
        background-color: transparent;
        color: #2c2a29;
        text-decoration: underline;
    }

.left-main-t, .right-main-t {
    border: 1px solid #2c2a29;
    background-color: transparent;
}




.awards-bg .row .col-sm-2 {
    text-align: right;
}

.changeFontSize p {
    font-size: 14px !important;
    min-height: 60px;
}

.padding-top-small {
    padding-top: 30px;
}

.languageli {
    float: right;
    padding-left: 20px;
}


.side-Nav-row .tab-right .one-pdf-item-inner-but a {
    padding: 12px 26px 12px 26px;
    -webkit-transition: all .5s;
    display: inline-block;
}


.show-more {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
}


    .show-more .pdf-btn {
        margin: 0;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

.lower-side {
    display: inline-block;
}

.pdf-left-side-inner {
    text-align: center;
}

.lower-side a:first-child {
    margin-left: 0 !important;
}

.show-more i {
    color: #fff;
    margin-top: 8px;
    padding-left: 10px;
}

.pdf-right-side-inner .lower-side {
    display: inline-block;
}

.pdf-right-side-inner {
    text-align: center;
}
