/*
Template Name: finadvisor
Description: HTML5 / CSS3 One Page
Version: 1.0
Author: uiCookies.com
*/

/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Global Typography
    3. Section Background / .gray-bg / .white-bg
	4. Header /
	    4.1. .top-bar
		4.2. Navigation / .navbar
	5. Hero Slider / .hero-slide
	6. Services / .services
	7. About Us / .about-us
	8. Testimonial / .testimonialOne
	9. Team / .team
	10. Register Table / .register-section
	11. Client Logo / .client-logo
	12. Contact Section
	    12.1. #googleMap
	    12.2. Contact Form
	13. Footer / .footer
	14. Preloader / #preloader


# [Color codes]

# Body  (text): #888
# Heading Color #0E1555 (yellow green: #02fc02)
# Theme Color (link color) #FD367E
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/

body {
    font-family : 'Roboto', sans-serif;
    font-size   : 17px;
    line-height : 1.7em;
    color       : #353e55;
    font-weight : 100;
    background  : #fff;
    border      : 10px solid #fff;
    }

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #0e1555;
    }

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 700;
    }

h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 400;
    }

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
    }

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    }

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 24px;
    }

hr{
    border:0;
    margin:0;
    width:100%;
    height:2px;
    background:#00bfff;
}
/* --------------------------------------
 * LIST STYLE
 *------------------------------------------*/
.topic-list ul li {
  font-weight: 700;
  margin-bottom: 6px;
}

.topic-list .list-arrow-right {
  list-style-type: none;
  padding: 0;
}
.topic-list .list-arrow-right li {
  position: relative;
  padding-left: 20px;
}
.topic-list .list-arrow-right li::before {
  position: absolute;
  left: 0;
  color: #4e4e4e;
  font-family: "Roboto";
}

.list-arrow-right li::before {
  content: "\203A";
}

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color              : #fd367e;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    color           : #999999;
    }

p {
    margin-bottom : 20px;
    }

p.lead {
    font-size   : 19px;
    line-height : 1.7em;
    }

p.description
{
    border:0;
    margin:0px 20px;
font-weight: normal;
text-align: justify;
}

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }

uline { text-decoration: underline: }

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/

.table
{border-collapse:collapse!important}
.table-bordered td,.table-bordered th
{border:1px solid #333!important}
.row-heading
{
background-color: #333!important;
color: #fff!important;
}
.row-normal { font-size: 16px; font-weight: 300;}

.row-heading th
{border:1px solid #fff!important
}

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 16px;
    border-radius  : 0;
    font-weight    : 500;
    border-width   : 2px;
    text-transform : uppercase;
    }

.btn-lg {
    font-size : 18px;
    padding   : 15px 30px
    }

/*btn-primary*/
.btn-primary {
    background-color : #fd367e;
    border-color     : #fd367e;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background-color : #00bfff;
    color        : #000000;
    border-color : #00bfff;
    }

/*btn-default*/
.btn-default {
    color            : #064256;
    background-color : #fcfcfc;
    border-color     : #064256;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color : #00bfff;
    color            : #000000;
    border-color     : #00bfff;
    }

.btn-white {
  color: #000;
  background-color: #fff;
}

.btn-blue {
 background-color : #00bfff;
 color            : #000000;
}
.btn-green {
  color            : #000000;
  background-color: #55f252;
}
.btn-green:hover, .btn-green:focus, .btn-green:active:focus,
.btn-blue:hover, .btn-blue:focus, .btn-blue:active:focus
{
  color            : #ffffff;
  background-color : #f96363;
}
.btn-black {
  color: #fff;
  background-color: #333;
}

.btn-white:hover, .btn-white:focus
{
 color: #000;
  background-color: #fff;
 -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
} 
.btn-black:hover, .btn-black:focus {
  color: #fff;
  background-color: #333;
 -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    border-top       : 1px solid #eeeeee;
    border-bottom    : 1px solid #eeeeee;
    }

.white-bg {
    background-color : #ffffff;
    }

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background            : url("../img/bg.jpg");
    background-size       : cover;
    overflow   : hidden;
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position : absolute;
    left     : 15px;
    right    : 15px;
    top      : 40px;
    z-index  : 9;
    }

/*Logo*/
.navbar-brand {
    padding : 0;
    height  : auto;
    margin  : 5px 0 !important;
    }

@media (max-width : 768px) {
    .navbar-brand {
        width : 200px;
        }

    .navbar-brand img {
        max-width : 100%;
        height    : auto;
        }
    }

/*navbar*/

.navbar {
    border-radius  : 0;
    padding        : 30px 0;
    background     : transparent;
    margin         : 0;
    font-size      : 15px;
    text-transform : uppercase;
    }

@media (max-width : 768px) {
    .navbar {
        padding : 10px;
        }
    }

/*navbar toggle*/
.navbar-toggle {
    margin        : 5px 0;
    padding       : 11px 10px;
    background    : transparent;
    }

.navbar-toggle:hover {
    color: #fff;
    }

.navbar-toggle .icon-bar {
    background: #ffffff;
    }

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right : -15px;
    }

.main-menu .nav li {
        text-align : center;
        }

.main-menu .nav li a {
    color       : #0e1555;
    font-weight : 500;
    padding     : 15px 0 15px 30px;
    }

.main-menu .nav li a:hover {
    color      : #00bfff;
    background : transparent;
    text-decoration: underline;
    }

.main-menu .nav li.active a {
    color      : #ADFF2F;
    background : transparent;
    }

.main-menu .nav li a:focus {
    background : transparent;
    }

@media (max-width : 991px) {
    .main-menu .nav li a {
        padding-left : 15px;
        }
    }

@media (max-width : 768px) {
    .main-menu .nav li {
        text-align : center;
        }

    .main-menu .nav li a {
        padding : 5px 0;
        color: #0e1555;
        }

    .navbar-collapse {
        margin-top : 10px;
        background: #666666;
        }
    }


/* Sticky Menu */
.sticky-nav {
    position           : fixed;
    right              : 0;
    left               : 0;
    top                : 0;
    z-index            : 999;
    background         : #666666 !important;
    padding            : 5px 0;
    box-shadow         : 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition : all .5s ease-in-out;
    -moz-transition    : all .5s ease-in-out;
    transition         : all .5s ease-in-out;
    }

.sticky-nav .nav li a {
    color : #0e1555;
    }

.sticky-nav .navbar-toggle .icon-bar{
    background: #333;
    }

@media (max-width: 768px) {
    .sticky-nav{
        padding-left: 10px;
        padding-right: 10px;
        }
    }

/*-------------------
 * headron
 *-------------------*/

.headron {
    background            : url("../img/header-bg.jpg");
    background-size       : cover;
    padding               : 0;
    margin                : 0;
    height                : 100vh;
    min-height            : 700px;
    vertical-align        : middle;
    position              : relative;
    background-attachment : fixed;
    background-repeat     : no-repeat;
    background-position   : center center;
    overflow              : hidden;
    }

.headron .content {
    color             : #2f2f2f;
    position          : absolute;
    top               : 50%;
    left              : 0;
    right             : 0;
    height            : 30%;
    width             : 100%;
    margin            : 0 auto;
    padding           : 0 10%;
    transform         : translateY(-50%);
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
    }

.headron .content h1 {
    color       : #00008b;
    font-weight : 700;
    }

.headron .content p.lead {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 400;
    color       : #064256;
    }

.headron .content .event-date {
    font-size     : 24px;
    margin-bottom : 40px;
    font-weight : 500;
    }

.headron .btn {
    margin-top : 40px;
    }

@media (max-width : 600px) {
    .headron .content {
        min-height : auto;
        }

    .headron .content h1 {
        font-size : 26px;
        }

    .headron .content p.lead {
        font-size : 15px;
        }
    }

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
    padding : 100px 0;
    }

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom : 25px;
    margin-top : 20px;
    text-align    : center;
    }

.section-title h1 {
    margin-bottom : 5px;
	text-align  : left;
    }

.section-title p {
    font-size : 18px;
    color     : #888888;
    }

.section-hidden {
visibility : hidden;
}

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size   : 19px;
    line-height : 1.7em;
    }

.about-event address {
    font-size   : 15px;
    color       : #888888;
    line-height : 1.8em;
    }

.about-event address strong {
    color : #353e55;
    }

/* ----------------------------------------------
 * Committee Section
 *-----------------------------------------------*/

.member { margin: 15px 0;
}
.member h4 {
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
}
.member p {
  margin-bottom: 5px;
}

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/

.team .thumbnail {
    padding          : 0;
    line-height      : 22px;
    background-color : transparent;
    border           : 0;
    margin-bottom: 30px;
    }

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom : 30px;
        }
    }

.team .thumbnail img {
    width : 100%;
    }

.team .thumbnail .caption {
    padding          : 10px;
    }

.team .thumbnail h3 {
    font-size        : 16px;
    font-weight: bold;

    margin           : 0 40px;
    text-transform   : uppercase;
    padding          : 10px 0;
    }



.team .thumbnail h3 small {
    font-size: 14px;
    color     : #888;
    display: block;
    font-weight: normal;
    }


.team .social-links li {
    display      : inline-block;
    margin-right : 3px;
    }

.team .social-links li:last-child {
    margin-right : 0;
    }

.team .social-links li a {
    display   : block;
    font-size : 14px;
    color     : #ccc;
    padding   : 0 5px;
    }

.team .social-links li a:hover {
    color : #333;
    }

/* --------------------------
 * Agenda
 *---------------------------*/
.section-ajenda .session {
    padding       : 15px 0;
    border-left   : 1px solid #eeeeee;
    margin-bottom : 40px;
    }

.section-ajenda .session time {
    padding       : 5px 25px 15px;
    border-bottom : 1px solid #eeeeee;
    display       : inline-block;
    }

.section-ajenda .session h2 {
    margin : 20px 0 0 20px;
    }

.section-ajenda .session h3 {
    margin         : 20px 0 20px 20px;
    font-size      : 20px;
    text-transform : uppercase;
    }

.section-ajenda .session h3 span {
    font-size   : 14px;
    display     : block;
    line-height : 1;
    }

/* --------------------------
 * Register Table
 *---------------------------*/

.register-section .register-table-default {
    border         : 1px solid #0e1555;
    background     : #ffffff;
    padding-bottom : 40px;
    }

@media (max-width : 766px) {
    .register-section .register-table-default {
        margin-bottom : 30px;
        }
    }

.register-section .register-head h3 {
    font-size        : 18px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffff44;
    padding          : 14px 40px;
    margin           : 0;
    background-color : #0e1555;
    }

.register-section .register-head .deadline {
    display     : block;
    font-size   : 40px;
    line-height : 40px;
    font-weight : 500;
    color       : #ff5400;
    padding     : 32px 0 0;
    }

.register-section .register-head .deadline sup {
    font-size      : 16px;
    font-weight    : 500;
    vertical-align : super;
    top            : 0;
    }

.register-section .register-detail {
    margin : 0 50px 25px 50px;
    font-size      : 18px;
    }

.register-section .register-detail p {
    margin : 0;
    }

/*register list*/

.register-section .register-list li {
    display : block;
    padding : 8px 0;
    }

.register-section .register-list li i {
    margin-right : 17px;
    }

.register-section .register-list li:first-child {
    padding-top : 25px;
    }

.register-section .register-list li:last-child {
    padding : 12px 0 0;
    }

.register-section .register-detail .pink-i li {
    position : relative;
    }


/* --------------------------
 * Sponsor Table
 *---------------------------*/

.sponsor-section .sponsor-table-default {
    border         : 1px solid #000000;
    background     : #fcfccc;
    padding-bottom : 40px;
    }

@media (max-width : 766px) {
    .sponsor-section .sponsor-table-default {
        margin-bottom : 30px;
        }
    }

.sponsor-section .sponsor-head h3 {
    font-size        : 18px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #000000;
    padding          : 14px 40px;
    margin           : 0;
    background-color : #ffff44;
    border-bottom    : 1px solid #000000;
    }

.sponsor-section .sponsor-head .price {
    display     : block;
    font-size   : 40px;
    line-height : 40px;
    font-weight : 500;
    padding     : 32px 0 0;
    }

.sponsor-section .sponsor-head .price sup {
    font-size      : 16px;
    font-weight    : 500;
    vertical-align : super;
    top            : 0;
    }

.sponsor-section .sponsor-detail {
    margin : 0 50px 25px 50px;
    font-size      : 18px;
    font-weight    : 300;
    }

.sponsor-section .sponsor-detail p {
    margin : 0;
    }

/*benefit list*/

.sponsor-section .benefit-list li {
    display : block;
    padding : 8px 0;
    }

.sponsor-section .benefit-list li i {
    margin-right : 17px;
    }

.sponsor-section .benefit-list li:first-child {
    padding-top : 25px;
    }

.sponsor-section .benefit-list li:last-child {
    padding : 8px 0 0;
    }

.sponsor-section .benefit-detail .pink-i li {
    position : relative;
    }

/* --------------------------
 * Client Logo 
 *---------------------------*/

.client-logo a img {
    width              : 150px;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : .5;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/* ------------------
 * Google Map
 * ------------------*/

#googleMap {
    height        : 320px;
    border        : 5px solid #ffffff;
    margin-bottom : 100px;
    }

/* ---------------------------
 * Subscribe Form
 * --------------------------- */

.subscribe-form {
    text-align : center;
    }



/*-------------------
 * Form Style
 *-------------------*/

.form-control {
    height        : 46px;
    padding       : 0 20px;
    font-size     : 14px;
    line-height   : 46px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    }

.form-control.input-lg {
    height        : 60px;
    padding       : 0 20px;
    font-size     : 18px;
    line-height   : 60px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    min-width     : 400px;
    }

.form-control:focus,
.form-control:active {
    box-shadow   : none;
    border-color : #fd367e;
    }


@media (max-width : 600px) {
    .form-control.input-lg{
        min-width: auto;
        display: block;
        }
    }

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer .copyright-section {
    font-size : 18px;
    color     : #888888;
    padding   : 30px 0;
    }

.footer .copyright-section .copytext {
    font-weight : 600;
    display     : block;
    }

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : #ffffff;
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
    }

#status,
.status-mes {
    background-image    : url(../img/preloader.gif);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }