﻿@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

body
{
    font-family: 'Prompt' , sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/*p
{
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}*/

a, a:hover, a:focus
{
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar
{
    /*padding: 15px 10px;*/
    background: #fff;
    border: none;
    border-radius: 0; /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn
{
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line
{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar
{
    width: 265px;
    position: fixed;
    top: 0;
    left: -265px;
    height: 100vh;
    z-index: 999;
    background: #FFF;
    color: #6293DD;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active
{
    left: 0;
}

#dismiss
{
    width: 32px;
    height: 32px;
    color: #FFF;
    line-height: 32px;
    text-align: center;
    background: #6293DD;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover
{
    background: #FFF;
    color: #7386D5;
}

.overlay
{
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active
{
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header
{
    padding: 25px 5px 5px 5px;
    background: #79A4E2;
    color: #FFF;
}

#sidebar a, #sidebar a:hover, #sidebar a:focus
{
    color: inherit;
    display: block;
    width: 100%;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar ul
{
    margin: 3px 0px;
}

#sidebar ul li a
{
    padding: 7px; /*font-size: 1.1em;*/
    display: block;
    color: #0078D7 !important;
}

#sidebar ul li a:hover
{
    color: #3366CC !important;
}

#sidebar ul li.active > a, a[aria-expanded="true"]
{
    color: #1E4888 !important;
}

a[data-toggle="collapse"]
{
    position: relative;
}

.dropdown-toggle::after
{
    display: block;
    position: absolute; /*transform: translateY(-50%);     top: 50%;*/
    top: 10px;
    right: 0;
    color: #79A4E2;
}

#sidebar ul ul a
{
    /*font-size: 0.9em !important;*/
    padding-left: 15px !important;
}


/******-----test ddl icon-----******/
.if_ddl .ifright
{
    display: block;
    position: absolute; /*transform: translateY(-50%);     top: 50%;*/
    top: 15%;
    right: 0;
    color: #79A4E2;
}
.if_ddl .ifleft
{
    margin-right: 7px;
}

.dropdown-toggle[aria-expanded="true"]:after
{
    transform: rotate(180deg);
}

/*for animation*/
.dropdown-toggle:after
{
    transition: 0.4s;
}

.rotate
{
    -webkit-transform: all .5s linear;
    -moz-transform: all .5s linear;
    -ms-transform: all .5s linear;
    -o-transform: all .5s linear;
    transition: all .5s linear;
}
.rotate.down
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content
{
    width: 100%; /*padding: 20px;*/
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

/*------------------masterpage------------------*/
.header
{
    background-image: url(../../images/ms/bgheader.png);
    background-repeat: no-repeat;
    background-position: center top; /*background-color: #000054;*/
}

.homeheader
{
    background-position: center top;
    background-image: url(../../images/main/main_title.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    /*background-color: #000054;*/
    position: relative;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px)
{
    .homeheader
    {
        height: 224px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{
    .homeheader
    {
        height: 244px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{
    .homeheader
    {
        height: 294px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{
    .homeheader
    {
        height: 274px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .homeheader
    {
        height: 328px;
    }
 }
 
 
.oicvision
{
    background-position: center top;
    background-image: url(../../images/main/bgvision.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bgmainmenu
{
    background: rgba(16, 74, 198, 0.5);
}

.footer
{
    background-image: url(../../images/ms/bgfooter.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #000054;
    /*background-color: #000053;*/
}

.if_footer
{
    color: #FF5300;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: #FFF;
    width: 32px;
    height: 32px;
}

.tt_survey
{
    background-image: url(../../images/survey/tt_survey.png);
    background-repeat: no-repeat;
    min-height: 206px;
    padding-left: 220px;
}

/*------------------------------------*/
.if_pre_box
{
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px auto; /*position: absolute;     top: -20px;     left: 0px;     display: block;*/
}

.if_pre_default
{
    background-image: url(../../images/icon/if_letter_default.png);
}
.if_inbox
{
    background-image: url(../../images/icon/if_inbox.png);
}
.if_megaphone
{
    background-image: url(../../images/icon/if_megaphone.png);
}
.if_gavel
{
    background-image: url(../../images/icon/if_gavel.png);
}
.if_email
{
    background-image: url(../../images/icon/if_email.png);
}
.if_website
{
    background-image: url(../../images/icon/if_website.png);
}
.if_1111
{
    background-image: url(../../images/icon/if_1111.png);
}
.if_letter
{
    background-image: url(../../images/icon/if_letter.png);
}

/*------------------------------------*/
.tt_step
{
    background-image: url(../../images/main/title_step.png);
    background-repeat: no-repeat;
    background-size: auto 67px;
    height: 67px;
}

@media screen and (max-width: 560px)
{
    .tt_step
    {
        background-size: auto 57px;
        height: 57px;
    }
}
@media screen and (max-width: 380px)
{
    .tt_step
    {
        background-size: auto 47px;
        height: 47px;
    }
}


.oicads
{
    background-position: center center;
    background-image: url(../../images/main/oicads.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #E1E1E1;
    min-height: 400px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px)
{
    .oicads
    {
        background-position: center center;
        min-height: 400px;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px)
{
    .oicads
    {
        background-position: center center;
        min-height: 400px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px)
{
    .oicads
    {
        background-position: center center;
        min-height: 400px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px)
{
    .oicads
    {
        background-position: center center;
        min-height: 368px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .oicads
    {
        background-position: center top;
        min-height: 300px;
    }
}

/*---------tab timeline---------*/
/*.design-process-section .text-align-center
{
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-content
{
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}
.design-process-content img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3
{
    margin-bottom: 16px;
}
.design-process-content p
{
    line-height: 26px;
    margin-bottom: 12px;
}*/
.process_model
{
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.if4_model
{
    max-width: 700px !important;
}
.if4_model li
{
    width: 25% !important;
}
.if5_model
{
    max-width: 750px !important;
}
.if5_model li
{
    width: 20% !important;
}
.if6_model
{
    max-width: 800px !important;
}
.if6_model li
{
    width: 16.66% !important;
}
/*.process_model li::after
{
    background: #E5E5E5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: 30px;
    top: 33px;
    width: 85%;
    z-index: -1;
}
.process_model li.visited::after
{
    background: #5072C0;
}
.process_model li:last-child::after
{
    width: 0;
}*/
.process_model li
{
    display: inline-block; /*width: 18%;*/
    width: 33.333333%;
    text-align: center;
    float: none;
}
.nav-tabs.process_model > li.active > a, .nav-tabs.process_model > li.active > a:hover, .nav-tabs.process_model > li.active > a:focus, .process_model li a:hover, .process_model li a:focus
{
    border: none;
    background: transparent;
}
.process_model li a
{
    padding: 0;
    border: none;
    color: #E5E5E5;
}
.process_model li.active, .process_model li.visited
{
    color: #5072C0;
}
.process_model li.active a, .process_model li.active a:hover, .process_model li.active a:focus, .process_model li.visited a, .process_model li.visited a:hover, .process_model li.visited a:focus
{
    color: #5072C0;
}
.process_model li.active p, .process_model li.visited p
{
    font-weight: 600;
    color: #272727;
}
.process_model li i
{
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #F5F6F7;
    border: 2px solid #E5E5E5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process_model li.active i, .process_model li.visited i
{
    background: #FFF;
    border-color: #5072C0;
}
.process_model li .imgif_box
{
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background-color: #E5E5E5;
    border: 2px solid #E5E5E5;
    /*line-height: 65px;
    font-size: 30px;*/
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 62px 62px;
}
.process_model li.active .imgif_box, .process_model li.visited .imgif_box
{
    background-color: #5072C0;
    border-color: #5072C0;
}
.process_model li p
{
    font-size: 14px;
    margin-top: 11px;
}
/*.process_model.contact-us-tab li.visited a, .process_model.contact-us-tab li.visited p
{
    color: #606060 !important;
    font-weight: normal;
}
.process_model.contact-us-tab li::after
{
    display: none;
}
.process_model.contact-us-tab li.visited i
{
    border-color: #E5E5E5;
}*/

.process_model li.active .if_pre_read, .process_model li.visited .if_pre_read,.process_model li .if_pre_read
{
    background-image: url(../../images/pre/if_pre_read.png);
}
.process_model li.active .if_pre_accept, .process_model li.visited .if_pre_accept,.process_model li .if_pre_accept
{
    background-image: url(../../images/pre/if_pre_accept.png);
}
.process_model li.active .if_pre_write, .process_model li.visited .if_pre_write,.process_model li .if_pre_write
{
    background-image: url(../../images/pre/if_pre_write.png);
}
.process_model li.active .if_pre_preview, .process_model li.visited .if_pre_preview,.process_model li .if_pre_preview
{
    background-image: url(../../images/pre/if_pre_preview.png);
}

/*--------*/
.process_model_o
{
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 600px;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
}
.process_model_o li
{
    display: inline-block; /*width: 18%;*/
    width: 33.333333%;
    text-align: center;
    float: none;
}
.nav-tabs.process_model_o > li.active > a, .nav-tabs.process_model_o > li.active > a:hover, .nav-tabs.process_model_o > li.active > a:focus, .process_model_o li a:hover, .process_model_o li a:focus
{
    border: none;
    background: transparent;
}
.process_model_o li a
{
    padding: 0;
    border: none;
    color: #E5E5E5;
}
.process_model_o li.active, .process_model_o li.visited
{
    color: #C07F50;
}
.process_model_o li.active a, .process_model_o li.active a:hover, .process_model_o li.active a:focus, .process_model_o li.visited a, .process_model_o li.visited a:hover, .process_model_o li.visited a:focus
{
    color: #C07F50;
}
.process_model_o li.active p, .process_model_o li.visited p
{
    font-weight: 600;
    color: #272727;
}
.process_model_o li i
{
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #F5F6F7;
    border: 2px solid #E5E5E5;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
}
.process_model_o li.active i, .process_model_o li.visited i
{
    background: #FFF;
    border-color: #C07F50;
}
.process_model_o li .imgif_box
{
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background-color: #E5E5E5;
    border: 2px solid #E5E5E5;
    /*line-height: 65px;
    font-size: 30px;*/
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 62px 62px;
}
.process_model_o li.active .imgif_box, .process_model_o li.visited .imgif_box
{
    background-color: #C07F50;
    border-color: #C07F50;
}
.process_model_o li p
{
    font-size: 14px;
    margin-top: 11px;
}

.process_model_o li.active .if_pre_read, .process_model_o li.visited .if_pre_read,.process_model_o li .if_pre_read
{
    background-image: url(../../images/pre/if_pre_read.png);
}
.process_model_o li.active .if_pre_accept, .process_model_o li.visited .if_pre_accept,.process_model_o li .if_pre_accept
{
    background-image: url(../../images/pre/if_pre_accept.png);
}
.process_model_o li.active .if_pre_write, .process_model_o li.visited .if_pre_write,.process_model_o li .if_pre_write
{
    background-image: url(../../images/pre/if_pre_write.png);
}
.process_model_o li.active .if_pre_preview, .process_model_o li.visited .if_pre_preview,.process_model_o li .if_pre_preview
{
    background-image: url(../../images/pre/if_pre_preview.png);
}

@media screen and (max-width: 560px)
{
    .icon_preocess.process_model li span,.icon_preocess.process_model_o li span
    {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .icon_preocess.process_model li::after,.icon_preocess.process_model_o li::after
    {
        top: 24px;
    }
}
@media screen and (max-width: 380px)
{
    /*.process_model.icon_preocess li
    {
        width: 16%;
    }*/
    .icon_preocess.process_model li span,.icon_preocess.process_model_o li span
    {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    .icon_preocess.process_model li p,.icon_preocess.process_model_o li p
    {
        font-size: 12px;
    }
    .icon_preocess.process_model li::after,.icon_preocess.process_model_o li::after
    {
        top: 18px;
    }
    .process_model.icon_preocess,.process_model_o.icon_preocess
    {
        text-align: center;
    }
}

/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col
{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > *
{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > *
{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > *
{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.row-cols-4 > *
{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > *
{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > *
{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-auto
{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1
{
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-2
{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3
{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4
{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5
{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6
{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7
{
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8
{
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9
{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10
{
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11
{
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12
{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}*/

/* ----------- avatar main page ------------ */
.icbox
{
    text-align: center;
}
.icbox figure a
{
    text-decoration: none; /*text-transform: uppercase;*/
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s ease-in-out;
}
.icbox:hover figure a
{
    text-decoration: none; /*text-transform: uppercase;*/
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.icbox figure img
{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .3s ease-in-out;
}
.icbox:hover figure img
{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/*---size M---*/
.m_bsize
{
    min-height: 250px;
    min-width: 190px;
}
.m_bsize .lbox
{
    max-width: 180px;
    margin: auto;
}
.m_bsize figure a
{
    font-size: 18px; /*line-height: 24px;*/
}
.m_bsize figure img
{
    width: 151px;
    height: 151px;
    border-style: solid;
    border-width: 8px;
}
/*---size S---*/
.s_bsize
{
    min-height: 210px;
    min-width: 150px;
}
.s_bsize .lbox
{
    max-width: 140px;
    margin: auto;
}
.s_bsize figure a
{
    font-size: 14px; /*line-height: 20px;*/
}
.s_bsize figure img
{
    width: 100px;
    height: 100px;
}

/*---img border---*/
.icborder figure img
{
    border-style: solid;
    border-width: 5px;
}
.icborder:hover figure img
{
    border-style: solid;
    border-width: 5px;
}

/*---avatar link color---*/
.lc_Orange figure a
{
    color: #333;
}
.lc_Orange:hover figure a
{
    color: #FF9966;
}
.lc_Orange figure img
{
    border-color: #FFC6B7;
}
.lc_Orange:hover figure img
{
    border-color: #FF9966;
}

.lc_Green figure a
{
    color: #333;
}
.lc_Green:hover figure a
{
    color: #00DD8F;
}
.lc_Green figure img
{
    border-color: #00E795;
}
.lc_Green:hover figure img
{
    border-color: #00DD8F;
}

.lc_Blue figure a
{
    color: #29A0C4;
}
.lc_Blue:hover figure a
{
    color: #FF9933;
}
.lc_Blue figure img
{
    border-color: #D8EDFE; /*background-color: #6b99d4;*/
}

.lc_LightG figure a
{
    color: #244825;
}
.lc_LightG:hover figure a
{
    color: #009900;
}
.lc_LightG figure img
{
    border-color: #E0EBD5;
    background-color: #C4D9B0;
}

.lc_Purple figure a
{
    color: #82027E;
}
.lc_Purple:hover figure a
{
    color: #FF9966;
}
.lc_Purple figure img
{
    border-color: #BF40BF;
}
.lc_Purple:hover figure img
{
    border-color: #82027E;
}

/*-------------*/
.rotate90
{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate180
{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate270
{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

/*------------------*/
.arrow-container
{
    margin: 0 auto;
    position: relative;
    bottom: 10px;
    left: 0;
}

.arrow-1
{
    /*background: #00BCD4;*/
    opacity: 0.5;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
}

.arrow-2
{
    /*background: #00BCD4;*/
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
    /*background: none;
    border: none;*/
    cursor: pointer;
    outline: none !important;
}

.arrow-2:before
{
    content: "";
    border: 2px solid #FFF;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    top: 4px;
    left: 4px;
}

.arrow-2 i.fa
{
    font-family: 'Prompt' , sans-serif;
    font-weight: 300;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #FFF;
}

.bb_logsize
{
    width: 150px;
    height: 90px;
}
.bb_logsize .arrow-1
{
    width: 150px;
    height: 90px;
}
.bb_logsize .arrow-2
{
    width: 110px;
    height: 50px;
}
.bb_logsize .arrow-2:before
{
    width: 102px;
    height: 42px;
}

.bb_regsize
{
    width: 170px;
    height: 90px;
}
.bb_regsize .arrow-1
{
    width: 170px;
    height: 90px;
}
.bb_regsize .arrow-2
{
    width: 130px;
    height: 50px;
}
.bb_regsize .arrow-2:before
{
    width: 122px;
    height: 42px;
}

.bb_lblue
{
    background-color: #000957;
}
.bb_dgold
{
    background-color: #C7993C;
}

/* Custom Animate.css */

.animated.hinge
{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn
{
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}