*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', 'Playfair Display SC' ,  sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    max-width: 1600px;
    margin: 0 auto;    
    /* background: #181818;
    color: #fff; */
}
a{
    cursor: pointer;
}
.container{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
input::placeholder,select::placeholder,textarea::placeholder{
    font-size: 14px;
    color: #312d3a;
}
input:focus , select:focus , textarea:focus{
    outline: 0;
    border: 0;
}
li{
    list-style: none;
}
a{
    color: #000;
    text-decoration: none;
}
ul, li{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    display: inline-block;
} 
a:hover{
    text-decoration: none;
    color: #000;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.product-in-slider.owl-carousel .owl-item img {
    width: 70%;
}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    animation-duration:1000ms;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-prev {
    background: url(../images/banner-arrow.png) center no-repeat;
    width: 46px;
    height: 41px;
    position: absolute;
    top: 40%;
    left: -25px;
    font-size: 0;
    bottom: auto;
    margin: auto;
    transform: rotate(
        -180deg);
        background-size: 100% 100%;
   
}
.owl-next {
    background: url(../images/banner-arrow.png) center no-repeat;
    width: 46px;
    height: 41px;
    position: absolute;
    top: 40%;
    right: auto;
    font-size: 0;
    bottom: auto;
    margin: auto;
    left: 40px;
    background-size: 100% 100%;
}
.owl-prev.disabled , .owl-next.disabled{
    opacity: 0.1;
}
.owl-dots {
    position: absolute;
    bottom: -65px;
    width: 100%;
    text-align: center;
}
.owl-dots .owl-dot {
    background: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #000;
}
.owl-dots .owl-dot.active{
    background: #000;     
}
.logo {
    width: 210px;
    margin: 0px 0;
    /* float: right; */
    align-self: center;
}
.clear{
    clear: both;
}
.flex-end {
    display: flex;
    justify-content: flex-end;
}
.header {
    position: relative;
    z-index: 2;
}
.resp-toggle {
    display: none;
}
.nav-close {
    display: none;
}
nav li{
    display: inline-block;
    position: relative;
}
nav li a {
    padding: 34px 22px;
    display: inline-block;
}
nav li ul {
    /* display: none; */
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 5;
    width: 200px;
    background-color: #fff;
    transition: all linear 0.5s;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #eaeaea;
}
nav li ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}
nav li ul li:last-of-type {
    border-bottom: 0;
}
nav li ul li a {
    display: block;
    padding: 10px 15px 10px 30px;
    position: relative;
    color: #727272;
    transition: all linear 0.5s;
    font-size: 13px;
}
nav li ul li a:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    background: url(../Beeaar_files/menu-arrow.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 11px;
    left: 10px;
    transition: all linear 0.5s;
}
nav li:hover ul {
    /* display: block; */
    top: 88px;
    visibility: visible;
    opacity: 1;
}
nav li ul li a:hover {
    color: #413d49;
}
nav li ul li a:hover:before {
    background-image: url(../Beeaar_files/menu-arrow-hover.png);
}
.hd-rig{
    align-self: center;
}
a.enqu-n {
    background: #312d3a;
    color: #fff;
    padding: 11px 22px;
    border-radius: 5px;
    align-self: center;
    display: inline-block;
}
nav{
    align-self: center;
}
.fixed-right {    
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100px;
    right: 0;
    margin: auto;
    z-index: 9999;
}
.fixed-right li.swipe {
    position: relative;
    left: 0;
    transition: all linear .3s;    
}
.fixed-right li.swipe:hover{
    left: -130px;
}
.fixed-right span {
    position: absolute;
    top: 0;
    background: #f5e0be;
    height: 40px;
    left: 40px;
    line-height: 39px;
    padding: 0;
    text-align: left;
    min-width: 130px;
}
.fixed-right .image {
    background: #f5e0be;
    min-width: 40px;
    height: 40px;
    padding: 6px 8px;
    display: block;
    margin-bottom: 8px;
    border-radius: 50% 0 0 50%;
    text-align: center;
    padding-left: 9px;
    padding-right: 0;
    padding-top: 9px;
}
.follow-us {
    width: 229px;
    position: absolute;
    z-index: 99;
    color: #fff;
    transform: rotate(
-90deg);
    left: -79px;
    top: 380px;
    /* top: 0; */
    margin: auto;
}
.follow-us p{
    font-size: 13px;
    margin-right: 5px;
}
.banner-slider .container {
    position: absolute;
    top: 150px;
    right: 0;
    left: 0;
    margin: auto;
    color: #fff;
}
.banner-txt {
    width: 400px;
}
.banner-txt h6 {
    position: relative;
    color: #fff;
    background: #141f35;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    padding: 8px 23px;
    margin-bottom: 14px;
}
.banner-txt h2 {
    font-family: 'Playfair Display';
    font-size: 39px;
    line-height: 48px;
    margin-bottom: 16px;
    font-weight: 600;
}
.banner-txt a {
    background: #f5e0be;
    color: #000;
    font-size: 14px;
    padding: 11px 27px;
    display: inline-block;
    margin-top: 21px;
    font-weight: 500;
    border-radius: 5px;
    transition: all ease 0.3s;
}
.banner-txt a:hover{
    background: #000;
    color: #fff;
}
.banner .owl-next,.brand-img .owl-next{
    background: url(../Beeaar_files/next.png) 0 0 no-repeat;
    top: auto;
    bottom: 114px;
    width: 72px;
    left: 100px;
}
.banner .owl-prev,.brand-img .owl-prev{
    background: url(../Beeaar_files/prev.png) 0 0 no-repeat;
    top: auto;
    bottom: 125px;
    width: 72px;
    transform: translate(10px, 10px);
}
.banner .owl-nav,.brand-img .owl-nav{
    position: absolute;
    width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
}
.brand-img .owl-nav {    
    width: auto;
    right: auto;
    left: 105%;
    padding-top: 30px;
    margin: 0;   
}
.brand-img .owl-prev {
    background: url(../images/prev-dark.png) 0 0 no-repeat;
}
.brand-img .owl-next {
    background: url(../images/next-dark.png) 0 0 no-repeat;
    top: -60px;
    bottom: 114px;
    width: 72px;
    left: -10px;
}
.banner-txt p{
    line-height: 25px;
}
.text-center{
    text-align: center;
}
.auth-dealer {
    position: relative;
    margin-top: -100px;
    margin-bottom: 50px;
}
.auth-dealer .container {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}
.heading {
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 13px;
    color: #413d49;
}
.heading.white{
    color: #fff;
}
.auth-dealer .text {
    /* padding: 0 230px; */
    max-width: 680px;
    color: #312d3a;
    line-height: 25px;
    margin: 0 auto 28px;
}
.auth-dealer li {
    border-right: 2px solid #ccc;
    padding: 5px 21px;
}
.auth-dealer li:last-child{
    border-right: 0;
}


.ab-left {
    width: 600px;
    position: relative;
}
.callsals {
    background: #141f35 url(../Beeaar_files/call.png) 37px 19px no-repeat;
    width: 345px;
    margin: 0 auto;
    color: #fff;
    padding: 21px;
    font-size: 31px;
    border-radius: 18px;
    /* margin-bottom: -39px; */
    position: relative;
    bottom: 80px;
    padding-left: 104px;
}
.callsals h5 {
    font-family: 'Playfair Display';
    color: #f5e0be;
    font-size: 28px;
    margin-bottom: 3px;
}
.callsals h6 {
    font-weight: 500;
    font-size: 23px;
}
.ab-right {
    width: 540px;
    align-self: center;
}
ul.ab-ul {
    margin-top: 40px;
}
ul.ab-ul li{
    padding: 20px 0;
    opacity: 0.8;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
}
.abt {
    width: calc(100% - 80px);
    margin-left: 20px;
}
.abt h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
}
.abt p{}
a.book-appoint {
    background: #141f35;
    color: #f5e0be;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 6px;
   
    margin-top: 23px;
    transition: all ease 0.3s;
}
a.book-appoint:hover{
    background: #f5e0be;
    color: #141f35;
}
.want-talk{
   position: relative;
}
.want-talk .container {
    position: absolute;
    top: 0;
    color: #fff;
    margin: auto;
    right: 0;
    left: 0;
}
.want-txt {
    width: 580px;
    float: right;
    margin-top: 125px;
}
.want-txt .heading {
    color: #fff;
}
.want-txt h3 {
    font-size: 43px;
    font-weight: 500;
    margin-bottom: 12px;
}
.want-txt p {
    line-height: 25px;
    margin-bottom: 19px;
}
a.enquir {
    background: #f5e0be;
    color: #141f35;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 10px;
    transition: all ease 0.3s;
}
a.enquir:hover{
    background: #141f35;
    color: #f5e0be;
}
.why-choose {
    padding: 50px 0;
}
.why-choose .text {
    max-width: 680px;
    margin: 0 auto;
}
.why-choose ul{
    margin-top: 40px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.why-choose ul li {
    width: 31%;
    margin: 0 36px;
}
.why-choose ul li h2 {
    color: #312d3a;
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 18px;
}
.why-choose ul li p{
    opacity: 0.8;
    line-height: 22px;
}
.choos-img {
    width: 100px;
    margin: 0 auto;
    height:85px;
    margin-bottom: 27px;
}
.our-story {
    padding: 40px 0;
    position: relative;
}
.our-story:after {
    background: #fff2dd;
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.our-story .text {
    max-width: 680px;
    margin: 0 auto;
}
.story {
    position: relative;
    width: 980px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 17px;
    margin-top: 40px;
    overflow: hidden;
}
.vid-icon {
    position: absolute;
    width: 74px;
    right: 0;
    left: 0;
    margin: auto;
    top: 192px;
    cursor: pointer;
}
.vid-txt {
    padding: 23px;
    text-align: left;
    opacity: 0.8;
}
.vid-txt h3 {
    margin-bottom: 9px;
    font-size: 17px;
}
a.view-more {
    background: #141f35;
    color: #f5e0be;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 23px;
    transition: all ease 0.3s;
}
a.view-more:hover {
    background: #f5e0be;
    color: #141f35;
}
.news-room {
    width: 100%;
    padding: 50px 0;
    background: #141f35;
    color: #fff;
}
.news-room .heading{
    color:#f5e0be;
}
.news-room .text{
    max-width: 680px;
    margin: 0 auto 20px;
    opacity: 0.7;
}
.news-room ul{
    margin-top: 30px;
}
.news-room li {
    width: 380px;
    background: #fff;
    border-radius: 14px;
    margin: 0 12px;
    position: relative;
    overflow: hidden;
}
.news-room li h6 {
    background: #141f35;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    right: 15px;
    top: 15px;
    opacity: .8;
    padding: 6px 9px;
}
.user-img {
    width: 65px;
    position: relative;
    top: -38px;
    left: 27px;
}
.news-txt {
    color: #000;
    opacity: .8;
    margin-top: -28px;
    padding: 0 23px 28px;
    text-align: left;
}
.news-txt h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
}
.news-txt h4 {
    margin-bottom: 8px;
}
.news-txt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
}
a.readmore {
    margin-top: 7px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.enquire-now {
    padding: 50px 0;
}
.enquire-now .container {
    background: url(../Beeaar_files/enq-bg.png) 0 0 no-repeat;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 0;
}
.enq-form {
    width: 591px;
    background: #fff;
    margin-left: 41px;
    border-radius: 20px;
    overflow: hidden;
    padding: 33px;
}
.enq-form-inside {
    padding: 25px 0 0 0;
}
.enq-form-inside li {
    width: 47%;
    display: inline-block;
    margin-bottom: 18px;
    margin-right: 11px;
    padding-left: 39px;
    border: 1px solid #cccc;
    border-radius: 6px;
    padding: 13px;
    padding-left: 43px;
}
.enq-form-inside li.full {
    width: 97%;
}
.enq-form-inside li input, .enq-form-inside li select ,  .enq-form-inside li textarea {
    border: 0;
    width: 100%;
    background: none;   
}
.enq-form-inside li textarea {
    height: 130px;
}
.enq-form-inside li.name-ic{
    background: url(../Beeaar_files/name.png) 4px 7px no-repeat;
}
.enq-form-inside li.email-ic{
    background: url(../Beeaar_files/email.png) 4px 7px no-repeat;
}
.enq-form-inside li.mobile-ic{
    background: url(../Beeaar_files/mobie.png) 4px 7px no-repeat;
}
.enq-form-inside li.serv-ic{
    background: url(../Beeaar_files/service.png) 4px 7px no-repeat;
    background-size: 33px;
}
.enq-form-inside li.no-border {
    border: 0;
    padding-left: 0;
    padding: 0;
    font-size: 14px;
    opacity: .8;
}
.enq-form-inside li.no-border input{
    width: auto;
}
.enq-form-inside li button {
    background: #141f35;
    color: #fff;
    width: 100%;
    cursor: pointer;
    padding: 14px;
    border: 0;
    font-size: 18px;
}
.newsletter .container {
    border: 1px solid #f8f4f4;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 0 9px rgb(0 0 0 / 10%);
    overflow: hidden;
    margin-bottom: -38px;
    background: #fff;
}
.news-left {
    width: 490px;
}
.input-new {
    width: 420px;
    background: url(../Beeaar_files/email.png) 8px 8px no-repeat;
    border: 1px solid #ccc;
    padding: 15px;
    align-self: center;
    margin-right: 16px;
    border-radius: 6px;
    padding-left: 52px;
}
.input-new.name{
    background: url(../images/icon-name.png) 8px 8px no-repeat;
}
.input-new.mobile{
    background: url(../images/icon-mobile.png) 8px 8px no-repeat;
}
.input-new.service{
    background: url(../images/icon-service.png) 8px 8px no-repeat;
}
.input-new input,.input-new select {
    border: 0;
    background: none;
    width: 100%;
}
.news-right form{
    display:flex;
}
.news-right button, button.submit-btn{
    background: #141f35;
    color: #f5e0be;
    padding: 17px 32px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 0;
    transition: all ease 0.3s;
    align-self: center;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}
.news-right button:hover,button.submit-btn:hover {
    background: #f5e0be;
    color: #141f35;
}

/* Inner Pages */
.banner.inner{
    position: relative;
}
.bradcurmb-sec .heading{
    color: #fff;
}
.banner .bradcurmb-sec {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 45px;
    color: #fff;
}
.banner .bradcurmb-sec span {
    font-size: 16px;
    padding-right: 20px;
}
.banner .bradcurmb-sec span:last-of-type{
    padding-right: 0;
}
.banner .bradcurmb-sec span a{
    color: #fff;
    position: relative;
}
.banner .bradcurmb-sec span a:after {
    position: absolute;
    content: "-";
    margin-left: 8px;
}
.about-overview-sec {
    padding: 50px 0;
}
.about-overview-sec .left {
    width: 590px;
}
.about-overview-sec .right {
    width: 575px;
    align-self: center;
}
.about-overview-sec .right .heading b {
    display: block;
    font-size: 22px;
}
.text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.about-overview-sec .right .icon {
    margin-bottom: 20px;
    margin-top: 30px;
}
.text p:last-of-type{
    margin-bottom: 0;
}
.about-key-sector{
    background: url(../images/about-key-sector-bg.jpg) repeat 0 0;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}
.about-key-sector .heading {
    color: #f5e0be;
}
.half-width {
    width: 50%;
    margin: 0 auto;
}
.about-key-sector li {
    width: 19%;
    margin-top: 70px;  
    margin-left: 3%;
    margin-right: 3%;
    background: #fff;
    border-radius: 15px;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
}
.about-key-sector li .inner .icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}
.about-key-sector li .title {
    font-size: 22px;
    color: #312d3a;
    font-weight: bold;
    margin-top: 35px;
}
.about-key-sector li p {
    color: #7a6c66;
    margin-top: 8px;
    font-weight: bold;
}
.about-key-sector li p.brand {
    color: #000;
    font-weight: normal;
}
.about-vision-mission-sec{
    padding: 50px 0;
}
.about-vision-mission-sec .vision,.about-vision-mission-sec .mision{
    width: 48%;
    padding-left: 60px;
    padding-bottom: 50px;
    box-sizing: border-box;
    position: relative;
}
.about-vision-mission-sec .vision:before,.about-vision-mission-sec .vision:after,.about-vision-mission-sec .mision:before,.about-vision-mission-sec .mision:after{
    position: absolute;
    content: "";
    background: #141f35;
    left: 0;
    top: 45px;
    width: 25px;
    height: 80%;
}
.about-vision-mission-sec .mision:before,.about-vision-mission-sec .mision:after{
    background: #f5e0be;
}
.about-vision-mission-sec .vision:after,.about-vision-mission-sec .mision:after{
    top: auto;
    bottom: 5px;
    width: 75%;
    height: 25px;
}
.about-vision-mission-sec .title {
    color: #312d3a;
    font-size: 44px;
    font-family: 'Playfair Display';
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about-vision-mission-sec p {
    color: #b7b7b7;
    font-size: 22px;
    line-height: 26px;
    margin-right: 35px;
}
.about-values-sec{
    padding: 50px 0;
    position: relative;
}
.about-values-sec .container{
    justify-content: flex-end;
}
.about-values-sec .left{
    position: absolute;
    left: 0;
}
.about-values-sec .right{
    min-height: 620px;
    width: 850px;   
    position: relative;
    z-index: 1;
}
.about-values-sec .right .top-sec {
    padding-left: 320px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.about-values-sec .right li {
    background: #fff;   
    transition:  all linear .3s;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 5%);
    margin-right: 5px;
    margin-bottom: 15px;
}
.about-values-sec .right li .title {
    font-size: 18px;
    color: #000;
    transition:  all linear .3s;
    margin: 10px 0;
}
.about-values-sec .right li p{
    color: #b7b7b7;
    transition:  all linear .3s;
    font-size: 16px;
    line-height: 25px;
    min-height: 150px;
}
.about-values-sec .right li:hover{
    background: #141f35;
}
.about-values-sec .right li:hover .title, .about-values-sec .right li:hover p{
    color: #fff;
}
.about-values-sec .right .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}
.about-values-sec .right .owl-dots .owl-dot {
    background: #ffffff;
    width: 20px;
    height: 20px;
    display: inline-block;
    z-index: 2;
    position: relative;
    border-radius: 50%;
    margin: 0 5px;
    border: solid 1px #8f8f8f;
}
.about-values-sec .right .owl-dots .owl-dot.active{
    background: #141f35;
}
.about-relationship-sec{
    padding: 50px 0;
    background: url(../images/about-realtionship-bg.jpg) no-repeat 0 0;
    background-size: 100%;
    margin-bottom: 30px;
    background-attachment: fixed;
    text-align: center;
}
.about-relationship-sec li {
    width: 23.5%;
    padding: 40px 20px 30px;
    background: #fff;
    border-radius: 20px;
    margin-top: 30px;
    border: solid 1px #dedede;
}
.about-relationship-sec li .title {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
}
.about-relationship-sec li p {
    font-size: 14px;
    line-height: 24px;
    color: #b7b7b7;
}
p.highlighted {
    padding-left: 15px;
    border-left: solid 2px #000;
}
.contact-sec{
    padding: 50px 0;
}
.contact-sec .left{
    width: 780px;
    padding: 30px 25px;
    border-radius: 20px;
    border: solid 1px #b7b7b7;
}
.contact-sec .left li {
    width: 48%;
    margin-top: 20px;
    margin-right: 0;
}
.contact-sec .left li.full {
    width: 100%;
    align-items: center;
}
.contact-sec .left li.full button{
    width: 100%;
}
.contact-sec .left li.full textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.contact-sec .left li.full p {
    width: 96%;
    font-size: 12px;
    align-self: center;
}
.contact-sec .right{
    width: 400px;
    padding: 30px 25px;
    border-radius: 20px;
    border: solid 1px #b7b7b7;
}
.contact-sec .right .flex {
    justify-content: flex-start;
    margin-top: 30px;
    align-items: center;
}
.contact-sec .right .icon {
    margin-right: 15px;
}
.contact-sec .right .text {
    width: 74%;
}
.contact-sec .right h4 {
    font-size: 22px;
    text-transform: uppercase;
}
.contact-sec .right a,.contact-sec .right .text p {
    color: #b7b7b7;
}
.map .container {
    margin-top: 40px;
    border-radius: 25px;
    overflow: hidden;
}
footer.footer {
    background: #141f35;
    color: #fff;
    padding: 80px 0 15px 0;
    width: 100%;
}
.fl {
    width: 330px;
}
.fl img{
    margin-bottom: 30px;
}
.fl p{
    line-height: 24px;
    margin-bottom: 20px;
}
.footer-social a{
    margin-right: 5px;
}
.f-menu {
    width: 165px;
}
.f-menu h2 {
    margin-bottom: 23px;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
}
.f-menu li {
    background: url(../Beeaar_files/arrow-right-circle.png) 0px 16px no-repeat;
    padding: 11px 0 11px 23px;
}
.f-menu li a {
    color: #dedede;
}
.footer-last {
    border-top: 1px solid #585555;
    padding-top: 21px;
    font-size: 14px;
}
.footer-last a{
    color: #dedede;
}
.team-member {
    padding: 50px 0;
}
ul.team-data {
    margin-top: 35px;
}
ul.team-data li {
    border: 1px solid #ccc;
    border-radius: 20px;
    display: inline-block;
    margin: 9px;
    width: 278px;
    overflow: hidden;
}
.team-social {
    position: relative;
    padding: 0 25px;
    margin-top: -24px;
}
.team-social a{
    margin-right: 7px;
    display: inline-block;
}
.team-text {
    padding: 10px 16px;
    opacity: 0.8;
}
.team-text h3 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 2px;
}
.team-text h3 b {
    display: block;
}
.team-text h4 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 7px;
}
.team-phn {
    font-size: 14px;
    background: url(../images/team-phone.png) 2px 3px no-repeat;
    padding: 2px 0 4px 25px;
}
.team-email {
    font-size: 14px;
    background: url(../images/team-email.png) 0px 7px no-repeat;
    padding: 2px 0 4px 27px;
}
.news-room-page {
    padding: 50px 0;
}
.news-room-page .text{
    padding-bottom: 15px;
    opacity:0.8;
}
ul.newsroom-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}
ul.newsroom-page li {
    width: 31%;
    margin: 1%;
    border-radius: 10px;
    overflow: hidden;
}
.news-room-page ul.newsroom-page .news-img {
    margin-top: 0;
}
.news-room-page .news-img{
    margin-top: 50px;
}

.news-leftimg {
    width: 380px;
    vertical-align: top;
}
.news-leftimg img {
    border-radius: 14px;
    margin-bottom: 30px;
}
.news-leftimg {
    width: 375px;
    vertical-align: top;
}
.infra {
    padding: 50px 0;
}
.infra .desc {
    max-width: 1000px;
    margin: 0 auto;
    opacity:0.8;
}
.infra-data {
    padding: 50px 0;
}
.infra-data li {
    margin: 158px 0;
}
ul.brand-img {
    flex-wrap: wrap;
}
.infra-img {
    width: 700px;
    margin-top: -71px;
    z-index: 1;
    position: relative;
}
.infra-text {
    width: calc(100% - 460px);
    margin-left: -255px;
    background: #fff2dd;
    position: relative;
    /* z-index: 1; */
    padding: 100px 242px;
    /*padding-top: 100px;*/
    margin-bottom: -48px;
    position: relative;
}
.infra-data li:nth-child(odd) .infra-text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    /* border-left: 120px solid transparent; */
    border-right: 170px solid transparent;
    border-top: 500px solid #fff;
    position: absolute;
    top: 0;
    left: -13px;
}
.infra-data li:nth-child(even) .infra-text:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    /* border-left: 120px solid transparent; */
    border-left: 170px solid transparent;
    border-top: 500px solid #fff;
    position: absolute;
    top: 0;
    right: -13px;
}
.infra-data li:nth-child(even) .infra-img{
    order: 2;
    text-align: right;
}
.infra-data li:nth-child(even) .infra-text{
    margin-left: 0;
    margin-right: -255px;
}
.infra-data li .text {
    line-height: 23px;
    opacity: 0.6;
    font-size: 14px;
}
.infra-data li:last-child{
    margin-bottom: 0;
}
.infra-data li:first-child{
    margin-top: 80px;
}
.our-story-page{
    padding: 50px 0;
}
ul.str-data {
    margin-top: 50px;
}
ul.str-data li {
    width: 376px;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin: 10px;
}
.story-vid-icon {
    width: 57px;
    position: relative;
    margin-top: -32px;
    margin-left: 23px;
}
.story-txt {
    padding: 11px 26px;
}
.story-txt h3 {
    font-weight: 5;
    margin-bottom: 5px;
}
.story-txt p {
    line-height: 23px;
    opacity: 0.6;
}
.infra.withbrand .infra-text{
        padding-top:40px;
        padding-bottom:40px;
}
.infra-text a{
    /*text-decoration: underline;*/
    font-weight: 600;
}
.infra-data li .infra-text li{
    margin: 0 ;
}
.infra-data li .infra-text .brand-img li {
    background: #fff;
    padding: 5px;
    text-align: center;
    margin: 12px 16px 12px 0;
    border-radius: 9px;    
    position: relative;
    box-sizing: border-box;
    padding-bottom: 20px;
}
ul.brand-img .brimg img {
    height: auto;
}
.infra-data li .infra-text .brand-img li p {
    font-size: 14px;
    /* position: absolute;
    bottom: 5px;
    right: 0; */
    width: 100%;
    min-height: 40px;
    line-height: 15px;
    text-align: center;
}
.brimg {
    height: 86px;
    margin-bottom: 10px;
}
.withbrand .brimg {
    height: auto;
}
.withbrand .brimg img {
    height: 50px;
}
.pad50{
    padding: 50px 0;
}
.career-slider {
    padding-bottom: 120px;
}
.career-slider .owl-prev {
    background: url(../images/car-left.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: auto;
    left: 0;
    font-size: 0;
    bottom: auto;
    margin: auto;
    transform: none;
    background-size: 100% 100%;
    right: 70px;
    bottom: 32px;
}
.career-slider .owl-next {
    background: url(../images/car-right.png) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: auto;
    left: 0;
    font-size: 0;
    bottom: auto;
    margin: auto;
    transform: none;
    background-size: 100% 100%;
    right: -70px;
    bottom: 32px;
}
.why-join {
    background: #141f35;
    padding: 50px 0;
    color: #fff;
}
.why-join li {
    width: 270px;
    background: #fff;
    text-align: center;
    color: #000;
    padding: 18px;
    border-radius: 16px;
}
.why-join ul{
    margin-top: 100px;
}
.join-icon {
    width: 100px;
    margin: 0 auto;
    margin-top: -72px;
    /* margin-bottom: 12px; */
}
.why-join h3 {
    font-weight: 600;
    margin: 8px 0;
    font-size: 18px;
}
.why-join p {
    opacity: 0.8;
}
.ab-testi {
    padding: 50px 0;
    margin-bottom: 40px;
}
.t-slider{
    margin-top: 50px;
}
.t-slider.owl-carousel .owl-item img{
    width: auto;
}
.t-slider .item {
    border-left: 20px solid #f5e0be;
    border-bottom: 20px solid #f5e0be;
    padding: 33px;
    height: 340px;
}
.testiimg img{
    margin-right: 15px;
    align-items: center;
}
.testi-name {
    align-self: center;
}
.testi-name h3 {
    font-size: 18px;
    margin-bottom: 3px;
    opacity: .8;
    font-weight: 500;
}
.testi-name h4{
    font-size: 15px;
    margin-bottom: 3px;
    opacity: .8;
    font-weight: 500;
}
.t-slider .text {
    margin-top: 15px;
    line-height: 24px;
    font-size: 15px;
    text-align: justify;
}
.testiimg{
    position: relative;
    width: 100%;
}
.testiimg:after {
    background: url(../images/car-quotes.png) 0 0 no-repeat;
    content: "";
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    height: 62px;;
}
.current-opening {
    background: #f1f1f1;
    padding: 50px 0;
}
.job-listing{
    margin-top: 50px;
}
.job-listing li {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 22px;
    margin-bottom: 20px;
    display: none;
    transition: all ease 0.6s;
}
.job-listing li:hover{
    background: #141f35;
    color: #fff;
}
.job-listing li:hover .job-right a{
    background: #f5e0be;
    color: #141f35;
    border: 1px solid #f5e0be;
}
.job-left h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}
.job-left h5 {
    font-weight: 500;
    margin-bottom: 17px;
}
.flex-start p{
    margin-right: 20px;
    font-size: 14px;
}
.flex-start p img{}
.flex-start p span {
    align-self: center;
    margin-left: 7px;
}
.job-right {
    align-self: center;
}
.job-right a {
    color: #141f35;
    border: 1px solid #141f35;
    padding: 9px 19px;
    font-size: 14px;
    border-radius: 6px;
    transition: all ease 0.6s;
}
.job-right a:hover{
    background: #141f35;
    color: #fff;
}
.loadmore{
    display: block;
}
.loadmore a{
    background: #141f35;
    color: #f5e0be;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 6px;
    margin-top: 23px;
    transition: all ease 0.3s;
}
.loadmore a:hover {
    background: #f5e0be;
    color: #141f35;
}
.tabbing-sec ul.brand-img {
    display: none;
}
.tabbing-sec ul.brand-img.active {
    display: block;
}
.tabbing-sec .links {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 10px 0;
    border-bottom: solid 1px #bdb3a4;
}
.tabbing-sec .links a {
    padding-right: 20px;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    font-weight: normal;
    opacity: .7;   
}
.tabbing-sec .links a:after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #000;
    top: 39px;
    transition: all linear .3s;
    left: 0;
}
.tabbing-sec .links a.active{
    opacity: 1;
}
.tabbing-sec .links a.active:after{
    width: 100%;
}
#director-follow p{
    color:#000;
}
#director-follow img{
  filter: brightness(0);
}
.career-popup-form{
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
}
.career-popup-form .heading{
    text-align: center;
}
.career-popup-form ul{
    display: flex;
}
.career-popup-form form ul .input-new{
    width: 49%;
    margin: 15px 0px;
}
.career-popup-form form ul .full{
    width: 100%;
    margin: 15px 0px;
}
.career-popup-form form ul .full textarea{
    width: 100%;
    height: 90px;
    resize: none;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ccc;
}
.award-section{
    padding: 50px 0px 25px;
}
.award-section .container{
    display: flex;
    justify-content: space-between;
}
.award-section .container .left{
    width: 40%;
}
.award-section .container .left img{
    width: 100%;
    height: auto;
}
.award-section .container .right{
    width: 55%;
}
.award-section .container .right p{
    padding-bottom: 25px;
    opacity:0.8;
}
.award-gallery{
    padding: 25px 0px 50px;
}
.award-gallery-flex{
    display: flex;
    flex-wrap: wrap;
}
.award-gallery-flex li{
    /*width: 23%;
    margin: 1%;*/
    border-radius: 10px;
    overflow: hidden;
}
.award-gallery-flex li img{
    width:100%;
    height:auto;
}
.pahela-scratch-section{
    padding: 50px 0px;
}
.pahela-scratch-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pahela-scratch-flex .left{             
    width: 35%;
}
.pahela-scratch-flex .left img{
    width: 100%;
    height: auto;
}
.pahela-scratch-flex .right{
    width: 60%;
}
.pahela-scratch-flex .right p{
    padding-bottom: 15px;
    opacity:0.8;
}
.let-her-section{
    padding: 50px 0px;
}
.let-her-section .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.let-her-section .container .left{
    width: 40%;
}
.let-her-section .container .right{
    width: 55%;
}
.let-her-section .container .right p{
    padding-bottom: 15px;
    opacity:0.8;
}
.let-her-team-section{
    padding-bottom: 50px;
}
.let-her-flex{
    display: flex;
    flex-wrap: wrap;
}
.let-her-flex li{
    border-radius: 10px;
    width: 23%;
    background: #fff;
    border:1px solid #ccc;
    margin: 1%;    
}
.let-her-flex li .team-img{
    overflow: hidden;
}
.let-her-flex li .team-img img{
    width: 100%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.let-her-flex li .team-details{
    padding: 15px 20px;
    text-align: center;
}
.let-her-flex li .team-details span{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.thankyou{
    display: none;
}
.alert-success{
    position: absolute;
}