@charset "utf-8";
html {
    width: 100%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Catamaran',sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    border-top: 3px solid #e3342e;
    /*background: url(../images/bg.png) repeat;*/
}
/*@font-face {
    font-family: 'Open Sans Condensed';
    src: url(../fonts/opensans-cond.ttf) format('truetype');
}*/
a
{
    color: #ee2d24;
    font-weight: bold;
}
a:hover {
    color: #000;
}
a,
a:hover,
a:visited,
a:active,
a:focus,
.hvr,
.hvr:hover,
.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:hover i,
.btn-sm i
.form-control,
.form-control:focus,
.header .nav-link
{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s
}
.cur {
    cursor: pointer;
}
.ful_wdth{
    width: 100%;
    float: left;
}
iframe {
    border: none;
    outline: none;
}
.img-responsive {
    width: 100%;
}
.rel {
    position: relative;
}
textarea {
    resize: vertical;
}
.radius {
    border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.radius_tp {
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -o-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.radius_btm {
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -o-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.btn-sm{
    background-color: #ee2d24;
    color: #fff;
    border-color: #ee2d24;
    padding: .25rem .9em;
    cursor: pointer;    
}
.btn-sm:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
    /*text-shadow: 0 2px 0 #db2929;*/
}    
p {
    text-align: justify;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    /* width: 100%; */
    /* float: left; */
    font-weight: normal;
}
li,
ul {
    list-style: list-style-type: decimal;
    ;
}
.no_space,
li,
ul {
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ee2d24;    
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
}
.container {
    max-width: 90%;
}
header{
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
    padding: 7px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #000000;
}
.intrs
{
    display: block;
    color: #000;
    padding-top: 10px;
    font-weight: bold;
}
.intrs span
{
    margin-right: 8px;
    font-size: 16px;
}
.intrs .btn-sm, .btn-sm.altr_btn
{
    background-color: #fff;
    color: #000;
    border-color: #000;
    border: none;
}
.intrs .btn-sm:hover, .btn-sm.altr_btn:hover, .intrs .btn-sm.active, .btn-sm.altr_btn.active{
    background-color: rgb(0, 0, 0);
    color: #fff;
    border-color: rgba(113, 18, 14, 0.58);
    border: none;
}
.login_row .btn-sm{
    margin-right: 5px;
}
.login_row .btn-sm:last-child{
    margin-right: 0px;
}
.header .navbar
{
    padding: 0;
    float: right;
    margin: 26px 0;
    margin-bottom: 5px;
}
.header .nav-link
{
    color: rgba(0, 0, 0, 0.73) !important;
    padding: 9px 16px !important;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.nav-item.active>a, .nav-item.active .inr_active
{
    background-color: transparent;
    color: #000 !important;
    font-weight: bold;
}
.nav-item.active>a:hover
{
    color: #fff;
}
#hme_bg
{
    background: url(../images/home-bg.jpg) no-repeat fixed;
    background-size: cover;
    /* position: relative; */
}
/*#hme_bg:after
{
    position: absolute;
    content: "";
    background-color: rgba(35, 35, 35, 0.52);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}*/
.header li.nav-item:last-child .nav-link
{
    margin-right: 0;
}
.header li.nav-item:last-child .nav-link
{
    /*display: none;*/
}
.header .nav-link:hover
{
    color: #000;
}
.loggo{
    margin: 0;
}
.loggo img{
    margin-top: 0;
    width: 230px;
    background-color: transparent;
    border-radius: 3px;
    padding: 0;
}
#banner{
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.bner_imge{
    display: block;
    margin: 0;
    width: 100%;
}
.bner_imge img{
    width: 100%;
    padding: 0;
    margin: 0;
}
.column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
}
.bnr_spce{
    padding: 7px;
    position: relative;
    padding-right: 0;
}
.bnr_spce h1{
    font-size: 24px;
    text-transform: capitalize;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}    
.bnr_spce p{
    color: #111;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 0px;
    width: 80%;
    text-align: left;
}
.bnr_spce ul
{
    display: block;
    margin: 5px 0;
    margin-left: 14px;
}
.bnr_spce ul li
{
    margin-bottom: 5px;
    font-size: 15px;
    color: #111;
    list-style: decimal;
    line-height: 23px;
}
#demos{
    margin: 0;
    margin-bottom: 10px;
}
#demos .columns{
    padding: 0;
}
footer
{
    text-align: center;
    padding: 10px 0;
    background-color: #111;
    color: #fff;        
    font-size: 12px;
    z-index: 9;
}
footer a{
    color: #fff;
    font-weight: normal;    
}
footer a:hover
{
    color: #e3342d;
}
.cnt_bngs_hme{
    display: block;
    margin: 50px 0;
    padding: 0;
}
.cnt_bngs{
    display: block;
    margin-bottom: 20px;
    padding: 0;
}
.inr_bnr{
    padding: 0;
}
.inr_bnr figure{
    margin: 0;
}
.inr_bnr figure img{
    width: 100%;
}
/*.inr_bnr{
    height: 159px;
    background: url(../images/abut-pge.jpg) no-repeat center center;
    position: relative;
    padding: 0;
}
#prod .inr_bnr{
    background: url(../images/prod-pge.jpg) no-repeat;
}
#contct_pge .inr_bnr{
    background: url(../images/contact-bg.jpg) no-repeat;
    background-size: cover;
}*/

.inr_bnr h2{
    color: #fff;
    text-align: left;
    margin: 0;
    margin: 63px 0;
    font-size: 30px;
    background-color: rgba(17, 17, 17, 0.59);
    display: inline-block;
    padding: 7px 15px;
}
/*.inr_bnr:after{
    position: absolute;
    content: "";
    background-color: rgba(58, 58, 58, 0.49);
    width: 100%;
    height: 100%;
    top: 0;
}*/
.inr_bnr .container
{
    z-index: 9;
    position: relative;
}
#abt .inr_bnr
{    
}
#abt .inr_bnr:after, #prod .inr_bnr:after, #contct_pge .inr_bnr:after{
    background-color: transparent;
}
.inr_head
{
    margin-bottom: 35px;
    margin-top: 30px;
}
.img_style
{
    margin: 0;
}
.img_style img{
    -webkit-box-shadow: 0 10px 10px -7px rgba(0,0,0,.7);
    -moz-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    -ms-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    -o-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
}
.cnt_head, .cnt_head1{
    text-transform: capitalize;
    font-size: 22px;
    color: #000;
    margin-bottom: 25px;
}
.cnt_head1{
    margin-bottom: 5px;
}
.cnt_sub_hd{
    color: #111;
    font-size: 15px;
    border-bottom: 1px solid #cc0000;
    display: inline-block;
}
.mrgn_btm{
    margin-bottom: 20px;
}
.team_prof h4{
    text-transform: capitalize;
    font-weight: 400;
}
.team_prof figure{
    text-align: center;
}
.team_prof .card:hover img
{
    transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);    
}
.team_prof figure img{
    border-radius: 50%;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 3px;
}
.team_prof .card-title {
    margin-bottom: .2rem;
}
.team_prof .text-muted
{
    font-size: 20px;
    font-weight: normal;
}
.team_prof .card-footer {
    padding: 15px 5px;
}
.team_prof .card-body
{
    padding: 10px;
}
.card-deck .card{
    margin: 0;
    margin-bottom: 25px;
}
.partn_logo figure{
    margin: 0;
    margin-bottom: 15px;
}
.partn_logo figure img:hover{
    -webkit-box-shadow: 0 10px 10px -7px rgba(0,0,0,.7);
    -moz-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    -ms-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    -o-box-shadow:0 10px 10px -7px rgba(0,0,0,.45);
    box-shadow:0 10px 10px -7px rgba(0,0,0,.45);   
}
#contct_pge iframe.m_frme{
    width: 100%;
    height: 775px;
    margin-bottom: 15px;
}
.hide{
    display: none;
}
.show
{
    display: block;
}
#contct_pge .form-control{font-size:13px;padding:8px 10px;border-color:#b1b1b1;margin-bottom: 12px;border-bottom-width:2px;}
#contct_pge label{margin-bottom: 1px;font-weight: 600;}
#contct_pge .form-control:focus
{
    border-bottom: 2px solid rgb(238, 45, 36);
}
#contct_pge textarea.form-control
{
    height: 80px;
}
#contct_pge textarea.form-control:focus
{
    height: 90px;
}
#send{
    cursor: pointer;
    padding: 7px 15px;
}
#contct_pge ul{
    margin-bottom: 20px;
}
#contct_pge li p{
    margin-bottom: 0;
}
#contct_pge li{
    margin-bottom: 2px;
    line-height: 24px;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}
#contct_pge li:after
{
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 4px;
    top: 4px;
    font-size: 20px;
}
#contct_pge li:first-child:after{    
    content: '\f1ab';
}
#contct_pge li:nth-child(2):after{
    content: '\f15a';
    font-size: 15px;
}
#contct_pge li:nth-child(3):after{
    content: '\f2d4';
    font-size: 16px;
    left: 6px;
}
.err_msg {
    color: #FF0E0E;
    font-weight: 700;
}
h4.succss_msg
{
    font-size: 14px;
    padding: 10px;
    border-radius: 0;
    background-color: #28a745;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
}
h4.succss_msg:empty
{
    padding: 0;
    margin: 0;
    border: none;
}
#contct_pge .cnt_sub_hd {    
    margin-bottom: 14px;
}
#contct_pge .form-group {
    margin-bottom: 0.9rem;
}
#prodct_pge .card, .car_pge .card
{
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
}
#prodct_pge .card, #press_pge .card
{
    border: 1px solid rgba(0, 0, 0, 0.18);
    margin-bottom: 15px;
}
#prodct_pge figure, #press_pge figure
{
    margin: 0px;
}
#prodct_pge figure img
{
    margin: 10px 0;
}
#prodct_pge figure img, #press_pge figure img
{
    width: 100%;
}
/*.navbar-light .navbar-toggler-icon {
    background-image: url(../images/download.svg);
}*/
#demos .owl-carousel .item a{
    display: none;
}
#first_slide p
{
    width: 100%;
}
.cnt_lst{
    display: block;
    margin-bottom: 15px;
    margin-left: 16px;
    margin-top: -13px;
}
.cnt_lst li{
    list-style:  decimal;
    text-align: justify;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: normal;
    padding-left: 4px;
    margin-bottom: 2px;
}
#constr_page .card
{
    margin-bottom: 10px;
}
#constr_page figure
{
    margin: 10px;
}
#constr_page figcaption
{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    background-color: black;
    padding: 15px 5px;
}
.ccnt_sub_hd
{
    margin-top: 0;
    margin-bottom: 20px;
}
.intro_txt
{
    color: rgba(2, 2, 2, 0.62);
    font-size: 2em;
    line-height: 46px;
}
#contact_frm label{
    margin-bottom: 0;
}
#prs figure img{
    margin-bottom: 1.25rem;
}
.card-body
{
    padding-bottom:0;
}
#prodct_pge .tp_lnk
{
    margin-bottom: 15px;
    width: 100%;
    padding: 15px 0;
    font-size: 24px;
}
#pro1, #pro2, #pro3
{
    cursor: pointer;
}
#pro1, #pro2, #pro3, #pro1_content, #pro2_content, #pro3_content
{
    display: block;
}
.scroll_top {
    cursor: pointer;
    opacity: 0;
    background: #000000;
    bottom: 2%;
    display: inline-block;
    padding: 6px 6px;
    position: fixed;
    right: 1%;
    text-align: center;
    text-decoration: none !important;
    width: 28px;
    line-height: 16px;
    font-size: 11px;
    color: #fff;
}
.scroll_top:hover {
    background-color: #ef1e00;
    color: #fff;
}
#prodct_pge .card-body
{
    /* padding: 15px 10px; */
    /* border-top: 15px solid #101010; */
    /* border-bottom: 30px solid #ef1e00; */
}
#prodct_pge .cnt_lst
{
    margin-top: 0;
}
#prodct_pge p
{
    padding: 5px 10px;
    margin-bottom: 0;
}
#prodct_pge #pro1_content p 
{
    background-color: transparent;
}
#prodct_pge p:nth-child(odd)
{
    /* background-color: rgba(230, 230, 230, 0.78) */
}
#prodct_pge p:nth-child(even)
{
    /*     background-color: #f3f3f3 */
}
@media (min-width:300px) and (max-width:643px)
{
    .team_prof .card-title {
        font-size: 1.3rem;
    }
}
@media (min-width:300px) and (max-width:990px)
{
    footer{
        position: relative !important;
    }
}
@media (min-width:992px) and (max-width:1167px)
{
    .header .nav-link {
        color: #fff;
        padding: 6px 11px !important;
        font-size: 14px;
    }
}
@media (min-width:300px) and (max-width:991px)
{
    .container {
        max-width: 96%;
        padding: 0;
    }
    .loggo
    {
        text-align: center;
        margin-bottom: 0px;
    }
    .loggo img
    {
        width: 55%;
        margin: 0 auto;
        padding: 8px;
    }
    .intrs
    {
        display: flex;
    }
    .intrs div, .login_row div
    {
        float: none !important;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .intrs span {
        margin-right: 0;       
        text-align: center;
        margin-bottom: 5px;
        display: block;
    }
    .header .navbar{
        float: none;
    }
    .header .navbar .navbar-nav
    {
        margin: 0 auto;
    }
    .bner_imge {
        text-align: center;
    }
    .bner_imge img
    {
        margin: 0;
    }
    .cnt_bngs {    
        margin-bottom: 10px;
    }    
}
@media (min-width:768px) and (max-width:820px)
{
    .header .nav-link{
        margin-right: 0;
    }    
}
@media (min-width:300px) and (max-width:768px)
{
    .navbar-toggler{
        margin: 0 auto;
        background-color: #383838;
    }
    .inr_head
    {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 20px;
    }
    .inr_bnr h2 {
        padding: 10px 20px;
        font-size: 21px;
    }
    #hme_bg
    {
        background-position: 50% 50%;
    }
}
@media (min-width:348px) and (max-width:380px)
{
    .login_row .btn-sm {
        margin-right: 2px;
        padding: 5px 10px;
    }
}
@media (min-width:300px) and (max-width:348px)
{
    .login_row .btn-sm {     
        padding: 5px 4px;
        margin-right: 2px;
    }
}
@media (min-width:300px) and (max-width:600px)
{    
    .bnr_spce p {    
        width: 100%;
    }
}
.errormsg{
    color:red;
}
.redd{
    color: #ee2d24;
}
.bg_ylw{
    background-color: #f1c907;
    color: #000;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;  
}
.itlc_fnt{
    color: #000;
    text-transform: none;
}
.clr_lst
{
    display: block;
    padding: 8px 10px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
}
.bllue
{
    display: block;
    background-color: #033786;
}
.grenn
{
    background-color: #3a8119;
}
.violet
{
    background-color: #8d219f;
}
.inr_headd{
    padding: 14px 10px;
    font-size: 15px;
    line-height: 21px;
    margin: 0;
    font-weight: bold;
}
.pro_lst
{
    display: block;   
}
.pro_lst li
{
    display: block;
    color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 11px;
    font-weight: bold;
}
.m-btm-0
{
    margin-bottom: 0px !important;
}
.pro_lst li i
{
    margin-right: 6px;
}
.row2{
    margin-right: -5px;
    margin-left: -5px;
}
.row2 div{
    padding-left: 5px;
    padding-right: 5px;
}
.bluee{
    color: #033786;
}
.clr_lst_pro2, .clr_lst_pro3
{display: block;}
.clr_lst_pro2 li, .clr_lst_pro3 li
{
    display: block;
    background-color: #4fd7fd;
    padding: 10px;
    margin-bottom: 10px;
}
.clr_lst_pro3 li{
    background-color: #60ce28;
}
.clr_lst_pro2 li p, .clr_lst_pro3 li p
{
    display: block;
    color: #000;
    font-weight: bold;
    text-align: justify;
    border-left: 5px solid #e71e17;
}
.clr_lst_pro3 li p{
    border-left: 0px solid #e71e17;
    padding: 0 !important;
}
.clr_lst_pro2 li:nth-child(even)
{
    background-color: #8ce8f7;
}
.clr_lst_pro2 li:nth-child(even) p
{
    border-left: 5px solid #8a219e;
}
.clr_lst_pro3 li:nth-child(even)
{    
    background-color: #73fa79;
}
.clr_lst_pro3 li:nth-child(even) p
{
    border-left: 0px solid #8a219e;
}
.clr_lst_pro2 li:last-child, .clr_lst_pro3 li:last-child
{
    margin-bottom:0;
}
.cmg_sn_btn
{
    background-color: #ee2d24;
    color: #fff;
    padding: 0px 10px;
    font-weight: bold;
}
.buttn_lnk
{
    background-color: #ee2d24;
    color: #fff;
    padding: 10px;
    border-radius: 3px;        
    padding: 15px 10px;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
}
.buttn_lnk:hover
{
    background-color: #000;
    color: #fff;
}
#prodct_pge .card-title
{
    line-height: 30px;
}
.mrgn_btm1
{
    margin-bottom: 40px;
}
.foot_fixed
{
    position: fixed;
    bottom: 0;
}

@media (min-width:300px) and (max-width:767px) {

    .foot_fixed
    {
        position: relative;
    }
}

label.error {
    color: #ee2d24;
    width: 100%;
    margin-bottom: 10px !important;
}
input.error, select.error {
    border: 1px solid #f00 !important;
}
