@font-face {
    font-family:Helvetica-Light;
    src: url(../fonts/Helvetica-Light.otf);
}
@font-face {
    font-family:Helvetica-regular;
    src: url(../fonts/Helvetica.ttf);
}
@font-face {
    font-family:Helvetica-Bold;
    src: url(../fonts/Helvetica-Bold.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family:Helvetica-regular;
    color: #C15C1A;
}

html.homepage {
    overflow-x: hidden !important;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

p {
    color: #C15C1A;
    font-size: 16px;
    line-height: 22px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/*******header*******/

.my-sidenav {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color:#ffffff;
    width: 100%;
    padding-top: 13px;
    /*-webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);*/
    border-bottom: 1px solid #FFFFFF;
}
.logo {
    float: left;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

.right-item {
    float: right;
    padding-top: 22px;
}
.menutxt ul
{
    margin-bottom: 0px;
}
.menutxt ul li {
    font-size: 16px;
    margin-left:30px;
    padding-bottom: 23px;
}

.menutxt ul li a {
    color: #C15C1A;
    font-family: Helvetica-Bold;
}

.logo img {
    width: 160px;
}

.ar-text {
    font-size: 18px;
    padding-left: 30px;
}

.ar-text a {
    color: #4d4e4f;
    padding-top: 10px;
    display: inline-block;
}

.ar-text img {
    width: 25px;
    vertical-align: text-top;
    padding-left: 5px;
}

.right-item ul li
{
    position: relative;
}

ul.dropdown-menu {
        border-radius: 0px;
        background-color: #fff;
        margin: 0px 0px;
        padding:0px;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateY(-2em);
        z-index: -1;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
        display: block;
    }
.dropdown:hover>.dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top:46px;
    background: #fff;
    border: none;
}
ul.dropdown-menu li
{
    margin-left: 0px;
    padding: 5px 0px
}
ul.dropdown-menu li a:hover
{
    background-color: transparent;
}
ul.dropdown-menu li a
{
    color: #C15C1A;
}

/*******header End*******/
footer
{
    background-color:#000000;
    padding: 35px 0px 0px 0px;
}
.ftsocial
{
    padding: 20px 0px;
}
.ftsocial a img
{
    margin-right: 10px;
}
.ft-link h4
{
    font-size: 16px;
    font-family:Helvetica-Bold;
    padding-bottom: 20px;
    color: #fff;
}
.ft-link ul li
{
    padding-bottom: 10px;
}
.ft-link ul li a
{
    font-size: 16px;
    color: #fff;
}
.ft-link p
{
    color: #fff;
}
.ft-link p span
{
    display: block;
}
.footer-btm
{
    background-color:#B15112;
    padding:15px 0px;
    margin-top: 20px;
}
.footer-btm ul
{
    margin-bottom: 0px;
}
.footer-btm li
{
    padding-right: 15px;
}
.footer-btm li a
{
    font-size: 16px;
    color: #C15C1A;
}
.footer-btm p
{
    color:#fff;
    text-align: right;
}
.hm-banner
{
  background-color: #C15C1A;
  padding-top: 140px;
}
.hm-heading
{
  font-size: 25px;
    line-height: 26px;
    color: #fff;
    font-family:Helvetica-Light;
    padding-bottom: 15px;  
}
.hm-heading span
{
  font-family:Helvetica-Bold;
  display: block;   
}
.hm-banner h1
{
    padding-top: 150px;
    font-size: 40px;
    line-height: 45px;
}

.hm-banner p
{
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family:Helvetica-Light;
}
.hm-banner-img
{
    margin-bottom: -70px;
}
.poineering
{
    background-image: url(../images/pioneering-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 120px;
    padding-bottom: 120px;
}
.brown-clr
{
    color: #C15C1A;
}
.poineering h3
{
    padding-bottom: 30px;
}
.poineering p
{
    font-size: 16px;
    line-height: 22px;
    color: #C15C1A;
    font-family:Helvetica-Light;
}
.poineering-num h4
{
    font-size: 14px;
    color: #C15C1A;
    font-family:Helvetica-Light;
}
.poineering-num h4 span
{
    font-size: 40px;
    font-family:Helvetica-Bold;
}
.poineering-num p
{
    padding-bottom: 0px;
}
.read-btn
{
    margin-top: 70px;
}
.read-btn a
{
    font-size: 18px;
    line-height: 20px;
    padding:16px 20px;
    text-align: center;
    display: inline-block;
    color: #C15C1A;
    border:1px solid #C15C1A;
}
.industries
{
    background-color:#C15C1A;
    padding: 60px 0px;
}
.industries h3
{
    padding-top:40px;
    padding-bottom: 40px;
}
.industry-icon img
{
    height: 55px;
    width: 55px;
}
.ind-text
{
    margin-left: 30px;
}
.ind-text h4
{
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-family:Helvetica-Bold;
    padding-bottom: 20px;
}
.ind-text p
{
color: #fff;
font-size: 16px;
line-height: 22px;
font-family:Helvetica-Light;
}
.industry-wrap 
{
    display: flex;
    margin-bottom: 30px;
}
.greybg-wrap
{
    background-image: url(../images/greybg-full.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70px;
}
.focusing-path
{
    padding-top: 80px;
    padding-bottom:70px;
    background-image: none;
}
.investor-btn
{
margin-top: 90px;
}
.forging-box
{
    background-color: #fff;
     margin-left: 15px;
     cursor: pointer;
}
.forging-wrap
{
    display:flex;
    padding-top: 100px;
}
.forging-text {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.forging-text p
{
    padding-bottom: 0px;
    line-height: 20px;
    font-size: 16px;
}
.arrow-btn img
{
width: 20px;
}
.qrm-wrap
{
position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}
.qrm
{
    background-color:#C15C1A;
    padding: 60px 0px;
    margin-top:60px;
}
.qrm p
{
    font-size: 16px;
    line-height:22px;
    color: #fff;
    font-family:Helvetica-Light;
}
.qrm-img
{
    position: absolute;
    top:0;
    right: 0;
    width: 49%;
}
.qrm-img img
{
    height:100vh;
    width: 100%;
}
.qrm-btn .read-btn
{
    margin-top: 20px;
}
.qrm-img1
{
  right: auto;
  left: 0;  
}
.qrm-last-wrap
{
    position: relative;
    padding-top: 40px;
    height: 105vh;
}
.qrm-img2
{
    position: absolute;
    right: 0;
    top:0;
    width: 49%;
}
.qrm-img2 img
{
    height: 105vh;
}
.qrm-last h3
{
    padding-bottom: 20px;
}
.qrm-last .poineering-num h4 span 
{
font-size: 25px;
}
.qrm-last .poineering-num 
{
    margin-bottom: 5px;
}
.qrm-last h5
{
    color:#C15C1A;
    font-size: 18px;
    font-family:Helvetica-Bold;
}
.qrm-last p
{
    color:#C15C1A;
    font-size: 16px;
    font-family:Helvetica-Light;
    padding-bottom: 20px;
    line-height: 24px;
}
.curve-edge
{
    margin-top: 90px;
}
.curve-edge h3
{
    padding-bottom: 40px;
}
.curve-box
{
    background-color:#C15C1A;
    padding: 40px 30px;
    min-height: 444px;
    margin-bottom: 25px;
}
.curve-box img {
    height: 90px;
    margin-bottom: 20px;
}
.curve-box h4
{
    font-size: 24px;
    color: #fff;
    font-family:Helvetica-Bold;
    padding-bottom: 10px;
    line-height: 26px;
    min-height: 62px;
}
.curve-box h4 span
{
    display: block;
}
.curve-box p
{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family:Helvetica-Light;
}
.get-in-touch
{
    background-color:#C15C1A;
    position:relative;
    height: 100vh;
    display: flex;
    align-items: center;
}
.get-in-touchimg
{
    position: absolute;
    top:0;
    right: 0;
    width: 47%
}
.get-in-touchimg img
{
    height: 100vh;
}
.get-in-touch h5
{
    font-size: 24px;
    color: #fff;
    font-family:Helvetica-Light;
    padding-bottom: 40px;
}
.contact-form input, textarea {
    width: 100%;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    margin: 10px 0;
    color: #fff;
    background-color: transparent;
    font-family:Helvetica-Light;
}
.contact-form textarea {
    height: 100px;
}
::placeholder 
{ 
   color:#fff;
}
button.frmsbmt {
    font-size: 20px;
    line-height: 20px;
    padding:14px 30px;
    text-align: center;
    display: inline-block;
    color: #fff;
    border:1px solid #fff;
    background-color: transparent;
    font-family:Helvetica-Light;
    margin-top: 30px;
}
.investor-bg
{
    padding-top: 120px;
    padding-bottom:80px;
}
.investor-bg p
{
    font-size: 16px;
    font-family:Helvetica-Light;
    line-height:22px;
    padding-bottom: 40px;
}
.investor-bg
{
    background-image: url(../images/investor-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.investor-tab
{
    border-top:1px solid #C15C1A;
    border-bottom:1px solid #C15C1A;
    padding: 8px 0px;
}
.investor-tab .nav-pills>li
{
    margin-right: 36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.investor-tab .nav-pills>li>a
{
font-size: 15px;
color: #C15C1A;
border-radius: 0px;
padding:0px 0px 0px 0px;
position: relative;
}
.investor-tab .nav-pills>li>a:after
{
 content: '';
 position: absolute;
 bottom:6px;
 right: -13px;
 background-image: url(../svg/tab-icon.svg);
 background-repeat: no-repeat;
 width: 10px;
 height: 6px;   
}
.investor-tab .nav-pills>li>a:hover
{
    background-color: transparent;
}
.investor-tab .nav-pills>li.active>a, .investor-tab .nav-pills>li.active>a:focus, .investor-tab .nav-pills>li.active>a:hover
{
background-color: transparent;
color: #C15C1A;
font-family:Helvetica-Bold;
}
.investor-tab-content h3
{
color: #C15C1A;
font-size: 16px;
padding: 8px 0px;
border-bottom: 1px solid #C15C1A;
}
.investor-tab-content h3 a
{
 color: #C15C1A;   
}
.investor-tab-content h3.active1
{
font-family:Helvetica-Bold;
}
.investor-box
{
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.23);
padding: 50px 30px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
height: 140px;
}
.investor-box p
{
    font-size: 16px;
    line-height: 22px;
    color: #C15C1A;
    font-family:Helvetica-regular;
    padding-bottom: 0px;
    max-width: 145px;
    width: 100%;
}
.investor-icon img
{
    width: 27px;
}
.footer-gap
{
margin-top: 60px;
}
.investor-tab-inner
{
    border-top:none;
    margin-bottom:50px;
}
.investor-tab-inner .nav-pills>li>a:after
{
    background-image:none;
}
.tab-content-inner h4
{
    font-size: 24px;
    color:#C15C1A;
    font-family:Helvetica-Bold;
    padding-bottom: 30px;
}
.tab-content-inner p
{
    font-size: 16px;
    line-height: 24px;
}
.tab-content-inner p span
{
    display: block;
}
.tab-content-inner h5
{
    font-size: 16px;
    font-family:Helvetica-Bold;
    padding-bottom: 5px;
}
.tab-content-inner h5 span
{
    display: block;
}
.tab-content-inner h6
{
font-size: 16px;
font-family:Helvetica-regular;
padding-bottom: 30px;
}
#cgr .investor-box p, #agm .investor-box p,
#ar .investor-box p
{
    max-width: 180px;
}
.mb-50
{
    margin-bottom: 50px;
}
#our-policies .investor-box,
#presentations .investor-box,
#compliances .investor-box
{
    padding: 20px;
    min-height: 130px;
}
#our-policies .investor-box p
{
    max-width: 190px;
}
#presentations .investor-box p,
#np .investor-box p
{
    max-width: 170px;
}
#np .investor-box
{
padding: 20px;
min-height: 130px;
}
#investor-contact h5 {
    font-size: 16px;
    font-family: Helvetica-Bold;
    padding-bottom: 5px;
}
#investor-contact h5 span
{
    display: block;
}
.about-clr-bg
{
background-image: url(../images/abt-clr-bg.png);
}
.about-clr-bg p
{
    padding-bottom: 20px;
}
.about-clr-bg h3
{
    margin-top: 40px;
    padding-bottom:40px;
}
.about-clr-bg .col-md-4
{
    padding: 0px;
}
.value-wrap
{
border-right: 1px solid #C15C1A;
border-bottom: 1px solid #C15C1A;
padding-left: 30px;
}
.value-wrap-last
{
    border-right:none;
}
.value-mt-15
{
    margin-left: 15px;
    padding-left: 0px;
}
.pt-30
{
    padding-top: 30px;
    border-bottom: none;
}
.value-wrap h4, .mdata-text h4
{
    font-size: 25px;
    line-height: 32px;
    color:#C15C1A;
    font-family:Helvetica-Bold;
    min-height:72px;
}
.value-wrap h4 span, .mdata-text h4 span
{
    display: block;
}
.value-wrap p 
{
    font-size: 16px;
    line-height: 22px;
    color:#C15C1A;
    padding-right:58px;
    min-height: 150px;
    font-family:Helvetica-Light;
}
.valsize{
    font-size: 28px;
}
.state-of-art
{
    background-image: url(../images/state-art-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    background-size: cover;
    padding-top: 70px;
    margin-bottom: 80px;
}
.state-of-art h3
{
    font-size: 32px;
    color:#fff;
    font-family:Helvetica-Bold;
    line-height: 42px;
}
.state-of-art h3 span
{
    display: block;
}
.mdata-wrap
{
    display: flex;
}
.mdata-icon img
{
    width: 70px;
    height: 70px;
}
.mdata-wrap
{
    margin-bottom: 50px;
}
.mdata-text
{
    margin-left: 30px;
}
.mdata-text h4
{
    min-height: auto;
    padding-bottom: 5px;
}
.mdata-text p
{
font-size: 16px;
    line-height: 22px;
    color:#C15C1A;
    font-family:Helvetica-Light;   
}
.milestone
{
    background-color: #C15C1A;
    padding: 60px 0px;
    min-height: 540px;
}
.milestone-slider h4
{
    font-size: 150px;
    color:#fff;
    font-family:Helvetica-Bold;
    opacity: 45%;
}
.milestone-slider p
{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    display: none;
    font-family:Helvetica-regular;
}
.milestone-slider p span
{
    display: block;
    padding-top: 10px;
}

.milestone-slider.owl-carousel .owl-item.active.center {
   transform: scale(1);
   margin-top: 0 !important;
   position: relative;
   z-index: 999;
   -webkit-transform: scale(1);
}
.milestone-slider.owl-carousel .owl-item {
   transform: scale(.2);
   padding: 10px 0px;
   transition: all 0.5s;
   text-align:center;
}

.milestone-slider.owl-carousel .owl-item.active.center p
{
    display: block;
}
.milestone-slider.owl-carousel .owl-item.active.center h4
{
   opacity: 100%;
   color: #C15C1A;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
               1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.milestone-slider .owl-nav button.owl-next
{
    position: absolute;
    width:30px;
    height:30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right:0px;
    background-repeat: no-repeat;
    background-image: url(../svg/mright-arrow.svg) !important;
}
.milestone-slider .owl-nav button.owl-prev
{
    position: absolute;
    width: 30px;
    height:30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left:0px;
    opacity: 1;
    background-repeat: no-repeat;
    background-image: url(../svg/mleft-arrow.svg) !important;
}

.milestone-slider.owl-theme .owl-nav .owl-prev:hover, .milestone-slider.owl-theme .owl-nav .owl-next:hover

{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
}

.leadership
{
    padding: 90px 0px;
}
.leadership h3
{
    padding-bottom: 70px;
}
.leadership-wrap h5
{
    color:#707070;
    font-size: 24px;
    line-height:30px;
    font-family:Helvetica-Bold;
    padding-top:20px;
}
.leadership-wrap p
{
 font-size: 18px;   
 color:#707070;
 padding-top: 5px;
}
.directors
{
    padding-top: 0px;
}
.directors .leadership-wrap h5
{
font-size: 18px;
color:#C15C1A;
font-family:Helvetica-Bold;
line-height: 24px;
}
.awards
{
    padding-bottom: 160px;
    padding-top: 70px;
}
.awards h3
{
    padding-bottom: 50px;
}
.award-slider .item
{
       padding: 40px 30px;
    background: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    
}
.award-slider h5
{
    font-size: 18px;
    font-family:Helvetica-Bold;
    padding-bottom: 15px;
    color: #C15C1A;
}
.award-slider h4
{
color: #C15C1A;
font-size: 22px;
line-height: 26px;
font-family:Helvetica-Bold;
padding-bottom: 15px;
}
.award-slider p {
    color: #C15C1A;
    font-size: 20px;
    padding: 20px 0 0;
    font-family: Helvetica-Bold;
    line-height: 24px;
}
.award-slider .owl-nav button.owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: -95px;
    background-repeat: no-repeat;
    background-image: url(../svg/right-slider-arrow.svg) !important;
    left: 70px;
}
.award-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: -95px;
    opacity: 1;
    background-repeat: no-repeat;
    background-image: url(../svg/left-slider-arrow.svg) !important;
    left: 0;
}

.award-slider.owl-theme .owl-nav .owl-prev:hover, .award-slider.owl-theme .owl-nav .owl-next:hover

{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
}
.about-clr-bg h3.rm-head
{
padding-bottom: 30px;
}
.ramming-mass .value-wrap p
{
    padding-right: 30px;
}
.rm-benefit
{
    background-color: #C15C1A;
    padding: 60px 0px;
}
.rm-benefit h3
{
    padding-bottom: 40px;
}
.benefit-wrap
{
-webkit-box-shadow: inset 8px 8px 8px 8px rgba(0,0,0,0.25);
-moz-box-shadow: inset 8px 8px 8px 8px rgba(0,0,0,0.25);
box-shadow: inset 8px 8px 8px 8px rgba(0,0,0,0.25);
padding: 30px 15px;
min-height: 330px;   
}
.benefit-wrap h4
{
       font-size: 25px;
    line-height: 26px;
    padding-bottom: 10px;
    color: #fff;
    font-family: Helvetica-Bold;
    height: 70px;
}
.benefit-wrap p
{
    color: #fff;
    font-family:Helvetica-Light;
    font-size: 16px;
    line-height: 22px;
}
.industries-rm
{
    background-color: transparent;
}
.industries-rm .ind-text h4,
.industries-rm .ind-text p
{
    color: #C15C1A;
}
.invest-ex h3
{
    padding-top: 0px;
}
.invest-ex p
{
font-size: 16px;
font-family:Helvetica-Light;
line-height: 22px;
padding-bottom: 20px;
}
.poineering-numUn p{
    font-size: 20px;
}
.year-tab.investor-tab
{
    margin-bottom: 50px;
    border-top: none;
}
.year-tab.investor-tab .nav-pills>li>a:after
{
    display: none;
}

.leadership-team h2
{
font-size: 24px;
color: #fff;
font-family:Helvetica-Light;
padding-bottom: 40px;
}

.leader-text 
{
    display: flex;
    justify-content:center;
    flex-direction: column;
    min-height: 375px;
}
.leader-text p
{
    font-size: 16px;
    font-family:Helvetica-Light;
    color: #fff;
    padding-bottom: 15px;
    line-height: 24px;
}
.leader-text p:last-child
{
    padding-bottom: 0px;
}
.leader-img-text h3
{
    font-size: 36px;
    color: #fff;
    font-family:Helvetica-Bold;
    padding-top: 20px;
}
.leader-img-text h3 span
{
    display: block;
    font-size: 20px;
    font-family:Helvetica-regular;
    padding-top: 2px;
}
.leader-wrap {
    margin-bottom: 40px;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-director .leader-wrap
{
    margin-bottom: 60px;
}
.in-director
{
padding-top: 90px;
padding-bottom: 0px;
}
.in-director h3
{
  font-size: 20px;
    color:#C15C1A;
    font-family: Helvetica-Bold;
    padding-bottom: 40px;
}
.dir-text h3
{
    font-size: 18px;
    font-family:Helvetica-Bold;
    color: #C15C1A;
    padding-bottom: 10px;
}
.dir-text h3 span
{
    display: block;
    font-size: 16px;
    font-family:Helvetica-regular;
    padding-top: 2px;
}
.dir-text p
{
    color: #C15C1A;
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica-Light;
}
.dir-text p:last-child
{
    padding-bottom: 0px;
}
.advisory
{
    background-color: #C15C1A;
    padding-top: 60px;
}
.investor-tab-innerRmvSpc {
    margin-bottom: 0px;

}
.investor-tab-innerGrievance h3 {
    margin-bottom: 50px;
}
.leadership-teamUn h2 {
    font-size: 30px;
    font-family: Helvetica-Bold;
}
.leader-img-textUn h3{
    font-size: 18px;

}
.leader-img-textUn h3 span{
    font-size: 16px;
    
}
.leadership-teamAdvisory h2 {
    font-size: 20px;
     font-family: Helvetica-Bold;
}


.location .hm-heading span
{
display:inline;
}

.map-viewtab
{
    float: right;
    margin-bottom:40px;
    clear:both;
}
.map-viewtab .nav-pills>li>a {
    border-radius:0px;
    padding: 0px 15px;
    color: #BBBBBB;
}
.map-viewtab .nav-pills>li:first-child a
{
    border-right: 1px solid #BBBBBB;
}
.map-viewtab .nav-pills>li>a img
{
    padding-right: 5px;
}
.map-viewtab .nav-pills>li>a img.b-icon
{
display: none;
}
.map-viewtab .nav-pills>li>a:hover
{
    background-color: transparent;
}
.map-viewtab .nav-pills>li.active>a, .map-viewtab .nav-pills>li.active>a:focus, .map-viewtab .nav-pills>li.active>a:hover {
    color:#C15C1A;
    background-color:transparent;
}
.map-viewtab .nav-pills>li.active>a img.b-icon
{
display: inline-block;
}
.map-viewtab .nav-pills>li.active>a img.g-icon
{
display: none;
}
.location-list
{
    display: flex;
    flex-wrap: wrap;
}
.location-list p
{
    font-size: 18px;
    color:#C15C1A;
    padding: 0px 20px;
    position: relative;
    width: 14.28%;
    height: 40px;
    align-items: center;
    display: flex;
    margin-bottom: 50px;
}
.location-list p:after
{
    content: '';
    position: absolute;
    right:10px;
    top:0;
    background-color: #C15C1A;
    width: 1px;
    height:40px;
}
.location-list p:nth-child(7):after,
.location-list p:nth-child(14):after,
.location-list p:nth-child(21):after,
.location-list p:nth-child(28):after,
.location-list p:nth-child(35):after,
.location-list p:last-child:after
{
    display: none;
}
.location-list p:last-child
{
    margin-bottom: 0px;
}
select.location {
    color: #C15C1A;
    font-size: 16px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #C15C1A;
    border-top: 1px solid #C15C1A;
    padding-bottom: 5px;
    padding-top:5px;
    margin-bottom: 20px;
    max-width: 250px;
    width: 100%;
}
select.location:focus-visible
{
    outline: none;
}
.p-highlights
{
    display: none;
}
.p-highlights img
{
    max-width: 910px;
    width: 100%;
    margin:auto;
}
.location
{
    padding-bottom:60px;
        margin-top: 50px;
}
.map-footnote
{
font-size: 15px;
line-height: 20px;
font-style: italic;
color:#C15C1A;
float: right;
}
.map-footnote span
{
    display: block;
}
.award-slider .item:hover {
    box-shadow: 0px 3px 6px #00000029;
    cursor: pointer;
    min-height: 496px;
    margin:2px;
   
}
.poineering ul {
    padding-left: 20px;
}

.poineering ul li {
    font-size: 16px;
    line-height: 22px;
    color: #C15C1A;
    font-family: Helvetica-Light;
    padding-bottom: 10px;
}
p.orpre {
    padding-bottom: 30px;
    color: #C15C1A;
}
.illusImg {
    position: relative;
}
.illusImg img {
    position: absolute;
    top: -30px;
    right: 45px;
}
.pdtop20
{
    padding-top: 20px;
}
.certificatesl .award-slider .item:hover
{
    min-height: auto;
}
.certificatesl
{
    padding:40px 0px 60px;
}
.postal-tab{
    margin-bottom:0px!important;
}
.ft-link p span a {
    color: #fff;
}