﻿/* Theme color : #0086AC*/


/*Spacers */
.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pt-100 {
    padding-top: 100px !important;
}

b, strong {
    font-weight: 600;
}

.spacer5 {
    padding-top: 5px;
}

.spacer10 {
    padding-top: 10px;
}

.spacer15 {
    padding-top: 15px;
}

.spacer20 {
    padding-top: 20px;
}

.spacer30 {
    padding-top: 30px;
}

.spacer40 {
    padding-top: 40px;
}

.no-padding {
    padding: 0;
}

.nolpdg {
    padding-left: 0;
}

.norpdg {
    padding-right: 0;
}

.rmrg0 {
    margin: 0 !important;
}

.redtext, .redtxt, .textred, .redclr, .txtred {
    color: Red !important;
}

.icon20 {
    max-width: 20px;
}

.icon25 {
    max-width: 25px;
}

.icon30 {
    max-width: 30px;
}

.icon35 {
    max-width: 35px;
}

.icon40 {
    max-width: 40px;
}

.icon60 {
    max-width: 60px;
}

.hidden {
    display: none;
}

/*--------------------------------------------------------------
# Inner Pages
--------------------------------------------------------------*/
.minpght {
    min-height: 900px;
    font-size: 16px;
    color: #1e1e1e;
    opacity: 1;
}

.main-box {
    border-top: 1px solid #eee;
    padding: 1pc 0 2pc;
    margin-top: 135px;
}

.icbox {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
    background: #9f9f9f11;
    border-bottom: 2px solid #c5c8c9;
}

.PgHeader {
    text-align: center;
    font-size: 34px;
    color: #0086AC;
    position: relative;
    text-transform:capitalize;
}


.TblColBorder {
    color: #010101;
    font-size: 13px;
    border-width: 1px;
    border-left-width: 0;
    border-top-width: 0;
    border-style: solid;
    border-color: #d8e6f6;
}

    .TblColBorder a {
        color: #1e1e1e;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        LINE-HEIGHT: 16px;
    }

.TblBorder {
    color: #010101;
    font-size: 13px;
    border-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-style: solid;
    border-color: #d8e6f6;
}
.TblFrame{
    border:1px solid #000;
}

.FPImg {
    padding: 15px
}

.form-group {
    margin-bottom: 15px
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        background-color: #fff;
        border-color: #0086AC;
        box-shadow: none;
    }

.BtnGeneral {
    background: #0086AC;
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    margin-left: 5px;
    border: 1px solid #0086AC;
    outline: 2px solid #0086AC;
    outline-offset: .1em;
}

    .BtnGeneral:focus, .BtnGeneral:hover,
    BtnGeneral:focus-visible {
        outline: 2px solid #0086AC;
        outline-offset: .2em;
    }

    .BtnGeneral:active {
        background: #0086AC;
        color: #fff;
    }


.FormBtn {
    background: #0086AC;
    color: #fff;
    padding: 5px 20px;
    font-size: 17px;
    
    border: 1px solid #0086AC;
    outline: 2px solid #0086AC;
    outline-offset: .1em;
    width:100%;
}

    .FormBtn:focus, .FormBtn:hover,
    .FormBtn:focus-visible {
        outline: 2px solid #0086AC;
        outline-offset: .2em;
    }

    .FormBtn:active {
        background: #0086AC;
        color: #fff;
    }

.Btnmanage, .Btnmanage:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0086AC;
    color: #0086AC;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 0;
    margin: 0 5px
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.redclr, .redtext, .redtxt, .textred, .txtred {
    color: Red !important
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}


.contact .info, .contact .form {
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

    .contact .info i {
        font-size: 20px;
        float: left;
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        background: #0086AC;
        color: #fff;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #030303;
    }

    .contact .info p {
        padding: 0 0 10px 60px;
        margin-bottom: 20px;
        color: #030303;
    }
  
