/*
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-Regular.ttf);
    font-weight: 400;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    font-size-adjust: none;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

p {
    line-height: 1.7em;
}

h5 {
    font-size: 18px;
}

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

.c-20 {
    color: #d1d2d4;
}

.c-40 {
    color: #a7a9ab;
}

.c-60 {
    color: #808284;
}

.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;
}

.fontWeight400 {
    font-weight: 400;
}

.fontWeight700 {
    font-weight: 700;
}

.fontWeight600 {
    font-weight: 600;
}

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

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

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

.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 {
    line-height: 18px;
    margin-top: 9px;
    border-top: 1px solid #dedede;
}

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

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

.font-remp9 {
    font-size: .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: 100vh;
}

.page_title {
    text-align: center;
}

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

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

.featured_content {}

.wrapper {
    /* media-req */
    width: 100%;
    padding: 120px 0px 0px 45px;
}

.wrapper p:nth-child(2) {
    margin: 30px 0px 0px 0px;
}

.wrapper p:nth-child(3) {}

.wrapper p:nth-child(4) {
    margin: 0px;
}

.category-title {
    margin: 50px 0px 20px 0px;
}

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

.sub-cat div a {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #a7a9ab;
    text-decoration: none !important;
    padding: 5px 15px 5px 15px;
}

.sub-cat div a:hover {
    background-color: #d01520;
    color: #fff;
    font-weight: 400;
}

.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;
}

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

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

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

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

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

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

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

.spacer:nth-child(odd) {
    padding-right: 22px;
    padding-left: 22px;
}

.spacer:nth-child(even) {
    padding-right: 22px;
    padding-left: 22px;
}

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

.above {
    font-size: 11px;
    color: #a7a9ab;
    margin-top: -3px;
    padding-top: 0px;
    line-height: 2em;
}

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

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

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

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

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

.other_page_links {
    width: 80%;
}

.other_page_links h5 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 43px;
    word-spacing: 3px;
    color: #6d6e70;
    font-weight: 300;
    text-transform: uppercase;
}

.other_page_links h5:hover {
    font-weight: 500;
    border-bottom: 1px solid #d1d2d4;
}

.current_page {
    font-weight: 500 !important;
    border-bottom: 1px solid #d1d2d4;
}

.sub_title>p {
    margin-top: 6%;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 43px;
    word-spacing: 3px;
    color: #6d6e70;
}

.paragraph>p {
    line-height: 1.9em;
    font-size: 16px;
    color: #939597;
    font-weight: 300;
}

.paragraph h5 {
    margin-bottom: 20px;
    margin-top: 35px;
    color: #58585b;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 400;
    font-size: 20px;
}

.quote p {
    margin-bottom: 10px;
    color: #6d6e70 !important;
}

.descriptive {
    background-color: #f1f1f2;
    color: #808384;
    font-size: 11px;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 25px;
    padding-right: 25px;
}

.descriptive p {
    line-height: 20px !important;
}

.descriptive a {
    color: #808384;
}

.descriptive a:hover {
    color: #f10101;
}

*::-moz-selection {
    background: #f70000;
    color: #fff;
}

*::selection {
    background: #f70000;
    color: #fff;
}

.paragraph *:nth-child(1) {
    margin-top: 0px !important;
}

.paragraph *:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.sub_title *:nth-child(1) {
    margin-top: 0px !important;
}

.sub_title *:nth-last-child(1) {
    margin-bottom: 0px !important;
}

.sub_title p {
    color: #6d6e70 !important;
    text-transform: uppercase;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0);
}

.show {}

.show img {
    border: 35px solid #ddd;
}

.carousel-control-prev-icon {
    display: none;
}

.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;
}


/*css for the collapsed  */

.collapsable div {
    overflow: hidden;
    padding-right: 0px;
    -moz-transition: max-height 0.5s ease-in-out 0.2s;
    -webkit-transition: max-height 0.5s ease-in-out 0.2s;
    -o-transition: max-height 0.5s ease-in-out 0.2s;
    transition: max-height 0.5s ease-in-out 0.2s;
}

.collapsable div p,
.collapsable li p {
    line-height: 1.9em;
    font-size: 16px;
    color: #808284;
    font-weight: 300;
}

.hide_collapsed {
    max-height: 0px;
}

.show_collapsed {
    max-height: 1000px;
}

.at-faq-02 {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}

.at-faq-sub-head {
    text-transform: uppercase;
    letter-spacing: 0.2px;
    text-align: left;
    margin-bottom: 50px;
    margin-top: 50px;
    line-height: 35px;
    font-weight: 400;
    color: #6d6e70 !important;
}

.at-faq-02 li h5 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .21px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 400;
    color: #6d6e70 !important;
}

.at-faq-02 .at-read-m-btn {
    width: 100%;
    text-align: right;
    position: relative;
    display: block;
}

.at-faq-02 .at-read-m-btn span {
    background-color: #fff;
    position: relative;
    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;
}

.at-faq-02 .at-read-m-btn:after {
    background: #d7d8d9;
    position: absolute;
    content: "";
    z-index: 0;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
}

.at-read-m-btn a {
    text-decoration: none;
}

.at-read-m-btn span {
    color: #58595b;
    transition: color 0.5s ease-out, all 0.5s ease-in;
}

.at-read-m-btn span:hover,
.at-read-m-btn span:focus {
    color: #d01520;
    text-decoration: none;
}


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


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

@media (min-width: 1900px) {}

@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) {
    .navbar-header .logo {
        width: 65%;
    }
    .cat_logo {
        width: 20%;
    }
    #home {
        height: 900px;
    }
    .sub_cat {
        font-size: 12px;
    }
    .page_title h1 {
        font-size: 30px;
        margin: 10px 0px 28px 0px;
    }
    .main-menu {
        height: 86px;
    }
    .at_sp_sep {
        display: none;
    }
    .at_sp_txt {
        font-size: 12px;
        width: 109%;
        margin-left: -9px;
    }
    .at_sp_txt2 {
        font-size: 12px;
        width: 109%;
        text-align: left;
        margin-left: -9px;
    }
    .letter_nav div {
        padding-left: 30px;
        padding-right: 30px;
    }
    .ata {
        width: 100%;
        float: left;
        text-align: center;
    }
    .ata h5 {
        font-size: 12px;
    }
    .at_ln {
        display: none;
    }
    .featured_img {
        margin-left: -13%;
        width: 126%;
    }
    .copyrightStyle {
        font-size: 8px;
        color: #a7a9ab;
        position: absolute;
        width: 144px;
        right: -20px;
        /* text-align: right; */
        bottom: -14px;
        float: left;
        text-align: right;
        -moz-transform: rotate(0.0deg);
        -o-transform: rotate(0.0deg);
        -webkit-transform: rotate(0.0deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)";
        transform: rotate(0.0deg);
    }
    /*Collapsable area*/
    .at-faq-sub-head {
        line-height: 26px;
        font-size: 17px;
    }
    .at-faq-02 li h5 {
        line-height: 21px;
        font-size: 14px;
    }
    .at-faq-02 .at-read-m-btn span {
        font-size: 11px;
    }
    .collapsable div p,
    .collapsable li p {
        font-size: 15px !important;
        line-height: 1.6em;
    }
}


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


/* 

*/