

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    overflow-y: scroll;
    font-size: 15px;
}

/* -----------------------------------------
           02. BASE TYPOGRAPHY
-------------------------------------------- */

body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    /*display: block;*/
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.75;
}

p:not(:last-child) {
    margin-bottom: 1.25em;
}

h1, h2, h3, h4, h5 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

strong, b {
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif;
}

.badge {
    display: inline;
    padding: 0.20rem .5rem;
    line-height: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 77%;
}

.badge-pill {
    padding-right: .875em;
    padding-left: .875em;
    border-radius: 50rem;
}

.custom-radius {
    border-radius: 15px;
}

.page-header-content {
    text-align: left;
    font-size: 16px;
}

    .page-header-content h1 {
        text-align: left !important;
        font-size: 34px;
        text-transform: uppercase;
    }

        .page-header-content h1 em {
            font-size: 14px;
            vertical-align: text-top;
        }

/*========================================
        03. PRE DEFINE CLASS CSS
==========================================*/
@import url('//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";    
    float: right;
    margin-top: -54px;
}
.accordion-opened .accordion-toggle:after {    
    content: "\f054";    
}
.accordion-heading h4 { padding: 10px;}

.icon-right{
  width: 15px;
  margin-right: 10px;
}
.ptb-100 {
    padding: 50px 0;
}

.ptb-50 {
    padding: 15px 0 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-165 {
    /*padding-top: 165px;*/
    padding-top: 0px;
}

.pb-100 {
    padding-bottom: 50px;
}

.mt--165 {
    margin-top: -50px !important;
}

.gray-light-bg {
    background: #fafafa;
    padding: 18px 0 !important;
}

.gray-light-bg1 {
    background: #0b0e2d;
    padding: 18px 0 !important;
}

.primary-bg {
    background: #080c85;
    /*border-bottom:1px solid #49494a;
	padding:2px 0px;*/
}

.secondary-bg {
    background: #e87505;
    border-radius: 50%;
}

.color-primary {
    color: #1A2C79;
}

.color-secondary {
    color: #e87505;
}

    .color-secondary img {
        display: inherit;
        margin-right: 10px;
    }

.gradient-bg {
    background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
}

.white-bg {
    background: #ffffff;
}
.gray-bg {
    background: #f8f8f8;
}
a {
    color: #1A2C79;
}

    a:hover {
        color: #e87505;
        text-decoration: none;
    }

.color-1 {
    color: #ff164e;
}

.color-1-bg {
    background: rgba(255, 22, 78, 0.15);
}

.color-2 {
    color: #e87505;
}

.color-2-bg {
    background: rgba(145, 35, 255, 0.15);
}

.color-3 {
    color: #1A2C79;
}

.color-3-bg {
    background: rgba(0, 115, 236, 0.15);
}

.color-4, .ratting-color {
    color: #ff7c3f;
}

.color-4-bg {
    background: rgba(255, 124, 63, 0.15);
}

.color-5, .success-color {
    color: #2ebf6d;
}

.color-5-bg {
    background: rgba(46, 191, 109, 0.15);
}

.color-6 {
    color: #f25c7f;
}

.color-6-bg {
    background: rgba(242, 92, 127, 0.15);
}

.animated-btn {
    transition: all .25s ease-in-out;
}

    .animated-btn:hover {
        transform: translate(0, -3px);
        -webkit-transform: translate(0, -3px);
    }

.outline-btn, .secondary-solid-btn, .primary-solid-btn, .solid-white-btn, .outline-white-btn, .secondary-outline-btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 13px;
    transition: all .25s ease-in-out;
}

.primary-solid-btn {
    border: 1px solid #1A2C79;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .15);
    background-image: linear-gradient(to bottom, #1A2C79, #0e206d);
    color: #ffffff;
}

    .primary-solid-btn:hover {
        background: transparent;
        color: #1A2C79;
    }

.secondary-solid-btn {
    color: #fff;
    background: #e75820;
    border: 1px solid #e75820;
}

    .secondary-solid-btn:hover {
        background: transparent;
        color: #e87505;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.secondary-outline-btn {
    color: #e87505;
    display: inline-block;
    border: 1px solid #e87505;
}

    .secondary-outline-btn:hover {
        background: #e87505;
        color: #ffffff;
    }

.outline-btn {
    position: relative;
    display: inline-block;
    color: #1A2C79;
    border: 1px solid #1A2C79;
}

    .outline-btn:after {
        content: " ";
        position: absolute;
        top: -1px;
        left: -1px;
        bottom: -1px;
        right: -1px;
        z-index: -1;
        border-radius: 4px;
        opacity: 0;
        transition: 400ms;
        text-shadow: 0 0.5px 0.3px rgba(0,0,0,.1);
        background-image: linear-gradient(to bottom,#1A2C79,#0e206d);
    }

    .outline-btn:hover:after {
        opacity: 1;
    }

    .outline-btn:hover {
        color: #ffffff;
        background-image: linear-gradient(to bottom,#1A2C79,#0e206d);
    }

.primary-bg h1, .primary-bg p {
    color: #fff;
}

.solid-white-btn {
    background: #ffffff;
    border-color: #ffffff;
    color: #1A2C79;
}

    .solid-white-btn:hover {
        background: transparent;
        color: #ffffff;
    }

.outline-white-btn {
    color: #ffffff;
    border-color: #ffffff;
}

    .outline-white-btn:hover {
        background: #ffffff;
        color: #1A2C79;
    }

/*icon size*/
.icon-sm {
    font-size: 25px;
    line-height: 25px;
}

.icon-md {
    font-size: 40px;
    line-height: 40px;
}

.icon-lg {
    font-size: 50px;
    line-height: 50px;
}

/*form field css*/
.form-control {
    border-color: #ebebeb;
    padding: .75rem 0.85rem;
    height: calc(2.56em + .75rem + 2px);
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1 !important;
    font-size: 13px;
}

input[type]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
select.form-control.has-value {
    /* Firefox 18- */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
select.form-control.has-value {
    /* Firefox 19+ */
    color: #b1b1b1;
    font-size: 13px;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
select.form-control.has-value {
    color: #b1b1b1;
    font-size: 13px;
}

select.form-control.has-value {
    height: 52px;
}

.section-heading h2 span {
    font-weight: 400;
    font-size: 2rem;
}

.z-index {
    z-index: 9;
}

.height-lg-100vh {
    min-height: 100vh;
}

@media (max-width: 576px) {
    .height-lg-100vh {
        height: auto;
    }
}

.custom-badge {
    top: 5%;
    right: 8%;
}

.image-wrap img {
    display: block;
}

/*app download btn*/

.app-download-list li a {
    padding: 10px 22px;
    color: inherit;
    font-size: 13px;
    line-height: 15px;
}

.download-text span {
    font-size: 13px;
}

.download-text h5 {
    font-size: 20px;
    color: inherit;
    font-weight: normal;
}

.app-download-list li a:hover {
    background: #1A2C79;
    color: #FFFFFF;
    border-color: #1A2C79 !important;
}
/*=========================================*/
.hub-testing h5 {
    font-size: 20px;
    color: #e87505;
    min-height: 40px;
    text-align: center;
}

.hub-testing {
    margin-bottom: 10px;
    padding: 5px;
    border: 6px double #080c85;
    max-height: 329px;
    height: 332px;
}
.hub-testing img {
    margin-bottom: 20px;
    padding: 15px;
    
    text-align: center;
    margin: 0px 37px;
    /*! width: 62%; */
}

.hub-testing-main h3 {
    padding: 0 0 20px;
}

.hub-testing-main {
    background: #f8f8f8;
}

.hub-testing p {
    font-size: 13px;
    text-align: center;
}
/*=========================================*/
.Pay-on-testing h5 {
    font-size: 20px;
    color: #e87505;
    min-height: 40px;
    text-align: center;
}

.Pay-on-testing {
    margin-bottom: 10px;
    padding: 5px;
    border: 6px double #080c85;
    max-height: 329px;
    height: 332px;
	text-align: center
}
.Pay-on-testing ul {
    margin-bottom: 0px;
    
}
.Pay-on-testing ul li { margin-bottom: 0px;}
.Pay-on-testing ul li img { margin-bottom: 0px;}
.Pay-on-testing img {
    margin-bottom: 20px;
    padding: 15px;
    
    text-align: center;
   
    /*! width: 62%; */
}

.Pay-on-testing-main h3 {
    padding: 0 0 20px;
}

.Pay-on-testing-main {
    background: #f8f8f8;
}

.Pay-on-testing p {
    font-size: 13px;
    text-align: center;
}


/*=========================================
            04. HEADER CSS
============================================*/
.affix {
    background-color: #1A2C79;
    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}

/*header topbar*/
.topbar-text ul li {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.topbar-text ul.list-inline li a {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.topbar-text ul li:not(:first-child) {
    padding: 0px;
    border-right: 1px solid #e7e8e8;
}

.topbar-text ul li strong {
    font-size: 14px;
    vertical-align: middle;
}

.topbar-text ul li a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 6px 7px;
}

    .topbar-text ul li a:hover {
        color: #fff;
    }

.gradient-bg .topbar-text ul li, .gradient-bg .topbar-text ul li a {
    color: #ffffff;
    opacity: 0.8;
}

    .gradient-bg .topbar-text ul li a:hover {
        opacity: 1;
    }

.topbar-text ul li span {
    vertical-align: middle;
}


.white-bg.affix, .custom-nav.affix {
    background: #ffffff;
    border-bottom: 1px solid #ebebeb;
}

.fixed-top {
    top: auto;
}

    .fixed-top.affix {
        top: 0;
    }

.white-bg.custom-nav ul li a:hover {
    opacity: 1;
}

.bg-transparent ul li a {
    color: #ffffff;
    opacity: 0.7;
}

    .bg-transparent ul li a:hover, .white-bg.affix ul li a:hover {
        opacity: 1;
    }

.bg-transparent.affix {
    background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
}

.navbar-toggler {
    color: #ffffff;
}
/*main menu new style*/
.header nav.navbar {
    padding: 0.3rem 1rem;
    transition: all .3s ease-in-out;
    background: #e75820;
}

    .header nav.navbar.affix {
        padding: 0 1rem;
    }

.navbar-brand {
    font-size: inherit;
    height: auto;
}

.menu {
    display: block;
}

    .menu li {
        display: inline-block;
        position: relative;
    }

        .menu li:first-child {
            margin-left: 0;
        }

        .menu li a {
            font-size: 14px;
            font-weight: 600;
            font-family: 'Montserrat', sans-serif;
            text-decoration: none;
            display: block;
            transition: all 0.3s ease-in-out 0s;
            color: #fff;
            /*opacity: 0.8;*/
        }

    .menu.navbar-nav .nav-link {
        padding: 15px;
    }

.white-bg > .menu li a {
    color: #081d43 !important;
}

.menu li a:hover, .menu li:hover > a {
    opacity: 1;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 200px;
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 9;
    border-radius: 4px;
    transform: translate(0,20px);
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 4px 10px rgba(0,0,0,.15);
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    border: none;
}

    .menu ul:after {
        bottom: 100%;
        left: 35px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border: solid transparent;
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .menu ul li {
        display: block;
        float: none;
        background: none;
        margin: 0;
        padding: 0;
    }

        .menu ul li a {
            text-transform: inherit;
            font-weight: normal;
            display: block;
            color: #424141;
            padding: 8px 15px;
            font-family: 'Montserrat', sans-serif;
        }

            .menu ul li a:hover, .menu ul li:hover > a {
                color: #ffffff;
                background: #1A2C79;
            }

    .menu ul.sub-menu li:first-child a:hover,
    .menu ul.sub-menu li:last-child ul li:first-child a:hover {
        border-radius: 4px 4px 0 0;
    }

    .menu ul.sub-menu li:last-child a:hover,
    .menu ul.sub-menu li:last-child ul li:last-child a:hover {
        border-radius: 0 0 4px 4px;
    }

    .menu ul.sub-menu li:last-child ul li a:hover {
        border-radius: 0;
    }

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.menu ul ul {
    left: 200px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}

.menu ul.sub-menu ul:after {
    left: -8px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border: solid transparent;
    border-right-color: #fff;
    border-width: 8px;
}

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

.responsive-menu {
    display: none;
    width: 100%;
    padding: 20px 15px;
    background: #374147;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

    .responsive-menu:hover {
        background: #374147;
        color: #fff;
        text-decoration: none;
    }

@media (min-width: 320px) and (max-width: 992px) {
    .navbar {
        background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
        padding: .45rem 1rem !important;
    }

    .inner-page-menu .navbar {
        background: none !important;
        padding: 0px !important;
    }

    .menu li {
        display: block;
    }

    .white-bg.affix, .custom-nav.affix, .navbar.white-bg {
        background: #ffffff !important;
        border-bottom: 1px solid #ebebeb;
    }

    .white-bg.custom-nav ul li a, .custom-nav ul li a {
        color: #081d43 !important;
    }

    .white-bg.navbar .navbar-toggler span {
        color: #1A2C79;
    }

    .ptb-100 {
        padding: 55px 0;
    }

    .pt-100 {
        padding-top: 55px;
    }

    .pb-100 {
        padding-bottom: 55px;
    }

    .pt-165 {
        padding-top: 100px;
    }

    .mt--165 {
        margin-top: 0 !important;
    }

    .hero-equal-height {
        min-height: auto !important;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .mainWrap {
        width: 768px;
    }

    .menu ul {
        top: 37px;
    }

    .menu.navbar-nav .nav-link {
        padding: 8px 15px;
    }

    a.homer {
        background: #374147;
    }
}

@media (max-width: 767px) {
    .responsive-menu {
        display: block;
    }

    .header nav.navbar {
        padding: 0.5rem 1rem;
    }

    .mainWrap {
        width: auto;
        padding: 50px 20px;
    }

    nav {
        margin: 0;
        background: none;
    }

    .menu li {
        display: block;
        margin: 0;
    }

    .menu.navbar-nav .nav-link {
        padding: 8px 15px;
    }

    ul.menu li a.nav-link.dropdown-toggle:after {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .menu li a:hover, .menu li:hover > a {
        background: #1A2C79;
        color: #fff;
        padding-left: 15px;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }
}

@media (min-width: 991px) and (max-width: 1920px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.sub-menu .dropdown-item:after {
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 17px;
}

@media (min-width: 320px) and (max-width: 991px) {
    .menu ul {
        visibility: visible !important;
        opacity: 1 !important;
        max-height: 220px;
        overflow: auto;
        border-left: 1px solid #485694;
        border-radius: 0 0 4px 4px;
    }

    .dropdown.show .dropdown-toggle {
        background: #1A2C79;
        color: #ffffff;
    }

    .sub-menu .dropdown-item:after {
        transform: none;
    }
}
/*=========================================
            05. HERO SECTION CSS
============================================*/
.hero-equal-height {
    position: relative;
    min-height: 700px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

    .hero-equal-height.hero-tab-slider {
        min-height: 700px !important;
    }

.shape-bottom img.bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}


.hero-bg-1, .hero-bg-2 {
    position: relative;
    display: block;
    width: 100%;
}

    .hero-bg-1:before {
        position: absolute;
        content: '';
        background: url("../images/slider-bg-2.svg")no-repeat center bottom / cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

    .hero-bg-2:before {
        position: absolute;
        content: '';
        background: url("../images/slider-bg-1.svg")no-repeat center bottom / cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
    }

.hero-slider-content h1 {
    font-size: 60px;
    line-height: initial;
    font-weight: 400;
    margin: 0px;
}

.hero-slider-content p, .page-header-content p {
    font-style: italic;
}


.slider-bg-image, .gradient-overlay {
    position: relative;
    width: 100%;
    display: block;
}

    .slider-bg-image:before {
        position: absolute;
        content: '';
        background: #030d1e;
        opacity: 0.60;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .gradient-overlay:before {
        position: absolute;
        content: '';
        background-image: linear-gradient(75deg, rgba(26, 44, 121, 0.88) 10%, rgba(232, 117, 5, 0.5)) !important;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


.video-section-wrap .background-video-overly {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient(75deg, rgba(26, 44, 121, 0.75) 10%, rgba(232, 5, 102, 0.85)) !important;
}




.gradient-overly-right-light, .gradient-overly-right-color, .gradient-overly-left, .gradient-overly-bottom, .gradient-overly-top {
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

    .gradient-overly-right-light:before, .gradient-overly-right-color:before, .gradient-overly-left:before, .gradient-overly-bottom:before, .gradient-overly-top:before {
        content: "";
        z-index: -1;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .gradient-overly-right-light:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
        background: linear-gradient(to right, #fff4f4 30%, rgba(26, 44, 121, 0.18) 60%);
    }

    .gradient-overly-right-color:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
        background: linear-gradient(to right, #1A2C79 30%, rgba(26, 44, 121, 0.18) 100%);
    }

    .gradient-overly-left:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
        background: linear-gradient(to left, #1A2C79 30%, rgba(26, 44, 121, 0.18) 100%);
    }

    .gradient-overly-bottom:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
        background: linear-gradient(to bottom, #1A2C79 45%, rgba(26, 44, 121, 0.18) 100%);
    }

    .gradient-overly-top:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #1A2C79), to(transparent));
        background: linear-gradient(to top, #1A2C79 35%, rgba(26, 44, 121, 0.18) 100%);
    }



/*dot indicator css*/
.dot-indicator-center .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 15px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}

.dot-indicator-center.owl-theme .owl-dots .owl-dot.active span, .dot-indicator-center.owl-theme .owl-dots .owl-dot:hover span {
    background: #1A2C79;
}

.dot-indicator-center.owl-theme .owl-dots button.owl-dot:focus {
    outline: none !important;
}

/*custom dot style*/

.custom-dot.owl-theme .owl-dots, .custom-arrow.owl-theme .owl-nav {
    position: absolute;
}

.custom-dot.dot-right-center.owl-theme .owl-dots {
    margin: 0 !important;
    top: 40%;
    right: 10%;
}

.custom-dot.dot-bottom-center.owl-theme .owl-dots {
    width: 100%;
    margin: 10px auto;
}

    .custom-dot.dot-bottom-center.owl-theme .owl-dots button {
        margin: 0 4px;
        border: 1px dashed #1A2C79;
    }

.custom-dot.dot-right-center.owl-theme .owl-dots button {
    display: block;
    border: 1px dashed #ebebeb;
    margin: 6px 0;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots button {
    margin: 0 4px;
    border: 1px dashed #ebebeb;
}

.custom-dot.custom-dot-2.owl-theme .owl-dots {
    right: 15px;
    top: auto;
    bottom: -10%;
}

.custom-dot.owl-theme .owl-dots button {
    border-radius: 100%;
    border: 1px dashed #1A2C79;
    margin: 0 4px;
}

    .custom-dot.owl-theme .owl-dots button:focus, .custom-arrow.owl-theme .owl-nav button:focus {
        outline: none;
    }

    .custom-dot.owl-theme .owl-dots button.owl-dot.active, .custom-dot.owl-theme .owl-dots button.owl-dot span {
        background: #ffffff;
    }

        .custom-dot.owl-theme .owl-dots button.owl-dot span:hover {
            background: #e87505;
        }

        .custom-dot.owl-theme .owl-dots button.owl-dot.active span {
            background: #e87505;
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
        }

.custom-dot.owl-theme .owl-dots .owl-dot span {
    margin: 2px;
}

/*custom arrow*/
.custom-arrow.owl-theme .owl-nav button {
    width: 30px;
    background: transparent;
    border: 1px dashed #ebebeb;
    line-height: 26px;
}

    .custom-arrow.owl-theme .owl-nav button:hover {
        background: #e87505;
        border-color: #e87505;
    }

        .custom-arrow.owl-theme .owl-nav button:hover span {
            color: #ffffff;
        }

    .custom-arrow.owl-theme .owl-nav button span {
        font-size: 25px;
        color: #e87505;
    }

.custom-arrow-bottom-center.owl-theme .owl-nav {
    width: 100%;
    margin: auto;
    margin-top: 8px;
}

.custom-arrow-left-right.owl-theme .owl-nav {
    width: 100%;
    top: 25%;
}

    .custom-arrow-left-right.owl-theme .owl-nav button.owl-prev, .custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
        position: absolute;
    }

    .custom-arrow-left-right.owl-theme .owl-nav button.owl-prev {
        left: -35px;
    }

    .custom-arrow-left-right.owl-theme .owl-nav button.owl-next {
        right: -35px;
    }
/*heighlight feature list*/

.highlight-list li {
    border: 1px dashed #ebebeb;
    border-radius: 4px;
    text-align: center;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    min-width: 130px;
}

    .highlight-list li h5 {
        font-size: 32px;
        font-weight: 700;
    }

    .highlight-list li h6 {
        font-size: 13px;
    }

/*slider */
.custom-indicators {
    position: absolute;
    bottom: 0;
    z-index: 5;
    width: 100%;
}

    .custom-indicators li {
        min-width: 200px;
        transition: all 0.3s ease-in;
    }

        .custom-indicators li button {
            border: none;
            display: block;
            width: 100%;
            padding: 1.5rem;
            justify-content: center;
            border-radius: 4px 4px 0 0;
            transition: all 0.3s ease-in;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }

        .custom-indicators li.active button {
            background: #e87505;
            color: #ffffff;
        }

            .custom-indicators li.active button span {
                color: #ffffff;
            }

        .custom-indicators li button:focus {
            outline: none;
        }

@media (min-width: 320px) and (max-width: 575px) {
    .hero-equal-height.hero-tab-slider {
        min-height: 500px !important;
    }

    .custom-indicators li {
        min-width: auto;
    }

        .custom-indicators li button {
            padding: 6px 8px;
        }
}

.big-text {
    position: relative;
    font-size: 120px;
    line-height: 130px;
    font-weight: 700;
}

    .big-text span {
        position: absolute;
        font-size: 16px;
        top: -65px;
    }

@media (min-width: 320px) and (max-width: 767px) {
    .big-text {
        font-size: 60px;
        line-height: 80px;
    }

        .big-text span {
            top: -35px;
        }
}

/*=========================================
        06. CEO MESSAGE SECTION CSS
============================================*/
.ceo-message-wrap {
    position: relative;
    display: block;
}

.year-highlight-text h4 {
    font-size: 25px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
    background: #7202bb url("../images/yers-bg.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
}

    .year-highlight-text h4 span {
        font-size: 215px;
        line-height: 220px;
    }

    .year-highlight-text h4 sub {
        background: #1A2C79 url("../images/yers-bg.jpg") no-repeat;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: auto;
        background-position: center;
        display: inline-block;
        top: -6px;
        font-size: 25px;
        line-height: 25px;
    }

.ceo-image {
    margin-top: 30px;
}
/*core services css*/
.core-services-single {
    position: relative;
    display: block;
    transition: all 0.3s ease-in;
}

    .core-services-single a {
        text-decoration: none;
        position: absolute;
        right: 15px;
        bottom: -15px;
        color: #ffffff;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.12);
    }

    .core-services-single:hover {
        background: linear-gradient(75deg, #1A2C79 10%, #e87505);
        color: #fff;
    }

        .core-services-single:hover h5, .core-services-single:hover span {
            color: #ffffff !important;
        }

        .core-services-single:hover a, .core-services-single:hover a > span {
            color: #1A2C79 !important;
            background: #ffffff;
        }

/*our services style two*/


.services-block-three > a {
    display: block;
    position: relative;
}

    .services-block-three > a:before {
        display: block;
        content: "";
        width: 9%;
        height: 17%;
        position: absolute;
        bottom: -2px;
        right: -2px;
        border-bottom: 1px solid #1A2C79;
        border-right: 1px solid #1A2C79;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .services-block-three > a:after {
        display: block;
        content: "";
        width: 9%;
        height: 17%;
        position: absolute;
        top: -2px;
        left: -2px;
        border-top: 1px solid #1A2C79;
        border-left: 1px solid #1A2C79;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

.services-block-three a, .services-block-three p {
    color: #757575;
    text-decoration: none;
}

.services-block-three p {
    margin-bottom: 0;
}

.services-block-three > a:hover {
    opacity: 1;
    border-color: #ebebeb;
}

    .services-block-three > a:hover:before, .services-block-three > a:hover:after {
        width: 95%;
        height: 90%;
    }


/*=========================================
        07. FEATURE SECTION CSS
============================================*/
.icon-box-left {
    position: relative;
    padding-left: 60px;
    text-align: left;
}

    .icon-box-left .icon-box-icon {
        position: absolute;
        height: 38px;
        width: 38px;
        left: 0;
        text-align: center !important;
        line-height: 3.375rem;
        font-size: 2.1875rem;
    }

.icon-box .icon-box-icon {
    font-size: 2.375rem;
    margin: 0 0 10px;
    transition: all .3s ease-in-out;
}

.icon-box:hover .icon-box-icon {
    transform: translateY(-5px);
}

/*feature box css*/
.features-box {
    position: relative;
    display: block;
}

.features-box-icon {
    display: table-cell;
    vertical-align: top;
}

    .features-box-icon i {
        display: inline-block;
        width: 80px;
        height: 80px;
        text-align: center;
        color: #1A2C79;
        font-size: 50px;
        padding: 10px;
        border-radius: 50%;
    }

.features-box-content {
    display: table-cell;
    padding-left: 20px;
}

/*=========================================
        08. PROGRESSBAR CSS
============================================*/
.progress {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: .45rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ebebeb;
    border-radius: 30px;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #1A2C79;
    transition: width .6s ease;
}

.progress-item + .progress-item {
    margin-top: 24px;
}

.progress-item {
    margin-bottom: 20px;
}

.progress-title > h6 {
    font-size: .95375rem;
    margin-bottom: 8px;
    font-weight: 500;
}

/*progressbar animation*/


.progress span {
    display: block;
    height: 100%;
}

.progress-line {
    background-color: #1A2C79;
    -webkit-animation: progressBar 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar 3s ease-in-out;
    -moz-animation-fill-mode: both;
}

@-webkit-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


/*=========================================
        09. CORE IDEA CSS
============================================*/

.switchable {
    position: relative;
}

.imageblock-section {
    position: relative;
    display: block;
    width: 100%;
}

    .imageblock-section .imageblock-section-img {
        position: absolute;
        height: 100%;
        top: 0;
        z-index: 2;
        padding: 0;
    }

.switchable.switchable-content div[class*='col-']:first-child {
    float: right;
    right: 0;
    left: auto;
}

.switchable > div[class*='col-'] {
    padding: 0;
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
    background: #252525;
}

    .background-image-holder:not([class*='col-']) {
        width: 100%;
    }

.switchable div[class*='col-']:first-child {
    float: left;
    right: auto;
}

@media (max-width: 767px) {
    .switchable .imageblock-section-img[class*='col-'] {
        float: none !important;
    }
}

.switchable > div[class*='col-'] {
    padding: 0;
}

@media (max-width: 767px) {
    .imageblock-section .imageblock-section-img {
        position: relative;
        min-height: 18.57142857em;
    }
}

@media (min-width: 768px) {
    .switchable .container > .row {
        flex-flow: row-reverse;
    }

    .switchable.switchable-content .container > .row {
        flex-flow: row;
    }
}

/*=========================================
            10. MAIN SERVICES CSS
============================================*/

.services-single {
    transition: all 0.3s ease-in;
}

    .services-single a {
        color: #ffffff;
        opacity: 0.8;
    }

    .services-single:hover h5, .services-single:hover span, .services-single:hover a {
        color: #ffffff !important;
        opacity: 1;
    }

    .services-single:hover {
        transition: all 0.3s ease-in;
        background: linear-gradient(75deg, #1A2C79 10%, #e87505);
        color: #fff;
    }

/*=========================================
            11. PORTFOLIO CSS
============================================*/

.filter-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 4px;
    background: transparent;
    margin-right: 5px;
    border: 1px dashed #1A2C79;
    transition: all 0.3s ease-in;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

    .filter-btn:hover {
        background: #1A2C79;
        color: #ffffff;
    }

button.filter-btn:focus {
    outline: none;
    box-shadow: none !important;
}

.mixitup-control-active {
    background: #1A2C79;
    color: #ffffff;
}

    .mixitup-control-active[data-filter]:after {
        background: transparent;
    }

.control[data-filter] + .control[data-sort] {
    margin-left: .85rem;
}
/*portfolio container*/

.portfolio-container {
    text-align: justify;
}

/*portfolio grid*/

.portfolio-item,
.gap {
    display: inline-block;
    vertical-align: top;
}

.portfolio-item {
    background: #ebebeb;
    margin-top: 1rem;
    position: relative;
}

/*portfolio hover*/
.portfolio-wrapper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .portfolio-wrapper .content-overlay {
        background: #1A2C79;
        background: -webkit-linear-gradient(left, #1A2C79 2%, #e87505 82%);
        background: linear-gradient(to right, #1A2C79 2%, #e87505 82%);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .portfolio-wrapper:hover .content-overlay {
        opacity: 0.8;
    }

    .portfolio-wrapper a img {
        display: block;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.portfolio-wrapper:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}
/*portfolio grid brack point*/

/* 2 Columns */

.portfolio-item,
.gap {
    width: calc(100% / 2 - (((2 - 1) * 1rem) / 1));
}

/* 3 Columns */

@media screen and (min-width: 541px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 4 Columns */

@media screen and (min-width: 961px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {
    .portfolio-item,
    .gap {
        width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
    }
}

/*=========================================
            12. BLOG SECTION CSS
============================================*/
.single-blog-card {
    margin-bottom: 25px;
}

    .single-blog-card span.category {
        z-index: 2;
        bottom: 0;
        left: 0;
        font-size: 80%;
        background: #1A2C79;
        color: #ffffff;
        padding: 4px 15px;
    }

.author-content {
    padding-top: 6px;
}

    .author-content a {
        font-size: 14px;
        line-height: 13px;
    }

    .author-content small {
        font-size: 12px;
    }

.blog-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

    .blog-img img {
        display: block;
    }

    .blog-img:hover span.category {
        background: #e87505;
        color: #ffffff;
    }


.meta-list {
    opacity: 0.8;
    font-size: 95%;
}

    .meta-list li.list-inline-item:not(:last-child) {
        margin-right: 0.7rem;
    }

.single-blog-card a {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

    .single-blog-card a, .single-blog-card a:hover {
        text-decoration: none;
    }

a.detail-link {
    display: inline-block;
    text-decoration: none;
    color: #495057;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}


    a.detail-link span {
        font-size: 12px;
        vertical-align: middle;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        color: #1A2C79;
    }


    a.detail-link:hover {
        color: #e87505;
    }

        a.detail-link:hover span {
            transform: translateX(3px);
            margin-left: 8px;
        }



/*=========================================
            13. WORK PROCESS CSS
============================================*/
.work-process-list {
    width: 100%;
    display: block;
    position: relative;
}

    .work-process-list li {
        width: 18%;
        display: inline-block;
        text-align: center;
        margin-right: 0;
    }

        .work-process-list li span:before {
            position: absolute;
            content: '';
            height: 4px;
            background: #000;
            width: 100%;
            top: 20%;
            z-index: -1;
            left: 0;
            right: 0;
            border: 3px solid #005cbf;
        }

        .work-process-list li span:after {
            position: absolute;
            content: '';
            height: 4px;
            background: #000;
            width: 100%;
            top: 20%;
            z-index: -1;
            left: 0;
            right: 0;
            border: 3px solid #005cbf;
        }

        .work-process-list li span {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background: #ffffff;
            border: 1px solid #ebebeb;
            display: block;
            margin: auto;
            border-radius: 50%;
            z-index: 2;
        }


/*work process scrolling style css*/
.step {
    position: relative;
    padding: 5.625rem 20% 20% 0;
}

    .step.step-highlight::before {
        background: #fff;
        border-color: #fff;
        color: #000;
    }

.owl-carousel .owl-stage-outer .owl-stage .owl-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    counter-increment: owlItem;
}

.step-title {
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: 0.025em;
}

.text-white .step::before {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.step:hover::before, .step.step-highlight::before {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    background: #ffffff;
    border-color: transparent;
    color: #1A2C79;
}

.step::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: counter(owlItem, decimal);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    line-height: calc(3.75rem - .25rem);
    text-align: center;
    border: 2px solid #e5e5e5;
    z-index: 20;
    border-radius: 50%;
    font-size: 1.5rem;
}

.owl-item:not(:last-child) .step::after {
    content: "";
    display: block;
    position: absolute;
    top: 29px;
    left: 3.75rem;
    width: calc(100% - 40px);
    height: 2px;
    background: #e5e5e5;
    z-index: 10;
}

.owl-carousel.visible .owl-stage-outer {
    overflow: visible;
}

.text-white .step::after {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.work-process-carousel {
    position: relative;
    display: block;
}

    .work-process-carousel .owl-nav {
        position: absolute;
        right: 0;
        bottom: 0;
    }

        .work-process-carousel .owl-nav button.owl-next, .work-process-carousel .owl-nav button.owl-prev {
            font-family: 'Open Sans', sans-serif;
            font-size: 40px;
            line-height: 45px;
            padding: 10px !important;
        }

/*work process new style*/
.work-process-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.single-work-process {
    position: relative;
    margin: 0 15px 60px;
    width: calc(33.333% - 30px);
}


.work-process-icon-wrap {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 10px;
}

@media screen and (max-width: 991px) {
    .single-work-process {
        width: calc(50% - 30px);
    }

    .work-process-divider {
        width: calc(100% - 145px);
    }

    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }

    .work-process-divider {
        display: none;
    }
}

.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process .work-process-divider {
    position: absolute;
    left: auto;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}

    .single-work-process .work-process-divider:after {
        content: '\e628';
        font-family: 'themify';
        position: absolute;
        right: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
    }


.work-process-icon-wrap i {
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    display: block;
}

.work-process-icon-wrap .process-step {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #0b0e2d;
    display: none;
}

.single-work-process:last-child .work-process-divider {
    display: none !important;
}



/*=========================================
            14. COUNTER SECTION CSS
============================================*/
.counter-wrap {
    width: 100%;
    display: block;
    position: relative;
}

.counter-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-flow: dense;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(200px, 1fr));
}

    .counter-wrap li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        text-align: center;
        padding: 30px;
    }

        .counter-wrap li:last-child {
            border-right: none;
            margin-right: 0 !important;
        }

    .counter-wrap .single-counter {
        margin: 0;
    }

.single-counter {
    margin: 14px 0;
    border: 1px dashed;
    min-width: 175px;
}


    .single-counter span {
        font-size: 35px;
        line-height: 38px;
    }

@media (min-width: 320px) and (max-width: 575px) {
    .single-counter {
        margin: 0;
    }
}


/*=========================================
            15. TAB SECTION CSS
============================================*/
.feature-tabs-wrap {
    margin-top: 30px;
}

.feature-tabs-center {
    margin-bottom: 25px;
}

.feature-tabs li {
    position: relative;
    margin: 0 15px;
}

    .feature-tabs li:first-child {
        margin-left: 0;
    }

    .feature-tabs li a {
        border: none !important;
        padding: 0 0 6px;
    }

        .feature-tabs li a, .feature-tabs li a.active {
            background: transparent !important;
        }

            .feature-tabs li a h6 {
                font-size: 16px;
                line-height: 21px;
                font-family: 'Montserrat', sans-serif;
                font-weight: 600;
            }

            .feature-tabs li a:before {
                position: absolute;
                content: "";
                width: 50%;
                background: rgba(0,0,0,.2);
                -webkit-transition: all .7s cubic-bezier(.19,1,.22,1) 0s;
                transition: all .7s cubic-bezier(.19,1,.22,1) 0s;
                height: 2px;
                bottom: 0;
            }

            .feature-tabs li a.active:before {
                width: 100%;
                background: #e87505;
            }

            .feature-tabs li a.active {
                color: #e87505 !important;
            }

/*=========================================
            16. TEAM SECTION CSS
============================================*/
.team-1-wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.team-style-2 {
    border: 1px solid #ececec;
    border-radius: 4px;
    background: #fff;
}

.team-img {
    position: relative;
    overflow: hidden;
}

    .team-img:before {
        content: "";
        background-image: linear-gradient(to left, rgba(41, 103, 230, 0.75), rgba(48, 91, 228, 0.75), rgba(59, 79, 226, 0.80), rgba(71, 64, 222, 0.85), rgba(84, 45, 216, 0.95));
        position: absolute;
        opacity: 0.8;
        top: 50%;
        left: 50%;
        z-index: 2;
        width: 0;
        height: 0;
        padding: 25%;
        border-radius: 50%;
        transition: opacity .3s ease-out, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .3s ease-out;
        transition: transform .3s ease, opacity .3s ease-out, -webkit-transform .3s ease;
        will-change: opacity, transform;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }


.team-overly-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    opacity: 0;
    will-change: opacity;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.team-1-wrap:hover .team-overly-content {
    opacity: 1;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.71, 0.05, 0.29, 0.9) 0.2s;
}

.team-1-wrap:hover .team-img:before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: .6s;
}

.team-img img {
    display: block;
    transition: all 0.3s ease-in;
}

.team-1-wrap:hover .team-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.team-overly-content ul li a {
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    background-color: #fff;
    border-radius: 100%;
    margin: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #757575;
}

    .team-overly-content ul li a:hover {
        color: #1A2C79;
    }

.team-info {
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
}

/*team two style css*/
.staff-member {
    position: relative;
    display: block;
}

    .staff-member img {
        width: 100%;
    }

    .staff-member h5, .staff-member p, .staff-member span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .staff-member h5, .staff-member p, .staff-member span {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1;
    }

    .staff-member span {
        font-size: 0.9rem;
        font-weight: 400;
        color: #757575;
        display: inline-block;
    }


    .staff-member .overlay {
        background: #1A2C79;
        background: -moz-linear-gradient(left, #1A2C79 2%, #e87505 82%);
        background: -webkit-linear-gradient(left, #1A2C79 2%, #e87505 82%);
        background: linear-gradient(to right, #1A2C79 2%, #e87505 82%);
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 40px 30px;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        border-radius: 4px;
    }

        .staff-member .overlay .teacher-quote {
            font-size: 0.9rem;
            font-weight: 300;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            opacity: 0;
        }

        .staff-member .overlay .teacher-name {
            color: #fff;
            text-decoration: none !important;
            display: block;
            margin-top: 15px;
        }

        .staff-member .overlay h5 {
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
            opacity: 0;
        }

        .staff-member .overlay .teacher-field {
            font-size: 0.9rem;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            display: inline-block;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
            opacity: 0;
        }

        .staff-member .overlay ul.social {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            opacity: 0;
        }

            .staff-member .overlay ul.social li {
                margin: 0;
            }

            .staff-member .overlay ul.social a {
                margin: 0 5px;
                width: 35px;
                height: 35px;
                line-height: 35px;
                background: #fff;
                text-align: center;
                border-radius: 50%;
                display: block;
            }

            .staff-member .overlay ul.social li a:hover span {
                color: #e87505;
            }

        .staff-member .overlay ul.social {
            -webkit-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            opacity: 0;
        }

    .staff-member:hover .social {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .staff-member .overlay .teacher-see-profile {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
    }

    .staff-member:hover .overlay {
        opacity: 0.90;

    }

        .staff-member:hover .overlay h5, .staff-member:hover .overlay p, .staff-member:hover .overlay span, .staff-member:hover .overlay ul.social {
            -webkit-transform: none;
            transform: none;
            opacity: 1;
        }

.team-social-list li a {
    padding: 5px;
}

.team-social-list li span {
    font-size: 18px;
    line-height: inherit;
    vertical-align: middle;
}


/*=========================================
            17. VIDEO PROMO CSS
============================================*/

.video-play-icon {
    position: relative;
    display: block;
    width: 100%;
    top: 40%;
    left: -10%;
}

    .video-play-icon span {
        width: 80px;
        height: 80px;
        line-height: 80px;
        border-radius: 50%;
        position: absolute;
        text-align: center;
        font-size: 30px;
        cursor: pointer;
        background: #ffffff;
        -webkit-transition: .5s;
        padding-left: 5px;
    }

.color-bip span {
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

.white-bip span {
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
}

a.video-play-icon-without-bip:hover span {
    color: #ffffff;
}

a.video-play-icon {
    border-radius: 50%;
    display: block;
}

a.video-play-icon-without-bip {
    animation: none;
}

    a.video-play-icon-without-bip:hover {
        -webkit-animation: ripple-white 1s linear infinite;
        animation: ripple-white 1s linear infinite;
        -webkit-transition: .5s;
        background-color: #1A2C79;
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
        box-shadow: 0 0 0 0 rgba(50, 100, 245, .15), 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
        box-shadow: 0 0 0 20px rgba(50, 100, 245, .15), 0 0 0 40px rgba(50, 100, 245, .15), 0 0 0 60px rgba(50, 100, 245, 0);
    }
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.about-img-wrap {
    position: relative;
    display: block;
    overflow: hidden;
}

    .about-img-wrap img {
        display: block;
    }

/*======================================
      18. PROMO BLOCK WITH HOVER BG IMAGE
=========================================*/
.single-promo-block {
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid #1a2c79;
    min-height: 336px;
    padding: 1.5rem;
    z-index: 9;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.list-inline li a {
    display: inline-flex;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.single-promo-block a {
    color: #888;
}

.single-promo-block:hover a {
    color: #fff;
}

.single-promo-block:hover h6 {
    color: #fff;
}

.single-promo-block:hover li {
    color: #fff;
}

.single-promo-block:hover .fa {
    color: #fff;
}

.promo-block-content:hover > a {
    background: #fff;
    color: #ec5528;
}

.promo-hover-bg-1:before {
    background-image: url("../images/1.jpg");
}

.promo-hover-bg-2:before {
    background-image: url("../images/2.jpg");
}

.promo-hover-bg-3:before {
    background-image: url("../images/3.jpg");
}

.promo-hover-bg-4:before {
    background-image: url("../images/blog/4.jpg");
}

.promo-hover-bg-5:before {
    background-image: url("../images/blog/5.jpg");
}

.promo-hover-bg-6:before {
    background-image: url("../images/blog/6.jpg");
}

/*.single-promo-block:before {
    top: 80%;
    opacity: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(40%);
    filter: brightness(40%);
}*/

/*.single-promo-block:before, .single-promo-block:after {
    content: '';
    height: 100%;
    right: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}*/
.boxone:after {
    content: "";
    background: url(../images/1-copy.jpg) no-repeat center right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.boxtwo:after {
    content: "";
    background: url(../images/2-copy.jpg) no-repeat center right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.boxthree:after {
    content: "";
    background: url(../images/3-copy.jpg) no-repeat center left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.boxone:hover:after, .boxtwo:hover:after, .boxthree:hover:after {
    top: 0%;
}
/*.single-promo-block:after {
    z-index: 1;
    top: 100%;
    background: rgba(235, 89, 3, 0.75);
}*/

.single-promo-block > * {
    position: relative;
    z-index: 3;
}

.promo-block-content {
    min-height: 233px;
    text-align: center;
}

.single-promo-block li {
    text-align: left;
    font-size: 14px;
}

    .single-promo-block li span {
        margin-right: 9px;
        color: #080c85;
    }

.promo-block-content > a {
    padding: 5px 15px;
    background: #ec5528;
    color: #fff;
    margin-top: 45px;
    display: inline-block;
    border-radius: 5px;
}


@media screen and (min-width: 1367px), screen and (any-hover: hover) and (min-width: 1200px), not all, not all, not all {
    .single-promo-block.hover-image:hover:before {
        opacity: 1;
        -webkit-transition: all 0.17s ease-out 0.18s;
        transition: all 0.17s ease-out 0.18s;
    }

    .single-promo-block.hover-image:hover:before, .single-promo-block.hover-image:hover:after {
        top: 0;
    }

    .single-promo-block.hover-image:hover .promo-block-content h5, .single-promo-block.hover-image:hover .promo-block-icon span {
        color: #ffffff;
    }

    .single-promo-block.hover-image:hover .promo-block-content p {
        color: rgba(255,255,255,0.75);
    }
}

.overlay-top-img {
    position: absolute;
    bottom: -27px;
}

.project-info-list li {
    border-left: 4px solid #1A2C79;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}

    .project-info-list li a {
        color: #707070;
    }

/*=========================================
      19. TESTIMONIAL CSS
============================================*/

.testimonial-single {
    display: block;
    position: relative;
    border: 1px solid #1a2c79;
}

.client-info h5 {
    font-size: 15px;
}
/*owl carousel slider*/
.owl-carousel .owl-item .client-img img {
    width: 60px;
    display: initial;
}

.client-ratting-list li:not(:last-child) {
    margin-right: 0;
    line-height: 14px;
}

.client-ratting-list li span {
    font-size: 11px;
}


/*testimonial old*/

.bg-left-shape {
    position: relative;
}

    .bg-left-shape:before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 50%;
        height: 80%;
        left: 15%;
        top: 22%;
        background-image: url("../images/globe-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

.testimonial-wrap {
    padding: 30px;
}

    .testimonial-wrap span.icon {
        font-size: 35px;
        color: #1A2C79;
    }

    .testimonial-wrap blockquote {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 127px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }


.client-say {
    position: relative;
    display: inline-block;
}

    .client-say p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        height: 110px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        float: left;
    }

        .client-say p span {
            font-size: 32px;
            color: #1A2C79;
        }

    .client-say img {
        position: relative;
        width: 6% !important;
        display: initial !important;
        top: 5px;
        margin-right: 10px;
    }

.author-img {
    width: 4.425rem;
    height: 4.425rem;
    line-height: 4.425rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

.dot-indicator.owl-theme button.owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #d8d8d8;
    border-radius: 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.3s;
}

.dot-indicator.owl-theme button.owl-dot:focus {
    border: none;
    outline: none;
}

.dot-indicator.owl-theme button.owl-dot.active span {
    background: #7202bb;
    border: 2px solid transparent;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.screen-carousel.dot-indicator.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.arrow-indicator.owl-theme .owl-nav {
    position: absolute;
    left: 0;
    margin-top: 4px;
}

    .arrow-indicator.owl-theme .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        margin: 2px;
        box-shadow: 0 2px 4px rgba(12, 12, 12, 0.12);
        background: #ffffff;
        border-radius: 50%;
    }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-]:focus {
            outline: none;
        }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-] span {
            font-size: 20px;
            line-height: 20px;
            color: #1A2C79;
        }

        .arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover {
            background: #1A2C79 !important;
        }

            .arrow-indicator.owl-theme .owl-nav [class*=owl-]:hover span {
                color: #ffffff !important;
            }


/*client section css*/
.client-section-wrap ul {
    display: block;
}

    .client-section-wrap ul li {
        padding-right: 50px;
        margin: 5px 0;
    }

        .client-section-wrap ul li img {
            transition: all 0.3s ease-in;
        }

            .client-section-wrap ul li img:hover {
                transform: scale(1.2);
                -webkit-transform: scale(1.2);
                -moz-transform: scale(1.2);
                filter: none;
                -webkit-filter: grayscale(0%);
            }

        .client-section-wrap ul li:last-child {
            padding-right: 0;
        }

.single-client {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
    width: 60%;
    height: auto;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in;
    margin: 8px auto;
}

    .single-client img {
        max-width: 100%;
        max-height: 100%;
        -webkit-filter: opacity(50%);
        filter: opacity(90%);
        width: 100%;
    }

    .single-client:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

        .single-client:hover .client-img {
            -webkit-filter: none;
            filter: none;
            opacity: 1;
        }

.shape-img {
    position: relative;
    z-index: 2;
    width: 100%;
}

    .shape-img img {
        width: 100%;
        position: absolute;
        max-width: none;
        height: auto;
    }

.client-img-list li.client-thumb img {
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.client-img-list li.client-thumb {
    display: inline-block;
}

.client-img-list li.client-1 {
    position: absolute;
    top: 0;
    left: 15%;
    width: 120px;
    height: 120px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-2 {
    position: absolute;
    width: 120px;
    height: 120px;
    right: 35%;
    top: 0;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-3 {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 0;
    right: 50px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-4 {
    position: absolute;
    width: 110px;
    height: 110px;
    top: 125px;
    left: 90px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}

.client-img-list li.client-5 {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 37%;
    top: 70px;
    -webkit-animation: thumb-scale-up-three 8s infinite linear;
    animation: thumb-scale-up-three 8s infinite linear;
}

.client-img-list li.client-6 {
    position: absolute;
    width: 120px;
    height: 120px;
    left: 180px;
    top: 200px;
    -webkit-animation: thumb-scale-up-two 6s infinite linear;
    animation: thumb-scale-up-two 6s infinite linear;
}

.client-img-list li.client-7 {
    position: absolute;
    top: 130px;
    right: 110px;
    width: 100px;
    height: 100px;
    -webkit-animation: thumb-scale-up-one 7s infinite linear;
    animation: thumb-scale-up-one 7s infinite linear;
}


@-webkit-keyframes thumb-thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes thumb-scale-up-one {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    40% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@keyframes thumb-scale-up-two {
    0% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }
}

@-webkit-keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}

@keyframes thumb-scale-up-three {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    40% {
        -webkit-transform: scale(.4);
        transform: scale(.5);
    }

    100% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }
}


/*=========================================
        20. SUBSCRIBE FORM CSS
============================================*/

.subscribe-form #email {
    background: #FDFCFB;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    border-radius: 30px;
}

.subscribe-form input.button {
    position: absolute;
    right: 8px;
    border-radius: 30px;
    padding: initial;
    top: 8px;
    bottom: 8px;
    width: 30%;
}

.subscribe-form-footer {
    position: absolute;
    top: -40px;
    width: 100%;
}

    .subscribe-form-footer input.form-control {
        padding: 2.0175rem 1.15rem;
        border-radius: 50px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
    }

    .subscribe-form-footer input.button {
        border-radius: 50px;
    }

/*=========================================
        21. ACCORDION FAQ CSS
============================================*/

.accordion-faq.accordion > .card {
    overflow: hidden;
}

.accordion-faq.accordion .card-header {
    position: relative;
    cursor: pointer;
    background: #ffffff;
}

    .accordion-faq.accordion .card-header:first-child {
        border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
    }

.accordion-faq.accordion .card-header {
    border-bottom: 1px solid #EFF2F7;
}

.accordion-faq.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion-faq.accordion > .card .card-header {
    margin-bottom: -1px;
}

    .accordion-faq.accordion > .card .card-header h6 {
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
    }

.accordion-faq.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}

.accordion-faq.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}

.accordion-faq.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*=========================================
           22. CONTENT BOX CSS
============================================*/

.service-block-one .inner-box {
    position: relative;
    display: block;
}

    .service-block-one .inner-box .image-box {
        position: absolute;
        left: 0;
        top: 0;
        background: #1A2C79;
        overflow: hidden;
    }

        .service-block-one .inner-box .image-box a {
            position: relative;
            z-index: 1;
            text-decoration: none;
        }

        .service-block-one .inner-box .image-box img {
            width: 100%;
            opacity: 1;
            transition: all 500ms ease;
            display: block;
        }

figure {
    margin: 0;
}

.service-block-one .inner-box .content-box {
    position: relative;
    padding: 28px 30px 30px 240px;
    min-height: 300px;
}

.service-block-one .inner-box:hover .image-box img {
    opacity: 0.5;
    transform: scale(1.05);
}

.service-block-one .inner-box .content-box .icon-box {
    position: relative;
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    color: #000;
    font-weight: 500;
    margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .link-btn a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.service-block-one .inner-box .content-box .link-btn i {
    position: relative;
    font-size: 12px;
    transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i {
    transform: rotate(360deg);
}

@media only screen and (max-width: 599px) {
    .service-block-one .inner-box .image-box {
        position: relative;
    }

        .service-block-one .inner-box .image-box a {
            display: block;
        }

    .service-section .service-block-one .inner-box .content-box {
        padding-top: 40px !important;
    }

    .service-block-one .inner-box .content-box {
        padding-left: 30px;
    }
}


/*=========================================
            23. PRICING CSS
============================================*/
.card.single-pricing-pack {
    transition: all 0.2s ease 0s;
    box-shadow: 0 0 0 1px #ebebeb;
    border: none;
    border-top: 4px solid transparent;
}

    .card.single-pricing-pack:hover {
        z-index: 2;
        border-radius: 1rem !important;
    }

.single-pricing-pack:hover {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #1A2C79;
}

.single-pricing-pack .card-body {
    color: rgb(132, 146, 166);
    flex: 1 1 auto;
    padding: 1.5rem;
}

.pricing-header {
    position: relative;
    background: transparent;
}

.pricing-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    line-height: 120px;
    margin: 0 auto;
}

.font-weight-bolder {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.pricing-header::after {
    content: "";
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40%;
    height: 1px;
    background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}

.pricing-feature-list li {
    font-size: 14px;
    line-height: 28px;
}

/*price new style*/

.popular-price {
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
    transform: translate(0, -5px);
    border-top: 4px solid #1A2C79 !important;
}

.pricing-value {
    position: relative;
    display: block;
}

    .pricing-value.card-footer {
        border-color: #ebebeb;
        background: transparent;
    }

        .pricing-value.card-footer::after {
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            transition-delay: 0s;
            -webkit-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
            transform: translate(0, -50%);
            position: absolute;
            top: 50%;
            right: 2.875rem;
            display: block;
            content: "\e628";
            font-size: 1.375rem;
            font-family: "themify";
        }

        .pricing-value.card-footer:hover {
            background: #1A2C79;
            color: #ffffff;
        }

            .pricing-value.card-footer:hover::after {
                right: 1.875rem;
                color: inherit;
            }

    .pricing-value .card-price {
        font-size: 2.5rem;
        font-weight: 500;
    }

a.pricing-value {
    text-decoration: none;
    color: #757575;
}

/*=========================================
           24. SINGLE PAGE HEADER CSS
============================================*/
@media (min-width: 320px) and (max-width: 576px) {
    .page-header-content {
        padding-top: 3rem !important;
    }
}

.custom-breadcrumb ol {
    margin-bottom: 0;
}

    .custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
        color: #ffffff;
        opacity: 0.7;
    }

        .custom-breadcrumb ol li a:hover {
            opacity: 1;
        }

    .custom-breadcrumb ol li.breadcrumb-item {
        padding-left: 0;
    }

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.7;
}


/*=========================================
            25. CONTACT US CSS
============================================*/
.single-promo-card {
    transition: all .2s ease;
}

.card.single-promo-card {
    border: 1px solid #eff2f7;
    border-radius: 1rem;
}

.single-promo-card .card-body {
    padding: 1.5rem;
}

.single-promo-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(31,45,61,.125) !important;
}

.link-color {
    color: #707070;
}

.google-map {
    height: 100%;
    margin-bottom: -8px;
}

    .google-map iframe {
        width: 100%;
        border: 0;
        -webkit-filter: grayscale(99%);
        -webkit-backface-visibility: hidden;
    }

/*=========================================
           26. FOOTER CSS
============================================*/
.footer-top {
    padding: 65px 0;
}

.security-icon-list li {
    margin: 0 15px 12px 0;
}

@media (min-width: 320px) and (max-width: 567px) {
    .footer-top {
        padding: 50px 0;
    }
}

.footer-nav-wrap h4 {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.footer-nav-wrap ul li {
    font-size: 14px;
}
    /*.footer-nav-wrap ul li{
   padding: 0 0 0 25px;
   background:url(../images/bu.png) no-repeat left center;
}*/
    .footer-nav-wrap ul li .fa {
        margin-right: 10px;
    }

    .footer-nav-wrap ul li a .fa {
        font-size: 22px;
        margin-top: 10px;
    }

    .footer-nav-wrap ul li a {
        color: inherit;
        margin-right: 10px;
    }

        .footer-nav-wrap ul li a:hover, .copyright-text a:hover, .social-list li a:hover {
            opacity: 1;
            text-decoration: none;
        }

.payment-method ul {
    display: inline-flex;
    align-items: center;
}

    .payment-method ul li img {
        max-width: 60px;
    }

    .payment-method ul li:last-child img {
        margin-right: 0;
    }

.copyright-text {
    font-size: 13px;
    color: #ccc;
}

.social-list li a {
    padding: 6px 10px;
}

.footer-nav-list li a span {
    font-size: 12px;
    vertical-align: middle;
}

.bottom-sticky-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 55px;
}

.social-nav ul li a {
    opacity: 0.8;
    transition: all 0.3s ease-in;
}


.tooltip-hover {
    position: relative;
}

    .tooltip-hover a {
        display: block;
    }

.tooltip-item {
    position: absolute;
    background-color: rgb(255, 255, 255);
    pointer-events: none;
    color: rgb(51, 51, 51);
    font-size: 13px;
    bottom: 90%;
    left: 50%;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0 4px 15px;
    transform: translate3d(-50%, 0px, 0px);
    padding: 0.4rem 0.8rem;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

    .tooltip-item:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0px;
        bottom: -6px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 6px solid rgb(255, 255, 255);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
    }

.tooltip-hover:hover .tooltip-item {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 5px);
}

.get-in-touch-list li {
    font-size: 14px;
    padding: 0 0 0 30px;
}

    .get-in-touch-list li:first-child {
        background: url(../images/add1.png) no-repeat left top;
    }

    .get-in-touch-list li:nth-child(2) {
        background: url(../images/phone.png) no-repeat left top 5px;
    }

    .get-in-touch-list li:nth-child(3) {
        background: url(../images/fax.png) no-repeat left top 2px;
    }

    .get-in-touch-list li:nth-child(4) {
        background: url(../images/saes.png) no-repeat left top 2px;
    }


    .get-in-touch-list li span {
        font-size: 18px;
    }
/*=========================================
            27. PRELOADER CSS
============================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}

.loader1 {
    display: block;
    position: relative;
    left: 45%;
    top: 50%;
}

    .loader1 span {
        vertical-align: middle;
        border-radius: 100%;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 3px 2px;
        -webkit-animation: loader1 0.8s linear infinite alternate;
        animation: loader1 0.8s linear infinite alternate;
    }

        .loader1 span:nth-child(1) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(41, 103, 230, 0.6);
        }

        .loader1 span:nth-child(2) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(41, 103, 230, 0.8);
        }

        .loader1 span:nth-child(3) {
            -webkit-animation-delay: -0.26666s;
            animation-delay: -0.26666s;
            background: rgba(41, 103, 230, 1);
        }

        .loader1 span:nth-child(4) {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
            background: rgba(41, 103, 230, 0.8);
        }

        .loader1 span:nth-child(5) {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
            background: rgba(41, 103, 230, 0.4);
        }

@keyframes loader1 {
    from {
        transform: scale(0, 0);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0, 0);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}


/*=========================================
            28. BLOG PAGE CSS
============================================*/
.row-post-thumbnail .post {
    border: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.post {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 0 35px;
    margin: 0 0 45px;
}

.post-preview {
    padding-bottom: 5px;
    border-radius: .1875rem;
    transition: all .3s ease-in-out;
}

    .post-preview img {
        border-radius: .1875rem;
        width: 100%;
        display: block;
    }

.post-header {
    margin: 15px 0 20px;
}

    .post-header .post-title {
        font-size: 1.5625rem;
        margin-bottom: 0;
        color: #333333;
    }

        .post-header .post-title a {
            color: #5d5d5d;
        }

            .post-header .post-title a:hover {
                color: #e87505;
            }

.post-meta {
    list-style: none;
    font-size: .8125rem;
    padding: 0;
    margin: 0;
}

    .post-meta a, .post-meta li {
        color: #495057;
        opacity: 0.8;
    }

        .post-meta a:hover {
            color: #e87505;
            opacity: 1;
        }

    .post-meta > li {
        position: relative;
        display: inline-block;
        padding: 0 14px 0 0;
        margin: 0 14px 0 0;
    }

        .post-meta > li:not(:last-child):after {
            position: absolute;
            content: '/';
            right: -5px;
            top: 0;
        }

.post-content p {
    margin-bottom: 5px;
}

.post-more a span {
    vertical-align: middle;
}

.post-footer {
    margin-top: 15px;
}

/*blog single css*/
.post-content blockquote {
    border-left: 2px solid #eaeaea;
    padding: 10px 0 10px 40px;
    margin: 40px 0;
    transition: all .3s ease-in-out;
}

    .post-content blockquote:hover {
        border-color: #e87505;
    }

.blockquote {
    font-weight: 500;
    color: #222;
}

.post-content ol {
    list-style-type: decimal;
}

.post-content ul, .post-content ol {
    margin: 15px 0 15px 40px;
}

/*comments css*/
.comment, .comment-shop {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0 0;
}

.comment-author, .comment-author-shop {
    margin: 5px 0 0;
    height: 64px;
    width: 64px;
    float: left;
}

.comment-body, .comment-body-shop {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 0 85px;
}

.comment-meta, .comment-meta-shop {
    margin: 0 0 15px;
}

.comment-meta-date {
    font-size: 13px;
}

.children > .comment, .children > .comment-shop {
    border: 0;
    border-top: 1px solid #f0f0f0;
    margin-left: 85px;
}

.comment-meta-author a, .comment-meta-author-shop a {
    font-weight: 500;
    color: #222;
}

.comment-meta-date a, .comment-meta-date-shop a {
    color: #788487;
    opacity: .6;
}

    .comment-meta-date a:hover, .comment-meta-date a:focus, .comment-meta-date-shop a:hover, .comment-meta-date-shop a:focus {
        color: #1A2C79;
        opacity: 1;
    }

.comment-reply, .comment-reply-shop {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
}

    .comment-reply > a, .comment-reply-shop > a {
        background: #f4f4f4;
        border-radius: .1875rem;
        padding: 5px 15px;
        display: block;
        color: #222;
    }

        .comment-reply > a:hover, .comment-reply > a:focus, .comment-reply-shop > a:hover, .comment-reply-shop > a:focus {
            background: #e87505;
            ;
            color: #fff;
        }

.comment-list + .comment-respond, .comment-list-shop + .comment-respond {
    margin-top: 30px;
}


/*pagination*/
.custom-pagination-nav ul li {
    text-align: center;
    margin-right: 10px;
}

    .custom-pagination-nav ul li:focus, .custom-pagination-nav ul li a:focus {
        outline: none;
        box-shadow: none;
    }

    .custom-pagination-nav ul li a.page-link {
        width: 35px;
        height: 35px;
        line-height: 33px;
        border-radius: 100%;
        padding: inherit;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #1A2C79;
    }

        .custom-pagination-nav ul li a.page-link:hover {
            background: #e87505;
            color: #FFFFFF;
        }

    .custom-pagination-nav ul li.page-item:first-child .page-link,
    .custom-pagination-nav ul li.page-item:last-child .page-link {
        border: none;
        background: transparent;
    }

        .custom-pagination-nav ul li.page-item:first-child .page-link:hover,
        .custom-pagination-nav ul li.page-item:last-child .page-link:hover {
            color: #e87505;
        }

    .custom-pagination-nav ul li.page-item.active .page-link {
        background-color: #e87505;
        border-color: #e87505;
    }
/*blog sidebar*/

.widget-search {
    padding: 0;
    border: 0;
}

.widget {
    margin-bottom: 50px;
}

.widget-search form {
    position: relative;
}

.widget-search .search-button {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    height: 100%;
    right: .875rem;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    color: #ddd;
}

    .widget-search .search-button span {
        font-size: 20px;
        line-height: 32px;
    }

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

.widget .widget-title {
    margin-bottom: 24px;
}

    .widget .widget-title > h6 {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        font-weight: 600;
        font-size: 12px;
        margin: 0;
        color: #788487;
    }

.widget ul {
    margin-bottom: 0;
}

.widget-categories ul li:first-child, .widget-recent-entries ul li:first-child, .widget-recent-entries-custom ul li:first-child {
    padding-top: 0;
}

.widget-categories ul li, .widget-recent-entries ul li, .widget-recent-entries-custom ul li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
    margin: 0;
}

.widget a {
    color: #788487;
    display: block;
    font-size: 14px;
}

    .widget a:hover {
        color: #e87505;
    }

.widget-recent-entries-custom .wi {
    float: left;
    width: 80px;
}

.widget-recent-entries-custom .wb {
    padding-left: 16px;
    width: 100%;
}

.widget-recent-entries-custom .wi, .widget-recent-entries-custom .wb {
    vertical-align: middle;
    display: table-cell;
}

.post-date {
    font-size: 13px;
    color: #a3a6a8;
    display: block;
    margin: 0;
}

.tag-cloud > a, .post-tags > a {
    background: #f4f4f4;
    border-radius: .1875rem;
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    margin: 5px 8px 5px 0;
    text-transform: uppercase;
    font-size: 10px !important;
    color: #222;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

    .tag-cloud > a:hover, .post-tags > a:hover {
        background: #1A2C79;
        color: #fff;
        opacity: 1;
    }


/*=========================================
            29. BACK TO TOP CSS
============================================*/
button.scroll-top:focus {
    outline: none;
}

.scroll-top.open {
    bottom: 30px;
}

.scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    bottom: 105%;
    right: 50px;
    font-size: 16px;
    border-radius: 50%;
    z-index: 99;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background: #1A2C79;
    transition: 1s ease;
    border: none;
}

    .scroll-top span {
        color: #fff;
    }

    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }




/*new css new update*/
.full-screen {
    min-height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countdown-wrap h2, .countdown-wrap h5 {
    color: #fff !important;
}


/*404 page*/
.error-content .notfound-404 {
    position: relative;
    height: 280px;
    z-index: 2;
    margin-bottom: 30px;
}

    .error-content .notfound-404 h1 {
        font-size: 230px;
        font-weight: 700;
        margin: 0;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: cover;
        background-position: center;
    }

@media screen and (max-width:1024px) {
    .event-sow.full-size {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .fild-box2.fild-box-captcha {
        width: 99%;
    }

        .fild-box2.fild-box-captcha .validationDiv input {
            width: 100%;
        }
}

@media (min-width: 320px) and (max-width: 767px) {
    .error-content .notfound-404 {
        height: auto;
        display: block;
        position: relative;
    }

        .error-content .notfound-404 h1 {
            font-size: 80px;
            position: relative;
        }
}

/*login css*/
.login-signup-content {
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-signup-wrap h1 {
    font-size: 35px;
}

.vh-100 {
    height: 100vh !important;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.ml-n3, .mx-n3 {
    margin-left: -.98rem !important;
}

.small, small {
    font-size: 90%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #95aac9;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d2ddec;
    border-radius: .375rem;
}

.form-control:focus {
    border-color: #1A2C79;
}

.btn.border-radius {
    border-radius: 4px;
}

.login-signup-form .form-group {
    position: relative;
}

    .login-signup-form .form-group label {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 90%;
    }

    .login-signup-form .form-group .input-group.input-group-merge > .form-control {
        text-indent: 35px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        height: calc(2.65em + .75rem + 2px);
    }

        .login-signup-form .form-group .input-group.input-group-merge > .form-control:focus {
            z-index: inherit;
        }

.input-icon {
    height: calc(3.4rem + 2px);
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    top: 0;
    bottom: 0;
    left: 0;
}

    .input-icon span {
        padding: 18px 15px;
        border-left: 2px solid #1A2C79;
        position: absolute;
        font-size: 18px;
        height: calc(3.4rem + 2px);
        border-radius: 4px;
        color: #afafaf;
    }


/*login signup new style*/
.login-signup-card {
    position: relative;
    z-index: 2;
}

.custom-control-label {
    line-height: 1.5;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


/*testimonial author*/
.author-info {
    display: flex;
    align-items: center;
}

/*subscribe form two*/
.subscribe-form-footer.subscribe-form-two {
    top: 0;
}





.client-logo-box {
}

    .client-logo-box img {
        padding: 6px 15px;
        float: right;
        border-left: 1px solid #e75820;
    }

        .client-logo-box img:first-child {
            border-right: 1px solid #e75820;
        }
/*.search-box {padding:0px;position: absolute;z-index: 999; right:0px; top:0px;}*/

.navbar.navbar-expand-lg .container {
    position: relative;
}

.btn-new {
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #e75820;
    color: #fff;
}

.top-res-menu {
    display: none;
    cursor: pointer;
}

.btn-new:hover {
    color: #fff;
}

.sendRequest {
    background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
    padding: 50px 20px;
}

.cta-article-home .cta-subdata {
    border-left: 1px solid #fff;
    border-right: 0px;
    padding-left: 15px;
    margin-top: 3px;
    color: #fff;
    font-size: 16px;
}

.cta-subdata a span {
    color: #fff;
}

.cta-article-home .question {
    width: 100%;
    margin-bottom: 5px;
}

.cta-article-home .question, .cta-article-home .tel {
    border: 0;
    display: block;
    float: none;
    font-size: 19px;
    text-align: left;
    width: 67%;
}

.cta .tel {
    border: 0px;
}

.cta-article-home .tel {
    padding: 0px 0px 10px 0px !important;
    line-height: 12px !important;
    background-image: none !important;
    width: 100% !important;
    font-size: 35px;
    margin: 10px 0 0;
}

    .cta-article-home .tel a {
        color: #fff;
    }

.white {
    background: #fff;
}

.org-btn {
    background: #d75000;
    color: #fff;
    padding: 10px 20px;
}

    .org-btn:hover {
        background: #fff;
        color: #000;
        padding: 10px 20px;
        border: 1px solid #000;
    }

.btn.outline-btn.white {
    margin: 9px;
    font-size: 14px;
}


.topbar-text ul {
    float: left;
    width: 100%;
}

.list-inline li a {
    color: #fff;
}

.topbar-text ul li {
    float: left;
}

.topbar-text.right-text ul li {
    float: right;
}

.topbar-text.right-text ul li {
    float: right;
    position: relative;
}

    .topbar-text.right-text ul li ul {
        float: left;
        width: 150px;
        position: absolute;
        left: 0px;
        top: 35px;
        background: #161bb1;
        padding: 0 10px;
        display: none;
        z-index: 9;
    }

    .topbar-text.right-text ul li:hover ul {
        display: block;
    }

    .topbar-text.right-text ul li ul li {
        float: left;
        width: 100%;
        border-right: none;
    }

        .topbar-text.right-text ul li ul li:first-child {
            border-bottom: 1px solid #fff;
        }

        .topbar-text.right-text ul li ul li a {
            display: block;
        }

.mobi-main-menu {
    display: none;
    margin-bottom: 10px;
}

    .mobi-main-menu > ul > li {
        margin-bottom: 2px;
    }

        .mobi-main-menu > ul > li.nav-link {
            padding: 0px;
        }

        .mobi-main-menu > ul > li > a {
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            background: #e75820;
            display: block;
            padding: 10px 7px;
        }

    .mobi-main-menu ul li .fa {
        font-size: 16px;
        margin-right: 10px;
        font-weight: bold;
    }

    .mobi-main-menu ul li span {
        float: right;
    }

        .mobi-main-menu ul li span .fa-arrow-right {
            float: right;
            color: #fff;
            margin-top: 3px;
            font-size: 22px;
            font-weight: normal;
        }

    .mobi-main-menu .dropdown-box {
        padding: 10px 35px;
        background: #f1f1f1;
        display: none;
    }

        .mobi-main-menu .dropdown-box ul li a {
            display: block;
            padding: 3px 5px;
            border-bottom: 1px dashed #999;
            font-size: 15px;
        }

        .mobi-main-menu .dropdown-box ul li:last-child a {
            border-bottom: none;
        }

.dropdown-box1, .dropdown-box2, .dropdown-box3, .dropdown-box4, .dropdown-box5 {
    padding: 10px 0px;
    background: #f1f1f1;
    display: none;
}

    .dropdown-box1 ul li a, .dropdown-box2 ul li a, .dropdown-box3 ul li a, .dropdown-box4 ul li a, .dropdown-box5 ul li a {
        display: block;
        padding: 3px 5px;
        border-bottom: 1px dashed #999;
        font-size: 15px;
    }

.nav-link-res1 a, .nav-link-res2 a, .nav-link-res3 a, .nav-link-res4 a, .nav-link-res5 a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #e75820;
    display: block;
    padding: 10px 7px;
}

.res-menu {
    display: none;
}

.main-menu {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .main-menu ul {
        float: left;
        width: 100%;
        position: relative;
    }

        .main-menu ul li {
            float: left;
        }

            .main-menu ul li a {
                display: block;
                color: #000;
                font-weight: 500;
            }

                .main-menu ul li a .fa {
                    margin-right: 2px;
                    color: #e75820;
                }

                .main-menu ul li a img {
                    display: initial;
                }

            .main-menu ul li .dropdown-box {
                display: none;
                position: absolute;
                left: 0px;
                top: 40px;
                width: 100%;
                background: #fff;
                padding: 7px;
                z-index: 999;
                border: 1px solid;
            }
            /*.main-menu ul li ul{ display:none; position:absolute; left:0px;top:40px; width:100%; background:#fff; padding:15px;}*/
            .main-menu ul li:hover .dropdown-box {
                display: block;
            }

            .main-menu ul li ul {
                width: 50%;
                padding: 0 10px 0 0;
            }

                .main-menu ul li ul li {
                    float: none;
                }

                    .main-menu ul li ul li a {
                        color: #000;
                        padding: 10px 10px 10px 30px;
                        background: url(../images/1bu.png) no-repeat left center;
                        border-bottom: 1px dashed #ccc;
                    }

.menu-image {
    width: 50%;
    float: right;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    background: #e75820;
}

    .menu-image span {
        width: 47%;
        float: right;
    }

    .menu-image p {
        width: 100%;
        margin: 10px 0 0;
        color: #fff;
    }

.action-btns a:hover {
    background: #fff;
}

.main-menu ul li ul li ul {
    float: none;
    width: 100%;
    padding: 0 0 0 20px;
}

    .main-menu ul li ul li ul li a {
        padding: 5px 10px 5px 20px;
        font-size: 14px;
    }

.monthly-calander p a {
    padding: 0px !important;
    background: none !important;
    border-bottom: none !important;
}

.app-download-list, .social {
    text-align: center;
}

    .app-download-list li, .social li {
        display: inline-block;
        vertical-align: top;
    }

.banner {
    padding: 0px;
}

.inner-page-banner {
    padding: 0px 0 60px;
}

.inner-page-menu .main-menu {
    padding: 10px 0;
}

.inner-page-menu .navbar {
    margin-bottom: 0px;
}

.inner-page-menu .main-menu ul li a {
    display: block;
    color: #000;
}

.why-we {
    padding: 50px 0;
    text-align: center;
}

.inner-sendrequest {
    background: #e87505 !important;
    padding: 30px 20px;
}

.inner-banner {
    padding-top: 50px;
}

.product-left h4 {
    padding: 5px;
    color: #fff;
    text-align: center;
    margin: 0px;
}

.product-left {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e87505;
}

    .product-left ul {
        margin: 0px;
        padding: 0px;
    }

        .product-left ul li {
            padding: 0px;
            border-bottom: 1px dashed #e87505;
            background: url(../images/1bu.png) no-repeat left 8px center;
        }

            .product-left ul li a {
                padding: 5px 5px 5px 25px;
                display: block;
            }

.short-bar {
    background: #1a2c79;
    color: #fff;
    padding: 5px 10px;
}

    .short-bar a {
        color: #fff;
        padding: 0 5px;
        text-decoration: none;
    }

.single-product-box {
    float: left;
    width: 98%;
    margin: 5px 1%;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
}

.single-product-box-pic {
    width: 32%;
    padding-right: 1%;
    border-right: 1px solid #ccc;
    float: left;
}

.single-product-box-details {
    width: 68%;
    padding: 1%;
    float: left;
}

    .single-product-box-details th {
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

    .single-product-box-details td {
        font-size: 13px;
    }

    .single-product-box-details ul {
        margin-bottom: 15px;
    }

        .single-product-box-details ul li {
            padding: 0 0 0 30px;
            background: url(../images/1bu.png) no-repeat left center;
            font-size: 13px;
        }

.price strong {
    color: #e87505;
    margin-right: 10px;
    font-size: 16px;
}

.single-product-box-details h2 {
    color: #e87505;
    font-size: 22px;
}

.pic-box {
    width: 100%;
    /*border-bottom: 1px solid #ccc;*/
}

    .pic-box img {
        width: 100%;
    }

.name a {
    color: #e87505;
    font-weight: bold;
}

.star .fa-star {
    color: #22a204;
}

.wishlist {
    margin-top: 10px;
    background: #ccc;
}

    .wishlist a {
        font-size: 14px;
        float: left;
        width: 50%;
        padding: 5px 0;
        text-align: center;
        color: #000;
    }

        .wishlist a:first-child {
            border-right: 1px solid #fff;
        }
/*.cart .btn.primary-solid-btn.mr-2{ padding:5px 10px; }*/
.product-box {
    border: 1px solid #ccc;
    padding: 5px 0;
    margin-top: 10px;
}

.nav > li > a:hover {
    background: none;
}

.profile-box {
    background: #fff;
    padding: 20%;
}

    .profile-box .cart {
        text-align: center;
    }

.form-box {
    border: 1px solid #e75820;
    padding: 15px;
    background: #fff;
}

.fild-box {
    padding: 5px 10px;
}

    .fild-box label {
        width: 30%;
        font-weight: bold;
    }

        .fild-box label span {
            font-weight: normal;
            color: #e75820;
        }

.form-box p {
    font-size: 12px;
    line-height: normal;
}

.form-box-two {
    padding: 15px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

    .form-box-two p {
        font-size: 16px;
        line-height: normal;
    }

.form-box input[type="text"] {
    width: 60%;
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
}.form-box input[type="date"] {
    width: 60%;
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
}
.form-box textarea {
    width: 60%;
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
}

.form-box input[type="password"] {
    width: 60%;
    border: 1px solid #cdcdcd;
    padding: 5px;
    border-radius: 5px;
}

.fild-box:nth-child(odd) {
    background: #FFF;
}

.registration-bg {
    background: #fff;
}

.login-bg {
    background: url(../images/login-page-bg.jpg) no-repeat left bottom;
    background-size: cover;
}

.login-box {
    width: 80%;
    margin: 0 auto;
}

    .login-box .form-box {
        border-radius: 0 15px 15px 0;
        padding-top: 35px;
        float: left;
        width: 50%;
        margin-top: 11%;
    }

.login-pic {
    float: left;
    width: 50%;
    border-radius: 15px;
    overflow: hidden;
    background: #f7f7f7;
}

.top-post-box {
    background: #fcfcfc;
    padding: 25px 15px;
    margin-bottom: 50px;
}

    .top-post-box ul li {
        padding: 10px 5px;
        border-bottom: 1px solid #ccc;
    }

        .top-post-box ul li a {
            font-weight: bold;
        }

.top-post-outer {
    padding: 10px 0;
}

.number {
    float: left;
    width: 25px;
    font-size: 25px;
    font-weight: bolder;
    line-height: 19px;
    margin-right: 5px;
}

.post-short {
    font-weight: bold;
    float: left;
    width: calc(100% - 30px);
    line-height: normal;
    font-size: 12px;
}

    .post-short p {
        margin-bottom: 5px;
    }

    .post-short span {
        color: #b3b3b3;
        font-weight: normal;
    }

.post-pic {
    float: left;
    width: 55%;
}

.post-detali {
    float: left;
    width: 45%;
    padding: 10px 15px;
}

.post-box-right-top {
    background: #fff;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
}

.post-detali p {
    margin-bottom: 5px;
}

.post-box-right-main {
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
    -moz-box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
    box-shadow: 0px 2px 2px 0px rgba(50, 50, 53, 0.33);
}

.post-detali span {
    font-size: 12px;
    color: #ccc;
    display: block;
    margin: 10px 0;
}

.detail-post {
    background: #fff;
    padding: 10px 15px 20px 15px;
    min-height: 227px;
}

    .detail-post span {
        font-size: 12px;
        color: #ccc;
    }

    .detail-post h5 {
        margin: 5px 0;
    }

    .detail-post p {
        line-height: normal;
        margin: 10px 0;
    }

.inner-page-menu .main-menu ul li ul li a:hover {
    background: #e75820;
    color: #fff;
}

.inner-page-menu .main-menu ul li a img, .short-bar a img {
    display: initial;
}

.dropdown-box ul li:nth-child(odd) a {
    background: url(../images/1bu.png) no-repeat left center #ffffff;
}

.contact-outer h3 {
    margin-top: 30px;
    width: 100%;
}

.contact-form div {
    float: right;
    width: 48%;
}

    .contact-form div:nth-child(2n) {
        float: left;
        width: 48%;
    }

    .contact-form div:last-child {
        width: 100%;
    }

.contact-form {
    float: left;
    width: 50%;
    padding-right: 6%;
    text-align: left;
    border-right: 2px solid #cb3d0e;
}

    .contact-form input[type=text] {
        width: 100%;
        padding: 8px 5px;
        border: none;
        border: 1px solid #cb3d0e;
        margin-bottom: 5px;
        border-radius: 5px;
    }

    .contact-form input[type=submit] {
        width: 100%;
        padding: 10px;
        border: none;
        background: #cb3d0e;
        margin-bottom: 15px;
        border-radius: 5px;
        color: #fff;
        font-size: 20px;
    }

    .contact-form textarea {
        width: 100%;
        padding: 8px 5px;
        border: none;
        border: 1px solid #cb3d0e;
        margin-bottom: 15px;
        height: 100px;
        resize: none;
        border-radius: 5px;
    }

    .contact-form select {
        width: 100%;
        padding: 8px 5px;
        border: none;
        border: 1px solid #cb3d0e;
        margin-bottom: 5px;
        border-radius: 5px;
    }

.comment-box {
    width: 100% !important;
}

.contact-page-right {
    float: right;
    width: 50%;
    padding: 0 0 0 5%;
    text-align: left;
}

    .contact-page-right > p {
        margin-bottom: 5px;
    }

.home-login-popup {
    position: fixed;
    top: 35%;
    left: 0px;
    z-index: 9999;
}

.login-popup-box {
    background: linear-gradient(75deg, #1A2C79 10%, #e87505) !important;
    padding: 15px;
    color: #fff;
    font-size: 13px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    left: -285px;
    transition: all .3s ease-in-out;
}

    .login-popup-box a {
        color: #fff;
    }

    .login-popup-box input[type=button] {
        background: #fff;
    }

    .login-popup-box input[type=text] {
        width: 250px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin: 8px 0;
    }

    .login-popup-box.popup-open {
        left: 0px;
        transition: all .3s ease-in-out;
    }

.upcoming-popup {
    position: fixed;
    top: 35%;
    right: 0px;
    z-index: 9999;
}

    .upcoming-popup a {
        margin-right: 25px;
        display: block;
        color: #fff;
    }

.end {
    position: absolute;
    top: -15px;
    right: 0px;
}

.upcoming-popup img {
    max-width: inherit;
    display: block;
}

.mass-top img {
    display: initial;
}

.star-box .fa-star {
    color: #0C0;
}

.fa-arrow-right {
    color: #e75820;
}

.link-box a {
    display: block;
    padding: 0 0 0 25px;
    background: url(../images/1bu.png) no-repeat left center;
}

.other img {
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 15px;
}

.link-box a, .link-box a {
    color: #e75820;
}

.client-box {
    background: #fff;
    padding: 15px;
    border: 2px solid #e87505;
    border-radius: 10px;
    overflow: hidden;
}

.fa-windows:before {
    display: none;
}

.d-flex span {
    font-size: 20px;
    margin-right: 10px;
}

.slider-outer {
    max-width: 500px;
    margin: 0 auto;
}

.banner {
    position: relative;
    text-align: center;
}

.down-arrow {
    position: absolute;
    bottom: 35px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: none;
}

.banner .container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    right: 0px;
}

.hero-slider-content {
    color: #fff;
    text-align: center;
    padding: 0px 40px; /* background:#080c85;*/
    margin: 110px auto 0px;
    width: 100%;
}

.hero-slider-content2 {
    color: #fff;
    text-align: center;
    padding: 0px 40px; /* background:#080c85;*/
    margin: 15px auto 0px;
    width: 100%;
}

.hero-slider-content3 {
    color: #fff;
    text-align: center;
    padding: 0px 40px; /* background:#080c85;*/
    margin: 30px auto 0px;
    width: 100%;
}

.hero-slider-content h1 {
    color: #fff;
    font-weight: bold;
}

.hero-slider-content2 h1 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}

.hero-slider-content3 h1 {
    color: #fff;
    font-weight: bold;
}

.career-pic img {
    display: initial;
}

.job-det {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
}

    .job-det ul li {
        background: url(../images/1bu.png) no-repeat left top 3px;
        padding-left: 30px;
    }

.new-aeml {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    display: none;
}

.white-box {
    background: #fff;
    padding: 15px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
}

.select {
    font-weight: bold;
    color: #101542 !important;
    background: white !important;
}


.hero-slider-content ul li {
    float: left;
    list-style: none;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

    .hero-slider-content ul li img {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .hero-slider-content ul li a {
        color: #ffc945;
        padding: 7px 8px;
        font-weight: 400;
    }

        .hero-slider-content ul li a:hover {
            text-decoration: underline;
        }


.page-header-content ul li {
    float: left;
    list-style: none;
    color: #fff;
    margin-bottom: 15px;
    font-weight: bold;
}

    .page-header-content ul li img {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
    }

    .page-header-content ul li a {
        color: #ffc945;
        padding: 7px 8px;
        font-weight: 400;
    }

        .page-header-content ul li a:hover {
            text-decoration: underline;
        }

.mass-top ul li {
}

.topbar-text ul.list-inline li:first-child {
    border-right: 1px solid #e7e8e8;
}

.topbar-text ul.list-inline li:last-child {
    border-right: none;
    padding-right: 0px;
}

.topbar-text ul li a .fa {
    color: #fff;
    margin: 4px 0px;
    font-size: 16px;
}

.topbar-text ul.list-inline li .fa {
    color: #fff;
    margin: 0 5px;
}

.nav-link {
    padding: 10px 1px;
}

.search-box {
    position: absolute;
    left: 108px;
    background: #080c85;
    padding: 2px;
    width: 0px;
    display: none;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
}

.top-bar-box {
    left: 0px;
    width: 492px;
    padding: 2px 5px;
    display: block;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
}

.search-box .search-box-inner {
    border: 1px solid #fff;
    border-radius: 25px;
    width: 100%;
    float: left;
}

.search-box .fa {
    font-size: 16px;
    width: 22px;
    float: right;
    color: #fff;
    padding: 5px 2px;
    cursor: pointer;
}

.search-box input[type="text"] {
    background: none;
    padding: 3px 10px;
    border: none;
    vertical-align: top;
    width: 225px;
    color: #fff;
    float: left;
}

.search-box textarea:focus, .search-box input:focus {
    outline: none;
}

.search-box input[type="button"] {
    background: none;
    padding: 7px 18px;
    border: none;
    vertical-align: top;
    background: url(../images/search-icon.png) no-repeat center center;
    border-left: 1px solid #fff;
}
/*=============== mobi-menu ======================*/
/*=============== mobi-menu ======================*/
.mobi-menu ul {
    text-align: center;
    padding: 5px 0;
    display: none;
}

    .mobi-menu ul li {
        display: inline-block;
        margin: 0 5px;
    }

        .mobi-menu ul li .fa {
            font-size: 17px;
        }

        .mobi-menu ul li a {
            font-size: 14px;
        }

    .mobi-menu ul:nth-child(2) {
        border: 1px dashed #ccc;
        margin: 2px 0;
        padding: 3px 0;
    }

    .mobi-menu ul li.sear {
        width: 97%;
    }

    .mobi-menu ul li input {
        border: none;
        border: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .mobi-menu ul li.sear i {
        margin-left: 5px;
        background: #f1f1f1;
        padding: 6px 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        vertical-align: top;
    }
/*=============== mobi-menu ======================*/
/*=============== mobi-menu ======================*/

.promo-block-content h5 {
    font-size: 18px;
}

.promo-block-content h6 {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
}

.head-tite {
    text-align: center;
    margin: 15px 0 20px !important;
}












.footer-section {
    background: #101542;
}

.copyright-text a {
    color: #ccc;
}

.pull-right {
    float: right !important;
}

.red-box {
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: relative;
    padding: 5px 0px;
}

    .red-box p {
        margin-bottom: 0px !important;
        padding-right: 20px;
    }

    .red-box .fa {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

.log-box li {
    list-style: none;
    float: right;
    padding: 10px 3px;
    margin-top: 13px;
}

    .log-box li a {
        padding: 0px 5px;
        border: 1px solid #e75820;
        border-radius: 5px;
        background: #e75820;
        color: #fff;
        display: block;
        font-size: 14px;
    }

    .log-box li:last-child a {
        margin: 0 5px 0 0;
        border: 1px solid #080c85;
        border-radius: 5px;
        background: none;
        color: #000;
        display: block;
    }

.event-box {
    background: #d75000;
    position: relative;
    padding: 0px;
    font-size: 18px;
    color: #fff;
    position: relative;
    margin-top: 5px;
}

    .event-box p {
        margin: 0 0 3px;
        border-bottom: 1px dashed #fff;
    }

    .event-box span {
        display: block;
        font-size: 13px;
    }
/*.event-box .fa-times, .event-box .fa-arrow-right{padding:10px 3px 10px 4px	; background:#e75820; color:#fff; position:absolute; top:0px; right:0px; cursor:pointer;}*/
.off {
    background: #d75000;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.off-top {
    background: #d75000;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}

.off .fa-arrow-right {
    color: #fff;
    padding: 10px 3px 10px 4px;
}

.titles {
    padding: 0px;
}

.arrow1 {
    padding: 0 25px 0 10px;
}

.stiky {
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.box-info1, .box-info3, .box-info2 {
    padding: 0px;
    display: none;
    border-top: 1px solid #fff;
}

.top-box {
    background: #f07715;
    padding: 5px 15px;
}

.con {
    background: #ec6c1b;
    padding: 5px 15px;
}

.event-box-three {
    background: #ef8b37;
}

    .event-box-three p {
        padding: 5px 15px;
    }

.box-info1 {
    background: #7736af;
}

.event-box-top {
    background: #d75000;
}

.box-info3 label {
    width: 100%;
    font-size: 14px;
}

.box-info3 input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: normal;
}

.box-info1 input[type="text"] {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.cross5 {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 23px;
    cursor: pointer;
    color: #ff0000;
}

.login-pop {
    position: fixed;
    z-index: 999999;
    top: -495px;
    right: 0px;
    background: #fff;
    padding: 0px;
    width: 30%;
    border: 12px solid #080c85;
    transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
}

    .login-pop.showsign {
        top: 0px;
        right: 0px;
        transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s;
    }

    .login-pop h3 {
        background: #080c85;
        color: #fff;
        font-size: 20px;
        padding: 0 0 10px;
    }

    .login-pop .fild_bg, .login-pop .log_button, .login-pop .forget_bg {
        padding: 0 10px;
    }

        .login-pop .fild_bg label {
            width: 100%;
        }
/*.log_mainbody{ width:30%; float:left;  background:#d2e6fd;border-radius: 15px; overflow:hidden; border: 1px solid #999999;}*/
.log_mainbody {
    padding: 15px;
    background: #fff;
    float: left;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.52);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.52);
}

.logbody_top {
    width: 100%;
    float: left;
}

.logbody_bot {
    float: left;
    background: #FFF;
    padding: 0px 0;
}

.bodytop_left {
    float: left;
    width: 90%;
    border-bottom: 2px solid #00aeaf;
    padding: 10px;
    width: 100%;
    text-align: center;
}

    .bodytop_left h3 {
        color: #000;
        margin: 0;
    }

    .bodytop_left a {
        padding: 0;
        display: block;
        width: 170px;
    }

.bodytop_right {
    width: 120px;
    float: right;
    z-index: 999;
    position: relative;
    background: #FFF;
    font: normal 16px/45px Arial, Helvetica, sans-serif;
    color: #535353;
    text-align: center;
    top: 64px;
}

.logdetails_left {
    width: 100%;
    float: left;
}

.logdetails_right {
    width: 175px;
    float: left;
    padding: 65px 0 0 25px;
}

.details_top {
    width: 100%;
    float: left;
    font: bold 26px/30px Arial, Helvetica, sans-serif;
    color: #176E2A;
    padding: 0 0 30px 0;
}

.details_bot {
    width: 100%;
    float: left;
    border-right: 1px #d6d6d6 solid;
}

.fild_bg {
    width: 100%;
    float: left;
    margin: 0px;
}

    .fild_bg input {
        border: none;
        transition: none;
        border: 1px #777777 solid;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
        padding: 5px;
        border-radius: 5px;
    }

    .fild_bg select {
        border: none;
        transition: none;
        border-bottom: 1px #777777 solid;
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
        padding: 5px;
    }

.fildbg_left {
    width: 30px;
    float: left;
    text-align: center;
}

.fildbg_right {
    width: calc(100%-30px);
    float: left;
}

    .fildbg_right input {
        padding: 0 0 0 5px;
        margin: 0;
        background: none;
        border: none;
        font: normal 12px/18px Arial, Helvetica, sans-serif;
        color: #434343;
        width: 100%;
        height: 28px;
        outline: none;
    }

.forget_bg {
    float: left;
    margin: 10px 0;
}

.forget_left {
    width: 170px;
    float: left;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
}

.forget_right {
    width: 110px;
    float: left;
}

.forget_left label {
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #5a5a5a;
    padding: 0 0 0 5px;
}

.forget_right a {
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #ff0000;
    text-decoration: underline;
    text-align: right;
}

    .forget_right a:hover {
        font: normal 12px/18px Arial, Helvetica, sans-serif;
        color: #ff0000;
        text-decoration: none;
        text-align: right;
    }

.log_button {
    width: 100%;
    float: left;
}

.log_btn {
    width: 100% !important;
    float: left;
    background: #080c85 !important;
}

.forget_bg a {
    color: #ff0000;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.register-btn {
    padding: 5px 0;
    background: #fa3b0e;
    border-radius: 5px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.log_button input {
    background: rgb(58,189,89); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(58,189,89,1) 0%, rgba(23,110,42,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,189,89,1)), color-stop(100%,rgba(23,110,42,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(58,189,89,1) 0%,rgba(23,110,42,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(58,189,89,1) 0%,rgba(23,110,42,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(58,189,89,1) 0%,rgba(23,110,42,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(58,189,89,1) 0%,rgba(23,110,42,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3abd59', endColorstr='#176e2a',GradientType=0 ); /* IE6-9 */
    display: block;
    font: normal 16px/36px 'Arial', Helvetica, sans-serif;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    text-transform: uppercase;
    width: 100px;
    height: 36px;
    border: none;
}

    .log_button input:hover {
        background: #3643a4;
        display: block;
        font: normal 16px/36px 'Arial', Helvetica, sans-serif;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        -webkit-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
        text-transform: uppercase;
        width: 100px;
        height: 36px;
        border: none;
    }

.signup {
    width: 175px;
    float: left;
    font: normal 16px/18px Arial, Helvetica, sans-serif;
    color: #494949;
    margin: 0 0 20px 0;
}

    .signup a {
        font: normal 12px/18px Arial, Helvetica, sans-serif;
        color: #0092d7;
        text-decoration: none;
    }

        .signup a:hover {
            font: normal 12px/18px Arial, Helvetica, sans-serif;
            color: #0092d7;
            text-decoration: underline;
        }

.phone {
    width: 175px;
    float: left;
    margin: 0 0 20px 0;
}

.phone_left {
    width: 30px;
    float: left;
    padding: 4px 0 0 0;
}

.phone_right {
    width: 140px;
    float: left;
    font: normal 12px/18px Arial, Helvetica, sans-serif;
    color: #494949;
}

.log_button input[type="checkbox"] {
    float: left;
    width: 15px;
    height: 15px;
    margin: 5px 5px 0 0;
}

.search-box-inner {
    float: left;
    position: relative;
}

    .search-box-inner .search-bt {
        float: right;
    }

    .search-box-inner .fa {
        padding: 8px 5px;
        cursor: pointer;
        font-size: 20px;
    }

    .search-box-inner .search-bo {
        width: 0px;
        padding: 0px;
        border: none;
        float: right;
        overflow: hidden;
        border-radius: 5px;
        margin-top: 3px;
        position: absolute;
        top: 0px;
        right: 28px;
        transition: all 0.25s ease-in-out 0s;
        -webkit-transition: all 0.25s ease-in-out 0s;
        -moz-transition: all 0.25s ease-in-out 0s;
        -ms-transition: all 0.25s ease-in-out 0s;
    }

        .search-box-inner .search-bo input {
            width: 100%;
            color: #000;
        }

        .search-box-inner .search-bo.bar-box {
            width: 229px;
            transition: all 0.25s ease-in-out 0s;
            -webkit-transition: all 0.25s ease-in-out 0s;
            -moz-transition: all 0.25s ease-in-out 0s;
            -ms-transition: all 0.25s ease-in-out 0s;
        }

.link a {
    font-size: 16px !important;
    color: #fff !important;
    margin: 2px 0 0;
    line-height: normal; /*font-weight: bold;*/
}

    .link a .fa {
        font-size: 16px !important;
        color: #fff !important;
        margin-right: 0px;
        width: 25px;
    }

.link p {
    font-size: 14px;
    border: none;
    margin: 0px;
}

.link h6 {
    font-size: 18px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 3px;
    border-bottom: 1px solid #fff;
}

.con p {
    font-size: 16px;
    line-height: normal;
}

.logo-outer {
    float: left;
    width: 24%;
    display: inline-flex;
}

.menu-outer {
    float: left;
    width: 58%;
}

.sign-outer {
    float: right;
    width: 18%;
}

.whitegap {
    padding: 20px 0;
}

.box {
    border: 1px solid #ccc;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 15px;
}

    .box h4 {
        padding: 5px;
        color: #fff;
        text-align: center;
        margin: 0px;
    }

.box-product {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    text-align: center;
}

    .box-product input[type="button"] {
        padding: 5px 15px;
        background: #080c85;
        color: #fff;
        margin-top: 10px;
        display: inline-block;
        border-radius: 5px;
        border: none;
    }

    .box-product .price-old {
        color: #F00;
        text-decoration: line-through;
        font-weight: normal;
    }

    .box-product:last-child {
        border: none;
    }

.box {
    margin-bottom: 15px;
}

.single-product-box .price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
}

.detail-info .price-old {
    color: #F00;
    text-decoration: line-through;
    font-weight: normal;
}

.box-content ul {
    margin-top: 15px;
}

    .box-content ul li {
        border-bottom: 1px dashed #ccc;
        padding: 5px 0px;
    }

        .box-content ul li:last-child {
            border-bottom: none;
        }

.box-right {
    margin-bottom: 15px;
    background: #f1f1f1;
    float: left;
    border-radius: 15px;
    overflow: hidden;
}

.box-content-two {
    padding: 10px;
    float: left;
    width: 33%;
}

.box-product {
    min-height: 254px;
}

.box-content-two .box-product {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
}

.click-box {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

    .click-box p:first-child {
        margin-bottom: 5px;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    font-size: 22px;
}

fieldset label {
    font-weight: bold;
    margin: 10px 0 5px;
}

fieldset input[type="button"] {
    padding: 5px 15px;
    background: #080c85;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    border: none;
}

.wpb_wrapper p {
    text-align: left;
}

    .wpb_wrapper p strong {
        color: #e75820;
    }

.regular4 .slick-active {
    background: #e75820 !important;
}

.stiky2 {
    margin-top: 120px;
}

.online-page h2 {
    text-align: center;
    margin: 0px 0 50px;
    font-weight: 300;
    position: relative;
    font-size: 30px;
}

    .online-page h2::after {
        position: absolute;
        left: 50%;
        bottom: -10px;
        content: "";
        width: 200px;
        height: 1px;
        background: #666;
        transform: translateX(-50%);
    }

.online-page-inner {
    width: 100%;
    text-align: center;
    padding: 0 0 60px;
}

.flip-card {
    width: 250px;
    height: 259px;
    perspective: 1000px;
    display: inline-block;
    margin: 0 5px;
}

.flip-card2 {
    width: 250px;
    height: 259px;
    perspective: 1000px;
    display: inline-block;
    margin: 0 5px;
}

.flip-card3 {
    width: 250px;
    height: 259px;
    perspective: 1000px;
    display: inline-block;
    margin: 0 5px;
}

.flip-card4 {
    width: 250px;
    height: 259px;
    perspective: 1000px;
    display: inline-block;
    margin: 0 5px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner, .flip-card2:hover .flip-card-inner, .flip-card3:hover .flip-card-inner, .flip-card4:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
    padding: 23px 0 0;
}

.flip-card-back {
    background-color: #02428a;
    color: white;
    transform: rotateY(180deg);
    border-radius: 5px;
    overflow: hidden;
    padding: 15px;
}

    .flip-card-back h2 {
        color: #fff;
        font-size: 28px;
        margin: 20px 0;
    }

.qbg {
    background: url(../images/qbg.png) no-repeat right bottom #02428a;
}

.flip-card-back.qbg a, .flip-card-back.profie-bg a, .flip-card-back.video-bg a, .flip-card-back.event a {
    color: #fff;
}

    .flip-card-back.qbg a:hover, .flip-card-back.profie-bg a:hover, .flip-card-back.video-bg a:hover, .flip-card-back.event a:hover {
        color: #fff;
    }


.event-sow {
    width: 50%;
    margin: 0 auto;
}

.date {
    float: left;
    width: 20%;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    padding: 8px;
    border: 1px solid #8aa6b2;
}

    .date span {
        font-size: 34px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

.event-info {
    float: left;
    width: 80%;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #8aa6b2;
    background: #101542;
    color: #fff;
    padding: 20px 15px;
}

    .event-info span {
        font-size: 20px;
        font-weight: bold;
        display: block;
    }

.event-btn {
    float: left;
    width: 20%;
    border: 1px solid #44916c;
    background: #44916c;
    text-align: center;
}

    .event-btn a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        display: block;
        padding: 52px 5px 52px;
    }

.video-bg {
    background: url(../images/video-bg.png) no-repeat right bottom #02428a;
}

.event {
    background: url(../images/event-bg.png) no-repeat right bottom #02428a;
}

.profie-bg {
    background: url(../images/profie-bg.png) no-repeat right bottom #02428a;
}

.left-panel {
    border: none;
    padding: 10px;
    float: left;
    width: 25%;
    background: rgb(230, 230, 230);
}

    .left-panel a {
        background: #101542;
        padding: 15px;
        display: block;
        padding: 10px;
        color: #fff;
        margin: 5px 0;
    }

        .left-panel a:hover {
            background: #e75820;
        }

    .left-panel h2 {
        font-size: 14px;
        text-align: left;
        font-weight: bold;
        margin: 25px 0 30px;
        text-align: center;
    }

    .left-panel select {
        width: 100%;
        padding: 5px;
        background: #e75820;
    }

.date2 {
    float: left;
    width: 20%;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    padding: 5px;
    border: 1px solid #8aa6b2;
    height: 72px;
    background-color: white;
}

    .date2 span {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
        display: block;
    }

.event-info2 {
    float: left;
    width: 60%;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #101542;
    background: #101542;
    color: #fff;
    padding: 5px 5px;
    margin-bottom: 5px;
    height: 72px;
    overflow: hidden;
}

    .event-info2 span {
        font-size: 13px;
        font-weight: bold;
        display: block;
        line-height: normal;
    }

.event-btn2 {
    float: left;
    width: 20%;
    border: 1px solid #101542;
    text-align: center;
    height: 72px;
    background: #101542;
}

    .event-btn2 a {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        display: block;
        padding: 11px 5px 10px;
        margin: 0px;
    }

.dwqa-popular-questions ul li {
    background: none;
    color: #000;
    margin-bottom: 10px;
    border-bottom: 1px dashed #000;
    padding: 0 0 5px 20px;
    background: url(../images/1bu.png) no-repeat left top 6px;
}

    .dwqa-popular-questions ul li:last-child {
        border: none;
    }

    .dwqa-popular-questions ul li a {
        background: none;
        color: #000;
        padding: 0px;
        line-height: normal;
    }

        .dwqa-popular-questions ul li a:hover {
            background: none;
            color: #000;
        }

.right-panel {
    float: left;
    width: 73%;
    margin-left: 2%;
}

.dwqa-current {
    font-weight: bold;
    font-size: 18px;
    color: #ee5815;
    border: 1px solid #ddd;
    margin-right: 5px;
    padding: 5px 10px;
}

.right-top > a {
    background: #101542;
    padding: 15px;
    padding: 10px;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
}

    .right-top > a:hover {
        background: #ee5815;
    }

.right-top input {
    width: 70%;
    padding: 3px 5px;
    margin: 15px 0;
    background: url(../images/search.png) no-repeat top 3px right 5px;
    border: none;
    border: 1px solid #6690a2;
}

.dwqa-question-filter > a {
    background: #02428a;
    padding: 2px 15px;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
}

    .dwqa-question-filter > a:hover {
        background: #ee5815;
    }

.dwqa-sort-by {
    background: #02428a;
    padding: 4px 15px;
    color: #fff;
    margin: 5px 0;
    display: inline-block;
    border: none;
}

.dwqa-question-item {
    position: relative;
}

.dwqa-questions-list {
    border: 1px dashed #ccc;
    padding: 10px;
    background: rgb(244, 244, 244);
}

.dwqa-question-item {
    background: #fff;
    border: 1px solid rgb(221, 221, 221);
    padding: 15px 10px 15px 15px;
    margin-bottom: 10px;
}

    .dwqa-question-item.answers-top {
        background: #fff;
        border: 1px solid rgb(221, 221, 221);
        padding: 15px 100px 15px 135px;
        margin-bottom: 10px;
    }

    .dwqa-question-item .avatar {
        position: absolute;
        left: 15px;
        top: 29%;
        left: 5%;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        border: 2px solid #ccc;
        overflow: hidden;
        padding: 10px;
    }

.dwqa-views-count, .dwqa-answers-count, .dwqa-votes-count {
    padding: 2px 15px;
    background: #101542;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.dwqa-question-title a {
    font-weight: bold;
    line-height: normal;
    margin-bottom: 5px;
}

.question-details-title span {
    line-height: normal;
    margin-bottom: 5px;
    font-size: 13px;
    margin-right: 5px;
}

.staff {
    padding: 0 10px;
    background: #e75820;
    color: #fff;
}

.question-details-title span.staff {
    margin-right: 15px;
}

.question-details-title h5 {
    margin: 10px 0 0px;
}

.dwqa-answers {
    background: #fff;
    border: 1px solid rgb(221, 221, 221);
    padding: 15px;
    margin-bottom: 10px;
}

.dwqa-answers-title, .your-answers-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #666;
}

.answers-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

    .answers-title span.staff {
        margin-right: 15px;
    }

    .answers-title a {
        background: #101542;
        padding: 0px 10px;
        color: #fff;
        margin: 5px;
        float: right;
        font-size: 14px;
    }

        .answers-title a:hover {
            background: #e75820;
        }
/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10000;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 60%;
        position: relative;
        border-radius: 8px;
        padding: 15px 20px;
        text-align: left;
    }

.popupCloseButton {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    width: 46px;
    height: 46px;
    text-align: center;
}

.hover_bkgr_fricc > div .fild-box {
    border: none;
}

    .hover_bkgr_fricc > div .fild-box label, .hover_bkgr_fricc > div .fild-box input[type=text] {
        width: 100%;
    }

.hover_bkgr_fricc > div h2 {
    border-bottom: 1px solid #ccc;
}
/* Popup box BEGIN */
.edit-btn-box .dwqa-btn-primary {
    color: #fff;
    background-color: #101542 !important;
    width: auto;
    padding: 2px 10px !important;
    font-size: 16px;
    margin-top: 6px;
    border: 0;
    margin-bottom: 0 !important;
    float: right;
}

    .edit-btn-box .dwqa-btn-primary:hover {
        background-color: #e75820 !important;
    }

.dwqa-select {
    width: 30%;
    border: #dadada;
    background-color: #e6e6e6;
    padding: 5px 10px !important;
    margin: 5px;
    border: 1px solid #dadada !important;
    float: left;
}

.question-del {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 70px;
}

    .question-del a {
        background: #6690a2;
        padding: 0px 10px;
        color: #fff;
        margin: 5px;
        float: right;
        font-size: 14px;
        display: block;
        width: 100%;
        text-align: center;
    }

.ask-your-question {
    background: #fff;
    padding: 5px 10px;
}

.editor {
    background: #fff;
    padding: 5px 10px;
}

.ask-your-question label {
    display: inline-block;
    margin-bottom: 5px;
}

.ask-your-question input[type="text"], .ask-your-question input[type="email"] {
    width: 100%;
    border: 1px solid #999;
    padding: 2px 5px;
}

.ask-your-question select {
    width: 100%;
    border: 1px solid #999;
    padding: 5px;
}

.dwqa-btn-primary {
    color: #fff;
    background-color: #101542 !important;
    width: auto;
    padding: 5px 15px !important;
    font-size: 16px;
    margin-top: 6px;
    border: 0;
    margin-bottom: 0 !important;
}

    .dwqa-btn-primary:hover {
        background-color: #e75820 !important;
    }

.your-answers .dwqa-btn-primary {
    margin: 10px 5px;
}

.dwqa-question-filter input.dwqa-sort-by {
    padding: 2px 15px;
}

.dwqa-question-filter input[type="submit"] {
    width: 100px;
}

.dwqa-question-filter p {
    margin-top: 10px;
}

.thumbnail-outer {
    margin-top: 5px;
}

.aiovg-thumbnail {
    float: left;
    width: 32.333%;
    margin: 0 .5% 20px;
    border: 1px solid #6690a2;
}

    .aiovg-thumbnail a, .aiovg-thumbnail a img {
        display: block;
    }

.aiovg-responsive-container {
    position: relative;
}

.aiovg-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.aiovg-caption {
}

.aiovg-title {
    font-weight: 700;
    line-height: normal;
    min-height: 72px;
    padding: 10px;
    border-top: 1px solid #6690a2;
}

.aiovg-excerpt {
    padding: 10px;
    line-height: normal;
}

.aiovg-category {
    background: #101542;
    color: #fff;
    padding: 5px 10px;
    min-height: 72px
}

    .aiovg-category a {
        color: #fff;
        float: left;
    }

    .aiovg-category span {
        color: #fff;
        float: right;
    }

.event-item {
    background: #fff;
    margin-bottom: 15px;
}

    .event-item .avatar {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 200px;
        height: 200px;
    }

.event-item-left {
    float: left;
    width: 30%;
    position: relative;
}

.event-item-right {
    float: left;
    width: 70%;
    padding: 10px 10px 10px 15px;
}

.event-item-title h5 {
    margin: 10px 0 5px;
}

    .event-item-title h5 span {
        display: block;
        font-size: 14px;
        margin: 5px 0;
        color: #999;
    }

.event-item-stats span {
    margin: 0 10px 0 0;
    font-size: 13px;
}

.event-item-title p {
    line-height: 24px;
}

.event-item-left img {
    display: block;
}

.event-date {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 50px;
    height: 50px;
    background: #e75820;
    padding: 2px 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: normal;
}

    .event-date span {
        font-size: 22px;
        display: block;
        font-weight: bold;
    }

    .event-date:after {
        position: absolute;
        bottom: -27px;
        left: 0px;
        width: 50px;
        height: 27px;
        background: url(../images/date-bg.png) no-repeat center top;
        content: "";
    }

.tribe-events-calendar-list__month-separator {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

    .tribe-events-calendar-list__month-separator:after {
        background-color: #d5d5d5;
        content: "";
        display: block;
        flex: auto;
        height: 1px;
        margin-left: 20px;
    }

.list-month input {
    width: 65%;
    padding: 3px 5px;
    margin: 0px 0 15px;
    background: url(../images/search.png) no-repeat top 3px right 5px;
    border: none;
    border: 1px solid #6690a2;
}

.list-month ul {
    float: right;
    width: 100%;
}

    .list-month ul li {
        float: left;
        margin-left: 25px;
    }

        .list-month ul li a {
            font-size: 16px;
            font-weight: bold;
        }

        .list-month ul li:first-child a {
            background: #101542;
            padding: 3px 15px;
            color: #fff;
            display: inline-block;
            margin: 0px;
            font-size: 14px;
            font-weight: normal;
        }

.pagination-box ul {
    float: left;
    width: 70px;
}

    .pagination-box ul li {
        float: left;
    }

        .pagination-box ul li a {
            margin-right: 10px;
            background: #101542;
            padding: 5px;
        }

            .pagination-box ul li a .fa-arrow-right, .pagination-box ul li a .fa-arrow-left {
                color: #fff !important;
            }

.white-btn {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}

.orange-btn {
    border-radius: 5px;
    padding: 5px 10px;
    background: #e75820;
    color: #fff;
}

    .orange-btn:hover {
        color: #fff;
    }


.event-item-right-details {
    padding-top: 1px;
}

    .event-item-right-details h5 {
        display: inline-block;
    }

.event-image {
    float: left;
    width: 35%;
}

.event-venu {
    border: none;
    margin: 15px 0;
}

.event-data {
    float: right;
    width: 60%;
    padding: 10px;
}

.event-data-left, .event-data-right {
    float: left;
    width: 50%;
}

.event-info-box {
    margin: 15px 0;
}

    .event-info-box p {
        margin-bottom: 2px;
    }

    .event-info-box h5 {
        margin: 15px 0;
    }

    .event-info-box ul {
        margin: 15px 0;
    }

        .event-info-box ul li {
            padding: 0 0 0 25px;
            background: url(../images/1bu.png) no-repeat top 9px left;
        }


.tabs-menu {
    text-align: center;
    margin: 15px 0;
    border-bottom: 1px solid #633580;
}

    .tabs-menu li {
        display: inline-block;
    }

        .tabs-menu li a {
            color: #633580;
            font-size: 35px;
            border-right: 1px solid #633580;
            padding: 15px;
            display: inline-block;
        }

        .tabs-menu li:last-child a {
            border-right: none;
        }

.active a {
    font-weight: bold;
}

.panes {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
}

.login-pop.my-account-pop {
    width: 40%;
}

.pan-inner {
    text-align: center;
}

    .pan-inner a {
        color: #080c85;
        font-weight: bold;
    }

.changepassword {
    width: 50%;
    margin: 0 auto;
}

.password-error {
    padding: 5px;
    border-top: 2px solid #ff0000;
    background: rgba(220,30,5,0.2);
    width: 100%;
    margin-bottom: 10px;
    color: #ff0000;
}

.changepassword label {
    width: 100%;
}

.usa-office {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images/uf.png) no-repeat right bottom;
}

.aus-office {
    margin-bottom: 10px;
    background: url(../images/af.png) no-repeat right bottom;
}

    .usa-office p, .aus-office p {
        margin-bottom: 4px;
    }

        .usa-office p a em, .aus-office p a em {
            width: 125px;
            display: inline-block;
            background: url(../images/dot.jpg) no-repeat right bottom;
            margin-right: 10px;
        }

            .usa-office p a em span, .aus-office p a em span {
                background-color: #FFFFFF;
            }

.app-store {
    margin-top: 15px;
}

.pdf-list {
    padding: 15px;
}

    .pdf-list li {
        background: #f1f1f1;
        margin-bottom: 4px;
    }

        .pdf-list li a {
            padding: 10px;
            display: block;
            font-size: 18px;
        }

            .pdf-list li a .fa {
                font-weight: bold;
                font-size: 18px;
                margin-right: 15px;
            }

.survey {
    font-size: 13px;
    padding: 20px 50px;
    border-top: 1px solid #ccc;
}

.usa-office p .fa, .aus-office p .fa {
    width: 20px;
    color: #1A2C79;
}

.why-we p {
    text-align: left;
}

    .why-we p span {
        font-style: italic;
    }

.footer-nav-wrap ul li.footer-img a {
    width: 48%;
    margin-right: 1%;
}

.usa-map, .aus-map {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
}

.map-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    background: #fff;
    padding: 15px;
    transform: translate(-50%,-50%);
}

.cross6 {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 23px;
    cursor: pointer;
    color: #ff0000;
    padding: 0px 15px;
    background: #fff;
    border-radius: 50%;
}

.mold-testing h5 {
    font-size: 16px;
    color: #e87505;
    min-height: 40px;
}

.mold-testing {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #999;
    min-height: 230px;
}

.mold-testing-main h3 {
    padding: 0 0 20px;
}

.mold-testing-main {
    background: #f8f8f8;
}

.mold-testing p {
    font-size: 13px;
}

.upoff {
    transform: rotate(-90deg);
    top: -1px;
    right: 0px;
}

    .upoff .fa-arrow-right {
        color: #fff;
        padding: 11px;
    }

.upcoming-popup-one {
    position: fixed;
    top: 8%;
    right: -235px;
    z-index: 9999;
    display: none;
}

.upcoming-popup-two {
    position: fixed;
    top: 19%;
    right: -235px;
    z-index: 9999;
    display: none;
}

.upcoming-popup-three {
    position: fixed;
    top: 30%;
    right: -235px;
    z-index: 9999;
    display: none;
}

    .upcoming-popup-one.pop-on-one, .upcoming-popup-two.pop-on-two, .upcoming-popup-three.pop-on-three {
        right: 0px;
    }

.monthly-calander {
    width: 99%;
    float: left;
    margin: 0 0 10px 1%;
    color: #000;
}

    .monthly-calander .fa {
        font-size: 10px;
        margin-right: 2px;
        color: #080c85;
    }

    .monthly-calander p {
        width: 100%;
        padding: 5px;
        margin: 0px;
        font-size: 13px;
        border-bottom: 1px dashed #ccc;
        font-weight: 500;
    }

        .monthly-calander p span {
            width: 35%;
            float: right;
            font-size: 14px;
            margin-left: 5px;
        }

.calendar {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background: #fff;
    display: none;
}

.calendar-top {
    border-bottom: 1px solid #999;
    background: #02428a;
}

.calendar-bottom {
    border-bottom: 1px solid #999;
}

    .calendar-top ul, .calendar-bottom ul {
        float: left;
        width: 100%;
        border-left: 1px solid #999;
    }

        .calendar-top ul li {
            float: left;
            width: 14.27%;
            border-right: 1px solid #999;
            border-top: 1px solid #999;
            padding: 10px;
            font-size: 14px;
            color: #fff;
        }

        .calendar-bottom ul li {
            padding: 5px;
            font-size: 16px;
            min-height: 100px;
            float: left;
            width: 14.27%;
            border-right: 1px solid #999;
            border-top: 1px solid #999;
        }

            .calendar-bottom ul li:hover {
                border-bottom: 2px solid #e75820;
            }

.blue-btn {
    background: #101542;
    padding: 1px 15px;
    color: #fff;
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

    .blue-btn:hover {
        color: #fff;
        background: #e75820;

    }

.red-btn {
    background: #f60606;
    padding: 1px 15px;
    color: #fff;
    display: inline-block;
    margin: 0px;
    font-size: 14px;
    font-weight: normal;
}

    .red-btn:hover {
        color: #fff;
        background: #e75820;
    }

.your-datetime {
    background: #fff;
    padding: 5px 10px;
}

    .your-datetime label {
        display: block;
        margin-bottom: 5px;
    }

    .your-datetime input[type="text"], .your-datetime[type="email"] {
        width: 15%;
        border: 1px solid #999;
        padding: 2px 5px;
        margin: 0 1% 0 0;
        float: left;
    }

    .your-datetime span {
        margin-right: 5px;
        float: left;
    }

    .your-datetime select {
        width: 25%;
        border: 1px solid #999;
        padding: 2px 5px;
        margin: 0 1% 0 0;
        float: left;
    }

.product-info-outer {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.product-info-inner {
    padding: 15px;
}

.info-box-product h2 {
    font-size: 20px;
    color: #e75820;
}

.pic-box-product {
    padding: 20px;
    float: left;
    width: 60%;
    border: 0px solid #ccc;
}

.info-box-product {
    padding: 20px;
    float: left;
    width: 40%;
}

.tabs-menu ul {
    margin: 0px;
    padding: 0px;
    width: 20%;
    float: left;
}

    .tabs-menu ul li {
        list-style: none;
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }

.tabs-menu .tab-content-box {
    float: left;
    width: 80%;
    padding: 0 15px;
}

.pic-box-product .tabs-menu {
    border: none;
}

.panels {
    display: none;
}


.pic-box-product, .info-box-product {
    padding: 5px;
}

.pic-box-product, .info-box-product {
    width: 100%;
}

.list {
    width: 100%;
}

table.list {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

    table.list td {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 5px;
        text-align: center;
    }

    table.list thead td {
        background: #02428a;
        color: #fff;
    }

.regular4 .slick-active {
    background: #e75820 !important;
}

.img_producto_container {
    width: 500px;
    height: 300px;
    position: relative;
    overflow: hidden;
    /*cursor: zoom-in;*/
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}

@media screen and (max-width:768px) {
    .product-info-inner {
        padding: 0px;
    }

    .pic-box-product, .info-box-product {
        padding: 5px;
    }

    .pic-box-product, .info-box-product {
        width: 100%;
    }
}

.pop-on-three, .pop-on-two, .pop-on-one {
    z-index: 99999;
}

.dropdown-box1 ul li ul {
    margin-left: 10px;
}

/*.upcoming-popup-three.desktop{display:block !important;}*/

.desktop-upcoming-popup-one {
    position: fixed;
    top: 100px;
    right: -200px;
    z-index: 9999;
}

.desktop-upcoming-popup-two {
    position: fixed;
    top: 150px;
    right: -200px;
    z-index: 9999;
}

.desktop-upcoming-popup-three {
    position: fixed;
    top: 200px;
    right: -200px;
    z-index: 9999;
}

    .desktop-upcoming-popup-one.pop-on-one, .desktop-upcoming-popup-two.pop-on-two, .desktop-upcoming-popup-three.pop-on-three {
        right: 0px;
        z-index: 99999;
    }


    .desktop-upcoming-popup-one .open-one, .desktop-upcoming-popup-two .open-two, .desktop-upcoming-popup-three .open-three {
        position: absolute;
        left: -41px;
        top: 0px;
    }

        .desktop-upcoming-popup-one .open-one .fa, .desktop-upcoming-popup-two .open-two .fa, .desktop-upcoming-popup-three .open-three .fa {
            width: 40px;
            height: 40px;
            background: #d75000;
            border-radius: 10px 0 0 10px;
            text-align: center;
            padding-top: 10px;
            color: #fff;
        }

    .desktop-upcoming-popup-one .box-info a, .desktop-upcoming-popup-two .box-info a, .desktop-upcoming-popup-three .box-info a {
        display: block;
        font-size: 14px;
        color: #fff;
    }

        .desktop-upcoming-popup-one .box-info a .fa, .desktop-upcoming-popup-two .box-info a .fa, .desktop-upcoming-popup-three .box-info a .fa {
            width: 25px;
        }

    .desktop-upcoming-popup-one .pop-on-one, .desktop-upcoming-popup-two .pop-on-two, .desktop-upcoming-popup-three .pop-on-three {
        right: 0px;
    }

.desktop-upcoming-popup-one .pop-on-three, .desktop-upcoming-popup-one .pop-on-two, .desktop-upcoming-popup-one .pop-on-one {
    z-index: 99999;
}

.desktop-upcoming-popup-one .box-info {
    width: 200px;
}

.desktop-upcoming-popup-two .box-info {
    width: 200px;
}

.desktop-upcoming-popup-three .box-info {
    width: 200px;
}

.top-box input, .con input {
    width: 100%;
}




.product-info-outer {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

.product-info-inner {
    padding: 15px;
}

.info-box-product h2 {
    font-size: 20px;
    color: #e75820;
}

.pic-box-product {
    width: 100%;
}

.info-box-product {
    padding: 20px;
    float: left;
    width: 100%;
}

    .info-box-product h2 {
        font-size: 30px;
        color: #e75820;
        margin-bottom: 5px;
    }

.tabs-menu ul {
    margin: 0px;
    padding: 0px;
    width: 20%;
    float: left;
}

    .tabs-menu ul li {
        list-style: none;
        width: 100%;
        border: 1px solid #ccc;
        margin-bottom: 5px;
    }

.tabs-menu .tab-content-box {
    float: left;
    width: 80%;
}

.pic-box-product .tabs-menu {
    border: none;
}

.panels {
    display: none;
}

.info-box-product p {
    margin-bottom: 5px;
}

.price-box {
}

.quantity {
}

    .quantity em {
        border: 1px solid #000;
        display: inline-block;
    }

    .quantity .fa {
        font-size: 22px;
        font-weight: normal;
        padding: 4px 2px;
        vertical-align: top;
        cursor: pointer;
    }

    .quantity span {
        padding: 2px 4px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        display: inline-block;
    }

.seaarch-box-last {
    width: 60%;
    float: left;
}

.list-month {
    width: 30%;
    float: left;
}

.seaarch-box-last input {
    margin: 0px;
}

.pagination-box {
    width: 100%;
    float: left;
}

.pagination-box-two ul {
    float: left;
    width: 33.333%;
}

.pagination-box.pagination-box-two ul.addevent-btn-box li a {
    margin-left: 10px;
}

.dwqa-breadcrumbs {
    float: left;
    width: 100%;
}

.catgory-btn-box {
    float: left;
    width: 35%;
}

    .catgory-btn-box span {
        width: 107px;
        float: left;
    }

    .catgory-btn-box select {
        width: calc(100% - 112px);
        float: left;
        margin-top: 5px;
    }

.catgory-tittle-box {
    width: 100px;
    float: left;
    padding-top: 5px;
}

@media screen and (max-width:768px) {
    .product-info-inner {
        padding: 0px;
    }

    .pic-box-product, .info-box-product {
        padding: 5px;
    }

    .pic-box-product, .info-box-product {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .left-panel {
        width: 100%;
    }

    .right-panel {
        width: 100%;
        margin-left: 0%;
    }

    .aiovg-thumbnail {
        width: 100%;
        margin: 0 0 20px;
    }

        .aiovg-thumbnail a img {
            text-align: center;
            margin: 0 auto;
        }

    .aiovg-title a {
        text-align: center;
    }

    .dwqa-question-title {
        float: left;
        width: 100% !important;
    }

    .right-top {
        padding: 15px 15px 0;
    }

    .list-month {
        padding: 0 5px;
        width: 37%;
    }

        .list-month input {
            margin: 0px;
        }

        .list-month ul {
            width: 100%;
        }

            .list-month ul li {
                margin: 3px 5px 3px 0;
            }

    .dwqa-question-filter, .pagination-box {
        padding: 0 15px;
    }

        .pagination-box.pagination-box-two {
            padding: 0;
        }

    .pagination-box-two ul {
        width: 100%;
    }

    .event-item-left {
        width: 100%;
        text-align: center;
    }

    .event-item-right {
        width: 100%;
    }

    .pagination-box.pagination-box-two ul.event-btn-box li {
        width: 50%;
    }

    .pagination-box.pagination-box-two ul.addevent-btn-box li {
        width: 100%;
    }

        .pagination-box.pagination-box-two ul.addevent-btn-box li a {
            width: 100%;
            margin: 0px;
            text-align: center;
        }

    .dwqa-question-item.answers-top {
        padding: 15px 5px;
    }

    .catgory-btn-box {
        width: 100%;
    }

    .tribe-events-calendar-list__month-separator {
        margin: 15px !important;
    }
}



.img_producto_container {
    width: 500px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.img_producto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s ease-out;
}


.video-pop {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999999;
}

.video-pop-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    background: #fff;
    height: 500px;
}

    .video-pop-inner video {
        width: 100%;
        height: 100%;
    }

.video-cross {
    position: absolute;
    right: -8px;
    top: -8px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ff0000;
    padding: 0 8px;
    cursor: pointer;
    z-index: 99;
}

.pop-cross {
    position: absolute;
    right: 0px;
    top: -15px;
    width: 50px;
}

.off-one, .on-one {
    position: absolute;
    right: 0px;
    top: 1px;
    padding: 5px 10px;
    background: #ff8021;
    color: #fff;
    cursor: pointer;
    border-radius: 30px 0 0 30px;
}


.fild-box3 {
    width: 29%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box2 {
    width: 49%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0.5% 5px;
    background: #d1d2d1;
}

.fild-box4-3 {
    width: 74%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box4 {
    width: 14%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box5 {
    width: 34%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box6 {
    width: 32.3%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0px 0.5%;
    background: #fff;
}

.fild-box1 {
    width: 99%;
    float: left;
    padding: 0 4px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px 0.5% 5px;
    background: #d1d2d1;
}

select.full {
    width: 100%;
    border: none;
    padding: 8px 5px 9px;
}

.full {
    width: 100%;
    border: none;
    padding: 6px 5px;
}

.half {
    width: 49%;
    padding: 12px 5px;
    border: none;
}

.three-quater {
    width: 75%;
    border: none;
    padding: 12px 5px;
}

.fild-box2 label {
    padding: 5px;
    width: 100%;
}

.fild-box1 label {
    padding: 5px;
    width: 100%;
}

.input-box .fa {
    float: left;
    width: 30px;
    font-size: 23px;
    padding: 8px 0;
    text-align: center;
    color: #04829f;
}

.input-box input:focus {
    outline: none;
    border-left: 2px solid #04829f;
}

.box-two {
    font-size: 14px;
    line-height: 20px;
    color: #323231;
    padding: 10px;
}

::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.welcome-outer {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

.wel-right {
    float: right;
    width: 30%;
}

.wel-left {
    float: left;
    width: 72%;
    font-size: 15px;
}

    .wel-left h3 {
        font-size: 23px;
    }

        .wel-left h3 span {
            font-size: 17px;
        }

    .wel-left a {
        font-size: 14px;
        padding: 6px 15px;
        background: #e75820;
        color: #fff;
        display: inline-block;
    }
.box-info p {
    padding: 4px 13px 4px;
    background: #f07715 !important;
}