@import url('font-awesome.css');
@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.eot');
    /* IE9 Compat Modes */
    src: url('fonts/Poppins-Light.eot?#iefix') format('Poppins-Light'), /* IE6-IE8 */
    url('fonts/Poppins-Light.woff') format('woff'), url('fonts/Poppins-Light.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/Poppins-Light.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothicbold.eot');
    /* IE9 Compat Modes */
    src: url('fonts/CenturyGothicbold.eot?#iefix') format('CenturyGothicbold'), /* IE6-IE8 */
    url('fonts/CenturyGothicbold.woff') format('woff'), url('fonts/CenturyGothicbold.woff2') format('woff2'), /* Modern Browsers */
    url('fonts/CenturyGothicbold.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/CenturyGothicbold.svg#CenturyGothicbold') format('svg');
    /* Legacy iOS */
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover {
    transition: color .3s;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins-Light', sans-serif;
    background-position: top center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-size-adjust: none;
    color: #444;
}

.clear {
    clear: both;
}

a {
    color: #f9c221;
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
}

.red {
    color: #ff0000;
}


/***==================== nav Css style begin========***/

.auto-header {
    max-width: 1200px;
    margin: 0 auto;
}

.nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    /*margin-top:30px;*/
}

.logo {
    width: auto;
    height: 60px;
    float: left;
    border: 0px;
    margin: 10px 0;
}

.fixed {
    position: fixed;
    z-index: 999;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    background-color: #363636;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .auto-header {
        max-width: 98%;
        margin: 0 auto;
    }
    .nav {
        position: fixed;
        z-index: 9999;
        width: 100%;
        /*margin-top:30px;*/
    }
    .logo {
        width: auto;
        height: 60px;
        float: left;
        border: 0px;
        margin: 10px 0;
    }
    .fixed {
        position: relative;
        z-index: 999;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        background-color: #363636;
    }
}

@media (max-width: 768px) {
    .search_box,
    .logo-hr {
        display: none;
    }
    .auto-header {
        max-width: 100%;
        margin: 0 auto;
    }
    .nav {
        /*position:relative; */
        z-index: 9999;
        width: 100%;
        background: #092767;
    }
    .logo {
        width: auto;
        height: 60px;
        border: 0px;
        margin: 0;
    }
    .fixed {
        position: relative;
        z-index: 999;
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        background-color: #363636;
    }
}

#cssmenu {
    font-family: 'Poppins-Light', sans-serif;
    margin-top: 10px;
    float: right;
    font-size: 18px;
    font-weight: 700;
}

#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 199;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
}

#cssmenu>ul>li {
    float: left;
}

#cssmenu.align-center>ul {
    font-size: 0;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu>ul>li>a {
    padding: 20px 15px;
    text-decoration: none;
    color: #FFF;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu>ul>li.active>a {
    color: #092767;
}

#cssmenu>ul>li:hover>a {
    color: #092767;
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 25px;
}

#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 28px;
    right: 12px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #000000;
    border-right: 2px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-color: #FFF;
}

#cssmenu>ul>li.has-sub:hover>a::after {
    border-color: #092767;
}

#cssmenu>ul>li.has-sub.active>a::after {
    border-color: #092767;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover>ul {
    left: auto;
}

#cssmenu.align-right li:hover>ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
    height: auto;
    background: #f6f6f6;
}

#cssmenu ul ul li a {
    padding: 10px 0 10px 20px;
    width: 280px;
    line-height: 22px;
    text-decoration: none;
    color: #444;
    font-size: 14px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #FFF;
    background: #9faab4;
}

#cssmenu ul ul li.has-sub>a::after {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    border-color: #444;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover>a::after {
    border-color: #fff;
}

@media all and (max-width: 768px)
/*, 
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), 
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px)*/

{
    #cssmenu {
        width: 100%;
        background: #444;
        margin: 0;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
    }
    #cssmenu.align-center>ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(120, 120, 120, 0.15);
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        color: #FFF;
    }
    #cssmenu>ul>li,
    #cssmenu.align-center>ul>li,
    #cssmenu.align-right>ul>li {
        float: none;
        display: block;
    }
    #cssmenu ul ul li a {
        padding: 16px 20px 16px 30px;
        font-size: 16px;
        color: #fff;
        background: #666;
    }
    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li a:hover {
        color: #f97425;
        border: 0;
    }
    #cssmenu ul ul ul li a {
        padding-left: 40px;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
    }
    #cssmenu>ul>li.has-sub>a::after,
    #cssmenu ul ul li.has-sub>a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        /*text-transform: uppercase;*/
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 299;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
}


/***==================== nav Css style end========***/


/***==================== Banner Css style begin========***/

.banner {
    position: relative;
    width: 100%;
    height: 660px;
    background-color: #e6e6e6;
    overflow: hidden;
}

.banner ul.flicks {
    width: 10000%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.banner ul.flicks>li {
    float: left;
    width: 1%;
    height: 100%;
    background-position: center;
    background-size: cover;
    display: table;
}

.banner ul.flicks>li .flick-inner {
    height: 100%;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.banner ul.flicks>li .flick-inner .flick-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.banner ul.flicks>li .flick-inner .flick-content h1 {
    color: #fff;
    text-align: center;
    font-size: 50px;
    width: 100%;
    margin: 0;
    font-weight: bolder;
}

.banner ul.flicks>li .flick-inner .flick-content p {
    color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 22px;
    width: 100%;
}

.banner-page .btn {
    padding: 0.2em 1.2em;
    clear: both;
    color: #FFF;
    background-color: #092767;
    text-decoration: none;
    border-radius: 4px;
    font-size: 24px;
    display: inline-block;
    transition: background-color .3s;
}

.text-center {
    text-align: center
}

.banner-page .btn:hover {
    color: #FFF;
    background: #2772a0;
}

.banner .arrow-navigation {
    position: absolute;
    height: 80%;
    width: 5%;
    top: 10%;
    z-index: 100;
    overflow: hidden;
    display: none;
}

.banner .arrow-navigation .arrow {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.banner .arrow-navigation:hover,
.banner .arrow-navigation .arrow:hover {
    cursor: pointer;
}

.banner .arrow-navigation.left {
    left: 0%;
}

.banner .arrow-navigation.left .arrow {
    opacity: 0;
    margin: 0px 0px 0px 50%;
    background-image: url("../images/arrow-left-light.png");
    background-repeat: no-repeat;
    background-position: left
}

.banner .arrow-navigation.right {
    right: 0%
}

.banner .arrow-navigation.right .arrow {
    opacity: 0;
    margin: 0px 0px 0px -50%;
    background-image: url("../images/arrow-right-light.png");
    background-repeat: no-repeat;
    background-position: right
}

.banner .arrow-navigation.left.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 0px;
}

.banner .arrow-navigation.right.hover .arrow {
    opacity: 1;
    margin: 0px 0px 0px 0px;
}

.banner.animate-transform-slide ul.flicks {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
    -webkit-transition: -webkit-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s
}

.banner.animate-transition-slide ul.flicks {
    position: relative;
    left: 0%;
    -webkit-transition: left 0.4s ease-out;
    -moz-transition: left 0.4s ease-out;
    -o-transition: left 0.4s ease-out;
    -ms-transition: left 0.4s ease-out;
    transition: left 0.4s ease-out
}

.banner .dot-navigation {
    position: absolute;
    display: none;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.banner .dot-navigation ul {
    text-align: center;
    list-style: none;
    padding: 0px 15px;
}

.banner .dot-navigation ul li {
    display: inline-block;
    float: none
}

.banner .dot-navigation .dot {
    width: 14px;
    height: 14px;
    margin: 0px 6px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out
}

.banner .dot-navigation .dot:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.6);
}

.banner .dot-navigation .dot.active {
    background-color: #94ae44;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .banner {
        top: 0;
        height: 600px;
    }
    .banner ul.flicks>li .flick-inner .flick-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .banner ul.flicks>li .flick-inner .flick-content h1 {
        color: #fff;
        text-align: center;
        font-size: 36px;
        width: 100%;
        font-family: Century Gothic;
    }
    .banner ul.flicks>li .flick-inner .flick-content p {
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .banner {
        top: 0;
        height: 400px;
    }
    .banner ul.flicks>li .flick-inner .flick-content {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .banner ul.flicks>li .flick-inner .flick-content h1 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        width: 100%;
        font-family: Century Gothic;
    }
    .banner ul.flicks>li .flick-inner .flick-content p {
        color: #fff;
        line-height: 30px;
        text-align: center;
        font-size: 18px;
        width: 100%;
    }
}


/***==================== Banner Css style end========***/


/***==================== Table Css style begin========***/

table {
    border-collapse: collapse;
    margin: 1.25em 0 0;
    width: 100%;
    border: 1px solid #ddd;
}

table tr,
table th,
table td {
    border: none;
    border-bottom: 1px solid #fff;
    font-size: .875rem;
}

table th,
table td {
    padding: 10px 12px;
    text-align: left;
}

table th {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

table tr td {
    background: none;
    color: #fff;
}

table tr td a {
    color: #2b2b2c;
    text-decoration: none;
}

table tr:nth-of-type(2n+2) td {
    background: rgba(255, 255, 255, 0.1);
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    font-size: .875rem;
    padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    padding: 10px;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
    padding-top: 10px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
}

table.bt thead,
table.bt tbody th {
    display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    border: none;
    display: block;
    vertical-align: top;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 30%;
    display: inline-block;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
    display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    vertical-align: top;
    width: 55%;
    display: inline-block;
    padding-top: 10px;
}

.inquiry_btn {
    padding: 0.3em 0.8em;
    clear: both;
    color: #000;
    background-color: #f9c221;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
}

.inquiry_btn:hover {
    color: #000;
    transition: background-color .3s;
    opacity: 0.9;
}


/***==================== Table Css style end========***/


/***====================right_nav begin====================***/

.right_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 60px 0 60px 0;
    background: #f6f6f6;
    margin: 30px 0;
    font-weight: 600;
}


/*right nav css*/

.list_dl h1 {
    font-size: 18px;
    color: #555;
    font-family: "Century Gothic";
    padding-top: 20px;
}

.list_dl h2 {
    font-size: 18px;
    color: #2b2b2c;
    font-weight: bold;
    padding-top: 10px;
}

.list_dt {
    color: #555;
    padding: 0 20px;
    line-height: 22px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.list_dt p {
    color: #555;
    font-size: 14px;
    padding: 5px 0;
}

.list_dt p a {
    color: #555;
    text-decoration: none;
}

.list_dt p a:hover {
    color: #2b2b2c;
}

.list_dt:hover ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

#open ._after {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f9c221;
}

.list_dt_icon {
    position: absolute;
    right: 10px;
    top: 12px;
    display: block;
    width: 16px;
    height: 16px;
    background: url("../images/off.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../images/open.png") no-repeat;
}

.list_dd {
    display: none;
}

.list_li {
    list-style-type: none;
    padding: 8px 0;
    line-height: 22px;
    font-size: 14px;
    padding-right: 10px;
}

.list_li a {
    color: #2b2b2c;
    text-decoration: none;
}

.list_li a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .right_nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 60px 0 60px 0;
        background: #f6f6f6;
        margin: 30px 0;
        font-weight: 600;
    }
    /*right nav css*/
    .list_dl h1 {
        font-size: 18px;
        color: #555;
        font-family: "Century Gothic";
        padding-top: 20px;
    }
    .list_dl h2 {
        font-size: 18px;
        color: #2b2b2c;
        font-weight: bold;
        padding-top: 10px;
    }
    .list_dt {
        color: #555;
        padding: 0 20px;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .list_dt p {
        color: #555;
        font-size: 14px;
        padding: 5px 0;
    }
    .list_dt p a {
        color: #555;
        text-decoration: none;
    }
    .list_dt p a:hover {
        color: #2b2b2c;
    }
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f9c221;
    }
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 12px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/off.png") no-repeat;
    }
    #open .list_dt_icon {
        background: url("../images/open.png") no-repeat;
    }
    .list_dd {
        display: none;
    }
    .list_li {
        list-style-type: none;
        padding: 8px 0;
        line-height: 22px;
        font-size: 14px;
    }
    .list_li a {
        color: #2b2b2c;
        text-decoration: none;
    }
    .list_li a:hover {
        color: #fff;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .right_nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 60px 0 60px 0;
        background: #f6f6f6;
        margin: 30px 0;
        font-weight: 600;
    }
    /*right nav css*/
    .list_dl h1 {
        font-size: 18px;
        color: #555;
        font-family: "Century Gothic";
        padding-top: 20px;
    }
    .list_dl h2 {
        font-size: 18px;
        color: #2b2b2c;
        font-weight: bold;
        padding-top: 10px;
    }
    .list_dt {
        color: #555;
        padding: 0 20px;
        line-height: 22px;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    .list_dt p {
        color: #555;
        font-size: 14px;
        padding: 5px 0;
    }
    .list_dt p a {
        color: #555;
        text-decoration: none;
    }
    .list_dt p a:hover {
        color: #2b2b2c;
    }
    .list_dt:hover ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    #open ._after {
        display: block;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #f9c221;
    }
    .list_dt_icon {
        position: absolute;
        right: 10px;
        top: 12px;
        display: block;
        width: 16px;
        height: 16px;
        background: url("../images/off.png") no-repeat;
    }
    #open .list_dt_icon {
        background: url("../images/open.png") no-repeat;
    }
    .list_dd {
        display: none;
    }
    .list_li {
        list-style-type: none;
        padding: 8px 0;
        line-height: 22px;
        font-size: 14px;
    }
    .list_li a {
        color: #2b2b2c;
        text-decoration: none;
    }
    .list_li a:hover {
        color: #fff;
        text-decoration: none;
    }
}


/***====================right_nav end====================***/


/*----bottom beign--------------*/

.contact_bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    background: #092767;
    background-size: cover;
}

.contact_bottom div.ft {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    margin: 15px 0;
}

.contact_container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 5em 0 30px 0;
    position: relative;
    font-size: 14px;
    height: auto;
    overflow: hidden;
}

.contact_item p {
    font-weight: bold;
    margin: 0;
}

.contact_item input {
    border: 1px #b0b2b3 solid;
    border-radius: 4px;
    line-height: 35px;
    width: 90%;
    margin: 10px 0;
    padding-left: 10px;
}

.contact_item .btn {
    padding: 0.5em 2em;
    clear: both;
    border-radius: 4px;
    color: #FFF;
    background-color: #092767;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.contact_item .btn:hover {
    color: #FFF;
    transition: background-color .3s;
    background: #2b6f99;
}

.contact_container a {
    color: #535759;
    text-decoration: none;
}

.contact_container a:hover {
    color: #1c447f
}

.contact_container ul li {
    margin-bottom: 15px;
}

.customer_bottom {
    padding-top: 45px;
}

.customer_bottom img {
    text-align: center;
}

.customer_bottom p {
    text-align: center;
    font-size: 14px;
}

@media (min-width: 1280px) {
    .contact_bottom .row div.col-md-3:last-child {
        padding-left: 60px;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {}

@media (max-width: 1400px) {
    .contact_container {
        width: 96%;
    }
}

.bottom_cop {
    width: 100%;
    padding: 20px 0 55px 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
}


/*----bottom end--------------*/


/*----page beign--------------*/

.pagenav {
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    margin-top: 20px;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.pagenav a {
    margin-left: 8px;
    color: #fff!important;
    text-decoration: none;
    border: 1px #d3d3d3 solid;
    padding: 2px 10px;
    border-radius: 5px;
}

.pagenav a:hover {
    color: #000!important;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px #fff solid;
}

.cpb {
    margin-right: 5px;
    font-weight: bold;
    padding: 0 10px;
}


/*----page end------------------*/


/*----page list div(ul) begin------*/

.pro_list {
    width: 98%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0;
}

.pro_list_title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.pro_list_title a {
    color: #2751a3;
    text-decoration: none;
}

.pro_list_title span {
    font-size: 14px;
    font-weight: normal;
}

.pro_inquriy_btn {
    float: right;
    display: inline-block;
    width: 200px;
}

.pro_inquriy_btn a {
    vertical-align: top;
    font-size: 14px;
    padding-left: 10px;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .pro_list {
        width: 98%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px #e6e6e6 solid;
        padding: 10px 0;
        margin: 5px 0;
    }
    .pro_list_title {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .pro_list_title a {
        color: #2751a3;
        text-decoration: none;
    }
    .pro_list_title span {
        font-size: 14px;
        font-weight: normal;
    }
    .pro_inquriy_btn {
        float: right;
        display: inline-block;
        width: 200px;
    }
    .pro_inquriy_btn a {
        vertical-align: top;
        font-size: 14px;
        padding-left: 10px;
    }
    .inquiry_btn {
        padding: 0.3em 0.8em;
        clear: both;
        color: #FFF;
        background-color: #94ae44;
        text-decoration: none;
        border-radius: 10px 0 10px 0;
        font-size: 14px;
        display: inline-block;
        float: right;
    }
    .inquiry_btn:hover {
        color: #FFF;
        transition: background-color .3s;
        border-radius: 10px 0 10px 0;
        background: #ff9900;
    }
}

@media (max-width: 768px) {
    .pro_list {
        width: 98%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px #e6e6e6 solid;
        padding: 10px 0;
        margin: 5px 0;
    }
    .pro_list_title {
        display: block;
        font-size: 18px;
        font-weight: bold;
    }
    .pro_list_title a {
        color: #2751a3;
        text-decoration: none;
    }
    .pro_list_title span {
        font-size: 14px;
        font-weight: normal;
    }
    .pro_inquriy_btn {
        float: left;
        display: inline-block;
        width: 100%;
        margin: 5px 0;
    }
    .pro_inquriy_btn a {
        vertical-align: top;
        font-size: 14px;
        padding-left: 10px;
    }
    .inquiry_btn {
        padding: 0.3em 0.8em;
        clear: both;
        color: #FFF;
        background-color: #94ae44;
        text-decoration: none;
        border-radius: 10px 0 10px 0;
        font-size: 14px;
        display: inline-block;
        float: right;
    }
    .inquiry_btn:hover {
        color: #FFF;
        transition: background-color .3s;
        border-radius: 10px 0 10px 0;
        background: #ff9900;
    }
}


/*----page list div(ul) end------*/


/*related begin*/

.related_title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.related_services li {
    width: 48%;
    display: inline-block;
    float: left;
    padding: 5px 0;
    font-size: 14px;
    background: url(../images/content.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: 0 10px;
}

.related_services li a {
    color: #f9c221;
    text-decoration: none;
}

.related_services li a:hover {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .related_title {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0;
    }
    .related_services li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        background: url(../images/content.png);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0 10px;
    }
    .related_services li a {
        text-decoration: none;
    }
    .related_services li a:hover {
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    .related_title {
        font-size: 18px;
        font-weight: bold;
        padding: 20px 0;
    }
    .related_services li {
        width: 100%;
        display: inline-block;
        float: left;
        padding: 5px 0;
        font-size: 14px;
        background: url(../images/content.png);
        background-repeat: no-repeat;
        padding-left: 20px;
        background-position: 0 10px;
    }
    .related_services li a {
        text-decoration: none;
    }
    .related_services li a:hover {
        text-decoration: none;
    }
}


/*related end*/

.pro_datesheets {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: 0;
}

.pro_datesheets a {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    vertical-align: top;
}

.pro_datesheets a:hover {
    color: #2b2b2c;
}


/*---------------services page ---------------*/

.services-container {
    position: static;
    max-width: 1200px;
    margin: 50px auto;
    color: #fff;
}

.services-container p {
    line-height: 30px;
    margin: 0;
    padding-bottom: 15px;
}

.services-container a {
    color: #f9c221;
    text-decoration: none;
}

.services-container h2 {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0
}

.services-container h3,
.services-container h4,
.services-container h5,
.services-container h6 {
    font-size: 16px;
    font-weight: bolder;
    margin-top: 0
}

.inpage_left {
    width: 800px;
    height: auto;
    overflow: hidden;
    display: inline-block;
}

.inpage_section_title {
    margin: 0 auto;
    text-align: left;
}

.inpage_section_title h1 {
    font-size: 28px;
}

.inpage_section_title hr {
    height: 4px;
    width: 70px;
    text-align: left;
    position: relative;
    background: #f9c221;
    margin: 0 auto;
    margin-bottom: 20px;
    border: 0;
    display: inline-block;
}

.ServiceShowPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
    color: #fff;
}

.ServiceShowPic img {
    margin: auto;
}

.ServiceShowleftPic {
    float: left;
    margin-right: 15px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.ServiceShowrightPic {
    float: right;
    margin-left: 15px;
    text-align: center;
    color: #fff;
    display: inline-block;
}

.ServiceShowPic,
.ServiceShowrightPic,
.ServiceShowleftPic {
    font-size: 0.75em;
    text-align: center;
    line-height: 1.7em !important;
}

.ServiceShowPic img,
.ServiceShowrightPic img,
.ServiceShowleftPic img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
}

.ullist {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.ollist {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.f-text-container ul,
.f-text-container ol {
    padding: 0px 0px 15px 19px;
    margin: 0px;
}

.f-text-container ul li {
    list-style: disc
}

.f-text-container ol li {
    list-style-type: decimal
}

.f-text-container ul li>ul>li {
    list-style-type: circle
}

.f-text-container ol li>ul>li {
    list-style-type: lower-latin
}

.ullist li {
    list-style: disc
}

.ollist li {
    list-style-type: decimal
}

.ullist li>ul>li {
    list-style-type: circle
}

.ollist li>ul>li {
    list-style-type: lower-latin
}

ul li>ul,
ul li>ul li>ul {
    padding-bottom: 0!important
}

.fa-disc::before {
    content: "●";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.fa-triangle::before {
    content: "▶";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
    font-size: 30%;
}

.fa-star::before {
    content: "★";
    font-style: normal;
    font-weight: normal;
    padding-right: 5px;
}

.triangle li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNy4zNjEgMTcuMzYxIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNy4zNjEgMTcuMzYxIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM1RjVGNUYiIHBvaW50cz0iMS45MjgsMTcuMzY1IDEuOTI4LDAuMSAxNS41ODQsOC43MzIgIi8+DQo8L3N2Zz4NCg==) !important;
}

.star li {
    list-style-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i5Zu+5bGCXzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTcuNCAxNy40IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxNy40IDE3LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM1RTVFNUU7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcuNCw2LjhsLTUuMiwzLjhsMS43LDYuM2wtNS4zLTMuN2wtNS4yLDMuN2wxLjktNi4yTDAsNi44aDYuNmwyLjEtNi4ybDIuMSw2LjJIMTcuNHoiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==)!important;
}

.disc li {
    list-style: disc !important;
}

.roman li {
    list-style: lower-roman !important;
}

.hollow-disc li {
    list-style-type: circle !important;
}

.decimal li {
    list-style: decimal !important;
}

.greek li {
    list-style: lower-greek !important;
}

.latin li {
    list-style: lower-latin !important;
}

.upper-latin li {
    list-style: upper-latin !important;
}

.Reference {
    padding-bottom: 0px;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #ccc !important;
}

.Referencemargin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0px !important;
}

.Referencemargin strong {
    font-size: 14px !important;
}

.Referencemargin li {
    padding-bottom: 8px !important;
}

.tablecontentshow {
    margin: auto auto 15px auto;
}

.tablecontentshow td {
    padding: 5px;
}

.tablecontentshow .servicetheadbg {
    background-color: #f9c221;
    color: #ffffff;
}

.services-container a {
    color: #f9c221;
    text-decoration: none;
}

.services-container a:hover {
    color: #f9c221;
    text-decoration: none;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .services-container {
        position: static;
        max-width: 95%;
        margin: 50px auto;
    }
    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px;
    }
    .services-container a {
        color: #f9c221;
        text-decoration: none;
    }
    .inpage_left {
        width: 60%;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }
    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left;
    }
    .inpage_section_title h1 {
        font-size: 28px;
    }
    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #f9c221;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block;
    }
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}

@media (max-width: 768px) {
    .services-container {
        position: static;
        max-width: 95%;
        margin: 50px auto;
    }
    .services-container p {
        line-height: 30px;
        margin: 0;
        padding-bottom: 20px;
    }
    .services-container a {
        color: #f9c221;
        text-decoration: none;
    }
    .inpage_left {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: inline-block;
    }
    .inpage_section_title {
        margin: 0 auto;
        font-family: "Century Gothic";
        text-align: left;
    }
    .inpage_section_title h1 {
        font-size: 28px;
    }
    .inpage_section_title hr {
        height: 4px;
        width: 70px;
        text-align: left;
        position: relative;
        background: #f9c221;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 0;
        display: inline-block;
    }
    .ServiceShowleftPic,
    .ServiceShowrightPic {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .ServiceShowleftPic img,
    .ServiceShowrightPic img {
        margin-bottom: 15px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
}


/*---------------services end ---------------*/


/*--------------search result begin--------------*/

.Searchresult li {
    padding-bottom: 5px !important;
}

.Searchnoresult {
    line-height: 30px;
    line-height: 22px;
    color: #888888;
    padding-right: 20px;
    padding-bottom: 20px;
}

.Searchnoresult table {
    border: 0 !important;
}

.Searchnoresult .iconarea {}

.Searchnoresult .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #ff0000;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
}

.Searchnoresult .tit {
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    display: block;
}

.Searchnoresult .iconarea .iconunit img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10;
}


/*--------------search result end--------------*/


/*--------------404 page begin--------------*/

.E404 img {
    display: block;
    max-width: 100%;
    height: auto;
}

.E404 {
    width: 510px;
    margin: 70px auto auto auto;
    border: 0px solid #ff0000;
}

.E404 .Etit {
    font-size: 25px;
    line-height: 35px;
    color: #525151;
}

.E404 .content {
    color: #767676;
}

.E404 a {
    color: #525151;
    text-decoration: none;
}

.E404 .btn {
    border: 1px solid #dddddd;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #efefef;
}

.E404 .btn:hover {
    background-color: #f9c221;
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .E404 {
        width: 90%;
        margin: 0px auto auto auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*--------------404 page end--------------*/


/*--------------second banner begin--------------*/

.products_bg {
    background: url(../images/products_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner_inpage {
    width: 100%;
    margin: 0 auto;
}

.auto-container {
    position: absolute;
}

.auto-container h1 {
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0;
    font-family: "Century Gothic";
}

.auto-container p {
    color: #FFF;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    text-align: center;
    line-height: 28px;
}

@media (min-width: 1280px) {
    .banner_inpage {
        min-height: 450px;
    }
    .auto-container {
        width: 50%;
        top: 15%;
        left: 25%;
    }
    .auto-container h1 {
        font-size: 42px;
    }
}

@media (min-width: 769px) and (max-width: 1279px) {
    .banner_inpage {
        min-height: 450px;
    }
    .auto-container {
        width: 60%;
        top: 15%;
        left: 25%;
    }
    .auto-container h1 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .banner_inpage {
        min-height: 300px;
    }
    .auto-container {
        width: 90%;
        top: 6%;
        left: 5%;
    }
    .auto-container h1 {
        font-size: 32px;
    }
}


/*--------------second banner end--------------*/


/*--------------Breadcrumb navigation begin--------------*/

.bread-crumb {
    position: relative;
    font-size: 15px;
}

.bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 13px;
    margin-right: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.bread-crumb li:last-child {
    margin-right: 0px;
}

.bread-crumb li:after {
    content: "\e602";
    font-family: 'mine';
    position: absolute;
    top: -2px;
    right: -22px;
    width: 10px;
    line-height: 26px;
    font-size: 10px;
    color: #b9c3ce;
    transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
}

.bread-crumb li:last-child:after {
    display: none;
}

.bread-crumb li a {
    color: #9faab4;
    font-weight: 400;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
}

.bread-crumb li a:hover {
    color: #435363;
}

.bread-crumb-top a,
.bread-crumb-top li {
    font-size: 18px;
    color: #fff!important;
}

.topd {
    position: relative;
    top: 50px;
}

@media (min-width: 1280px) {}

@media (min-width: 769px) and (max-width: 1279px) {}

@media (max-width: 768px) {}


/*--------------Breadcrumb navigation end--------------*/


/*-------------- icon begin--------------*/

.social-icon-two {
    list-style-type: none;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.social-icon-two li {
    margin-right: 12px;
    margin-left: 0px;
    float: left;
}

.social-icon-two li a {
    color: #fff;
    font-size: 22px;
}

.social-icon-two li a:hover {
    opacity: .8;
    color: #fff;
}

.social-icon-two li a span {
    border-radius: 100%;
    display: inline-block;
    padding: .2em;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 1.2
}

.social-icon-two li a span.fa-facebook {
    background: #3b5998;
}

.social-icon-two li a span.fa-twitter {
    background: #55acee;
}

.social-icon-two li a span.fa-linkedin {
    background: #007ab9;
}

.social-icon-two li a span.fa-blogger-b {
    background: #505050;
}

.social-icon-two li a span.fa-youtube-play {
    background: rgb(224, 45, 45);
}


/*-------------- icon end--------------*/


/*--------------contact us icon begin--------------*/

.list-style-two {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-style-two li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 0px!important;
    color: #fff;
    line-height: 28px;
    display: block;
}

.list-style-two li .icon {
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    color: #8a8a8a;
    font-size: 18px;
    line-height: 1em;
    text-align: center;
    ;
    border-radius: 100%;
    padding-top: 5px;
}

.list-style-two li a {
    color: #fff;
    text-decoration: none;
}

.list-style-two li .a_link {
    text-decoration: underline;
}

.list-style-two.cj li {
    color: #fff;
    padding-left: 20px;
}

.list-style-two.cj li a {
    color: #ffffff;
    text-decoration: none;
}

.list-normol {
    padding: 0;
}

.list-normol li {
    font-size: 16px;
    display: block;
}

.list-normol li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.list-normol li a:hover {
    color: #1c447f;
    font-weight: 600;
}


/*--------------contact us icon ens--------------*/

.btn {
    padding: .8em 1em;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
}

.btn:hover {
    opacity: 0.8;
}

.default-btn {
    background: #0d5af3;
    color: #fff;
}

.btn-block {
    display: block!important;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v2.0.0
 */


/* clearfix */

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* temporary fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-stage-outer.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-controls .owl-nav div,
.owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('owl-video-play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition-property: scale;
    transition-duration: 100ms;
    transition-timing-function: ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

.owl-loaded {
    display: block;
}

.owl-loading {
    opacity: 0;
    display: block;
}

.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#owl-box {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 2em;
    top: 50%;
    transform: rotate(180deg);
}

.owl-next {
    position: absolute;
    right: 2em;
    top: 50%;
}

.owl-prev .icon-go:before,
.owl-next .icon-go:before {
    font-size: 2em;
    color: rgba(0, 0, 0, 0.8);
}

.owl-box:hover .owl-prev,
.owl-box:hover .owl-next {
    display: none;
}


/* If mouseDrag:false then you are able to select text */

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel .owl-item img.owl-lazy {
    opacity: 0;
}

.owl-carousel .owl-item img {
    opacity: 1;
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 400ms;
    transition-timing-function: ease;
}


/* to do */

.owl-carousel .owl-stage.backfacefix .owl-item {
    -webkit-backface-visibility: hidden;
}

.owl-rtl {
    direction: rtl;
}

.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/* animate */

.animated {
    -webkit-animation-duration: 600ms;
    animation-duration: 600ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-animated-in {
    z-index: 0
}

.owl-animated-out {
    z-index: 1
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*--------------Inquiry begin------------*/

.Inquiry_container {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.Inquiry_container h1 {
    font-size: 36px;
    color: #f9c221;
    font-family: "Century Gothic";
}

.Inquiry_form ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0px;
    padding: 0px;
}

.Inquiry_form li {
    position: relative;
    width: 100%;
    display: inline-block;
}

.Inquiry_form label {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 10px 0;
    font-size: 14px;
}

.Inquiry_form input {
    height: 38px;
    width: 96%;
    background: #f0f0f0;
    border: 0;
    padding-left: 10px;
    outline: none;
    border-radius: 4px;
}

.Inquiry_form textarea {
    padding-left: 10px;
    width: 96%;
    background: #f0f0f0;
    border: 0;
    outline: none;
}

.Inquiry_form .submit {
    display: inline-block;
    text-align: center;
    padding: 1em 3em;
    clear: both;
    display: block;
    color: #000;
    text-decoration: none;
    background-color: #f9c221;
    border: 0px;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    font-weight: bold;
    margin-top: 10px;
}

.Inquiry_form .submit:hover {
    opacity: 0.9;
}

.Inquiry_form .Code {
    width: 50%;
}

.Inquiry_form textarea {
    font-family: 'Raleway', sans-serif;
    padding-top: 10px;
}

@media (min-width: 769px) and (max-width: 1279px) {
    .Inquiry_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }
    .Inquiry_container h1 {
        font-size: 36px;
        color: #f9c221;
        font-family: "Century Gothic";
    }
    .Inquiry_form ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }
    .Inquiry_form li {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .Inquiry_form label {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 0;
        font-size: 14px;
    }
    .Inquiry_form input {
        height: 38px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        padding-left: 10px;
        outline: none;
    }
    .Inquiry_form textarea {
        padding-left: 10px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        outline: none;
    }
    .Inquiry_form .Code {
        width: 50%;
    }
    .Inquiry_form textarea {
        font-family: 'Raleway', sans-serif;
        padding-top: 10px;
    }
}

@media (max-width: 768px) {
    .Inquiry_container {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }
    .Inquiry_container h1 {
        font-size: 36px;
        color: #f9c221;
        font-family: "Century Gothic";
    }
    .Inquiry_form ul {
        list-style-type: none;
        list-style-position: outside;
        margin: 0px;
        padding: 0px;
    }
    .Inquiry_form li {
        position: relative;
        width: 100%;
        display: inline-block;
    }
    .Inquiry_form label {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 0;
        font-size: 14px;
    }
    .Inquiry_form input {
        height: 38px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        padding-left: 10px;
        outline: none;
    }
    .Inquiry_form textarea {
        padding-left: 10px;
        width: 96%;
        background: #f0f0f0;
        border: 0;
        outline: none;
    }
    .Inquiry_form .Code {
        width: 50%;
    }
    .Inquiry_form textarea {
        font-family: 'Raleway', sans-serif;
        padding-top: 10px;
    }
}

.successinfo {
    line-height: 30px;
    line-height: 22px;
    color: #888888;
    padding-right: 20px;
    padding-bottom: 20px;
}

.successinfo table {
    border: 0 !important;
}

.successinfo .iconarea {}

.successinfo .iconarea .iconunit {
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #4CAF50;
    color: #ffffff;
    line-height: 40px;
    font-weight: bolder;
    font-size: 22px;
    position: relative;
    z-index: 9;
}

.successinfo .tit {
    font-size: 20px;
    font-weight: bold;
    color: #4CAF50;
    display: block;
}

.successinfo .iconarea .iconunit img {
    top: 10px;
    left: 5px;
    position: absolute;
    z-index: 10;
}

.Inquiry_success strong {
    display: inline-block;
    width: 22%;
}

.Inquiry_success li {
    padding-bottom: 5px;
    padding-top: 5px;
}


/*--------------Inquiry end------------*/


/* wow start */

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        -ms-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg);
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg);
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg);
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg);
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg);
    }
    100% {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px);
    }
    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95);
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: translateX(-20%) skewX(30deg);
        -ms-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%) skewX(-30deg);
        -ms-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(-200deg);
        -ms-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}


/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}


/* wow end */

.Inquiry_container hr {
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
}

.warning-tips {
    font-size: 14px;
    background: #ffd463;
    margin-top: 20px!important;
    border-radius: 2px;
    padding: 3px 10px!important;
    line-height: 1!important;
    margin-bottom: 20px!important;
    color: #743900
}

.warning-tips i {
    font-size: 18px;
    line-height: 1.5;
    margin-right: 10px;
    color: #ff6e0d;
    font-style: normal
}

.tooltip-box {
    position: relative;
}

.tooltip-box:hover .tooltip {
    display: block;
}

.tooltip-box .tooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(30, 30, 30, 1);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: wrap;
    width: 100%;
    font-size: 14px;
    text-align: left;
}

.tooltip-box .tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: rgba(30, 30, 30, 1) transparent transparent transparent;
    transform: translateX(-50%);
}

.tooltip-box .tooltip a {
    text-decoration: underline;
}