@charset "utf-8";
/* CSS Document */

*
{

    margin: 0;
    padding: 0;
}

body
{
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #000000;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    height:100%;
}



/*********************************
3. Header
*********************************/

.header
{
    position: relative
        width: 100%;
    z-index: 999;
    top: 0;
    background:#fff;
    /*padding-top: 4px;*/
    height:auto;

}

/*********************************
3.1 Top Bar
*********************************/
.login
{
    /*background-color: #dcad2d;*/
    border:1px solid #0f1cc8;
    border-radius: 20px;
    padding: 3px 14px 3px 8px;
    color: #0f1cc8;
    font-size: 13px;
    margin-top: 4px;
}
.login a
{
    color: #0f1cc8!important;
    font-size: 13px;
}
.login:hover
{background-color: #01b4ff;
 color:#fff;

}
.login span {
    margin-right: 7px;
}
.register span {
    margin-right: 7px;
}
.register
{
    border:1px solid #0f1cc8;
    border-radius: 20px;
    padding: 3px 11px;
    color: #0f1cc8;
    font-size: 13px;
    margin-left: 0px;
}
.register:hover
{background-color: #01b4ff;}
.register a
{

    color: #0f1cc8!important;
    font-size: 13px;

}
.top_bar
{
    width: 100%;
    height: auto;
    border-bottom: solid 1px #b2aeab;
    z-index: 2;
    padding-bottom:0px;
    /*padding-right: 30px;*/
}
.header.scrolled .top_bar
{
    display: none;
}
.top_bar_contact
{
    display: inline-block;
}
.top_bar_contact_item
{
    font-size: 16px;
    font-weight: 300;
    line-height:42px;
    margin-right: 40px;
}
.top_bar_contact_item:not(:first-child)
{
    margin-right: 0px;
}
.top_bar_contact_item a
{
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    color: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_contact_item a i
{
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.top_bar_contact_item a:hover
{
    color: #8a8a8a;
}
.top_bar_contact_item:last-child
{
    margin-right: 0px;
}
.top_bar_icon
{
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.top_bar_menu
{
    display: block;
    margin: 0px;
    padding: 6px;
    float:left;
}
.top_bar_menu ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.top_bar_menu ul li
{

    display:inline-block;
    float:left;
    margin-right:4px;

}
.top_bar_menu ul li a
{
    font-size:18px;
    color:#282828;


}

.top_bar_user
{
    display: inline-block;
    margin-left:26px;
}
.user_icon
{
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px;
}
.user_icon img
{
    width: 100%;
}
.top_bar_user div
{
    display: inline-block;
}
.top_bar_user div:nth-child(2)
{
    /*	margin-right: 21px;*/
}
.top_bar_user div:nth-child(2)::after
{
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0,0,0,0.1);
    content: '';
}
.top_bar_user a
{
    font-size: 11px;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.top_bar_user a:hover
{
    color: #8a8a8a;
}

/*********************************
3.2 Header Main
*********************************/

.header_main
{
    z-index: 1;
    display:none;
}
.header.scrolled .header_main
{
    display: none;
}
.header_main_item
{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.logo_container
{
    margin-left:auto;

}
.main_nav_menu
{/*margin-top: 16px;*/
    margin-top:3px;
    margin-right: 30px;}
.logo
{
    /*padding-top:3px;
    padding-bottom: 2px;*/
    margin-left:auto;
}
.main_nav .logo img
{
}
.logo a
{
    font-size: 36px;
    font-weight: 500;
    color: #0e8ce4;
}


/*********************************
3.3 Main Navigation
*********************************/

.main_nav
{
    width: 100%;
    /*	border-top: solid 1px #f2f2f2;
            box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
            background: #FFFFFF;*/
    text-align:center;
    background:#03306d;
}

/*********************************
3.4 Page Menu
*********************************/
.top_bar_content
{
    margin-top:12px;
}

/*********************************
4. Banner
*********************************/

.banner
{
    width: 100%;
    overflow: hidden;
    position: relative;
}








/*********************************
17. Footer
*********************************/

.footer {
    padding-top: 37px;
    padding-bottom: 25px;
    background-color: #010134;
    text-align: center;
    width: 100%;
    float: left;
}
.copyright_content p
{
    text-align:center;
}
.footer ul
{
    margin: 0px;

    padding: 0px;
}
.footer ul li
{
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 13px;
    list-style-type: none;
    padding: 0 7px 0 2px;
}
.footer ul li a
{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.footer p {
    text-align: center;
    font-size: 16PX;
    color: #fff;
}

/*.footer .logo_container
{
        height: auto;
        margin-bottom: 0px;
        margin-top: -10px;
}
.footer .logo
{
        top: auto;
        -webkit-transform: transform: none;
    -moz-transform: transform: none;
    -ms-transform: transform: none;
    -o-transform: transform: none;
    transform: none;
}
.footer .logo a
{
        color: #000000;
}
.footer_title
{
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        text-transform:uppercase;
        margin-top:11px;
}
.footer_phone
{
        font-size: 18px;
        font-weight: 500;
        color: #0e8ce4;
        margin-top: 13px;
}
.footer_contact_text
{
        margin-top:0px;
        color: #fff;
}
.footer_contact_text p
{
        margin-bottom: 0px;
}
.footer_social
{
        margin-top: -2px;
}
.footer_social ul li
{
        display: inline-block;
        width: 22px;
        height: 22px;
        cursor: pointer;
        margin-right:0px;
        text-align: center;
        border-radius:50%;
        
}
.footer_col
{
padding-left: 36px;	
}
.tw{
        background-color:#61c0db;
}
.fac{
        background-color:#475f9b;
}
.gp{
        background-color:#c83333;
}
.linkdin{
        background-color:#166282;
}
.footer_social ul li i
{
        color: #fff;
        line-height: 22px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        font-size: 10px;
}
.footer_social ul li:hover i
{
        color: #0e8ce4;
}
.footer_subtitle
{
        font-size: 12px;
        color: #000000;
}
.footer_column ul:first-of-type
{
        margin-top:16px;
}
.footer_column ul
{
        margin-top: 16px;
}
.footer_list li
{
        margin-bottom:0px;
                background-image: url(../images/arrow.png);
        background-repeat:no-repeat;
        background-position:left;
}
.footer_list li a
{
        font-size: 11px;
        font-weight:300;
        color:#fff;
padding-left: 14px;
}
.footer_contact_text1 {

    margin-top: 19px;
    color: #fff;
        width: 68%;

}
.footer_column .input-group {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-top: 29px;

}
.footer_column1
{width: 92%;}
.footer_column1 .input-group {
 
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 90%;
    height: 38px;
    font-size: 4px;

}
.footer_column1 .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .7rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer_column1 .btn {
min-height: 38px; 
border-radius:0;
background: #e8b733;
color: #fff;
font-weight:400;
text-transform:uppercase;
font-size: 12px;
padding: 0px 16px;
}
  
.footer_list li a:hover
{
        color: #0e8ce4;
}
.footer_list_2
{

float: left;
width: 33%;
}
*/
.copyright
{
    width: 100%;
    background: #002266;
    padding-top:18px;
    /*	padding-bottom:22px;*/
    color:#fff;
    text-align:center;
    float:left;
    font-size:14px;

}
.copyright_container
{
    width: 100%;
    color:#adadad;
    text-align:center;
}
.copyright_content
{
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    color:#adadad;
    text-align:center;
}
.copyright_content span
{
    font-weight: 500;
}
.logos
{

}
.logos_list li
{
    display: inline-block;
    margin-right: 16px;
}
.logos_list li:last-child
{
    margin-right: 0px;
}
.left-box
{
    width:30%;

    float: left;
    padding-left: 2%;	
}
.right-section
{
    -ms-flex: 0 0 74%;
    flex: 0 0 74% ;
    max-width: 74%;
    float: left;
    margin-right: 1%;
}
/*.col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 79%;
    float: right;
}*/




/*----------------------------------------*/

.top-bar {
    background: #666;
    color: white;
    padding: 10px;
    position: relative;
    overflow: hidden;
}


/*============================inner-content=========================================================*/
.inner-content
{
    margin-top:2%;

}



/*==================feature section========================*/
.site-section {
    /* padding: em 0; */
}
.container {
    max-width: 1140px;
}
.section-title {
 
    font-weight: 900;
    font-size: 30px;
    background: #026;
    padding: 10px;
    color: #fff;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.d-block {
    display: block !important;
}

/*---------------------*/

.unit-4 {
    background: #4d516e;
    border-radius: 12px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    margin-top: 4em;
    text-align: center;
    padding: 29px 0px 30px 0px; 
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
    border: 2px solid #fff;
}

.col-box-r h3 a {
    color: #fff;
}
.unit-4 .unit-4-icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -50px; }
.unit-4 .unit-4-icon .icon-wrap {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #131e3a;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4); 
    border: 2px solid #fff;
}
.unit-4 .unit-4-icon .icon-wrap span {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    font-weight: bold;
    color: #fff !important;
    left: 50%;
    /*border: 3px solid #fff;*/
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.unit-4 h3 {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
    color: #fff;
}
.unit-4 p {
    font-weight: 300;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.unit-4 *:last-child {
    margin-bottom: 0; }
.unit-4:hover {
    background: #1f456e;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    top: -17px; }
.unit-4:hover .icon-wrap {
    background-color: #3274c87; }
.unit-4:hover .icon-wrap span {
    color: #4285f4 !important; }
.unit-4:hover h3 {
    color: #fff; }
.unit-4:hover p {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.7); }
.unit-4:hover p a {
    color: #fff; }

.site-section a 
{
    color:#fff;

} 
.unit-4-icon >div a
{
    color:#000;

}	

/*=======================section========================*/
.mt-100 {
    margin-top: 100px;
}
.section-title {
    position: relative;
}
.section-title .title {
    letter-spacing: 0.5px;
    font-size: 26px !important;
}
.text-muted {
    color: #8492a6 !important;
}
.feature .icon, .feature.serve-one .icons {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.feature.serve-one .icons {
    height: 42px;
    width: 42px;
    line-height: 42px;
}
.feature .icon, .feature.serve-one .icons {
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
}
.feature.serve-one .icons {
    height: 42px;
    width: 42px;
    line-height: 42px;
}
.bg-intro {
    background-color: #00004c;
}
.heading-box h2 {
    width: 100%;
    color: red;
}
.text-box {
    position: absolute;
    top: -193%;
    right: -15%;
    width: 69%;
    color: #fff;
    text-align: left;
    transform: translateY(-49%);
    background: rgba(0, 0, 76, 0.8);
    padding: 10px 30px;
    border-radius: 10px;
    border: solid #1e91ff;
}
.text-box p {
    font-size: 16px;
    font-weight: 400;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 55px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.banner-bottom {
    margin-top: 0;
    box-sizing: border-box;
    background: #dfdfdf;
    padding: 20px 0px 20px 0px;
    border-bottom: 2px solid #ccc;
}
.b-b-box {
    padding: 10px;
    border-radius: 40px;
    border: 3px solid #fff;
}
.b-b-box h2 {
    font-size: 22px;
    text-align: center;
    margin: 0px;
}
.b-b-box a h2 {
    color: #fff;
}
.banner-bottom-top {
    padding: 20px 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3270ad+0,2d9bd8+36,2d9bd8+61,3270ad+100 */
    background: #3270ad; /* Old browsers */
    background: -moz-linear-gradient(top, #3270ad 0%, #2d9bd8 36%, #2d9bd8 61%, #3270ad 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3270ad 0%, #2d9bd8 36%, #2d9bd8 61%, #3270ad 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3270ad 0%, #2d9bd8 36%, #2d9bd8 61%, #3270ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3270ad', endColorstr='#3270ad', GradientType=0 ); /* IE6-9 */
}
.banner-bottom-top h2 {
    font-size: 24px;
    color: #fff;
}
.banner-bottom-top h4 {
    font-size: 18px;
    margin: 0px;
}
.banner-bottom-top h4 a {
    color: #fff;
}
.cercle {
    background-color: #26629d;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid #fff;
    text-align: center;
    box-sizing: border-box;
    margin-top: 22px;
}

.welbox h2 {
    margin: 0px;
    background: #002266;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 10px 10px 0px 0px;
}
.content-box
{
    margin-top:40px;
}
.welbox p
{
    line-height: 26px;
    font-size: 15px;
    color: #000;
    background: #dfdfdf;
    padding: 16px;
    border: 2px solid #ccc;
    border-radius: 0px 0px 10px 10px;
}
.nt-box {
    border: 1px solid #ccc;
    padding: 0px 15px;
    overflow: auto;
    height: 300px;
    float: left;
    margin-top: 20px;
    margin-bottom: 18px;
    width: 100%;
}
.welbox img {
    width: 100%;
    margin-bottom: 0px;

}
.welbox span {
    background: #7285a5;
    padding: 10px;
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 13px;
}
.nt-box ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.nt-box ul li
{
    border-bottom:1px solid #E1E1E1;

}
.nt-box h3 {
    font-family: 24px;
    color: #fff;
    background: #1c2a51;
    text-align: center;
}
.nt-box h5
{
    font-family:18px;
    color:#3270ad;

}
.ms-box {
    border: 1px solid #ccc;
    padding: 0px 15px;
    overflow: auto;
    height: 300px;
    margin-top: 20px;
}
.ms-box ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.ms-box ul li
{
    border-bottom:1px solid #E1E1E1;

}
.ms-box h3 {
    font-size: 24px;
    color: #fff !important;
    background:#1c2a51;
    text-align: center;
}
.ms-box h5 {
    font-family: 18px;
    color: #147fa2;
}
.us-box {
    border: 1px solid #ccc;
    padding: 0 15px;
    overflow: auto;
    height: auto;
    margin-top: 20px;
}
.us-box	 ul
{
    margin:0px;
    padding:0px;
    list-style-type:none;
}
.us-box	 ul li
{
    border-bottom:1px solid #E1E1E1;
    padding:10px;

}
.us-box h3 {
    font-size: 24px;
    color: #fff;
    background:#1c2a51;
    text-align: center;
}
.us-box ul li a
{
    font-family:18px;
    color:#184d81;

}

.application-box
{
    margin-top:40px

}
.fh-box {
    float: left;
    width: 100%;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
}

.fh-box span {
    background: #7285a5;
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
}
.fh-box p {
    text-align: center;
    color: #00 !important;
    font-size: 12px;
    font-weight: bold;
    padding-left: 4px;
}
.fh-box img {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.footer-top
{
    background-image:url(../images/ft-bg.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding:58px 0px;
    margin-top: 0px;
    width: 100%;
    float: left;


}

.terms-box .text-danger {
    color: #103d81;
}
.terms-box img {
    width: 100%;

}
.footer-top h2 {
    border: 3px solid #fff;
    text-align: center;
    background: #4d516e;
    color: #fff;
    padding: 10px;
}

.footer ul li:last-child {
    border: none;
}
.v-count
{
    border:2px solid #448ec3;
    background:#281e5d;
    padding:10px;
    margin-top:20px;
}
.v-count h5
{
    margin:0px;
    font-size:18px;
    color:#fff;
    text-align:center;
    font-weight:bold;
}
.col-box
{
    background:#4d516e;
    padding:10px;
    border:1px solid #f1f1f1;
    margin-bottom:5px;
    /*
-webkit-box-shadow: -1px -1px 5px -2px rgba(130,130,130,1);
-moz-box-shadow: -1px -1px 5px -2px rgba(130,130,130,1);
box-shadow: -1px -1px 5px -2px rgba(130,130,130,1);*/
    color: #fff;
    border: 2px solid #7285a5;
}
.col-box h3
{
    font-size:18px;
    text-align:center;
    color:#000;
    margin:0px;

}
.col-box h3 a
{
    color:#000;

}
.mid-box {
    margin-top: 40px;
    border-top: 2px dotted #4d516e;
    padding-top: 42px;
    border-bottom: 2px dotted #4d516e;
    margin-bottom: 20px;

}
.col-box-r {
    background: #3a7ca5;
    padding: 10px;
    margin-bottom: 5px;
}

.col-box-r h3 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0px;
    border: 2px solid #fff;
    line-height: 32px;
}
.col-box h3 a {
    color: #fff;
}
.services{
    margin-top:20px;

}


.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #faf32b; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}

/*tab*/	

.application-box nav > .nav.nav-tabs{

    border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
.application-box nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 18px 25px;
    color:#fff;
    background:#054aa7;
    border-radius:0;
    font-size:18px;
}

.application-box nav > div a.nav-item.nav-link.active:after
{
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #3375c9 ;
}
.application-box .tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #1f61b5;
    border-bottom:5px solid #1f61b5;
    padding:30px 25px;
}

.application-box nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
    border: none;
    background: #059eff;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}		

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }
    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}



/*==================inner-content====================*/
.inner-banner
{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#49c0f0+0,2cafe3+100;Blue+3D+%2311 */
    background: #49c0f0; /* Old browsers */
    background: -moz-linear-gradient(top,  #49c0f0 0%, #2cafe3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #49c0f0 0%,#2cafe3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #49c0f0 0%,#2cafe3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 ); /* IE6-9 */

    width:100%;
    padding:20px 0px;

}
.inner-banner h3
{
    color:#fff;
    text-transform:uppercase;

}
.inner-content
{}
.terms-box
{}
.terms-box ul
{
    margin:0px;
    padding:0px;
    /*line-height:40px;*/

}
.terms-box h2
{

    margin-bottom:30px;
    border-bottom:2px dashed #000;
    padding-bottom:20px;




}

.terms-box h3
{
    /* color:#000; */
    /*margin-top:30px;*/
    font-size:20px;
    /*margin-bottom:30px;*/


}
.terms-box p
{
    color:#000;
    font-size:16px;
    line-height:25px;


}


.bg-g2
{
    background: #4d516e;
    color: #fff;
}


.bg-rg
{
    background-color: #4c5383;
}

.bg-tag{
    background: #2e3565;
    color: #fff;
}
marquee {
    height: 100%
}

.right-contentarea {
    float: left;

}

/* responsive */

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 2px solid #fff;
}


.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 2px solid #fff !important;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 2px solid #fff;
}


@media only screen and (max-width: 480px) {
    .welbox img {
        width: 100%;
        margin-bottom: 20px;

    }
}

@media only screen and (max-width: 394px) {
    .welbox img {
        width: 100%;
        margin-bottom: 20px;

    }
}
@media only screen and (max-width: 360px) {
    .welbox img {
        width: 100%;
        margin-bottom: 20px;

    }
}
.top_bar_contact_item {
    font-size: 16px;
    font-weight: 300;
    line-height: 42px;
    margin-right: 40px;
    float: left;
}
.three-pic-box
{
    margin-top: 41px;
}
three-pic-box h2 {
    margin: 0px;
    background: #147fa2;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 38px;
    margin-bottom: 10px;
}

.three-pic-box .carousel-inner img {
    width: 100%;
    height: 190px;
}
.three-pic-box .carousel-control.left
{
    background-image:none;
    font-size: 100px;
}
.three-pic-box .carousel-control.right
{ background-image:none;
  font-size: 100px;

}

.three-pic-box .item h5 {
    font-size: 14px;
    color: #fff;
    background: #002266;
    padding: 10px;
}
.three-pic-box h2{
    font-size: 30px;
    background: #026;
    padding: 10px;
    color: #fff;
}

.scheduler-border legend {

    text-transform: uppercase;
    font-weight: bold;
    color: #132449;
}

.terms-box h2 span {
    font-size: 30px;
    background: #0D2349;
    color: #fff;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.inner-content {
    margin-top: 2%;
    margin-bottom: 10%;
}