/*Global*/
html {
    font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Vidaloka', serif;
    margin-bottom:0;
    /*color:#000;*/
}
p, span {
    font-family: 'Poppins', sans-serif;
    /*color:#000;*/
    line-height: 1.5;
    font-weight:400;
    margin-bottom:0;
}
a {
    color:#000;
}
    a:hover {
        color:#000;
        text-decoration:none;
    }
.read-more {
    font-family: 'Poppins', sans-serif;
}
.read-more:hover {
    color:#ff671d;
}
.top-black {
    padding:0px 0;
    background-color:#000;
}
.top-padding {
    height:150px;
}
button:focus {
    outline:none;
}
.bg-img {
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
}
.no-padd {
    padding:0;
}
.section-title {
    font-size:2.7rem;
    margin:0;
    color:#525252;
    font-weight: 600;
}
.red-button {
    display:inline-block;
    font-family: 'Poppins', sans-serif;
    /*background-color:#ff671d;*/
    background-color:#ff671d;
    text-transform:uppercase;
    font-size:0.59rem;
    color:#fff;
    padding:19px 40px;
    letter-spacing:2.6px;
    font-weight:600;
    box-shadow:5px 5px 15px rgba(0,0,0,0.3);
    line-height:1;
    transition:300ms ease;
}
    .red-button:hover {
        background-color:#9f0b07;
        box-shadow:5px 5px 15px rgba(0,0,0,0.3);
        color:#fff;
    }
/*Global-----END*/

.slider-ulwrap p{
    font-size:14px;
}

/*Full Width Banner with Text - bn*/
.bn-img {
    height:90vh;
    position:relative;
}
.bn-text-wrap {
    position:absolute;
    width:50%;
    bottom:20%;
    left:5%;
}
.bn-pg-title {
    display:block;
    color:#fff;
    font-size:0.8rem;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
    margin-bottom:15px;
}
.bn-title {
    font-size: 3.18rem;
    color:#fff;
    line-height:1.2;
    margin:0;
}
.bn-overlay {
    position:absolute;
    width:100%;
    height:100%;
    background:linear-gradient(45deg,rgba(0,0,0,0.8),rgba(0,0,0,0));
}
/*Full Width Banner with Text - bn-----END*/

/*Full Width, Full Height Split Section*/
.fh-img {
    height:96vh;
}
.dynamic-ul ul {
    font-family: 'Poppins', sans-serif;
}
.split-text-wrap {
    padding:0 100px;
}
.split-pg-title {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:15px;
    color:#000;
}
.split-title {
    font-size: 2.7rem;
    margin-bottom:20px;
    margin-top:0;
    line-height: 1.2;
    color:#000;
}
.split-ul li p {
    font-size:0.8rem;
    font-weight:400;
    margin-bottom:15px;
    width:90%;
    color:#000;
}
.red-ul {
    list-style:none;
    padding:0;
    margin:0;
}
    .red-ul li {
        position:relative;
        padding-left:20px;
    }
        .red-ul li:before {
            content:"";
            display:inline-block;
            position:absolute;
            left:0;
            top: 8px;
            height: 8px;
            width: 8px;
            border-radius:50%;
            background-color:#ff671d;
        }
/*Full Width, Full Height Split Section-----END*/

/*Full Width Section, Text Slider, Arrow Nav, Dots - ts*/
/*.ts-slider.owl-carousel .owl-stage-outer {
    overflow:visible;
}*/
.ts-section {
    /*border-bottom:1px solid #afafaf;*/
    position:relative;
    overflow:hidden;
}
    .ts-section:after {
        content:"";
        width:100%;
        height:95%;
        background-color:rgba(0,0,0,0.05);
        border-bottom:1px solid #ddd;
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
    }
.ts-hide-border {
    position: absolute;
    /*width: 88px;*/
    height: 15px;
    background-color: #f2f2f2;
    bottom: 5%;
    /*left: 49.6%;*/
}
.ts-slider-wrap {
    width:80vw;
}
.ts-item {
    position:relative;
    text-align:center;
    padding: 20px 60px 0 60px;
    line-height:1.5;
}
    .ts-item:after {
        content:"";
        position:absolute;
        width:1px;
        height:65%;
        right:-3px;
        top:30px;
        background-color:#ddd;
    }
.ts-text {
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:0.75rem;
    font-weight:normal;
    line-height:1.3;
    margin-bottom:10px;
    height: 200px;
}
.ts-year {
    font-family: 'Vidaloka', serif;
    font-size:1.2rem;
    line-height:1;
    height:35px;
    /*color:#ff671d;*/
    color:#333333;
    margin-bottom:0;
    transition:100ms ease;
}
.ts-dot {
    height:12px;
    width:12px;
    display:inline-block;
    background-color:#333333;
    border-radius:50%;
    transform:scale(1);
    transition:300ms ease;
}
.ts-one {
    opacity:1;
}
    .ts-one .ts-dot {
        background-color:#ff671d;
        transform:scale(1.7);
    }
    .ts-one .ts-year {
        font-size:1.5rem;
        color:#ff671d;
    }
/* .ts-two {
    opacity:0.6;
} */
.ts-three {
    opacity:0.3;
}

.owl-nav img {
    width:100%;
}
.ts-arrow-left, .ts-arrow-right {
    position:absolute;
    bottom: 3px;
    background-color:transparent;
    border:none;
    padding:0;
    width:24px;
}
    .ts-arrow-left:focus, .ts-arrow-right:focus {
        outline:none;
    }
.ts-title {
    margin-bottom:10px;
    font-weight: normal;
    color:#000;
}
/*Full Width Section, Text Slider, Arrow Nav, Dots - ts-----END*/



/*Centered Title, Text. 3-col, Icon,Title,Text Centered - ic*/
.ic-section {
    padding:150px 0 80px 0;
    color:#000;
}
.ic-top-title {
    margin-bottom:20px;
}
.ic-top-text {
    display:inline-block;
    max-width:600px;
    font-size:0.81rem;
    margin-bottom:90px;
}
.ic-wrap {
    text-align:center;
    position:relative;
}
.ic-img-wrap {
    display:inline-block;
    /* width:100px; */
    height: 4.8rem;
    margin-bottom:20px;
}
    .ic-img-wrap img {
        /* width:100%; */
        height: 100%;
    }
.ic-title {
    margin-bottom:15px;
    font-size:1.18rem;
}
.ic-text {
    font-size:0.8rem;
    padding:0 50px;
}
.ic-divider:after {
    content:"";
    width:1px;
    height:100%;
    position:absolute;
    background-color:#ddd;
    top:0;
    right:-15px;
}
.ic-button {
    margin-top: 120px;
    text-align:center;
}
/*Centered Title, Text. 3-col, Icon,Title,Text Centered - ic-----END*/


/*Left Title, 2-col, Title,Text - lt*/ /*This section is not used alot. To be removed from GlobalStyles*/
.lt-section {
    padding:50px 0 100px 0;
}
.lt-top-title {
    margin-bottom:60px;
    line-height:1;
}
    .lt-top-title span {
        font-family:inherit;
        display:block;
    }
.lt-wrap {
    position:relative;
    width:85%;
}
.lt-title {
    margin-bottom: 15px;
    font-size: 1.2rem;
}
.lt-text {
    font-size:0.8rem;
    margin-bottom:0;
}
.lt-wrap-right {
    margin-left:auto;
}
.lt-divider:before {
    content:"";
    position:absolute;
    width:1px;
    height:100%;
    left:0;
    top:0;
    background-color:#ddd;
}
/*Left Title, 2-col, Title,Text - lt-----END*/

/*Full Width Section, List - qp*/
.qp-section {
    background-color:#f2f2f2;
    padding:50px 0;
}
.qp-ul li p {
    font-size:0.8rem;
    margin-bottom:20px;
}
.qp-top-title span {
    font-family: 'Vidaloka', serif;
    display:block;
    font-weight:400;
    line-height:1;
}
/*Full Width Section, List - qp-----END*/


/*Image and Quote - iq*/
.iq-section {
    padding:80px 0;
}
.iq-container {
    width:90%;
    max-width:1720px;
    margin:0 auto;
}
.iq-row {
    display:flex;
    align-items:center;
    background-color:#000;
}
.iq-col-img {
    width:30%;
}
    .iq-col-img img {
        width:100%;
    }
.iq-col-text {
    width:70%;
    padding:0 6.8rem;
}
    .iq-col-text p {
        color:#fff;
    }
.iq-quote {
    font-size:0.95rem;
    font-weight:300;
    position:relative;
    margin-bottom:30px;
    text-align:justify;
}
    .iq-quote:before {
        content:"";
        position:absolute;
        width:50px;
        height:50px;
        background-image:url(../images/icons/quote-start.png);
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        top:-25px;
        left:-70px;
    }
    .iq-quote:after {
        content:"";
        position:absolute;
        width:50px;
        height:50px;
        background-image:url(../images/icons/quote-end.png);
        background-size:contain;
        background-position:center;
        background-repeat:no-repeat;
        bottom:-25px;
        right:-70px;
    }
.iq-author {
    font-size:1.1rem;
    font-weight:700;
    margin-bottom:0;
    letter-spacing:2.4px;
}
.iq-desig {
    font-size:0.63rem;
    font-weight:400;
    margin-bottom:0;
}
/*Image and Quote - iq-----END*/


/*Grid, 4-col, Image, Title, Text centered - gd*/
.gd-wrap {
    margin-bottom:50px;
}
.gd-img {
    padding:0 33px;
    margin-bottom:20px;
}
    .gd-img img {
        width:100%;
    }
.gd-text {
    text-align:center;
}
.gd-name {
    font-size:0.8rem;
    margin-bottom:0;
    letter-spacing:1.8px;
}
.gd-desig {
    font-size:0.7rem;
    margin-bottom:0;
    letter-spacing:1.4px;
}
.gd-title {
    margin-bottom:80px;
}
/*Grid, 4-col, Image, Title, Text centered - gd-----END*/



/*-----Contact us Popup-----*/

.invalid{
    border:1px solid red !important;
}

.popup-wrap{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:9999;
    display:none;
}


.popup-bg{
    background-color:rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
    height:100%;
}

.popup-card{
    position:relative;
    background-color:#fff;
    padding:50px;
    width:35%;
}

.pp-text-wrap{
    text-align:center;
}

.pp-title{
    position:relative;
    padding-bottom:15px;
    font-size:1.4rem;
    margin-bottom:15px;
}

.pp-title:after{
    content:'';
    display:inline-block;
    height:2px;
    width:50px;
    background-color:#EA2012;
    position:absolute;
    bottom:0;
    left: calc(50% - 25px);
}

.pp-text{
    font-size:0.8rem;
}

.pp-close{
    position:absolute;
    top:15px;
    right:15px;
    width:20px;
    height:20px;
    cursor:pointer;
}

.pp-close img{
    width:100%;
}

/*-----Contact us Popup-----*/








/*-----Media Queries-----*/

/*Most of the Smartphones Mobiles (Portrait)*/
@media (min-width: 320px) and (max-width: 480px) {
    .top-padding {
        height:100px;
    }
    .section-title {
        font-size:1.5rem;
    }
    .no-padd-phone {
        padding:0;
    }
    .hide-mobile {
        display:none;
    }
    .fh-img {
        height:60vh;
    }
    .bn-img {
        height:60vh;
    }
    .bn-text-wrap {
        width:100%;
        left:0;
        bottom:30px;
        padding:0 15px;
    }
    .bn-title {
        font-size:2rem;
    }
    .split-text-wrap {
        padding:60px 15px;
    }
    .split-ul li p {
        width:100%;
        font-size: 0.75rem;
    }
    .split-title {
        font-size:1.5rem;
    }
    .ts-slider-wrap {
        width:100%;
    }
    .ts-section:after {
        height:95%;
    }
    .ts-title {
        margin-bottom:0px;
        margin-top:30px;
        text-align:center;
    }
    .ts-item {
        padding:30px 25px 0px 25px;
    }
    .ic-section {
        padding:50px 0 10px;
    }
    .ic-top-title {
        text-align:left;
        margin-bottom:10px;
        font-size:1.5rem;
    }
    .ic-top-text {
        margin:0;
        text-align:left;
        font-size:0.75rem;
        display:block;
    }
    .ic-wrap {
        display:flex;
        padding:25px 0 0;
    }
    .ic-img-wrap {
        margin-top: 10px; 
        width:22%;
        height:4.3rem;
    }
    .ic-text-wrap {
        text-align:left;
        padding:0 20px;
        width: 78%;
    }
    .ic-title {
        margin:0 0 10px;
        font-size:1.125rem;
    }
    .ic-divider:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #ddd;
        bottom: 0;
        right: 0;
        top:auto;
    }
    .ic-text {
        padding:0px;
        font-size:0.75rem;
    }
    .ic-button {
        margin-top:20px;
        margin-bottom:20px;
    }

    .lt-section {
        padding: 50px 0 50px 0;
    }
    .lt-wrap {
        width:100%;
        margin-bottom:30px;
    }
    .lt-divider:before {
        display:none;
    }
    .lt-top-title {
        margin-bottom:30px;
    }
    .lt-top-title span {
        display:inline;
    }
    .qp-top-title {
        margin-bottom:30px;
    }
    .qp-top-title span {
        display: inline-block;
    }

    .iq-section {
        padding: 50px 0;
    }
    .iq-row {
        flex-direction:column;
    }
    .iq-col-img {
        width:100%;
    }
    .iq-col-text {
        width:100%;
        padding: 61px 30px 50px;
    }
    .iq-quote {
        margin-bottom: 40px;
    }
    .iq-quote:after {
        width: 40px;
        height: 40px;
        bottom: -40px;
        right: -15px;
        opacity: 0.3;
    }
    .iq-quote:before {
        width: 40px;
        height: 40px;
        top: -40px;
        left: -15px;
        opacity: 0.3;
    }

    .gd-img {
        padding:0;
    }

    .popup-card{
        padding:35px;
        width:90%;
    }
}


/*Low Resolution Tablets, Mobiles (Landscape)*/
@media (min-width: 481px) and (max-width: 767px) {
    .top-padding {
        height:100px;
    }
    .section-title {
        font-size:1.8rem;
    }
    .fh-img {
        height:100vh;
    }
    .bn-img {
        height:100vh;
    }
    .bn-text-wrap {
        width:80%;
        left:5%;
        bottom:50px;
        padding:0 15px;
    }
    .bn-title {
        font-size:2.2rem;
    }
    .split-text-wrap {
        padding:60px;
    }
    .split-title {
        font-size:1.8rem;
    }
    .ts-slider-wrap {
        width:100%;
    }
    .ts-section:after {
        height:96%;
    }
    .ts-hide-border {
        bottom:4%;
    }
    .ts-title {
        margin-bottom:20px;
        margin-top:30px;
        text-align:center;
    }
    .ts-item {
        padding:30px 25px 0px 25px;
    }
    .ic-section {
        padding:50px 0 10px;
    }
    .ic-top-title {
        text-align:left;
        margin-bottom:10px;
        font-size:1.5rem;
    }
    .ic-top-text {
        margin:0;
        text-align:left;
        margin-left:-30px;
        font-size:0.75rem;
    }
    .ic-wrap {
        display:flex;
        padding:20px 0 0;
    }
    .ic-img-wrap {
        margin-top: 10px; 
        width:12%;
    }
    .ic-text-wrap {
        text-align:left;
        padding:0 20px;
        width:88%;
    }
    .ic-title {
        margin:0 0 10px;
        font-size:1.125rem;
    }
    .ic-divider:after {
        content: "";
        width: 100%;
        height: 1px;
        position: absolute;
        background-color: #ddd;
        bottom: 0;
        right: 0;
        top:auto;
    }
    .ic-text {
        padding:0px;
        font-size:0.75rem;
    }
    .ic-button {
        margin-top:20px;
    }

    .lt-wrap {
        width:100%;
        margin-bottom:30px;
    }
    .lt-divider:before {
        display:none;
    }
    .lt-top-title {
        margin-bottom:30px;
    }
    .lt-top-title span {
        display:inline;
    }
    .qp-top-title {
        margin-bottom:30px;
    }

    .iq-container {
        width:60%;
    }
    .iq-row {
        flex-direction:column;
    }
    .iq-col-img {
        width:100%;
    }
    .iq-col-text {
        width:100%;
        padding:50px 30px;
    }
    .iq-quote:after {
        width: 40px;
        height: 40px;
        bottom: -15px;
        right: -15px;
        opacity: 0.3;
    }
    .iq-quote:before {
        width: 40px;
        height: 40px;
        top: -15px;
        left: -15px;
        opacity: 0.3;
    }

    .popup-card{
        padding:35px;
        width:90%;
    }
}


/*Tablets, Ipads (portrait)*/
@media (min-width: 768px) and (max-width: 1023px) {
    .top-padding {
        height:100px;
    }
    .section-title {
        font-size:2.18rem;
    }
    .fh-img {
        height:60vh;
    }
    .bn-img {
        height:70vh;
    }
    .bn-text-wrap {
        width:70%;
        left:5%;
        bottom:15%;
    }
    .bn-title {
        font-size:2.2rem;
    }
    .red-ul li:before {
        height: 6px;
        width: 6px;
    }
    .split-title {
        font-size:2.18rem;   
    }
    .split-text-wrap {
        padding:60px;
    }
    .ts-slider-wrap {
        width:100%;
    }
    .ts-section:after {
        height:96%;
    }
    .ts-hide-border {
        bottom:4%;
    }
    .ts-title {
        margin-top:80px;
        text-align:center;
    }
    .ts-item {
        padding:0px 25px 0px 25px;
        opacity:0.5;
    }
    .active .ts-item {
        opacity:1;
    }
    .ic-section {
        padding: 100px 0 50px 0;
    }
    .ic-title {
        padding: 0 18px;
    }
    .ic-img-wrap {
        width:80px;
    }
    .ic-text {
        padding:0;
    }
    .ic-divider:after {
        height: 230px;
    }
    .ic-top-text {
        font-size: 0.8rem;
        margin-bottom: 70px;
    }
    .ic-button {
        margin-top: 100px;
    }

    .lt-wrap {
        width:90%;
    }
    .qp-top-title {
        margin-bottom:30px;
    }
    .qp-top-title span {
        display:inline;
    }

    .iq-section {
        padding: 80px 0 50px;
    }
    .iq-col-img {
        width:40%;
    }
    .iq-col-text {
        width:60%;
        padding: 0 50px 0 50px;
    }
    .iq-quote {
        font-size:0.7rem;
        margin-bottom: 20px;
    }
    .iq-quote:after {
        width: 20px;
        height: 20px;
        bottom: 0;
        right: -30px;
        opacity: 1;
    }
    .iq-quote:before {
    width: 20px;
    height: 20px;
    top: -5px;
    left: -30px;
    opacity: 1;
    }
    .iq-author {
        font-size: 0.8rem;
    }

    .gd-title {
        margin-bottom: 50px;
    }
    .gd-img {
        padding:0 25px;
    }

    .popup-card{
        padding:35px;
        width:70%;
    }
}



/*Tablets, Ipads (landscape)*/
/*@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {*/
@media (min-width: 850px) and (max-width: 1024px) and (orientation: landscape) {
    .top-padding {
        height:100px;
    }
    .section-title {
        font-size:2rem;
    }
    .fh-img {
        height:70vh;
    }
    .bn-img {
        height:90vh;
    }
    .bn-text-wrap {
        width:50%;
        left:5%;
        bottom:15%;
    }
    .bn-title {
        font-size:2.5rem;
    }
    .split-title {
        font-size:2rem;   
    }
    .split-text-wrap {
        padding:60px;
    }
    .split-ul li p {
        width:100%;
    }
    .split-title {
        font-size:1.8rem;
    }
    .ts-slider-wrap {
        width:80vw;
    }
    .ts-title {
        margin-bottom: 10px; 
        margin-top: 0; 
        text-align: left;
    }
    .ts-item {
        padding: 50px 25px 0px 25px;
    }
    .ts-section:after {
        height:95%;
    }
    .no-lg-padd {
        padding:0;
    }
    .ic-img-wrap {
        width:90px;
    }
    .ic-text {
        padding:0 20px;
    }
    .lt-wrap {
        width:90%;
    }

    .iq-col-img {
        width:30%;
    }
    .iq-col-text {
        width:70%;
        padding:0 70px;
    }
    .iq-quote {
        font-size:0.9rem;
    }
    .iq-quote:after {
        width: 30px;
        height: 30px;
        bottom: -15px;
        right: -40px;
        opacity: 1;
    }
    .iq-quote:before {
        width: 30px;
        height: 30px;
        top: -15px;
        left: -40px;
        opacity: 1;
    }

    .popup-card{
        padding:35px;
        width:40%;
    }
}

/*Ipad Pro (portrait)*/
@media (min-width: 1024px) and (max-width: 1050px) and (orientation: portrait) {
    .section-title {
        font-size:2rem;
    }
    .fh-img {
        height:50vh;
    }
    .bn-img {
        height:70vh;
    }
    .bn-text-wrap {
        width:70%;
        left:5%;
        bottom:15%;
    }
    .bn-title {
        font-size:2.2rem;
    }
    .red-ul li:before {
        height: 6px;
        width: 6px;
    }
    .split-title {
        font-size:2rem;   
    }
    .split-text-wrap {
        padding: 60px;
    }
    .ts-slider-wrap {
        width:100%;
    }
    .ts-section:after {
        height:95%;
    }
    .ts-title {
        margin-bottom:20px;
        margin-top:30px;
        text-align:center;
    }
    .no-lg-padd {
        padding:0;
    }
    .ts-text {
        font-size: 0.8rem;
    }
    .ts-item {
        padding: 40px 25px 0 25px;
    }
    .ts-arrow-left, .ts-arrow-right {
        bottom: -2px;
    }
    .ic-section {
        padding: 100px 0 80px 0;
    }
    .ic-title {
        padding: 0 18px;
    }
    .ic-img-wrap {
        width:80px;
    }
    .ic-top-text {
        font-size:0.8rem;
        max-width: 450px;
    }
    .ic-text {
        padding:0;
    }
    .ic-divider:after {
        height: 230px;
    }

    .lt-wrap {
        width:90%;
    }
    .qp-top-title {
        margin-bottom:30px;
        text-align: center;
    }
    .qp-top-title span {
        display:inline;
    }

    .iq-section {
        padding: 80px 0 50px;
    }
    .iq-col-img {
        width:40%;
    }
    .iq-col-text {
        width:60%;
        padding: 0 80px 0 80px;
    }
    .iq-quote {
        font-size:0.8rem;
    }
    .iq-quote:after {
        width: 30px;
        height: 30px;
        bottom: -10px;
        right: -40px;
        opacity: 1;
    }
    .iq-quote:before {
        width: 30px;
        height: 30px;
        top: -10px;
        left: -40px;
        opacity: 1;
        }

    .gd-title {
        margin-bottom: 50px;
    }
    .gd-img {
        padding:0 25px;
    }

    .popup-card{
        padding:50px;
        width:50%;
    }
}


/*HD Displays 1920x1080*/
@media (min-width: 1920px) {
    html {
        font-size:22px;
    }
    .custom-container {
        max-width:1366px;
    }
    .qp-section {
        padding: 80px 0;
    }
    .no-lg-padd {
        padding:0;
    }
}

/*HD Displays 1600x900*/
@media (min-width: 1600px) and (max-width: 1919px) {
    html {
        font-size:18px;
    }
    .custom-container {
        max-width:1280px;
    }
    .qp-section {
        padding: 70px 0;
    }
    .no-lg-padd {
        padding:0;
    }
}

/*Display 1280*/

@media screen and (max-width: 1400px) {
    header .headerMenu .headerHolder {
        padding: 15px 20px;
    }
}