@import url("font-awesome.css");
@import url("themify-icons.css");
@import url("font-elegant.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("jquery.fancybox.css");
@import url("magnific-popup.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Reset
-------------------------------------------------------------- */
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    font-size: 14px;
    line-height: 20px;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}


@media(min-width:1540px) {
    .container {
        width: 80%;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        line-height: 1;
        cursor: pointer;
        /* Improves usability and consistency of cursor style between image-type 'input' and others */
        -webkit-appearance: button;
        /* Corrects inability to style clickable 'input' types in iOS */
        border: none;
    }

    input[type="checkbox"],
    input[type="radio"] {
        padding: 0;
        /* Addresses excess padding in IE8/9 */
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        /* Addresses appearance set to searchfield in S5, Chrome */
    }

        input[type="search"]::-webkit-search-decoration {
            /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
        border: 0;
        padding: 0;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Repeatable Patterns

/*Loader*/
.preloader-it {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.loader-pendulums {
    position: relative;
    top: 40%;
    font-size: 4rem;
    width: 122px;
    height: 164px;
    background: url(../img/logo.svg) no-repeat;
    margin: 0 auto;
}


@-webkit-keyframes pendulum {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes pendulum {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes pendulum2 {
    from {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(520deg);
        -moz-transform: rotate(520deg);
        -ms-transform: rotate(520deg);
        -o-transform: rotate(520deg);
        transform: rotate(520deg);
    }
}

@keyframes pendulum2 {
    from {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    to {
        -webkit-transform: rotate(520deg);
        -moz-transform: rotate(520deg);
        -ms-transform: rotate(520deg);
        -o-transform: rotate(520deg);
        transform: rotate(520deg);
    }
}

/*Scrollbar*/
.slimScrollBar {
    right: 0 !important;
}

.nicescroll-rails.nicescroll-rails-vr {
    z-index: 999 !important;
}

/*Typography*/
.blockquote {
    font-size: 18px;
    padding: 15px 20px;
    background: #f5f5f6;
    color: #324148;
    border-left: 3px solid #06a653;
}

    .blockquote > p {
        margin-bottom: 5px;
    }

.blockquote-footer {
    font-size: 76%;
}

.mark,
mark {
    padding: 3px 6px;
    background-color: #fef7c2;
    color: #324148;
    border-radius: 3px;
}

.whatsnew {
    background: rgb(222, 241, 247);
    padding-bottom: 50px;
    position: relative;
}

.video {
    padding-top: 30px;
    position: relative;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

code {
    background-color: #f6f3f2;
    border-radius: 3px;
    padding: 3px 6px;
    font-size: 87.5%;
    color: #06a653;
}

.title {
    background: linear-gradient(92.61deg, #ffd658 0%, #eff3fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title1 {
    color: #d86b03;
    text-transform: uppercase;
    font-weight: 600;
}

.title3 {
    color: #06a653;
}

.title4 {
    color: #fc7100;
    font-weight: 600;
}

.title6 {
    color: #063f77;
}

/* extra class end
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    color: #646a7c;
}

p {
    font-size: 15px;
    line-height: 20px;
}

a {
    color: #28293A;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover,
    a:focus {
        color: #656775;
        text-decoration: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

ul,
ol {
    padding-left: 25px;
}

img {
    max-width: 100%;
    height: auto;
}

strong {
    font-weight: 900;
}

b {
    font-weight: 600;
}

button {
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 14px;
    font-weight: 700;
    color: #28293a;
    text-transform: uppercase;
    padding: 12px 24px;
    background-color: #f2c21a;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: 'Poppins', sans-serif;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
    margin-bottom: 0px;
    /* border-radius: 2px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    textarea:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus {
        border: 1px solid #f2c21a;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

textarea {
    width: 100%;
    height: 235px;
    padding: 30px 30px;
}

input[type="checkbox"] {
    display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
    color: #b3b7c8;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #b3b7c8;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b3b7c8;
    opacity: 1;
}

/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 20px;
    line-height: 25px;
}

h5 {
    font-size: 18px;
    line-height: 20px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}

/* Variables  
---------------------------------------------------------------*/
.flat-language > ul > li > ul,
#mainnav-mobi ul.sub-menu li a,
.product .content-product .btn-card,
.product .content-product .name,
.product .content-product .mount,
.product .featured-product img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header.downscrolled {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header .logo,
#mainnav ul.submenu,
#mainnav ul.submenu > li > a,
aside.widget,
.product .box-product,
.entry .readmore:after,
.switcher-container h2 a,
.switcher-container h2 i,
.sw-pattern.pattern,
.entry,
.entry-border,
.item-border,
.item .featured-item a img,
.go-top,
.entry .featured-post a img,
.widget-nav-menu ul li::after,
.widget.widget-out-link ul li a:before,
.widget-nav-menu ul li,
.widget.widget-recent-new ul li span:before,
.top-search,
.top-search #searchform-all #searchsubmit,
.shopping-cart .subcart {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    /* Color */
    .menu.menu-extra li a:hover,
    .flat-information li i,
    .start-pri i,
    .item .content-item .title-item a:hover,
    .comment .comment-body .comment-info h6 a:hover,
    .product-single .social-links li a:hover,
    .product-single .product_meta li a,
    .widget-banner .sale,
    .widget-shopby .price_slider_amount .price_label input,
    .widget-shopby .ui-slider .ui-slider-handle,
    .infomation-text span,
    .breadcrumbs.color-661 ul li a:hover,
    .item .readmore::after,
    .item .readmore:hover,
    .widget.widget-phone i,
    .page-title.style2 .breadcrumbs ul li a:hover,
    .flat-information.style2 li a:hover,
    #mainnav.style2 ul.submenu > li > a:hover,
    .flat-language.color-white .current a:hover,
    #mainnav.style2 > ul > li.active > a,
    #mainnav.style2 > ul > li > a:hover,
    .social-links.color-white li a:hover,
    .entry .readmore:after,
    .project-dynamic .entry .content-post .title-post a:hover,
    .project-dynamic .entry .readmore:hover,
    .project-dynamic .entry .readmore:hover:after,
    .entry .meta-data .meta-post li.author a,
    .copyright a,
    #subscribe-msg .notification_error,
    #subscribe-msg .notification_ok,
    .flat-language > ul > li > ul li a:hover,
    .breadcrumbs ul li a:hover,
    .breadcrumbs ul li i,
    .footer a:hover,
    .entry .content-post .title-post a:hover,
    .entry .readmore:hover {
        color: #ffffff;
    }

        #mainnav > ul > li.active > a,
        #mainnav > ul > li > span.arrorFlex > a:hover,
        .social-links.style2 li a:hover,
        .social-links.style3 a:hover,
        .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow,
        .widget-shopby .ui-slider .ui-slider-range,
        #mainnav ul.submenu > li > a:hover,
        #mainnav > ul > li > ul > li:hover {
            background-color: rgba(216, 109, 1, 1);
            color: #fff;
        }

    #mainnav > ul > li.active > a,
    #mainnav > ul > li > span.arrorFlex > a:hover,
    .widget-product ul li ins,
    .product-single ul.product-style li .detail,
    .testimonials .avatar span.name,
    .product .content-product .mount,
    .breadcrumbs.color-661 ul li a,
    .breadcrumbs.color-661 ul li,
    .breadcrumbs.color-661 ul li:before,
    .item .readmore,
    .item .content-item .title-item,
    .widget.widget-phone span,
    .page-title.style2 .page-title-heading h1,
    .page-title.style2 .breadcrumbs ul li,
    .page-title.style2 .breadcrumbs ul li a,
    .page-title.style2 .breadcrumbs ul li i,
    .page-title.style2 .breadcrumbs ul li:before,
    .menu-extra.color-661 li a,
    .entry .content-post .title-post a,
    .entry .readmore,
    .item .content-item .title-item a,
    .single-post p,
    #mainnav.color-661 > ul > li > a {
        color: #ffffff;
    }

.top.background-661,
.nav-absolute .nav-wrap,
.header.header-style1 {
    background: linear-gradient(270deg, rgba(216, 109, 1, 1) 0%, rgba(207, 15, 100, 1) 100%);
    box-shadow: 0px 3px 10px #00000040;
    position: relative;
}


.project-info ul li,
.widget-info.color35d .info-text p,
.product-single .product_meta li a:hover,
.product-single .product-style li,
.product-single p,
.product-single ins,
.widget-product ul li .product-name a,
.testimonials blockquote.whisper,
.careers-info .careers-text p,
.page-commingsoon .title-section.sub .title,
.product .content-product .name,
#mainnav ul.submenu > li > a,
.item .content-item p,
.wrap-formcontact.style2 p,
.list-author .info-author .contact-author h3 {
    color: #42435d;
}

.project-dynamic .entry .content-post,
.project-dynamic .entry .category,
#mainnav.color-white > ul > li.active > a,
#mainnav.color-white > ul > li > a:hover,
#mainnav.color-white ul.submenu > li > a:hover,
.project-dynamic .entry .content-post .title-post a,
.social-links.color-white li a,
.project-dynamic .entry .readmore,
.infomation-text,
.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a,
.breadcrumbs ul li:before,
.breadcrumbs ul li a,
.breadcrumbs ul li,
.page-title-heading h1,
#mainnav-mobi ul.sub-menu  li  a:hover,
#mainnav-mobi > ul > li > ul > li.active > a,
#mainnav-mobi > ul > li > span.arrorFlex > a,
#mainnav > ul > li > span.arrorFlex > a,
.menu-extra li a,
.social-links.style3 a:hover,
.top-search #searchform-all #searchsubmit,
.flat-language > ul > li > ul li a,
.flat-information.before-white li i,
.btn-click.color-white .flat-button,
.project-dynamic .entry .readmore:after,
.flat-language.color-white .current a,
.flat-information.style2 li a {
    color: #ffffff !important;
}

.header .background-white,
#mainnav ul.submenu,
.shopping-cart .subcart,
.header.bg-white,
.header-style3.downscrolled {
    background-color: #ffffff;
}

/* Position */
.flat-top.social-links,
#mainnav > ul > li > span.arrorFlex > a,
#mainnav ul li,
.flat-language,
.sw-odd .sw-image .sw-buy,
.product-single .product_meta li,
.comment-respond h2,
.flat-information,
.widget.widget-shopby form,
.widget.widget-shopby .ui-slider,
.wrap-breackcrum,
.product .content-product,
.main-history .wrap-step .data-step,
.main-history .wrap-step .info-step,
.item .readmore,
.flat-wrap-header,
.flat-header-wrap,
.top .menu.menu-extra,
.data-effect,
.slide-overlay,
.entry,
.item,
.flat-language .current a,
.top-search #searchform-all,
.entry .readmore,
.entry .meta-data ul li,
.widget-download .download a,
.widget.widget-nav-menu ul li a,
.widget.widget-testimonials .avatar span.name,
.widget.widget-testimonials .avatar,
.widget-nav-menu ul li,
.widget.widget-out-link ul li a,
.widget.widget-recent-new ul li span,
.menu-extra > li,
.nav-wrap,
.page-title {
    position: relative;
}

    .flat-top.social-links li::before,
    .widget-nav-menu ul li::before,
    .product-single .product_meta li::after,
    .comment-respond h2::after,
    .top .menu.menu-extra::before,
    .main-history .wrap-step .data-step::before,
    .main-history .wrap-step .data-step::after,
    .top.style2 .flat-information::before,
    .widget.widget-nav-menu ul li a:before,
    .widget.widget-testimonials .avatar span.name::after {
        position: absolute;
        content: "";
    }

    .flat-language .current > a:after,
    .breadcrumbs ul li:before,
    .sw-odd .sw-image .sw-buy:after,
    .item .readmore::after,
    .entry .readmore:after,
    .widget-download .download a:after,
    .widget-nav-menu ul li::after,
    .widget.widget-testimonials .avatar::after {
        position: absolute;
        font-family: "FontAwesome";
    }

    .widget.widget-out-link ul li a:before,
    .widget.widget-recent-new ul li span:before,
    .entry .meta-data ul.meta-comment li::before {
        position: absolute;
        left: 0;
        top: 0;
        font-family: "FontAwesome";
    }

.project-dynamic .entry .content-post,
.project-dynamic .entry .content-post .wrap-table,
.project-dynamic .entry .content-post .flat-tabcell,
.page-commingsoon .flat-commingsoon,
.flat-commingsoon .wrap-table,
.flat-commingsoon .flat-tabcell {
    width: 100%;
    height: 100%;
}

    .project-dynamic .entry .content-post .wrap-table,
    .flat-commingsoon .wrap-table {
        display: table;
    }

    .project-dynamic .entry .content-post .flat-tabcell,
    .flat-commingsoon .flat-tabcell {
        display: table-cell;
        vertical-align: middle;
    }

.page-commingsoon .flat-commingsoon {
    position: absolute;
    left: 0;
    top: 0;
}

/* Opacity */
#mainnav ul.submenu,
.flat-language > ul > li > ul,
.effect-animation,
.top-search,
.go-top,
.shopping-cart .subcart,
.product:hover .content-product .name,
.product:hover .content-product .mount {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
}

    #mainnav ul li:hover > ul.submenu,
    .flat-language .current:hover ul,
    .effect-animation.animated,
    .go-top.show,
    .top-search.show,
    .shopping-cart:hover .subcart {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        visibility: visible;
    }


#mainnav ul li:focus > ul.submenu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

/* Box-Shadow */
.shopping-cart .subcart,
#mainnav ul.submenu,
.flat-language > ul > li > ul {
    box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow1 {
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow2 {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow3 {
    box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
}

.border-shadow .entry-border,
.border-shadow .item-border {
    border: 1px solid #ebebeb;
}

    .border-shadow .entry-border:hover,
    .border-shadow .item-border:hover,
    .product:hover .box-product,
    .widget-banner img {
        box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    }

/* Effect */
.widget-nav-menu ul li::before {
    top: 50%;
    right: 101%;
    z-index: -1;
    margin: -20px 0 0 1px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #128c41;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.widget-nav-menu ul li:hover:before,
.widget-nav-menu ul li.active:before {
    -webkit-transform: scale3d(9, 9, 1);
    transform: scale3d(-9, 9, 1);
}

/* Column */
.one-half {
    float: left;
    width: 50%;
}

.wrap-column,
.project-dynamic .data-effect {
    margin: 0px -15px;
}

    .wrap-column .flat-column3 {
        float: left;
        width: 33.3333333333%;
        padding: 0px 15px;
    }

.wrap-column2 {
    margin: 0px -25px;
}

    .wrap-column2 .flat-column2 {
        float: left;
        width: 50%;
        padding: 0px 25px;
    }

/* float */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

/* Top 
---------------------------------------------------------------*/
.top {
    padding: 8px 0px;
    background: linear-gradient(90deg, rgba(216, 109, 1, 1) 0%, rgba(207, 15, 100, 1) 100%);
    color: #ffffff;
    font-size: 13px;
    font-size: 18px;
}

.flat-top {
    float: right;
}

/* Style2 */
.top.padding-none {
    padding: 0;
}

.top.style2 .flat-language {
    margin: 3px 0px 0px -3px;
    width: 16.2%;
}

.flat-top.social-links li a {
    padding-left: 10px;
    color: #fff;
}

.top.style2 .flat-information {
    padding-left: 29px;
}

    .top.style2 .flat-information::before,
    .top .menu.menu-extra::before,
    .flat-top.social-links li::before {
        margin-left: 0;
        margin-top: 7px;
        width: 1px;
        height: 12px;
        background: #fff;
    }

.flat-top.social-links li:nth-child(1)::before {
    display: none !important;
}

.socialpoll li:before, .rightMenuLanding li:before {
    top: 0px;
}

.socialpoll button {
    text-transform: capitalize !important;
}

.top.style2 .flat-information::before {
    top: 6px;
    background-color: #274a71;
}

.btn-click.style2 {
    margin-bottom: -7px;
}

    .btn-click.style2 .flat-button {
        font-weight: 700;
        border-radius: 0;
        padding: 11px 28px 15px 28px;
    }

/* Style3 */
.top .menu.menu-extra {
    padding-left: 18px;
    margin: 0px -4px 0px 28px;
}

    .top .menu.menu-extra::before {
        top: 15px;
        background-color: #536e8d;
    }

.top .menu-extra li a {
    line-height: 50px;
}

/* Style4 */
.top.style4 .flat-top.social-links {
    margin-left: 21px;
}

    .top.style4 .flat-top.social-links::before {
        background-color: #274a71;
    }

/* Style5 */
.top.style5 .btn-click.style2 .flat-button {
    padding: 6px 28px 10px 28px;
}

.top.style5 .flat-top.social-links {
    padding-left: 26px;
    margin-left: 22px;
}

/* Flat Socials
-------------------------------------------------------------- */
.social-links li {
    display: inline-block;
}

    .social-links li:last-child {
        padding-right: 0;
    }


/* Style2 */
.social-links.style2 {
    padding-right: 2px;
}

    .social-links.style2 li {
        padding: 0;
        margin-left: -3px;
    }

        .social-links.style2 li a {
            position: relative;
            width: 45px;
            height: 45px;
            text-align: center;
            line-height: 45px;
            background-color: #233343;
            color: #aeb0ca;
            display: inline-block;
        }

            .social-links.style2 li a i {
                font-weight: 600;
            }

            .social-links.style2 li a:hover {
                color: #28293a;
            }

.flat-top.social-links {
    padding-left: 7px;
    margin-left: 7px;
}



/* Flat Language
-------------------------------------------------------------- */
.flat-language {
    width: 15%;
}

    .flat-language .current a {
        padding: 0 14px 0 2px;
    }

    .flat-language .current > a:after {
        content: "\f107";
        right: -0px;
        top: -5px;
    }

    .flat-language > ul > li > ul {
        position: absolute;
        left: 0;
        top: 100%;
        width: 130px;
        margin-top: 15px;
        padding: 5px 0px;
        background-color: #646a7c;
        z-index: 9999;
    }

    .flat-language .current:hover ul {
        margin-top: 0px;
    }

    .flat-language > ul > li > ul li {
        padding: 1px 0 2px 15px;
        line-height: 24px;
    }

        .flat-language > ul > li > ul li a {
            display: block;
        }

/* Flat-Infomation
-------------------------------------------------------------- */
.flat-information li {
    line-height: 30px;
    font-size: 14px;
    padding-left: 2px;
}

    .flat-information li i {
        margin-right: 10px;
    }

/* Style2 */
.flat-information.style2 li {
    display: inline-block;
    margin-right: 22px;
}

    .flat-information.style2 li:last-child {
        margin-right: 0;
    }

/* Widget Header
-------------------------------------------------------------- */


.wrap-widget-header .widget-info {
    float: right;
    margin: 0 0 0 48px;
}

.widget-info .info-icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 3px 20px 0px 0px;
    color: #f2c21a;
    border: 1px solid #ebebeb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .widget-info .info-icon i {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.widget-info .info-text {
    overflow: hidden;
}

    .widget-info .info-text h6 {
        margin-bottom: 0;
    }

    .widget-info .info-text p {
        font-size: 14px;
    }

/* Widget phone */
.widget.widget-phone span {
    font-size: 18px;
    font-weight: 700;
}

.widget.widget-phone i {
    font-size: 16px;
    padding-right: 8px;
}

.top-search {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 320px;
}

    .top-search.show {
        z-index: 9999;
        top: 100%;
    }

.show-search.active i:before {
    content: "\f00d";
}

.top-search #searchform-all #input-search {
    width: 100%;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
    height: 45px;
}

.top-search #searchform-all #searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    background: transparent;
    padding: 3px;
    border: none;
    opacity: 0.3;
    text-align: center;
    font-size: 0;
    font-weight: 700;
    background-image: url(../images/icon/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 55px;
    height: 45px;
}

    .top-search #searchform-all #searchsubmit:hover {
        opacity: 1;
    }

/* Header
-------------------------------------------------------------- */
#header {
    z-index: 999;
}

.header .logo {
    margin: 5px 0 5px 0;
}

.header.header-backgroundf61 {
    background-color: #1c0f61;
}

/* Header Fix */
.header.downscrolled {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}

.header-absolute.downscrolled {
    background-color: #fff
}

.header.downscrolled #mainnav.style2 > ul > li > a,
.header.downscrolled .menu-extra.style2 li a {
    line-height: 60px;
}

.header.header-style2.downscrolled .logo,
.header.header-style4.downscrolled .logo {
    margin-top: 15px;
}

.downscrolled .margin-top36 {
    margin-top: 19px;
}

.downscrolled .margin-top26 {
    margin-top: 6px;
}

.header.header-style3.downscrolled .logo {
    margin: 15px 0 0 21px;
}

.header-style3.downscrolled .btn-click.style2 .flat-button {
    padding: 17px 28px 19px 28px;
}

/* Menu Extra */
.menu.menu-extra li a {
    padding: 5px 25px;
    display: block;
}


/* Shopping-Cart
-------------------------------------------------------------- */
.shopping-cart .subcart {
    position: absolute;
    width: 300px;
    right: 0;
    top: 120%;
    padding: 40px 30px 20px 30px;
    z-index: 9999;
    text-align: left;
}

.shopping-cart:hover .subcart {
    top: 100%;
}

/* Navigation */
.nav-wrap .mainnav {
    float: left;
}

.menu.menu-extra {
    padding-left: 20px;
    float: right;
}

    .menu.menu-extra > li {
        display: inline-block;
        font-size: 16px;
    }

#mainnav > ul {
    text-align: right;
}

#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav > ul > li > span.arrorFlex {
    position: relative !important;
}

#mainnav > ul > li {
    display: inline-block;
    margin-right: 5px;
}

    #mainnav > ul > li > span.arrorFlex > a {
        font-size: 15px;
        font-weight: 500;
        text-transform: capitalize;
        display: block;
        line-height: 45px;
    }

        #mainnav > ul > li > span.arrorFlex > a.fw-bold {
            font-weight: bold;
        }

    #mainnav > ul > li > span.arrorFlex > a,
    .menu-extra li a {
        padding: 0 15px 0px 15px;
    }




/* submenu */
#mainnav ul.submenu {
    position: absolute;
    left: 0;
    top: 120%;
    width: 260px;
    text-align: left;
    z-index: 9999;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
    left: auto;
    right: 0;
}

#mainnav ul li:hover > ul.submenu {
    top: 100%;
}

#mainnav ul li:focus > ul.submenu {
    top: 100%;
}

#mainnav ul li ul li {
    margin-left: 0;
}

#mainnav ul.submenu li ul {
    position: absolute;
    left: 260px;
    top: 0 !important;
    width: max-content;
}

#mainnav ul.submenu > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0 0 0 15px;
    line-height: 40px;
    padding-right: 10px;
    white-space: nowrap;
}



/*#mainnav > ul {
    display: flex !important;
}

#mainnav > ul > li {
    display: flex !important;
    align-items:center !important;
}

    #mainnav > ul > li > span.btn-submenu {
        position: unset !important
    }*/



.section1 .flat-counter p {
    font-size: 12px;
    line-height: 16px;
}
/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    background-color: #222222;
    z-index: 1000;
}

    #mainnav-mobi ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #mainnav-mobi ul li {
            margin: 0;
            position: relative !important;
            text-align: left;
            border-top: 1px solid #333333;
            cursor: pointer
        }






    #mainnav-mobi > ul > li > span.arrorFlex > a {
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        display: block;
        padding: 0 15px;
    }

    #mainnav-mobi ul.sub-menu {
        top: 100%;
        left: 0;
        z-index: 2000;
        position: relative;
        background-color: #333333;
    }

    #mainnav-mobi > ul > li > ul > li,
    #mainnav-mobi > ul > li > ul > li > ul > li {
        position: relative;
        border-top: 1px solid #333333;
        padding-left: 15px;
    }

        #mainnav-mobi > ul > li > ul > li > ul > li a {
            padding-left: 45px !important
        }

    #mainnav-mobi ul.sub-menu > li > a {
        display: block;
        text-decoration: none;
        padding: 10px 60px;
        color:#fff !important;
        border-top-color: rgba(255, 255, 255, .1);
    }

    #mainnav-mobi > ul > li > ul > li:first-child a {
        border-top: none;
    }

/* Button menu mobile */
.btn-menu {
    display: none;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin: 22px 0 22px;
    width: 26px;
    height: 16px;
    float: right;
    margin-right: 15px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

    .btn-menu:before,
    .btn-menu:after,
    .btn-menu span {
        background-color: #ffffff;
        -webkit-transition: all ease .238s;
        -moz-transition: all ease .238s;
        transition: all ease .238s;
    }

    .btn-menu:before,
    .btn-menu:after {
        content: '';
        position: absolute;
        top: 0;
        height: 2px;
        width: 100%;
        left: 0;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    .btn-menu span {
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        overflow: hidden;
        text-indent: 200%;
    }

    .btn-menu:before {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0);
    }

    .btn-menu:after {
        -webkit-transform: translate3d(0, 7px, 0);
        transform: translate3d(0, 7px, 0);
    }

    .btn-menu.active span {
        opacity: 0;
    }

    .btn-menu.active:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }

    .btn-menu.active:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }

.btn-submenu {
    position: absolute;
    right: 20px;
    top: 0;
    font: 20px/50px 'FontAwesome';
    text-align: center;
    cursor: pointer;
    width: 70px;
    height: 44px;
}

    .btn-submenu:before {
        content: "\f107";
        color: #fff;
    }

    .btn-submenu.active:before {
        content: "\f106"
    }



/* Header Style2
-------------------------------------------------------------- */
.header.header-style2 .logo {
    margin-top: 33px;
}

#mainnav.style2 > ul {
    text-align: left;
}

#mainnav.color-93a > ul > li > a {
    color: #28293a;
}

#mainnav.style2 > ul > li > a {
    padding: 0 21px 0px 21px;
}

#mainnav.style2 > ul > li:first-child > a {
    padding-left: 26px;
}

#mainnav.style2 > ul > li:nth-child(4) > a {
    padding: 0px 23px 0px 22px;
}

#mainnav.style2 > ul > li.active > a,
#mainnav.style2 > ul > li > a:hover,
#mainnav.style2 ul.submenu > li > a:hover {
    background-color: transparent;
}

#mainnav.style2 > ul > li > a,
.menu-extra.style2 li a {
    line-height: 100px;
}

.menu.menu-extra.style2 {
    padding-left: 0;
}

.login {
    text-transform: uppercase;
    background-color: #ffd658;
    ;
    margin-top: 12px;
}

/* Header Style3
-------------------------------------------------------------- */
.top.background-trans {
    background-color: transparent;
}

.flat-header-wrap.style2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.header.header-style3 .logo {
    margin: 23px 0 0 21px;
}

.header.header-style3 .nav-wrap {
    margin-left: -22px;
}

.header-style3 #mainnav.style2 > ul > li > a {
    line-height: 80px;
    padding: 0 19px 0px 19px;
}

.header-style3 #mainnav.style2 > ul > li:first-child > a {
    padding-left: 0;
}

.header-style3 #mainnav.style2 > ul > li:nth-child(4) > a {
    padding: 0px 20px 0px 20px;
}

.header-style3 .btn-click.style2 .flat-button {
    padding: 26px 28px 30px 28px;
}

/* Style widget-header-style2 */
.header.widget-header-style2 .logo {
    margin: 42px 0 0 3px;
}

.widget-header-style2 .wrap-widget-header {
    padding: 37px 0px 40px;
}

    .widget-header-style2 .wrap-widget-header .widget-info {
        float: right;
        margin: 0 0 0 37px;
    }

/* Header Style6
-------------------------------------------------------------- */
.nav-absolute .nav-wrap {
    margin-top: -25px;
    z-index: 99;
    position: absolute;
    width: 100%;
}

.widget-header-style2.nav-absolute .wrap-widget-header {
    padding: 37px 0px 65px;
}

.header.downscrolled.nav-absolute .nav-wrap {
    margin-top: 0;
}

.nav-absolute .nav-wrap .menu.menu-extra {
    padding-right: 27px;
}

.header-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
}

/* Header Style7
-------------------------------------------------------------- */
.header.header-style4 {
    padding: 0px 75px;
}

    .header.header-style4 .logo {
        margin: 34px 0 0 0;
    }

.header-style4 .btn-click .flat-button {
    padding: 10px 30px 13px 27px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
    padding: 61px 0px 64px;
}

.page-title-heading h1 {
    margin-bottom: 11px;
}

/* Style2 */
.page-title.style2 {
    padding: 71px 0px 73px;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
    padding-top: 0;
}

    .breadcrumbs ul li {
        display: inline-block;
        position: relative;
        padding-right: 21px;
        font-size: 16px;
        margin-right: 7px;
    }

        .breadcrumbs ul li.home {
            padding-right: 27px;
        }

        .breadcrumbs ul li i {
            margin-right: 12px;
        }

        .breadcrumbs ul li:before {
            right: 0px;
            top: 0;
            content: "\f105";
        }

        .breadcrumbs ul li:last-child::before {
            content: none;
        }

/* Sidebar
-------------------------------------------------------------- */
.sidebar .widget,
.sidebar.shop .widget.widget-banner {
    margin-bottom: 44px;
}

    .sidebar .widget:last-of-type {
        margin-bottom: 0;
    }

.widget-nav-menu ul li {
    background-color: #F4F6F8;
    z-index: 1;
    overflow: hidden;
}

    .widget-nav-menu ul li::after {
        right: 14px;
        top: 11px;
        content: "\f0da";
        color: #A8B0B2;
    }

    .widget-nav-menu ul li.active::after,
    .widget-nav-menu ul li:hover:after {
        color: #FFF;
    }

.widget.widget-nav-menu ul li a {
    padding-left: 25px;
    display: block;
    font-weight: 600;
    color: #3C3A42;
    padding: 11px 0px 15px 25px;
}

    .widget.widget-nav-menu ul li a:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: #e1e1e1;
    }

.widget-nav-menu ul li:last-child a:before {
    content: none;
}

/* widget-download */
.widget.widget-download {
    margin-bottom: 43px;
}

.widget-download .download a {
    display: inline-block;
    padding: 8px 49px 8px 49px;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
}

    .widget-download .download a:after {
        right: 23px;
        top: 8px;
        content: "\f019";
    }

/* widget-help */
.widget-help .featured-widget {
    margin-bottom: 21px;
}

.widget-help h3 {
    margin-bottom: 6px;
}

.widget-help p {
    margin-bottom: 22px;
}

.widget-help .flat-button {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 43px 8px 44px;
}

/* Widget-testimanials */
.widget.widget-testimonials {
    margin-bottom: 39px;
}

.testimonials blockquote.whisper {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 11px;
}

.widget.widget-testimonials blockquote.whisper {
    font-family: 'Pacifico', cursive;
    letter-spacing: -0.3px;
}

.widget.widget-testimonials .avatar::after {
    right: 0;
    top: 8px;
    content: "\f10d";
    color: #EFEFF0;
    font-size: 40px;
    z-index: -1;
}

.testimonials .avatar span.name {
    font-size: 24px;
    font-weight: 600;
    padding-right: 14px;
    margin-right: 7px;
}

.widget.widget-testimonials .avatar span.name::after {
    right: 0;
    top: 12px;
    width: 1px;
    height: 11px;
    background-color: #a9b6c6;
}

.testimonials .avatar span.position {
    font-size: 12px;
    color: #a9b6c6;
    margin-right: -2px;
}

/* Widget shopby */
.sidebar.shop .widget {
    margin-bottom: 45px;
}

.shop .widget.widget-nav-menu ul li a {
    padding: 11px 0px 15px 31px;
}

.sidebar .widget .widget-title {
    margin-bottom: 22px;
    font-size: 14px;
    color: #232530;
    text-transform: uppercase;
}

.sidebar.shop .widget.widget-shopby {
    margin-bottom: 38px;
}

.widget.widget-shopby form {
    display: inline-block;
    width: auto;
    top: -5px;
    margin-bottom: 33px;
}

.widget.widget-shopby .price_slider {
    float: left;
    width: 268px;
    top: 13px;
}

.widget.widget-shopby .ui-slider-horizontal {
    height: 2px;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.widget-shopby .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    height: 100%;
}

.widget-shopby .ui-slider .ui-slider-handle {
    height: 6px;
    width: 6px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    top: -4px;
    outline: 0;
    /* -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

    .widget-shopby .ui-slider .ui-slider-handle span.shadow {
        display: none;
    }

        .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow {
            width: 200%;
            height: 200%;
            display: block;
            position: relative;
            top: -1px;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
        }

.widget-shopby .price_slider_amount {
    margin: 0;
    margin-top: -19px;
}

    .widget-shopby .price_slider_amount .price_label {
        margin-top: 7px;
    }

        .widget-shopby .price_slider_amount .price_label label {
            color: #232530;
            font-size: 14px;
            font-weight: 600;
        }

        .widget-shopby .price_slider_amount .price_label input {
            background-color: transparent;
            border: none;
            height: auto;
            padding: 0;
            width: 100px;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 27px;
        }

.widget-shopby .flat-button {
    padding: 9px 59px 13px;
}

/* widget banner */
.widget-banner {
    padding: 24px 0px 23px;
    background-color: #e6f5ff;
}

    .widget-banner .big-offer {
        font-weight: 600;
        font-size: 14px;
        color: #232530;
    }

    .widget-banner .sale {
        font-weight: 500;
        margin-bottom: 15px;
    }

    .widget-banner img {
        margin-bottom: 32px;
    }

    .widget-banner .flat-button {
        padding: 2px 42px 4px 44px;
    }

/* Widget product */
.widget.widget-product {
    margin-right: -4px;
}

.sidebar .widget.widget-product .widget-title {
    margin-bottom: 26px;
}

.widget-product ul li .product-image {
    margin-right: 17px;
}

.widget-product ul li {
    margin-bottom: 30px;
}

    .widget-product ul li:last-child {
        margin-bottom: 0;
    }

    .widget-product ul li .product-name {
        font-weight: 400;
        padding-top: 14px;
        margin-bottom: 8px;
    }

    .widget-product ul li ins {
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
    }

/* Blog
-------------------------------------------------------------- */
.entry {
    margin-bottom: 42px;
}

    .entry:last-of-type {
        margin-bottom: 46px;
    }

    .entry .featured-post {
        margin-bottom: 15px;
    }

        .entry .featured-post a,
        .item .featured-item a,
        .imagebox .imagebox-image a {
            display: block;
        }

            .entry .featured-post a:hover img,
            .item .featured-item a:hover img,
            .imagebox:hover .imagebox-image a img {
                opacity: 0.8;
            }

    .entry .meta-data {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 25px;
        margin-bottom: 24px;
    }

    .entry:nth-child(2) .meta-data {
        margin-bottom: 22px;
    }

    .entry .meta-data ul li {
        display: inline-block;
        font-size: 14px;
    }

    .entry .meta-data ul.meta-comment li {
        padding-left: 24px;
        padding-right: 0;
        margin-right: 25px;
    }

        .entry .meta-data ul.meta-comment li:last-child {
            margin-right: 0;
        }

        .entry .meta-data ul.meta-comment li::before {
            content: "\f02b";
        }

        .entry .meta-data ul.meta-comment li.comment::before {
            content: "\f0e6";
        }

    /* Style2 */
    .entry .meta-data.style2,
    .entry:nth-child(2) .meta-data.style2 {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .entry .meta-data.style2 ul li.day-time,
        .item .item-border .date-time {
            font-size: 12px;
            font-weight: 700;
            color: #f2c21a;
            text-transform: uppercase;
            letter-spacing: 2.5px;
        }

    .entry .content-post .title-post {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .entry .content-post p {
        margin-bottom: 12px;
    }

    .entry .readmore {
        display: inline-block;
        font-size: 12px;
        font-weight: 600;
        padding-right: 16px;
    }

        .entry .readmore:after,
        .item .readmore:after {
            right: 0;
            top: 0;
            content: "\f101";
        }

        .entry .readmore:hover,
        .item .readmore:hover {
            padding-right: 20px;
        }

/* Blog List */
.post-list {
    margin-top: -1px;
}

    .post-list .entry {
        margin-bottom: 46px;
    }

        .post-list .entry:first-of-type {
            margin-bottom: 69px;
        }

        .post-list .entry:last-of-type {
            margin-bottom: 48px;
        }

        .post-list .entry:nth-child(4) {
            margin-bottom: 49px;
        }

        .post-list .entry .featured-post {
            float: left;
            margin: 0px 50px 0px 0px;
        }

        .post-list .entry .content-post {
            overflow: hidden;
            padding: 66px 50px 20px 0px;
        }

.entry .category,
.item .category {
    margin-bottom: 5px;
    display: block;
    font-size: 21px;
    color: #ffffff;
}

    .entry .category strong,
    .item .category strong {
        display: block;
    }

.post-list .entry .content-post .title-post,
.post-masonry .entry .content-post .title-post,
.project-v2 .entry .content-post .title-post,
.project-dynamic .width50 .entry .content-post .title-post {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 11px;
}

.post-list .entry .content-post p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
}

/* Blog Grid */
.post-grid .entry,
.post-masonry .entry,
.project-v2 .entry {
    margin-bottom: 49px;
}

    .post-grid .entry .featured-post,
    .item .featured-item {
        margin-bottom: 24px;
    }

    .post-grid .entry .content-post,
    .item .content-item {
        padding: 0px 35px 21px;
    }

    .post-grid .entry .category,
    .item .category {
        margin-bottom: 6px;
    }

    .post-grid .entry .content-post .title-post,
    .item .content-item .title-item,
    .project-dynamic .entry .content-post .title-post,
    .blog-shortcode.post-list .entry .content-post .title-post {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }

    /* Blog Masonry */
    .post-masonry .entry .content-post {
        padding: 0px 32px 22px;
    }

.load-post {
    margin-top: 33px;
}

    .load-post .flat-button {
        padding: 10px 47px 12px 47px;
    }

/* Blog-shortcode
-----------------------------------------------------------*/
.blog-shortcode.post-grid .entry .featured-post {
    margin-bottom: 22px;
}

/* Style2 */
.blog-shortcode.post-list .entry {
    margin-bottom: 0;
}

    .blog-shortcode.post-list .entry .featured-post {
        margin: 0px 29px 0px 0px;
    }

    .blog-shortcode.post-list .entry .content-post {
        padding: 37px 0px 20px 0px;
        overflow: auto;
    }

.blog-shortcode .entry .category {
    margin-bottom: 6px;
}

/* Project 
-------------------------------------------------------------- */
.project-v1.post-list .entry {
    margin-bottom: 49px;
}

    .project-v1.post-list .entry:first-of-type {
        margin-bottom: 49px;
    }

    .project-v1.post-list .entry .featured-post {
        margin: 0px 52px 0px 0px;
    }

    .project-v1.post-list .entry .content-post {
        padding: 61px 50px 20px 0px;
    }

        .project-v1.post-list .entry .content-post p {
            margin-bottom: 12px;
        }

/* Project v2*/
.project-v2 .entry .content-post {
    padding: 0px 55px 22px 33px;
}

/* project-single */
.single-post {
    margin: -6px 0px 0px 2px;
}

    .single-post .single-text1 p,
    .single-post .single-text1 {
        margin-bottom: 44px;
    }

    .single-post .single-text2 {
        margin-bottom: 29px;
    }

    .single-post .single-text3 {
        margin-bottom: 43px;
    }

    .single-post h2 {
        font-weight: 600;
        margin-bottom: 6px;
    }

    .single-post .project-info {
        background-color: #f4f6f8;
        padding: 25px 27px 20px;
    }

        .single-post .project-info h4 {
            font-weight: 600;
            margin-bottom: 22px;
        }

        .single-post .project-info ul li {
            line-height: 30px;
        }

            .single-post .project-info ul li span {
                display: inline-block;
            }

                .single-post .project-info ul li span.name {
                    width: 23.6%;
                }

                .single-post .project-info ul li span.info {
                    padding-left: 48px;
                }

.featured-single {
    padding-left: 21px;
}

    .featured-single img {
        margin-bottom: 10px;
    }

        .featured-single img:last-of-type {
            padding-left: 3px;
        }

/* Dynamic */
.project-dynamic .entry .content-post {
    position: absolute;
    left: 0;
    background-color: rgba(31, 133, 64, 0.80);
    padding: 0px 15px;
}

.project-dynamic .width50 .entry .content-post {
    padding: 0px 31px 0px 65px;
}

.project-dynamic .entry .content-post p {
    font-size: 14px;
}

.project-dynamic .entry .category {
    margin-top: -4px;
}

.project-dynamic .data-effect li {
    float: left;
    width: 25%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

    .project-dynamic .data-effect li.width50 {
        width: 50%;
    }

.project-dynamic .entry:last-of-type,
.project-dynamic .entry,
.project-dynamic .entry .featured-post {
    margin-bottom: 0;
    overflow: hidden;
}

/* Services 
-------------------------------------------------------------- */
.item {
    margin-bottom: 30px;
}

    .item.item-details {
        margin-bottom: 17px;
    }

        .item.item-details .content-item {
            padding: 0px 15px 0px 1px;
        }

.item-details .content-item p {
    color: #42435d;
}

.wrap-acadion h2 {
    font-weight: 600;
    margin: -9px 0px 31px;
}

.video-services {
    margin-bottom: 71px;
}

/* Style2 */
.item.style2 .content-item {
    padding: 0;
}

.item.style2 .featured-item {
    margin-bottom: 22px;
}

.item.style2 .content-item .title-item {
    font-size: 18px;
    margin-bottom: 3px;
}

.item.style2 .content-item p {
    line-height: 26px;
    margin-bottom: 11px;
}

.item .readmore {
    display: inline-block;
    font-weight: 500;
    padding-right: 12px;
    font-size: 14px;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination .flat-pagination li {
    display: inline-block;
}

    .blog-pagination .flat-pagination li a {
        color: #2d2d2d;
        font-size: 14px;
        width: 35px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border-radius: 2px;
        border: 1px solid #ebebeb;
        font-family: 'Poppins', sans-serif;
    }

    .blog-pagination .flat-pagination li.next a {
        width: 75px;
    }

    .blog-pagination .flat-pagination li a i {
        padding-left: 7px;
    }

    .blog-pagination .flat-pagination li.active a,
    .blog-pagination .flat-pagination li a:hover {
        border: 1px solid #000000;
    }

.blog-pagination .count-page {
    padding-top: 22px;
}

    .blog-pagination .count-page span {
        font-size: 12px;
        font-family: 'Poppins', sans-serif;
        color: #636363;
    }

/* HomePage1
-------------------------------------------------------------- */
.section-iconbox .title-section.style3.left {
    margin-bottom: 72px;
}

.section-iconbox {
    background: linear-gradient(90deg, #fbedb6 0%, #ffc4dd 100%);
    background-position: center center;
}

.bg-4 {
    background: #f1f6fa url(../images/whats-new-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 120px 0px !important;
}


.bg-6 {
    background: #ffffff;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 30%;
    padding: 65px 0px !important;
}


.bg-5 {
    background: #fff url(../images/box.svg);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: 30%;
    padding: 120px 0px !important;
}



.flat-client::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    top: 30px;
    background-color: #98bfdf;
    border-radius: 30px 0px;
    z-index: -1;
}

.btn-primary {
    background: transparent;
    border: 1px solid #248B9B;
    border-radius: 50px;
    color: #248B9B;
}

/* HomePage2
-------------------------------------------------------------- */
.flat-row.section-counter .title-section.style2 {
    margin-bottom: 61px;
}

.section-about .title-section.style2 {
    margin-bottom: 44px;
}

    .section-about .title-section.style2 .title {
        margin: -4px 0px 24px 0px;
        line-height: 36px;
    }

    .section-about .title-section.style2 .sub-title {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 5px;
    }

        .section-about .title-section.style2 .sub-title:last-of-type {
            margin-bottom: 0px;
            line-height: 24px;
        }

.section-about .flat-button {
    padding: 10px 38px 12px 39px;
}

/* Homepage3
-------------------------------------------------------------- */
.section-counter2 .title-section.style2 {
    margin-bottom: 41px;
}

    .section-counter2 .title-section.style2 .title {
        margin-bottom: 19px;
    }

/* Homepage6
-------------------------------------------------------------- */
.section-image .title-section.style3 {
    margin-bottom: 52px;
}

.infomation-text {
    color: #fff;
    line-height: 48px;
}

.section-icon .title-section.style3 {
    margin-bottom: 61px;
}

.flat-box {
    width: 1370px;
    margin: 0 auto;
    overflow: hidden;
}

/* Home About Us
-------------------------------------------------------------- */
.featured-aboutus {
    width: 50.78125%;
}

.info-aboutus .title-section.style2.left {
    margin-bottom: 74px;
}

.info-aboutus .title-section .title {
    line-height: 36px;
    margin-bottom: 24px;
}

.info-aboutus .title-section .sub-title {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 4px;
}

.info-aboutus {
    width: 49.21875%;
    padding: 6.7% 18% 3% 3.8%;
}

.about-counter .flat-counter {
    width: 30%;
    margin-left: -4px;
}

    .about-counter .flat-counter:nth-child(2) {
        width: 33%;
    }

    .about-counter .flat-counter:nth-child(3) {
        width: 37%;
    }

/* History */
.history-text .title-section.style3.left {
    margin-bottom: 39px;
}

.history-text .title-section.style3 .title {
    margin-bottom: 40px;
}

.history-text p {
    margin-bottom: 43px;
}

.history-text .flat-button {
    padding: 10px 41px 12px 41px;
}

.main-history .wrap-step {
    display: inline-block;
    margin-bottom: 36px;
}

    .main-history .wrap-step:last-of-type {
        margin-bottom: 0;
    }

        .main-history .wrap-step:last-of-type .data-step::after {
            bottom: -68px;
        }

    .main-history .wrap-step .info-step {
        width: 70.7%;
        padding-top: 6px;
    }

    .main-history .wrap-step .data-step {
        width: 29.3%;
        padding: 11px 0px 0px 36px;
    }

        .main-history .wrap-step .data-step::before {
            right: 36px;
            top: 16px;
            width: 4px;
            height: 4px;
            background: #f2c21a;
            border-radius: 50%;
            -webkit-box-shadow: 0px 0px 1px 3px #f2c21a;
            box-shadow: 0px 0px 1px 3px #f2c21a;
        }

        .main-history .wrap-step .data-step::after {
            width: 1px;
            right: 37px;
            top: 17px;
            bottom: -130px;
            background: rgba(242, 194, 26, 0.3);
        }

        .main-history .wrap-step .data-step span,
        .wrap-step .info-step h5 {
            color: #2b2e2f;
        }

    .main-history .wrap-step .info-step h5 {
        margin-bottom: 9px;
    }

    .main-history .wrap-step .info-step p,
    .history-text p {
        font-size: 14px;
        color: #717779;
        line-height: 24px;
        margin-right: -2px;
    }

    .main-history .wrap-step .data-step span {
        font-size: 18px;
        font-weight: 600;
    }

/* Page Contact
-------------------------------------------------------------- */
.wrap-infobox {
    padding-bottom: 63px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 77px;
}

.wrap-formcontact {
    padding-left: 2px;
}

    .wrap-formcontact h1 {
        font-weight: 600;
        margin: -16px 0px 53px 0px;
    }

.list-author .info-author {
    margin-bottom: 65px;
}

    .list-author .info-author:last-of-type {
        margin-bottom: 0;
    }

    .list-author .info-author .featured-author {
        margin-right: 43px;
    }

    .list-author .info-author .contact-author {
        overflow: hidden;
    }

        .list-author .info-author .contact-author h3 {
            font-weight: 600;
            margin: -7px 0px 14px;
        }

        .list-author .info-author .contact-author ul li {
            line-height: 30px;
            color: #636363;
        }

/* Style2 */
.wrap-formcontact.style2 h1 {
    font-weight: 600;
    margin: -8px 0px -1px 0px;
}

.wrap-formcontact.style2 p {
    font-size: 14px;
    margin-bottom: 45px;
}

/* Page Careers
-------------------------------------------------------------- */
.careers-info {
    margin-bottom: 51px;
}

    .careers-info .careers-featured {
        margin: 0px -20px 0px -5px;
    }

        .careers-info .careers-featured .img {
            float: left;
            padding: 0px 5px;
            margin-bottom: 10px;
        }

    .careers-info .careers-text h1 {
        margin: -9px 0px 13px 0px;
    }

    .careers-info .careers-text p {
        line-height: 26px;
        margin-bottom: 42px;
    }

    .careers-info .careers-text .flat-button {
        padding: 10px 36px 12px 41px;
    }

.careers-open .title-section {
    margin-bottom: 36px;
}

    .careers-open .title-section .title {
        margin-bottom: 9px;
    }

.careers-open .info-apply {
    padding-bottom: 37px;
    margin-bottom: 53px;
    border-bottom: 1px solid #fbfbfb;
}

    .careers-open .info-apply:last-of-type {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .careers-open .info-apply h3 {
        padding-bottom: 34px;
        margin-bottom: 20px;
        border-bottom: 1px solid #ebebeb;
    }

    .careers-open .info-apply ul li {
        line-height: 36px;
    }

    .careers-open .info-apply ul.lh24 li {
        line-height: 24px;
    }

.careers-open .btn-apply .flat-button {
    padding: 10px 40px 12px 40px;
}

.careers-open .info-apply:nth-child(3) {
    padding-bottom: 43px;
    margin-bottom: 43px;
}

    .careers-open .info-apply:nth-child(3) h3 {
        padding-bottom: 23px;
        margin-bottom: 24px;
    }

.careers-open .info-apply ul.lh24 {
    margin-bottom: 16px;
}

.careers-open .info-apply:nth-child(4) h3 {
    padding-bottom: 23px;
    margin-bottom: 20px;
}

/* Page 404
-------------------------------------------------------------- */
.flat-row.section-404 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.section-404 {
    background: url('../images/page/404.jpg')no-repeat;
}

.page-404 .number {
    font-size: 300px;
    line-height: 300px;
    color: #FFF;
    font-weight: 700;
    margin: 0px 0px 45px -22px;
}

.page-404 .title-section {
    margin-bottom: 92px;
}

    .page-404 .title-section.style2 .title {
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 22px;
    }

.page-404 .btn-404 .flat-button {
    padding: 9px 41px 13px 45px;
}

.page-404 .btn-404 i {
    padding-right: 11px;
}

/* Page CommingSoon 
-------------------------------------------------------------- */
.page-commingsoon {
    background: url('../images/page/comingsoon.jpg');
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .page-commingsoon .comming-soon {
        width: 946px;
        margin: 0 auto;
    }

    .page-commingsoon .title-section.sub {
        margin-bottom: 93px;
    }

        .page-commingsoon .title-section.sub .title {
            font-size: 48px;
            line-height: 50px;
            margin-bottom: 8px;
        }

    .page-commingsoon .title-section .sub-title {
        font-size: 14px;
        color: #66646D;
        text-transform: uppercase;
        letter-spacing: 8.4px;
        padding-left: 7px;
    }

.comming-social span {
    display: inline-block;
    color: #232530;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 21px;
}

.social-links.style3 li {
    padding: 0px 11px;
}

    .social-links.style3 li:first-child {
        padding-left: 0;
    }

    .social-links.style3 li:last-child {
        padding-right: 0;
    }

.social-links.style3 a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #232530;
    line-height: 30px;
}

/* Shop
-------------------------------------------------------------- */
.section-product .title-section.style3 {
    margin-bottom: 45px;
}

.wrap-breackcrum .breadcrumbs {
    position: absolute;
    z-index: 99;
    top: 74px;
}

.wrap-product {
    margin: 0px -15px;
}

    .wrap-product .product {
        padding: 0px 15px;
        float: left;
        width: 33.3333333333%;
        margin-bottom: 51px;
    }

.product .featured-product {
    overflow: hidden;
}

.product:hover .featured-product img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.product .content-product {
    overflow: hidden;
    padding: 25px 0px 24px;
    background-color: #fff;
}

    .product .content-product .name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product .content-product .mount {
        font-size: 18px;
        font-weight: 500;
    }

    .product .content-product .btn-card {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 25px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

.product:hover .content-product .btn-card {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* Style2 */
.wrap-product .product.style2 {
    margin-bottom: 28px;
}

.product.style2 .content-product {
    padding: 13px 0px 16px;
}

    .product.style2 .content-product .btn-card {
        padding-top: 19px;
    }

/* Shop Detail
-------------------------------------------------------------- */
.product-single .product-name {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: -3px 0px 21px -8px;
}

.product-single .price-box {
    margin-bottom: 15px;
}

.product-single ins {
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    margin-right: 4px;
}

.product-single del {
    font-size: 14px;
    font-weight: 600;
    color: #b3b7c8;
}

.product-single .flat-quantity {
    padding: 50px 0px 49px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 34px 0px 44px;
}

    .product-single .flat-quantity input.input-text {
        width: 132px;
        text-align: center;
        padding: 0;
        font-weight: 600;
        font-size: 14px;
        color: #232530;
        margin: 0px 10px 0px 2px;
    }

    .product-single .flat-quantity .flat-button {
        padding: 14px 26px 13px 26px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
    }

.product-single .product_meta {
    margin-bottom: 17px;
}

    .product-single .product_meta li {
        display: inline-block;
        padding-right: 20px;
        margin-right: 9px;
        color: #646a7c;
    }

        .product-single .product_meta li::after {
            right: 0px;
            top: 7px;
            width: 2px;
            height: 13px;
            background: #b3b7c8;
        }

        .product-single .product_meta li:last-child:after {
            content: none;
        }

        .product-single .product_meta li span,
        .product-single .social-links span {
            font-weight: 500;
        }

.product-single .social-links .title-link {
    padding-right: 30px;
}

.product-single .social-links li {
    padding: 0px 14px;
}

    .product-single .social-links li:first-child {
        padding: 0;
    }

    .product-single .social-links li a {
        color: #b3b7c8;
    }

.section-product.single .title-section.style3 {
    margin-bottom: 49px;
}

/*  Tab */
.product-single .flat-tabs ul.menu-tab li {
    width: 33.3333333333%;
}

.product-single .flat-tabs .content-tab {
    padding: 44px 39px 34px 50px;
}

.product-single ul.product-style li {
    font-size: 18px;
    line-height: 51px;
}

    .product-single ul.product-style li .style {
        width: 6.4%;
        display: inline-block;
    }

    .product-single ul.product-style li .detail {
        padding-left: 74px;
    }

.product-single .flat-tabs .content-tab .inner-tab2 {
    margin: -2px 0px 68px 0px;
}

/* Comment
-------------------------------------------------------------- */
.product-single .flat-tabs .content-tab.review {
    padding: 32px 29px 22px 30px;
}

.comment {
    margin-bottom: 19px;
}

    .comment:last-child {
        margin-bottom: 0;
    }

    .comment .comment-body .comment-author {
        border-right: 1px solid #ebebeb;
        margin-right: 30px;
        padding-right: 30px;
    }

        .comment .comment-body .comment-author img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-bottom: 10px;
        }

.start-pri i {
    font-size: 12px;
    margin-right: -5px;
}

.comment .comment-body .comment-text {
    overflow: hidden;
}

.comment .comment-body .comment-info {
    margin-top: -6px;
}

    .comment .comment-body .comment-info .date {
        color: #b3b7c8;
        font-size: 14px;
    }

    .comment .comment-body .comment-info h6,
    .comment-form .start-pri span,
    .comment-respond h2 {
        font-weight: 600;
    }

        .comment .comment-body .comment-info h6 a,
        .comment-respond h2,
        .comment-form .start-pri span,
        .product-single .product_meta li span,
        .product-single .social-links span {
            color: #232530;
        }

.comment-respond h2 {
    font-size: 14px;
    line-height: 15px;
    margin: 39px 0px 28px;
}

    .comment-respond h2::after {
        left: 135px;
        top: 5px;
        width: 67.5%;
        height: 1px;
        background-color: #ebebeb;
    }

.comment-form .wrap-input {
    margin: 0px -15px;
}

    .comment-form .wrap-input .add-review {
        width: 50%;
        float: left;
        padding: 0px 15px;
    }

        .comment-form .wrap-input .add-review input {
            height: 50px;
            width: 100%;
            margin-bottom: 0;
            padding-left: 19px;
        }

.comment-form .start-pri {
    margin: 27px 0px 22px;
}

    .comment-form .start-pri i {
        font-size: 18px;
    }

    .comment-form .start-pri span {
        font-size: 14px;
        margin-right: 13px;
    }

.comment-form textarea {
    height: 132px;
    padding: 13px 18px;
    margin-bottom: 0;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
    position: fixed !important;
    right: -35px;
    bottom: 55px;
    width: 45px;
    cursor: pointer;
    background-color: #ffd658;
    height: 45px;
    line-height: 45px;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

    .go-top.show {
        right: 15px;
        z-index: 99;
    }

    .go-top i {
        font-size: 18px;
        color: #fff;
        padding-bottom: 3px;
    }

    .go-top:hover {
        background-color: #233343;
    }

/* Footer
-------------------------------------------------------------- */
/* .footer {
    background: #222631;
    padding: 50px 0px 50px;
    color: #ffffff;
    font-size: 14px;
    background-position: bottom;
    background-repeat: no-repeat;
} */

.footer {
    background: rgb(4, 51, 102);
    padding: 10px 0px 10px;
    color: #ffffff;
    font-size: 14px;
    background-position: bottom;
    background-repeat: no-repeat;
}

.bottomfooter {
    background: linear-gradient(270deg, rgba(216, 109, 1, 1) 0%, rgba(207, 15, 100, 1) 100%);
    padding: 20px;
    color: #fff;
}

.footer a {
    color: #ffffff;
}



.widget-footer .widget {
    padding-top: 10px;
}

    .widget-footer .widget .widget-title {
        color: #ffffff;
        padding-left: 1px;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

        .widget-footer .widget .widget-title::after {
            content: "";
            width: 52px;
            border-bottom: 2px solid #ffd658;
            left: 0;
            display: block;
            margin-top: 5px;
        }

.footer .logo {
    margin-bottom: 17px;
}

.widget-logo p {
    margin-bottom: 14px;
    color: #8f8a8a;
}

/* Widget-out-link */
.widget.widget-out-link ul {
    padding-left: 5px;
}

    .widget.widget-out-link ul li a {
        padding-left: 20px;
        line-height: 29px;
        display: block;
        color: #8f8a8a;
        font-size: 15px;
    }

        .widget.widget-out-link ul li a:hover {
            color: #d57621;
        }

        .widget.widget-out-link ul li a:before {
            content: "\f061";
            font-size: 14px;
            color: #d57621;
        }

.feedback {
    margin-bottom: -350px;
}

.widget.widget-out-link ul li a:hover:before {
    color: #f2c21a;
}

/* Widget-recent-new */
.widget.widget-recent-new .widget-title {
    margin-bottom: 24px;
}

.widget.widget-recent-new ul li {
    margin-bottom: 16px;
}

    .widget.widget-recent-new ul li:last-child {
        margin-bottom: 0;
    }

    .widget.widget-recent-new ul li h6 {
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .widget.widget-recent-new ul li span {
        font-size: 12px;
        text-transform: uppercase;
    }



/* widget-letter */
.widget.widget-letter {
    padding-left: 2px;
}

.widget.widget.widget-letter .widget-title {
    margin-bottom: 22px;
}

.widget.widget.widget-letter p {
    margin-bottom: 24px;
}

.flat-mailchimp p.wrap-input-email input,
.flat-mailchimp .flat-button {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.widget.widget.widget-letter .flat-mailchimp p.wrap-input-email {
    margin-bottom: 0;
}

.flat-mailchimp p.wrap-input-email input {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 0;
    background-color: #263749;
    border-color: #263749;
    color: #B5B7D2;
}

    .flat-mailchimp p.wrap-input-email input:focus {
        border-color: #f2c21a;
    }

.flat-mailchimp .flat-button {
    padding: 12px 0px 14px 0px;
    text-align: center;
}

#subscribe-msg .notification_error,
#subscribe-msg .notification_ok {
    text-align: center;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
    background-color: #0a1c2e;
    padding: 2px 0px 2px;
    font-size: 14px;
}

.copyright {
    margin: 10px 0px 0px 3px;
    font-family: 'Poppins', sans-serif;
}

    .bottom,
    .copyright a:hover {
        color: #6c6d83;
    }

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(41, 38, 54, 0.9);
}

    .section-overlay.style2 {
        background-color: #02063ee3;
    }

    .section-overlay.style3 {
        background-color: rgba(15, 54, 97, 0.5);
    }

    .section-overlay.style4 {
        background-color: rgba(128, 128, 128, 0.2);
    }

.background-nopara {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}


.minster {
    height: 115px;
    display: block;
    margin: 0 auto;
    border-radius: 8px;
}

.associatelogo {
    height: 80px;
    margin: 5px;
}

.parallax1 {
    background-image: url('../images/headerbg.jpg');
}

.parallax2 {
    background-image: url('../images/parallax/2.jpg');
}

.parallax3 {
    background-image: url('../images/parallax/3.jpg');
}

.parallax4 {
    background-image: url('../images/parallax/4.jpg');
}

.parallax5 {
    background-image: url('../images/parallax/5.jpg');
}

.parallax6 {
    background-image: url('../images/slides/6.jpg');
}

.parallax7 {
    background-image: url('../images/parallax/6.jpg');
}

/* Preload
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

    .loader:before,
    .loader:after {
        position: absolute;
        display: inline-block;
        width: 60px;
        height: 60px;
        content: "";
        -webkit-animation: preloader-wave 1.6s linear infinite;
        animation: preloader-wave 1.6s linear infinite;
        border-radius: 50%;
        background: #f2c21a;
    }

    .loader:after {
        -webkit-animation-delay: -.8s;
        animation-delay: -.8s;
    }

@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: .5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}

/* Switcher
-------------------------------------------------------------- */
.switcher-container {
    position: fixed;
    left: -220px;
    top: 115px;
    width: 220px;
    background-color: #000;
    z-index: 99999;
}

    .switcher-container h2 {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        height: 45px;
        line-height: 45px;
        padding-left: 20px;
        padding-right: 30px;
        margin: 0;
    }

        .switcher-container h2 a {
            background-color: #000;
            display: block;
            position: absolute;
            right: -45px;
            top: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            text-align: center;
            outline: 0;
            color: #fff;
        }

            .switcher-container h2 a.active {
                right: 0;
            }

                .switcher-container h2 a.active:after {
                    position: absolute;
                    right: 21px;
                    top: 0;
                    content: "\f104";
                    font-family: "FontAwesome";
                    color: #fff;
                    font-size: 22px;
                }

                .switcher-container h2 a.active i {
                    display: none;
                }

            .switcher-container h2 a:hover,
            .switcher-container h2 a:focus {
                text-decoration: none;
            }

        .switcher-container h2 i {
            margin-top: 10px;
            font-size: 25px;
            color: #999;
            -webkit-animation: fa-spin 2s infinite linear;
            animation: fa-spin 2s infinite linear;
        }

            .switcher-container h2 i:hover {
                color: #fff;
            }

    .switcher-container h3 {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .switcher-container .selector-box {
        color: #fff;
        overflow: hidden;
    }

    .switcher-container .layout-switcher {
        margin: 0 0 10px 0;
        overflow: hidden;
    }

        .switcher-container .layout-switcher a.layout {
            float: left;
            display: block;
            cursor: pointer;
            text-align: center;
            font-weight: 700;
            padding: 10px 20px;
            margin-left: 10px;
        }

            .switcher-container .layout-switcher a.layout:first-child {
                margin-left: 0;
            }

            .switcher-container .layout-switcher a.layout:hover {
                color: #fff;
                cursor: pointer;
            }

    .switcher-container .color-box {
        height: auto;
        overflow: hidden;
        margin-bottom: 6px;
    }

    .switcher-container .styleswitch {
        margin-bottom: 10px;
    }

.sw-odd {
    background-color: #272727;
    padding: 21px 0 30px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-even {
    background-color: #191919;
    padding: 21px 0 25px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .sw-even a {
        font-family: "Karla", sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 40px;
        color: #fff;
        border: 1px solid #fff;
        padding: 10px 20px 10px 20px;
        margin-right: 10px;
        letter-spacing: 1.8px;
    }

        .sw-even a:hover {
            background-color: #32bfc0;
            border: 1px solid #32bfc0;
            color: #fff !important;
        }

.sw-light {
    background-color: #fff;
    color: #000 !important;
}

.sw-odd a {
    font-size: 16px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 17px;
    width: 100%;
    position: relative;
    padding-left: 47px;
}

.sw-odd .ws-colors a:before {
    background: none;
}

.sw-odd .ws-colors a {
    position: relative;
    width: auto;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: #333;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

    .sw-odd .ws-colors a.current:before {
        position: absolute;
        left: 8px;
        top: 6px;
        font-family: FontAwesome;
        content: "\f00c";
        color: #fff;
        z-index: 999;
        text-shadow: 0 0 2px rgba(0, 0, 0, 1);
    }

.sw-odd .ws-colors #color1 {
    background-color: #f2c21a;
}

.sw-odd .ws-colors #color2 {
    background-color: #14b450;
}

.sw-odd .ws-colors #color3 {
    background-color: #f25454;
}

.sw-odd .ws-colors #color4 {
    background-color: #ff7742;
}

.sw-odd .ws-colors #color5 {
    background-color: #652ee1;
}

.sw-odd .ws-colors #color6 {
    background-color: #15bdcc;
}

.sw-odd .ws-colors #color7 {
    background-color: #2c72dc;
}

.sw-odd #color2 {
    background-color: #333;
}

.sw-odd #color3 {
    background-color: #333;
}

.sw-odd #color4 {
    background-color: #333;
}

.sw-odd #color5 {
    background-color: #333;
}

.sw-odd #color6 {
    background-color: #333;
}

.sw-even h3 {
    margin-bottom: 6px;
}

.sw-odd .sw-image {
    padding: 0 20px 15px 0;
}

    .sw-odd .sw-image a {
        padding: 0;
        margin-bottom: 5px;
    }

    .sw-odd .sw-image .sw-buy {
        padding: 11px 55px 11px 56px;
        color: #FFF;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

        .sw-odd .sw-image .sw-buy:after {
            content: "\f07a";
            color: #fff;
            left: 20%;
            top: 11px;
        }

/* Pattern */
.sw-pattern.pattern {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #000000;
    width: 100%;
    z-index: -1;
    padding: 20px 0 30px 20px;
}

    .sw-pattern.pattern a {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;
        position: relative;
    }

        .sw-pattern.pattern a.current:before {
            position: absolute;
            left: 12px;
            top: 6px;
            font-family: FontAwesome;
            content: "\f00c";
            color: #fff;
            text-shadow: 0 0 2px rgba(0, 0, 0, 1);
        }

/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
    z-index: 0;
    width: 92.708%;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

.news {
    background: #ffd658;
    padding: 10px 20px;
    border-radius: 50px;
    color: #fff;
}

    .news .carousel-control-prev {
        right: 18px;
        left: inherit;
    }

    .news .carousel-control-prev,
    .news .carousel-control-next {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 2%;
        color: #fff;
        text-align: center;
    }

.shoadow-b {
    box-shadow: 0 20px 30px 10px #00000014 !important;
}

.update .owl-theme .owl-controls .owl-nav div.owl-next {
    position: absolute;
    right: 0;
    top: 50px;
}

.update .owl-theme .owl-controls .owl-nav div.owl-prev {
    position: absolute;
    right: 0;
    left: inherit;
    top: 10px;
}

    .update .owl-theme .owl-controls .owl-nav div.owl-prev:before,
    .owl-theme .owl-controls .owl-nav div.owl-next:before {
        font-family: FontAwesome;
        font-size: 21px;
        color: #e0e3e4;
    }

.update .owl-theme .owl-controls .owl-nav div {
    background: #fff;
}

    .update .owl-theme .owl-controls .owl-nav div:hover {
        background: #fff;
    }

/* 
.bg-section ul li a:before {
    content: "\f061";
    font-size: 14px;
	color: #028c46;
	position: absolute;
    margin-left: -18px;
    font-family: "FontAwesome";
} */
.bg-section ul {
    margin-left: 19px;
    font-size: 14px;
    line-height: 36px;
    list-style: none;
}

.addbtn {
    display: inline-block;
    text-align: center;
    border: 1px solid #187f3b;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.removebtn {
    display: inline-block;
    text-align: center;
    border: 1px solid #f25454;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    width: 40px;
    height: 40px;
}

.containercheck {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 22px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .containercheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border: 2px solid #187f3b;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .check {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .check {
    background-color: #1e843e;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .check:after {
    display: block;
}

/* Style the checkmark/indicator */
.containercheck .check:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.more {
    position: relative;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 50px;
    }
}

.more1 {
    position: absolute;
    color: #fff;
    animation: mymove 1s infinite;
    left: 42%;
    font-size: 53px;
    line-height: 30px;
}

@keyframes mymove {
    from {
        margin-top: 0px;
    }

    to {
        margin-top: 10px;
    }
}

@media print {
    .w-100 {
        width: 100% !important;
    }

    .border-bottom-0 {
        border-bottom: 0 !important;
    }

    .border {
        border: 1px solid #e0e3e4 !important;
    }

    .bg-light {
        background-color: #fbfbfb !important;
    }

    .mt-25 {
        margin-top: 25px !important;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl {
        position: relative;
        width: 100%;
        min-height: 1px;
    }

    .mt-15 {
        margin-top: 15px !important;
    }

    .border-bottom-0 {
        border-bottom: 0 !important;
    }

    .ml-15 {
        margin-left: 15px !important;
    }

    .mt-25 {
        margin-top: 25px !important;
    }

    .pb-md-0 {
        padding-bottom: 0px !important;
    }

    .pa-md-25 {
        padding: 25px !important;
    }

    .pa-sm-25 {
        padding: 25px !important;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .text-center {
        text-align: center !important;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .h-125p {
        height: 125px !important;
    }

    .w-125p {
        width: 125px !important;
    }

    .circle {
        border-radius: 50% !important;
    }

    .border-left {
        border-left: 1px solid #e0e3e4 !important;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    p {
        margin-top: 0;
        margin-bottom: 2px !important;
    }

    input {
        font-size: 12px;
        margin-bottom: 5px !important;
    }
}

.red {
    color: #d7600e;
}

.blue {
    color: #124092;
}

.green {
    color: #128c41;
}

.footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

    .footer-menu ul li a {
        color: #fff;
    }

.counter {
    font-size: 12px;
    color: #fff;
}

    .counter span {
        background: #0000003b;
        padding: 3px 9px;
        border-radius: 5px;
    }

.social {
    display: inline-block;
    background: #1d2c4a;
    padding: 10px;
    margin-right: 5px;
}

.goi {
    display: inline;
    border: 1px solid #131c2e;
    padding: 20px;
    height: 100px;
    background: #1c2a46;
}

    .goi img {
        width: 100px;
    }

.bg-1,
.bg-2,
.bg-3 {
    min-height: 500px;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px;
    border-radius: 12px;
}

.bg-1 {
    background: url(../images/1.png);
}

.bg-2 {
    background: url(../images/2.png);
}

.bg-3 {
    background: url(../images/3.png);
}

.link {
    color: #fff;
    position: absolute;
    bottom: 43px;
    right: 40px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    background: #fff3;
}

.category strong {
    font-size: 53px;
    text-shadow: 1px 1px 1px #00000099;
    background-clip: text;
    opacity: 0.5;
}


/* Slider CSS logic */
.slider {
    --slider-inner-width: 2500px;
    --slider-speed: 6s;
}

@keyframes scroll {
    0% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(calc((0px - var(--slider-inner-width)) - 5%))
    }
}

.slider {
    /* -webkit-transform: translate3d(0, 0, 0); */
    animation: scroll linear infinite var(--slider-speed);
    width: calc(2 * var(--slider-inner-width));
    transition: animation-play-state ease 0.3s;
}

    .slider:hover {
        animation-play-state: paused;
    }

@keyframes scroll1 {
    100% {
        transform: translateX(-5%);
    }

    0% {
        transform: translateX(calc((0px - var(--slider-inner-width)) - 5%))
    }
}

.slider1 {
    /* -webkit-transform: translate3d(0, 0, 0); */
    animation: scroll1 linear infinite var(--slider-speed);
    width: calc(2 * var(--slider-inner-width));
    transition: animation-play-state ease 0.3s;
}

    .slider1:hover {
        animation-play-state: paused;
    }







.flex-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
}

.slider-container {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .slider-container .slider {
        display: flex;
        align-items: center;
        list-style: none;
        margin: 0;
    }

.slider__slide {
    height: 100px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-left: 10px;
    padding: 34px;
}

    .slider__slide:hover {
        cursor: pointer;
    }

    .slider__slide .slide__content {
        color: white;
        font-size: 80px;
    }

#pills-tab {
    display: flex;
    justify-content: end;
}

    #pills-tab .nav-link {
        min-width: 111px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 00;
        padding: 10px 10px 0px 10px;
        background: #fff;
        margin-left: 10px;
        box-shadow: 0 0 21px #00000040;
        font-size: 11px;
    }

        #pills-tab .nav-link.active {
            color: #000000;
        }

        #pills-tab .nav-link .fa {
            font-size: 30px;
            margin: 0 auto;
            display: block;
            text-align: center;
            /* background: linear-gradient(92.61deg, #ffd658 0%,#eff3fd 100%); */
            /* -webkit-background-clip: text; */
            /* -webkit-text-fill-color: transparent; */
            background-clip: text;
            background: #ff9600;
            line-height: 71px;
            color: #fff;
        }

.socialicon a {
    font-size: 14px;
    border: 1px solid #fdfdfd;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin-top: 0px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    min-width: max-content;
}

    .dropdown-menu li {
        display: block;
    }

.social-links .dropdown-toggle {
    border: none;
    background: transparent;
}

.social-links .btn-secondary:active, .social-links .btn-secondary.active, .social-links .show > .btn-secondary.dropdown-toggle {
    border: none;
    background: transparent;
}


.newsArrow {
    background: rgb(216, 109, 1);
    height: 40px;
    position: relative;
    width: calc(100% - 20px);
}

    .newsArrow::after {
        position: absolute;
        right: -20px;
        top: 0px;
        content: '';
        width: 0px;
        height: 0px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid rgb(216, 109, 1);
    }

.flashNews {
    background: rgb(109, 81, 204);
    background: linear-gradient(90deg, rgba(109, 81, 204, 1) 0%, rgba(37, 138, 156, 1) 100%);
    font-size: 14px;
    line-height: 23px;
}

    .flashNews .carousel-control-next {
        left: 36px;
    }

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 50% 100%;
    border: 1px solid #fff;
    padding: 13px;
    border-radius: 50px;
}

.quickbox {
    text-align: center;
    padding: 60px 10px;
    width: calc(100% / 5);
}

    .quickbox img {
        display: block;
        margin: 0 auto;
        height: 75px;
        margin-bottom: 10px;
    }

    .quickbox label {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }

    .quickbox:hover {
        background-color: #ffffff46;
    }

.subheading {
    font-weight: 300;
    font-size: 25px;
}

.flat-counter.style1 {
    background: #eeeeee;
    padding: 18px 18px 30px;
    border-radius: 5px;
}

    .flat-counter.style1 p {
        font-size: 14px;
    }

.content-counter h6 {
    color: #000000;
    font-weight: 500;
}

.msg p {
    font-size: 16px;
    line-height: 32px;
}

.arrow {
    font-size: 35px;
    right: 34px;
    position: absolute;
    bottom: 12px;
    color: #6fcda7;
}

.whatsnew h1 {
    color: #24609B;
    font-size: 55px;
    margin-top: 30px;
    line-height: 45px;
}

    .whatsnew h1 span {
        color: #000000;
        font-weight: 200;
        display: block;
    }

.section1 {
    background: rgb(222, 241, 247);
}

    .section1 h1 {
        color: #24609B;
        font-size: 55px;
        margin-top: 30px;
        line-height: 45px;
    }

        .section1 h1 span {
            color: #000000;
            font-weight: 200;
            display: block;
        }

.arrowwhats {
    color: #24609b;
    font-size: 45px;
    margin-top: 30px;
    display: inline-block;
}

.whatsnew img {
    box-shadow: 0 0 10px #00000040;
    margin: 10px;
}

.buiding {
    margin-left: 14%;
    background: #ccc;
    padding: 0px 20px 20px 0px;
}

    .buiding img {
        margin: -18px 0px 0px -18px;
    }

.yogaobject {
    border-radius: 15px;
    background: linear-gradient(#248b9b 0%, #249b6e 100%);
    position: absolute;
    top: 220px;
    left: 52px;
    padding: 17px;
}

.member {
    background: #eff5c4;
    position: relative;
    z-index: 1;
}

    .member p {
        font-size: 12px;
        line-height: 16px;
    }

.overlap {
    margin-bottom: -175px;
}

.overpedding {
    padding-top: 175px;
}

.faq {
    background: url(../images/whats-new-bg.png) no-repeat center;
    position: relative;
}

#accordion .card-header {
    font-size: 13px;
    background: #fff;
    border-bottom: 0;
}

#accordion .card {
    border: none;
    box-shadow: 0 0 10px #00000029;
    margin-bottom: 8px;
}


#accordion .card-header::after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    right: 18px;
    position: absolute;
}

#accordion .card-header.collapsed::after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    right: 18px;
    position: absolute;
}


.Admission {
    display: block;
    overflow-y: auto;
    max-height: 230px;
    padding-right: 15px;
}

    .Admission li {
        display: flex;
        justify-content: space-between;
        padding: 10px 0px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        align-items: flex-start;
    }

        .Admission li a {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }

        .Admission li h4 {
            font-size: 14px;
            margin-bottom: 0;
        }

        .Admission li img {
            width: 50px;
            height: auto;
            margin: 0px 10px;
        }

        .Admission li a img {
            width: 50px;
            height: auto;
            margin: 0px 10px 0px 0px;
        }

        .Admission li div {
            width: calc(100% - 140px);
        }

        .Admission li a .newsContent {
            width: calc(100% - 60px) !important;
        }

    .Admission::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .Admission::-webkit-scrollbar-track {
        background: #ffffff;
    }

    /* Handle */
    .Admission::-webkit-scrollbar-thumb {
        background: #20708f;
    }

        /* Handle on hover */
        .Admission::-webkit-scrollbar-thumb:hover {
            background: #20708f;
        }


.flat-header-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
}

.landingSliderHeight {
    max-height: 600px !important;
    min-height: 600px !important
}
/* Landing Page CSS */
.rightMenuLanding li a {
    display: block;
    padding-right: 10px;
}

.gradientBtn {
    background: rgb(109, 81, 204);
    background: linear-gradient(90deg, rgba(109, 81, 204, 1) 0%, rgba(37, 138, 156, 1) 100%);
    color: #fff;
    display: block;
    width: 100%;
    margin: 5px 10px;
}

    .gradientBtn:hover, .gradientBtn:focus, .gradientBtn:checked {
        background: linear-gradient(90deg, rgba(37, 138, 156, 1) 0%, rgba(109, 81, 204, 1) 100%);
        color: #fff !important;
    }

.AdmissionLandingPage {
    min-height: 400px;
    max-height: 100%;
}

.faqLanding.flat-row {
    padding: 35px 0px !important;
}

.landingPageFooter ul li a {
    display: block;
    border-right: solid 1px;
    padding-right: 10px;
}

.landingPageFooter ul li:nth-last-child(1) a {
    border-right: 0px;
}
/* Landing Page CSS End*/
/* .photo img:hover {
    position: absolute;
    top: 0;
    background: #3b875fab;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top:15%;
    color: #fff;
    font-size: 100px;
    display: none;
} */
.photo .hover {
    position: absolute;
    top: 0;
    background: #3b875fab;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 15%;
    color: #fff;
    font-size: 100px;
    display: none;
}

.photo .flat-counter:hover .hover {
    display: block;
}

.photo .content-counter {
    overflow: hidden;
    position: relative;
}

.focus {
    background: rgb(98,173,146);
    background: linear-gradient(90deg, rgba(98,173,146,1) 0%, rgba(84,165,176,1) 100%);
}

    .focus h6 {
        color: #24609b;
        text-transform: uppercase;
        font-size: 18px;
    }

    .focus p {
        font-size: 12px;
    }

.overpedding1 {
    padding-top: 120px;
}

#carouselExampleIndicators5 img {
    padding: 10px;
    box-shadow: 0 0 7px 0px #00000036;
    margin: 13px 0px;
    background: #ffffff;
}

.notification {
    background: #e0e0ff;
    background: linear-gradient(90deg, #e0e0ff 0%, #f9dbfc 100%);
    position: relative;
}

    .notification .content-counter {
        overflow: hidden;
        position: relative;
    }

        .notification .content-counter::before {
            background: rgb(0,0,0);
            background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            bottom: 0px;
        }

.contentbox {
    position: absolute;
    bottom: 0px;
    margin: 18px;
    color: #fff;
    font-size: 12px;
}

    .contentbox h3 {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
    }

.bg1,
.bg2,
.bg3 {
    display: flex;
    justify-content: space-between;
    width: 263px;
    padding: 10px;
    border-radius: 5px;
}

.bg1 {
    background: rgb(56,151,148);
    background: linear-gradient(126deg, rgba(56,151,148,1) 0%, rgba(255,255,255,1) 100%);
}

.bg2 {
    background: rgb(255,111,0);
    background: linear-gradient(126deg, rgba(255,111,0,1) 0%, rgba(255,255,255,1) 100%);
}

.bg3 {
    background: rgb(165,114,69);
    background: linear-gradient(126deg, rgba(165,114,69,1) 0%, rgba(255,255,255,1) 100%);
}

    .bg1 strong,
    .bg2 strong,
    .bg3 strong {
        display: block;
        font-weight: 500;
        margin-top: 5px;
    }

    .bg1 img,
    .bg2 img,
    .bg3 img {
        width: 35px;
    }

.bg4 {
    background: rgb(255,111,0);
    background: linear-gradient(126deg, rgb(255, 245, 99) 0%, rgba(255,255,255,1) 100%);
}

.widget ul, .widget ol {
    list-style: none;
}

.topleftbg {
    margin-top: 300px;
}

.leftbg {
    position: absolute;
    box-shadow: none !important;
    width: 20%;
    top: -193px;
    left: -200px;
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}

.rightbg {
    position: absolute;
    box-shadow: none !important;
    width: 20%;
    top: -193px;
    right: -200px;
    -webkit-animation: rotating 20s linear infinite;
    -moz-animation: rotating 20s linear infinite;
    -ms-animation: rotating 20s linear infinite;
    -o-animation: rotating 20s linear infinite;
    animation: rotating 20s linear infinite;
}


@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.yogaright {
    width: 300px;
    float: right;
    position: relative;
    top: -281px;
}


.dropdown-menu li a {
    color: #333 !important;
}


.idlbox {
    list-style: none;
    display: block;
    padding: 0;
}

    .idlbox > li {
        float: left;
        width: 32.3%;
        margin-right: 1.5%;
        margin-bottom: 1.5%;
        -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.0);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: -webkit-transform 1s, -webkit-box-shadow 0.5s;
        transition: -webkit-transform 1s, -webkit-box-shadow 0.5s;
        -moz-transition: transform 1s, box-shadow 0.5s, -moz-transform 1s;
        transition: transform 1s, box-shadow 0.5s;
        transition: transform 1s, box-shadow 0.5s, -webkit-transform 1s, -moz-transform 1s, -webkit-box-shadow 0.5s;
    }

        .idlbox > li:nth-child(3n) {
            margin-right: 0;
        }

    .idlbox .box {
        position: relative;
        overflow: hidden;
        background-color: #0667a4;
        display: block;
        padding-bottom: 50%;
        color: #fff;
        text-decoration: none;
        font-size: 1.5em;
    }

    .idlbox span {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px;
        color: #fff;
        position: absolute;
        width: 100%;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .idlbox > li:hover {
        -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.4);
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }

.box.box2 {
    background-color: #ff444a;
}

.box.box3 {
    background-color: #ff8500;
}

.box.box4 {
    background-color: #3ab54b;
}

.box.box5 {
    background-color: #3ab5ae;
}

.box.box6 {
    background-color: #b5aa3a;
}

.box.box7 {
    background-color: #683ab5;
}

.box.box8 {
    background-color: #a13ab5;
}

.box.box9 {
    background-color: #b57d3a;
}

/*.clearfix {
    height:1px !important;
}*/
.rounded1 {
    border-radius: 200px;
    border: 2px solid #958f8f;
    height: 150px;
    width: 150px !important;
    object-fit: cover;
}

.yogaImgLefts {
    position: absolute;
    left: 15px;
    bottom: 0px;
    width: 18%;
    box-shadow: none !important;
    padding: 0px;
}

.yogaImgRights {
    position: absolute;
    right: 15px;
    bottom: 0px;
    width: 18%;
    box-shadow: none !important;
    padding: 0px;
}

.yogaImgRights1 {
    right: -9%;
    bottom: -20%;
    z-index: 99;
}

.card-body {
    padding: 15px;
}

.shadowNew {
    box-shadow: 0px 2px 15px #8dc0db
}

.tabUl li {
    background: #fff;
    margin: 5px;
    box-shadow: 0px 0px 5px #333;
    padding: 5px;
    list-style: none;
}

    .tabUl li a {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        min-width: 110px;
        flex-direction: column;
        min-height: 68px;
    }

        .tabUl li a span {
            line-height: 14px;
            font-size: 12px;
            display: block;
            text-align: center;
        }

        .tabUl li a i {
            font-size: 24px;
        }

    .tabUl li:nth-child(1) a {
        background: #e79200;
    }

    .tabUl li:nth-child(2) a {
        background: #157aae;
    }

    .tabUl li:nth-child(3) a {
        background: rgba(216, 109, 1, 1);
    }

    .tabUl li:nth-child(4) a {
        background: rgb(109, 81, 204);
    }



.tabCard#UniversityCorner {
    border-top: solid 2px #e79200
}

.tabCard#StudentCorner {
    border-top: solid 2px #157aae
}

.tabCard#ActivitiesT {
    border-top: solid 2px rgba(216, 109, 1, 1);
}

.tabCard#DownloadsT {
    border-top: solid 2px rgb(109, 81, 204);
}

.tabCard {
    padding: 15px;
}

    .tabCard ul {
        margin: 0px;
        padding: 0px;
    }

        .tabCard ul li {
            width: calc(100% / 3);
        }

            .tabCard ul li a {
                display: block;
                color: #fff;
                background: rgb(222, 241, 247);
                background: linear-gradient(90deg, rgba(109, 81, 204, 1) 0%, rgba(37, 138, 156, 1) 100%);
                text-align: center;
                margin: 5px;
                border-radius: 5px 0px 5px 0px;
                font-size: 16px;
                padding: 5px;
            }

                .tabCard ul li a:hover, .tabCard ul li a:focus {
                    background: #0076ba;
                    color: #fff;
                }

.overlapinfobox {
    position: absolute;
    bottom: 0px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.8);
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
/*.HomeMenu::after {
        position: absolute;
        left: 0px;
        top: -4px;
        content: '\f015';
        color: #fff;
        font-family: 'fontawesome-webfont';
        font-size: 30px;
        line-height: 0px;
    }*/



@media (max-width:1640px) {
    .title3, .title1 {
        font-size: 22px !important
    }

    .subheading {
        font-size: 18px !important
    }

    .AdmissionLandingPage {
        max-height: 310px;
    }

    .Admission li h4 {
        font-size: 13px;
    }

    .Admission li p {
        font-size: 12px;
    }

    .landingSliderHeight {
        max-height: 700px !important;
        min-height: 700px !important
    }
}

@media (max-width:1366px) {
    .title3 {
        font-size: 20px !important;
    }

    .subheading {
        font-size: 16px !important;
    }


    .Admission li h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .Admission li p {
        font-size: 12px;
        line-height: 16px;
    }
}

@media (max-width:991px) {
    ul.one-half {
        width: 100%
    }
}

@media (min-width:992px) {
    .btn-submenu {
        position: absolute;
        right: 6px;
        top: -2px;
        font: 20px/50px 'FontAwesome';
        text-align: center;
        cursor: pointer;
        width: 5px;
        height: unset;
        font-size: 14px;
    }

    .submenu.right .btn-submenu:before {
        content: "\f105";
        color: #333;
    }
}

.custome_pills {
    margin-top: -16%;
}

@media (max-width:767px) {
    .custome_pills {
        margin-top: 0%;
    }

    .quickbox {
        width: calc(100% / 3);
    }

    .tabCard ul li {
        width: calc(100% / 2);
    }

    .tabUl ul li {
        width: calc(100% / 2 - 10px);
    }
}

@media (max-width:640px) {
    .quickbox {
        width: calc(100% / 2);
    }

    .tabCard ul li {
        width: calc(100% / 1);
    }
}

@media (max-width:540px) {
    .quickbox {
        width: calc(100% / 1);
    }
}

.rightMenuLanding .fa {
    font-size: 18px;
}

.rightMenuLanding li a {
    font-size: 17px;
}

.rightMenuLanding.social-links li::before {
    margin-top: 5px;
}

.header {
    background: linear-gradient(270deg, rgb(225 240 222) 0%, rgb(253 242 243) 100%);
}

    .header .footer-menu ul li a {
        color: #000;
    }

.notification .style2 .content-counter::before {
    display: none;
}

.notification .style2 .content-counter {
    padding: 20px;
    min-height: 193px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 7px 6px 1px #bbb7e1;
}


/* organiztion chart */
.chart_one {
    background: #d43f31;
    color: #ffff;
}

.chart_two {
    background: #06a653;
    color: #fff;
}

.chart_three {
    background: #d86d01;
    color: #fff;
}

.chart_four {
    background: #226a95;
    color: #fff;
}

.chart * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.chart .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .chart .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.chart .popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .chart .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

    .chart .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        .chart .popup .close:hover {
            color: #06D85F;
        }

    .chart .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {
    .chart .box {
        width: 70%;
    }

    .chart .popup {
        width: 70%;
    }
}

.chart .cf:before,
.chart .cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.chart .cf:after {
    clear: both;
}

/**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
.chart .cf {
    zoom: 1;
}

/* Generic styling */




.chart a:focus {
    outline: 2px dashed #f7f7f7;
}

@media screen and (max-width: 767px) {
    .chart .content {
        padding: 0 20px;
    }
}

.bot-Line-Horzontal {
    padding-top: 25px !important;
}

.bot-Line, .bot-Line-Horzontal {
    position: relative;
}

.top-Line::before {
    position: absolute;
    width: 4px;
    height: 25px;
    background: #cbcbcb;
    top: -25px;
    left: 50%;
    content: "";
}

.bot-Line::after {
    position: absolute;
    width: 4px;
    height: 25px;
    background: #cbcbcb;
    bottom: 0px;
    left: 50%;
    content: "";
}

.bot-Line-Horzontal::before {
    position: absolute;
    width: 66.50%;
    height: 4px;
    background: #cbcbcb;
    top: 0px;
    content: "";
    left: 16.85%;
}

.bot-Line-Horzontal > li {
    margin-top: 25px;
}

.chart .administration > li > a {
    margin-bottom: 25px;
}

.chart .director > li > a {
    width: 50%;
    margin: 0 auto 0px auto;
}

.chart .subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    background: red;
    border-left: 4px solid #cbcbcb;
    left: 45.45%;
    position: relative;
}

.ulFlexBox li a {
    margin-bottom: 25px px;
}

.chart ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bot-Line-Horzontal::before {
    position: absolute;
    width: 66.50%;
    height: 4px;
    background: #cbcbcb;
    top: 0px;
    content: "";
    left: 16.85%;
}

.chart ul a {
    display: block;
    /* background: #ccc; */
    border: 4px solid #ffffff;
    text-align: center;
    overflow: hidden;
    font-size: .85em;
    text-decoration: none;
    font-weight: 600;
    /* color: #333; */
    min-height: 70px;
    margin-bottom: -26px;
    box-shadow: 4px 4px 9px -4px rgba(0,0,0,0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
}

    .chart ul a:hover {
        color: #fff !important;
        transform: scale(1.1);
    }

.ulFlexBox {
    display: flex;
    justify-content: center;
    width: 100%;
    /* padding-top:25px !important; */
}

    .ulFlexBox li {
        width: calc(100% / 3 - 20px);
        margin: 0px 10px;
    }

        .ulFlexBox li a {
            margin-bottom: 25px;
        }

.departments.cf {
    top: -45px;
}

@media print {
    .chart ul a {
        border: 4px solid #000;
    }
}

@media screen and (max-width: 767px) {
    .chart ul a {
        font-size: 1em;
    }

    .departments.cf {
        top: 57px;
    }
}


.chart ul a span {
    /* top: 50%;
        margin-top: -0.7em; */
    display: block;
    font-size: .75rem;
}

/*
     
     */

.chart .administration > li > a {
    margin-bottom: 25px;
}

.chart .director > li > a {
    width: 50%;
    margin: 0 auto 0px auto;
}

.chart .subdirector:after {
    content: "";
    display: block;
    width: 0;
    height: 130px;
    background: red;
    border-left: 4px solid #cbcbcb;
    left: 45.45%;
    position: relative;
}

@media print {
    .chart .subdirector:after {
        border-left: 4px solid #000;
    }
}

.chart .subdirector,
.chart .departments {
    width: 100%;
    /* height: 100vh; */
    clear: both;
}

    .chart .subdirector > li:first-child {
        width: 18.59894921190893%;
        height: 64px;
        margin: 0 auto 92px auto;
        padding-top: 25px;
        border-bottom: 4px solid #cbcbcb;
        z-index: 1;
    }

@media print {
    .chart .subdirector > li:first-child,
    .chart .departments > li:first-child {
        border-bottom: 4px solid #000;
    }
}

.chart .subdirector > li:first-child {
    float: right;
    right: 27.2%;
    border-left: 4px solid #cbcbcb;
}

@media print {
    .chart .subdirector > li:first-child {
        border-left: 4px solid black;
    }
}

.departments > li:first-child {
    float: left;
    left: 0.2%;
    /* border-right: 4px solid #cbcbcb; */
}

@media print {
    .chart .departments > li:first-child {
        border-right: 4px solid black;
    }
}

.chart .subdirector > li:first-child a,
.chart .departments > li:first-child a {
    width: 100%;
}

.chart .subdirector > li:first-child a {
    left: 25px;
}

@media screen and (max-width: 767px) {
    .chart .subdirector > li:first-child,
    .chart .departments > li:first-child {
        width: 100%;
    }

    .chart .subdirector > li:first-child {
        right: 10%;
        margin-right: 2px;
    }

    .chart .subdirector:after {
        left: 49.8%;
    }

    .chart .departments > li:first-child {
        left: -.5%;
        margin-left: 2px;
        top: 12%;
    }
}


.chart .departments > li:first-child a {
    right: 25px;
    line-height: 70px;
}

.chart .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 81.1%;
    height: 22px;
    border-top: 4px solid #cbcbcb;
    border-right: 4px solid #cbcbcb;
    border-left: 4px solid #cbcbcb;
    margin: 0 auto;
    top: 41px;
    left: 9.1%
}

@media print {
    .chart .departments:after {
        border-top: 4px solid #000;
        border-right: 4px solid #000;
        border-left: 4px solid #000;
    }
}

@media screen and (max-width: 767px) {
    .chart .departments:after {
        border-right: none;
        left: 0;
        width: 49.8%;
    }
}

@media screen and (min-width: 768px) {
    .chart .department:first-child:before,
    .chart .department:last-child:before {
        border: none;
    }
}

.chart .department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 4px solid #cbcbcb;
    z-index: 1;
    top: -22px;
    left: 50%;
    margin-left: -4px;
}

@media print {
    .chart .department:before {
        border-left: 4px solid black;
    }
}

.chart .department {
    border-left: 4px solid #cbcbcb;
    width: 18.59894921190893%;
    float: left;
    margin-left: 6.23%;
    margin-bottom: 66px;
    top: 63px;
}

@media print {
    .chart .department {
        border-left: 4px solid #000;
    }
}

.chart .lt-ie8 .department {
    width: 18.25%;
}

@media screen and (max-width: 767px) {
    .chart .department {
        float: none;
        width: 100%;
        margin-left: 0;
    }

        .chart .department:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 60px;
            border-left: 4px solid #cbcbcb;
            z-index: 1;
            top: -60px;
            left: 0%;
            margin-left: -4px;
        }

        .chart .department:nth-child(2):before {
            display: none;
        }
}

.chart .department > a {
    margin: 0 0 -26px -4px;
    z-index: 1;
}

    .chart .department > a:hover {
        height: 80px;
    }

.chart .department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.chart .department li {
    padding-left: 25px;
    border-bottom: 4px solid #cbcbcb;
    height: 80px;
}

@media print {
    .chart .department li {
        border-bottom: 4px solid #000;
    }
}

.chart .department li a {
    background: #fff;
    top: 48px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    vertical-align: middle;
    right: -1px;
    left: 30px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=1 );
}

    .chart .department li a:hover {
        box-shadow: 8px 8px 9px -4px rgba(0,0,0,0.1);
        height: 80px;
        width: 110%;
        top: 39px;
        background-image: none !important;
    }

/* Department/ section colors */
.chart .department.dep-a a {
    background: #ed5244;
    color: #fff;
    line-height: 70px;
}

.chart .department.dep-b a {
    background: #06a653;
    color: #fff;
    line-height: 70px;
}

.chart .department.dep-c a {
    background: #d86d01;
    color: #fff;
    line-height: 70px;
}

.chart .department.dep-d a {
    background: #226a95;
    color: #fff;
    line-height: 70px;
}

.chart .department.dep-e a {
    background: #f0f0f0;
    color: #fff;
    line-height: 70px;
}

@media (-webkit-device-pixel-ratio: 1.25) {
    :root {
        zoom: 0.8;
    }

    .container {
        width: 80%;
    }
}


.rowMemberEqual .flat-counter {
    min-height: 320px;
}

.socialRightFixed {
    position: fixed;
    right: 0px;
    top: 40%;
}

    .socialRightFixed ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .socialRightFixed ul li {
            display: block;
        }

            .socialRightFixed ul li a {
                width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                font-size: 18px;
                transition: all .2s;
            }

.bg-orange {
    background: #d86a04;
}

.main_heading {
    background: #d86a04;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px 5px 0 0;
}

.bassic_dtl span {
    background: #d86a04;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px 5px 0 0;
}

.bassic_dtl_main {
    border: 1px solid #d86a04;
    clear: both;
}

    .bassic_dtl_main .col-4 {
        background-color: #ccc;
        border-bottom: 1px solid #fff;
    }

.custome_box i {
    color: #fff;
    background-color: #0275d8;
    font-size: 28px;
    padding: 15px 18px;
    border-radius: 50%;
    margin: 15px auto;
}

#mainnav ul.megamenu {
    /* width: 950px !important;   */
    background-color: #fff;
    left: -180px;
}

#mainnav ul.megamenutwo {
    left: -564px;
}

#mainnav ul.megamenu span {
    background: linear-gradient(270deg, rgba(216, 109, 1, 1) 0%, rgba(207, 15, 100, 1) 100%);
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

#mainnav ul.megamenu .megamenusubmenu li a {
    padding: 5px;
    display: block;
}

    #mainnav ul.megamenu .megamenusubmenu li a:hover {
        background: rgba(216, 109, 1, 1);
        color: #fff;
        display: block;
        padding: 5px;
    }

.close_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 5px 10px;
    background-color: rgb(255 0 113);
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
}

.zoom {
    transition: transform .2s;
    min-height: 272px;
}

    .zoom:hover {
        transform: scale(1.1);
        cursor: pointer;
    }

.nav-pills .nav-link.active, .nav-pills .nav-item.show .nav-link {
    color: #fff !important;
    cursor: default;
    background: #d86c01 !important;
    margin-right: 10px;
    padding: 15px 25px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    padding: 15px 25px;
    margin: 0 5px;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
    padding: 15px 25px;
    margin: 0 5px;
}

    .nav-pills .nav-link:focus, .nav-pills .nav-link:focus-visible {
        border: 0 !important;
    }

.nav-link {
    color: #000 !important;
    text-transform: uppercase;
    padding: 12px 24px;
    background: linear-gradient(90deg, rgba(252,242,242,1) 0%, rgba(226,240,223,1) 100%);
}

.custome_nav li:nth-child(2) button {
    background-color: #61bb46 !important;
}

.custome_nav li:nth-child(3) button {
    background-color: #fdb827 !important;
}

.custome_nav li:nth-child(4) button {
    background-color: #f5821f !important;
}

.custome_nav li:nth-child(5) button {
    background-color: #009ddc !important;
}

.custome_nav li:nth-child(6) button {
    background-color: #e03a3e !important;
}

.custome_nav li:nth-child(7) button {
    background-color: #8cc640 !important;
}

.custome_nav li:nth-child(8) button {
    background-color: #07b151 !important;
}

.custome_nav li:nth-child(9) button {
    background-color: #2fbbb3 !important;
}

.custome_nav li:nth-child(10) button {
    background-color: #2357bc !important;
}

.custome_nav li:nth-child(11) button {
    background-color: #af3a94 !important;
}

.custome_nav li:nth-child(12) button {
    background-color: #733b97 !important;
}

.yoga_staf {
    min-height: 315px;
}

    .yoga_staf h4 {
        min-height: 65px;
    }

    .yoga_staf a {
        min-height: 45px;
    }

.btn-primary {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.baner_img {
    height: auto;
    text-align: center;
    padding: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
}

    .baner_img h3 {
        color: #fff !important;
        font-size: 34px;
        background: #0000007a;
        padding: 8%;
        margin: 0;
    }

.baner_imgyoga01 {
    background-image: url(../images/Yoga01.jpg);
}

.yogauserimg {
    width: 150px;
    height: 125px;
    background-color: #ff9600;
    border: 1px solid #dfdfdf;
}

.userinfo img {
    height: 225px;
}

.userinfo p {
    font-size: 16px;
    line-height: 35px;
}

    .userinfo p span {
        font-weight: 600;
    }


/*------------------------ for flip book  --------------*/

.book {
    transform-style: preserve-3d;
    position: relative;
    height: 175px;
    cursor: pointer;
    backface-visibility: visible;
    margin-left: 33%;
}

.front, .back, .page1, .page2, .page3, .page4, .page5, .page6 {
    transform-style: preserve-3d;
    position: absolute;
    width: 125px;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: left center;
    transition: transform .5s ease-in-out, box-shadow .35s ease-in-out;
}

.front, .back {
    background: navy;
}

.front, .page1, .page3, .page5 {
    border-bottom-right-radius: .5em;
    border-top-right-radius: .5em;
}

.back, .page2, .page4, .page6 {
    border-bottom-right-radius: .5em;
    border-top-right-radius: .5em;
}

.page1 {
    background: #efefef;
}

.page2 {
    background: #efefef;
}

.page3 {
    background: #f5f5f5;
}

.page4 {
    background: #f5f5f5;
}

.page5 {
    background: #fafafa;
}

.page6 {
    background: #fdfdfd;
}

    .page6 h2 {
        border: 1px solid red;
        border-radius: 3px;
        margin-top: 50px;
        display: inline-block;
        padding: 2px 5px;
    }

.front img {
    border-radius: 0 5px 5px 0;
}

.book:hover .front {
    transform: rotateY(-160deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page1 {
    transform: rotateY(-150deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page2 {
    transform: rotateY(-30deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page3 {
    transform: rotateY(-140deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page4 {
    transform: rotateY(-40deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page5 {
    transform: rotateY(-130deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .page6 {
    transform: rotateY(-50deg) scale(1.1);
    box-shadow: 0 1em 3em 0 rgba(0, 0, 0, .2);
}

.book:hover .back {
    transform: rotateY(-20deg) scale(1.1);
}

/*----------------------------------- For Dashbord ---------------*/

.studentdashborad .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.studentdashborad .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.studentdashborad .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.studentdashborad #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #343a40;
    color: #fff;
    transition: all 0.3s;
}

    .studentdashborad #sidebar.active {
        margin-left: -250px;
    }

    .studentdashborad #sidebar .sidebar-header {
        padding: 20px;
        background: #4b545c;
    }

    .studentdashborad #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    .studentdashborad #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

.studentdashborad a {
    color: #fff;
}

.studentdashborad #sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

    .studentdashborad #sidebar ul li a:hover {
        color: #7386D5;
        background: #fff;
    }

.studentdashborad #sidebar ul li.active > a,
a[aria-expanded="true"] {
    color: #fff;
    background: #343a40;
}

.studentdashborad .studentdashborad a[data-toggle="collapse"] {
    position: relative;
}

.studentdashborad .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.studentdashborad ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #343a40;
}

.studentdashborad ul.CTAs {
    padding: 20px;
}

    .studentdashborad ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

.studentdashborad a.download {
    background: #fff;
    color: #7386D5;
}

.studentdashborad a.article,
.studentdashborad a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

.studentdashborad #content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    .studentdashborad #sidebar {
        margin-left: -250px;
    }

        .studentdashborad #sidebar.active {
            margin-left: 0;
        }

    .studentdashborad #sidebarCollapse span {
        display: none;
    }
}

.brand-link .brand-image {
    float: left;
    line-height: .8;
    margin-left: 0.8rem;
    margin-right: 0.5rem;
    margin-top: -3px;
    max-height: 33px;
    width: auto;
}


.last_btn_gallery {
    position: relative;
}

    .last_btn_gallery img {
        opacity: 0.5;
    }

    .last_btn_gallery a {
        position: absolute;
        background-color: #00000082;
        color: #fff;
        width: 91%;
        height: 100%;
        left: 14px;
        text-align: center;
        padding-top: 25%;
        border-radius: 5px;
        font-size: 24px;
        font-weight: 600;
    }

        .last_btn_gallery a:hover {
            background-color: #000;
        }

.photogalery .col-lg-5 img {
    height: 378px !important;
    object-fit: cover;
}
/* .photo p{ font-size: 24px; border: 1px solid #000; height:250px; text-align: center; line-height: 35px; padding-top: 30px;} */
.whatsnew .yogaImgLefts {
    bottom: -18px;
}

.custome_li {
    padding: 0;
}

    .custome_li li {
        width: 48%;
        display: inline-table;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

.bookone {
    margin-left: 26% !important;
}

.bookonemain h4 {
    min-height: 50px;
}

.staff-img img {
    height: 320px;
    object-fit: cover;
}

.yoga-facality img {
    width: 125px;
    height: 125px;
    object-fit: cover;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border: 2px solid #198ccb;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 250px;
    object-fit: cover;
}

/* .marquee ul li{ display: inline; width: 15%;    padding: 0 25px;} */
.marquee {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

    .marquee span {
        display: inline-block;
        position: relative;
        left: 100%;
        animation: marquee 25s linear infinite;
    }

    .marquee:hover span {
        animation-play-state: paused;
    }

    .marquee span:nth-child(1) {
        animation-delay: 0s;
    }

    .marquee span:nth-child(2) {
        animation-delay: 0.8s;
    }

    .marquee span:nth-child(3) {
        animation-delay: 1.6s;
    }

    .marquee span:nth-child(4) {
        animation-delay: 2.4s;
    }

    .marquee span:nth-child(5) {
        animation-delay: 3.2s;
    }

    .marquee span:nth-child(6) {
        animation-delay: 4.0s;
    }

    .marquee span:nth-child(7) {
        animation-delay: 4.8s;
    }

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

#mainnav ul.submenu {
    width: 275px;
}

#mainnav > ul > li:nth-child(8) ul.megamenu {
    left: -660px;
}

#mainnav > ul > li:nth-child(6) ul.megamenu {
    left: -456px;
}

.NewsSection marquee {
    height: 400px;
}

.photo .owl-nav {
    position: absolute;
    top: -25px;
    right: 40px;
}

.photo .owl-theme .owl-controls .owl-nav div.owl-prev:before {
    content: "\f18e";
    color: #fff !important;
    font-size: 45px;
}

.photo .owl-theme .owl-controls .owl-nav div.owl-next:before {
    content: "\f190";
    color: #fff !important;
    font-size: 45px;
}

.photo .owl-theme .owl-controls .owl-nav div {
    background: #24609b;
    margin-left: 1px;
    border-radius: 50%;
    width: 50px;
    line-height: 50px;
    height: 50px;
    top: 50%;
}

.tp-leftarrow {
    left: 2% !important;
}

.tp-rightarrow {
    left: 98% !important;
}

@media (max-width: 768px) {
    h1 {
        font-size: 30px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 20px !important;
    }
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #eceeef;
    color: #000;
}

.table td {
    border-right: 1px solid #e0e3e4;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    border-top: 1px solid #eceeef;
}

/* #mainnav > ul > li:nth-child(8) ul.megamenu, #mainnav > ul > li:nth-child(9) ul.megamenu {  left: -660px !important;} */
.menuChangeForMega {
    position: relative;
}

    .menuChangeForMega li:has(ul.megamenu) {
        position: unset !important;
    }

    .menuChangeForMega li .megamenu {
        left: 0px !important;
        width: 100% !important;
    }

    .menuChangeForMega li:hover {
        background: rgba(216, 109, 1, 1);
    }

@media screen and (min-device-width:1024px) and (max-device-width:1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100% !important;
    }

    #mainnav > ul > li > span.arrorFlex > a, .menu-extra li a {
        padding: 0 15px 0 0px !important;
        font-size: 13px;
        font-weight: 500;
    }
}

.rev_slider img, .tp-simpleresponsive img {
    max-width: 100% !important;
}
#mainnav-mobi .submenu li a {
    color: #fff !important;
    padding: 10px 18px;
    display: block;
}

#mainnav-mobi .submenu span{ 
    background: linear-gradient(270deg, rgba(216, 109, 1, 1) 0%, rgba(207, 15, 100, 1) 100%);
    text-align: center;
    color: #fff;
    display: block;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.page-btn9 { 
    border-radius: 0 !important; 
    margin-right: 0 !important;
    color: #000000; 
    width: 2rem !important; 
    height: 2.25rem; 
    margin-bottom: 1.25rem !important; 
    display: inline-flex; 
    flex-shrink: 0; 
    justify-content: center; 
    align-items: center; 
    border: 1px solid #dbdbdb !important; 
    border-right: 0 !important; 
}
 
/*------------------- add new -----------*/
.page-btn9:last-child { border-right: 1px solid #dbdbdb; border-radius: 0 5px 5px 0;}
.page-btn9:first-child { background: #ededed; border-radius: 5px 0 0 5px; }
/*------------------- add new -----------*/