﻿/* Banner Image Starts */
.bn-img {
       /*background-image:url("../images/careerbanner.png");*/
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        height:auto;
        position:relative;
        /*display:flex;
        align-items:center;*/
}
.bn-absolute {
    height:100%;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    left:0;
    top:0;
}
.bn-text-wrap {
    /*width:460px;*/
    margin:0 auto;
    text-align:center;
    padding:25px;
    background-color:rgba(0,0,0,.2);
    /*margin-top: 68px;
    position:absolute;
    left:0;
    right:0;
    bottom:150px;*/
}
.bn-para-wrap {
    
}
.bn-title {
    color:#fff;
    font-size:60px;
    font-weight:500;
    /*margin-bottom:29px;*/
    line-height:1;
}
.bn-text-desktop {
    color:#fff;
    font-size:14px;
}
.bn-text-mobile {
        display:none;
    }
/*.bn-text-wrap a{
    display:inline-block;
    text-transform:uppercase;
    padding:24px 64px;
    background:linear-gradient(to bottom,#e31c17,#c9100c);
    font-size:14px;
    letter-spacing:1.4px;
    color:#fff;
    font-family: popins;
    font-weight:600;
    line-height:12px;
    border-radius:5px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transition:300ms ease;
}*/
.red-btn {
    width:221px;
    padding:22px 50px;
    text-transform:capitalize;
}
.red-btn:hover{
    background-color:#c9100c;
    transition:0.25s;
}
/*.bn-item {
    justify-content:center;
    position:relative;
}

.bn-text-wrap {
    position:absolute;
    display:block;
    top: 220px;
    left:25%;
    text-align:center;
    width:50%;
    color:#fff;
   
}
.bn-title {
    
    font-size:60px;
    padding:0 0 40px;
    margin-top: -15px;
}
.bn-para {
     text-align:center;
    font-size:14px;
    margin-top: -40px;
    color:rgba(255, 255, 255, 0.8);
   
    padding:0 0 40px;
}

 .bn-mobile {
    display:none!important;
}*/
/* Banner Image Ends */

/* After Line Starts */
/*@media (min-width: 1920px) {
    .custom-container {
     max-width:1367px;
}
}*/

.title-wrap {
    display:flex;
    align-items:flex-end;
    margin-bottom:69px;
    padding: 75px 0 0;
}
.legend-title {
    font-size:60px;
    font-weight:500;
    margin-bottom:0;
    line-height:24px;
    color:#0a0908;
    text-transform:capitalize;
}
.legend-line {
    flex:2;
    height:1px;
    width:100%;
    margin:0px 20px;
    /*border-bottom:1px dashed #000;*/
    background-image: linear-gradient(to right, black 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 8px 1px;
    background-repeat: repeat-x;
}
.legend-va {
    text-transform:uppercase;
    font-size:14px;
    color:#e31c17;
    font-weight:600;
    line-height:12px;
}
.legend-va-mobile {
    display:none;
    text-align:center;
    margin-top:30px;
}

/* PortFolio Starts */

.pf-row {
    margin-bottom:143px;
}
.pf-section .no-padd-right {
    padding-right:0px;
}

.pf-section .no-padd-left {
    padding-left:0px;
}

.ld-img {
     /*background-image:url("../images/career2.png");*/
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center;
     
     
}
.pf-txtwrap {
    
    display:block;
    padding-left:45px;
    width:100%;
    color:black;
   
}
.pf-txthead {
    font-size:30px;
    font-family: 'Varela Round', sans-serif;;
    line-height:30px;
    letter-spacing:-0.75px;
    

}
.pf-txtpara {
    font-size:14px;
    line-height:24px;
    letter-spacing:0.35px;
    color:rgba(0, 0, 0, 0.8);
    margin:0;
    
}
.pf-txtpara2 {
    font-size:14px;
    line-height:24px;
    letter-spacing:0.35px;
    color:rgba(0, 0, 0, 0.8);
    margin:0;
    
}
.pf-txtwrap2 {
   
    display:block;
    padding-right:44px;
    width:100%;
    color:black;
    
}
/* PortFolio Ends */

/* Slick Slider Starts */

.td-slider {
  max-width:1140px;
  margin: 0 auto;
}
.slick-slide {
  margin: 0 10px;
}
.slick-list {
  margin: 0px -10px 0px -5px;
}
.td-slider .slick-prev {
    left: 38%;
    top:auto;
    bottom:-53px;
    z-index: 1;
}

.td-slider .slick-prev:before {
    content: '';
    display: block;
    background: url(https://mallofthemillennium.s3.ap-south-1.amazonaws.com/images/leftarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.td-slider .slick-next {
    right: 40%;
    top:auto;
    bottom:-53px;
    z-index: 1;
}

.td-slider .slick-next:before {
    content: '';
    display: block;
    background: url(https://mallofthemillennium.s3.ap-south-1.amazonaws.com/images/rightarrow-black.png) center center no-repeat;
    width: 50px;
    height: 50px;
    border: 0px;
}

.td-slider .slick-dots {
    bottom:-60px;
    left:0;
    
}

.td-slider .slick-dots li {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: black;
    border-radius: 20px;
    top: 30%;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
}

.td-slider .slick-dots li:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 100%;
    background: red;
    transition: 0.5s;
    position: absolute;
    border-radius: 20px;
    visibility: hidden;
    overflow: hidden;
}

.td-slider .slick-dots li button:before {
    content: '';
}

.td-slider .slick-dots li.slick-active {
    width: 100px;
    height: 8px;
    transition: 0.5s;
}

.td-slider .slick-dots li.slick-active:before {
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    right: 0;
    background: red;
    transition: 3s;
    position: absolute;
    border-radius: 20px;
    visibility: visible;
}
.td-mobile {
    display:none!important;
}

/* Slick Slider Ends */
.slider .slick-list {
    margin:0 10px;
}
.ims-sliderimg1 {
     background-size:cover; 
     background-position:center; 
     background-repeat:no-repeat;
     height:258px;  
     width: 226px; 
     margin-bottom: 18px;

}
.ims-sliderimg2 {
     background-image:url(../images/careerslider2.png); background-size:cover; 
     background-position:center; 
     background-repeat:no-repeat;
     height:258px;  
     width: 226px; 
     margin-bottom: 18px;

}
.ims-icon {
        width:19px;
        margin-bottom:10px;
    }
.ims-txtwrap {
   
    display:block;
    padding-left:10px;
}
.ims-txtpara {
    font-size:14px;
    text-align:left;
   
    letter-spacing:0.35px;
   
    font-family:Poppins;
    color:#000000;
    
}
.ims-title {
    font-size:18px;
    letter-spacing:0.45px;
    color:#000000;
   
    text-align:left;
    font-weight:bold;
    font-family:Poppins;
}
.ims-titlepara {
    font-size:18px;
    letter-spacing:0.45px;
    color:rgba(0, 0, 0, 0.8);
    text-align:left;
    font-family:Poppins;
}


/* Last Title Starts */


.lh-item {
    justify-content:center;
    position:relative;
}

.lh-text-wrap {
    
    display:flex;
    justify-content:center;
    text-align:center;
    width:100%;
    color:#fff;
   
}
.lh-title {
    
    font-size:60px;
    padding:0 0 48px;
    /*margin-top: 255px;*/
     margin-top: 100px;
    color:black;
    line-height:60px;
    font-weight:500;
   text-transform:capitalize;
}
.lh-para {
     text-align:center;
    font-size:14px;
    margin-top: -40px;
    color:rgba(255, 255, 255, 0.8);
   
    padding:0 0 40px;
}
.lh-btnwrap {
    text-align:center;
    justify-content:center;
}
.lh-btnwrap a{
    /*width:221px;
    font-size:14px;
    letter-spacing:1.4px;
    text-decoration:none;
    border-radius: 5px;
    padding: 17px 65px;
    background:linear-gradient(to bottom,#e31c17,#c9100c);
    color:#fff;
    text-transform:uppercase;*/

    border-radius: 5px;
    width:221px; 
     font-size:14px;
        padding: 20px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to right, #A27D00 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.lh-btnwrap a:hover {
    background-position: left bottom;
    color: #fff;
}


.lh-text-wrap a:hover{
    background-color:#c9100c;
    transition:0.25s;
}
.lh-section {
    margin-bottom:251px;
}
@media (min-width: 1920px) {
        .slider {
        max-width: 1396px;
    }
}
/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    /* banner images starts*/
   
    .bn-img {
       /*background-image:url("../images/careerbannermobile.png");*/
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
        height:auto;
        position:relative;
        /*display:flex;
        align-items:center;*/
}
    .bn-text-wrap a {
        display:none;
    }
    .bn-text-wrap {
        width:100%;
        margin:0 auto;
        text-align:center;
        margin-top: 118px;

}
    .bn-text-mobile {
        display:block;
        color: #fff;
        font-size: 10px;
        margin-top: -40px;
}
    .bn-title {
        font-size: 24px;
        padding: 0 0 0px;
        margin-top: 0px;
        font-weight:bold;
        text-transform: uppercase;
    }
    .bn-para {
        text-align: center;
        font-size: 10px;
        line-height: 16px;
        margin-top: -40px;
        color: rgba(255, 255, 255, 0.8);
        
    }
    .bn-para-wrap {
        display:flex;
        justify-content:center;
    }
    .bn-text-desktop {
        width:65%;
        font-size:12px;
    }
    
     /* banner images ends*/

      /* banner PortFolio pf starts*/
     .legend-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: -8px;
        line-height: 80px;
        color: #0a0908;
        letter-spacing: -1.5px;
    }
     .title-wrap {
         display: flex;
         align-items: flex-end;
         margin-bottom:10px;
         padding: 0 0 0 ;
    }
     .legend-line {
        position: absolute;
        width: 110%;
        left: -5%;
        bottom: 33px;
        margin: 0;
        z-index: -1;
    }
    .ld-img {
        height:193px;
        margin-bottom: 12px;
    }
     .pf-section .no-padd-right {
         padding-right:15px;
    }
     .pf-section .no-padd-left {
         padding-left:15px;
    }
     .pf-txthead {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.75px;
    }
     .pf-txtwrap {
        display: block;
        padding-left:11px;
        width: 100%;
        color: black;
    }
     .pf-txtwrap2 {
        display: block;
        padding-left:11px;
        width: 100%;
        color: black;
    }
     .pf-row {
        margin-bottom:30px;
    }

     /* banner PortFolio pf ends*/

     /* Image SLider starts */
    
    .center-img {
        display:flex;
        justify-content:center;
    }
    .ims-iconwrap {
        display:flex;
        justify-content:center;
    }
    .ims-sliderimg1 {
        
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 120px;
        margin-bottom: 18px;
        
    }
   .ims-sliderimg2 {
        
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 150px;
        width: 120px;
        margin-bottom: 18px;
        
    }
    .ims-icon {
        width:19px;
        margin-bottom: 5px;
        
    }
    .ims-txtpara {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 14px;
        text-align: center;
        letter-spacing: 0.35px;
        font-family: Poppins-Regular;
        color: #000000;
    }
    .ims-title {
        margin-top: 19px;
        font-size: 18px;
        letter-spacing: 0.45px;
        color: #000000;
        text-align: center;
        font-weight: bold;
        font-family: Poppins-SemiBold;
    }
    .ims-titlepara {
        font-size: 18px;
        letter-spacing: 0.45px;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        font-family: Poppins-Regular;
    }
    .td-slider .slick-dots {
         bottom:-41px;
    
    }
    .td-slider .slick-prev {
        left: 8%;
        top:auto;
        bottom:-36px;
        z-index: 1;
    }
    .td-slider .slick-next {
        right: 17%;
        top:auto;
        bottom:-36px;
        z-index: 1;
    }
    .lh-btnwrap a{
        
        font-size:10px;
        letter-spacing:1.4px;
        text-decoration:none;
        border-radius: 5px;
         padding: 17px 30px;
        /*background:linear-gradient(to bottom,#e31c17,#c9100c);*/
        color:#fff;
        text-transform:uppercase;
        margin-bottom:112px;
        width: 180px;
    }
    .lh-title {
        font-size:24px;
        line-height:1;
        /*margin-top:88px;*/
        margin-top: 0px;
    }
    .lh-text-wrap {
        display:flex;
        justify-content:center;
        text-align: center;
        width:auto; 
        color: #fff;
    }
    .lh-section {
        margin-bottom: 75px;
    }

    /* Image SLider ends */
}

/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    
}

/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
   
    .pf-row {
        margin-bottom:30px;
    }
    .pf-section .no-padd-right {
         padding-right:15px;
    }

    .pf-section .no-padd-left {
        padding-left:15px;
    }
    .pf-txtwrap {
        margin-top: 22px;
        display: block;
        padding-left: 25px;
        width: 100%;
        color: black;
    }
    .pf-txtwrap2 {
        margin-top: 22px;
        display: block;
        padding-left: 25px;
        padding-right:0px;
        width: 100%;
        color: black;
    }
    .pf-txthead {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.75px;
        margin-bottom: 10px;
    }
    .td-slider {
      max-width:1140px;
      margin: 0 auto;
      padding:30px;
    }
    
    .td-slider .slick-prev {
        /*left: 33%;
        top:auto;
        bottom:-55px;*/
        z-index: 1;
    }
    .td-slider .slick-next {
        /*right: 29%;
        top:auto;
        bottom:-55px;*/
        z-index: 1;
    }
    .lh-text-wrap {
        
        display: block;
        
        top: 181px;
        left:auto;
        text-align: center;
        width:auto; 
        color: #fff;
    }
    .ims-section {
         overflow:hidden !important;
    }
    .ims-sliderimg1 {
        background-image: url(../images/careerslider1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 258px;
        width: 226px;
        margin-bottom: 18px;
        margin-left: 10px;
    }
   .ims-sliderimg2 {
        background-image: url(../images/careerslider2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 258px;
        width: 226px;
        margin-bottom: 18px;
        margin-left: 10px;
    }
    .ims-title {
        font-size: 18px;
        letter-spacing: 0.45px;
        color: #000000;
        text-align: left;
        font-weight: bold;
        font-family: Poppins-SemiBold;
        margin-top: 17px;
    }
    .ims-icon {
        width: 19px;
        margin-bottom: 5px;
        
    }
    .lh-section {
        overflow:hidden;
        margin-bottom:121px;
    }
    .lh-title {
        font-size: 50px;
        padding: 0 0 48px;
        /*margin-top: 170px;*/
          margin-top: 70px;
        color: black;
        line-height: 60px;
        font-weight: bold;
    }

    .lh-btnwrap {
        display:flex;
        justify-content:center;
    }
    .lh-btnwrap a {
        width: 221px;
        font-size: 14px;
        letter-spacing: 1.4px;
        text-decoration: none;
        border-radius: 5px;
        padding: 21px 0px;
        /*background: linear-gradient(to bottom,#e31c17,#c9100c);*/
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }
}

/*Tablets, Ipads (landscape)*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .slider {
        max-width: 960px;
    }
    .td-slider .slick-prev {
        left: 31%;
        top:auto;
        bottom:-55px;
        z-index: 1;
    }
     .td-slider .slick-next {
        right: 33%;
        top:auto;
        bottom:-55px;
        z-index: 1;
    }
     .lh-text-wrap {
        
        display: block;
        
        
        text-align: center;
        width:auto; 
        color: #fff;
    }
     .lh-title {
        font-size: 50px;
        padding: 0 0 48px;
        /*margin-top: 170px;*/
        margin-top: 0px;
        color: black;
        line-height: 60px;
        font-weight: bold;
    }
     .lh-section {
        
        margin-bottom:121px;
    }
     .ims-txtwrap {
        display: block;
        padding-left: 82px;
    }
    
}

/*1152×648, 1280×720, 1366×768,*/
@media (min-width: 1152px) and (max-width: 1599px) {
    .bn-text-wrap {
        bottom: 90px;
    }
    .bn-title {
        color: #fff;
        font-size: 50px;
        font-weight: 500;
        /* margin-bottom: 29px; */
        line-height: 1;
    }
    .legend-title {
        font-size: 45px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 24px;
        color: #0a0908;
    }
    .ims-sliderimg1 {
        margin-bottom: 20px;
        background-image: url(../images/careerslider1.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height:25vh;
        width:100%;
        margin-bottom: 18px;
        
    }
    .ims-sliderimg2 {
        margin-bottom: 20px;
        background-image: url(../images/careerslider2.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 25vh;
        width: 100%;
        margin-bottom: 18px;
}
    .ims-txtwrap {
        display:block;
        padding-left:0px;
    }
    .ims-txtpara {
        font-size: 12px;
        text-align: left;
        letter-spacing: 0.35px;
        font-family: Poppins;
        color: #000000;
    }
    .ims-title {
        font-size: 16px;
        letter-spacing: 0.45px;
        color: #000000;
        text-align: left;
        font-weight: bold;
        font-family: Poppins;
    }
    .ims-titlepara {
        font-size: 14px;
        letter-spacing: 0.45px;
        color: rgba(0, 0, 0, 0.8);
        text-align: left;
        font-family: Poppins;
    }
    .lh-section {
        margin-bottom: 100px;
    }
    .lh-btnwrap a {
        /* width: 221px; */
        font-size: 14px;
        letter-spacing: 1.4px;
        text-decoration: none;
        border-radius: 5px;
        padding: 20px inherit;
        /*background: linear-gradient(to bottom,#e31c17,#c9100c);*/
        color: #fff;
        text-transform: uppercase;
    }
    .lh-title {
        font-size: 40px;
        padding: 0 0 48px;
        /*margin-top: 166px;*/
        margin-top: 0px;
        color: black;
        line-height: 60px;
        font-weight: 500;
    }
    .no-right-padd {
        padding-left:0px;
    }
    .red-btn {
        padding:19px 50px;
        width:200px;
    }
    
}

/*1600x800*/
@media (min-width: 1600px) and (max-width: 1919px) {
    .bn-text-wrap {
        bottom: 120px;
    }
    .ims-txtwrap {
        display: block;
        padding-left: 52px;
    }
    .lh-section {
        margin-bottom: 100px;
    }
    .lh-title {
        font-size: 50px;
        padding: 0 0 48px;
        /*margin-top: 255px;*/
        margin-top: 0px;
        color: black;
        line-height: 60px;
        font-weight: bold;
    }
    .legend-title {
        font-size: 45px;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 24px;
        color: #0a0908;
    }
}

/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    .custom-container {
        max-width:1396px;
    }
    .lh-section {
    margin-bottom: 150px;
}
    .lh-title {
    font-size: 60px;
    padding: 0 0 48px;
    /* margin-top: 255px; */
    margin-top: 0px;
    color: black;
    line-height: 60px;
    font-weight: bold;
}
}
