/*------------------------------------------------------------------
    Version: 1.0
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,900');

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/flaticon.css);
@import url(css/icomoon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: black;
    font-size: 15px;
       
    font-family: 'Roboto',sans-serif;
    line-height: 1.80857;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}
p{
        text-align: justify;
}
.stat_count{
    text-align: center!important;
}
.panel-title strong{
        color: #000;
}
body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

    .float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 3px;
    right: 75px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000;
}

.my-float{
    margin-top:16px;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    color: #867b7b;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

ul, li, ol{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*------------------------------------------------------------------
    Top head
-------------------------------------------------------------------*/

.top-bar{
    background: #393939;
}
.left-top{
    padding: 3px 0px; 
}
.email-box{
    display: inline-block;
    margin-right: 20px;
color: #ffffff;
}
.email-box a{
    color: #ffffff;
    font-size: 16px;
    color: #fff;
    
}
.email-box a:hover{
    color: #fd6802;
}
.email-box a i{
    padding: 0px 5px;
}
.phone-box{
    display: inline-block;
}

.phone-box a{
    color: #ffffff;
    font-size: 16px;
    font-family: monospace;

}
.phone-box a:hover{
    color: #fd6802;
}
.phone-box a i{
    padding: 0px 5px;
}

.social-box{
    float: right;
}

.social-box ul li{
    display: inline-block;
    padding-left: 2px;
}

.social-box ul li a{
    color: #ffffff;
    font-size: 20px;
}
.social-box ul li a:hover{
    color: #fd6802;
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}
.slid-page{
color: #fff;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.header_style_01 {
    background-color: rgba(255, 255, 255);
    display: block;
    left: 0;
    padding: 20px 40px !important;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    z-index: 111;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0px;

}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}

.header_style_01 .navbar-brand {
    padding: 2px 15px 0 15px;
    height: auto;
}

.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    color: #333333;
    padding: 15px 15px;
}
.header_style_01 .navbar-default .navbar-nav > li a:hover {
    color: #fff;
    
}

.header_style_01 .navbar-default .navbar-nav > li a.active{
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #f58220;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fd6802;
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.navbar-nav li {
    position: relative;
    padding: 5px;
    
}
.megamenu li a{
        font-size: 16px;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

/*------------------------------------------------------------------
    Banner Slider
-------------------------------------------------------------------*/

.slider-bg-one {
    background-image: url("uploads/slider1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bg-two {
    background-image: url("uploads/slider2.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bg-three {
    background-image: url("uploads/slider3.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bg-four {
    background-image: url("uploads/slider4.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-content-area {
    height: 100vh;
    position: relative;
}

.home-one-slider-otem .slider-content-area {
    height: 490px;
    position: relative;
}

.slide-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
    text-align: center;
}


.slide-text h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.slide-text h1 span{
    color: #f58220;
}
.slide-text p span{
    color: #f58220;
}
.slide-text h2 {
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}


.slider-wrapper .owl-nav .owl-prev, .slider-wrapper .owl-nav .owl-next {
    background: #393939;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease-in-out 0s;
    width: 60px;
    border-radius: 5px;
}

.slider-wrapper .owl-nav .owl-prev:hover, .slider-wrapper .owl-nav .owl-next:hover {
    background: #fd6802;
}

.slider-wrapper .owl-nav .owl-prev {
    margin-left: 0%;
    left: 0px;
    position: absolute;
}

.slider-wrapper .owl-nav .owl-prev i{
    position: absolute;
    left: 0px;
    right: 0;
    width: auto;
    height: auto;
        color: #ffffff;
}

.slider-wrapper .owl-nav .owl-next {
    margin-right: 0%;
    right: 0;
    position: absolute;
}

.slider-wrapper .owl-nav .owl-next i{
    position: absolute;
    right: 0;
    left: 0px;
    width: auto;
    height: auto;
    
    color: #ffffff;
}

.home-one-slider-otem::before{
    content: "";
    position: absolute;
    /*background: rgba(0,0,0, 0.7);*/
    width: 100%;
    height: 100%;
    top: 0%;
    left: 100%;
    z-index: 1
}


/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
    padding: 10px;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.first-section h2 {
    color: #ffffff;
    font-size: 68px;
    font-weight: 300;
    text-transform: capitalize;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
}

.first-section .lead {
    font-size: 21px;
    font-weight: 300;
    padding: 0 0 40px;
    margin: 0;
    line-height: inherit;
    color: #ffffff;
}

.macbookright {
    width: 980px;
    position: absolute;
    right: -15%;
    bottom: -6%;
}

.section-title {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.section-title p {
    color: #999;
    font-weight: 400;
    
    line-height: 33px;
    margin: 0;
    text-align: justify;
}

.section-title h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 62px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    border: outset #f58220;
    
     box-shadow: 0 20px 30px rgba(0,0,0,.19), 0 10px 10px rgba(0,0,0,.22);

}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
    color: #ffffff;
}

.service-widget{
    background: #ffffff;
}

.section.lb .service-dit h3{
    padding: 12px 0px;
}
.service-dit{
    padding: 20px 15px;
        text-align: justify;
}


/*------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 2px solid #fd6802 !important;
    color: #393939;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 35px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #fd6802;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px 0px 0px 0px;
}


/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 0.5;
}

.desc h3 i {
    color: #fd6802;
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc {
    padding: 30px;
    position: relative;
    background: #393939;
    border: 1px solid #393939;
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.testimonial h4 {
    font-size: 18px;
    color: #ffffff;
    padding: 13px 0 0;
}

.testimonial img {
    max-width: 55px;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}

.testimonial p:after {
    display: none;
}


/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

.pricing-table {
    margin: 50px 0 0 0;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table i {
    width: 30px;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ececec;
}

.pricing-table .btn-dark {
    padding: 10px 24px;
    font-size: 15px;
}

.pricing-table strong {
    font-weight: 600;
    margin-right: 6px;
    color: #1f1f1f;
}

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #ffffff;
}

.pricing-table-header h2 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pricing-table-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #aaaaaa;
    margin-top: 10px;
    text-transform: uppercase;
}

.pricing-table-space {
    height: 10px;
}

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    line-height: 30px;
    color: #c2c2c2;
    font-size: 16px;
}

.pricing-table-text p {
    font-weight: 400;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 30px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #c2c2c2;
}

.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
    color: #ffffff !important;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
}

.m130 {
    margin-top: 130px;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills > li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills > li > a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4;
}


/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #f58220;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}


/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 22px;
    color: #ffffff;
    padding: 20px 0 12px;
    margin: 0;
    font-weight: 600;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
    color: #867b7b;
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #f58220;
    
}

.message-box h2 {
    font-size: 28px;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}


.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    color: #999;
    padding-bottom: 0;
}

.post-media {
    position: relative;
}

.post-media img {
    width: 100%;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: #fd6802;
    position: absolute;
    color: #ffffff !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr.hr1 {
    position: relative;
    border: 1px dashed #f2f3f5;
}



.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}




/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.html") no-repeat;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.html") no-repeat;
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 500;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
    height:670px;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
        padding-left: 5px;
    padding-right: 5px;
}

#features li {
    display: table;
    width: 100%;
    margin: 64px 0;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #123456;
    border-radius: 25px 0px 25px 0px;
    transition: all 1s ease-in-out;
}

#features li:hover {
    transform: scale(1.07);
    transition: all 1s ease-in-out;
    z-index: 1000;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 25px 0px 25px 0px;
    font-size: 26px;
    color: #ffffff;
    background-color: #fd6802;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

.features-right li i:hover,
.features-left li i:hover {
    background: #000;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
    margin-top: 27px;
}

.features-left i {
    float: right;

}

.fl-inner {
    text-align: right;
    margin-right: 90px;
    margin-top: 27px;

}

#features h4 {
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}


/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}

.dropdown-menu > li > a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}


/*# sourceMappingURL=bootstrap-select.css.map */

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: #f2f3f5;
    padding: 40px 30px;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #000;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form textarea {
    color: #bcbcbc;
    padding: 20px 25px !important;
    height: 160px !important;
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}



/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover a h3 {
    color: #fff !important;
}

.cac a h3 {
    color: #999;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: !important;
}

.footer {
    padding: 90px 0 80px !important;
    color: #999;
    background-color: #393939;
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title small {
    color: #999;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #999;
    display: block;
}

.footer-links.hov a span{
    opacity: 0;
    transition: all 1s ease-in-out;
}

.footer-links.hov a:hover{
    padding-left: 15px;
}
.footer-links.hov a:hover span{
    opacity: 1;
    padding-left: 10px;
    transition: all 1s ease-in-out;
}

.footer-links a:hover,
.footer a:hover {
    color: #fd6802 !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0 !important;
}

.twitter-widget li i {
    border-right: 0 !important;
    margin-right: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 50px 60px;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-left {
    float: none;
    text-align: center;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 0;
}

.footer-distributed .footer-company-name a{
    color: #ffffff;
}

.footer-distributed .footer-company-name a:hover{
    color: #fd6802;
}


/* Footer right */

.footer-distributed .footer-right {
    float: none;
}


/* The search form */

.footer-distributed .widget-title p{
    padding-top: 40px;
}

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 100%;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}


/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #999;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999;
}


/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}


/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.dmtop:hover {
    background-color: #fd6802;
}

.icon_wrap {
    background-color: #123456
;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
        font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.stat-wrap p {
 font-size: 23px;
    color: #ffffff;
    margin: 0;
    font-weight: 700;
    padding: 10px 0 0;
   
}

/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.navbar-default .btn-light {
    padding: 0 20px;
    
    margin-left: 15px;
}

.nav-pills,
.effect-1:after,
.nav-pills > li > a,
.global-radius,
.btn-brd {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-light {
    
    font-size: 18px;
    
    color: #ffffff;
    background-color: #f58220;
}

.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
   
    color: rgba(255, 255, 255);
    background: #123456;
}


/*------------------------------------------------------------------
    inner Page CSS
-------------------------------------------------------------------*/

.fixed-menu .navbar-default{
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #ffffff;
    z-index: 0;
    transition: all 1s ease-in-out;
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fixed-menu .navbar-default {
    padding: 15px 0px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);
}


.banner-bg-1{
      background: url(uploads/Inside-Banner-Animated.gif);
    padding: 150px 1px;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: initial;
    z-index: 0;
}

.banner-bg-1::before{
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(34, 34, 34, 0.4);
}

.banner{
    position: relative;
}

.banner h2{
    color: #f1f1f1;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-left: 20px;
    position: relative;
    
}

element.style {
    bottom: 0;
    position: fixed;
    margin-bottom: 0 !important;
    z-index: 10;
}
.form-group{
    color:#000;
        
}
.min_height_43{
        display: contents;
}
@media (min-width: 992px){
.col-md-offset-9 {
    margin-left: -11%;
}
}
.form-group button{
        text-align: right;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
}
.banner h2::after {
    background: #fd6802;
    content: "";
    height: 35px;
    left: -15px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.page-title-link li{
    display: inline-block;
    position: relative;
}
.page-title-link li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-title-link li a:hover {
    color: #fd6802;
}
.page-title-link li::after {
    background: #fcbf02;
    bottom: 8px;
    content: "";
    height: 2px;
    margin-left: -1px;
    position: absolute;
    width: 10px;
}
.page-title-link li:last-child::after {
    content: "";
    width: 0;
    height: 0;
}


.about-item{
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    transition: all 1s ease-in-out;
    margin-bottom: 30px;
}
.about-icon{
    padding: 20px 0px;
    transition: all 1s ease-in-out;
}
.about-icon span{
    font-size: 48px;
    color: #393939;
}

.about-text h3{
    font-size: 22px;
    font-weight: 600;
    padding: 10px 0px;
}
.about-text h3 a{
    color: #393939;
}
.about-text h3 a:hover{
    color: #fd6802;
}

.about-item:hover .about-icon{
    transform: rotate(-360deg);
    transition: all 1s ease-in-out;
}

.about-item:hover .about-icon span{
    color: #fd6802;
    transition: all 1s ease-in-out;
}



.portfolio-filter ul li .btn-dark.active{
    background: #fcbf02;
    color: #ffffff;
}


#test-box .testimonial h3{
    color: #ffffff;
}

#test-box .testimonial h4{
    color: #393939;
}



:root{
    --pricingTable-yellow: #fd6802;
    --pricingTable-purple: #fd6802;
    --pricingTable-blue: #fd6802;
}

.pricingTable{
    padding-bottom: 10px;
    background: #fff;
    border-bottom: 15px solid var(--pricingTable-yellow);
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.pricingTable:hover{
    cursor: pointer;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.1);
    transform: scale(1.04);
}
.pricingTable:before{
    content: "";
    width: 100%;
    height: 350px;
    background: var(--pricingTable-yellow);
    position: absolute;
    top: -150px;
    left: 0;
    transform: skewY(-20deg);
}
.pricingTable .pricingTable-header{
    padding: 20px 20px 60px;
    text-align: left;
    position: relative;
}
.pricingTable .title{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.pricingTable .sub-title{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.pricingTable .year{
    width: 80px;
    height: 55px;
    background: #fff;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    color: var(--pricingTable-yellow);
    text-align: center;
    position: absolute;
    top: 30px;
    right: 20px;
    z-index: 1;
}
.pricingTable .year:before,
.pricingTable .year:after{
    content: "";
    width: 57px;
    height: 57px;
    background: #fff;
    position: absolute;
    top: -28px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .year:after{
    top: auto;
    bottom: -28px;
}
.pricingTable .price-value{
    display: inline-block;
    width: 170px;
    height: 110px;
    padding: 15px;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    position: relative;
}
.pricingTable .price-value:before,
.pricingTable .price-value:after{
    content: "";
    width: 121px;
    height: 121px;
    border: 3px solid var(--pricingTable-yellow);
    border-right: none;
    border-bottom: none;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .price-value:after{
    border-top: none;
    border-left: none;
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-right: 3px solid var(--pricingTable-yellow);
    top: auto;
    bottom: -60px;
}
.pricingTable .value{
    width: 100%;
    height: 100%;
    background: #fff;
    border: 2px solid var(--pricingTable-yellow);
    border-top: none;
    border-bottom: none;
    color: var(--pricingTable-yellow);
    z-index: 1;
    position: relative;
}
.pricingTable .value:before,
.pricingTable .value:after{
    content: "";
    width: 97px;
    height: 97px;
    background: #fff;
    border: 3px solid var(--pricingTable-yellow);
    border-bottom: none;
    border-right: none;
    position: absolute;
    top: -48px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) scaleY(0.5) rotate(45deg);
}
.pricingTable .value:after{
    border-right: 3px solid var(--pricingTable-yellow);
    border-bottom: 3px solid var(--pricingTable-yellow);
    border-top: none;
    border-left: none;
    top: auto;
    bottom: -48px;
}
.pricingTable .currency{
    display: inline-block;
    font-size: 30px;
    margin-top: 7px;
    vertical-align: top;
}
.pricingTable .amount{
    display: inline-block;
    font-size: 40px;
    font-weight: 600;
    line-height: 65px;
}
.pricingTable .amount span{
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    vertical-align: top;
    margin-top: -7px;
}
.pricingTable .month{
    display: block;
    font-size: 16px;
    line-height: 0;
}
.pricingTable .pricing-content{
    padding: 50px 0 0 80px;
    margin-bottom: 20px;
    list-style: none;
    text-align: left;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricing-content li{
    padding: 7px 0;
    font-size: 16px;
    color: #808080;
    position: relative;
}
.pricingTable .pricing-content li:before,
.pricingTable .pricing-content li.disable:before{
    content: "\e963";
    font-family: 'IcoMoon-Free';
    font-weight: 900;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #98c458;
    text-align: center;
    color: #fff;
    position: absolute;
    left: -50px;
}
.pricingTable .pricing-content li.disable:before{
    content: "\e95f";
    background: #fe6c6c;
}
.pricingTable .pricingTable-signup{
    display: inline-block;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    font-weight: 700;
    color: var(--pricingTable-yellow);
    text-transform: capitalize;
    border: 2px solid var(--pricingTable-yellow);
    margin: 0 auto 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
    background: var(--pricingTable-yellow);
    color: #fff;
}
.pricingTable.purple{ border-bottom-color: var(--pricingTable-purple); }
.pricingTable.purple:before{ background: var(--pricingTable-purple); }
.pricingTable.purple .year{ color: var(--pricingTable-purple); }
.pricingTable.purple .price-value{
    border-left-color: var(--pricingTable-purple);
    border-right-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:before{
    border-left-color: var(--pricingTable-purple);
    border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .price-value:after{
    border-right-color: var(--pricingTable-purple);
    border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .value{
    border-left-color: var(--pricingTable-purple);
    border-right-color: var(--pricingTable-purple);
    color: var(--pricingTable-purple);
}
.pricingTable.purple .value:before{
    border-left-color: var(--pricingTable-purple);
    border-top-color: var(--pricingTable-purple);
}
.pricingTable.purple .value:after{
    border-right-color: var(--pricingTable-purple);
    border-bottom-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup{
    color: var(--pricingTable-purple);
    border-color: var(--pricingTable-purple);
}
.pricingTable.purple .pricingTable-signup:hover{
    color: #fff;
    background: var(--pricingTable-purple);
}
.pricingTable.blue{ border-bottom-color: var(--pricingTable-blue); }
.pricingTable.blue:before{ background: var(--pricingTable-blue); }
.pricingTable.blue .year{ color: var(--pricingTable-blue); }
.pricingTable.blue .price-value{
    border-left-color: var(--pricingTable-blue);
    border-right-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:before{
    border-left-color: var(--pricingTable-blue);
    border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .price-value:after{
    border-right-color: var(--pricingTable-blue);
    border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .value{
    border-left-color: var(--pricingTable-blue);
    border-right-color: var(--pricingTable-blue);
    color: var(--pricingTable-blue);
}
.pricingTable.blue .value:before{
    border-left-color: var(--pricingTable-blue);
    border-top-color: var(--pricingTable-blue);
}
.pricingTable.blue .value:after{
    border-right-color: var(--pricingTable-blue);
    border-bottom-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup{
    color: var(--pricingTable-blue);
    border-color: var(--pricingTable-blue);
}
.pricingTable.blue .pricingTable-signup:hover{
    color: #fff;
    background: var(--pricingTable-blue);
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
@media only screen and (max-width: 767px){
    .pricingTable:before{ transform: skewY(-15deg); }
    .pricingTable .title{ font-size: 22px; }
}




.pd-add{
    padding: 70px 0px;
}

 .address-item {
    
    margin: 0 11px;
    padding: 0px 15px;
   
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);

}

.address-icon{
    padding: 15px 0px;
}
.address-icon i{
    font-size: 38px;
    color: #393939;
}

.address-item h3{
    font-size: 28px;
    font-weight: 600;
    color: #fd6802;
}


.dmtop.show {
    bottom: 10px;
}


.headbtn ul li{
    float: left;
    padding: 2px;
    margin-top: 1px;

}
/* ==============rajeev css  ===========*/
.im-checkout-btn.btn--default{
    opacity: unset !important;
}
    .SignUp a{
    padding: 5px;
    margin: 0px;
    text-align: center;
    }
  .bulk-five-box ul li ul {
    float: left;
  }
  .blocks{
    width: 20%;
  }
  .bulk-five-box{
    margin-left: 5px;
  }
  .wb{
    padding: 30px !important;
  }
  .blocks:hover{
  background-color: #f1f1f1;
    color: #123456;
    padding: 5px;
   
  }
  .blocks a{
    color: #f58220!important;
  }
  @charset "UTF-8";


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    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 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
    -webkit-transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) 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 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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



.background-opacity {
    position: relative
}

.background-opacity:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(10, 15, 28, 0.5)
}

.background-opacity-2 {
    position: relative
}

.background-opacity-2:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6)
}

.section-padding {
    padding: 30px 0
}

.group-title-index {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 2;
    color: #49575f
}

.group-title-index .top-title {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 16px
}

.group-title-index .center-title {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
}

.group-title-index .bottom-title {
    position: relative;
    display: inline-block
}

.group-title-index .bottom-title .bottom-icon {
    margin: 0 auto;
    font-size: 26px;
    color: #123456
}

.group-title-index .bottom-title:after, .group-title-index .bottom-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 2px;
    background-color: #123456;
    top: 50%;
    margin-top: -5px
}

.group-title-index .bottom-title:after {
    left: -32px
}

.group-title-index .bottom-title:before {
    right: -32px
}

.group-btn-slider .btn-prev, .group-btn-slider .btn-next {
    position: absolute;
    font-size: 24px;
    border: 2px solid;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    opacity: 0.3;
    top: 50%;
    margin-top: -25px;
    padding: 0;
    transition: all 0.3s linear;
    cursor: pointer;
    z-index: 10
}

.group-btn-slider .btn-prev:hover, .group-btn-slider .btn-next:hover {
    opacity: 1
}

.group-btn-slider .btn-prev {
    left: 3%
}

.group-btn-slider .btn-next {
    right: 3%
}

.info .item {
    text-transform: capitalize;
    display: inline-block
}

.info .item a {
    color: #49575f
}

.info .item a:hover {
    color: #123456
}

.info .item:after {
    content: '|';
    margin: 0 5px;
    color: #bfc9ce
}

.info .item:last-child {
    margin: 0
}

.info .item:last-child:after {
    display: none
}

.info-more .item {
    display: inline-block;
    margin-right: 12px;
    color: #49575f
}

.info-more .item:last-child {
    margin-right: 0
}

.info-more .item i, .info-more .item p {
    display: inline-block;
    margin-bottom: 0
}

.info-more .item i {
    margin-right: 5px
}

.star-rating {
    position: relative;
    display: block;
    float: left;
    line-height: 1;
    width: 65px;
    height: 1em;
    overflow: hidden
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #e2cf00
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome
}

.star-rating span.width-10 {
    width: 10%
}

.star-rating span.width-20 {
    width: 20%
}

.star-rating span.width-30 {
    width: 30%
}

.star-rating span.width-40 {
    width: 40%
}

.star-rating span.width-50 {
    width: 50%
}

.star-rating span.width-60 {
    width: 60%
}

.star-rating span.width-70 {
    width: 70%
}

.star-rating span.width-80 {
    width: 80%
}

.star-rating span.width-90 {
    width: 90%
}

.star-rating span.width-100 {
    width: 100%
}

.stars {
    margin-bottom: 0
}

.stars a.star-1, .stars a.star-2, .stars a.star-3, .stars a.star-4, .stars a.star-5 {
    width: 2em;
    position: relative;
    display: inline-block;
    text-indent: -999px;
    margin-right: 1em;
    border-right: 1px solid #EEE
}

.stars a.star-1:before, .stars a.star-2:before, .stars a.star-3:before, .stars a.star-4:before, .stars a.star-5:before {
    content: "\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #e2cf00;
    float: left;
    overflow: hidden;
    text-indent: 0
}

.stars a.star-1.active:before, .stars a.star-1:hover:before {
    content: "\f005"
}

.stars a.star-2 {
    width: 3em
}

.stars a.star-2:before {
    content: "\f006\f006"
}

.stars a.star-2.active:before, .stars a.star-2:hover:before {
    content: "\f005\f005"
}

.stars a.star-3 {
    width: 4em
}

.stars a.star-3:before {
    content: "\f006\f006\f006"
}

.stars a.star-3.active:before, .stars a.star-3:hover:before {
    content: "\f005\f005\f005"
}

.stars a.star-4 {
    width: 5em
}

.stars a.star-4:before {
    content: "\f006\f006\f006\f006"
}

.stars a.star-4.active:before, .stars a.star-4:hover:before {
    content: "\f005\f005\f005\f005"
}

.stars a.star-5 {
    width: 6em;
    border-right: none;
    margin-right: 0
}

.stars a.star-5:before {
    content: "\f006\f006\f006\f006\f006"
}

.stars a.star-5.active:before, .stars a.star-5:hover:before {
    content: "\f005\f005\f005\f005\f005"
}

.top-content .result-output {
    display: inline-block;
    text-align: left;
    width: 100%
}

.top-content .result-output .result-count {
    color: #6f8190;
    margin: 0
}

.hind-tabs {
    margin-bottom: 40px;
    border: none;
    display: inline-block
}

.hind-tabs li {
    padding: 0 15px
}

.hind-tabs li .text {
    padding: 0 0 10px 0;
    line-height: 1;
    border: none;
    color: #49575f;
    text-transform: capitalize;
    position: relative;
    cursor: pointer
}

.hind-tabs li .text:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 2px;
    background-color: #123456;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease
}

.hind-tabs li .text:hover {
    background-color: transparent;
    border: none
}

.hind-tabs li .text:hover:after {
    width: 100%
}

.hind-tabs li.active .text {
    border: none;
    line-height: 1;
    color: #123456
}

.hind-tabs li.active .text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #123456;
    bottom: -2px;
    left: 0;
    transition: all 0.3s ease
}

.hind-tabs li.active .text:focus, .hind-tabs li.active .text:hover {
    border: none;
    color: #123456
}

.staff-item {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item.customize {
    background-color: #fafafa
}

.staff-item.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #f58220
;
    transition: all 0.5s ease
}

.staff-item .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item .staff-info .staff-avatar {
    display: block
}

.staff-item .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item .staff-info .staff-job {
    color: #123456;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item .staff-socials {
    text-align: center
}

.staff-item .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item .staff-name, .staff-item .staff-job, .staff-item .staff-socials a {
    transition: all 0.5s ease
}

.staff-item:hover {
    background-color: #123456
}

.staff-item:hover .staff-info .staff-avatar img {
    max-width: 90px;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-name {
    color: #fff;
    font-weight: bold
}

.staff-item:hover .staff-info .staff-job {
    color: #fff;
    margin-bottom: 10px
}

.staff-item:hover .staff-info .staff-desctiption {
    display: block
}

.staff-item:hover .staff-socials a {
    color: #a4abaf;
    background-color: #fff
}

.staff-item:hover .staff-socials a.facebook:hover {
    color: #3b5998
}

.staff-item:hover .staff-socials a.google:hover {
    color: #dc4e41
}

.staff-item:hover .staff-socials a.twitter:hover {
    color: #55acee
}

.staff-item:hover.customize:after {
    right: 0px
}

.staff-item:hover.customize .staff-desctiption {
    color: #fff
}

.staff-item2 {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2.customize {
    background-color: #fafafa
}

.staff-item2.customize:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 3px solid #eaedf5;
    transition: all 0.5s linear
}

.staff-item2.customize:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 100%;
    top: 0px;
    height: 3px;
    background-color: #f58220
;
    transition: all 0.5s ease
}

.staff-item2 .staff-item-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-info {
    text-align: center;
    overflow: hidden
}

.staff-item2 .staff-info .staff-avatar {
    display: block
}

.staff-item2 .staff-info .staff-avatar img {
    border-radius: 50%;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 15px;
    transition: all 0.8s ease
}

.staff-item2 .staff-info .staff-name {
    font-size: 18px;
    color: #49575f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.staff-item2 .staff-info .staff-job {
    color: #123456;
    text-transform: capitalize;
    margin-bottom: 25px
}

.staff-item2 .staff-info .staff-desctiption {
    display: none;
    text-align: justify;
    font-size: 13px;
    height: 72px;
    overflow: hidden;
    transition: all 0.8s ease
}

.staff-item2 .staff-socials {
    text-align: center
}

.staff-item2 .staff-socials a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #a4abaf;
    display: inline-block;
    color: #fff;
    transition: all .2s ease-in
}

.staff-item2 .staff-name, .staff-item2 .staff-job, .staff-item2 .staff-socials a {
    transition: all 0.5s ease
}

#back-top a {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #123456;
    background-color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #123456;
    transition: all .5s ease-in-out
}

#back-top a:hover {
    background-color: #123456;
    color: #fff
}

.nav-search {
    width: 320px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    bottom: -80px
}

.nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc
}

.nav-search form input[type='text'] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px
}

.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle
}

.nav-search form .searchbutton:hover {
    color: #123456
}

.pagination {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%
}

.pagination .pagination__list {
    list-style: none;
    padding: 0;
    margin: 0
}

.pagination .pagination__list li {
    display: inline-block;
    margin-right: 10px
}

.pagination .pagination__list li:last-child {
    margin-right: 0
}

.pagination .pagination__list .pagination__page {
    font-size: 14px
}

.pagination .pagination__list .pagination__previous, .pagination .pagination__list .pagination__next {
    position: relative;
    top: 1px;
    line-height: 36px
}

.pagination .pagination__list .btn-squae {
    background-color: #f58220
;
    color: #fff
}

.pagination .pagination__list .btn-squae:hover {
    background-color: #123456;
    color: #fff
}

.pagination .pagination__list .btn-squae.active {
    background-color: #123456;
    pointer-events: none
}

.btn-squae {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #123456;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}

.btn-squae:hover {
    background-color: #f58220
;
    color: #fff
}

.btn-squae.active {
    background-color: #f58220
;
    cursor: pointer
}

.btn-squae.disable {
    background-color: #ccc !important;
    pointer-events: none;
    color: #fff
}

header .header-topbar {
    background-color: #123456;
    width: 100%;
    color: #fff;
    line-height: 50px
}

header .header-topbar a, header .header-topbar span, header .header-topbar p {
    color: #fff;
    font-size: 14px;
    transition: all 0.2s ease
}

header .header-topbar a:hover, header .header-topbar span:hover, header .header-topbar p:hover {
    color: #ccc;
}

header .header-topbar .email, header .header-topbar .hotline {
    display: inline-block
}

header .header-topbar .email .topbar-icon, header .header-topbar .hotline .topbar-icon {
    color: #fff;
    margin-right: 10px;
    font-size: 16px
}

header .header-topbar .email {
    margin-right: 20px
}

header .header-topbar .socials, header .header-topbar .group-sign-in {
    display: inline-block;
    padding-top: 0
}

header .header-topbar .socials a {
    color: #a7abb3;
    padding: 0px 10px;
    width: auto;
    height: auto;
    background-color: transparent
}

header .header-topbar .socials a i {
    transition: all 0.3s ease
}

header .header-topbar .socials a:hover i {
    color: #123456
}

header .header-topbar .socials a:last-child {
    margin-right: 0
}

header .header-topbar .group-sign-in {
    margin-left: 70px;
    text-transform: capitalize
}

header .header-topbar .group-sign-in .login:after {
    content: '|';
    margin-right: 10px;
    padding-left: 10px;
    color: #fff !important
}

header .header-topbar.homepage-03 {
    background-color: #fff;
    color: #f58220
;
    border-bottom: 1px solid #e1e1e1;
    line-height: 65px;
    position: relative;
    z-index: 101
}

header .header-topbar.homepage-03 a, header .header-topbar.homepage-03 span, header .header-topbar.homepage-03 p {
    color: #f58220

}

header .header-topbar.homepage-03 a:hover, header .header-topbar.homepage-03 span:hover, header .header-topbar.homepage-03 p:hover {
    color: #123456
}

header .header-topbar.homepage-03 .logo-topbar img {
    margin: 15px auto;
    width: 150px
}

header .header-topbar.homepage-03 .group-sign-in .login:after {
    color: #f58220
 !important
}

header .header-main {
    width: 100%;
    background-color: #fff;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    transition: all .3s ease-in-out
}

header .header-main .logo {
    line-height: 100px
}

header .header-main .logo .header-logo img {
    max-width: 220px;
    width: 100%;
    transition: all .3s ease-in-out
}

header .header-main .navigation {
    position: relative
}

header .header-main .navigation .nav-links {
    position: relative
}

header .header-main .navigation .nav-links li .main-menu {
    line-height: 100px;
    padding: 0;
    margin: 0 15px;
    text-transform: uppercase;
    color: #f58220;
    font-weight:bold;
;
    position: relative;
    background-color: transparent;
    transition: all .3s ease-in-out
}

header .header-main .navigation .nav-links li .main-menu:after {
    position: absolute;
    content: '';
    width: 0;
    transition: all .3s ease-in-out
}

header .header-main .navigation .nav-links li .main-menu:focus {
    background-color: transparent
}

header .header-main .navigation .nav-links li.active .main-menu {
    border-bottom: 5px solid #f58220;
    color: #123456;
    font-weight: bold
}

header .header-main .navigation .nav-links li:hover .main-menu {
    background-color: transparent
}

header .header-main .navigation .nav-links li:hover .main-menu:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    height: 5px;
    background-color: #f58220;
    left: 0
}

header .header-main .navigation .nav-links li.button-search {
    cursor: pointer
}

header .header-main .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #123456
}

header .header-main .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none
}

header .header-main .navigation .icons-dropdown {
    margin-left: 5px
}

header .header-main .hind-dropdown-menu-1, header .header-main .hind-dropdown-menu-2 {
    top: 105px;
    min-width: 240px;
    border-radius: 0;
    border: none;
    padding-bottom: 0;
    border-bottom: 5px solid #f58220;
}

header .header-main .hind-dropdown-menu-1 li, header .header-main .hind-dropdown-menu-2 li {
    transition: all .3s ease-in-out
}

header .header-main .hind-dropdown-menu-1 li .link-page, header .header-main .hind-dropdown-menu-2 li .link-page {
    line-height: 40px;
    text-transform: capitalize;
    color: #f58220
;
    border: none;
    font-weight: normal
}

header .header-main .hind-dropdown-menu-1 li:hover, header .header-main .hind-dropdown-menu-2 li:hover {
    background-color: #f5f5f5
}

header .header-main .hind-dropdown-menu-2 {
    top: 0;
    margin-top: 0;
    padding-top: 0
}

header .header-main .hind-dropdown-menu-2.left {
    left: 100%;
    right: auto
}

header .header-main .hind-dropdown-menu-2.right {
    right: 100%;
    left: auto
}

header .header-main.header-fixed {
    position: fixed;
    top: 0;
    transition: all .6s ease-in-out
}

header .header-main.header-fixed .logo {
    line-height: 50px
}

header .header-main.header-fixed .logo .header-logo img {
    
    width: 75%; height:100%;
    transition: all .3s ease-in-out
}

header .header-main.header-fixed .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.header-fixed .hind-dropdown-menu-1 {
    top: 55px
}

header .header-main.hide-menu {
    top: -66px !important
}

header .header-main.homepage-03 .logo {
    display: none
}

header .header-main.homepage-03 .navigation {
    text-align: center
}

header .header-main.homepage-03 .navigation .nav-links {
    display: table;
    float: none;
    margin: 0 auto
}

header .header-main.homepage-03 .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.homepage-03 .navigation .nav-links li:hover .main-menu {
    background-color: transparent
}

header .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu {
    background-color: transparent;
    color: #123456
}

header .header-main.homepage-03 .navigation .nav-links li.button-search:hover .main-menu:after {
    display: none
}

header .header-main.homepage-03 .hind-dropdown-menu-1 {
    top: 55px
}

header .header-main.homepage-03.header-fixed {
    position: fixed;
    top: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    transition: all .3s ease-in-out
}

header .header-main.homepage-03.header-fixed .logo {
    display: block;
    line-height: 50px;
    float: left;
    position: relative;
    z-index: 10
}

header .header-main.homepage-03.header-fixed .logo .header-logo img {
    max-width: 125px;
    width: 100%;
    transition: all .3s ease-in-out
}

header .header-main.homepage-03.header-fixed .navigation .nav-links {
    float: right
}

header .header-main.homepage-03.header-fixed .navigation .nav-links li .main-menu:after {
    display: block
}

header .header-main.homepage-03.header-fixed .navigation .nav-links li.active .main-menu {
    border-bottom: 5px solid #123456
}

header .header-main.homepage-03.header-fixed .hind-dropdown-menu-1 {
    top: 55px
}

header .header-main.homepage-02 {
    display: none;
    transition: all .5s ease-in-out
}

header .header-main.homepage-02 .logo {
    line-height: 50px
}

header .header-main.homepage-02 .logo .header-logo img {
    max-width: 125px;
    width: 100%
}

header .header-main.homepage-02 .navigation .nav-links li .main-menu {
    line-height: 50px
}

header .header-main.homepage-02.header-fixed {
    position: fixed;
    top: 0;
    display: block;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

header .header-main.homepage-02 .hind-dropdown-menu-1 li .link-page {
    line-height: 40px !important;
}
.header .scroll-nav {
    overflow-y: scroll !important;
}

footer {
    width: 100%;
}

.footer-top {
    background-color: #123456;
    color: #fff
}

.footer-top-wrapper {
    display: table;
    width: 100%;
    height: 120px
}

.footer-top-wrapper .footer-top-left {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: 50px
}

.footer-top-wrapper .footer-top-left .footer-top-focus {
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0
}

.footer-top-wrapper .footer-top-left .footer-top-title, .footer-top-wrapper .footer-top-left .footer-top-text {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0
}

.footer-top-wrapper .footer-top-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.footer-top-wrapper .footer-top-right input.btn-footer-top {
    background-color: #f58220
;
    border: none;
    padding: 15px 30px;
    line-height: 20px
}

.footer-main {
    background-color: #f58220;
    overflow-x: hidden
}

.footer-main .footer-main-wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
    color: #fff
}

.footer-main .title-widget {
    color: #fff;
padding-bottom: 40px;
font-size: 20px;
text-align: left;
}

.hyperlink {
    
    line-height: 45px; color:#363535; text-align:center; 
    min-height: 45px;
    font-weight: bold;
    position: relative
}

.footer-main .hyperlink:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    left: -100%
}

.footer-main .hyperlink:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2F374C;
    top: -1px;
    right: -100%
}

.footer-main .hyperlink .hyper-left a {
    font-size: 10px;
    color: #4F5B6B
}

.footer-main .hyperlink .hyper-left a:hover {
    color: #123456
}

.footer-main .hyperlink .hyper-right {
    font-size: 12px;
    color: #4F5B6B
}

.footer-main .hyperlink ul.list-inline {
    margin-bottom: 0
}

.footer-main .widget a {
    color: #fff
}

.footer-main .widget .cur-title {
    color: #123456
}

.footer-main .recent-post-widget .content-widget a:hover, .footer-main .popular-course-widget .content-widget a:hover, .footer-main .category-widget .content-widget a:hover, .footer-main .archive-widget .content-widget a:hover {
    color: #123456
}

.footer-main .recent-post-widget .content-widget a:hover span, .footer-main .popular-course-widget .content-widget a:hover span, .footer-main .category-widget .content-widget a:hover span, .footer-main .archive-widget .content-widget a:hover span, .footer-main .recent-post-widget .content-widget a:hover p, .footer-main .popular-course-widget .content-widget a:hover p, .footer-main .category-widget .content-widget a:hover p, .footer-main .archive-widget .content-widget a:hover p, .footer-main .recent-post-widget .content-widget a:hover i, .footer-main .popular-course-widget .content-widget a:hover i, .footer-main .category-widget .content-widget a:hover i, .footer-main .archive-widget .content-widget a:hover i {
    color: #123456
}

.footer-main .category-widget li, .footer-main .archive-widget li {
    border-bottom-color: #2F374C
}

.footer-main .media {
    border-bottom-color: #2F374C
}

.footer-main .tag-widget {
    margin: 20px 0px
}

.footer-main .tag-widget li {
    margin: 0px 10px 10px 0px;
    display: inline-block
}

.footer-main .tag-widget li .tag-item {
    color: #fff;
    display: inherit;
    padding: 10px;
    background-color: #3B4757;
    transition: all .3s ease-in
}

.footer-main .tag-widget li .tag-item:hover {
    background-color: #123456
}

.footer-main .tag-widget li .tag-item:hover .tag-item {
    color: #fff
}

.footer-main .course-price-widget .cur-title.cur {
    color: #123456
}

.sidebar a {
    color: #6f8190
}

.sidebar .title-widget {
    background-color: #f58220
;
    color: #fff;
    text-align: center;
    line-height: 50px
}

.sidebar .hind-widget .content-widget, .sidebar .useful-link-widget .content-widget, .sidebar .gallery-widget .content-widget, .sidebar .mailing-widget .content-widget {
    margin: 20px 0px
}

.sidebar .widget:last-child {
    margin-bottom: 0 !important;
        width: 100%;
}

.widget {
    margin-top: 30px
}

.widget a:hover {
    color: #123456
}

.widget p {
    line-height: 24px
}

.widget .title-widget {
    font-weight: bold;
    text-transform: uppercase
}

.widget .media {
    border-bottom: 1px solid #dee5e9;
    padding: 20px 0px;
    margin: 0px
}

.widget .media:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.widget .media .media-left {
    padding-right: 0;
    width: 100px;
    height: auto
}

.widget .media .media-right {
    padding-left: 15px
}

.widget .media .media-right span {
    font-size: 12px
}

.widget .media .media-right .comment {
    float: right
}

.widget .media .media-right .comment i {
    margin-right: 3px
}

.widget .media .media-right p {
    margin: 0px
}

.widget .media .info {
    display: inline-block
}

.widget .media .link {
    display: inline-block;
    color: #6f8190
}

.widget .media .link .media-image {
    width: 100%
}

.widget .media .link:hover {
    color: #123456
}

.hind-widget p {
    margin-bottom: 20px
}

.hind-widget .info-list ul {
    margin-bottom: 0px
}

.hind-widget .info-list ul li {
    display: table;
    border-top: 1px solid #E77617;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px
}

.hind-widget .info-list ul li > i {
    display: table-cell;
    width: 25px
}

.hind-widget .info-list ul li > a {
    display: table-cell
}

.hind-widget .info-list p {
    margin-bottom: 0px
}

.useful-link-list ul {
    padding: 0px;
    margin: 0px
}

.useful-link-list ul li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px
}

.useful-link-list ul li a {
    display: table-cell
}

.useful-link-list ul li i {
    display: table-cell;
    width: 15px;
    color: #FFF;
    font-weight: bold
}

.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%
}

.gallery-widget .gallery-list a:last-child {
    margin-right: 0px
}

.gallery-widget .gallery-list a img {
    width: 100%
}

.gallery-widget .view-more {
    font-size: 12px
}

.gallery-widget .view-more i {
    color: #123456
}

.mailing-widget p {
    margin-bottom: 15px
}

.mailing-widget input.form-control {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px
}

.mailing-widget .btn-email {
    background-color: #123456;
    line-height: 33px;
    text-align: center;
    padding: 0px 14px;
    width: 39px
}

.mailing-widget .input-group {
    margin-bottom: 15px
}

.mailing-widget .form-email-widget {
    height: 33px;
    background-color: #fafafa;
    border-radius: 0px;
    border: none;
    box-shadow: none
}

.mailing-widget .form-email-widget:focus, .mailing-widget .form-email-widget:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.socials {
    border-top: 1px solid #f58220;
    padding-top: 15px;
    display: block
}

.socials a, .socials .link {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #3B4757;
    display: inline-block;
    transition: all .3s ease-in
}

.socials a:last-child, .socials .link:last-child {
    margin-right: 0
}

.socials a i, .socials .link i {
    color: #fff
}

.socials a:hover, .socials .link:hover {
    background-color: #123456
}

.social-widget {
    margin-top: 30px;
    border: none;
    padding-top: 0px
}

.social-widget a, .social-widget .link {
    background-color: #a8b0b6;
    margin-bottom: 10px;
    margin-right: 8px
}

.cur {
    color: #123456;
    font-weight: 900;
    font-size: 20px;
    margin-top: -5px;
    position: relative;
    margin-left: 7px
}

.cur:before {
    position: absolute;
    content: "$";
    top: 0px;
    left: -8px;
    font-size: 13px
}

.category-widget li, .archive-widget li {
border-bottom: 1px solid #58595a;
    padding: 15px 0px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.category-widget li:last-child, .archive-widget li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.category-widget li .link, .archive-widget li .link {
    color: #6f8190;
    width: 100%
}

.category-widget li .link span, .archive-widget li .link span {
    color: #fff; font-size:18px;
}

.category-widget li .link:hover, .archive-widget li .link:hover {
    color: #123456
}

.category-widget li .link:hover span, .archive-widget li .link:hover span {
    color: #f58220
}

.tag-widget {
    margin-top: 10px
}

.tag-widget li {
    background-color: #e9eef2;
    margin: 10px 10px 0px 0px;
    display: inline-block;
    transition: all .3s ease-in
}

.tag-widget li .tag-item {
    color: #f58220
;
    display: inherit;
    padding: 10px
}

.tag-widget li:hover {
    background-color: #f58220

}

.tag-widget li:hover .tag-item {
    color: #fff
}



.top-courses {
    text-align: center
}

.top-courses .group-btn-top-courses-slider {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px
}

.top-courses .group-btn-top-courses-slider .btn-prev, .top-courses .group-btn-top-courses-slider .btn-next {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #123456;
    display: inline-block;
    font-size: 24px;
    font-family: Helvetica, Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s linear
}

.top-courses .group-btn-top-courses-slider .btn-prev:hover, .top-courses .group-btn-top-courses-slider .btn-next:hover {
    background-color: #f58220

}

.top-courses .group-btn-top-courses-slider .btn-prev {
    margin-right: 10px
}

.top-courses .top-courses-item {
    padding: 30px 0;
    text-align: left
}

.top-courses .top-courses-slider {
    margin-bottom: 30px
}

.top-courses .top-courses-wrapper {
    position: relative;
    top: -30px;
    margin-bottom: -30px
}

.choose-course .icon-circle {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 0 auto
}

.choose-course .icon-circle .icon-background {
    position: absolute;
    bottom: 12px;
    width: 146px;
    left: 50%;
    margin-left: -73px;
    height: 146px;
    border-radius: 50%;
    background-color: #123456;
    color: #fff;
    z-index: 11;
    display: table;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.choose-course .icon-circle .icon-background .icons-img {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    font-size: 70px;
    line-height: 1;
    transition: all 0.4s ease
}

.choose-course .icon-circle .icon-background:after {
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease
}

.choose-course .icon-circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.choose-course .icon-circle .info .info-back {
    opacity: 1;
    border-radius: 50%;
    background-color: #f58220
;
    width: 100%;
    height: 100%;
    display: table;
    position: relative;
    transition: all 0.3s ease
}

.choose-course .icon-circle .info .info-back:before {
    position: absolute;
    z-index: 20;
    content: '';
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    border: 12px solid #123456;
    border-radius: 50%
}

.choose-course .icon-circle .info .info-back a {
    color: #fff;
    vertical-align: middle;
    padding: 20px;
    display: table-cell;
    position: relative;
    z-index: 2;
    transition: all 0.7s ease
}

.choose-course .icon-circle:hover .icon-background {
    background-color: #123456;
    bottom: 90%
}

.choose-course .icon-circle:hover .icon-background:after {
    border: 2px solid #fff
}

.choose-course .icon-circle:hover .info .info-back:before {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6)
}

.choose-course .icon-circle:hover .info .info-back a {
    transition-delay: 1s;
    z-index: 21
}

.choose-course .name-course {
    margin-top: 25px;
    color: #49575f;
    text-align: center;
    font-size: 16px
}

.choose-course .name-course p, .choose-course .name-course span {
    color: #49575f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.2s linear
}
.choose-course .name-course a {
    color: #49575f;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    transition: all 0.2s linear
}

.choose-course .name-course i {
    margin-left: 5px;
    transition: all 0.2s linear
}

.choose-course .name-course:hover a, .choose-course .name-course:hover p, .choose-course .name-course:hover span, .choose-course .name-course:hover i {
    color: #123456
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 70px
}

.choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-2 .item-course {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px 0;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .icon-course .icons-img {
    font-size: 64px;
    line-height: 80px;
    color: #123456;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .info-course {
    margin-top: 15px
}

.choose-course-2 .item-course .info-course .name-course {
    font-size: 21px;
    color: #49575f;
    margin-bottom: 10px;
    font-weight: 700
}

.choose-course-2 .item-course .info-course .info {
    font-size: 18px;
    color: #6f8190
}

.choose-course-2 .item-course .hover-text {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #123456;
    color: #fff;
    transition: all .5s ease-in-out
}

.choose-course-2 .item-course .hover-text .wrapper-hover-text {
    display: table;
    height: 100%;
    width: 100%
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
    line-height: 24px
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff
}

.choose-course-2 .item-course .hover-text .wrapper-hover-content .title:hover {
    border-bottom: 1px solid #fff
}

.choose-course-2 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-2 .item-course:hover .hover-text {
    top: 0
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6 {
    margin-bottom: 30px
}

.choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
    margin-bottom: 0
}

.choose-course-3 .choose-course-3-wrapper.row {
    margin: 0
}

.choose-course-3 .item-course {
    width: 33.33333333%;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.choose-course-3 .item-course:hover .icon-course .icons-img {
    color: #f58220

}

.choose-course-3 .item-course:hover:before {
    position: absolute;
    content: '';
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-child(3n-2) {
    border-left: 1px solid #e1e1e1
}

.choose-course-3 .item-course:nth-last-child(-n+3) {
    border-bottom: 1px solid #e1e1e1
}

.choose-course-3 .item-course-wrapper {
    display: table;
    padding: 16% 10%
}

.choose-course-3 .item-course-wrapper .icon-course {
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
    position: relative
}

.choose-course-3 .item-course-wrapper .icon-course:after {
    position: absolute;
    content: '';
    background: #e1e1e1;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    min-height: 90px
}

.choose-course-3 .item-course-wrapper .icon-course .icons-img {
    font-size: 64px;
    width: 64px;
    line-height: 1;
    color: #123456;
    transition: all .5s ease-in-out
}

.choose-course-3 .item-course-wrapper .info-course {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .name-course {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    position: relative;
    z-index: 2;
    color: #49575f
}

.choose-course-3 .item-course-wrapper .info-course .info {
    line-height: 24px
}

.picture-gallery {
    padding-bottom: 0
}

.picture-gallery .picture-gallery-wrapper {
    text-align: center
}

.picture-gallery .gallery-content .grid-item {
    float: left;
    width: 25%
}

.picture-gallery .gallery-content .grid-item:before {
    content: "";
    display: block
}

.picture-gallery .gallery-content .grid-item .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden
}

.picture-gallery .gallery-content .grid-item .content:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 15, 28, 0.7);
    opacity: 0;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    transition: all 0.5s ease
}

.picture-gallery .gallery-content .grid-item .content:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url(images/lib-pictures/icon-plus.html);
    background-size: cover;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease
}

.picture-gallery .gallery-content .grid-item img {
    width: 100%;
    height: 100%;
    webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.bg-w-form {
    padding-top: 0px
}

.bg-w-form .form-group {
    min-height: 70px
}

.bg-w-form .form-group .sbHolder {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.bg-w-form .form-group .sbHolder .sbSelector {
    height: 50px;
    padding-left: 20px;
    line-height: 50px
}

.bg-w-form .form-group .sbHolder .sbToggle {
    height: 50px;
    background-position-y: -33px
}

.bg-w-form .form-group .sbHolder:focus, .bg-w-form .form-group .sbHolder:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .form-label {
    text-transform: normal;
    font-weight: bold
}

.bg-w-form .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.bg-w-form .form-input:focus, .bg-w-form .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.bg-w-form .contact-question .form-input {
    min-height: 80px;
    max-width: 1140px
}


.bg-w-form .warning-label {
    color: #ff0000;
    font-size: 11px;
    text-transform: inherit
}

.bg-w-form .contact-submit {
    text-align: center
}

.bg-w-form .contact-submit .btn-contact {
    margin-top: 30px
}

.bg-w-form .highlight {
    color: #ff0000
}

.contact-map {
    width: 100%;
    height: 500px
}

.news-detail {
    color: #6f8190
}

.news-detail p {
    line-height: 24px
}

.news-detail span {
    color: #49575f
}

.news-detail .info .item a:hover span {
    color: #123456
}

.news-image {
    width: 100%;
    margin-bottom: 20px
}

.title-news {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin: 0 0 5px 0
}

.news-content {
    margin: 40px 0px 100px
}

.news-content .news-des p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px
}

.news-content .news-image-block {
    margin-right: 30px;
    margin-bottom: 30px
}

.news-content .wide-text p {
    margin-bottom: 40px
}

.news-content .text-block p {
    margin-bottom: 30px
}

.news-content .text-block p:last-child {
    margin-bottom: 0px
}

blockquote {
    position: relative;
    border-left: 0px;
    margin: 50px 12.5%;
    padding: 10px 0px 10px 58px
}

blockquote:before {
    position: absolute;
    content: '\f10d';
    font-family: 'FontAwesome';
    top: 5px;
    left: 0;
    font-size: 30px;
    color: #90a1ae
}

blockquote .main-quote {
    font-weight: 700;
    font-style: italic;
    font-size: 24px
}

blockquote .sub-quote {
    font-style: italic;
    font-size: 16px;
    color: #627484
}

blockquote footer {
    text-align: right;
    font-weight: bold;
    color: inherit
}

blockquote footer:before {
    display: none
}

blockquote footer small {
    color: inherit;
    display: inline-block
}

blockquote footer small:before {
    display: none
}

.news-list {
    margin-bottom: 70px
}

.list-expand-title {
    color: #49575f;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px
}

ul.list-detail {
    padding: 0px;
    margin: 0px
}

ul.list-detail li {
    margin-bottom: 15px;
    display: table
}

ul.list-detail li a {
    display: table-cell;
    color: #6f8190
}

ul.list-detail li a:hover {
    color: #123456
}

ul.list-detail li i {
    display: table-cell;
    width: 25px;
    color: #123456;
    font-weight: bold;
    font-size: 10px
}

.news-tag ul li {
    display: inline-block;
    background-color: #e9eef2;
    margin-right: 15px;
    margin-bottom: 10px;
    height: 30px;
    line-height: 30px;
    transition: all .3s ease-in
}

.news-tag ul li:first-child {
    background-color: #2c343b
}

.news-tag ul li:first-child:hover {
    background-color: #2c343b
}

.news-tag ul li:hover {
    background-color: #f58220

}

.news-tag ul li:hover a {
    color: #fff
}

.news-tag ul li a {
    color: #2c343b;
    padding: 0px 15px;
    display: inherit
}

.news-tag ul li i {
    color: #fff;
    padding: 0px 15px
}

.news-author {
    border-left: 5px solid #eaedf5;
    padding-left: 25px;
    height: 160px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fafafa;
    margin-bottom: 100px
}

.news-author img.author-image {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.news-author .author a {
    font-size: 18px;
    font-weight: bold
}

.news-author .position {
    color: #f58220
;
    margin-bottom: 10px
}

.news-author .media-left {
    padding-right: 0px
}

.news-author .media-body {
    padding-left: 30px
}

.news-comment {
    margin-bottom: 100px
}

.news-comment ul.comment-list-children {
    margin-left: 100px
}

.news-comment li .media-left {
    padding: 0px 15px
}

.news-comment li .media-left .media-image img {
    border-radius: 50%;
    width: 70px;
    height: 70px
}

.news-comment li .media-body {
    padding: 0px 15px
}

.news-comment li .media-body .reader a {
    font-size: 16px;
    font-weight: bold
}

.news-comment li .media-body .reply-comment {
    background-color: #e9eef2;
    width: 60px;
    cursor: pointer;
    line-height: 25px;
    transition: all .3s ease-in;
    color: #2c343b;
    font-size: 12px;
    padding: 5px 13px
}

.news-comment li .media-body .reply-comment:hover {
    color: #fff;
    background-color: #123456
}

.news-comment li .media-body .time {
    color: #52616d;
    font-size: 13px
}

.news-comment li .list-item {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px
}

.news-comment li .list-item-children {
    background-color: #fafafa;
    padding: 30px 15px;
    margin-bottom: 10px
}

.news-comment li.media {
    margin-top: 0px;
    border: none;
    padding: 0px
}

.news-comment li .btn-submit span {
    color: #fff
}

.news-comment .comment-box {
    margin-left: 100px
}

.comment-write .comment-write-title {
    color: #2c3e50
}

.comment-write .form-comment .form-group {
    margin-bottom: 30px
}

.comment-write .form-comment .form-group .input-icon {
    position: relative
}

.comment-write .form-comment .form-group .input-icon i {
    right: 30px;
    position: absolute;
    color: #bcc3c9;
    line-height: 50px
}

.comment-write .form-comment .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 50px;
    border: none;
    box-shadow: none
}

.comment-write .form-comment .form-input:focus, .comment-write .form-comment .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.comment-write .form-comment textarea {
    min-height: 300px;
    max-width: 100%
}

.comment-write .form-comment .contact-submit button span {
    color: #fff
}

.underline {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 50px;
    color: #49575f
}

.underline::after {
    width: 50px;
    height: 5px;
    background-color: #123456;
    content: "";
    position: absolute;
    display: block
}

.comment-box {
    padding: 0px
}

.comment-form {
    padding-top: 0px
}

.comment-form .form-input {
    background-color: #fff
}

.comment-form textarea {
    max-width: 587px
}

.comment-form .form-group {
    min-height: 0px
}

.best-staff.staff-list {
    background-image: none;
    background-color: #fff;
    color: #49575f;
    position: relative
}

.best-staff.staff-list .group-title-index {
    color: #49575f
}

.best-staff.staff-list .group-title-index .center-title {
    font-weight: bold
}

.intro-edu {
    padding-top: 100px
}

.intro-edu p {
    line-height: 24px
}

.intro-edu .intro-title {
    font-size: 30px;
    padding-top: 50px;
    padding-bottom: 30px;
    font-weight: 300;
    color: #49575f
}

.intro-edu .intro-title b {
    font-weight: 900
}

.intro-edu .intro-content {
    color: #6f8190
}

.intro-edu .intro-content p {
    margin-bottom: 30px
}

.intro-edu img {
    width: 100%;
    max-width: 400px
}

.edu-ab {
    background-color: #eaedf5;
    color: #49575f;
    text-align: center
}

.edu-ab .center-title {
    font-weight: 300
}

.edu-ab .center-title b {
    font-weight: 900
}

.edu-ab .top-title {
    text-transform: none
}

.edu-ab .edu-ab-content ul {
    margin-bottom: 0
}

.edu-ab .edu-ab-content ul li {
    text-align: -webkit-center;
    width: 20%
}

.edu-ab .edu-ab-content ul li .circle-icon {
    height: 100px;
    width: 100px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon i {
    color: #123456;
    line-height: 100px;
    transition: all .3s ease-in
}

.edu-ab .edu-ab-content ul li .circle-icon:before {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    right: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    top: 50%;
    left: 105%;
    margin-top: -1px;
    background-color: #d6d9e3
}

.edu-ab .edu-ab-content ul li .circle-icon:hover {
    background-color: #123456
}

.edu-ab .edu-ab-content ul li .circle-icon:hover i {
    color: #fff
}

.edu-ab .edu-ab-content ul li:first-child .circle-icon:before {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li:last-child .circle-icon:after {
    display: none;
    visibility: hidden
}

.edu-ab .edu-ab-content ul li span {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-top: 15px
}

.edu-feature {
    color: #6f8190
}

.edu-feature p {
    line-height: 24px
}

.edu-feature .edu-feature-text {
    text-align: left;
    margin-bottom: 30px
}

.edu-feature .edu-feature-text .center-title {
    font-weight: 900;
    color: #49575f;
    line-height: 36px
}

.edu-feature .edu-feature-text .top-title {
    text-transform: none;
    font-weight: 400
}

.edu-feature .edu-feature-list {
    margin-bottom: 0px
}

.edu-feature .edu-feature-list li {
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none;  color:#f58220;
}

.edu-feature .edu-feature-list li .col-item-1 {
    line-height: 38px
}

.edu-feature .edu-feature-list li .col-item-2 {
    padding: 5px 5px 20px 35px
}

.edu-feature .edu-feature-list li:last-child {
    border-bottom: none
}

.edu-feature .edu-feature-list li a {
    color: inherit
}

.edu-feature .edu-feature-list li a span {
    color: #f58220

}

.edu-feature .edu-feature-list li i {
    color: #123456;
    width: 25px
}

.edu-feature img {
    width: 100%;
    max-width: 750px
}

.course-title {
    margin-top: 0
}

.course-info {
    margin-bottom: 50px
}

.course-video {
    margin-bottom: 70px
}

.course-video iframe {
    margin-bottom: 30px;
    width: 100%;
    height: 400px
}

.course-video .video-btn button {
    padding: 0px 10px
}

.course-video .video-btn button.video-btn-left i {
    margin-left: 0px;
    margin-right: 10px;
    color: #fff;
    position: relative;
    z-index: 3
}

.course-video .video-btn button.video-btn-right {
    margin-left: 5px
}

.course-video .video-btn button.video-btn-right i {
    margin-right: 0px;
    margin-left: 10px;
    color: #fff;
    position: relative;
    z-index: 3
}

.course-des {
    margin-bottom: 50px
}

.course-table {
    position: relative
}

.edu-table-responsive {
    border-collapse: collapse;
    width: 100%
}

.edu-table-responsive tr {
    height: 50px;
    background-color: #fafafa;
    border-bottom-color: #fff
}

.edu-table-responsive tr.heading-table {
    background-color: #90a1ae
}

.edu-table-responsive tr.heading-content {
    border-top-color: #fff;
    background-color: #e9f1f7
}

.edu-table-responsive th {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff
}

.edu-table-responsive td {
    display: table-cell;
    color: #6f8190;
    font-weight: normal;
    vertical-align: middle;
    text-align: center
}

.edu-table-responsive td a {
    color: #6f8190
}

.edu-table-responsive td a:hover {
    color: #123456
}

.edu-table-responsive td.bold-color {
    color: #49575f
}

.edu-table-responsive td.bolder-color {
    color: #f58220

}

.edu-table-responsive td.green-color {
    color: #123456
}

.edu-table-responsive td.heading-content {
    font-size: 16px;
    font-weight: bold;
    text-align: left
}

.edu-table-responsive td i.w20 {
    width: 20px
}

.edu-table-responsive td i.w27 {
    width: 27px
}

.edu-table-responsive td i.fa-caret-right {
    background-color: #123456;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    color: #fff
}

.edu-table-responsive td i.fa-caret-right :before {
    position: relative;
    right: -1px
}

.edu-table-responsive td i.fa-file-text {
    color: #123456
}

.edu-table-responsive td i.mr18 {
    margin-right: 18px
}

.edu-table-responsive td i.mr25 {
    margin-right: 16px
}

.edu-table-responsive td .bg-yellow {
    background-color: #e2cf00;
    color: #fff;
    display: initial;
    padding: 5px 9px
}

.edu-table-responsive .col-1 {
    width: 360px;
    min-width: 360px;
    text-align: left
}

.edu-table-responsive .col-2, .edu-table-responsive .col-3 {
    width: 150px;
    min-width: 150px
}

.edu-table-responsive .col-4 {
    width: 180px;
    min-width: 180px
}

.left {
    text-align: left;
    padding-left: 30px
}

.outer-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px
}

.inner-container {
    overflow: hidden
}

.table-header {
    position: relative
}

.table-header .edu-table-responsive .col-1 {
    text-align: center
}

.table-body {
    overflow: auto
}

.spacing-table {
    height: 30px !important;
    background-color: #fff !important
}

.spacing-table:hover {
    background-color: #fff !important
}

.courses-detail p {
    line-height: 24px
}

.rlp {
    background: url(images/bg-register-login.html) no-repeat center center;
    background-size: cover;
    height: 100vh
}

.rlp .container {
    width: 100%;
    height: 100%;
    display: table
}

.rlp .rlp-wrapper {
    color: #49575f;
    display: table-cell;
    width: 770px;
    vertical-align: middle
}

.page-login {
    min-height: 480px
}

.page-register {
    min-height: 627px
}

.rlp-table {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    padding: 50px 100px
}

.rlp-table .rlp-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px
}

.rlp-table img.login {
    margin-bottom: 30px;
    display: inline-block;
    width: auto
}

.rlp-table .rlp-form {
    padding-top: 0px;
    text-align: left;
    margin-bottom: 35px
}

.rlp-table .rlp-form .col-md-12 {
    margin-bottom: 12px
}

.rlp-table .rlp-form label {
    text-transform: uppercase
}

.rlp-table .rlp-form input {
    border-radius: 0px;
    border: none
}

.rlp-table .rlp-form .help-block {
    color: #ff0000;
    font-size: 10px
}

.register-table {
    padding: 50px
}

.register-table .register-form .col-md-6 {
    margin-bottom: 12px
}

.profile-teacher .profile-teacher-wrapper {
    padding-right: 0;
    padding-left: 0
}

.profile-teacher .profile-teacher-wrapper .teacher-info {
    padding: 0;
    display: table;
    margin-bottom: 70px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 {
    width: 270px;
    padding: 30px 30px 45px;
    display: table-cell
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-avatar img {
    max-width: 209px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-info .staff-name {
    display: none
}

.profile-teacher .profile-teacher-wrapper .teacher-info .staff-item2 .staff-socials a:last-of-type {
    margin-right: 0
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #49575f
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .subtitle {
    font-weight: 700;
    color: #6f8190;
    margin-bottom: 35px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .content-detail {
    color: #6f8190;
    margin-bottom: 35px
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list {
    -webkit-padding-start: 0;
    list-style-position: inside
}

.profile-teacher .profile-teacher-wrapper .teacher-info .teacher-des .content .detail-list li {
    line-height: 1;
    margin-bottom: 15px
}

.profile-teacher .profile-teacher-wrapper .slider-logo .slider-logo-wrapper {
    padding: 0
}

.teacher-skill {
    background-image: url("images/teacher-skill.html");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 70px;
    color: #fff
}

.teacher-skill .container {
    height: 100%
}

.teacher-skill .teacher-skill-content {
    height: 100%;
    padding-right: 0;
    padding-left: 0
}

.teacher-skill .teacher-skill-wrapper {
    width: 100%;
    text-align: center
}

.teacher-skill .teacher-skill-wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 69px
}

.teacher-skill .teacher-skill-wrapper .row .skill-level {
    margin-bottom: 45px;
    text-align: left
}

.teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
    margin-bottom: 0
}

.teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2) {
    margin-bottom: 0
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .skill-name {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress {
    margin-bottom: 0;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 7px;
    overflow: inherit;
    width: 87.719298%
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar {
    background-color: #123456;
    position: relative;
    transition: width 2s ease;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px
}

.teacher-skill .teacher-skill-wrapper .row .skill-level .progress .progress-bar:after {
    position: absolute;
    content: "" attr(aria-valuenow) "%";
    width: 30px;
    height: 20px;
    background-color: #f58220
;
    right: -15px;
    top: -28px
}

.teacher-course .teacher-course-wrapper {
    padding-left: 0;
    padding-right: 0
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-1 {
    text-align: center;
    font-weight: 700
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive .col-2 {
    padding-left: 30px;
    text-align: left
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive td {
    font-size: 16px;
    border: 0px solid transparent
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover {
    background-color: #e9f1f7
}

.teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover span, .teacher-course .teacher-course-wrapper .table-body .edu-table-responsive tr:hover a {
    font-weight: 700;
    color: #49575f
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-1 {
    min-width: 70px;
    width: 70px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-2 {
    min-width: 555px;
    width: 555px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-3 {
    min-width: 230px;
    width: 230px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive .col-4 {
    min-width: 315px;
    width: 315px
}

.teacher-course .teacher-course-wrapper .edu-table-responsive th:first-child {
    border-left-color: transparent
}

.gallery-page .gallery-nav {
    text-align: center
}

.gallery-page .grid:after {
    content: '';
    display: block;
    clear: both
}

.gallery-page .grid-item {
    overflow: hidden;
    float: left;
    margin: 15px;
    transition: box-shadow .5s ease
}

.gallery-page .grid-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.gallery-page .grid-item .link {
    position: absolute;
    height: 100%;
    width: 100%;
    display: table
}

.gallery-page .grid-item .link .content {
    position: relative;
    z-index: 1;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 15px;
    text-align: center;
    background-color: #123456;
    opacity: 0;
    transition: all 0.5s ease
}

.gallery-page .grid-item .link .content .content-title {
    color: #fff;
    font-size: 1.571em;
    font-weight: 700;
    text-transform: capitalize;
    transition: all 0.5s ease;
    display: block
}

.gallery-page .grid-item .link .content .content-edu {
    transition: all 0.5s ease;
    color: #e9f0f4;
    display: block
}

.gallery-page .grid-item .link .content .content-edu .icons {
    margin-right: 10px
}

.gallery-page .grid-item .link .wrapper {
    position: relative
}

.gallery-page .grid-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5)
}

.gallery-page .grid-item:hover .content {
    opacity: 1;
    background-color: rgba(10, 15, 28, 0.7)
}

.gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
    width: 350px;
    height: 260px
}

.gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
    height: 550px
}

.gallery-page.gallery-4column .grid-item {
    width: 255px;
    height: 190px
}

.gallery-page .load-more {
    margin: 50px 0 0 0;
    text-align: center
}

.gallery-page .load-more .btn {
    width: 200px
}

.accordion {
    margin-bottom: 0
}

.accordion .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none
}

.accordion .panel + .panel {
    margin-top: 1px
}

.accordion .panel.active {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.accordion .panel.active .panel-heading {
    background-color: #ffffff
}

.accordion .panel.active .panel-heading .panel-title a {
    font-weight: bold;
    color: #49575f
}

.accordion .panel.active .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f068";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading {
    background-color: #fafafa;
    border-radius: 0;
    padding: 0
}

.accordion .panel-heading .panel-title a {
    font-size: 16px;
    color: #6f8190;
    display: block;
    height: 47px;
    line-height: 47px;
    padding: 0 30px;
    position: relative
}

.accordion .panel-heading .panel-title a:after {
    font-family: Fontawesome;
    content: "\f067";
    position: absolute;
    top: 0;
    right: 30px
}

.accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding: 15px 30px 30px
}

.contact-main2 {
    padding-top: 0
}

.contact-main2 .bg-w-form {
    padding-top: 0
}

.event-count-down {
    padding-bottom: 0
}

.events-grid .pagination {
    margin-top: 0
}

.count-down-wrapper {
    background: url('images/banner-countdown.html') no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative
}

.count-down-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7)
}

.count-down-wrapper .count-down-content {
    position: relative;
    padding: 50px 0;
    text-align: center
}

.count-down-wrapper .clock-count-down {
    width: 450px;
    margin: 0 auto 50px
}

.event-count-down .group-title-index {
    color: #ffffff;
    margin-bottom: 50px
}

.block-time .text-time {
    background-color: #ffffff;
    padding: 10px 0;
    margin-bottom: 1px;
    text-transform: uppercase;
    text-align: center;
    color: #49575f
}

.block-time .number-time {
    background-color: #ffffff;
    padding: 15px 0;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
    color: #123456
}

.event-detail-title {
    font-size: 36px;
    font-weight: 900;
    color: #49575f;
    margin-top: 0;
    margin-bottom: 40px
}

.event-detail-section {
    padding-bottom: 0
}

.event-detail-thumb {
    margin-bottom: 45px
}

.event-detail-des-content {
    margin-bottom: 50px
}

.courses-detail-wrapper {
    margin-bottom: 60px
}

.event-detail-related .underline {
    margin-bottom: 90px
}

.info-event-detail .item {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
    color: #6f8190
}

.info-event-detail .item:last-child {
    margin-bottom: 0
}

.info-event-detail .label-time {
    text-transform: uppercase;
    color: #49575f;
    display: block;
    font-weight: 700;
    margin-bottom: 5px
}

.info-event-detail .note-time-block {
    margin-bottom: 10px
}

.info-event-detail .note-time, .info-event-detail .address-info a {
    color: #6f8190
}

.info-event-detail .note-time span, .info-event-detail .address-info a span {
    margin-left: 10px;
    color: #123456;
    font-size: 12px
}

.info-event-detail .note-time span:hover, .info-event-detail .address-info a span:hover {
    color: #49575f
}

.list-categories .top-content {
    margin-bottom: 90px
}

.customs-row {
    display: block;
    width: 100%;
    clear: both
}

.theme-setting {
    position: fixed;
    left: -220px;
    top: 30%;
    background-color: #ffffff;
    border: 0;
    width: 220px;
    z-index: 9999;
    transition: .3s left cubic-bezier(.03, .88, .34, .97);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2)
}

.theme-setting .theme-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    z-index: 99999;
    display: none
}

.theme-setting .theme-loading .theme-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center
}

.theme-setting .btn-theme-setting {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    font-size: 16px;
    color: #ababae;
    z-index: 9999;
    right: -40px;
    top: 0;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2)
}

.theme-setting .content-theme-setting {
    width: 220px;
    line-height: 40px;
    text-align: center;
    display: inline-block
}

.theme-setting .content-theme-setting .title {
    padding: 20px 0;
    color: #f58220
;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0
}

.theme-setting .content-theme-setting ul {
    margin: 0;
    padding-bottom: 15px
}

.theme-setting .content-theme-setting ul li {
    width: 24px;
    height: 24px;
    border: 0px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 7px;
    cursor: pointer
}

.theme-setting .content-theme-setting ul li[data-color="color-1"] {
    background-color: #123456
}

.theme-setting .content-theme-setting ul li[data-color="color-2"] {
    background-color: #7d3f98
}

.theme-setting .content-theme-setting ul li[data-color="color-3"] {
    background-color: #0f723a
}

.theme-setting .content-theme-setting ul li[data-color="color-4"] {
    background-color: #2aacff
}

.theme-setting .content-theme-setting ul li[data-color="color-5"] {
    background-color: #E91E63
}

.theme-setting .content-theme-setting ul li[data-color="color-6"] {
    background-color: #2bde73
}

.theme-setting .content-theme-setting ul li[data-color="color-7"] {
    background-color: #f7d417
}

.theme-setting .content-theme-setting ul li[data-color="color-8"] {
    background-color: #50bcb6
}

.theme-setting .content-theme-setting ul li[data-color="color-9"] {
    background-color: #ef5734
}

.theme-setting .content-theme-setting ul li[data-color="color-10"] {
    background-color: #8d6cab
}

.loading * {
    display: none
}

.dots-loader:not(:required) {
    opacity: 1;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    text-indent: -9999px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 100%;
    box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px;
    -webkit-animation: dots-loader 5s infinite ease-in-out;
    animation: dots-loader 5s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s all
}

@-webkit-keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

@keyframes dots-loader {
    0% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    8.33% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    16.67% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px 14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    25% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    33.33% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae -14px -14px 0 7px
    }
    41.67% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    50% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    58.33% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 -14px 14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    66.67% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 -14px -14px 0 7px, #6d7 -14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    75% {
        box-shadow: #f86 14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px -14px 0 7px, #4ae 14px -14px 0 7px
    }
    83.33% {
        box-shadow: #f86 14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae 14px 14px 0 7px
    }
    91.67% {
        box-shadow: #f86 -14px 14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
    100% {
        box-shadow: #f86 -14px -14px 0 7px, #fc6 14px -14px 0 7px, #6d7 14px 14px 0 7px, #4ae -14px 14px 0 7px
    }
}

.loaded .dots-loader {
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.body-2 {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease
}

.body-2.loaded {
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0
}

.hind-content {
    display: table-cell;
    vertical-align: top;
    text-align: left
}

.hind-content .title {
    font-weight: 700;
    margin: 0;
    color: #49575f;
    display: inline-block
}

.hind-content .title:hover {
    color: #123456
}

.hind-content .star-rating {
    margin-bottom: 20px
}

.hind-content .description {
    color: #6f8190;
    display: inline-block;
    width: 100%;
    line-height: 24px
}

.hind-layout-1 {
    position: relative;
    width: 100%;
    display: table;
    background-color: #fafafa;
    margin-top: 90px;
    transition: all 0.3s linear
}

.hind-layout-1 .hind-image {
    width: 48%;
    height: 400px;
    position: relative;
    top: -30px;
    padding-left: 30px;
    display: table-cell
}

.hind-layout-1 .hind-image img {
    height: 100%;
    width: 100%
}

.hind-layout-1 .hind-content {
    width: 55%;
    padding: 50px 30px 30px 30px
}

.hind-layout-1 .hind-content .title {
    font-size: 30px;
    margin: 0 0 6px 0;
    max-height: 84px;
    overflow: hidden;
    text-transform: capitalize
}

.hind-layout-1 .hind-content .title:hover {
    color: #123456
}

.hind-layout-1 .hind-content .info {
    margin-bottom: 5px
}

.hind-layout-1 .hind-content .info-more {
    margin-bottom: 25px
}

.hind-layout-1 .hind-content .btn {
    position: absolute;
    right: 30px;
    bottom: 30px
}

.hind-layout-1 .hind-content .description {
    height: 96px;
    overflow: hidden
}

.hind-layout-1:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.hind-layout-1:hover .hind-content .title {
    color: #f58220

}

.hind-layout-1:hover .hind-content .title:hover {
    color: #123456
}

.col-md-9 .hind-layout-1 .hind-image {
    width: 48%;
    height: 300px
}

.col-md-9 .hind-layout-1 .hind-content {
    padding: 20px 30px 30px 30px
}

.col-md-9 .hind-layout-1 .hind-content .title {
    font-size: 20px;
    margin: 0 0 6px 0;
    max-height: 56px;
    overflow: hidden
}

.col-md-9 .hind-layout-1 .hind-content .title:hover {
    color: #123456
}

.col-md-9 .hind-layout-1 .hind-content .info {
    margin-bottom: 5px
}

.col-md-9 .hind-layout-1 .hind-content .info-more {
    margin-bottom: 25px
}

.col-md-9 .hind-layout-1 .hind-content .description {
    height: 72px;
    overflow: hidden
}

.hind-layout-2 {
    position: relative;
    width: 100%;
    transition: all 0.3s linear
}

.hind-layout-2 .hind-layout-2-wrapper {
    padding: 30px 0 30px 30px;
    display: table;
    width: 100%
}

.hind-layout-2 .hind-content {
    padding-right: 30px;
    position: relative
}

.hind-layout-2 .hind-content .title {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 5px
}

.hind-layout-2 .hind-content .title:hover {
    color: #123456
}

.hind-layout-2 .hind-content .info {
    margin-bottom: 5px
}

.hind-layout-2 .hind-content .info-more {
    margin-bottom: 8px
}

.hind-layout-2 .hind-content .description {
    height: 96px;
    overflow: hidden
}

.hind-layout-2 .hind-content .btn {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -50px
}

.hind-layout-2 .hind-image {
    width: 300px;
    height: 225px;
    display: table-cell;
    position: relative;
    z-index: 1
}

.hind-layout-2 .hind-image img {
    width: 100%;
    height: 100%
}

.hind-layout-2:before {
    position: absolute;
    content: '';
    width: 75%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    border-left: 5px solid #eaedf5;
    transition: all 0.3s linear
}

.hind-layout-2:after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 5px;
    top: 0;
    left: 0;
    height: 0;
    background-color: #f58220
;
    transition: all 0.5s ease
}

.hind-layout-2:hover:before {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.hind-layout-2:hover:after {
    height: 100%
}

.hind-layout-2:hover .hind-content .title {
    color: #f58220

}

.hind-layout-2:hover .hind-content .title:hover {
    color: #123456
}

.hind-layout-3 {
    width: 100%;
    min-height: 480px;
    background-color: #fafafa;
    margin-top: 0;
    margin-bottom: 90px;
    border-bottom: 5px solid #eaedf5;
    position: relative;
    transition: all 0.3s linear
}

.hind-layout-3 .hind-layout-3-wrapper {
    position: relative;
    padding: 0 30px 20px 30px;
    top: -30px
}

.hind-layout-3 .hind-content {
    padding-top: 25px
}

.hind-layout-3 .hind-content .title {
    font-size: 20px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    max-height: 56px;
    overflow: hidden
}

.hind-layout-3 .hind-content .title:hover {
    color: #123456
}

.hind-layout-3 .hind-content .info {
    margin-bottom: 5px
}

.hind-layout-3 .hind-content .info-more {
    margin-bottom: 25px
}

.hind-layout-3 .hind-content .description {
    line-height: 24px;
    margin-bottom: 18px;
    max-height: 72px;
    overflow: hidden
}

.hind-layout-3 .hind-content .total-courses i, .hind-layout-3 .hind-content .total-courses a {
    display: inline-block;
    color: #49575f;
    text-transform: capitalize
}

.hind-layout-3 .hind-content .total-courses i {
    margin-right: 10px
}

.hind-layout-3 .hind-content .total-courses a:hover {
    color: #123456
}

.hind-layout-3 .hind-content .btn {
    margin: 0 auto;
    margin-top: 40px;
    display: block
}

.hind-layout-3:after {
    position: absolute;
    z-index: 2;
    content: '';
    height: 5px;
    bottom: -5px;
    left: 0;
    width: 0;
    background-color: #f58220
;
    transition: all 0.5s ease
}

.hind-layout-3:hover {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15)
}

.hind-layout-3:hover .hind-content .title {
    color: #f58220

}

.hind-layout-3:hover .hind-content .title:hover {
    color: #123456
}

.hind-layout-3:hover:after {
    width: 100%
}

.hind-layout-3.news-gird {
    margin-top: 0;
    margin-bottom: 90px
}

.hind-layout-3.news-gird .hind-content .title {
    text-transform: capitalize;
    margin-bottom: 5px
}

.hind-layout-3.news-gird .hind-content .btn {
    margin-top: 0
}

.news-masonry .hind-layout-3 .hind-content .description {
    max-height: 100%;
    overflow: initial
}

.hind-video {
    width: 100%
}

.hind-audio {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92)
}

.hind-audio-player {
    width: 100%;
    height: 70px;
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.92)
}

.hind-video-player {
    width: 100%;
    height: 217px;
    position: relative
}

.mejs-container {
    width: 100% !important;
    background: transparent
}

.mejs-container .mejs-controls {
    background: transparent
}

.mejs-container .mejs-controls .mejs-time-rail span, .mejs-container .mejs-controls .mejs-time-rail a {
    border-radius: 0
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #000000
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #444444
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ffffff
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    width: 40px
}

.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
    left: 15px
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
    background: #ffffff
}

.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    border-radius: 0;
    background: #444444
}

.layout-left {
    float: left
}

.layout-right {
    float: right
}
.service-list{
        list-style: black!important;
}
@media (max-width: 1024px) {
    .headbtn{
            display: inline-flex!important;
    }
    .left-top{
        width: auto!important;
    }
    .navigation {
        padding-right: 0
    }

    .hind-layout-1 .hind-image {
        height: 335px
    }

    .hind-layout-1 .hind-content {
        padding-top: 30px
    }

    .col-md-9 .hind-layout-1 .hind-image {
        height: auto;
        top: 30px
    }

    .col-md-9 .hind-layout-1 .hind-image img {
        height: auto
    }

    .col-md-9 .hind-layout-1 .hind-content {
        padding: 30px
    }

    .col-md-9 .hind-layout-1 .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .news-page .news-page-wrapper .hind-layout-1 {
        margin-bottom: 70px
    }

    .best-staff .container {
        max-width: 860px
    }

    .top-courses .group-btn-top-courses-slider {
        margin-top: 0
    }

    .courses .style-grid .col-style {
        width: 100%
    }

    .btn-list-grid {
        display: none
    }

    .news-page .news-page-wrapper {
        margin-top: 0
    }

    .widget .media .media-right a p {
        font-size: 13px
    }

    .edu-ab .edu-ab-content ul li {
        width: 25%
    }

    .staff-list .container {
        max-width: 860px
    }

    .register-table {
        padding: 30px 50px
    }

    .register-table .register-title {
        margin-top: 0
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 283px;
        height: 210px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 450px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 283px;
        height: 210px
    }

    .hind-layout-3 {
        min-height: 470px
    }

    .hind-layout-3 .hind-content .description {
        max-height: 100px
    }
}

@media screen and (max-width: 991px) {
    .col-2 {
        display: inline-block;
        margin-bottom: 20px
    }

    .method-item {
        margin-bottom: 15px
    }
}


@media screen and (max-width: 768px) {


.phone{
    text-align: -webkit-center;
}
    .for-mobile-btns {
            width: max-content;
    }
    header .header-main .logo {
        line-height: 60px
    }

    header .header-main .logo .header-logo img {
        max-width: 150px
    }

    header .header-main .navigation .nav-links li .main-menu {
        line-height: 60px;
        margin: 0 10px;
        font-size: 12px
    }

    header .header-main .hind-dropdown-menu-1 {
        top: 65px
    }

    header .header-topbar .group-sign-in {
        margin-left: 50px
    }

    .slider-banner-02 {
        background-position: -210px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6 {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 70px
    }

    .choose-course .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .accordion-faq .row .col-md-6 {
        margin-bottom: 70px
    }

    .accordion-faq .row .col-md-6:last-child {
        margin-bottom: 0
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+3) {
        margin-bottom: 30px
    }

    .choose-course-2 .choose-course-wrapper .col-md-4.col-xs-6:nth-last-child(-n+2) {
        margin-bottom: 0
    }

    .why-choose-us .why-choose-us-wrapper-bottom i {
        font-size: 30px
    }

    .why-choose-us .why-choose-us-wrapper-bottom a, .why-choose-us .why-choose-us-wrapper-bottom p, .why-choose-us .why-choose-us-wrapper-bottom span {
        padding-left: 10px
    }

    .slider-talk-about-us {
        padding-bottom: 50px
    }

    .slider-talk-about-us .peopel-item .peopel-comment {
        width: 80%;
        padding: 30px 20px
    }

    .slider-talk-about-us .group-btn-slider {
        position: relative;
        top: 0
    }

    .hind-layout-1 .hind-image {
        height: auto;
        top: 30px
    }

    .hind-layout-1 .hind-image img {
        height: auto
    }

    .hind-layout-1 .hind-content {
        padding: 30px
    }

    .hind-layout-1 .hind-content .title {
        font-size: 24px;
        max-height: 68px
    }

    .hind-layout-1 .hind-content .description {
        height: 72px
    }

    .hind-layout-1 .hind-content .btn {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        float: right;
        margin-top: 10px
    }

    .hind-layout-3 {
        min-height: 480px
    }

    .group-btn-slider .btn-prev, .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .best-staff {
        padding-bottom: 150px
    }

    .best-staff .group-btn-slider {
        position: relative;
        top: 80px
    }

    .best-staff .group-btn-slider .btn-prev, .best-staff .group-btn-slider .btn-next {
        top: auto;
        bottom: 20px;
        width: 40px;
        height: 40px;
        line-height: 32px
    }

    .best-staff .group-btn-slider .btn-prev {
        left: 50%;
        margin-left: -50px
    }

    .best-staff .group-btn-slider .btn-next {
        right: 50%;
        margin-right: -50px
    }

    .pricing {
        position: relative;
        padding-bottom: 100px
    }

    .pricing .group-title-index {
        margin-bottom: 30px
    }

    .pricing .pricing-wrapper .col-sm-4 {
        width: 100%
    }

    .pricing .pricing-wrapper .pricing-widget {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .pricing .group-btn-slider {
        display: block;
        position: relative;
        top: 40px
    }

    .courses .style-grid .col-style {
        margin-bottom: 70px
    }

    .courses .top-content {
        margin-bottom: 50px
    }

    .courses .top-content .result-output {
        margin-bottom: 30px
    }

    .gallery-page.gallery-mansonry .grid-item, .gallery-page.gallery-3column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .gallery-page.gallery-mansonry .grid-item-height2, .gallery-page.gallery-3column .grid-item-height2 {
        height: 550px
    }

    .gallery-page.gallery-4column .grid-item {
        width: 45.5%;
        height: 260px
    }

    .homepage-03 .info-text2 {
        display: none
    }

    .homepage-03 .info-text1 {
        float: left
    }

    .homepage-03 .info-text3 {
        float: right
    }

    header .header-main.homepage-03 .logo {
        display: block;
        float: left;
        line-height: 50px;
        width: 125px
    }

    header .header-main.homepage-03 .navigation {
        float: right
    }

    .choose-course-3 .item-course {
        width: 50%
    }

    .choose-course-3 .item-course:nth-last-child(-n+3) {
        border-bottom: none
    }

    .choose-course-3 .item-course:nth-child(3n-2) {
        border-left: none
    }

    .choose-course-3 .item-course:nth-last-child(-n+2) {
        border-bottom: 1px solid #e1e1e1
    }

    .choose-course-3 .item-course-wrapper .icon-course {
        width: 90px
    }

    .search-input .form-select, .search-input .form-submit, .search-input .sbHolder {
        width: 20%;
        display: inline-block
    }

    .search-input .form-submit span i {
        display: none
    }

    .slider-banner {
        min-height: 568px
    }

    .slider-banner .slider-item {
        min-height: 568px
    }

    .slider-banner .slider-item .slider-2 {
        background-position: -210px
    }

    .slider-banner .slider-item .slider-3 {
        background-position: -130px
    }

    .news-page .news-masonry .gird-item {
        width: 50%
    }

    .news-page .news-masonry .gird-item .owl-nav .owl-next {
        right: 0
    }

    .customs-row {
        display: inline
    }

    .course-video {
        margin-bottom: 30px
    }

    .table-body {
        height: 500px
    }

    blockquote {
        margin: 25px 10% 20px 10%
    }

    ul.tag-widget {
        margin: 20px 0 0 0
    }

    .footer-top .footer-top-wrapper {
        padding: 30px 0px
    }

    .footer-top .footer-top-wrapper .footer-top-left {
        display: table-row
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-focus {
        line-height: 1;
        margin-bottom: 5px
    }

    .footer-top .footer-top-wrapper .footer-top-left .footer-top-text {
        margin-bottom: 20px
    }

    .footer-top .footer-top-wrapper .footer-top-right {
        display: table-row;
        text-align: left
    }

    .footer-main .footer-main-wrapper {
        padding: 70px 0 10px 0
    }

    .footer-main .title-widget {
        padding-bottom: 25px
    }

    .nav-subscribe-wrapper .nav-subscribe-left .subscribe-text {
        font-size: 25px
    }

    .page-404 {
        background-position: -200px
    }

    .intro-edu {
        padding-bottom: 100px
    }

    .intro-edu .intro-edu-wrapper .col-md-5 {
        text-align: center
    }

    .edu-ab .edu-ab-content ul li .circle-icon:after {
        width: 50%
    }

    .edu-ab .edu-ab-content ul li .circle-icon:before {
        width: 50%
    }

    .edu-feature .col-md-6:first-child {
        margin-bottom: 50px
    }

    .edu-feature img {
        margin: 0 auto;
        display: block
    }

    .sidebar {
        margin-top: 70px
    }

    .hind-dropdown-menu-1 > li > a, .hind-dropdown-menu-1 > li span, .hind-dropdown-menu-1 > li p {
        line-height: 40px !important
    }

    .carousel-indicators {
        display: none
    }

    .slider-talk-about-us.style-2 .group-btn-slider {
        display: block
    }

    .slider-talk-about-us.style-2 .group-btn-slider .btn-next, .slider-talk-about-us.style-2 .group-btn-slider .btn-prev {
        background-color: transparent;
        border-color: rgba(0, 0, 0, 0.5);
        color: rgba(0, 0, 0, 0.5);
        box-shadow: none;
        background-image: none
    }

    .teacher-skill {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .teacher-skill .teacher-skill-wrapper .title {
        margin-bottom: 29px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level {
        margin-bottom: 20px;
        padding: 0 30px
    }

    .teacher-skill .teacher-skill-wrapper .row .skill-level:nth-last-child(2), .teacher-skill .teacher-skill-wrapper .row .skill-level:last-child {
        margin-bottom: 20px
    }

    .teacher-course .teacher-course-wrapper .table-body {
        height: 100%
    }
}
.left-top{
        width: max-content;
}
.support-call{
        color: #fff;
    
    
    padding: 3px;
    font-weight: bold;
}
.social-box a img{
     width: 29px;
    height: 28px;
        padding-bottom: 2px;

}

.navbar-brand>img {
  
  width: 184px;
  
}
.navbar-brand {
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 20px;
}

.navbar-default .navbar-nav > li > a{
     color: #000;
    font-size: 14px;
    font-weight: 600;
        
}
.navbar-default .navbar-nav > .dropdown > a .caret{
    border-top-color: #000;
    border-bottom-color: #000;
    
}
.navbar-default .navbar-brand{
    color:#fff;
}
.menu-large {
  position: static !important;
}
.megamenu{
  padding: 20px 0px;
  width:100%;
     
}
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f58220 !important;
      border-radius: 5px;

}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #000;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 425px) {
    .image-center img{
            display: none;
    }
    .float{
        right: auto!important;
    }
   .col-xs-6{
      width: 100% !important;
   }
    .lc-ehifke{
            display: none;
    }
    .panel-group{
        display: none;
    }
.wrapper {
    width: 100% !important;
}
}
@media (min-width: 768px) {

.icon-phon{
        display: none;
}
}
@media (max-width: 768px) {
    .col-md-3 img{
      width: 170px;  
    }
    .display-a img{
            width: 170px;
    }
    .megamenu> li > ul > li{
            font-size: 15px!important;
    }
     #contactForm{
            left: 25% !important;
            width: max-content !important;
    }
    .navbar-default .navbar-nav > .dropdown > a .caret{
        float: right;
    }
    .navbar-default .navbar-nav > li > a{
            color: #000;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px dotted #e8e8e8;
    line-height: 6px;
    }
    .phone-box,.email-box{
        display: none;
    }
    .social-box .whars-aap{
        display: contents!important;
    }
   .panel-group{
            margin-bottom: 0 !important;
    width: 250px !important;
    margin-right: -150px!important;

    
    }
    .fadeInDown{
        text-align: center!important;
    }
    .dropdown-menu{
        background-color: #123456 !important;
            position: inherit;

    }
    .row-fote{
        width: 100% !important;
    }
    .Categories{
        width: auto !important;
    }
     .wrapper{
            width: 100%;
     }
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
    color:#fff;
  }
}
.Categories{
    width:23%; 
}
.navbar-default .navbar-nav > li > a:hover{
    color:#ffffff;
}
.navbar-default {
    border-color:#ffffff;
   
    padding-top: 10px;
      
    width: 100%;
margin-bottom: 6px;

}
.navbar-default .navbar-nav>.active>a{
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 5px;
    background: #f58220;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 5px;
    background: #f58220;
}
.navbar-nav li a:hover{
            color: #fff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 5px;
    background: #f58220 !important;
}
.navbar-collapse .navbar-nav > li a.active {
    color: #ffffff;
     box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 5px;
    background: #f58220;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 20px;
    line-height: 1.42857143;
   color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 5px;
    background: #f58220;
}
.megamenu{
        padding: 20px 0px;
    width: 100%;
    background: #123456;
    
}
#footer.color {
    color: #FFF;
}
.menu-item a{
    color: #ffff;
}
.title{
    color: #FFF;
    padding-top: 8px;
}
.row-fote a:hover{
    color:#000;
}
.new_footer li a:hover {
   color: #f58220;
}
.menu-item a:hover{
color: #f58220;
}
.new_footer li a{
    color: #fff;
    float: left;
 
    padding-left: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.im-checkout-layout {
   
    width: 100px!important;
}
.im-checkout-layout .layout-vertical {
    width: 100px!important;
    height:31px;
}
.row-fote a{
    color: #fff;
}
 .row-fote{
    width: 20%;
    background-color: #f58220;

} 
#sub-menu ul li{
    float: left;
    padding-left: 20px;

}
#sub-menu  li a{
 color: #fff;

}
.new_footer{
    background-color: #123456;
}
.contact-1{
           position: absolute;
    left: -5px;

}
.ts-social-footer  a{
    color: #fff;
    padding-left: 10px;
}
.nav>li>a{
       padding-top: 16px;
    padding-left: 7px;
    padding-bottom: 16px;
    padding-right: 7px;
}


.root{
        float: right;
    width: auto;


}
.navbar-nav li{
        font-family: 'Open Sans', sans-serif !important;
}
.real-time {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    transform: scale(1, 1.1);
    -webkit-transform: scale(1, 1.1);
    -moz-transform: scale(1, 1.1);
    -ms-transform: scale(1, 1.1);
    -o-transform: scale(1, 1.1);
}
.just-miss-call {
    color: #c7c7c7;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 20px;
}
.margin-real {
    margin: 25px 0;
}
.see-report {
    background: #ff6529;
    border-radius: 3px;
    padding: 5px 34px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.ivr-left{
    width: auto;
}
.navbar-default{
        background-color: #ffffff;
}
.nav .open>a{
        color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #f58220 !important;
}
.vc_custom_1562583077736 {
    border-top-width: 1px !important;
    border-right-width: 5px !important;
    border-bottom-width: 5px !important;
    border-left-width: 2px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    border-left-color: #7f7f7f !important;
    border-left-style: solid !important;
    border-right-color: #7f7f7f !important;
    border-right-style: solid !important;
    border-top-color: #7f7f7f !important;
    border-top-style: solid !important;
    border-bottom-color: #7f7f7f !important;
    border-bottom-style: solid !important;
    border-radius: 35px !important;
}
.service-heading{
        text-align: center;
    color: #867b7b;
    font-weight: 600;
}
.ib-wrapper p{
    text-align: justify;
        padding: 5px;
}
.ib-link {
    text-align: center!important;
}
.lgo-img   {
    text-align: center;
    padding-top: 10px;
}
.lgo-img img{
    width: 100px;
}
.sms-service{
    margin-top: 15px;
}
.vc_custom_1562583077736:hover{
   
 border-left-color: #f58220 !important;
    border-left-style: solid !important;
    border-right-color: #f58220 !important;
    border-right-style: solid !important;
    border-top-color: #f58220 !important;
    border-top-style: solid !important;
    border-bottom-color: #f58220 !important;
    border-bottom-style: solid !important;
    border-radius: 35px !important;
    

}
.vc_custom_1562583077736:hover{
      box-shadow: 0 20px 30px rgba(0,0,0,.19), 0 10px 10px rgba(0,0,0,.22);

}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        -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_button { 
  text-transform: uppercase;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  color: white;
}

.bounce_button:hover {
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.ib-link a{
    border-radius: 10px;
    padding: 7px;
    background: #123456;
    color: #fff;

}
.ib-link a:hover{
    border-radius: 10px;
    
    padding: 7px;
    background: #f58220;
    color: #fff;

}
.ss th {
    border: none;
    background-color: #F60;
    text-align: left;
    color: fff;
    padding: 8px;
}
.ss tr:nth-child(even) {
    background-color: #f2f2f2;}
.sms-service{
    margin-right:  0px !important;
}
.parallax-off{
         padding: 20px 0 !important; 
}
.feed-back2 {
    height: 40px;
    width: 80px;
    position: fixed;
    top: 400px;
    left: 0px;
}
.icon_wrap:hover{
    background-color: #f58220;
}
.bulk-sms-data p i{
    color:#f58220;
}
.for-ex{
    color:#f58220;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 1000;
}

.sticky + .content {
  padding-top: 102px;
}

* { box-sizing: border-box; }

#contact:hover{
    background: linear-gradient(to right, #123456, #f58220);
}
#contact { 
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  margin: 0.7em auto;
  width: 100px; 
  height: 34px; 
  line-height: 30px;
    background: linear-gradient(to right, #f58220, #123456);
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white;
      border-radius: 5px;
  
}

#contact:hover { background: #666; }
#contact:active { background: #444; }

#contactForm { 
  display: none;

  border: 6px solid #f58220; 
  padding: 2em;
  width: 400px;
  text-align: center;
  background: #fff;
  position: fixed;
  top:55%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
  border: 1px solid;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}
#contactForm input[type=button], input[type=reset], input[type=submit]{
    cursor: pointer;
    padding-top: 5px;
 width: 100%;


}

.tab-content>.active {
    display: block;
}
.font_weight_400 {
    font-weight: 400;
}
.pricetable {
    margin-top: 20px;
}
.pricetable .pricetable_border {
    border-radius: 7px;
    border-width: 1px 1px 8px 1px;
    border-color: #ff9801 !important;
    border-style: solid;
}
.dropdown11 {
    position: relative;
    display: inline-block;
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.dropdown11-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.pricetable h3 {
    background-color: #ff9801;
    text-align: center;
    color: #fff;
    padding: 20px;
    margin: 0;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
}
#button-box {
  display: flex;
  flex-direction: row;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
}
.close-offcanvas {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
    color: #f1480b;
    border: 2px solid #f1480b;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
}
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
}
.sp-module-title {
    background: #f48120;
    display: inline;
    padding: 8px 24px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: inset 1px 5px 10px -5px rgba(0, 0, 0, .55);
}
#omega{
        position: fixed;
    z-index: 1000;
    width: -webkit-fill-available;
}
.slider-area{
        padding-top: 115px;
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu {
   
    display: none !important;
}
}
@media (max-width: 375px){
.list-style {
   
  margin-left: 0px !important;
}
.headbtn{
        margin-left: 0px!important;
}
}
@media (max-width: 900px){

.megamenu> li > ul > li > a {
    display: block;
     padding:0px!important;
   
}
.megamenu li a {
    font-size: 14px!important;
}
}



@media (max-width:900px){
.image-center img {
    display: none;
}
}

.navbar-nav {
    margin: 0px!important;
}
#omega-button{
    font-size: 22px;
    width: 70px;
    color: #fff;
    background: #f58220;
}

.enguriy{
        margin-top: -15px;
    text-align: center;

}
.Enquiry-pic{
        vertical-align: middle;
    margin-top: -89px;
    float: right;

}


@media (max-width: 768px){
    .dropdown-toggle{
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
.form-group {
    margin-bottom: 0px !important;
}
.owl-next i{
color: #f58220!important;
}
.owl-prev i{
background: none !important;
    color: #f58220!important;
}
.icon{
background: none !important;
    color: #f58220!important;
} 

.Enquiry-pic{
    margin-top: 0px;
        float: none;
}
}


@media (max-width: 320px){

.Enquiry-pic{
    display:none;
}
}
#enquirypopup{
background-color: rgba(0,0,0,0.7);} 
#enquirypopup.modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #17B6BB;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;

}

.custom-modal-header {
    text-align: center;
    color: #da1b22;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
          z-index: 99999999;
    color: #ebebeb;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 432px;
    right: -20px;
    position: absolute;
    opacity: 1;
    background: #e02927;
    border-radius: 60%;
}

.custom-modal-header .modal-title {
     font-weight: 900;
    font-size: 20px;
    color: #000;

}

#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}



.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2;
  cursor: pointer;
}
.modal-content {
    position: initial;}
@media (max-width: 768px){
    .modal-dialog {
    width: 280px;
    margin: 30px auto;
}
.offer {
    width: 290px;
    height: 130px;
    margin-top: -9px;
}
}
@media (max-width: 600px){
.slid-page{
    font-size: 28px!important;
    letter-spacing: 0px!important;
}

}
.hovereffect {
  width: 100%;
  /*height: 100%;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  /*background-color: rgba(75,75,75,0.7);*/
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 20px;
  padding: 22px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    margin-top: 120px;
    position: absolute;
    margin-left: 35%;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
     margin: 57px 0 0 0;
    padding: 110px 150px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.offer {
   
    height: 130px;
    margin-top: -9px;
}

@media (min-width: 768px){
.form-group{
    margin-bottom: 5px !important;;
}

.error{    width: auto;
    margin-left: 33%;}
.modal-dialog {
    width: 400px !important;
    margin: 30px auto;
}
}
@media (max-width:425px){
 
.offer {
   
    height: 130px;
    margin-top: -9px;

}
}

.modal-content{
    background-color: #f8f8f8;
}

.best{
    width: 117px;
    height: 131px;
    position: absolute;
    margin-top: -49px;
    display: list-item;
    margin-left: 75%;
}
b, strong {
    font-weight: 700;
    color: #a3a4a5;
}
.dropdown:hover .dropdown-menu{display: inline-block;}
.main-navigation a:hover{
background-color: #f8f8f8;
color:#fff;
}