/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : 13 Jan, 2018, 12:48:03 AM
    Author     : Pc
*/

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
}

p {
    line-height: 1.7em;
}

.mt-5-percent {
    margin-top: 10%;
}

.mt-7percent {
    margin-top: 7%;
}

.min-height-100vh {
    min-height: 100vh;
}

h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #58585b;
    font-weight: 500;
    text-transform: uppercase;
}

.bg-f1f1f2 {
    background-color: #f1f1f2;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
    color: #808284;
}

.c-40 {
    color: #a7a9ab;
}

.c-60 {
    color: #939597;
}

.c-80 {
    color: #58585b;
}

.f-16 {
    font-size: 16px;
}

.f-12 {
    font-size: 12px;
}

.f-14 {
    font-size: 14px;
}

.f-11 {
    font-size: 11px;
}

.f-10 {
    font-size: 10px;
}

.f-13 {
    font-size: 13px;
    letter-spacing: 0.5px;
}

.fontWeight300 {
    font-weight: 300;
}

.fontWeight500 {
    font-weight: 500;
}

.ls-10 {
    letter-spacing: 10px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-0-5 {
    letter-spacing: 0.5px;
}

.txtNormal {
    font-weight: normal;
}

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

.b-b-2 {
    border-bottom: 1px solid #dedede;
}

.b-t-2 {
    border-top: 1px solid #d1d2d4;
    line-height: 18px;
    margin-top: 9px;
    width: 100%;
}

.b-t-1 {
    border-top: 1px solid #dedede;
    margin-top: 9px;
}

.font-4-5 {
    font-size: 4.5rem;
}

.font-remp8 {
    font-size: 0.8rem;
}

.font-remp9 {
    font-size: 0.9rem;
}

.width-100 {
    width: 100%;
}

.p-t-per-15 {
    padding-top: 15%;
}

.p-t-per-12 {
    padding-top: 12%;
}

.main-menu {
    height: 75px;
}

.navbar {
    width: 99%;
}

.main-menu ul li {
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid {
    width: 87%;
}

#home {
    height: 80vh;
}

.page_title {
    position: relative;
    display: block;
    height: 400px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10%;
}

.page_title:before {
    content: "";
    width: 70px;
    height: 450px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.page_title:after {
    content: "";
    width: 70px;
    height: 450px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.page_title h1 {
    color: #58585b;
    font-size: 60px;
    margin: 10px 0px 43px 0px;
    letter-spacing: 10px;
}

.page_title p {
    color: #939597;
}

.page_title img {
    position: relative;
    top: -20px;
}

.featured_img {
    width: 100%;
}

.w-100 {
    width: 100%;
}

.link_color_fff {
    color: #fff;
}

.link_color_fff:hover {
    color: #fff;
}

.read_more:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #d5d6d8;
    position: absolute;
    left: -155%;
    top: 14px;
}

.read_more {
    position: absolute;
    font-size: 14px;
    color: #a7a9ab;
    bottom: -55px;
    cursor: pointer;
}

.read_more a {
    color: #a7a9ab;
}

.read_more a:hover {
    color: #a7a9ab;
}

.expandable_title-area {
    position: relative;
    display: block;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10%;
    padding-top: 1px;
    padding-bottom: 40px;
}

.expandable_title-area:before {
    content: "";
    width: 70px;
    height: 100%;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.expandable_title-area:after {
    content: "";
    width: 70px;
    height: 100%;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.expandable_title-area h1 {
    color: #58585b;
    font-size: 60px;
    margin: 10px 0px 20px 0px;
    letter-spacing: 10px;
}

.p_top_bottom {
    margin: 100px auto;
    width: max-content;
}

.expandable_title-area p {
    max-width: 800px;
    color: #939597;
}

.expandable_title-area .read_more {
    bottom: -5px;
    left: 20%;
}

.expandable_title-area .read_more:before {
    width: 160%;
    left: -185%;
}

.expandable_title-area .signature {
    position: absolute;
    bottom: -9px;
    right: 20%;
}

.at-title {
    text-align: center;
    font-weight: 400;
    color: #a7a9ab;
    font-size: 22px;
    letter-spacing: 3.67px;
    line-height: 26.82px;
    text-align: center;
    margin-bottom: 60px;
}

.at-title span {
    color: #58585b;
}

.at-box-center {
    text-align: center;
    max-width: 256px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.at-img-box img {
    max-height: 140px;
}

.at-img-box-xl {
    height: 150px;
    text-align: center;
    margin-bottom: 42px;
}

.at-img-box {
    margin-bottom: 42px;
}

.section-area {
    padding: 100px 0;
    background: #f1f1f2;
    position: relative;
    overflow: hidden;
}

.section-area-w {
    background: #fff;
}

.at-sub-title {
    font-size: 16px;
    color: #58585b;
    font-weight: 400;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.at-description {
    color: #808285;
    font-size: 15px;
    letter-spacing: .19px;
    line-height: 22px;
}

.max-width-set {
    max-width: 298px;
    margin-left: auto;
    margin-right: auto;
}

.xs-space-top-btm {
    margin-top: 30px;
    margin-bottom: 64px;
}

.xs-space-top-btm img {
    width: 160px !important;
    height: 160px !important;
    max-height: 160px !important;
}

.intro_consult_btn {
    margin: 37px auto;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.75px;
    line-height: 32px;
    outline: none;
    width: 80%;
    height: 32px;
    text-align: center;
    -o-transition: color 0.3s ease-out, all 0.3s ease-in;
    -ms-transition: color 0.3s ease-out, all 0.3s ease-in;
    -moz-transition: color 0.3s ease-out, all 0.3s ease-in;
    -webkit-transition: color 0.3s ease-out, all 0.3s ease-in;
    transition: color 0.3s ease-out, all 0.3s ease-in;
    background-color: #d01520;
    border: 1px solid #fff;
    color: #fff !important;
    cursor: pointer;
}

.link_color-fff {
    color: #fff;
}

.link_color-fff:hover {
    color: #fff;
}


.intro_consult_btn:hover {
    background-color: #f10101 !important;
    color: #fff !important;
    border: 1px solid #f10101;
    text-decoration: none;
}

.art_img {
    height: 121px;
    margin-bottom: 40px;
}

.heading-general-mid-line {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
}

.btn-pos-size {
    width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    line-height: 30px;
}

.read_more_adjust {
    bottom: 42px;
    left: 24%;
}

.read_more_adjust:before {
    position: absolute;
    bottom: 43px;
    width: 117px !important;
    left: -115%;
}

.heading-text {
    text-align: center;
    margin-left: auto;
    width: max-content;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #58585b;
    font-weight: 400;
    letter-spacing: 2px;
}

.section-at-sub-title {
    font-weight: 400;
    font-size: 40px;
    color: #58585b;
    letter-spacing: 2px;
    margin-top: 20px;
}

.heading-text span {
    color: #a7a9ab;
    font-weight: 300;
}

.heading-general-mid-line:after {
    background: #d7d8d9;
    position: absolute;
    content: "";
    z-index: 0;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
}

.page-read-more-area {
    position: relative;
    display: block;
    height: 400px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 10%;
}

.expert-content {
    width: 100%;
}

.text-area-bottom {
    position: absolute;
    bottom: 70px;
}

.text-area-bottom p {
    color: #939597;
}

.expert-content .intro_consult_btn {
    width: max-content;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    bottom: -41px;
    right: 17px;
    text-transform: uppercase;
}

.expert-content .read_more {
    bottom: -6px;
    left: 20%;
}

.expert-content .read_more:before {
    left: -100px;
}

.row-margin-adjust {
    margin-left: -22px !important;
    margin-right: -22px !important;
}

.mt-4-rem {
    margin-top: 4rem !important;
}

.spacer {
    padding: 0px 22px 0px 22px;
}

.notes .title-area {
    color: #58585B;
    font-size: 16px;
    letter-spacing: 0.89px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.notes .title-area:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #d5d6d8;
    position: absolute;
    left: 24px;
    top: -15px;
}

.notes .txt-area {
    min-height: 172px;
    color: #808285;
    font-family: Montserrat;
    font-size: 16px;
    letter-spacing: 0.21px;
    line-height: 26px;
    text-align: left;
    background-color: #f1f1f2;
    padding: 30px;
}



.expandable-area h3 {
    /* cursor: pointer;
    font-size: 22px;
    letter-spacing: 3.67px;
    line-height: 26.82px;
    color: #58585b;
    font-weight: 400; */

    margin-top: 10px;
    color: #58585B;
    font-size: 16px;
    letter-spacing: 0.89px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: -1px;
    font-weight: 400;

}

.expandable-area p {
    color: #939597;
}


.expandable-area .acc_item {
    padding-bottom: 60px;
}

.expandable-area .acc_item:after {
    content: "";
    width: 90%;
    height: 1px;
    position: relative;
    top: 10px;
    left: 1%;
    background-color: #ddd;
}

.expandable-area .acc_item .read_more_less {
    color: #a7a9ab;
    display: block;
    width: 200px;
    position: relative;
    bottom: -21px;
    right: -91%;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.expandable-area .left_item {
    width: 80%;
}

.expandable-area .left_item span {
    color: #a7a9ab;
    font-size: 16px;
    letter-spacing: 0.89px;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}

.expandable-area .right_item {
    padding-left: 37%;
    padding-right: 10%;
    padding-top: 24px;
}

.expandable-area:before {
    content: "";
    width: 55%;
    height: 733.8px;
    position: absolute;
    top: -1px;
    left: -8%;
    background-color: #f1f1f2;
}

.expandable-area:after {
    content: "";
    width: 733.8px;
    height: 733.8px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    top: 1%;
    right: -6%;
    background-color: #f1f1f2;
}


/* .page-read-more-area:before {
    content: "";
    width: 70px;
    height: 400px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.page-read-more-area:after {
    content: "";
    width: 70px;
    height: 400px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
} */


/* end page-read-more-area*/

.active {
    background-color: #d01520;
    color: #fff !important;
    font-weight: 300 !important;
}

.letter_nav a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #cccccc;
    text-decoration: none !important;
    padding: 5px 5px 5px 5px;
}

.letter_nav a:hover {
    color: #d01520 !important;
    font-weight: 400;
}

.active_1 {
    color: #d01520 !important;
    font-weight: 300 !important;
}

.spirit_palette {
    border: 2px solid #ddd;
    padding: 0px 20px 0px 20px;
    text-align: center;
    height: 445px;
}

.sprit_iocn_md {
    width: 90px;
    margin: 45px auto 10px auto;
    height: auto;
    border-radius: 50%;
    text-align: center;
}

.circle-radius img {
    border-radius: 50% !important;
}

.copyrightStyle {
    font-size: 8px;
    color: #a7a9ab;
    position: absolute;
    width: 200px;
    right: -95px;
    bottom: 93px;
    float: left;
    -moz-transform: rotate(-90deg);
    /* Opera 10.5 */
    -o-transform: rotate(-90deg);
    /* Saf3.1+, Chrome */
    -webkit-transform: rotate(-90deg);
    /* IE6,IE7 */
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
    /* Standard */
    transform: rotate(-90deg);
}

.copyrightStyle a {
    color: #a7a9ab;
    text-decoration: none !important;
}

.copyrightStyle a:hover {
    color: #a7a9ab;
}

.travel-with-us {
    margin: 0% 0% 0% 5%;
    height: 100%;
    padding: 0px 30px 0px 30px;
    width: 95%;
}

.seperator {
    height: 6px;
    width: 100%;
    background-color: #404041;
}

.content_img {
    width: 100%;
    height: 250px;
    background-size: cover;
}

.footerElm {
    font-size: 10px;
    color: #a7a6a6;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.m-b-13 {
    margin-bottom: 13px;
}

.footBtn {
    background-color: #fff;
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    border: 0;
    width: 100%;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    color: #808284;
    margin-top: 30px;
}

.footBtn:before {
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: -1px;
    left: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
}

.footBtn:after {
    content: "";
    width: 5px;
    height: 30px;
    position: absolute;
    top: -1px;
    right: -1px;
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
}

.copyrightStyle {
    color: #cccccc;
    font-size: 8px;
    text-transform: uppercase;
}

.copy {
    color: #cccccc;
    font-size: 10px;
    text-transform: uppercase;
}

.subHead {
    font-weight: 700;
    font-size: 1.12rem;
}

.show-on-mobile-only {
    display: none;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


/*  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1900px) {
    .story-cat-wrapper {
        height: 545px;
    }

    .content_img {
        width: 100%;
        height: 343px;
        background-size: cover;
    }

    .article_copy {
        top: 438px;
    }
}

@media (min-width: 1600px) and (max-width: 1899px) {}

@media (min-width: 1366px) and (max-width: 1599px) {}

@media (min-width: 1281px) and (max-width: 1365px) {}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .show-on-mobile-only {
        display: block;
    }

    .hide-on-mobile {
        display: none;
    }

    .footer_margin {
        margin-top: 39px;
    }

    .footer_margin h5 {
        font-size: 12px;
    }

    .sub-cat div {
        margin-bottom: 9px;
    }

    .fontWeight600 {
        font-weight: 500;
    }

    .left_adj {
        padding-left: 13%;
        padding-right: 4px;
    }

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

    .navbar-header .logo {
        width: 65%;
    }

    #home {
        height: 750px;
    }

    .vp-center {
        height: 79% !important;
    }

    .page_title {
        /*height: 700px;*/
        margin-top: 45px;
        position: relative;
        display: block;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 1%;
    }

    .page_title:after {
        /*height: 700px;*/
        height: 96%;
        top: 15px;
    }

    .page_title:before {
        /*height: 700px;*/
        height: 96%;
        top: 15px;
    }

    .page_title h1 {
        font-size: 42px;
        margin: 10px 0px 28px 0px;
    }

    .main-menu {
        height: 86px;
    }

    .page_title img {
        width: 26%;
    }

    .page_title br {
        display: none;
    }

    .page_title p {
        font-size: 16px;
    }

    .featured_img {
        width: 126%;
        margin-left: -13%;
    }

    .category-title {
        padding-top: 80px;
    }

    .video_player_iframe {
        width: 126%;
        margin-left: -13%;
        height: 450px;
    }

    .wrapper_fc {
        padding: 25px 0px 0px 0px;
    }

    .wrapper_fc p:nth-child(2) {
        margin: 20px 0px 43px 0px;
    }

    .wrapper_video {
        margin-top: -136px;
    }

    .bottom_more_article {
        margin-top: 41px;
        position: relative;
    }

    .at_sp_sep {
        display: none;
    }

    .at_sp_txt {
        font-size: 12px;
    }

    .letter_nav div {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content_img {
        height: 196px;
    }

    .story-cat-text {
        min-height: 185px;
        height: auto;
        max-height: max-content;
    }

    .story-cat-wrapper {
        min-height: 398px;
        height: auto;
        max-height: max-content;
    }

    .article_copy {
        top: 292px;
    }
}


/* END RESPONSIVE CSS
-------------------------------------------------- */


/*




p:nth-child(3n + 3) {
    background: red;
}
p:nth-child(3n+ 2) {
     background: GREEN;
}
p:nth-child(3n+ 1) {
     background: BLUE;
}


*/