﻿



@charset "utf-8"; /* Global Styles
--------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Nunito');
@import url('https://fonts.googleapis.com/css?family=Poppins');

.ContentBody{
    /* padding: 10px; */
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

header, section, footer {
    clear: both;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

label {
    display: inline-block;
}

input[type="button"], button {
    cursor: pointer;
    border: none;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,a:hover, a:active, a:focus {
    color: #B30000;
    text-decoration: none;
    outline: none
}

i {
    margin-right: 5px;
}

i:first-child {
    margin-right: 0;
}

a:first-child i {
    margin-right: 0;
}

label {
    margin-bottom: 0;
    font-weight: normal;
}

label.inline, a.inline {
    margin-top: 10px;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

::selection {
    background: #d61c22;

    /* Safari */
    color: #fff !important;
}

::-moz-selection {
    background: #388dc4;
    /* Safari */
    color: #fff !important;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    /*background-color: #fff;
    border: 1px solid #ddd;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    padding: 10px;
    resize: none;
    outline: none;
    height: 40px;*/
    border: 1px solid #cecece !important;
    background-color: #FFF;
    padding: 5px;
    height: 31px;
    width: 150px;
    float: left;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-sharelocal"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    color: #000;
    border-color: #254399;
    background-color: #fff;
}

.textarea {
    min-height: 110px;
}

.CaptchaTextBox {
    width: 163px !important;
}

.form-group:before, .form-group:after {
    content: " ";
    display: table;
}

.form-group:after, .form-group:before {
    clear: both;
}

.form-group .alert-txt {
    bottom: 0px;
    left: 0px;
    color: #c8ba8b;
    display: none;
    font-style: italic;
    width: 300px;
}

.clear {
    clear: both;
    display: block;
}

/* Page structure
--------------------------------------------- */
.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 5px #CCCCCC;
}

.wrap-content {
    padding: 0 5px 0;
}

/* common styles
--------------------------------------------- */
html {
    -webkit-text-size-adjust: none;
}

body {
    font-size: 14px;
    /* color: #707170; */
    /* background: #f8f8f8; */
    font-family: 'Nunito', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-family: 'Nunito', sans-serif;
    color: #333;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 22px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

p {
    font-size: 14px;
    color: #707170;
    line-height: 22px;
}

.mB0 {
    margin-bottom: 0;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mB17 {
    margin-bottom: 17px;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mT20 {
    margin-top: 20px;
}

.mT16 {
    margin-top: 16px;
}

.mT40 {
    margin-top: 40px !important;
}

.mB30 {
    margin-bottom: 30px;
}

.mB23 {
    margin-bottom: 23px;
}

.mB25 {
    margin-bottom: 25px;
}

.mL30 {
    margin-left: 30px !important;
}

.mL10 {
    margin-left: 10px !important;
}

.mR10 {
    margin-right: 10px !important;
}

.pd0 {
    padding: 0 !important;
}

.pdB0 {
    padding-bottom: 0 !important;
}

.pdB20 {
    padding-bottom: 20px !important;
}

.pdB25 {
    padding-bottom: 25px !important;
}

.pB10 {
    padding-bottom: 10px !important;
}

.pB30 {
    padding-bottom: 30px !important;
}

.pB50 {
    padding-bottom: 50px !important;
}

.pdT20 {
    padding-top: 20px;
}

.pdT10 {
    padding-top: 10px;
}

.pdT30 {
    padding-top: 30px;
}

.pdL30 {
    padding-left: 30px;
}

.pad-sec {
    padding: 30px 0;
}

.pad-sec-top {
    padding: 30px 0 0;
}

.pad-sec-bottom {
    padding-bottom: 30px;
}

.pad-sec-bottom-md {
    padding-bottom: 20px;
}

.pad-sec-md {
    padding: 20px 0;
    background: none;
}

.pad-sec-sm {
    padding: 10px 0;
}

.col-right-space {
    padding-right: 30px;
}

.col-left-space {
    padding-left: 30px;
}

.p10 {
    padding: 10px 0 !important;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.posi-r {
    position: relative;
}

.underline {
    border-bottom: 1px solid #000;
}

.vertical-align-top {
    vertical-align: top;
}

.leader h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #707170;
    font-family: 'Nunito', sans-serif;
}

.leader h3.text-blue {
    color: #24297A !important;
    font-family: 'Nunito', sans-serif;
}

ul.list-styled, ol.list-styled {
    margin: 0;
    padding: 0;
}

.list-unstyled, .list-inline {
    margin-left: 0;
}

.list-styled li {
    background: url(../img/list-sqr.gif) no-repeat scroll left 8px rgba(0, 0, 0, 0) !important;
    margin: 5px 0 0;
    padding: 0 0 0 12px !important;
}

.list-arrow li {
    background: url(../img/list-disc.gif) no-repeat scroll left 7px rgba(0, 0, 0, 0) !important;
}


.pop-ver-seprator {
    background: url(../img/shadw-popup.png) no-repeat right center;
    padding-right: 30px;
    min-height: 288px;
}

.ver-seprator {
    background: url(../img/shadow-border.png) no-repeat right center;
    padding-right: 40px;
    min-height: 288px;
}

.ver-seprators {
    background: url(../img/shadow-border.png) no-repeat 442px center;
    padding-right: 40px;
    min-height: 190px;
}

.font-resize {
    float: right;
}

.font-resize li {
    display: inline-block;
}

.author {
    bottom: 5px;
    clear: both;
    color: #707170;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    margin-right: 20px;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
}

.white-txt {
    color: #fff !important;
}

/* added for Career Apply now page on 25062018 Start ---------------- */
.alertLable {
    color: #eb4646;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
A.lightBtn {
    color: #7d8ec1;
    font-size: 15px;
    background: #efeeee;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 10px 15px;
    margin: 0 2px 10px 2px;
}
/* added for Career Apply now page on 25062018 End ---------------- */

/* Bootstarp overite styles
--------------------------------------------- */
.container {
    /* padding-left: 20px;
    padding-right: 20px; */
}


@media screen and (max-width:400px) {
.container {
    /* padding-left: 5px;
    padding-right: 5px; */
}	
}
.dropdown-menu {
    z-index: 1200;
}

.label {
    border-radius: 0;
    font-weight: normal;
}

.btn {
    border: 0;
    box-shadow: none;
    padding: 5px 15px;
    vertical-align: middle;
}

.nav-search-input {
    padding: 6px 10px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d61c22;
  background-color: transparent;
}

.btn-info {
    color: #fff;
    background: #d61c22;
    border-color: #d61c22;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background: #b08d48;
    border-color: #b08d48;
}

.btn-red {
    background: #E54C3C;
}

.btn-red:hover, .btn-red:focus {
    background: #e0311f;
}

.btn-default {
    color: #000;
    background: #f8f8f8;
    border-color: #f8f8f8;
}

.well {
    padding: 20px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.well-sm {
    padding: 22px 10px 22px 20px;
    border-radius: 0;
}

.well-lg {
    padding: 30px;
}

.well-sm-tb {
    padding: 10px 0;
}

.well-lg-t {
    padding: 30px 0 0;
}

.well-t {
    padding: 20px 0 0;
    border: none;
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.well-tb {
    padding: 20px 0;
    border: none;
    background: none;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 rgba(0, 0, 0, .05);
}

.well-box {
    min-height: 20px;
    padding: 30px;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.well-box-border {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}


.bg-grey-light {
    background-color: #f2f2f2;
}

.bg-grey-med {
    background-color: #7f7f7f;
}

.bg-white {
    background-color: #FFF;
}

.bg-kopran {
    background-color: #d61c22;
}

.text-kopran {
    color: #b69960;
    font-size: 14px;
    font-weight: bold;
}

.text-koprannew {
    color: #b69960;
    font-size: 14px;
}

.date-div {
    padding: 5px 10px;
}

.copyright-paragraph{
    text-align: right;
}



.text-brown {
    color: #d4d4d4;
}

.text-white {
    color: #fff;
}

.text-green {
    color: #00a853;
}

.text-orange {
    color: #fe8d14;
}

.text-blue-light {
    color: #34c3bf;
}

.text-grey-light {
    color: #a0a0a0;
}

.text-grey-med {
    color: #7f7f7f;
}

.text-blue {
    color: #254399 !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.overflow-hidden {
    overflow: hidden;
}

.border-0 {
    border: none !important;
}

.border-right {
    border-right: 1px solid #e7e7e7;
}

.border-bottom {
    border-bottom: 1px solid #e7e7e7;
}

.border-left {
    border-left: 1px solid #e7e7e7;
}

.modal-content {
    border-radius: 0;
}

.bxslider-full {
    padding: 10px 5px;
}

.modal-dialog {
    transform: none !important;
    margin-top: 80px;
    width: 940px;
}

.modal-header {
    min-height: inherit;
    position: absolute;
    border-bottom: none;
    width: 100%;
    z-index: 9999;
}

button.close {
    position: absolute;
    background: url(images/ui-icons_ffffff_256x240.png) no-repeat -130px -2px rgba(182,153,96,1) !important;
    cursor: pointer;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #fff !important;
    position: absolute;
    width: 30px;
    height: 29px;
    top: 2px;
    right: 0;
    text-align: center;
    opacity: 1;
    text-shadow: none;
    border-radius: 0 !important;
    filter: alpha(opacity=100);
}

button.close:hover, button.close:focus {
    opacity: 1;
}

.nav-tabs, .nav-pills {
    position: relative;
}

.bootstrap-select.btn-group {
    padding: 0;
    /*margin-bottom:0 !important;*/
}

.bootstrap-select .btn {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    height: 35px;
}

.bootstrap-select.btn-group .dropdown-menu {
    border-radius: 0;
}

.btn .caret {
    border-left: 4px solid rgba(191, 161, 97, 0);
    border-right: 4px solid rgba(191, 161, 97, 0);
}

.bootstrap-select.btn-group .dropdown-menu li {
    padding-left: 0;
    margin-left: 0;
}

/*Tabs styles
--------------------------------------------- */
.nav-tabs-default .nav-tabs {
    border-bottom: none !important;
}

.nav-tabs-default .tab-content {
    border: 1px solid #b69960 !important;
    background-color: #f8f8f8;
    padding: 20px;
}

.nav-tabs-default .nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs-default .nav-tabs > li > a {
    background-color: #f8f8f8;
    color: #000;
    font-family: 'Nunito', sans-serif;
    border-radius: 0;
    border-left: 1px solid #eaeaea;
    border-bottom: none !important;
    border-top: 3px solid #f8f8f8;
    margin: 0;
    padding: 5px 31px;
    height: 56px;
    position: relative;
    vertical-align: middle;
}

.nav-tabs-default .nav-tabs > li > a.lineheight {
    line-height: 45px;
}

.nav-tabs-default .nav-tabs > li:hover > a {
    background-color: #fff;
    border-top: 3px solid #d61c22;
}

.nav-tabs-default .nav-tabs > li.active > a, .nav-tabs-default .nav-tabs > li.active > a:hover, .nav-tabs-default .nav-tabs > li.active > a:focus {
    color: #444;
    cursor: default;
    background-color: #fff;
    border-top: 3px solid #d61c22;
}

/*Tabs Arrow styles
--------------------------------------------- */
.nav-tabs-arrow .nav-tabs {
    border-bottom: none !important;
}

.nav-tabs-arrow .tab-content {
    border: 1px solid #b69960;
    background-color: #fdfdfd;
    padding: 20px;
    margin-top: -1px;
}

.nav-tabs-arrow .nav-tabs > li {
    margin-bottom: 0;
    border-bottom: 1px solid #b69960;
}

.nav-tabs-arrow .nav-tabs > li > a {
    background-color: #f8f8f8;
    color: #000;
    font-family: 'Nunito', sans-serif;
    border-radius: 0;
    border-left: 1px solid #eaeaea;
    margin: 0;
    position: relative;
    border-bottom: none !important;
}

.nav-tabs-arrow .nav-tabs > li > a:hover {
    border: none !important;
    color: #fff !important;
}

.nav-tabs-arrow .nav-tabs > li:hover > a {
    background-color: #d61c22 !important;
    border: none !important;
}

.nav-tabs-arrow .nav-tabs > li:first-child > a {
    border-left: none;
}

.nav-tabs-arrow .nav-tabs > li.active > a, .nav-tabs-arrow .nav-tabs > li.active > a:hover, .nav-tabs-arrow .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #d61c22;
    border: none;
    border-bottom: none !important;
}
.nav-color{
    color: #d61c22

}

.nav-tabs-arrow .nav-tabs > li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom: none !important;
    z-index:99999;
}

.nav-tabs-arrow .nav-tabs > li.active a:after {
    border-top-color: #d61c22;
    border-width: 8px;
    margin-left: -8px;
}

.nav-tabs-arrow .nav-tabs > li.rel-business {
    background-color: #f8f8f8;
}

.nav-tabs-arrow .nav-tabs > li.rel-business > a {
    background: url(../images/nav/rel-business.png) no-repeat 13px center !important;
    color: #000 !important;
}

.nav-tabs-arrow .nav-tabs > li.rel-business.active > a:after {
    border-top-color: #24297a !important;
}

.nav-tabs-arrow .nav-tabs > li.rel-business.active a, .nav-tabs-arrow .nav-tabs > li.rel-business > a:hover {
    background: url(../images/nav/rel-business.png) no-repeat 13px center #24297a !important;
    color: #fff !important;
}

.nav-tabs-arrow .nav-tabs > li.rel-retail {
    background-color: #f8f8f8;
}

.nav-tabs-arrow .nav-tabs > li.rel-retail > a {
    margin: 0;
    background: url(../images/nav/rel-retail.png) no-repeat 13px center !important;
    color: #000 !important;
}

.nav-tabs-arrow .nav-tabs > li.rel-retail.active > a:after {
    border-top-color: #ea3923 !important;
}

.nav-tabs-arrow .nav-tabs > li.rel-retail.active a, .nav-tabs-arrow .nav-tabs > li.rel-retail > a:hover {
    margin: 0;
    background: url(../images/nav/rel-retail.png) no-repeat 13px center #ea3923 !important;
    color: #fff !important;
}

.nav-tabs-arrow .nav-tabs > li.jio {
    background-color: #f8f8f8;
}

.nav-tabs-arrow .nav-tabs > li.jio > a {
    margin: 0;
    background: url(../images/nav/jio_logo.png) no-repeat 13px center !important;
    color: #000 !important;
}

.nav-tabs-arrow .nav-tabs > li.jio.active > a:after {
    border-top-color: #ea3923 !important;
    border: none;
}

/*.nav-tabs-arrow .nav-tabs > li.jio.active a, */
.nav-tabs-arrow .nav-tabs > li.jio > a:hover {
    margin: 0;
    background: url(../images/nav/jio_logo.png) no-repeat 13px center #F1e964 !important;
    color: #fff !important;
}

/*Accordion styles
--------------------------------------------- */
.accordion-menu-sec {
    padding: 10px;
}

.accordion-menu-sec > li {
    background: url(../img/list-disc.gif) no-repeat left 15px;
    line-height: 35px;
    padding-left: 10px;
    color: #b69960;
    border-top: #ccc dashed 1px;
}

.accordion-menu-sec > li:first-child {
    border-top: none;
}

.accordion-menu-sec > li a {
    color: #b69960;
}

.accordion-menu-sec > li a.active {
    color: #fe9a35;
}

.accordion-menu-sec > li a:nth-child(6n+6) {
    border-bottom: none;
}

.accordion-menu-sec .group {
    display: block;
}

.accordion-menu-sec .group .active {
    color: #fff;
}

.accordion-menu-cont {
    display: none;
    margin-bottom: 10px;
}

.accordion-menu-cont ul li {
    background: url(../img/arrow-acc.jpg) no-repeat left 9px;
    line-height: 22px;
    padding-left: 10px;
    color: #7f7f7f;
    border-bottom: none;
}

.accordion-menu-sec ul > li > a.active {
    color: #fe9a35;
}

/* Header styles
--------------------------------------------- */
header {
    /* border-bottom: #d61c22 solid 3px; */
    background-color: #fff;
    position: relative;
    z-index: 10;
}

.top-sec {
    padding: 0px 0;
}

.search-sec{
    position: absolute;
    top: 0;
    right: 0;
}

.search-sec ul li {
    display: inline-block;
}

.search-sec input[type="text"] {
    border: 1px solid #e7e7e7 !important;
    background-color: #e7e7e7;
    padding: 5px;
    height: 31px;
    width: 120px;
    float: left;
}

.search-sec .btn {
    padding: 5px 10px;
    height: 31px;
    float: left;
    margin-left: 0;
    border-radius: 0 !important;
}

.search-sec .search-icon {
    background-image: url(../img/icon-search.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
}

.search-sec .search-share {
    background-image: url(../img/icon-share.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 30px;
    margin-left: 5px;
}

.search-sec .stock p {
    margin-bottom: 0;
    line-height: 16px;
}

.search-sec .stock {
    height: 31px;
    width: 170px;
    float: left;
    padding: 5px 10px 5px 5px;
    border: 1px solid #e7e7e7;
    background: url(../img/bg-stock.jpg) left bottom #fff;
}

.search-sec .stock i {
    width: 10px;
    height: 15px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.search-sec .stock small {
    font-size: 10px;
}

.search-sec .stock-up {
    background: url(../img/stock-arrow-up.png) no-repeat left top;
}

.search-sec .stock-down {
    background: url(../img/stock-arrow-down.png) no-repeat left top;
}

.search-sec .stock-nut {
    background: url(../img/stock-arrow-nut.png) no-repeat left top;
}

/* Menu styles
--------------------------------------------- */


.main-nav .navbar-nav {
    /* position: relative; */
    /* width: 100%; */
    /* float: right; */
    text-align: center;
    /* margin-top: 40px; */
    /* margin-right: 10px; */
}

@media only screen and (min-width: 767px) {

.main-nav .navbar-nav > li:hover > .dropdown-menu, .main-nav .navbar-nav > li.open > .dropdown-menu {
    display: block;
}

}



@media only screen and (max-width: 767px) {

.main-nav .navbar-nav {
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-right: initial;
    margin-top: initial;
}

.navbar_id{
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
}

}

.main-nav .navbar-nav > li {
    padding: 0;
    position: static !important;
}

.nav > li {
    display: inline-block;
}

.main-nav .navbar-nav > li:hover > a:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #d61c22;
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
}

.main-nav .navbar-nav > li:hover > li:active {
   color: #d61c22
}

.main-nav .navbar-nav > li.open > .dropdown-menu {
    display: block;
}

.main-nav .navbar-nav > li > a:before {
    content: '';
    background: #aaaaaa;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0px;
    right: 0px;
}

.main-nav .navbar-nav > li:first-child > a:before {
    background: transparent;
}

.main-nav .navbar-nav > li > a {
    /* border-left: 0px solid #d61c22; */
    color: #6e6e6e;
    /* border-left: 0px solid #d61c22; */
    color: white;
    padding: 0 18px 21px;
    background-color: inherit !important;
    line-height: 14px;
    font-size: 14px;
    display: block;
    position: relative;
}

.main-nav .navbar-nav > li:first-child > a {
    border-left: none !important;
}

.main-nav .navbar-nav > li:hover > a, .main-nav .navbar-nav > li.open > a {
    border-left: 0px solid #d61c22;
    color: #d61c22;
    /* color: #dddddd; */
}

.main-nav .navbar-nav > li:hover > a, .main-nav .navbar-nav > li.open > a:active {
    color: #d61c22
}



.main-nav .navbar-nav > li > .dropdown-menu {
    width: 980px;
    min-height: 200px;
    padding: 20px;
    float: right;
    border-radius: 0 !important;
    border: none !important;
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 {
    float: left;
    border-left: 1px solid #efefef;
    padding-left: 25px;
    margin-right: 25px;
    /* min-height: 125px; */
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-2 {
    width: 320px;
}
@media (max-width: 1200px) {
.main-nav .navbar-nav > li > .dropdown-menu .menu-col-2 {
    width: 320px;
}
}

@media (max-width: 990px) {
    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-2 {
        width: 214px;
    }
    }

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-3 {
    width: 215px;
}
@media (max-width: 990px) {
    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-3 {
        width: 177px;
    }
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in {
    float: left;
    width: 100%;
    text-align: left;
}



@media only screen and (min-width: 767px) {

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0:first-child {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        float: left;
    }

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
        float: left;
    }

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in {
        border-top: 1px solid #efefef;
        margin-top: 10px;
        padding-top: 10px;
    }
    
    
}


.main-nav .navbar-nav > li > .dropdown-menu {
    width: 980px;
    padding: 20px;
    float: right;
    border-radius: 0 !important;
    border: none !important;
}




.main-nav .navbar-nav > li > .dropdown-menu p {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    float: left;
}

.main-nav .navbar-nav > li > .dropdown-menu {
    color: #23409b;
    color: #d61c22;
    line-height: 20px;
    font-size: 15px;
    margin-top: 3px;
    float: right;
}

.main-nav .navbar-nav > li > .dropdown-menu a {
    color: #23409b;
    color: #d61c22;
    line-height: 20px;
    font-size: 15px;
    float: left;
}

.main-nav .navbar-nav > li > .dropdown-menu a.link {
    margin-bottom: 5px;
    float: left;
}

.main-nav .navbar-nav > li > .dropdown-menu a i {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    background: url(../images/nav/arrow.png) no-repeat center center;
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in ul li {
    display: block;
    float: left;
    width: 100%;
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in ul li a {
    font-size: 14px;
    color: #000;
}


@media only screen and (max-width: 767px) {

.main-nav .navbar-nav > li > .dropdown-menu a {
    color: #333;
    font-size: 15px;
    text-decoration: underline;
}

.main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 .menu-sub-in ul li a {
    font-size: 15px;
    color: #333;
    line-height: 20px;
    text-decoration: none;
}

}

.overlay-menu {
    position: absolute;
    /* top: 140px; */
    width: 100%;
    left: 0;
    background-color: rgba(0,0,0,0);
    z-index: 999;
    display: none;
}

/*.main-nav .navbar-nav > li > .dropdown-menu .menu-img-sec{ width:211px !important;}
.main-nav .navbar-nav > li.our-company > .dropdown-menu{ left:-140px}
.main-nav .navbar-nav > li.our-businesses > .dropdown-menu{ left:-259px}
.main-nav .navbar-nav > li.sustainability > .dropdown-menu{ left:-388px}
.main-nav .navbar-nav > li.investor-relations > .dropdown-menu{ left:-502px}   
.main-nav .navbar-nav > li.news-media > .dropdown-menu{ left:-645px}
.main-nav .navbar-nav > li.our-partners > .dropdown-menu{ left:-845px}*/
.dropdown-menu ul li {
    padding-left: 20px;
    line-height: 26px;
}



/* Home styles
--------------------------------------------- */
.banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .container {
    position: relative;
}

.banner ul li {
    height: 515px;
    background-size: 100% auto;
}

.banner ul li.banner1 {
    background: url(../images/home/banner1.jpg) no-repeat center center;
}

.banner ul li.banner2 {
    background: url(../images/home/banner2.jpg) no-repeat center center;
}

.banner ul li.banner3 {
    background: url(../images/home/banner3.jpg) no-repeat center center;
}

.banner ul li.banner4 {
    background: url(../images/home/banner4.jpg) no-repeat center center;
}

.banner ul li.banner5 {
    background: url(../images/home/banner5.jpg) no-repeat center center;
}

.banner ul li h1 {
    float: left;
    padding: 0 10px;
    font-family: 'Nunito', sans-serif;
    font-size: 60px;
    background-color: rgba(37,67,153,0.9);
    color: #fff;
}

.banner ul li .banner-sub-title {
    float: left;
    padding: 0 10px;
    clear: left;
    margin-top: 290px;
}

.banner ul li h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.banner ul li h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #d4d4d3;
}

.blue-bg {
    background-color: rgba(21,136,161,0.5);
}

.lightblue-bg {
    background-color: rgba(55,142,169,0.8);
}

.brown-bg {
    background-color: rgba(96,69,50,0.8);
}

.darkbrown-bg {
    background-color: rgba(78,70,59,0.7);
}

/*.banner .bx-wrapper .bx-pager .bx-pager-item:nth-child(5n+1) a:after{ background-image:url(../images/home/banner-thumb1.jpg) !important}
.banner .bx-wrapper .bx-pager .bx-pager-item:nth-child(5n+2) a:after{ background-image:url(../images/home/banner-thumb2.jpg) !important}
.banner .bx-wrapper .bx-pager .bx-pager-item:nth-child(5n+3) a:after{ background-image:url(../images/home/banner-thumb3.jpg) !important}
.banner .bx-wrapper .bx-pager .bx-pager-item:nth-child(5n+4) a:after{ background-image:url(../images/home/banner-thumb4.jpg) !important}
.banner .bx-wrapper .bx-pager .bx-pager-item:nth-child(5n+5) a:after{ background-image:url(../images/home/banner-thumb5.jpg) !important}*/
/*Breadcrumbs styles
--------------------------------------------- */
.breadcrumbs {
    /* border-bottom: 1px solid #EEEEEE; */
    overflow: hidden;
    margin: 12px 0 6px 0;
}

.breadcrumb {
    background: none;
    margin-bottom: 0;
    padding: 0 0 10px;
    width: 100%;
}

.breadcrumb > span {
    /* float: left; */
    color: #000;
}

.breadcrumb > a {
    float: left;
    padding-left: 5px;
    color: #000;
}

.breadcrumb > a:after{
    content: "\003E";
    padding: 10px;
    /* background: url(../img/arrow-breadcrumb.png) no-repeat right 7px; */
}

.breadcrumb > span {
    padding: 5px;
    background: none;
    padding-right: 0;
    margin-right: 0;
}

/*page head styles
--------------------------------------------- */
.page-header {
    border-bottom: none;
    margin: 0 0 20px;
    padding-bottom: 0;
}

.page-header h2 {
    font-size: 20px;
    margin: 0;
}

/*Footer styles
--------------------------------------------- */
.bottom-news-sec .date, .bottom-news-sec .month {
    color: #fff;
    display: block;
    float: left;
    text-align: left;
}

.bottom-news-sec .date {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 32px;
    margin-right: 5px;
}

.bottom-news-sec .month {
    line-height: 32px;
}

.bottom-news-sec h4 {
    font-weight: bold;
}

.quick-link {
    padding-left: 30px;
}

.quick-link input[type="text"] {
    border: 1px solid #cecece !important;
    background-color: #FFF;
    padding: 5px;
    height: 31px;
    width: 150px;
    float: left;
}

.quick-link .btn {
    padding: 5px 10px;
    float: left;
    margin-left: 5px;
}

.quick-link .list-arrow li:first-child {
    margin-top: 0;
}

.quick-link a {
    color: #707170;
}
.quick-link a:hover {
    color: #d61c22;
}

.quick-link h4 {
    font-weight: bold;
}

footer {
    border-top: 1px solid #e1e1e1;
}

footer p {
    color: #a0a0a0;
    font-size: 12px;
    margin-bottom: 0;
}

footer ul {
    vertical-align: middle;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: #a0a0a0;
    font-size: 12px;
    float: left;
    padding: 0 8px;
    border-left: 1px solid #a0a0a0;
    line-height: 14px;
}

footer ul li:first-child a {
    border-left: none;
}

/*Sub page banner styles
--------------------------------------------- */
.banner-in .container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner-in .col-xs-1, .banner-in .col-sm-1, .banner-in .col-md-1, .banner-in .col-lg-1, .banner-in .col-xs-2, .banner-in .col-sm-2, .banner-in .col-md-2, .banner-in .col-lg-2, .banner-in .col-xs-3, .banner-in .col-sm-3, .banner-in .col-md-3, .banner-in .col-lg-3, .banner-in .col-xs-4, .banner-in .col-sm-4, .banner-in .col-md-4, .banner-in .col-lg-4, .banner-in .col-xs-5, .banner-in .col-sm-5, .banner-in .col-md-5, .banner-in .col-lg-5, .banner-in .col-xs-6, .banner-in .col-sm-6, .banner-in .col-md-6, .banner-in .col-lg-6, .banner-in .col-xs-7, .banner-in .col-sm-7, .banner-in .col-md-7, .banner-in .col-lg-7, .banner-in .col-xs-8, .banner-in .col-sm-8, .banner-in .col-md-8, .banner-in .col-lg-8, .banner-in .col-xs-9, .banner-in .col-sm-9, .banner-in .col-md-9, .banner-in .col-lg-9, .banner-in .col-xs-10, .banner-in .col-sm-10, .banner-in .col-md-10, .banner-in .col-lg-10, .banner-in .col-xs-11, .banner-in .col-sm-11, .banner-in .col-md-11, .banner-in .col-lg-11, .banner-in .col-xs-12, .banner-in .col-sm-12, .banner-in .col-md-12, .banner-in .col-lg-12 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.banner-in {
    /* height: auto;/*248px;*/
    height: 238px;
}

.banner-in img {
    margin: 0 auto;
    display: block;
}

.banner-in .banner-sub-title {
    float: left;
    padding: 5px 15px;
    background-color: rgba(0,0,0,0.7);
    clear: left;
   margin-top:104px;
    position: absolute;
    /*width:40%;*/
    left: 16%;
    top: 40%;
    text-align: left;
}

.banner-in h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 5px;
}

.banner-in h3 {
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    color: #d4d4d3;
}

.sub-page-banner {
    position: relative;
}

.sub-page-banner figure {
    position: relative;
}

.sub-page-banner .banner-disc {
    position: absolute;
    left: 50px;
    top: 110px;
    z-index: 9;
    border-bottom: 1px solid #b69960;
}

.sub-page-banner .banner-disc h3 {
    color: #b69960;
    margin-bottom: 0;
}

.sub-page-banner .banner-disc p {
    color: #fff;
}

.sub-page-banner .banner-disc a {
    padding: 3px 10px;
    bottom: -40px;
    position: absolute;
}


.founder-chairman-quotes {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    min-height: 180px;
}

.title {
    background: #d61c22;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    width: 90px;
    color: #FFF;
    padding: 2px 15px;
    display: inline;
    position: absolute;
    left: 52%;
    margin-left: -60px;
    z-index: 9;
    font-size: 16px;
    text-align: center;
}

#timeline.fixed {
    position: fixed;
    top: 20px;
}

#timeline.year-tb {
    right: inherit;
    margin-left: 10px;
}

.timeline {
    list-style: none;
    padding: 50px 0 20px;
    position: relative;
}

.timeline-panel .year {
    position: absolute;
    background: #c3cde1;
    padding: 0 8px;
    margin: 0 0 0 0;
    color: #000;
    font-size: 16px;
    top: 0;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #ccc;
    left: 50%;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline-panel {
    background: #fff;
    color: #FFF;
}

.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    margin-left: 10px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 35px;
    width: 24px;
    right: -24px;
    display: inline-block;
    border-top: 1px dashed #ccc;
    content: " ";
}

.timeline > li > .timeline-panel:after {
    background-color: #d61c22;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: -27px;
    top: 31px;
    width: 10px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    margin-right: 10px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 11px;
    left: -24px;
    right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    background-color: #d61c22;
    border: 2px solid #FFFFFF;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: -30px;
    top: 31px;
    width: 10px;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body figure {
    margin-bottom: 20px;
    text-align: center;
}

.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
    color: #000000;
    line-height: 22px;
}

.timeline-body p img {
    float: left;
    padding: 0 10px 10px 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    ul.timeline > li > .timeline-panel:after {
        left: -56px !important;
        border: 2px solid #FFF;
    }

    .title {
        left: 9%;
    }
}

.year-tb > li.active:after {
    height: 22px;
    width: 5px;
    background: #ff3333;
    content: "";
    display: none;
    left: -9%;
    position: absolute;
    top: -27%;
}

.year-tb > li:before {
    height: 22px;
    width: 5px;
    background: #e2e2e2;
    content: "";
    display: block;
    left: -9%;
    position: absolute;
    top: -27%;
}

.year-tb {
    width: 5%;
    border-bottom: none;
    position: absolute;
    right: -6%;
}

.awrd-year .year-tb {
    top: 23px;
}

ul.year-tb li {
    padding-bottom: 3px;
    padding-left: 10px;
}

ul.year-tb li a {
    line-height: 1;
    padding: 0px 0px;
    font-size: 11px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    border: none;
    display: block;
    padding-bottom: 10px;
    color: #97a0c6;
    outline: none;
    position: relative;
    padding-left: 12px;
    margin-left: -14px;
}

ul.year-tb li a:hover {
    background: none;
    color: #ff3333;
    border: none;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}

ul.year-tb li.active > a, ul.year-tb li.active > a:hover, ul.year-tb li.active > a:focus {
    cursor: default;
    background: none;
    color: #ff3333;
    border: none;
    border-bottom-color: transparent;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}

ul.year-tb p {
    font-size: 11px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
    max-height: 49px;
    border: none;
    display: block;
    padding-bottom: -10px;
    color: #97a0c6;
}

#board-directors-details .pop-picture {
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    transition: border 500ms ease-out;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -ms-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
}

#board-directors-details .pop-picture figure {
    overflow: hidden;
    background: url(../images/our-company/innovation/shadow.png) no-repeat center 110px;
    padding-bottom: 10px;
    margin-top: 50px;
}

#board-directors-details .pop-picture-title {
    position: relative;
    bottom: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#board-directors-details .pop-picture-title h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

#board-directors-details .pop-picture-title p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
    line-height: 16px;
}

#board-directors-details .pop-picture img {
    position: relative;
    max-width: 100%;
    width: inherit;
    display: inline-block;
}

/*Innovation Directors styles
--------------------------------------------- */
.innovation-banner {
    background: url(../images/our-company/innovation/banner.jpg)no-repeat center center;
}

.innovation-box {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.innovation-box figure.left img {
    border-right: 1px solid #ddd;
}

.innovation-box figure.right img {
    border-left: 1px solid #ddd;
}

.innovation-box .right .well {
    padding-left: 0;
}

.innovation-box .left .well {
    padding-right: 0;
}

.innovation-box h3 {
    color: #b69960;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.innovation-box p {
    margin-bottom: 0;
}

.innovation-list {
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    transition: border 500ms ease-out;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -ms-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.innovation-list figure {
    overflow: hidden;
    background: url(../images/our-company/innovation/shadow.png) no-repeat center 110px;
    padding-bottom: 10px;
}

.innovation-list .innovation-title {
    position: relative;
    bottom: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.innovation-list h4 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
}

.innovation-list h4 a {
    display: block;
    color: #b69960;
}

.innovation-list p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    text-transform: uppercase;
}

.innovation-list img {
    position: relative;
    max-width: 100%;
}

/*Founder Chairman styles
--------------------------------------------- */
.founder-banner {
    background: url(../images/our-company/founder-chairman/ban_founder-chairman.jpg)no-repeat center center;
}

.founder-infographic .infographic {
    width: 397px;
    position: relative;
    display: inline-block;
    padding: 50px 0;
}

.founder-infographic .infographic a {
    display: block;
}

.founder-infographic .infographic a:hover h3, .founder-infographic .infographic a:hover p {
    color: #d61c22;
}

.founder-infographic .infographic img {
    position: relative;
}

.founder-infographic .infographic div h3 {
    margin-bottom: 5px;
    color: #8d8d8d;
}

.founder-infographic .infographic div p {
    color: #8d8d8d;
    margin-right: 80px;
}

.founder-infographic .infographic div {
    position: absolute;
    width: 275px;
    text-align: left;
}

.founder-infographic .infographic div.blue {
    margin: 0 0 0 -273px;
    top: 0;
    left: 0;
}

.founder-infographic .infographic div.orange {
    margin: 0 -306px 0 0;
    top: 0;
    right: 0;
}

.founder-infographic .infographic div.green {
    margin: 0 0 0 -220px;
    bottom: 0;
    left: 0;
}

.founder-infographic .infographic div.lblue {
    margin: 0 -260px 0 0;
    bottom: 0;
    right: 0;
}

.founder-chairman {
    margin-top: 20px;
}

.founder-chairman h2 {
    font-size: 26px;
}

.founder-chairman p, .founder-chairman h2 {
    text-align: center;
}

.mem-speech {
    font-size: 21px;
}

.founder-chairman-quote {
    font-size: 20px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
}

.founder-chairman-quote img {
    display: inline-block !important;
    width: auto !important;
}

.founder-pdf-list {
    border: 1px solid #b69960;
    padding: 10px;
    float: left;
}

.founder-pdf-list li {
    background: url(../img/ver-sep1.png) no-repeat left center;
    padding: 5px 15px;
}

.founder-pdf-list li:first-child {
    background: none;
    padding-left: 10px !important;
}

.founder-pdf-list li a {
    color: #444;
}

.founder-pdf-list li a img {
    margin-right: 10px;
}

.bluebg {
    background: #d61c22;
    margin-top: 5px;
    padding: 10px 0px;
    overflow: hidden;
    float: left;
    text-align: center;
}

.mR5 {
    margin-right: 10px;
}

.mR20 {
    margin-right: 20px;
}

.bottom-text a {
    font-size: 13px;
    color: #707170;
    text-align: center !important;
    display: block;
    padding: 0 5px;
    margin: 5px;
    justify-content: center;
}

.bottom-text a:hover {
    color: #d61c22;
}


.quotes {
    min-height: 100px;
}

/*About styles
--------------------------------------------- */
.about-banner {
    background: url(../img/banner.jpg)no-repeat center center;
}

.about-awards-list li {
    float: left;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0;
}

.about-awards-list li span {
    position: relative;
    background: #d61c22;
    padding: 10px 10px 10px 15px;
    height: 40px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.about-awards-list li span:after, .about-awards-list li span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 999;
}

.about-awards-list li span:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #d61c22;
    border-width: 20px;
    margin-top: -20px;
}

.about-awards-list li span:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #fff;
    border-width: 26px;
    margin-top: -26px;
}

.about-awards-list li p {
    display: inline-block;
    background: #f8f8f8;
    min-height: 50px;
    padding: 10px 20px 10px 35px;
    margin: 0;
    width: 93%;
    vertical-align: middle;
}

/*Board of committiees styles
--------------------------------------------- */
.committiees-banner {
    background: url(../images/our-company/committiees/banner.jpg)no-repeat center center;
}

.accordion .accordion-head {
    border-bottom: 1px solid #d9d9d8;
    background: #f7f9f7;
    padding: 12px 15px;
}

.accordion-csr .accordion-sm .accordion-head {
    margin: 10px 0;
}

.accordion .accordion-sm h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.accordion .accordion-sm .plusminus {
    background: url("images/ui-icons_ffffff_256x240.png") no-repeat scroll -4px -130px;
    content: "";
    height: 30px;
    position: absolute;
    right: 20px;
    margin-top: 12px;
    width: 30px;
}

.accordion .accordion-sm .plusminus.active {
    background: url("images/ui-icons_ffffff_256x240.png") no-repeat scroll -265px -130px;
}

.accordion .panel {
    background: none;
    box-shadow: none;
    border: none !important;
    margin-bottom: 0 !important;
}

.accordion .panel-default {
    border-bottom: #ddd solid 1px;
    border-color: none;
}

/* .accordion .accordion-sm .panel-pop {
    display: none;
    background: #fff;
} */

.accordion .accordion-sm .panel-pop .nav-tab {
    width: 90% !important;
    float: left;
}

.accordion .accordion-sm .panel-pop .nav-tabs li {
    /*background: url(../img/arrow-black.png) no-repeat 10px 18px #f8f8f8;*/
    /* background: #f8f8f8; */
    width: 100%;
    border: none !important;
    margin-top: 8px;
}

.board-committees a {
    cursor: default;
}

.accordion .accordion-sm .panel-pop .nav-tabs li a {
    background: none !important;
    border: none !important;
    padding: 10px 10px 10px 20px;
    color: #000;
    cursor: default;
}

.accordion .accordion-sm .panel-pop .nav-tabs li.active {
    background-color: #f8f8f8;
    border: none !important;
}

.accordion .accordion-sm .panel-pop .nav-tabs li.active a {
    color: #b69960;
}

/*.accordion .accordion-sm .panel-pop .tab-pane li{ padding-left:10px; margin-top:8px; background-image:url(../img/arrow-black.png) !important}*/
.accordion .accordion-sm .panel-pop .tab-pane li {
    margin-top: 8px;
}

.accordion .accordion-sm .panel-pop .well {
    padding: 0;
}

.accordion .accordion-sm .panel-pop h4 {
    font-size: 15px;
}

/*Careers styles
--------------------------------------------- */
.work-kopran-banner .banner-disc {
    top: 136px;
    left: 77px;
}

.work-kopran-diagram, .work-kopran-diagram img {
    position: relative;
}

.work-kopran-table tr td {
    background: url(../img/list-disc.gif) no-repeat 10px center #f8f8f8;
    padding: 10px 15px 10px 25px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    color: #666;
}

.work-kopran-table tr:first-child td {
    border-top: none;
}

.work-kopran-table tr td:first-child {
    border-left: none;
}

.work-kopran-diagram {
    margin: 20px 0 40px;
}

.work-kopran-diagram .pubble-sm {
    width: 28px;
    height: 28px;
    position: absolute;
    background: #F00;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    z-index: 999;
}

.work-kopran-diagram .pubble-sm .plusminus {
    position: absolute;
    color: #fff;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    left: 7px;
    outline: none;
}

.work-kopran-diagram .pubble-sm .plusminus.active {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 9px;
    outline: none;
}

.work-kopran-diagram .red {
    background: #ff2b00;
    position: absolute;
    top: 152px;
    left: 163px;
}

.work-kopran-diagram .blue {
    background: #50cac9;
    position: absolute;
    bottom: -18px;
    left: 333px;
}

.work-kopran-diagram .dark-blue {
    background: #0a5fa2;
    position: absolute;
    top: 160px;
    left: 410px;
}

.work-kopran-diagram .orange {
    background: #ff9d27;
    position: absolute;
    top: 102px;
    right: 196px;
}

.work-kopran-diagram .green {
    background: #00a752;
    position: absolute;
    bottom: -18px;
    right: 160px;
}

.work-kopran-diagram .pubbles-pop {
    width: 400px;
    position: absolute;
    background: #FFF;
    bottom: 42px;
    left: -186px;
    z-index: 999;
    border: #dfdfdf solid 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 15px;
    text-align: left;
    display: none;
}

.work-kopran-diagram .pubbles-pop:after, .pubbles-pop:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.work-kopran-diagram .pubbles-pop:after {
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.work-kopran-diagram .pubbles-pop:before {
    border-top-color: #dfdfdf;
    border-width: 11px;
    margin-left: -11px;
}

.work-kopran-diagram .pubbles-pop .btn {
    padding: 3px 10px;
    margin-left: 10px;
}

.meet-our-people-banner {
    background: url(../images/careers/main-banner.jpg)no-repeat center center;
}

.meet-team-box {
    border: 1px solid #ddd;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.meet-team-box .well {
    padding: 10px 20px;
}

.meet-team-box .left figure {
    text-align: right;
}

.meet-team-box .right .well {
    padding-left: 0;
}

.meet-team-box .left .well {
    padding-right: 0;
}

.meet-team-box h3 {
    color: #254399;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
}

.meet-team-box h2 {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
}

.meet-team-box h5 {
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}

.meet-team-box p {
    margin-bottom: 0;
    line-height: 20px;
}

.choosing-ralp .nav-tabs li {
    width: 33.33%;
    text-align: center;
}

.apply-online .tab-content {
    background-color: #fff;
    border: 1px solid #d61c22 !important;
}

.apply-online .nav-tabs li {
    text-align: center;
    display: table-cell;
}

.apply-online .nav-tabs li a {
    height: 50px;
    padding: 5px 20px;
}

.apply-online .nav-tabs > li > a.lineheight {
    line-height: 42px;
}

.apply-online #add-communication, .apply-online #your-message {
    height: 100px;
}

.apply-online .three-tabs li {
    width: 33.33%;
    /* !important;*/
}

.apply-online .four-tabs li {
    width: 25% !important;
}

/*Products styles
--------------------------------------------- */
.refine-banner {
    background: url(../images/our-businesses/refiningandmarketing/banner.jpg)no-repeat center center;
}

.our-businesses-banner {
    background: url(../images/our-businesses/main-banner.jpg)no-repeat center center;
}

.our-businesses-list {
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    transition: border 500ms ease-out;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -ms-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.our-businesses-list figure {
    overflow: hidden;
}

.our-businesses-list img {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.our-businesses-list:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.our-businesses-list .overlay {
    position: absolute;
    width: 100%;
    margin: -40px 0 0;
    height: 100%;
    top: 100%;
    z-index: 10;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.our-businesses-list:hover .overlay {
    top: 0;
    margin-top: 0;
}

.our-businesses-list .our-businesses-title {
    padding: 10px;
    background-color: #000;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    display: block;
}

.our-businesses-list h4 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #d61c22;
}

.our-businesses-list h4 a {
    color: #fff;
}

.our-businesses-caption {
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    min-height: 240px;
}

.our-businesses-caption p {
    color: #fff;
    text-align: left;
    line-height: 20px;
}

.petrochemicals-banner {
    background: url(../images/our-businesses/petrochemicals/banner.jpg)no-repeat center center;
}

.petrochemicals-thumb {
    background-color: #fff;
    font-size: 13px;
    text-align: center;
    transition: border 500ms ease-out;
    -webkit-transition: border 500ms ease-out;
    -moz-transition: border 500ms ease-out;
    -ms-transition: border 500ms ease-out;
    -o-transition: border 500ms ease-out;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.petrochemicals-thumb figure {
    overflow: hidden;
}

.petrochemicals-thumb .petrochemicals-title {
    position: absolute;
    top: 0;
    padding: 20px;
    text-align: left;
    width: 190px;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.petrochemicals-thumb:hover .petrochemicals-title {
    width: 60%;
}

.petrochemicals-thumb .petrochemicals-title h4 {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.petrochemicals-thumb .petrochemicals-title p {
    color: #fff;
    line-height: 16px;
    font-size: 13px;
}

.petrochemicals-thumb .petrochemicals-title a {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0;
    white-space: 28px;
    height: 28px;
    background: url(images/ui-icons_ffffff_256x240.png) no-repeat -265px -2px #d61c22;
}

.prm-table {
    border: 1px solid #d9d9d9;
}

.prm-table thead tr td {
    background-color: #d61c22;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
}

.prm-table tr td {
    background: #f8f8f8;
    padding: 10px 20px;
    border-left: 1px solid #d9d9d9;
    border-top: none;
    color: #666;
}

.prm-table tbody tr:nth-child(odd) td {
    background: #fff;
}

.prm-table tr:first-child td {
    border-top: none;
}

.prm-table tr td:first-child {
    border-left: none;
}

.prm-key .well-box {
    padding: 20px;
    background-color: #f8f8f8;
    position: relative;
    box-shadow: none;
    height: 215px;
}

.key-bott-box {
    border-top: none;
    padding: 10px !important;
    height: auto;
    box-shadow: none;
}

.prm-key .well-box .arrow {
    width: 28px;
    height: 28px;
    top: 50%;
    left: 0;
    margin: -20px 0 0 -14px;
    border-radius: 50%;
    position: absolute;
    background: url(images/ui-icons_ffffff_256x240.png) no-repeat -8px -3px #254399;
}

.prm-key .well-box .arrow.right {
    left: inherit;
    right: 0;
    margin: -20px -14px 0 0;
    background-position: -265px -3px !important;
}

.prm-key .well-box h4 {
    width: 140px;
    height: 25px;
    top: 50%;
    left: 0;
    margin: -22px 0 0 -140px;
    position: absolute;
    text-align: center;
}

.prm-key .well-box h4.right {
    left: inherit;
    right: 0;
    margin: -22px -140px 0 0;
}

/*textiles CSS*/
.textiles-banner {
    background: url(../images/our-businesses/textiles/banner.jpg)no-repeat center center;
}

.textiles-infographic .infographic {
    width: 250px;
    height: 350px;
    position: relative;
    display: inline-block;
    padding: 50px 0;
}

.textiles-infographic .infographic img {
    position: relative;
}

.textiles-infographic .infographic div h3 {
    margin-bottom: 0;
}

.textiles-infographic .infographic div {
    position: absolute;
    width: 280px;
    text-align: left;
}

.textiles-infographic .infographic div.blue {
    margin: 0 0 0 -260px;
    top: 0;
    left: 0;
}

.textiles-infographic .infographic div.orange {
    margin: 0 -260px 0 0;
    top: 0;
    right: 0;
}

.textiles-infographic .infographic div.green {
    margin: 0 0 0 -260px;
    bottom: 0;
    left: 0;
}

.textiles-infographic .infographic div.lblue {
    margin: 0 -260px 0 0;
    bottom: 0;
    right: 0;
}

/*textiles CSS*/
.chemicals-banner {
    background: url(../images/our-businesses/chemicals/banner.jpg)no-repeat center center;
}

.polisters .nav-tabs li {
    width: 25%;
    text-align: center;
}

.accordion-txt .accordion-txt-sm h5 {
    margin-bottom: 5px;
}

.accordion-txt .accordion-txt-sm h5 a {
    font-size: 14px;
    color: #333;
}

.accordion-txt .panel {
    background: none;
    box-shadow: none;
    border: none !important;
}

.accordion-txt .panel-default {
    border-bottom: #ddd solid 1px;
    border-color: none;
}

/* .accordion-txt .accordion-txt-sm .panel-pop {
    display: none;
    background: #fff;
} */

.accordion-txt .accordion-txt-sm .panel-pop .nav-tab {
    width: 90% !important;
    float: left;
}

.accordion-txt .accordion-txt-sm .panel-pop .nav-tabs li {
    background: url(../img/arrow-black.png) no-repeat 10px 18px #f8f8f8;
    width: 100%;
    border: none !important;
    margin-top: 8px;
}

.accordion-txt .accordion-txt-sm .panel-pop .nav-tabs li a {
    background: none !important;
    border: none !important;
    padding: 10px 10px 10px 20px;
    color: #000;
}

.accordion-txt .accordion-txt-sm .panel-pop .nav-tabs li.active {
    background-color: #f8f8f8;
    border: none !important;
}

.accordion-txt .accordion-txt-sm .panel-pop .nav-tabs li.active a {
    color: #b69960;
}

.accordion-txt .accordion-txt-sm .panel-pop .tab-pane li {
    padding-left: 10px;
    margin-top: 8px;
    background-image: url(../img/arrow-black.png) !important;
}

.accordion-txt .accordion-txt-sm .panel-pop .well {
    padding-bottom: 0;
}

.accordion-txt .accordion-txt-sm .panel-pop h4 {
    font-size: 15px;
}

.polymers-infographic .infographic {
    width: 216px;
    height: 450px;
    position: relative;
    display: inline-block;
    padding: 80px 0;
    margin-top: 90px;
}

.polymers-infographic .infographic img {
    position: relative;
}

.polymers-infographic .infographic li {
    font-size: 12px;
    margin-top: 5px;
    padding: 0 0 0 12px;
    background: url(../img/bullet2.png) no-repeat left 5px;
}

.polymers-infographic .infographic div h3 {
    margin-bottom: 0;
}

.polymers-infographic .infographic div {
    position: absolute;
    width: 280px;
    text-align: left;
}

.polymers-infographic .infographic div.blue {
    margin: 0 0 0 -230px;
    bottom: 370px;
    left: 0;
    float: right;
    text-align: right;
}

.polymers-infographic .infographic div.blue li {
    padding: 0 12px 0 0;
    background: url(../img/bullet1.png) no-repeat right 5px;
}

.polymers-infographic .infographic div.orange {
    margin: 0 -230px 0 0;
    bottom: 370px;
    right: 0;
}

.polymers-infographic .infographic div.green {
    margin: 0 0 0 -230px;
    top: 270px;
    left: 0;
    margin-top: 20px;
    float: right;
    text-align: right;
}

.polymers-infographic .infographic div.green li {
    padding: 0 12px 0 0;
    background: url(../img/bullet3.png) no-repeat right 5px;
}

.polymers-infographic .infographic div.lblue {
    margin: 0 -230px 0 0;
    top: 270px;
    right: 0;
    margin-top: 20px;
}

.polymers-infographic .infographic div.lblue li {
    background: url(../img/bullet4.png) no-repeat left 5px;
}

/* retail CSS */
.retail-banner {
    background: url(../images/our-businesses/retails/banner.jpg)no-repeat center center;
}

.retail-title {
    background-color: #d61c22;
    color: #fff;
    padding: 5px 0;
}

.retail-box-cont {
    padding: 20px 40px;
    text-align: center;
}

.retail-box-cont img {
    padding: 10px;
}

.store-loc {
    position: relative;
}

.retail-box-cont {
    padding: 20px 30px;
    text-align: left;
}

.retail-box-cont img {
    padding: 10px 30px 10px 36px;
}

.retail-box-cont h2 {
    margin-left: 35px;
}

.store-loc-text {
    position: absolute;
    top: 33px;
    right: 130px;
    width: 25%;
    color: #fff;
}

.store-loc-text h4 {
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
}

.store-loc-text p {
    font-family: 'Nunito', sans-serif;
    font-size: 13px;
    padding: 0px;
    line-height: 15px;
    color: #fff;
}

h2.partners {
    padding: 10px 0 10px 84px;
    width: 100%;
    text-align: left;
}

.business .selectpicker .filter-option {
    padding-left: 20px !important;
    position: relative;
}

.business .selectpicker .filter-option:after {
    position: absolute;
    width: 12px;
    height: 12px;
    content: "";
    background: #0b60a3;
    left: 0;
    top: 5px;
}

.business .selectpicker #business1.filter-option:after {
    background: #f2b100 !important;
}

.business .selectpicker #business2.filter-option:after {
    background: #63a103 !important;
}

/*eB@B styles
--------------------------------------------- */
.eb2b h4 {
    font-size: 13px;
}

.eb2b ul li {
    color: #707170;
}

.eb2b ul li span {
    text-decoration: underline;
}

.eb2b ul li img {
    margin-right: 10px;
}

/*related links*/
.reLinks ul li {
    padding: 6px 0 6px 15px;
    background: url(../images/arrow-tab-n.png) 5px 13px no-repeat;
    border-top: 1px dotted #ccc;
}

.reLinks ul li:first-child {
    border: none;
}

.reLinks ul li.menuActive > a {
    color: #ffac42;
}

.reLinks ul ul li {
    background: url(../images/arrow-council.png) 3px 8px no-repeat;
}

.reLinks ul ul li {
    padding: 0 0 0 15px;
    border: none;
}

.reLinks ul ul li.relLinkCMSListMenuHighlightedLI a {
    color: #ffac42;
}

.reLinks .relLinkCMSListMenuUL {
    display: none;
}

.reLinks ul li span {
    color: #ad9259;
    cursor: pointer;
}

.reLinks ul li span:hover {
    color: #ffac42;
}

.reLinks ul li:first-child .relLinkCMSListMenuUL {
    display: block;
}

.reLinks ul li.menuActive {
    background: url(../images/arrow-tab-act.png) 5px 15px no-repeat;
}

/*Approach styles
--------------------------------------------- */
.approach-banner {
    background: url(../images/approach/banner.jpg)no-repeat center center;
}

.approach-strategic-pillars {
    position: relative;
}

.approach-strategic-pillars li {
    display: inline-block;
    width: 185px;
    margin-left: 5px;
}

.approach-strategic-pillars li:first-child {
    margin-left: 0;
}

.approach-strategic-pillars li figure, .approach-strategic-pillars li figure img {
    position: relative;
}

.approach-strategic-pillars li figcaption {
    position: absolute;
    bottom: 0px;
    padding: 10px 15px 20px;
    background: rgba(0,0,0,0.8);
    width: 100%;
}

.approach-strategic-pillars li figcaption h5 {
    color: #fff;
    font-size: 15px;
}

.approach-strategic-pillars li figcaption .arrow {
    right: 0;
    position: absolute;
    bottom: 0;
    height: 29px;
    width: 30px;
    background: url(images/ui-icons_ffffff_256x240.png) no-repeat -265px -2px rgba(182,153,96,0.9);
    outline: none;
    cursor: pointer;
}

.approach-strategic-pillars li .popup {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #f8f8f8;
    width: 100%;
    z-index: 9999;
    padding: 30px;
    display: none;
}

.approach-strategic-pillars li .popup p {
    font-size: 13px;
}

.approach-strategic-pillars li .popup .close {
    position: absolute;
    background: url(images/ui-icons_ffffff_256x240.png) no-repeat -130px -2px rgba(182,153,96,1) !important;
    cursor: pointer;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #fff !important;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0;
    text-align: center;
    opacity: 1;
    text-shadow: none;
    border-radius: 0 !important;
}

.fourg-banner {
    background: url(../images/our-businesses/4g/banner.jpg)no-repeat center center;
}

/*Health styles
--------------------------------------------- */
.healthtab .nav-tabs li {
    width: 33.3%;
    text-align: center;
}

/*CSR styles
--------------------------------------------- */
.csr-list-thumb {
    background: #f2f2f2;
    min-height: 365px;
    margin-bottom: 20px;
}

.csr-list-thumb .disc {
    padding: 20px;
}

/* products & brands*/
.products-banner {
    background: url(../images/our-businesses/productsAndbrands/banner.jpg)no-repeat center center;
}

.products-brands {
    padding-bottom: 10px;
}

.products-brands-section {
    float: left;
}

.products-brands-section figure {
    float: left;
    margin-right: 25px;
}

.drop-add {
    float: left;
    background: #d61c22;
    padding: 10px;
    border-radius: 3px;
}

.drop-add img {
    float: left;
    margin: 7px 4px 0 0;
}

.drop-add p {
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
}

.drop-add-white {
    float: left;
    background: #d61c22;
    padding: 10px;
    border-radius: 3px;
}

.drop-add-white img {
    float: left;
    margin: 7px 4px 0 0;
}

.drop-add-white p {
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
}

.drop-add-white p a {
    color: #fff;
}

.read {
    font-size: 16px;
    margin-top: 15px;
    border-bottom: #f4f4f4 solid 1px;
}

.read a {
    text-decoration: none;
    color: #fff;
}

/*contact us styles
--------------------------------------------- */
.contact-banner {
    background: url(../images/contact/banner.jpg)no-repeat center center;
}

.security {
    overflow: hidden;
    padding: 15px 5px;
    border: 1px solid #cccccc;
}

.security strong {
    color: #254399;
    font-weight: normal;
    display: block;
    padding: 20px 0px 5px 0px;
}

.form-group #message {
    height: 95px;
}

.contact-mandatory {
    margin: 0px 0px 10px -10px;
}

.button {
    margin: 0px -10px 0px 0px;
    text-align: right;
}

.button .btn {
    padding: 10px 15px;
}

.button a {
    color: #000000;
    margin: 0px 15px 0px 0px;
    /* text-decoration: underline; */
}

.button a:hover {
    text-decoration: none;
}

.contact-details {
    border: 1px solid #cccccc;
    overflow: hidden;
    padding: 15px 0px;
    background: #fefefe;
}

.mail-phone {
    color: #254399;
    padding: 0px 18px 0px 18px;
}

.mail-phone span {
    display: block;
    padding: 0px 0px 10px 0px;
}

.mail-phone a {
    color: #254399;
}

.mail-phone img {
    vertical-align: middle;
    margin: 0px 10px 0px 0px;
}

.contact-address {
    padding: 9px 18px;
    background: #f8f8f8;
}

.contact-address strong, .social-networks strong {
    color: #254399;
}

.social-networks {
    padding: 10px 18px 0px 18px;
}

.social-networks img {
    margin: 10px 10px 0px 0px;
}

.mT0 {
    margin-top: 0 !important;
}

.mT50 {
    margin-top: 50px !important;
}

.reports {
    width: 150px;
    float: left;
    height: 40px;
}

.reports-left {
    width: 150px;
    float: left;
    line-height: 40px;
}

.products-brands .invest-table .bootstrap-select .btn {
    float: right;
}

/* investor relations */
.investor-banner {
    background: url(../images/investor-relations/banner.jpg)no-repeat center center;
}

.invest-table {
    border: 1px solid #d9d9d9;
}

.invest-table thead tr td {
    background-color: #d61c22;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.invest-table tr td {
    background: #f8f8f8;
    padding: 10px 20px;
    border-left: 1px solid #d9d9d9;
    border-top: none;
    color: #666;
    font-size: 12px;
    height: 43px;
}

.invest-table tbody tr:nth-child(odd) td {
    background: #fff;
}

.invest-table tr:first-child td {
    border-top: none;
}

.invest-table tr td:first-child {
    border-left: none;
}

.shareholder .banner-disc a {
    bottom: -58px;
    left: 23px;
}

.invest-table .bootstrap-select {
    float: right !important;
    width: 120px !important;
    margin-bottom: 0;
    vertical-align: middle;
}

.invest-table .dropdown-menu > li.selected {
    padding: 5px !important;
}

.invest-table .dropdown-menu > li > a {
    padding: 5px !important;
    line-height: 16px !important;
}

.invest-table .bootstrap-select .btn {
    height: 30px;
    margin-bottom: 0;
    width: 120px;
}

.shareholder-form .bootstrap-select .btn {
    margin-bottom: 0;
    width: 150px !important;
}

.shareholder-form input {
    height: 35px;
}

/* Changes made for polymers */
.fright .dropdown-menu {
    height: 200px;
    max-height: 200px;
    padding: 0 !important;
    margin: 0 !important;
}

.fright .dropdown-menu ul li {
    padding: 0;
}

.experience-text {
    line-height: 16px;
    padding: 10px;
}

.working-kopran .our-businesses-title {
    background: #000;
}

.working-kopran .our-businesses-title h4 a {
    color: #d61c22;
}

.working-kopran .our-businesses-caption {
    background: #000;
}

.working-kopran .our-businesses-caption p span {
    float: right;
    margin-top: 20px;
    color: #d61c22;
    cursor: pointer;
}

.working-kopran .our-businesses-caption p span:hover {
    text-decoration: underline;
}

.upload {
    height: 34px !important;
    width: 50%;
}

/* News & Media*/
.news-banner {
    background: url(../images/newsandmedia/newsandmedia-banner.jpg)no-repeat center center;
}

.news-mB10 {
    margin-bottom: 10px !important;
}

.news-pagination .pagination > li > a, .news-pagination .pagination > li > span {
    border: 1px solid #b69960;
    padding: 0;
    margin-right: 8px;
    line-height: 26px;
    text-align: center;
    border-radius: 0;
    width: 30PX;
    height: 30PX;
}

.news-pagination .pagination li.prev a, .news-pagination .pagination li.next a {
    background: #b69960;
}

.news-pagination .pagination > li > a.active {
    background: #b69960;
    color: #fff;
}

.news-pagination .pagination > li > a:hover, .news-pagination .pagination > li > span:hover, .news-pagination .pagination > li > a:focus, .news-pagination .pagination > li > span:focus {
    background-color: #b69960 !important;
    color: #fff;
}

/*
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {background-color:#b69960 !important;}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {background-color:#b69960 !important;}*/
img#Conventional_Business {
    position: absolute;
    right: 48px;
    top: -421px;
}

img#America_Shale_Gas {
    position: absolute;
    left: 77px;
    top: -464px;
}

img#Coal_Bed_Methane {
    position: absolute;
    right: 138px;
    top: -450px;
}

ul, ol {
    padding: 0;
}

li {
    list-style: none;
}

a, .social-menu .socialshare-menu, .slow-trans {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    outline: none;
}

.social-menu {
    top: 0;
    right: 0;
    z-index: 9;
    margin: 0;
    padding: 0;
    
}

.social-menu li {
    float: left;
    padding: 0;
    margin-left: 10px;
    position: relative;
}
@media screen and (max-width:400px) {
.social-menu li {
    margin-left: 4px;
}	
}
.social-menu a, .social-menu a:visited, .social-menu li > span {
    display: block;
    height: 34px;
    line-height: 44px;
    padding: 0 0px 0 32px;
    margin: 0;
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    font-family: "Oswald",sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.social-menu .cart-link a {
    background: url(img/shopping-bag.png) no-repeat 10px 50%;
}

.social-menu .share {
    height: 31px;
    width: 34px;
    overflow: visible;
    background: url(../img/facebook-icon.png) no-repeat 50% #d61c22;
    z-index: 51;
}

.social-menu .sharetwt {
    height: 31px;
    width: 34px;
    overflow: visible;
    background: url(../img/twitter-icon.png) no-repeat 50% #d61c22;
    z-index: 51;
}

.social-menu .sharelnkin {
    height: 31px;
    width: 34px;
    overflow: visible;
    background: url(../img/linkedin-icon.png) no-repeat 50% #d61c22;
    z-index: 51;
}

.social-menu .shareyoutube {
    height: 31px;
    width: 34px;
    overflow: visible;
    background: url(../img/youtube-icon.png) no-repeat 50% #d61c22;
    z-index: 51;
}

.social-menu .socialshare-menu {
    position: absolute;
    top: 32px;
    z-index: 1;
    opacity: 0;
    margin: 0;
    width: 100%;
    display: none;
}

.social-links {
    background: #d61c22;
    top: 0;
    width: 100%;
    float: left;
    position: absolute;
}

.social-menu .share:hover .socialshare-menu {
    top: 31px;
    opacity: 1;
    display: block;
}

.social-menu .socialshare-menu li {
    position: relative;
    width: 100%;
    margin: 0;
}

.social-menu .socialshare-menu a {
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    cursor: pointer;
}

.social-menu .socialshare-menu a:hover {
    background-color: #254399;
}

.share .facebook-link {
    background: url(../img/social-media-light.png) no-repeat 14px 50%;
}

.share .twitter-link {
    background: url(../img/social-media-light.png) no-repeat -26px 50%;
}

.share .linkedin-link {
    background: url(../img/social-media-light.png) no-repeat -65px 50%;
}

@media screen and (max-width: 640px) {
    .social-menu {
        top: -132px;
        width: 100%;
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
        opacity: 0;
    }

    .social-menu {
        top: 66px;
        opacity: 1;
    }

    .social-menu li, .social-menu .share {
        width: 33.333333%;
    }

    .social-menu a {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .social-menu a, .social-menu li > span {
        padding-right: 0;
    }

    .social-menu .socialshare-menu {
        width: 140px;
        top: 44px;
        opacity: 1;
    }

    .social-menu .socialshare-menu li {
        float: left;
        width: 44px;
    }
}

/*Story Page*/
.story-wrapper {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.story-main {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.story-main h1 {
    padding: 150px 50px;
    float: left;
    width: 100%;
    font-size: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-weight: 100;
    color: white;
    margin: 0;
}

/*.story-main h1.demo1 {
      background: #1ABC9C;
    }*/
.story-main section .page_container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto 0;
    max-width: 950px;
}

.story-main section {
    overflow: hidden;
}

.story-main section > img {
    position: absolute;
    max-width: 100%;
}

.story-main section.page1 {
    background: rgb(230, 217, 200);
}

.story-main section .page_container .btns {
    clear: both;
    float: left;
    text-align: center;
    width: 435px;
}

.story-main section .page_container .btns a {
    text-align: center;
}

.story-main section.page1 {
    background: url(../images/our-company/our-story/rel-1.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page2 {
    background: url(../images/our-company/our-story/rel-2.jpg);
    background-size: cover;
    background-position: center;
}

.viewing-page-2 .back {
    background: rgba(0, 0, 0, 0.25);
    color: #FFF;
}

.story-main section.page3 {
    background: url(../images/our-company/our-story/rel-3.jpg);
    background-size: cover;
    background-position: center;
}

body.disabled-onepage-scroll .onepage-wrapper section {
    min-height: 100%;
    height: auto;
}

body.disabled-onepage-scroll .story-main section .page_container, body.disabled-onepage-scroll .story-main section.page3 .page_container {
    padding: 20px;
    margin-top: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.disabled-onepage-scroll section .page_container h1 {
    text-align: center;
    font-size: 50px;
}

body.disabled-onepage-scroll section .page_container h2, body.disabled-onepage-scroll section .page_container .credit, body.disabled-onepage-scroll section .page_container .btns {
    text-align: center;
    width: 100%;
}

body.disabled-onepage-scroll .story-main section.page1 > img {
    position: absolute;
    width: 80%;
    left: 10%;
}

body.disabled-onepage-scroll .story-main section > img {
    position: relative;
    max-width: 80%;
    bottom: 0;
}

body.disabled-onepage-scroll code {
    width: 95%;
    margin: 0 auto 25px;
    float: none;
    overflow: hidden;
}

body.disabled-onepage-scroll .story-main section.page3 .page_container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    right: 0;
}

.story-main section.page4 {
    background: url(../images/our-company/our-story/rel-4.jpg);
    background-size: cover;
    background-position: center;
}

/*.story-main section.pages > img {position: absolute;top: -300px;left: 50%;margin-left: -1095px;}*/
.story-main section.page5 {
    background: url(../images/our-company/our-story/rel-5.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page6 {
    background: url(../images/our-company/our-story/rel-6.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page7 {
    background: url(../images/our-company/our-story/rel-7.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page8 {
    background: url(../images/our-company/our-story/rel-8.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page9 {
    background: url(../images/our-company/our-story/rel-9.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page10 {
    background: url(../images/our-company/our-story/rel-10.jpg);
    background-size: cover;
    background-position: center;
}

.story-main section.page111 {
    background: url(../images/our-company/our-story/rel-11.jpg);
}

.story-main section.page12 {
    background: url(../images/our-company/our-story/rel-12.jpg);
    background-size: cover;
    background-position: center;
}

.story-main .pages {
    position: relative;
    width: 100%;
    height: 100%;
}

.story-main .pages img {
    position: absolute;
}

.story-main .pages.left-img img, .story-main .pages.left-img img.img-right {
    right: 0px;
    bottom: 0px;
}

.story-main .pages.left-img img.img-left {
    left: 0px;
    right: auto;
    bottom: 0px;
}

.story-main .pages.right-img img {
    left: 0px;
    bottom: 0px;
}

.story-main .page1 img {
    width: 439px;
}

.story-main .page2 img {
    width: 394px;
}

.story-main .page3 img {
    width: 460px;
}

.story-main .page4 img {
    width: 288px;
}

.story-main .page5 img {
    width: 624px;
}

.story-main .page6 img {
    width: 455px;
}

.story-main .page7 img {
    width: 498px;
}

.story-main .page8 img {
    width: 446px;
}

.story-main .page9 img {
    width: 523px;
}

.story-main .page10 img {
    width: 254px;
}

.story-main .page11 img {
    width: 339px;
}

.story-main .page12 img {
    width: 453px;
    height: 480px;
}

.story-main .page11 .page_container {
    z-index: 9;
}

/*commented to make overlay blackish instead of Golden
.good-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(191,161,97,0.9);
}*/

.good-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
}

/*
.story-main .page1 img {width:539px;}
.story-main .page2 img {width:494px;}
.story-main .page3 img {width:560px;}
.story-main .page4 img {width:388px;}
.story-main .page5 img {width:724px;}
.story-main .page6 img {width:555px;}
.story-main .page7 img {width:598px;}
.story-main .page8 img {width:546px;}
.story-main .page9 img {width:623px;}
.story-main .page10 img {width:354px;}
.story-main .page11 img {width:539px;}*/
.story-wrapper {
    margin-top: -140px;
    position: relative;
    z-index: 2;
}

.text-left h1 {
    text-align: left;
    padding: 0;
    margin-bottom: 15px;
    font-size: 62px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    text-transform: uppercase;
}

.text-left h2 {
    text-transform: uppercase;
    color: #000;
    text-align: left;
    width: 600px;
    font-weight: bold;
    line-height: 75%;
    font-size: 40px;
}

.text-left p {
    font-family: 'Nunito', sans-serif;
    float: left;
    width: 50%;
    font-size: 17px;
    color: #000;
    text-align: left;
}

.text-right {
    float: right !important;
    margin-left: 400px;
}

.text-right h2 {
    color: #d61c22;
}

.text-right p {
    width: 100% !important;
    color: #fff;
}

.story-main .text-center {
    float: right !important;
    margin-left: 35px;
}

/*commented to make text center have color similar to text-right
.story-main .text-center h2 {
    color: #000;
    text-align: center;
    width: auto;
}*/

.story-main .text-center h2 {
    color: #d61c22;
    text-align: center;
    width: auto;
}

.story-main .text-center h1 {
    text-align: center;
}

/*commented to make text center have color similar to text-right
.story-main .text-center p {
    color: #000;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
    margin-left: 50px;
}*/

.story-main .text-center p {
    color: #fff;
    width: 100% !important;
    text-align: center;
    border-bottom: 1px solid #b89663;
    border-top: 1px solid #b89663;
    padding: 10px 0;
    margin-left: 50px;
}

.story-main .text-center p span {
    width: 100%;
    margin-left: 100px;
    color: #000;
    font-style: italic;
}

.story-main section.page2 {
}

/*Banner Image animation*/
.story-main section.pages.active {
    /* -webkit-animation: imageAnimation 30s linear infinite 0s; */
    -moz-animation: imageAnimation 30s linear infinite 0s;
    -o-animation: imageAnimation 30s linear infinite 0s;
    -ms-animation: imageAnimation 30s linear infinite 0s;
    /* animation: imageAnimation 30s linear infinite 0s; */
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
    /* background-position: center top; */
    background-repeat: no-repeat;
    /* background-size: 100% auto; */
}

@keyframes imageAnimation {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 110% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

.story-main .pages .text-left {
    width: 600px;
}

.story-main .pages .text-left p {
    width: 100%;
    clear: both;
}

.story-main .pages .text-left.text-right {
    width: 599px;
}

.story-main .pages .text-left.text-center {
    margin-right: 200px;
}

.story-main .pages .text-left.text-right p {
    width: 100%;
}

.story-main .pages .text-left h2 {
    margin-left: -200px;
    transition: all 1s;
    position: relative;
}

.story-main .pages .text-left h1 {
    margin-left: -200px;
    transition: all 1.3s;
    transition-delay: 0.3s;
    position: relative;
}

.story-main .pages .text-left p {
    margin-left: -200px;
    transition: all 1.6s;
    transition-delay: 0.6s;
    position: relative;
}

.ie-lower-ver .story-main .pages .text-left h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

.ie-lower-ver .story-main .pages .text-left h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    width: auto;
    font-size: 46px !important;
    border-bottom: 1px solid #594831;
}

.story-main .pages.active .text-left h2 {
    margin-left: 0px;
    transition: all 1s;
}

.story-main .pages.active .text-left h1 {
    margin-left: 0px;
    transition: all 1.3s;
    transition-delay: 0.3s;
}

.story-main .pages.active .text-left p {
    margin-left: 0px;
    transition: all 1.6s;
    transition-delay: 0.5s;
}

.story-main .pages .text-left.text-right h2 {
    right: -200px;
    transition: all 1s;
    margin-left: 0px;
    position: relative;
}

.story-main .pages .text-left.text-right h1 {
    right: -200px;
    transition: all 1.3s;
    transition-delay: 0.3s;
    margin-left: 0px;
    position: relative;
}

.story-main .pages .text-left.text-right p {
    right: -200px;
    transition: all 1.6s;
    transition-delay: 0.5s;
    margin-left: 0px;
    position: relative;
}

.story-main .pages.active .text-left.text-right h2 {
    right: 0px;
    transition: all 1s;
    margin-left: 0px;
}

.story-main .pages.active .text-left.text-right h1 {
    right: 0px;
    transition: all 1.3s;
    transition-delay: 0.3s;
    margin-left: 0px;
}

.story-main .pages.active .text-left.text-right p {
    right: 0px;
    transition: all 1.6.5s;
    transition-delay: 0.5s;
    margin-left: 0px;
}

.story-main .pages .text-left h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
}

.story-main .pages .text-left h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    width: auto;
    border-bottom: 1px solid #594831;
}

.story-main .pages .text-left.text-center h1 {
    width: 100%;
    border-bottom: 0px solid;
}

.story-main .pages .text-left.text-right h1 {
    border-bottom: 1px solid #b89663;
}

/*Exploration & Production*/
.bg-kopran-stats {
    background: url(../images/our-businesses/exploration-production/separator-full.png) no-repeat bottom center;
}

.ver-sep1 {
    background: url(../images/our-businesses/exploration-production/ver-separator.png) no-repeat top right;
}

.fix-menu {
    position: fixed;
    top: 0;
    z-index: 999999;
    background: #000;
}

/*.our-story header {height:100px; clear:both;}
.our-story .top-sec {padding:7px 0;}
.our-story .logo img {width:150px;}
*/

.logo {
    position: absolute;
    left: 20px;
}

.logohead {
    position: absolute;
    /* left: 20px; */
}

.our-story .ourstory-footer {
    position: absolute;
    left: 0px;
    bottom: 200px;
    width: 100%;
}

/*Notification Messages*/
.successMessage, .errorMessage {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    display: none;
    top: 0px;
    position: fixed;
    left: 0;
    z-index: 999;
    text-align: center;
}

.successMessage p, .errorMessage p {
    color: #fff;
    font-size: 15px;
    padding: 20px;
    font-family: 'Nunito', sans-serif;
}

.successMessage {
    background-color: #00a753;
}

.errorMessage {
    background-color: #ff0000;
}

.our-businesses-RefiningAndMarketing-banner {
    background: url(../images/our-businesses/refiningandmarketing/banner.jpg)no-repeat center center;
}

.polylist-sec > li {
    background: url(../img/list-disc.gif) no-repeat left 11px;
    line-height: 20px;
    padding-left: 10px;
    color: #707170;
    font-size: 14px;
    padding: 5px 10px;
}

.polylist-sec > li:first-child {
    border-top: none;
}

.polylist-sec > li a {
    color: #707170;
}

.polylist-sec > li a.active {
    color: #707170;
}

.polylist-sec > li a:nth-child(6n+6) {
    border-bottom: none;
}

.unlist-sec > li {
    line-height: 20px;
    color: #707170;
    font-size: 14px;
}

.unlist-sec > li:first-child {
    border-top: none;
}

.unlist-sec > li a {
    color: #707170;
}

.unlist-sec > li a.active {
    color: #707170;
}

.unlist-sec > li a:nth-child(6n+6) {
    border-bottom: none;
}

.unpullet-sec {
    margin-left: 20px;
}

.unpullet-sec > li {
    line-height: 20px;
    padding-left: 10px;
    color: #707170;
    font-size: 14px;
    padding: 5px 10px;
}

.unpullet-sec > li:first-child {
    border-top: none;
}

.unpullet-sec > li a {
    color: #707170;
}

.unpullet-sec > li a.active {
    color: #707170;
}

.unpullet-sec > li a:nth-child(6n+6) {
    border-bottom: none;
}

.stockQuotes {
    width: 160px;
}

.fourg-video video {
    display: none;
    width: 100%;
    /*959px;*/
    height: auto;
    /*441px;*/
    position: relative;
    top: 0;
    left: -10px;
    background: #000;
}

.playvideo {
    cursor: pointer;
}

.socialIcon {
    display: inline-block;
}

.socialIcon h2 {
    margin: 20px 0 0 0;
}

.socialIcon a {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    color: transparent;
}

.socialIcon .fb {
    background: url(../img/icons-bg.png)-288px -181px;
}

.socialIcon .youtube {
    background: url(../img/icons-bg.png) -328px -181px;
}

.socialIcon .linkedin {
    background: url(../img/icons-bg.png) -368px -184px;
}

.socialIcon .fb:hover {
    background-position: -288px -155px;
    transition: background 0.2s ease-in-out;
}

.socialIcon .youtube:hover {
    background-position: -328px -155px;
    transition: background 0.2s ease-in-out;
}

.socialIcon .linkedin:hover {
    background-position: -368px -155px;
    transition: background 0.2s ease-in-out;
}

.page11 footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.page11 footer .text-center {
    text-align: center !important;
    float: left !important;
    margin-left: 0 !important;
}

.error-404 {
    font-size: 50px;
    color: #76623b;
    text-transform: uppercase;
    position: absolute;
    bottom: 10%;
    z-index: 9999;
    text-align: center;
    width: 100%;
    font-family: 'Nunito', sans-serif;
}

.error-500 {
    font-size: 72px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    bottom: 15%;
    z-index: 9999;
    text-align: right;
    width: 38%;
    font-family: 'Nunito', sans-serif;
    float: left;
    left: 0;
    margin-right: 2%;
}

.error-text {
    font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 17%;
    z-index: 9999;
    text-align: left;
    width: 60%;
    font-family: 'Nunito', sans-serif;
    float: left;
    right: 0;
}

.investor {
    position: absolute;
    top: 5px;
}

.investor1 {
    position: absolute;
    top: 15px;
}

.OnSiteToolbar, .OnSiteSlider {
    position: fixed;
    z-index: 999999 !important;
}

.errorHighlight {
    border: 1px solid red !important;
}

.top-align {
    margin-top: -52px !important;
}

.pT35 {
    padding-top: 35px;
}

.leader-value h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin: 0;
    color: #707170;
    font-family: 'Nunito', sans-serif;
    text-align: left;
}

.leader-value h3.text-blue {
    color: #24297A !important;
    font-family: 'Nunito', sans-serif;
}

.pL0 {
    padding-left: 0 !important;
}

h5.direct-text {
    font-size: 19px;
    padding-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

/* Shadow */
.shadow{
box-shadow: 0 0 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
/*Sitemap*/
.sitemap h2 a {
    text-decoration: none;
    color: #254399;
    font-size: 15px;
}

.sitemap-title {
    text-decoration: none;
    color: #254399;
    font-size: 22px;
    line-height: 40px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.sitemap-title a {
    text-decoration: none;
    color: #254399;
}

.sitemap h3 a {
    text-decoration: none;
    color: #000;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.sitemap h4 a {
    text-decoration: none;
    color: #7f7f7f;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
}

.grey-bg {
    background: #fbfbfb;
}

.grey-bg-light {
    background: #f8f8f8;
}

.ContentPadding ul.CMSSiteMapList li.CMSSiteMapListItem a {
    font-size: 14px;
    color: #254399;
}

.ContentPadding ul li:nth-child(4) {
    background: none !important;
}

.ContentPadding ul li:nth-child(8) {
    background: none !important;
}

.ContentPadding ul li:nth-last-child(1) {
    background: none !important;
}

.ContentPadding ul li {
    width: 25%;
    min-height: 280px;
    float: left;
    background: url(../img/shadow-border.png) no-repeat 203px center;
    margin-bottom: 20px;
}

.ContentPadding ul li ul li {
    background: none !important;
    font-size: 14px;
    color: #000 !important;
    float: none;
    min-height: 0;
    margin-bottom: 0 !important;
    border-bottom: none;
}

.ContentPadding ul.CMSSiteMapList li.CMSSiteMapListItem ul.CMSSiteMapList li.CMSSiteMapListItem a {
    font-size: 14px;
    color: #000;
    line-height: 10px;
}

.ContentPadding ul.CMSSiteMapList li.CMSSiteMapListItem ul.CMSSiteMapList li.CMSSiteMapListItem ul.CMSSiteMapList li.CMSSiteMapListItem a {
    font-size: 14px;
    color: #7f7f7f !important;
    line-height: 10px;
}

.finRepo-txt {
    float: right;
    width: 88%;
}

.spnErr-Number {
    color: #c8ba8b;
    display: none;
}

.spnErr-Number1 {
    color: #c8ba8b;
}

.breadcrumbs sup, sub {
    font-size: 14px;
}

.grid-head td {
    background-color: #b69960 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold;
}

.no-record {
    color: #c8ba8b;
}

.contact-form .bootstrap-select .btn {
    /*width:305px;*/
    height: 40px;
    box-sizing: border-box;
}

.contact-form .textarea {
    min-height: 110px !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: red;
    cursor: inherit;
    display: block;
}

.input-group-btn:first-child > .btn {
    padding: 6px 25px 6px 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    margin-left: -1px;
    background: #d61c22;
    border-color: #d61c22;
    background-image: url('../img/icon-upload.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: 30px 5px;
}

.input-group-btn.text-right {
    margin-left: 0px;
}

.shareholders-pattern-file {
    width: 23px;
    height: 23px;
    float: left;
    display: block;
    margin-right: 5px;
}

.pop-description p {
    line-height: 21px;
}

.mL15 {
    margin-left: 15px;
}

.file-text {
    margin-left: 240px;
    line-height: 30px;
    color: #c8ba8b;
}

.epMenuActive {
    color: #ffac42 !important;
}

.experience .bootstrap-select {
    width : 140px;
}

.certificate:hover a:after {
    background: url(../img/search-icon.png) no-repeat scroll 50% 50%;
    background-size: 80px 80px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.certificate a {
    float: left;
    width: 100%;
}

.OnSiteEdit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
}

.retail-box-cont-PB {
    padding: 20px 40px;
    text-align: center
}

.retail-box-cont-PB p {
    margin: 0 30px;
    text-align: center;
    color: #000;
    font-family: 'Nunito', sans-serif;
    line-height: 15px;
    font-size: 11px;
}

.retail-box-cont-PB img {
    padding: 10px
}

.PBMinHeight {
    min-height : 167px;
}

.manufacturing-banner {
    background: url(../images/our-company/manufacturing/manufacturing_header.jpg)no-repeat center center;
}

/* New Responsive CSS */
.container h3 {
    /* margin-top: 20px; */
}

.banner-sub-title h3 {
    margin-top: 0px;
}

/*.row {
    margin-left:0;
    margin-right:0;
}*/

.navbar-nav{
    margin: 10px;
    /* margin-bottom: 0px; */
}


@media (max-width: 767px) {

    .navbar-collapse {
        background:#fff;
        overflow: hidden;
        z-index: 99999;
    }

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-3, .main-nav .navbar-nav > li > .dropdown-menu .menu-col-2 {
        width: 100%;
    }

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 {
        float: none;
        /* border-top: 1px solid #efefef; */
    }

    .main-nav .navbar-nav > li > .dropdown-menu .menu-col-0 {
        border-top: 0px none;
        border-left: 0px none;
        padding-left: 0px;
        margin-right: 0px;
        min-height: 0px;
        /* margin-bottom: 15px; */
        overflow: hidden;
    }

    ul.nav {
        margin: 0 0px;
    }

    .social-menu li, .social-menu .share {
        width: auto;
    }

    .stock {
        display: none;
    }

    .top-sec {
        padding: 0px 0 14px;
    }

    .fright {
        float: left;
        margin-top: 10px;
    }

    .main-nav .navbar-nav > li {
        display: block;
        overflow: hidden;
    }

    .main-nav .navbar-nav > li > a::before {
        background: transparent none;
    }

    .main-nav .navbar-nav > li:hover > a:after {
        border: 0px none;
    }

    .main-nav .navbar-nav > li > .dropdown-menu {
        width: 100%;
        min-height: 0px;
        padding: 0 20px;
        margin: 0px 0 0 0;
        float: left;
        border-radius: 0 !important;
        border: 0px none !important;
        z-index: 999999;
        /* border-bottom: 2px solid #d61c22 !important; */
    }

    .main-nav .navbar-nav > li {
        /* border-bottom: 1px solid #d61c22; */
        margin-left: 20px;
        margin-right: 20px;
    }

    .main-nav .navbar-nav > li.last-child {
        /* border-bottom: 0px solid white; */
        margin-left: 20px;
        margin-right: 20px;
    }


    
    .main-nav .navbar-nav > li {
        /* border-bottom: 1px solid #d61c22; */
        border-bottom: 1px solid #aaa;
        margin-left: 50px;
        margin-right: 50px;
    }

    .main-nav .navbar-nav > li > a {
        /*background-color: inherit !important;*/
        border-left: 0 solid #dbcaa6;
        color: #6e6e6e;
        display: block;
        font-size: 14px;
        line-height: 35px;
        /* padding: 0 18px 10px; */
        position: relative;
        background: #03C;
        margin: auto 40px;
    }

    .news-content {
        float: left;
        width: 75%;
    }

    .quick-link {
        padding-left: 10px;
        margin-top: 10px;
        padding-top: 20px;
         border-top: 1px solid #dcdcdc;
         width: 100%;
    }

    .bottom-news-sec {
        margin-bottom: 10px;
        /* padding: 0px 10px; */
        /* border-bottom: 1px solid #dcdcdc; */
    }

    .bottom-news-sec p > a{
        color: #707170
    }
    .bottom-news-sec p > a:hover{
        color: #d61c22
    }

    .bottom-news-sec div.pB10 {
        /* padding: 0 10px; */
    }

    .story-main .page1 img {
        width: 40%;
        /*439px;*/
    }

    .story-main .page2 img {
        width: 35%;
        /*394px;*/
    }

    .story-main .page3 img {
        width: 40%;
        /*460px;*/
    }

    .story-main .page4 img {
        width: 30%;
        /*288px;*/
    }

    .story-main .page5 img {
        width: 50%;
        /*624px;*/
    }

    .story-main .page6 img {
        width: 40%;
        /*455px;*/
    }

    .story-main .page7 img {
        width: 40%;
        /*498px;*/
    }

    .story-main .page8 img {
        width: 40%;
        /*446px;*/
    }

    .story-main .page9 img {
        width: 45%;
        /*523px;*/
    }

    .story-main .page10 img {
        width: 30%;
        /*254px;*/
    }

    .story-main .page11 img {
        width: 35%;
        /*339px;*/
    }

   .story-main .page12 img {
        width: 45%;
        /*523px;*/
    }

    .banner-in .banner-sub-title {
        float: left;
        padding: 5px 15px;
        background-color: rgba(0,0,0,0.7);
        clear: left;
        /* margin-top: 104px; */
        position: absolute;
        /* width: 40%; */
        left: 5%;
        top: 20%;
        text-align: left;
    }

    .about-banner {
        background-size: auto 100%;
    }

    .banner-in {
        height: auto;
        background-position: top right;
    }

    .banner-in h2 {
        font-family: 'Nunito', sans-serif;
        font-size: 250%;
        /*40px;*/
        color: #fff;
        margin-bottom: 5px
    }

    .banner-in h3 {
        font-family: 'Nunito', sans-serif;
        font-size: 200%;
        /*22px;*/
        color: #d4d4d3
    }

    footer div, footer p {
        text-align: center;
    }

    footer ul {
        float: none;
        display: table;
        margin: 0 auto;
    }

    .container h3 {
        margin-top: 5px;
    }

    .innovation-box .right .well {
        padding-left: 20px;
    }

    .innovation-box .left .well {
        padding-right: 20px;
    }

    .innovation-box figure.left img {
        width: 100%;
        border-right: 0px none;
    }

    .innovation-box figure.right img {
        width: 100%;
        border-left: 0px none;
    }

    .unpullet-sec {
        margin-left: 0px;
    }

    .unpullet-sec > li {
        padding: 5px 0;
    }
}

@media (min-width: 1024px) and (max-width: 1080px) {
    .banner ul li {
        height: 515px;
        background-size: auto 100%;
        background-position: -200px 0;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .container {
        width: 100% !important;
    }

    .search-sec .stock {
        width: 150px;
    }

    .top-sec {
        padding: 0px 0 20px;
    }

    .home-banner-slide li {
        width: 100% !important;
    }

    /*.banner-in .banner-sub-title {
        margin-top: 32px;
        padding: 5px 15px;
    }*/
    .banner-in h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .container h3 {
        margin-top: 5px;
    }

    .banner-in h3 {
        font-size: 18px;
    }

    .banner-in {
        height: auto;
        /*143px;*/
        background-size: 100% auto;
        background-position: top right;
    }

    .fourg-video iframe {
        width: 100% !important;
        height: auto;
    }

    .wrapper1, .inovationcontainer, .videocontainer {
        width: 100% !important;
    }

    .ContentPadding ul li {
        width: 31%;
    }

    .ContentPadding ul li:nth-child(4) {
        background: url("../img/shadow-border.png") no-repeat scroll 203px center rgba(0, 0, 0, 0) !important;
    }

    .ContentPadding ul li:nth-child(3), .ContentPadding ul li:nth-child(6) {
        background: none;
    }
}

@media (min-width: 319px) and (max-width: 767px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .founder-infographic .infographic {
        display: inline-block;
        padding: 50px 0;
        position: relative;
        width: 50%;
    }

    .founder-infographic .infographic div.blue {
        left: 0;
        margin: 0 0 0 -50%;
        top: -29px;
    }

    .founder-infographic .infographic div.orange {
        left: 60%;
        margin: 0 -100% 12px 0;
        overflow: hidden;
        top: -32px;
    }

    .founder-infographic .infographic div.green {
        bottom: -18%;
        left: 0;
        margin: 0 0 0 -50%;
    }

    .founder-infographic .infographic div.lblue {
        bottom: -43px;
        left: 60%;
        margin: 0 -100% 0 0;
    }

    .founder-infographic .infographic div {
        font-size: 10px;
        position: absolute;
        text-align: left;
        width: 98%;
    }

    .founder-infographic .infographic div h3 {
        font-size: 12px;
        line-height: 13px !important;
    }

    .founder-infographic .infographic div p {
        font-size: 10px;
        line-height: 14px;
        margin-right: 30px;
    }

    .mem-speech {
        margin: 15px 0 0;
    }

    .founder-banner {
        background-position: 70% 0px;
        background-size: auto 100%;
    }

    .author {
        bottom: -45px;
    }

    .founder-chairman-quote {
        padding: 0;
    }

    .our-businesses-banner {
        background-position: 50% top;
        background-size: auto 100%;
    }

    .pdL30 {
        padding-left: 0px;
    }

    .ver-sep1 {
        background: none;
    }

    .bg-kopran-stats div, .well > div {
        padding-left: 0;
        padding-right: 0;
        background: url("../images/our-businesses/exploration-production/separator-full.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .bg-kopran-stats div:last-child, .well div:last-child {
        background: none;
    }

    .bg-kopran-stats {
        background: none;
        margin-bottom: 0px !important;
    }

    .pad-sec-bottom-md {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .prm-key .well-box {
        height: auto;
        overflow: visible;
    }

    .prm-key .well-box .arrow {
        background-position: -9px -131px;
        height: 25px;
        left: 50%;
        top: 2%;
        width: 25px;
    }

    .prm-key .well-box h4 {
        height: 25px;
        left: 20%;
        top: -23%;
        width: 60%;
        margin: 0;
    }

    .prm-key .well-box h4 br {
        display: none;
    }

    .prm-key .well-box .arrow.right {
        background-position: -270px -131px !important;
        bottom: -4% !important;
        left: inherit;
        right: 50%;
        top: inherit;
        z-index: 999;
    }

    .prm-key .well-box h4.right {
        bottom: -28%;
        left: inherit;
        right: 20%;
        top: inherit;
        width: 60%;
        margin: 0;
    }

    .key-bott-box {
        border-top: 1px solid #e3e3e3;
        margin-top: 40px;
    }

    .textiles-infographic .infographic {
        display: block;
        height: auto;
        padding: 0px 0;
        position: relative;
        width: 100%;
    }

    .infographic img[alt="Infographic"] {
        display: none;
    }

    .textiles-infographic .infographic div.blue, .textiles-infographic .infographic div.orange, .textiles-infographic .infographic div.green, .textiles-infographic .infographic div.lblue {
        left: 0;
        margin: 0;
        top: 0;
        bottom: 0;
    }

    .textiles-infographic .infographic div {
        position: relative;
        text-align: left;
        width: 100%;
    }

    .fourg-video iframe {
        width: 100% !important;
        height: auto;
    }

    .wrapper1, .inovationcontainer, .videocontainer {
        width: 100% !important;
    }

    .prm-table tr td {
        padding: 5px 2px;
        font-size: 12px;
    }

    .prm-table thead tr td {
        font-size: 12px;
    }

    .approach-strategic-pillars li {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    ul.approach-strategic-pillars img {
        width: 100%;
    }

    .investor1 {
        position: relative;
        top: 0;
    }

    .meet-team-box {
        padding: 20px 0 !important;
    }

    .meet-team-box img {
        display: block;
        margin: 0 auto;
    }

    .meet-team-box .right .well {
        padding: 10px 20px !important;
    }

    .contact-mandatory {
        margin: 20px 0 10px;
    }

    .contact-form input, .contact-form select, .contact-form button, .contact-form textarea {
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        box-sizing: border-box;
    }

    .ContentPadding ul li {
        background: none;
        min-height: 0px;
        width: 100%;
    }

    .story-main section .page_container {
        top: 40% !important;
    }

    .story-main .pages .text-left {
        margin-left: 10% !important;
    }

    .story-main .pages .text-left {
        width: 80% !important;
    }

    .text-left h2 {
        font-size: 20px !important;
    }

    .text-left h1 {
        font-size: 25px !important;
    }

    .text-left p {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .story-main .pages .text-left.text-center {
        margin-right: 10% !important;
    }

    .ver-seprators {
        background: none !important;
        float: none;
        width: 100%;
    }

    .ver-seprators + div {
        width: 100%;
    }

    .leader-value h3 {
        margin-left: 10px;
    }

    .accordion .accordion-sm h4 {
        margin-right: 30px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .sub-page-banner {
        background: #1b203d;
        height: auto;
        /*250px;*/
        padding: 0;
        position: relative;
    }

    .sub-page-banner .banner-disc {
        top: 130px;
    }

    .pd0 {
        overflow: hidden;
    }

    .prm-key .well-box h4 {
        top: -15%;
    }

    .prm-key .well-box h4.right {
        bottom: -14%;
    }

    .reports {
        display: block;
        float: none;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    .invest-table .bootstrap-select {
        float: none !important;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
        width: 120px !important;
    }

    .investor1 {
        position: relative;
        top: 0;
    }

    .apply-online .three-tabs li {
        width: 100%;
        /* !important;*/
    }
}

@media (min-width: 480px) and (max-width: 599px) {
    .apply-online .nav-tabs li a {
        height: 50px;
        padding: 18px 0 5px 53px;
        text-align: left;
    }

    .apply-online .nav-tabs li:first-child a {
        padding: 10px 0 5px 53px;
    }

    .apply-online .nav-tabs > li > a.lineheight {
        line-height: 18px;
    }

    .banner-in .banner-sub-title {
        top: auto;
        bottom: 0;
    }

    .banner-in h2 {
        font-size: 150%;
        margin-bottom: 0px
    }

    .banner-in h3 {
        font-size: 100%;
        margin-bottom: 0px
    }
}

@media (min-width: 599px) and (max-width: 767px) {
    .approach-strategic-pillars li, .approach-strategic-pillars li:first-child {
        width:48%;
        margin-bottom: 10px;
        margin-left: 1%;
        box-sizing: border-box;
    }

    .apply-online .nav-tabs li a {
        padding: 5px 0px 5px 50px;
    }

    .banner-in .banner-sub-title {
        top: auto;
        bottom: 0;
    }

    .banner-in h2 {
        font-size: 150%;
        margin-bottom: 0px
    }

    .banner-in h3 {
        font-size: 100%;
        margin-bottom: 0px
    }
}

@media (min-width: 150px) and (max-width: 479px) {
    .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .banner-in .banner-sub-title {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .banner-in h2 {
        font-size: 100%;
        margin-bottom: 0px;
    }

    .banner-in h3 {
        font-size: 80%;
        margin-bottom: 0px;
        line-height: 16px;
    }

    .sub-page-banner img {
        float: right;
        margin-bottom: 15px;
    }

    /*.sub-page-banner .banner-disc {
        top: 75px;
        left:17px;
    }*/
    .sub-page-banner .banner-disc {
        left: 10px;
        top: 20px;
        width: 55%;
    }

    .sub-page-banner .banner-disc h3, .sub-page-banner .banner-disc p {
        line-height: 20px;
    }
}

#zoomPreventer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

@media (min-width: 1024px) {
    body {
        overflow-x:hidden;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 1400px) {
    .banner-in .banner-sub-title {
        left:25%;
    }
}


/* 5 Cols */
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.collab-logos {
}

.collab-logos .col-sm-5ths {
    border: 1px solid #e1e1e1;
    border-right: none;
    border-bottom: none;
}

.collab-logos .col-sm-5ths.bri {
    border-right: 1px solid #e1e1e1;
    ; }

.collab-logos .col-sm-5ths.bbi {
    border-bottom: 1px solid #e1e1e1;
    ; }

.collab-logos .col-sm-5ths:last-child {
}

.colab-logo-box {
    min-height: 190px;
    position: relative;
}

.colab-logo-box img {
    display: block;
    margin: 0 auto;
    padding: 0px 0;
    position: absolute;
    left: 0;
    right: 0;
}

.colab-logo-box span {
    font-size: 12px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

@media only screen and (max-width: 767px) {
    .colab-logo-box {
        border: 1px solid #e1e1e1;
        margin-bottom: 15px;
    }

    .collab-logos .col-sm-5ths {
        border: none!important;
    }
}

@media only screen and (max-width: 480px) {
    .collab-logos .col-sm-5ths {
        width: 100%;
    }
}

/* Our Story */
.our-story header {
    position: ABSOLUTE;
    left: 0;
    right: 0;
}

.our-story .story-wrapper {
    height: 100vh;
    margin-top: 0;
}

.our-story .onepage-wrapper {
}

.story-main section.pages.active {
    /* background-size: cover; */
    /* background-position: center; */
}

.our-story .story-main .page-container {
top: 40%;
}

.our-story .story-main .pages.left-img img, .our-story .story-main .pages.left-img img.img-right {
}

@media only screen and (min-width: 768px){
	.our-story .story-main .page-container {
top: 40%;
}
}

@media screen and (max-width:990px) {
    .navbar-toggle {
        /* margin-top: -100px !important; */
        /* width: 100%; */
        margin-top: 0px;
        border-color: red;
        right: 20px;
        top: 20px;
    }	


}

.navbar{
    margin-bottom: 0px;
    min-height: 10px;
}

.navbar-nav {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}


.group-companies-heading{
    font-size: 24px;
}

@media screen and (max-width: 578px){

    .group-companies-heading{
        font-size: 15px;
    }
}


@media screen and (max-width: 990px){
    .navbar-nav > li {
        float: none;
    }

    .group-companies-heading{
        font-size: 20px;
    }
}


.py-3{
    margin-top: 30px;
    margin-bottom: 30px;
}

.displayOnMobile {
    display: initial;
}

.hideOnMobile{
    display: none;
}

@media screen and (min-width: 768px){

    .displayOnMobile {
        display: none;
    }

    .hideOnMobile{
        display: initial;
    }
}

.hideOnDesktop{
    display: none;
}
@media screen and (max-width: 768px){
    .hideOnDesktop{
        display: initial;
    }
}



@media screen and (max-width: 768px){
    .right-align-on-mobile{
        float: right;
        text-align: right;
    }

    .center-align-on-mobile{
        float: none;
        text-align: center;
    }


}

.slickCarousel{
    width: 100%;
    margin:0px auto;
}

.slick-slide img{
    /* height: calc( 20vh - 40px); */
    padding: 10px;
    /* width: auto; */
}

.slick-prev {
    display: none;
}
  
.slick-next {
    display: none;
}

.slick-arrow{
    display: none !important;
}

.btn-primary{
    background: #d61c22;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}



.navbar {
    /* position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 100px; */
}

@media screen and (min-width: 768px){
    .navbar {
        /* width: calc(100vw - 60px); */
    }




}

@media screen and (max-width: 767.99px){

    /* #navbar-container{
        display: none;
    } */

    .navbar {
        width: calc(100vw - 60px);
    }

    .navbar_id{
        position: absolute;
        top: 70px;
        right: 0px;
        left: 0px;
        /* background: rgba(0,0,0,0.7); */
        
    }


}

.dropdown-menu{
  position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100px;
}
/* .dropdown-menu{
 position: absolute; 
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100px;
} */


 .navcenter{
    position: absolute; 
     left: 0; 
     right: 0; 
     margin-left: auto; 
     margin-right: auto; 
     width: 100px;
   } 

/* @media screen and (min-width: 1400px){
.dropdown-menu{
    left: 31em;
    right: initial;
}
} */


.slickWrapper{
    margin: auto;
}

#mobile-nav-toggle{
    position: absolute;
    right:31px;
    top: 140px;
    z-index:9999;
    border:0;
    background:none;
    font-size:24px;
    display:none;
    transition:all 0.4s;
    outline:none;
    cursor:pointer
}

.lnr-menu{
    color:white;
    font-weight:900
}

.lnr-cross {
    color:#333;
    font-weight:900;
    position: fixed;
    right: 55px;
    top:72px;
}


@media (max-width: 768px){
    #navbar-container{
        display:none
    }

    #mobile-nav-toggle{
        display:inline
    }

    
}

 .news a {
     color: #707170
 }

 .news a:hover {
    color: #d61c22
}

#mobile-nav{
    position:fixed;
    top:10px;
    width: 100vw;
    min-height: calc(100vh);
    padding-top:18px;
    margin-bottom: 30px;
    padding-bottom:30px;
    z-index:9998;
    background: none;
    left:-100vw;
    width:100vw;
    overflow-y:auto;
    transition:0.4s;
}
#mobile-nav ul{
    background: none;
    padding:0;
    margin:0;
    list-style:none;
    background: none;
}

#mobile-nav ul li li {
    padding-left: 0px;
}

#mobile-nav ul li{
    position:relative;
    background: none;
}
#mobile-nav ul li a{
    background: none;
    /* color:#fff; */
    font-size: 15px;
    /* line-height: 20px; */
    overflow:hidden;
    padding:10px 22px;
    position:relative;
    /* text-decoration:none; */
    width:100%;
    display:block;
    outline:none;
    /* font-weight:700; */
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
}

#mobile-nav ul li {
    color:#fff;
    font-weight:700;
}


#mobile-nav ul li a:hover{
    /* color:#fff */
}


#mobile-nav ul .menu-has-children i{
    position:absolute;
    right:0;
    z-index:99;
    padding:15px;
    cursor:pointer;
    color:#fff
}
#mobile-nav ul .menu-has-children i.fa-chevron-up{
    color:#c6b069
}
#mobile-nav ul .menu-has-children li a{
    text-transform:none;
}
#mobile-nav ul .menu-item-active{
    color:#c6b069
}
#mobile-body-overly{
    width:100%;
    height:100%;
    z-index:997;
    top:0;
    left:0;
    position:fixed;
    background:rgba(255,255,255,0.9);
    display:none
}
body.mobile-nav-active{
    overflow:hidden
}
body.mobile-nav-active #mobile-nav{
    left:0
}
body.mobile-nav-active #mobile-nav-toggle{
    color:#fff
}


@media (min-width: 768px){

    #mobile-nav{
        display: none;
    }
}

@media (min-width: 768px){

    /* .text-underline {
        text-decoration: underline;
    } */
    .logoDiv {
        height: 100px; 
        width: 100px;
    }

    .dropdown-menu{
        display: none;
    }

    .main-nav .navbar-nav > li:hover > .dropdown-menu {
        /* display: none; */
    }

}

.area{
   
    padding-top: 35px;
    padding-bottom: 15px;
}

@media (max-width: 420px){
    .area{
        padding-top: 12px;
        padding-bottom: 15px;
    }
}


/*--------service-area end---------*/
hr {
    border: 0;
    width: 100%;
    color: #ddd;
background-color: #ddd;
height: 1px;
  }



  .feature-area{
    background-color:#fff;
}
.feature-area .single-feature{
    background:#fafafa;
    padding:32px;
    border-radius:10px;
    margin-bottom:30px;
    -webkit-transition:all 0.3s ease 0s;
    -moz-transition:all 0.3s ease 0s;
    -o-transition:all 0.3s ease 0s;
    transition:all 0.3s ease 0s;
   


}
.feature-area .single-feature .title .lnr{
    color:#000;
    font-weight:600;
    font-size:25px;
    margin-right:15px
}
.feature-area .single-feature p{
    margin-bottom:0px;
    margin-top:15px
}



@media (max-width: 1024px){
    .feature-area .single-feature{
        padding:30px
    }
}

  .feature-area .single-feature:hover .button {
    opacity: 1;
  }


  .centered {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 500;

}
@media only screen and (max-width: 479px) and (min-width:320px) {
.centered {
    position: absolute;
    bottom: 39px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: 500;

}
}

.centered h1{
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.3); */
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
}

@media only screen and (max-width: 479px) and (min-width:320px) {
   
.centered h1{
    color: #fff;
    /* background-color: rgba(0, 0, 0, 0.3); */
    font-weight: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
} 
}

/*--------about-area start---------*/

.about-area{
    /* background: #fafafa; */
}

.about-wrap {
position: relative;
padding: 60px 0px 5px 30px;
border-top: 2px solid #ddd;
border-left: 2px solid #ddd;
}
.about-wrap:before {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
content: "";
background: #ddd;
}

@media (min-width: 990px){
.about-wrap:after {
    position: absolute;
    right: -100px;
    top: -2px;
    width: 100px;
    height: 60px;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    content: "";
}
}

@media (max-width: 989.99px){

.about-wrap {
    position: relative;
    padding: 60px 30px 0px 30px;
    border: none;
}

.about-wrap:before {
    background: none;
}



.ptb-120{
    padding: 0px;
}


}
  
.about-wrap h2 {
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 5px;
}
.about-wrap h3 {
font-weight: 500;
font-size: 24px;
margin-bottom: 25px;
}
.about-wrap p {
margin-bottom: 12px;
}
.about-content {
background: #fff;
box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
padding: 30px 0px;
text-align: center;
}
.about-content h4 {
font-size: 24px;
font-weight: 400;
margin-bottom: 5px;
}
.about-content p {
font-size: 13px;
margin-bottom: 0px;
line-height: 20px;
}
.about-img {
position: relative;
margin-top: 100px;
}
.about-img:after {
/* position: absolute; */
left: -15px;
bottom: -15px;
height: 95%;
width: 98%;
background: #333132;
content: "";
z-index: -9;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-img3 {
    width: 510px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    opacity: 1;
}
}

.about-wrap3 {
background: #fff;
padding: 60px 70px;
}
.about-active .slick-list.draggable {
box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
transform: none;
}
.about-wrap3 h2 {
text-transform: uppercase;
font-weight: 700;
font-size: 30px;
}
.about-wrap3 h3 {
font-size: 24px;
font-weight: 500;
margin-bottom: 20px;
}
.about-wrap3 p {
margin-bottom: 25px;
}


.about-active {
margin-right: -80px;
position: relative;
z-index: 9;
margin-top: 32px;
}

.w-50 {
width: 50%!important;
}
  
  /*--------about-area end---------*/

/*-- Stats --*/
.stats-agileits {
    background: url(../img/1.jpg)no-repeat;
	background-size:cover;
	background-attachment:fixed;
	vertical-align: center;
	-webkit-background-size: cover;	
	-moz-background-size: cover;
	-o-background-size: cover;		
	-moz-background-size: cover;
	padding:0em 0;
}
.stats-grid:nth-child(3),.stats-grid:nth-child(4){
    margin-bottom: 0em!important;
}
.numscroller {
    font-size: 40px;
    margin: 0;
    color: #d61c22;
    text-shadow: 1px 1px rgba(255, 10, 128, 0.9);
    letter-spacing: 5px;
}
.stats-grid h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 1em;
	color:#fff;
}
.black-w3ls {
    color: #fff!important;
}
.w3layouts.stats-grid {
    text-align: center;
}
.w3layouts.stats-grid i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
/*-- //Stats --*/
/* panel */
.fancy-collapse-panel .panel-default > .panel-heading {
    padding: 0; }
 
  
.panel {
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-ms-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
border: none; }


.panel-heading a.collapsed {

color: #333333; }

.panel-heading a {
    padding: 5px 25px;
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #990000;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.panel-heading a:after {
   position: absolute;
    content: '\002D';
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    top: 50%;
    line-height: 1;
    margin-top: -7px;
}
.panel-heading a.collapsed:after {
    content: '\002B'; }
    


.panel-body {
 padding: 1.5em;
margin-top: 5px; 
background: #fff;
border: 1px solid #e6e6e6; 
}

.nav-tabs > li {
float: left;
margin-bottom: -1px;
padding: 5px;
}
.nav-tabs {
border-bottom: none; 
}

.panel-default > .panel-heading {
color: #333;
background-color: #9B2136;
border-color: #fff;
}
.panel-default > .color-header{
   background-color:  #f2f3f7;
}
.panel-default > .title-color{
    color: #990000
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
/* color: #555; */
cursor: default;
/* background-color: #fff; */
border: 1px solid #ddd;
border-bottom-color: transparent;
color: #fff;
border: 1px solid #ccc;
}

.nav-tabs > li > a {
    /* color: #555; */
    /* cursor: default; */
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
    color: #fff;
    /* border: 1px solid #ccc; */
    }

/* table */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
background-color: rgba(0, 0, 0, 0.1);}


/* *--------project-area start---------*/ */
.project-area {
    padding: 120px 0px 90px;
}
.project-menu button {
    border: 1px solid #9B2136;
    padding: 7px 20px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

@media (max-width: 767px) and (min-width: 576px){
.project-menu button {
    padding: 7px 25px;
    margin-bottom: 5px;
}
}

@media (max-width: 575px){
.project-menu button {
    margin-bottom: 5px;
}
}

.project-menu button.active {
    background: #9B2136;
    color: #fff;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-wrap:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#9B2136;
    opacity: .55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    content: "";
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}
.project-content a:hover {
    color: #ddd;
}
.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
    color: #fff;
}







.center-div {
    /* width: 999px; */
    margin: 0 auto;
}
.inside-div {
    width: 999px;
    float: left;
    margin: 30px 0;
        background: url(../img/content-bg.gif) repeat-y 0 0; 
}

.left-panel {
    width: 259px;
    float: left;
    padding: 0 33px 0 0;
}

.left-links {
    width: 241px;
    float: left;
    border: 1px solid #E9E8ED;
    padding: 10px 27px;
    background: #fff;
    padding-bottom: 60px;
}

.left-panel ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    width: 100%;
    float: left;
}

.left-panel ul li {
    width: 100%;
    float: left;
}
.left-panel ul li a {
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 92%;
    background: url(../img/bullet.png) no-repeat 0 11px;
    text-decoration: none;
    color: #000;
    line-height: 18px;
    padding: 7px 0 7px 8%;
}

.left-panel ul li a:hover {
    color: #E2001A;
}
.right-panel {
    width: 675px;
    float: left;
    padding: 0;
}
.right-panel h2 {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #7F7F7F;
    margin: 0;
    padding: 0;
    background: none;
}
.text {
    border-bottom: 1px solid #E1E0E5;
    
    font-size: 24px;
    font-weight: 400;
    color: #e2001a;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 20px;
    background: url(../img/list-disc.gif) no-repeat 0 13px;
}

.right-panel h3 {
    margin: 0 0 15px 0;
    padding: 8px 8px 6px 8px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    color: #474747;
    background: #f6f6f8;
    border-bottom: 2px solid #e0e0e5;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box;
}

h4 {
    margin: 0 0 10px 0;
    color: #990000;
    font-size: 18px;
    font-weight: 400;
    padding: 11px 0;
    /* border-bottom: 3px solid #E1E1E1; */
}

@media (max-width: 450px){
    h4 {
        margin: 0 0 10px 0;
        color: #990000;
        font-size: 16px;
        font-weight: 400;
        padding: 11px 0;
        /* border-bottom: 3px solid #E1E1E1; */
    }
    
}

@media screen and (max-width: 767px){
.inside-div {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
}

@media screen and (max-width: 767px){
.right-panel {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
}

.text-left {
    text-align: left;
    margin: -2px;
}

.Item a{
    color: #333;
}
.Item a:hover{
    color: #B30000;
}
.Item > li.active {
    color: #B30000;
}

.Item > li.active, .Item > li:hover, .Item > li:focus{
    color: #B30000;
} 

.panel-default > .custom-panel-heading{
    padding: 0px;
}

.custom-panel-body{
    padding: 0px;
    margin-top: 0px;
    border: none;
}

.table-center > tbody > tr > td {
    text-align : center;
}

.page-partition-border {
    border-right: 2px solid #ccc;
    padding-right: 20px;
}

.custom-list-group-item{
    border-left: none;
    border-right: none;
    color: #666
}





.qa a{
    color: #666;
}
.qa a:hover{
    color: #B30000;
}
.qa > li.active {
    color: #B30000;
}

.qa > li.active, .Item > li:hover, .Item > li:focus{
    color: #B30000;
} 





.custom-list-group-item-border-top-none{
    border-top: none;
    border-right: none;
}


.custom-list-group{
    margin-top: 5px;
}

.color-red{
   color: #990000;
}

.padding-left-10-desktop{
    padding-left: 20px;
}


div.scrollmenu {
    background-color: #990000;
    overflow: auto;
    white-space: nowrap;
}

div.scrollmenu a {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}

div.scrollmenu a:hover, div.scrollmenu a.active {
    background-color: #d61c22;
}

.custom-list-group > li.active, .custom-list-group > li:hover, .custom-list-group > li:focus{
    color: #990000;
} 

.rounded-border{
    border-radius: 10px;
    border: 1px solid #ccc;
}

.padding-20{
    padding: 20px !important;
}
.padding-left{
    padding-left: 10px !important;

}

.add-box-shadow {
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}

.page-titles{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;  
    line-height: 26px; 
}

.breadcrumb > .active {
    color: #990000;
}
.padding-top{
    padding-top: 14px;
}

.bor16 {
    border-left: 3px solid #ccc;
}
.pd-left{
    padding-left: 20px;
    text-align: left;
}
.team{
    text-align: center;
    /* border: 1px solid #eaeced;
    border-radius: 10px; */
    padding: 22px;
    
}
@media (min-width: 768px){
.line {
    border-right: 2px solid #eee;
}
}


@media (max-width: 768px){
.team{
    text-align: center;
    /* border: 1px solid #eaeced;
    border-radius: 10px; */
    padding: 22px;
    border-right: none; 
    
  
}
}


 @media (max-width: 768px){
    .profile {
      border: 1px solid #ddd;
    }
    } 
    

.margin-top{

    margin-top: 15px;
}

.w-80{
    width: 80%;
    padding-bottom: 10px;
}
.letter{
    letter-spacing: 1px;
    text-transform: uppercase
}
/* .team:hover{
box-shadow: 0 0 6px rgba(0,0,0,0.2);
-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
-o-box-shadow: 0 0 6px rgba(0,0,0,0.2);

} */

/* .nav{
    color: #d61c22;
     } */

.padd{
    padding: 7px !important;
}

.wow
{ opacity: 0;
 }


 a.no-outline, a.no-outline:hover, a.no-outline.a:active, a.no-outline.a:focus{
    outline: none;
    }


.card-height{
    height: 375px;
}
@media (max-width: 990px){
    .card-height{
        height: 462px;
    }
}

@media (max-width: 768px){
    .card-height{
        height: auto;
    }
}

@media (max-width: 650px){
    .card-height{
        height: auto;
    }
}


/* @media (max-width: 450px){
    .card-height{
        height: 320px;
    }
} */

@media (max-width: 767px){
.responsive {
    width: 100%;
    margin-bottom: 15px;
    /* overflow-x: scroll; */
    /* overflow-y: hidden; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* border: 1px solid #ddd; */
}
}


@media (max-width: 767px){
.mobile-padd {
    padding: 10px;
}
}

@media (min-width: 767px) {
    .mobile-padd {
        padding: 10px;
        text-align: justify;
    }
    }


    .wrapper {
        padding: 5px;
        max-width: 960px;
        width: 95%;
        margin: 20px auto;
    }
   
    .columns {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: 5px 0;
    }
    
    .column {
        flex: 1;
       
        margin: 10px;
        padding: 14px;
        background: #fafafa;
        border-radius: 10px;
        
    }

    @media screen and (max-width: 980px) {
        .columns .column {
              margin-bottom: 5px;
          flex-basis: 30%;
             
          }
      }
      
      @media screen and (max-width: 680px) {
          .columns .column {
              flex-basis: 100%;
              margin: 0 0 10px 0;
          }
      }


      .showOnDesktop, .showOnMobile {
        display: none;
     }
     
     
     
     @media only screen and (min-width: 768px){
    
         
        .showOnDesktop {
            display: initial;
         }
         
         .showOnMobile {
            display: none;
         }
     }
    
     
     @media only screen and (max-width: 767.99px){
     
        .showOnMobile {
           display: initial;
        }
        
        .showOnDesktop {
            display: none;
         }
        
         .w-mb-50{
             /* width: 50%; */
         }

        }
        .mobile-margin{
            margin: 25px;

        }
    
        
        @media only screen and  (max-width : 520px) {
            h1 {
                font-size: 28px;
            }
           
        }

        @media only screen and (min-width : 320px) and (max-width : 480px) {
            h1 {
                font-size: 28px;
            }
           
        }

.bg-img{
    background-image: url('../img/bg.jpg');
}

.direction-location{
    /* position: relative; */
    /* bottom: 10px; */
    /* right: 10px; */
}

.font-weight-bold{
    font-weight: bold;
}

.p-t-20{
    padding-top: 20px;
}

/* @media only screen and  (max-width : 768x) {

    table, .table {
        width: 100% !important;
    }

} */


/* @media only screen and  (min-width : 768x) { */
/* 
    .table {
        width: auto;
        min-width: 75%;
        max-width: 100%;
        margin: auto;
    } */

/* } */

.table-responsive{
    margin: auto;
    }
    
    @media screen and (max-width: 767.98px){
    .table-responsive{
    width: 100%;
    }
    }
   
    /* @media screen and (min-width: 768px){
    .table-responsive{
    width: 80%;
    }
    } 
/*  */


.table-responsive1{
    margin: auto;
    }


@media screen and (max-width: 767.98px){
    .table-responsive1{
    width: 100%;
    }
    }
    
@media screen and (min-width: 768px){
    .table-responsive1{
    width: 80%;
    }
    } 

.pattern {
    text-align: left;
    padding-left: 20px;
}

@media screen and (max-width: 767.98px){
    .pattern{
        text-align: center;
    }
    }
    
@media screen and (min-width: 768px){
    .pattern{
        text-align: center;
    }
    } 

.linkprofile {
    color: #707170;
    font-size: 16px;
}
.linkprofile:hover{
    color: #d61c22;
    text-decoration: underline;
    
}

.textlink:hover{
    text-decoration: underline;
}


.text-block {
    position: absolute;
    bottom: 71px;
    /* right: 20px; */
    color: white;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* text-align: center; */
    width: 100%;
    float: right
}

@media (max-width: 420px){
    .text-block{
        position: absolute;
        bottom: 40px;   
    }
}

@media (max-width: 395px){
    .text-block{
        position: absolute;
        bottom: 44px;   
    }
}
@media (max-width: 375px){
    .text-block{
        position: absolute;
        bottom: 44px;   
    }
}


@media (max-width: 320px){
    .text-block{
        position: absolute;
        bottom: 37px;   
    }
}
.size{
    font-size: 10px;
    /* margin-left: 38px; */
    line-height: 1.2px;
    font-weight: bolder;
    float: right;
    margin-right: 37px;
    letter-spacing: 0.5px;
    
}

@media screen and (max-width: 768px){
    .size{
        font-size: 6px;
        margin-bottom: 10px;
        line-height: 9.2px;
        
    } 
}

@media screen and (max-width: 420px){
    .size{
        margin-right: 9px;
        margin-bottom: 14px;
        
    } 
}

@media screen and (max-width: 395px){
    .size{
        margin-right: 7px;
        margin-bottom: 14px;
        
    } 
}

@media screen and (max-width: 375px){
    .size{
        margin-right: 7px;
        margin-bottom: 5px;
        
    } 
}

@media screen and (max-width: 320px){
    .size{
        margin-right: 4px;
        margin-bottom: 5px;
        
    } 
}

.border a{
    color: #707170;
}
.border a:hover{
   border-bottom: 1px solid #d61c22;
}


.global {
    
     position: relative;
     display: inline-block;
   
 }
 
 .global:before {
     content: "_____";
     color: #d61c22;
     position: absolute;
     left: -64px;
     top: -10px;
 }
 
 .global:after {
     content: "_____";
     color: #d61c22;
     position: absolute;
     right: -64px;
     top: -10px;
 }
     
 

 .tag{
    text-align: center;
    margin-top: 20px;
    font-size: 23px;
    /* font-style: italic; */
    color: #000;
    font-family: Times, serif, Georgia;
    font-style: italic;
    font-weight: 600;
 }

 @media  (max-width: 990px){
 .tag{
   
    margin-bottom: 0px;
   
 }
 }
 @media (max-width: 480px){
    .tag{
      font-size: 12px;
    }
 }

 @media screen and (max-width: 990px){
     .float-left-on-mobile{
         float: left;
         margin-left: 41px;
     }

     
    .float-right-on-mobile{
        float: right;
        margin-right: 54px;
    }
}


@media screen and (max-width: 680px){
    .float-left-on-mobile{
        float: left;
        margin-left: 33px;
    }
}


@media screen and (max-width: 630px){
    .float-left-on-mobile{
        float: left;
        margin-left: 19px;
    }
}

@media screen and (max-width: 485px){
    .float-left-on-mobile{
        float: left;
        margin-left: 5px;
    }
}


.gpaddingleft {
    padding-left: 115px;
    

}

@media screen and (max-width: 680px){
    .float-right-on-mobile{
        float: right;
        margin-right: 14px;  
    }  
}

@media screen and (max-width: 485px){
    .float-right-on-mobile{
        float: right;
        margin-right: -7px;  
    }  
}


@media (max-width: 990px){
    .gpaddingleft {
        padding-left: 45px;
    
    }
}

.color{
    color: #707170;
}
.color:hover{
    color: #d61c22;
}




.parijat{
    width: 126px;
    margin-top: -10px;
    float: right;
    margin-right: 10px;
    width: 28%;
  
}
@media (min-width: 1500px){
.parijat{
    width: 126px;
    margin-top: -10px;
    float: right;
    margin-right: 10px;
    width: 19%;
  
}
}
@media (max-width: 1200px){
    .parijat{
        width: 60px;
        margin-top: -10px;
        float: right;
        margin-right: 10px;
        /* width: 34%; */
      
    }
    }

@media (max-width: 990px){
    .parijat{
        width: 52px;
        margin-top: 0px;
        margin-right: 2px;
    }
}



@media (max-width: 768px){
    .parijat{
        width: 45px;
        margin-top: 8px;
        margin-right: 2px;
    }
}

@media (max-width: 480px){
    .parijat{
        width: 34px;
        margin-top: 14px;
        /* width: 64%; */
    }
}


.kopran{
    width: 100px;
    margin-top: -5px;
    margin-left: 10px;
}

@media (max-width: 768px){
    .kopran{
        width: 91px;
        margin-top: 6px
    }  
}

@media (max-width: 630px){
    .kopran{
        width: 85px;
        margin-top: 6px
    }  
}

@media (max-width: 485px){
    .kopran{
        width: 60px;
        margin-top: 13px;
        margin-left: -4px;
    }  
}


.rowmargin{
    margin-top: 20px;
}


@media (max-width: 630px){
.rowmargin{
    margin-top: 0px;
}
}
@media (max-width: 990px){
    .colpadding{
        padding-top: 21px;
    }
    }
    
@media (max-width: 768px){
    .colpadding{
        padding-top: 23px;
    }
    }
@media (max-width: 630px){
.colpadding{
    padding-top: 0px;
}
}

.Member{
    font-size: 11px;
    line-height: 1px;
    margin-left: 38px;
    font-family: Times, serif, Georgia;
}

.center {
    position: absolute;
    margin: auto;
    top: -9px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2
    ;
}
@media (min-width: 1400px){
.center {
    position: absolute;
    margin: auto;
    top: -79px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2
    ;
}
}


@media (max-width: 1200px){
    .center {
        position: absolute;
        margin: auto;
        top: -4px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2
        ;
    }

    .packshot {
        width: 60%;
    }
    }


.packshot{
    width: 55%;
}

@media (max-width: 990px){
    .packshot{
        width: 71%;
    }
    .center {
        position: absolute;
        margin: auto;
        top: 12px;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2
        ;
    }
    .tag{
        font-size: 21px;
    }
}

@media (max-width: 768px){
    .packshot{
        width: 79%;
    }
    .center {
        top: 33px;
    }
    .tag{
        font-size: 19px;
    }
}

@media (max-width: 490px){
    .packshot{
        width: 104%;
    }
    .center {
        top: 34px;
    }
    .tag{
        font-size: 14px;
    }
}



/* @media (max-width: 630px){
.center {
    position: absolute;
    margin: auto;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2
    ;
}
} */


.nav {
    /* padding-left: 25em; */
    margin-bottom: 0;
    list-style: none;
  }
  
  @media (max-width: 1200px) {
    .nav {
      /* padding-left: 15em; */
      margin-bottom: 0;
      list-style: none;
    }
  }


  .dropdownli{
    border-bottom: none !important;
    color: #333 !important;
    text-decoration: underline !important;

  }
  .dropdownbt{
    border-bottom: 1px solid #aaa !important;
    color: #333 !important;
    text-decoration: underline !important;

  }

  .dropdowntext{
    color: #333 !important;
    margin-bottom: -11px !important; 
  }
  .maindropdown{
      border-bottom: none !important;
  }
  .tagline{
  font-family: 'Poppins',sans-serif;
  letter-spacing: 1.5px;
  font-size:35px;
  padding:10px;
}
  /* new navigation css start */
  nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  
  .nav {
    width: 730px;
    margin: 0 auto;
    background: transparent;
    color: #f0f0f0;
  }
  .nav a {
    display: block;
    padding: 0 16px;
    line-height: inherit;
    cursor: pointer;
  }
  .nav__menu {
    /* line-height: 45px; */
    font-weight: 500;
    /* text-transform: uppercase; */
  }
  .nav__menu-item {
    display: inline-block;
    position: relative;
  
  }
  .nav__menu-item a{
    color:white ;
  }
  .nav__menu-item a:hover {
    color: #d61c22;
  }
  .nav__menu-item:active {
    color: #d61c22;
  }
  .nav__menu-item:hover .nav__submenu {
    display: block;
  }
  .nav__submenu {
    font-weight: 300;
    text-transform: none;
    line-height: 30px;
    display: none;
    position: absolute;
    width: 175px;
    /* margin-left:-40px; */
    transform: translate(-27px,0px);
    background-color: #efefef;
    text-align:center;
    /* color:#d61c22; */
    margin-top:16px;
    /* border-bottom: 1px solid #aaa */
  }
  .nav__submenu a {
      color:#d61c22;
  }
  .nav__submenu-item:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .nav__submenu  a{
      border-bottom: 1px solid #ccc;
  }
 /* for border-left */
  /* .main_nav .navbar_nav > li > a:before{
    content: '';
    background: #aaaaaa;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0px;
    right: 0px;
  } */
  /* .main_nav .navbar_nav > li:first-child {
    border-left: none !important;
  } */
  /* for caret on hover */
  .main_nav .navbar_nav > li:hover > a:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #d61c22;
    left: 50%;
    bottom: 0px;
    margin-left: -10px;
    top:10px;
}
.divider{

    border-left: 1px solid #ccc;
height: 1em;

}

  /* new navigation css end */