@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Philosopher', sans-serif;
}

h3 {
    border-left: 3px solid #3CBECF;
}

.head1 {
    background: url(../images/iStock_000079692043_Small.jpg)center;
    background-size: cover;
    /* height:350px;*/
}

.miar {
    background-color: #000;
    color: #fff;
    padding: 8px;
    font-size: 17px;
    margin-bottom: -7px;
}

/*Menu*/

.tab tr {
    border-bottom: 1px solid #ccc;
}

ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.34);
}

.pre1 li {
    list-style-type: none;
}

ul.topnav li {
    float: left;
}

ul.topnav li a {
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 14px 12px;
    ;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 400;
    font-size: 17px;
}

ul.topnav li a:hover {
    background-color: transparent;
    color: #000;
    font-weight: 600;
}

ul.topnav li.icon {
    display: none;
}

@media screen and (max-width:680px) {
    ul.topnav li:not(:first-child) {
        display: none;
    }
    ul.topnav li.icon {
        float: right;
        display: inline-block;
    }
}

@media screen and (max-width:680px) {
    ul.topnav.responsive {
        position: relative;
    }
    ul.topnav.responsive li.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    ul.topnav.responsive li {
        float: none;
        display: inline;
    }
    ul.topnav.responsive li a {
        display: block;
        text-align: center;
    }
}

.mnu-area {
    margin-top: 30px;
}

.logo img {
    width: 150px;
}

#main-part {
    margin-top: 15px;
}

.tit {
    margin-top: 25px;
}

.tit h2 {
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
    text-align: right;
    color: #fff;
    font-weight: 900;
}

.tit h4 {
    color: #fff;
    font-weight: 900;
    text-align: right;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.6);
}

.btn-info {
    float: right !important;
    margin-right: 10px;
}

.main p {
    text-align: justify;
    font-size: 16px;
}

.button h4 {
    float: right;
    margin-top: 20px;
}

.button h4 a {
    text-decoration: none;
    color: #fff !important;
    background-color: #3CBECF;
    padding: 10px;
}

.button h4 a:hover {
    color: #000 !important;
}

section#impot {
    background-color: #3cbecf;
    margin-top: 6px;
}

.reg {
    color: #fff;
}

.reg h4 {
    font-weight: 700;
}

.reg h5 {
    font-weight: 700;
}

.reg:hover {
    background-color: #fff;
    color: #000;
    padding: 1px;
    -webkit-transition: all .5s ease-in;
}

.form-group {
    margin-top: 9px !important;
}

input#email {
    padding: 12px;
}

/*Footer*/

.footer-bs {
    background-color: #3c3d41;
    padding: 60px 40px;
    color: rgba(255, 255, 255, 1.00);
    margin-bottom: 20px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
}

.button2 {
    background-color: #3cbecf;
    border: none;
    color: white;
    width: 82%;
    padding: 15px 32px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button:hover {
    box-shadow: 5px 5px 5px #888888;
    -webkit-transition: all .5s ease-out;
    color: #000;
}

.spo img {
    margin: 5px;
}

.sign_up {
    background: #e4e4e4;
    padding: 1.5em 1em;
    margin: 2em 0;
}

.text-center {
    text-align: center;
}

p.sign {
    color: #2D3C48;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 0 0 8px 0;
}

p.spam {
    margin: 1em 0 0.5em 0;
    color: #3CBECF;
    font-size: 0.875em;
    font-weight: normal;
    line-height: 1.5em;
}

.sign_up input[type="text"],
.sign_up input[type="email"] {
    width: 100%;
    padding: 9px 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #2D3C48;
    outline: none;
    background: #fff;
    font-weight: 400;
    border: 1px solid #bababa;
    margin: 5px 0;
}

.sign_up input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    border: none;
    display: block;
    padding: 6px 30px;
    outline: none;
    background: #3CBECF;
    text-transform: uppercase;
    margin-top: 0.5em;
}

.sign_up1 input[type="text"] {
    width: 100%;
    padding: 15px 10px;
    border: none;
    font-size: 15px;
    font-weight: 600;
    color: #2D3C48;
    outline: none;
    background: #fff;
    font-weight: 400;
    border: 1px solid #bababa;
    margin: 5px 0;
}

.sign_up1 input[type="submit"] {
    color: #fff;
    font-size: 15px;
    width: 50%;
    font-weight: 300;
    border: none;
    display: block;
    padding: 6px 30px;
    outline: none;
    background: #3CBECF;
    text-transform: uppercase;
    margin-top: 0.5em;
}

/*Call*/

.tabs-right>.nav-tabs,
.tabs-left>.nav-tabs {
    border-bottom: 0;
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none;
}

.tab-content>.active,
.pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
    font-size: 15px;
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
}

.pub {
    margin-bottom: 10px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

/*Abstract Submission*/

.group {
    position: relative;
    margin-bottom: 35px;
}

input,
select {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
}

input:focus {
    outline: none;
}

/* LABEL ======================================= */

label {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    /*position: absolute;*/
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */

input:focus~label,
input:valid~label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fff;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */

input:focus~.bar:before,
input:focus~.bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */

input:focus~.highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #fff;
    }
    to {
        width: 0;
        background: transparent;
    }
}

#panel {
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    /* Standard syntax (must be last) */
    border-radius: 4px;
    top: 0px;
}

.pre {
    //text-align:center;
}

.pre1 span {
    font-weight: bold;
}

.pre h5 {
    font-size: 15px;
}

.com h4 {
    color: #3cbecf;
    font-weight: 800;
}

.pre h4 {
    color: #3cbecf;
    font-weight: 800;
}

/*contact*/

.contact {
    padding-left: 35px;
}

.tiff {
    margin: 75px;
}

@media (max-width: 767px) {
    ul.topnav {
        list-style: none;
        padding-left: 10px;
        background: #fff;
    }
    .tit h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .tit h4 {
        font-size: 15px;
    }
    .topnavresponsive {
        background: #fff;
        list-style: none;
        padding-left: 10px;
    }
    .topnavresponsive li a {
        font-size: 18px;
        color: #000;
        padding: 10px 0;
        line-height: 35px;
    }
    .icon a {
        background: #2aa4b9;
        padding: 10px !important;
    }
    .sign_up1 input[type="text"] {
        width: 100%;
    }
}

.pare {
    background-color: #333;
    color: #fff;
    font-size: 20px;
    height: 43px;
    padding: 8px;
}