@font-face {
    font-family: "Gotham-Bold";
    src: url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.eot");
    src: url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.eot?#iefix") format("embedded-opentype"), url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.otf") format("opentype"), url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.svg") format("svg"), url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.ttf") format("truetype"), url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.woff") format("woff"), url("https://www.chefiica.com/fonts/GOTHAM-BOLD0.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Gotham-Book";
    src: url("https://www.chefiica.com/fonts/Gotham-Book.eot");
    src: url("https://www.chefiica.com/fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("https://www.chefiica.com/fonts/Gotham-Book.otf") format("opentype"), url("https://www.chefiica.com/fonts/Gotham-Book.svg") format("svg"), url("https://www.chefiica.com/fonts/Gotham-Book.ttf") format("truetype"), url("https://www.chefiica.com/fonts/Gotham-Book.woff") format("woff"), url("https://www.chefiica.com/fonts/Gotham-Book.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}

:root {
    --site-tp-fnt: "Montserrat";
    --site-hed-fnt: "Montserrat";
    --site-stylish-fnt: 'Montserrat', sans-serif;
    --site-txt-fnt: 'Montserrat', sans-serif
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: 'Montserrat', sans-serif
}

img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.loading {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #150959;
    transition: all linear .3s
}

.loading_comp {
    left: -100%
}

.fill_anima {
    position: relative;
    width: 400px;
    display: inline-block;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.fill_anima:before {
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    left: 0;
    background: #fff;
    top: -100%;
    transition: all linear .5s;
    animation: load-anim 4s 1s 1 alternate forwards
}

.fill_anima img {
    width: 100%;
    display: block
}

@-webkit-keyframes load-anim {
    0% {
        top: -100%
    }

    100% {
        top: 0;
        border-radius: 0
    }
}

@-moz-keyframes load-anim {
    0% {
        top: -100%
    }

    100% {
        top: 0;
        border-radius: 0
    }
}

@-o-keyframes load-anim {
    0% {
        top: -100%
    }

    100% {
        top: 0;
        border-radius: 0
    }
}

@keyframes load-anim {
    0% {
        top: -100%
    }

    100% {
        top: 0;
        border-radius: 0
    }
}

body {
    margin: 0 auto;
    background: #fff
}

.m_cont {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto
}

.m_cont:after {
    content: '';
    clear: both;
    display: block
}

.c_hdr {
    position: relative;
    padding: 30px 0;
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: all linear .3s
}

.c_hdr_act {
    background: #150959;
    background: #150959;
    background: -webkit-linear-gradient(to left, #4a4aaa, #150959, #150959);
    background: linear-gradient(to left, #4a4aaa, #150959, #150959);
    padding: 15px 0;
    top: 0
}

.c_nav {
    text-align: center;
    display: flex;
    justify-content: space-around
}

.c_nav>ul {
    margin: 0 auto;
    display: inline-block;
    font-size: 0;
    padding-left: 0;
    position: relative;
    display: flex;
    width: 100%
}

.c_nav>ul>li {
    display: inline-block;
    position: relative
}

.c_nav>ul>li>a {
    display: inline-block;
    padding: 4px 16px;
    color: #fff;
    text-decoration: none;
    font-family: var(--site-tp-fnt);
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .5
}

.c_nav>ul>li>a:hover {
    opacity: 1
}

.c_nav ul li>ul {
    position: absolute;
    padding-left: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: opacity linear .3s
}

.c_nav ul li>ul>li {
    padding: 10px 15px
}

.c_nav ul li>ul.lg_sub_ul {
    width: 500px;
    padding: 20px
}

.c_nav ul li>ul.lg_sub_ul>div {
    width: 49%;
    display: inline-block;
    vertical-align: middle
}

.c_nav ul li>ul:before {
    content: '';
    position: absolute;
    border-top: 12px solid transparent;
    border-right: 12px solid #fff;
    top: -8px;
    left: 0
}

.c_nav ul li>ul li {
    list-style: none;
    text-align: left;
    white-space: nowrap
}

.c_nav ul li>ul li a {
    display: block;
    padding: 10px 0;
    margin-right: 10px;
    color: #000;
    position: relative;
    text-decoration: none;
    font-family: var(--site-tp-fnt);
    font-size: 14px;
    letter-spacing: 1px
}

.c_nav ul li>ul li a:before {
    content: '';
    width: 10px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #000;
    position: absolute;
    transition: all linear .3s
}

.c_nav ul li>ul li a:hover {
    color: #6262cc
}

.c_nav ul li>ul li a:hover:before {
    width: 50%;
    background: #6262cc
}

.c_nav>ul>li:hover>a {
    opacity: 1
}

.c_nav ul li:hover>ul {
    opacity: 1;
    visibility: visible
}

.lg_sub_ul_img img {
    width: 100%;
    box-shadow: -5px 5px 0 rgba(125, 69, 13, 0.9);
    border-radius: 0 100px
}

.lg_sub_ul_img_ovr {
    position: relative
}

.lg_sub_ul_img_ovr img {
    width: 100%;
    box-shadow: -5px 5px 0 rgba(125, 69, 13, 0.9);
    border-radius: 0 100px
}

.lg_sub_ul_img_ovr img:not(:first-child) {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
}

.chf_mn_img img {
    background: #150959;
    padding: 30px;
    border-radius: 0;
    box-shadow: none
}

.logo {
    display: inline-block
}

.logo a {
    display: block;
    padding: 0 7px 0;
    width:137px
}

.logo a img {
    width: 93px;
    transition: all linear .3s
}

.logo a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -7px;
    bottom: -7px;
    right: 0;
    z-index: -1;
    background: transparent;
    border: 1px solid #fff
}

.c_hdr_act .logo a img {
    width: 76px
}

.a_hdr_tf {
    position: absolute;
    bottom: 58px;
    left: 18px
}

.a_hdr_tf a {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none
}

.a_hdr_tf a i {
    font-size: 20px
}

.iica_hig_n {
    font-size: 18px;
    max-width: 500px;
    display: inline-block;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 25px;
    line-height: 28px;
    margin-top: 0;
    font-family: var(--site-tp-fnt);
    font-weight: bold
}

small.mobile-no {
    margin: 10px 0;
    display: inline-block
}

.a_hdr_rcls {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right
}

.a_hdr_rcls>div+div {
    margin-top: 30px
}

.srch_sp {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    margin-right: 0
}

.srch_sp>input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    font-family: var(--site-tp-fnt);
    color: #fff;
    letter-spacing: 1px;
    padding: 5px 10px;
    min-width: 250px;
    transition: all linear .3s
}

.src_btn_ar {
    position: relative;
    z-index: 2
}

.src_btn_ar input {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.src_btn_ar input+i {
    position: absolute;
    font-size: 20px;
    color: #eee;
    bottom: -5px;
    left: 5px;
    z-index: -1
}

.srch_sp>input:focus {
    padding: 8px 16px;
    min-width: 300px;
    outline: 0
}

.srch_sp>input::-webkit-input-placeholder,
.srch_sp>input::-moz-placeholder,
.srch_sp>input:-ms-input-placeholder,
.srch_sp>input:-moz-placeholder {
    color: #eee;
    opacity: .7
}

.srch_sp>input::placeholder {
    color: #eee;
    opacity: .7
}

.a_hdr_rcls a {
    margin-left: 50px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: var(--site-tp-fnt);
    position: relative
}

.a_hdr_rcls a i {
    font-size: 20px
}

.chef_ic_sub_n {
    position: relative;
    display: inline-block
}

.a_hdr_rcls .chef_ic_sub_n a {
    margin-left: 0
}

.chef_ic_sub_n_ul_h {
    position: absolute;
    left: -8px;
    top: 30px;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.chef_ic_sub_n_ul_h:before {
    content: '';
    position: absolute;
    height: 15px;
    top: -15px;
    width: 100%
}

.chef_ic_sub_n_ul_h:after {
    content: '';
    position: absolute;
    height: 15px;
    bottom: -15px;
    width: 100%
}

.chef_ic_sub_n:hover .chef_ic_sub_n_ul_h {
    opacity: 1;
    visibility: visible
}

.a_hdr_rcls .chef_ic_sub_n_ul_h ul {
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05)
}

.a_hdr_rcls .chef_ic_sub_n_ul_h ul li {
    white-space: nowrap;
    list-style: none
}

.a_hdr_rcls .chef_ic_sub_n_ul_h ul li a {
    color: #000;
    padding: 8px 10px;
    display: block
}

.vid_sec {
    display: block;
    margin: 0;
    position: relative;
    background: #222;
    margin-top: 115px
}

.vid_sec:after {
    content: '';
    background: -moz-linear-gradient(top, rgba(21, 9, 89, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(21, 9, 89, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(21, 9, 89, 0.65) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6150959', endColorstr='#00000000', GradientType=0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.vid_sec video {
    width: 100%;
    display: block
}

.abs_p_v_h {
    position: absolute;
    left: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    bottom: 230px;
    width: 60px;
    padding: 15px;
    z-index: 1;
    background: #fff;
    transition: all linear .3s
}

.abs_p_v_h img {
    height: 30px;
    margin: 0 auto;
    display: block;
    transform: scale(0.8);
    transform-origin: center;
    transition: all linear .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.abs_p_v_h:hover {
    background: #fffac4
}

.abs_p_v_h:hover img {
    transform: scale(1);
    opacity: 1
}

.abs_p_v_h:active {
    box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.15)
}

.abs_nav_prg {
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 200px;
    z-index: 1;
    text-align: center
}

.abs_nav_prg a,
.abs_nav_prg span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 15px;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: none
}

.abs_nav_prg a:before,
.abs_nav_prg span:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    left: 50%;
    background: #fff;
    height: 2px;
    transform: translateX(-50%);
    transition: all linear .3s
}

.abs_nav_prg a:hover:before,
.abs_nav_prg span:hover:before {
    width: 90%
}

.abt_intr_sec {
    background: #fff;
    padding: 100px 0
}

.back_sty {
    text-align: center
}

.back_sty h2 {
    font-size: 60px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ff4e4e;
    color: #ff3389
}

.back_sty span {
    font-size: 100px;
    font-family: var(--site-stylish-fnt);
    position: absolute;
    z-index: -1;
    left: 50%;
    color: #4d4481;
    font-weight: bold;
    transform: translateX(-50%);
    bottom: 50%;
    color: #8786ff
}

.cm_l_hm img {
    display: block;
    margin: 0 auto 50px;
    max-height: 100px
}

.n_h_est h2 {
    font-size: 50px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 60px
}

.n_h_est span {
    font-size: 40px;
    bottom: auto;
    position: relative;
    left: auto;
    transform: none
}

.wid_6_c {
    width: 70%;
    margin: 10px auto
}

.wid_6_c p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 15px
}

.mobileno2 {
    display: block
}

.an_kr {
    top: 10px
}

.chf_ic_flx {
    display: flex;
    text-align: center;
    padding: 40px 0 0;
    width: 100%;
    margin: 0 auto
}

.icn_hm_flx {
    flex: 1
}

.icn_hm_flx h3 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.courses_sec {
    background: #fafafa;
    padding: 100px 0;
    min-height: 500px
}

.join_cdc {
    width: 100%;
    margin: 0 auto;
    display: flex
}

.join_cdc>div {
    flex: 1
}

.bkg_chef {
    display: flex;
    flex: 1;
    flex-wrap: wrap
}

.bkg_chef>div {
    flex: 1;
    flex-wrap: wrap;
    position: relative
}

.bkg_chef>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.chef_crs_cnt {
    padding: 40px;
    background: #fff
}

.chef_crs_cnt h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    letter-spacing: 1px;
    color: #4a49a9;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 50px;
    position: relative
}

.chef_crs_cnt h2:before {
    content: '';
    bottom: -10px;
    background: #ff3389;
    width: 100px;
    height: 4px;
    position: absolute
}

.chef_crs_cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    line-height: 32px;
    margin-bottom: 15px
}

.flx_crs_anc {
    flex-wrap: wrap;
    display: flex
}

.flx_crs_anc>div {
    flex: 1;
    min-width: 46%;
    margin: 10px 2%;
    transition: all linear .3s
}

.flx_crs_anc>div h3 {
    margin: 0
}

.flx_crs_anc>div h3 a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff
}

.bg_crs_clr1,
.flx_crs_anc>div:nth-child(1) {
    background: #4949a7;
    background: #8e8ede
}

.bg_crs_clr1:hover,
.flx_crs_anc>div:nth-child(1):hover {
    background: #1d146c;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px
}

.bg_crs_clr2,
.flx_crs_anc>div:nth-child(3) {
    /*background: #dbc075*/
}

.bg_crs_clr2:hover,
.flx_crs_anc>div:nth-child(2):hover {
    background: #755621;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px
}

.bg_crs_clr3,
.flx_crs_anc>div:nth-child(3) {
    /*background: #47b680*/
}

.bg_crs_clr3:hover,
.flx_crs_anc>div:nth-child(3):hover {
    background: #159557;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px
}

.bg_crs_clr4,
.flx_crs_anc>div:nth-child(4) {
    background: #f07579
}

.bg_crs_clr4:hover,
.flx_crs_anc>div:nth-child(4):hover {
    background: #c03237;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px
}

.buy_exotics {
    padding: 80px 0;
    background: #fff url('../images/cake-bg.png') no-repeat;
    background: #fff;
    background-size: 100%
}

h2.clr_brn {
    color: #9f5c26
}

h2.clr_rd {
    color: #ff4d53
}

#exotic_items {
    margin-top: 30px
}

.cake_item {
    position: relative
}

.cake_item h4 a {
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-decoration: none;
    color: #3d2b17
}

.flex_carpedium {
    margin: 50px auto
}

.flex_carpedium>div {
    position: relative
}

.r_cm_a {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block
}

.r_cm_a img {
    width: 100%;
    display: block;
    opacity: .7;
    transition: all linear .3s
}

.r_cm_a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    transition: all linear .3s
}

.r_cm_a:after {
    content: '';
    position: absolute;
    left: 0;
    top: -50%;
    width: 50%;
    height: 200%;
    background: rgba(0, 0, 0, 0.05);
    transform: rotate(-30deg);
    transition: all linear .3s
}

.flex_carpedium .owl-item>div:hover>.r_cm_a:before {
    left: -100%
}

.flex_carpedium .owl-item>div:hover>.r_cm_a:after {
    left: 150%
}

.flex_carpedium .owl-item>div:hover>.r_cm_a img {
    opacity: .9
}

.abs_cm {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 100px;
    transform: rotate(-10deg);
    transition: all linear .3s
}

.abs_cm a {
    padding: 20px 50px;
    font-family: var(--site-stylish-fnt);
    font-size: 60px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #5f3f23;
    color: #fff;
    text-decoration: none;
    transition: all linear .3s
}

.flex_carpedium .owl-item>div:hover>.r_cm_a+.abs_cm {
    bottom: 0;
    transform: rotate(0deg);
    background: rgba(95, 63, 35, 0.8);
    background: rgba(165, 10, 16, 0.85)
}

.flex_carpedium .owl-item>div:hover>.r_cm_a+.abs_cm a {
    color: #fff;
    padding: 10px 50px;
    font-size: 40px
}

.chef_needs {
    min-height: 700px;
    padding: 150px 0;
    background: url('../images/chef-needs-bg5.jpg') left top no-repeat;
    background-attachment: fixed;
    position: relative
}

.chef_needs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1)
}

.chef_n_con {
    padding: 20px;
    width: 700px;
    position: relative
}

.sec_log img {
    width: 100%
}

.chef_n_con p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 15px
}

.flex_equip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 40px auto
}

.flex_1_2 {
    flex: 1;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
    padding: 15px;
    opacity: .6;
    transition: opacity linear .3s
}

.flex_1_2:hover {
    opacity: 1
}

.flex_1_2>a {
    display: inline-block;
    position: relative
}

.flex_1_2>a>img {
    width: 100px
}

.flex_1_2>a:before {
    content: '';
    width: 100%;
    height: 5px;
    border: 1px solid #fff;
    border-right: 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0
}

.flex_1_2 h3 {
    margin: 0
}

.flex_1_2 h3 a {
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all linear .3s
}

.flex_1_2>a:hover+h3 a,
.flex_1_2 h3 a:hover {
    color: #ffcb05
}

.xplr_str a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 100;
    transition: all linear .3s
}

.xplr_str a:before {
    width: 28px;
    height: 3px;
    vertical-align: middle;
    display: inline-block;
    content: '';
    background: #fff;
    margin-top: -3px;
    transition: all linear .3s
}

.xplr_str a:hover:before {
    width: 50px
}

.xplr_str a:hover {
    color: #ffcb05
}

.res_sec {
    background: #fafafa;
    min-height: 200px;
    padding: 80px 0
}

.lx_res_sec {
    display: flex
}

.lx_res_col {
    flex: 1;
    max-width: 33.333%
}

.ne_ids {
    margin: 0 50px;
    display: flex;
    flex-direction: column
}

.blgs {
    position: relative;
    overflow: hidden
}

.blgs+.blgs {
    margin-top: 48px
}

.blgs h4 {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
    transition: all linear .3s
}

.blgs h4 a {
    padding: 15px;
    background: #fff;
    opacity: 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    text-decoration: none;
    transition: all linear .3s
}

.blgs:hover h4 a {
    opacity: 1;
    padding: 30px 15px
}

.blgs a {
    text-decoration: none
}

.blgs a img {
    width: 100%;
    display: block;
    filter: grayscale(0.9);
    transition: all linear .3s
}

.blgs:hover a img {
    filter: grayscale(0)
}

.ne_tl {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0;
    color: #222
}

.acrd_cnt {
    background: #fff;
    padding: 20px 20px 5px 20px
}

.acrd_cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 27px;
    color: #000;
    margin-bottom: 15px
}

.acred {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0;
    color: #4f4fb2
}

.acred_img {
    padding: 0 10px;
    background: #fff
}

.acred_img img {
    width: 100%
}

.plc_mnts h2 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    padding: 15px 0;
    color: #ff3389
}

.plc_mnts h2:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 30px;
    width: 20px;
    background: url('../images/aro-down.png') no-repeat;
    background-size: contain;
    height: 65px;
    opacity: .7
}

#hm_pl_car {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05)
}

.pl_info {
    overflow: hidden
}

.pl_img img {
    width: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
    filter: brightness(80%);
    transition: all linear .3s
}

.pl_info:hover .pl_img img {
    filter: brightness(100%)
}

.pl_info_sm {
    padding: 20px;
    position: relative
}

.pl_info_sm h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin: 0 0 20px;
    color: #483ac5
}

.pl_info_sm h5 {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0;
    color: #f3901b
}

.pl_info_sm h5:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 2px;
    background: #f3901b;
    opacity: .5;
    margin-right: 2px
}

.pl_info_sm h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    margin: 0;
    position: absolute;
    top: -46px;
    left: -6px;
    padding: 15px 26px;
    background: #fff;
    border-radius: 20px;
    letter-spacing: 1px
}

.ex_pl {
    margin: 20px;
    text-align: center
}

.ex_pl a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    color: #4f4fb2;
    padding: 15px 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 100;
    transition: all linear .3s
}

.ex_pl a:after {
    content: '';
    background: url('../images/mr-circle.png') no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 22px;
    margin-left: 10px;
    opacity: .4;
    transition: all linear .3s
}

.ex_pl a:hover {
    color: #8181e3
}

.ex_pl a:hover:after {
    opacity: 1;
    margin-left: 20px
}

.ex_pl_blk a {
    color: #666
}

.ex_pl_blk a:hover {
    color: #111
}

.st_placed_part {
    padding: 35px 0 60px;
    background: #d7d7d7;
    background: #fff;
    box-shadow: inset 0 0 50px #eee
}

.pl_h {
    width: 80%;
    margin: 0 auto
}

.pl_titl {
    text-align: center
}

.pl_titl h2 {
    color: #000;
    margin-bottom: 30px
}

.pl_itm {
    padding: 0 30px;
    background: #fff;
    border-radius: 30px
}

.pl_itm img {
    width: 100%
}

.testi_sec_hm {
    padding: 150px 0 75px
}

.ti_item {
    margin: 50px;
    padding: 40px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    transform: rotate(-5deg)
}

#test_slidr .owl-item:nth-child(even) .ti_item {
    transform: rotate(5deg)
}

#test_slidr .owl-nav {
    position: absolute;
    top: -60px;
    right: 0
}

#test_slidr .owl-nav .owl-prev,
#test_slidr .owl-nav .owl-next {
    margin: 0 20px
}

#test_slidr .owl-nav span {
    display: inline-block;
    background: #fff
}

#test_slidr .owl-nav span img {
    height: 40px;
    opacity: .5;
    transition: all linear .3s
}

#test_slidr .owl-nav .owl-prev:hover span img,
#test_slidr .owl-nav .owl-next:hover span img {
    opacity: 1
}

.ti_item p {
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 15px
}

.ti_item h4 {
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0;
    font-size: 16px;
    text-align: right
}

.ti_item h4 span {
    color: #483ac5;
    position: relative
}

.ti_item h4 span sup {
    font-size: 40px;
    font-family: var(--site-stylish-fnt);
    color: #f3901b
}

.ti_item h4 span:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    vertical-align: middle
}

.ftr_subs {
    background: url('../images/bg-subs.jpg');
    padding: 50px 0;
    position: relative;
    z-index: 1
}

.ftr_subs:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: rgba(91, 64, 36, 0.78);
    z-index: -1
}

.isubs_cont {
    width: 500px;
    margin: 0 auto;
    text-align: center
}

.isubs_cont>input {
    width: 75%;
    margin: 0;
    display: inline-block;
    padding: 10px;
    box-shadow: none;
    border: 1px solid #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all linear .3s
}

.isubs_cont>input:focus {
    width: 80%
}

.isubs_cont span {
    display: inline-block;
    background: #4848a5;
    position: relative;
    z-index: 1;
    transition: all linear .3s
}

.isubs_cont span:hover {
    background: #1b1b89
}

.isubs_cont span input {
    opacity: 0;
    padding: 10px
}

.isubs_cont span i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
    color: #fff;
    z-index: -1
}

.gt_update {
    width: 540px;
    margin: 0 auto;
    text-align: center
}

.gt_update h4 {
    margin: 0;
    font-size: 70px;
    color: #fff;
    font-family: var(--site-stylish-fnt)
}

.gt_update h2 {
    color: #fff;
    font-weight: 100
}

.gt_update p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #fff
}

.ftr_bg {
    padding: 50px 0;
    margin-top: 0;
    background: #fff url('../images/chef-hat-2.png') left top no-repeat
}

.flex_footr {
    display: flex
}

.flex_footr>div {
    flex: 1
}

.ftr_h {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 100;
    text-transform: uppercase;
    color: #4a49a9;
    margin: 0 0 20px
}

.ftr_h:after {
    content: '';
    background: #ff3389;
    background: #c0bfff;
    height: 2px;
    width: 40px;
    position: absolute;
    left: 1px;
    bottom: -4px
}

.ftr_ul {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.ftr_ul li {
    margin-top: 10px
}

.ftr_ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0;
    display: inline-block;
    padding: 5px 2px;
    font-weight: 600;
    transition: all linear .3s
}

.ftr_ul li a:hover {
    color: #6262cc;
    padding-left: 10px
}

.ftr_cpy {
    background: #1c136c;
    background: -webkit-linear-gradient(to right, #4a4aaa, #150959, #150959);
    background: linear-gradient(to right, #4a4aaa, #150959, #150959);
    padding: 15px 0
}

.cpy {
    text-align: center
}

.cpy p {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0
}

.cpy p a img {
    margin-bottom: -2px
}

.sub_si {
    text-align: center
}

.multi_si {
    display: inline-block;
    padding-top: 30px;
    font-size: 0
}

.multi_si a {
    width: 270px;
    display: inline-block;
    margin: 0 30px
}

.multi_si a img {
    width: 100%;
    vertical-align: middle
}

.secur_pay img {
    width: 70px;
    padding: 0;
    border: 1px solid #fafafa;
    margin: 0 20px 8px 0;
    opacity: .7
}

.social_ic a {
    color: #000;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 10px 10px 0 0;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 50%
}

a.fbk {
    color: #3b5998
}

a.ggl {
    color: #dd4b39
}

a.twt {
    color: #1da1f2
}

a.lin {
    color: #0077b5
}

a.insta {
    color: #833ab4
}

.pp_pol {
    margin-top: 20px
}

.pp_pol a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    transition: all linear .3s
}

.pp_pol a:hover {
    color: #6262cc
}

.fx_fade_vid {
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.94)
}

.fx_fade_vid video {
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative
}

.abs_vid_plyr {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 9
}

.abs_vid_plyr span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #fff;
    margin-left: 30px
}

.off_c_t_m {
    position: fixed;
    width: 350px;
    right: -350px;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0;
    height: 100%;
    transition: all linear .5s;
    background: #fff;
    background: #fff url('../images/chef-hat-2.png') left bottom no-repeat;
    overflow: hidden;
    z-index: 999999999999
}

.ry_n_men {
    position: relative;
    width: calc(100%);
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    z-index: 9;
    transition: all linear .5s
}

.off_c_t_m_act {
    right: 0
}

.off_c_t_m_act .ry_n_men {
    transform: translateY(0)
}

.ry_n_men_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse
}

.ry_n_men_nav div {
    width: 100%
}

.menu_fl {
    opacity: 0;
    margin-top: 0;
    transition: all linear 1.2s
}
.menu_fl:last-child{ margin-top: 10px !important;}
.off_c_t_m_act .menu_fl {
    opacity: 1;
    margin-top: 0
}

.menu_fl>a {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 25px;
    font-weight: 500;
    transition: all linear .3s;
    position: relative;
    cursor: pointer;
    text-decoration: none
}

.menu_fl h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-right: 25px;
    font-weight: 500;
    transition: all linear .3s;
    position: relative;
    cursor: pointer
}

.menu_fl h4:after {
    content: '';
    position: absolute;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    right: 12px;
    top: 4px;
    opacity: .7;
    transition: all linear .3s
}

.menu_fl h4:hover,
.menu_fl,
.menu_fl>a:hover {
    color: #726eef
}

.menu_fl h4.act_sub_h:after {
    opacity: 1;
    transform: rotate(-135deg)
}

.menu_fl ul {
    padding: 0;
    margin: 0;
    display: none
}

.menu_fl ul li {
    list-style: none
}

.menu_fl ul li a {
    color: #000;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all linear .3s
}

.menu_fl ul li a:hover {
    color: #726eef;
    padding: 10px 15px
}

.menu_fl .menu_fl {
    padding: 0 10px
}

.menu_fl .menu_fl h4 {
    text-transform: capitalize
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

#c_fal {
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.atr_mn1 {
    position: absolute;
    left: -100%;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all linear 2.2s
}

.off_c_t_m_act .atr_mn1 {
    left: 0;
    opacity: .7
}

.atr_mn2 {
    position: absolute;
    right: -100px;
    bottom: -20px;
    height: 60vh;
    z-index: -1;
    opacity: .5
}

.body_ovrl {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    opacity: 0;
    width: 0;
    z-index: 9;
    transition: opacity linear .3s
}

.body_ovrl_act {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    opacity: 1
}

.cloz_mnu {
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 10px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.cloz_mnu:before,
.cloz_mnu:after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background: linear-gradient(to left, #4a4aaa, #150959, #150959);
    position: absolute;
    left: 13px;
    top: 3px;
    -webkit-transform-origin: center;
    transform-origin: center
}

.cloz_mnu:before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg)
}

.cloz_mnu:after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg)
}

.cloz_mnu:hover {
    opacity: 1
}

.to_tp {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: -100px;
    right: 50px;
    transition: all linear .3s;
    text-align: center;
    background: #fff;
    box-shadow: -2px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 10px;
    cursor: pointer;
    z-index: 2
}

.to_tp:hover {
    box-shadow: 2px -4px 10px rgba(0, 0, 0, 0.15)
}

.to_tp img {
    width: 30px;
    display: inline-block;
    vertical-align: middle
}

.to_tp_act {
    bottom: 70px
}

.m_wrap_tp {
    margin-top: 111px
}

.c_pg_title {
    padding: 60px 0
}

.c_pg_title h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #4a49a9;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600
}

.c_pg_title h1>span {
    position: relative
}

.c_pg_title h1 span:before {
    content: '';
    bottom: -5px;
    left: 62px;
    background: #ff3389;
    width: 100px;
    height: 4px;
    position: absolute;
    display: none
}

.c_pg_title h1 span>img {
    width: 45px;
    vertical-align: middle
}

.pg_cont_h {
    background: #f8f8f8;
    padding: 50px 0
}

.wid_sm_7 {
    width: 85%;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04)
}

.pol_cn+.pol_cn {
    margin-top: 40px
}

.pol_cn h2,
.pol_cn h3 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 100
}

.pol_cn h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    letter-spacing: .5px;
    font-weight: 100
}

.pol_cn p,
.pol_cn ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 15px
}

.pol_cn ul {
    list-style: square;
    padding-left: 20px
}

.pol_cn ul li {
    margin: 0 0 10px
}

.pol_cn p strong {
    font-size: 16px
}

.pol_cn a {
    font-family: 'Montserrat', sans-serif;
    color: #7473f5;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 700
}

span.mo_dt {
    font-size: 12px;
    letter-spacing: 1px;
    vertical-align: middle;
    position: absolute;
    bottom: -17px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.faq_con {
    display: flex
}

.faq_con aside {
    flex: 1;
    max-width: 300px;
    margin-right: 40px
}

.faq_con article {
    flex: 1;
    box-shadow: none;
    background: transparent;
    padding: 0
}

.cstm_tab_cont {
    display: none
}

.acrd_panel {
    margin-bottom: 30px
}

.qtn {
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background: rgba(94, 90, 255, 0.1);
    cursor: pointer;
    transition: all linear .3s;
    position: relative
}

.qtn:before {
    content: '';
    width: 10px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 10px;
    bottom: 50%
}

.qtn:after {
    content: '';
    width: 2px;
    height: 10px;
    background: #000;
    position: absolute;
    right: 14px;
    bottom: 40%
}

.ans {
    padding: 20px;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff
}

.ans ul {
    padding-left: 20px;
    list-style: square
}

.ans p,
.ans ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.cstm_tb_nav {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.cstm_tb_nav li {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    outline: 1px solid transparent;
    letter-spacing: 1px;
    margin-bottom: 6px;
    padding: 10px;
    cursor: pointer;
    transform: perspective(300px) rotateX(35deg);
    box-shadow: 0 0 5px #eee;
    transition: all linear .3s
}

.cstm_tb_nav li:hover,
.cstm_tb_nav li.act_tab_nav {
    transform: rotateX(0deg);
    background: #4a49a9;
    color: #fff
}

.act_q {
    color: #fff;
    background: #4a49a9
}

.act_q:before {
    background: #fff
}

.act_q:after {
    opacity: 0
}

.car_h {
    background: #fff;
    padding: 40px;
    font-size: 0
}

.car_open {
    display: inline-block;
    width: 65%
}

.car_open h2,
.car_apply h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.car_open h2:before,
.car_apply h2:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.car_open p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.car_openings {
    padding-top: 30px;
    display: none
}

.car_openings:first-child {
    display: block
}

.car_bx {
    margin-top: 10px;
    padding: 2px 0
}

.car_bx h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5px;
    margin: 0;
    padding: 10px 20px;
    padding-right: 30px;
    position: relative
}

.car_bx h3:before {
    content: '';
    position: absolute;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    right: 14px;
    top: 12px;
    opacity: .7;
    transition: all linear .3s
}

.car_bx h3.jb_ls_act {
    color: #4645a4
}

.car_bx h3.jb_ls_act:before {
    opacity: 1;
    transform: rotate(-135deg);
    border-color: #4645a4
}

.car_bx:nth-child(odd) h3 {
    background: #fafafa
}

.jb_det {
    display: none
}

.career_tabs {
    padding-top: 20px
}

.career_tabs ul {
    padding-left: 0
}

.career_tabs ul li {
    font-size: 18px;
    border: 2px solid #eee;
    padding: 10px 20px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5px;
    margin-right: 25px;
    font-weight: 300;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    transition: all linear .3s
}

.career_tabs ul li.car_t_act {
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: #4a49a9;
    border: 2px solid #4a49a9
}

.date_jb_cod {
    display: flex;
    margin: 10px 0;
    padding: 20px;
    border: 2px solid #eee;
    justify-content: space-between
}

.date_jb_cod>div {
    color: #f7116b;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .5px
}

.date_jb_cod>div span {
    color: #000;
    font-size: 16px;
    margin: 0 10px;
    border-bottom: 2px solid
}

#client_openings .car_bx:nth-child(odd) h3 {
    background: #ecf0ff
}

.car_apply {
    display: inline-block;
    width: 30%;
    margin-left: 5%;
    vertical-align: top
}

.car_form {
    padding: 5px
}

.f_ctrl_h {
    position: relative;
    z-index: 1
}

.f_ctrl_h input,
.f_ctrl_h select {
    display: block;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-top: 20px;
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aaa;
    box-shadow: none
}

.f_ctrl_h input+label {
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    opacity: .4;
    transition: all linear .3s
}

.f_ctrl_h input:focus {
    border-color: #000
}

.f_ctrl_h input:focus+label,
.f_ctrl_h input:not(:placeholder-shown)+label {
    font-size: 12px;
    top: -10px
}

.f_ctrl_h select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/drop-down-icon.png') 99% center no-repeat;
    background-size: 12px
}

.f_ctrl_h_file {
    margin-top: 20px
}

.f_ctrl_h_file span {
    display: inline-block;
    width: 50%;
    position: relative
}

.f_ctrl_h_file span input[type="file"] {
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 0
}

.f_ctrl_h_file span input[type="file"]+label {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px 12px;
    background: #ebeaff;
    color: #000
}

.f_ctrl_h_file span input[type="file"]:not(:placeholder-shown)+label {
    top: 0;
    font-size: 14px
}

#up_f_nm {
    margin-top: 0;
    padding: 14px 0;
    border: 1px solid #fafafa;
    background: #fafafa
}

input.sbmit_rs {
    padding: 14px 20px;
    border: 0;
    color: #fff;
    background: #4645a4;
    box-shadow: 6px 6px 1px #323190;
    transition: all linear .3s
}

input.sbmit_rs:active {
    box-shadow: inset 6px 6px 1px #323190
}

.jb_det {
    padding: 20px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px
}

.jb_det p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.jb_det p span {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .5px;
    color: #8483db
}

.jb_det ul {
    padding-left: 20px;
    list-style: square
}

.jb_det ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.cont_loc_h {
    background: #fff;
    padding: 40px;
    font-size: 0
}

.address_loc {
    display: inline-block;
    width: calc(100% - 420px)
}

.address_loc h2,
.fom_mail_h h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.address_loc h2:before,
.fom_mail_h h2:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.flx_loc_h {
    display: flex
}

.flx_loc_h>div {
    flex: 1;
    margin: 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.flx_loc_h>div:first-child {
    margin-left: 0
}

.flx_loc_h>div:last-child {
    margin-right: 0
}

.flx_loc_h>div h3 {
    font-size: 16px;
    margin: 0;
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background: #4848a7;
    color: #fff
}

.flx_adr {
    padding: 15px;
    position: relative
}

.flx_adr p {
    padding-left: 35px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 15px 0;
    position: relative
}

.flx_adr p i {
    position: absolute;
    left: 0;
    font-size: 20px;
    top: 0;
    width: 25px;
    text-align: center
}

.fom_mail_h {
    display: inline-block;
    width: 380px;
    margin-left: 40px;
    vertical-align: top
}

.fom_enq {
    padding: 2px 0
}

.f_ctrl_h textarea {
    display: block;
    padding: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-top: 20px;
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #aaa;
    box-shadow: none;
    min-height: 140px;
    max-height: 140px
}

.f_ctrl_h textarea:focus {
    border-color: #000
}

.f_ctrl_h textarea+label {
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    opacity: .4;
    transition: all linear .3s
}

.f_ctrl_h textarea:focus+label,
.f_ctrl_h textarea:not(:placeholder-shown)+label {
    font-size: 12px;
    top: -10px
}

.g-recaptcha {
    margin-top: 30px
}

.g-recaptcha>div,
.g-recaptcha iframe {
    width: 100% !important
}

.map_share_loc {
    position: relative;
    overflow: hidden
}

.share_panel_abs {
    position: absolute;
    left: 0;
    width: 100%;
    top: 99%;
    text-align: center;
    transition: all linear .3s
}

.share_panel_abs_act {
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 98)
}

.share_icons {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    margin-top: -62px;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px 20px;
    transition: all linear .3s
}

.share_icons:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.share_icons img {
    width: 30px;
    vertical-align: middle
}

.share_panel_abs_act .share_icons {
    margin-top: 0;
    background: transparent
}

.share_panel_abs_act .share_icons:hover {
    box-shadow: none
}

.cntrd_share {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0
}

.share_panel_abs_act .cntrd_share {
    opacity: 1;
    height: calc(100% - 60px)
}

.cntrd_share>div {
    padding: 20px 40px
}

.wsup {
    font-size: 60px
}

.wsup a {
    color: #25d366
}

.share_2_em {
    text-align: left;
    border-left: 1px solid #eee
}

.share_2_em h4 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-weight: 300
}

.share_2_em input {
    margin: 5px 0;
    padding: 8px 16px;
    border: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all linear .3s
}

.share_2_em input:focus {
    padding: 8px 20px
}

.share_sbmit {
    position: relative;
    z-index: 1;
    width: 40px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    background: #4645a4
}

.share_sbmit input {
    opacity: 0;
    font-size: 0;
    width: 40px;
    height: 37px;
    display: inline-block;
    margin: 0
}

.share_sbmit input+label {
    z-index: -1;
    font-size: 20px;
    position: absolute;
    left: 8px;
    top: 8px;
    color: #fff
}

.cloz_ltr {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

#map_c {
    width: 100%;
    height: 320px;
    margin: 20px 0
}

#map_bg_c {
    width: 100%;
    height: 320px;
    margin: 20px 0;
    position: relative
}

#map_bg_c img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.abs_g_dir {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(21, 9, 89, 0.8);
    padding: 30px
}

.abs_d_dir {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(21, 9, 89, 0.8);
    padding: 30px
}

.abs_g_dir h4,
.abs_d_dir h4 {
    font-size: 18px;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px
}

.abs_g_dir a,
.abs_d_dir a {
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
    transition: all linear .3s
}

.abs_g_dir a:hover,
.abs_d_dir a:hover {
    background: #fff;
    color: #000
}

.abs_g_dir h4,
.abs_d_dir h4 {
    display: none
}

.abs_g_dir,
.abs_d_dir {
    background: transparent;
    padding: 0
}

.abs_g_dir a,
.abs_d_dir a {
    padding: 0;
    border: 0;
    border-radius: 50%
}

.abs_g_dir a img,
.abs_d_dir a img {
    width: 60px !important;
    filter: grayscale(0.7);
    transition: all linear .3s
}

.abs_g_dir {
    left: 30%;
    top: 52%
}

.abs_d_dir {
    right: 44%;
    top: 15%
}

.abs_g_dir a:hover img,
.abs_d_dir a:hover img {
    filter: grayscale(0)
}

.c_pg_bnr_title {
    position: relative
}

.bnr_tp_st {
    position: relative;
    z-index: 1;
    width: 100%
}

.bnr_tp_st:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.bnr_tp_st img {
    width: 100%;
    display: block
}

.abs_tp_bnr_t {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 2
}

.abs_tp_bnr_t h1 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600
}

.abs_tp_bnr_t h1>span {
    position: relative
}

.abs_tp_bnr_t h1>span img {
    width: 45px;
    vertical-align: middle
}

.plac_mnt_cell {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.plac_mnt_cell h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    border-bottom: 1px solid #eee;
    padding-bottom: 4px
}

.plac_mnt_cell h4 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 4px
}

.plac_mnt_cell h4 span {
    font-size: 14px
}

.plac_mnt_cell p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 5px
}

.plcmnt_h {
    background: #fff;
    padding: 40px
}

.pl_flx_cl {
    display: flex;
    flex-wrap: wrap
}

.pl_flx_cl>div {
    max-width: 22%;
    margin: 20px 1.5%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    transition: all linear .5s
}

.plac_fltrs ul {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-size: 0
}

.plac_fltrs ul li {
    list-style: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    transition: all linear .3s;
    padding: 10px 20px;
    display: inline-block;
    cursor: pointer;
    margin: 5px 10px;
    background: #f2f2f2;
    border-radius: 40px;
    color: #4645a4
}

.plac_fltrs ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    border-top: 10px solid #f2f2f2;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: all linear .3s
}

.plac_fltrs ul li:hover {
    box-shadow: inset 0 4px 3px rgba(0, 0, 0, 0.15)
}

.plac_fltrs ul li.act_fltr {
    background: #4645a4;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05)
}

.plac_fltrs ul li.act_fltr:before {
    border-top: 10px solid #4645a4
}

.pl_info {
    cursor: pointer
}

.plac_fix_pop {
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    padding: 100px 0;
    position: fixed;
    z-index: 999;
    background: rgba(0, 0, 0, 0.94)
}

.plac_rel_testi_cnt {
    position: relative;
    width: 640px;
    padding: 40px 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px
}

.pl_tst_txt {
    position: relative
}

.pl_tst_txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px;
    text-align: justify
}

.pl_tst_txt p:first-child:before {
    content: '"';
    position: absolute;
    left: -22px;
    font-size: 67px;
    margin-top: 10px;
    opacity: .5
}

.pl_tst_txt h5 {
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0;
    font-size: 16px;
    text-align: right
}

.pl_tst_txt h5 span {
    color: #483ac5;
    position: relative
}

.pl_tst_txt h5 span:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ddd;
    display: inline-block;
    vertical-align: middle
}

.pl_tst_txt h5 span sup {
    font-size: 40px;
    font-family: var(--site-stylish-fnt);
    color: #f3901b
}

.pl_cloz {
    position: fixed;
    right: 20px;
    top: 20px;
    font-family: 'Montserrat', sans-serif;
    transition: all linear .3s;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #fff
}

.pl_cloz:hover {
    color: #ff5151
}

.pd_breadcrumb {
    background: #fff;
    padding: 10px 0
}

.bread_crmb {
    text-align: center;
    font-size: 0
}

.bread_crmb span {
    position: relative;
    display: inline-block;
    padding: 8px;
    margin: 0 5px
}

.bread_crmb span a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    opacity: .5;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px
}

.bread_crmb span:last-child a {
    color: #ff4d53;
    opacity: 1
}

.bread_crmb span a:hover {
    color: #ff4d53;
    opacity: 1
}

.bread_crmb span:before {
    content: '|';
    position: absolute;
    left: -7px;
    font-size: 24px;
    top: 0
}

.bread_crmb span:first-child:before {
    display: none
}

.carpedium_detail,
.equip_detail {
    font-size: 0;
    background: #fff
}

.blankstar {
    background-image: url(../../images/blank_star.png);
    width: 16px;
    height: 16px;
    margin: 5px
}

.waitingstar {
    background-image: url(../../images/shining_star.png);
    width: 16px;
    height: 16px;
    margin: 5px
}

.shiningstar {
    background-image: url(../../images/shining_star.png);
    width: 16px;
    height: 16px;
    margin: 5px
}

.pd_gal {
    width: 500px;
    display: inline-block
}

.pd_detail {
    display: inline-block;
    width: calc(100% - 550px);
    margin-left: 50px;
    vertical-align: top;
    padding: 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px
}

.pd_item_img img {
    width: 100%
}

.pd_lg_img .owl-dots {
    position: absolute;
    right: -35px;
    top: 0;
    width: 20px;
    opacity: 0
}

.pd_lg_img .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 8px 0;
    background: #a46e36;
    opacity: .4
}

.pd_lg_img .owl-dots .owl-dot.active span,
.pd_lg_img .owl-dots .owl-dot:hover span {
    background: #4645a4;
    opacity: 1
}

.pd_title {
    font-size: 30px;
    margin: 25px 0 15px;
    font-family: 'Montserrat', sans-serif;
    color: #ff4d53;
    text-transform: uppercase;
    font-weight: 100;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px
}

.pd_desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.pd_flx_det {
    display: flex
}

.pd_flx_det>div {
    flex: 1
}

.pric_qnt {
    max-width: 200px;
    margin: 0 45px 0 0;
    padding: 2px 0;
    display: flex;
    flex-direction: column
}

.pric_qnt>div {
    flex: 1;
    padding: 5px 0
}

.pricing {
    font-size: 30px;
    max-width: 200px
}

.base_price {
    font-size: 0
}

.base_price span {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border: 0;
    font-size: 14px;
    border: 1px solid #babae0;
    padding: 4px 8px;
    margin: 0 8px 8px 0;
    cursor: pointer
}

.base_price span.act_bs {
    background: #4645a4;
    color: #fff
}

.items_nmbr {
    padding: 0 !important;
    font-size: 0
}

.items_nmbr label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.items_nmbr input {
    display: inline-block;
    width: 55px;
    border: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 8px 16px;
    user-select: none;
    -moz-user-input: disabled;
    text-align: center
}

.plus_item,
.minus_item {
    cursor: pointer;
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-left: 10px;
    background: #eee;
    font-size: 21px;
    vertical-align: top;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: all linear .3s
}

.minus_item {
    margin-right: 10px;
    margin-left: 0
}

.plus_item:hover,
.minus_item:hover {
    background: #dfdfff
}

.avail_btns {
    padding: 20px;
    background: #fafafa;
    position: relative
}

.chk_avail {
    margin: 15px 0
}

.chk_avail label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.chk_avail div input {
    margin-top: 10px;
    padding: 8px 16px;
    border: 1px solid #eee;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.chk_avail div input[type="text"]:focus {
    border-color: #aaa
}

.chk_avail div input[type="submit"]:active {
    background: #dedede
}

.pd_btns {
    padding: 10px 0;
    font-size: 0
}

.pd_btns span {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 30px;
    transition: all linear .3s;
    cursor: pointer
}

.btn_car_red {
    background: #ff4d53;
    color: #fff
}

.btn_car_red:hover {
    background: #e9262c;
    transition: all linear .3s
}

.pd_btns input {
    display: inline-block;
    margin-right: 10px;
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 30px;
    transition: all linear .3s;
    cursor: pointer;
    border: 0
}

.btn_car_blu {
    background: #4645a4;
    color: #fff
}

.btn_car_blu:hover {
    background: #1f1e77
}

.btn_car_grn {
    background: #159557;
    color: #fff
}

.btn_car_grn:hover {
    background: #065931
}

.info_n {
    margin-top: 10px
}

.info_n ul {
    padding-left: 15px
}

.info_n ul li {
    list-style: circle;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    letter-spacing: 1px
}

.reviews_ck_msg {
    background: #fff;
    display: flex;
    margin: 50px 0;
    max-height: 500px
}

.reviews_ck_msg>div {
    flex: 1;
    padding: 30px
}

.reviews_ck_msg div h3 {
    font-size: 20px;
    margin: 10px 0;
    padding-bottom: 5px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative
}

.reviews_ck_msg div h3:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #000;
    bottom: 0
}

.reviews_ck_msg div h3>span {
    color: #ff4d53;
    font-family: 'Montserrat', sans-serif;
    padding-left: 10px
}

.rev_list_h {
    position: relative
}

.rev_list_h:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 18px;
    height: 100%;
    top: 0;
    right: 24px;
    z-index: 2
}

.rev_list_scrol {
    padding: 15px 0;
    max-height: 400px;
    overflow-y: auto;
    position: relative
}

.rev_list {
    padding: 15px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px
}

.rev_list:after {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.rev_list>img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #eee
}

.rev_list>div {
    float: left;
    width: calc(100% - 120px);
    margin-left: 30px
}

.rev_list div h5 {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.str_dat span {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    letter-spacing: 1px
}

.dt_pst {
    margin-left: 20px
}

.rev_list p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px;
    letter-spacing: 1px
}

.btncss {
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 0 14px;
    font-size: 16px;
    border-radius: 30px;
    transition: all linear .3s;
    cursor: pointer
}

.rev_write {
    max-width: 500px
}

.rev_fom {
    padding: 15px 0
}

.rev_fom input,
.rev_fom textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.rev_fom textarea {
    max-height: 200px
}

.rev_fom input.sbmit_rs {
    border: 0
}

.ratin_inp {
    margin-bottom: 20px
}

.star_r {
    display: inline-block
}

.star_r i {
    font-size: 30px;
    transition: all linear .3s
}

.star_r i+i {
    transform: rotateY(180deg);
    margin-left: -3px
}

.star_r i:hover,
.star_r i.act_str_1_2 {
    color: #febe10
}

.rel_pds {
    margin: 50px 0;
    background: #fff
}

.rel_pds h2 {
    padding: 20px 150px 20px 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    color: #4746a5
}

.rel_pds_car {
    padding: 0 20px 20px
}

.rel_pds_car .owl-nav {
    position: absolute;
    right: 20px;
    top: -45px;
    margin: 0
}

.rel_pds_car .owl-nav [class*="owl-"] {
    margin: 0 0 0 15px
}

.rel_pds_car .owl-nav [class*="owl-"] span {
    display: inline-block;
    vertical-align: middle
}

.rel_pds_car .owl-nav [class*="owl-"] span img {
    width: 50px;
    opacity: .5;
    transition: all linear .3s
}

.rel_pds_car .owl-nav [class*="owl-"]:hover {
    background: transparent
}

.rel_pds_car .owl-nav [class*="owl-"]:hover span img {
    opacity: 1
}

.pds_list>a {
    position: relative;
    display: block
}

.pds_list>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all linear .3s
}

.pds_list:hover>a:before {
    opacity: 1
}

.pds_list h4 {
    margin: 0
}

.pds_list h4 a {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    color: #000;
    transition: all linear .3s
}

.pds_list h4 a:hover {
    color: #ff4d53
}

.pd_li_cst_btns {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.pd_li_cst_btns>div {
    padding: 10px 15px
}

.pd_li_cst {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

div.pd_li_btns {
    padding: 0
}

.pd_li_btns span {
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #ff4d53;
    color: #fff;
    opacity: .4;
    border-radius: 20px;
    transition: all linear .3s
}

.pd_li_btns span:hover {
    opacity: 1
}

.rec_view_car {
    padding: 0 20px 20px
}

.rec_view_car .owl-nav {
    position: absolute;
    right: 20px;
    top: -45px;
    margin: 0
}

.rec_view_car .owl-nav [class*="owl-"] {
    margin: 0 0 0 15px
}

.rec_view_car .owl-nav [class*="owl-"] span {
    display: inline-block;
    vertical-align: middle
}

.rec_view_car .owl-nav [class*="owl-"] span img {
    width: 50px;
    opacity: .5;
    transition: all linear .3s
}

.rec_view_car .owl-nav [class*="owl-"]:hover {
    background: transparent
}

.rec_view_car .owl-nav [class*="owl-"]:hover span img {
    opacity: 1
}

.eq_clr,
.eq_clr span:last-child a {
    color: #ffae35
}

.eq_clr span:before {
    color: #a5a5a5
}

.eq_clr span a:hover {
    color: #ffae35;
    opacity: 1
}

.o_mrp {
    font-size: 16px;
    color: #666;
    padding: 5px 0
}

.o_mrp_rs {
    text-decoration: line-through
}

.o_mrp .dis_cnt_i {
    margin-left: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #5553ff
}

.cpn_cod_spec {
    margin: 15px 0 0
}

.cpn_cod input {
    padding: 8px 15px;
    border: 1px solid #eee;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%
}

.cpn_cod input:focus {
    border-color: #aaa
}

.cpn_cod .appl_cod {
    cursor: pointer;
    border-color: #333;
    background: #333;
    margin: 5px 0;
    color: #fff;
    transition: all linear .3s
}

.appl_cod:active {
    background: #000
}

.stock_av {
    position: absolute;
    bottom: 18px
}

.stock_av p {
    color: #5553ff;
    font-size: 18px;
    margin: 0
}

.pd_desc span {
    padding-left: 5px;
    cursor: pointer;
    opacity: .5;
    color: #5553ff;
    font-weight: 700;
    transition: all linear .3s
}

.pd_desc span:hover {
    opacity: 1
}

#speci_fi {
    margin: 50px 0;
    background: #fff;
    padding: 30px;
    display: none
}

.spec_tb {
    border-bottom: 1px solid #eee
}

.spec_tb ul {
    padding: 0;
    margin: 0
}

.spec_tb ul li {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    list-style: none;
    display: inline-block;
    margin-right: 35px;
    cursor: pointer
}

.spec_tb ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: transparent;
    transition: all linear .3s
}

.spec_tb ul li.act_sp_tb {
    color: #5252c5
}

.spec_tb ul li.act_sp_tb:before {
    width: 100%;
    background: #5252c5
}

.spec_categs {
    margin-top: 20px;
    padding-top: 5px
}

.spec_categs h4 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.spec_categs table {
    width: 100%
}

.spec_categs table tr:nth-child(odd) {
    background: #fafafa
}

.spec_categs table tr td {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 20px
}

.spec_categs table tr td+td {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500
}

.cmn_pd_de_tb {
    display: none
}

.cmn_pd_de_tb_cn {
    margin: 20px 0 0
}

.cmn_pd_de_tb_cn p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.cmn_pd_de_tb_cn ul {
    margin: 0;
    padding-left: 20px
}

.cmn_pd_de_tb_cn ul li {
    list-style: circle;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.del_era {
    padding: 10px 20px;
    border: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.persn_cake {
    display: block;
    margin: 0 0 20px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 20px;
    border-bottom: 2px solid #4746a5;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #4746a5;
    border-radius: 40px;
    background: #fff;
    transition: all linear .3s
}

.persn_cake i {
    font-size: 30px
}

.persn_cake:hover {
    background: #4746a5;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.125)
}

.pd_detail {
    position: relative
}

.cake_ex_options {
    position: absolute;
    top: 65px;
    padding: 10px 25px;
    width: 100%;
    left: 0;
    height: calc(100% - 65px);
    background: #fff;
    display: none
}

.cake_optio_c {
    position: relative;
    width: 100%
}

.cake_o_r {
    margin: 20px 0
}

.cake_o_r>label {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #4747a6;
    display: block
}

.cake_o_r textarea {
    width: 350px;
    padding: 8px 15px;
    border: 1px solid #eee;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px
}

.cake_o_r .sbmit_rs {
    font-size: 18px;
    letter-spacing: 1px
}

.toast_ms {
    position: fixed;
    bottom: -100px;
    padding: 15px 30px;
    background: #8685e0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    z-index: 2;
    right: 50px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    transition: all linear .5s
}

.toast_ms:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #8685e0 transparent;
    position: absolute;
    right: 100%
}

.alrdy_tost {
    background: #ff9e0e
}

.alrdy_tost:before {
    border-color: transparent #ff9e0e transparent
}

.stock_av {
    position: relative;
    margin: 0;
    bottom: auto
}

.deliv_inf {
    display: flex;
    margin: 25px 0 15px
}

.deliv_inf>div {
    flex: 1;
    max-width: 50%;
    padding-right: 20px
}

.deliv_inf>div label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px
}

.deliv_inf div label+select {
    padding: 15px 20px 15px 10px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background: #fff url('../images/drop-down-icon.png') 98% center no-repeat;
    border: 1px solid #eee;
    background-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.deliv_inf div input+label {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px
}

.inp_chk_del {
    position: relative
}

.inp_chk_del>input {
    width: 100%;
    display: block;
    padding: 10px 40px 10px 10px;
    border: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px
}

.inp_chk_del span {
    position: absolute;
    right: 0;
    width: 40px;
    bottom: 0;
    top: 0;
    background: #eee;
    transition: all linear .3s
}

.inp_chk_del span input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0
}

.inp_chk_del span:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #7d7d7d;
    width: 20px;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all linear .3s
}

.inp_chk_del span:after {
    content: '';
    position: absolute;
    border-top: 2px solid #7d7d7d;
    border-right: 2px solid #7d7d7d;
    transform: translateY(-50%) rotate(45deg);
    left: 16px;
    width: 8px;
    height: 8px;
    top: 50%;
    transition: all linear .3s
}

.inp_chk_del span:hover {
    background: #dfdfff
}

.inp_chk_del span:hover:before {
    left: 8px
}

.inp_chk_del span:hover:after {
    left: 19px
}

.del_date_tim {
    display: inline-block;
    font-size: 15px
}

.cake_reg {
    display: flex
}

.cake_reg>div {
    flex: 1
}

.cake_deli_inf {
    max-width: 200px
}

.cake_stps_inputs {
    margin-left: 20px;
    padding: 20px;
    margin-top: 0;
    border-left: 2px solid #b9b9ff
}

.cake_deli_inf .deliv_inf {
    flex-wrap: wrap;
    margin: 0
}

.cake_deli_inf .deliv_inf>div {
    flex: 1;
    min-width: 100%;
    max-width: 100%
}

.cake_deli_inf .deliv_inf>div+div {
    margin-top: 15px
}

.cake_deli_inf .deliv_inf>div label {
    font-size: 16px
}

.cake_deli_inf .deliv_inf div label+select {
    font-size: 14px;
    padding: 8px 24px 8px 10px
}

.cake_deli_inf .deliv_inf div input+label {
    font-size: 12px
}

.reg_label+.reg_label {
    margin-top: 15px
}

.reg_label label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px
}

.reg_label select {
    font-size: 14px;
    padding: 8px 24px 8px 10px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #fff url('../images/drop-down-icon.png') 98% center no-repeat;
    border: 1px solid #eee;
    background-size: 12px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all linear .3s
}

.reg_label textarea {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 10px 8px 10px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: 1px solid #eee;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all linear .3s
}

.reg_label select:focus,
.reg_label textarea:focus,
.reg_label input:focus {
    border-color: #a4a4ff
}

.cak_stp>div {
    width: 48%;
    margin: 0 .5%;
    display: inline-block;
    vertical-align: top;
    line-height: normal
}

.msg_o_ck {
    height: 89px;
    resize: none;
    margin: 0
}

.del_dt_tim {
    padding: 9px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background: #fff;
    border: 1px solid #eee
}

.msg_o_ck:placeholder {
    color: #000;
    letter-spacing: 1px
}

.msg_o_ck::-webkit-input-placeholder,
.msg_o_ck::-moz-placeholder,
.msg_o_ck:-ms-input-placeholder,
.msg_o_ck:-moz-placeholder {
    color: #000;
    opacity: .9;
    letter-spacing: 1px
}

.msg_o_ck::placeholder {
    color: #000;
    opacity: .9;
    letter-spacing: 1px
}

.cak_stp_final {
    margin-top: 20px;
    text-align: center
}

.cak_stp_final>span {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    vertical-align: middle
}

.cak_stp_final>span.pd_btns span {
    margin-right: 0
}

.cake_cstmizz .cake_stps_inputs {
    margin: 0;
    border: 0;
    padding: 10px 0
}

.upl_c_cpic {
    height: 89px;
    background: #fafafa;
    padding: 15px;
    position: relative
}

.upl_c_cpic span {
    line-height: 20px
}

.upl_c_cpic input[type="file"] {
    opacity: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.stp_fi_r {
    text-align: left
}

.ex_txt {
    text-align: center;
    margin: 50px;
    padding: 30px
}

.ex_txt img {
    width: 100px
}

.ex_txt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.cak_photo_ck {
    margin: 15px 0;
    position: relative
}

.cak_photo_ck label {
    font-size: 16px;
    padding: 5px;
    padding-left: 38px;
    position: relative;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block
}

.cak_photo_ck label span.adi_cst {
    display: block;
    font-size: 10px
}

.cak_photo_ck label:before {
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    box-shadow: 0 0 1px 1px #aaa;
    border-radius: 50%;
    transition: all linear .3s
}

.cak_photo_ck input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 5px;
    left: 6px;
    width: 22px;
    height: 22px;
    margin: 0;
    z-index: 2
}

.cak_photo_ck input[type="checkbox"]:checked+label:before {
    background: #a4a4ff;
    box-shadow: none
}

.cak_pic_pric {
    display: none;
    position: relative;
    padding: 10px;
    background: #fafafa;
    margin: 0 15px 0 5px
}

.cak_pic_pric input {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0
}

.cak_pic_pric span {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.ck_cs_dn img {
    border: 20px solid #fff
}

.c_cst_h_ti {
    font-size: 22px;
    margin: 15px 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #000
}

.c_cst_h_ti a {
    color: #4847a7;
    text-decoration: none;
    transition: all linear .3s
}

.c_cst_h_ti a:hover {
    color: #ff4d53
}

.cak_stp_final span.nd_h {
    padding: 10px 15px;
    font-size: 16px;
    border-radius: 30px;
    background: #f4f4f4
}

.nd_h a {
    text-decoration: none;
    color: #4847a7
}

.nd_h a:hover {
    color: #ff4d53
}

.accred_h {
    background: #fff;
    padding: 40px
}

.acrd_6 {
    width: 60%;
    margin: 20px auto;
    text-align: center
}

.acrd_6 p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.flx_acred {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0
}

.flx_acred>div {
    flex: 1 0 100%;
    display: flex;
    margin: 0 0 40px
}

.flx_acred>div>div {
    flex: 1
}

.flx_acred>div>div:first-child {
    max-width: 200px
}

.acred_cnt {
    text-align: justify;
    padding: 20px
}

.flx_acred>div>div:first-child a {
    display: inline-block
}

.flx_acred>div>div:first-child a img {
    width: 100%;
    display: block
}

.acred_cnt h2:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0
}

.acred_cnt h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.acred_cnt h2:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.acred_cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.fran_h {
    background: #fff;
    padding: 40px
}

.fran_h h2 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.fran_h h2:before,
.car_apply h2:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.fran_cnt_con p,
.fran_cnt_con ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.fran_cnt_con ul {
    padding-left: 25px
}

.fran_cnt_con ul li {
    list-style: none;
    position: relative
}

.fran_cnt_con ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #32ce28;
    position: absolute;
    left: -22px
}

.fran_cnt {
    display: flex
}

.fran_cnt div {
    flex: 1
}

.fran_cnt .fran_cnt_fom_h {
    max-width: 450px;
    margin-left: 50px
}

.fran_cnt_fom .f_ctrl_h textarea {
    max-width: 100%
}

.fran_q_inp {
    padding: 10px;
    margin: 20px 0
}

.fran_q_inp_h+.fran_q_inp_h {
    margin-top: 15px
}

.fran_q_inp_h h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700;
    letter-spacing: 1px
}

.fran_q_inp_h span {
    width: 48%;
    display: inline-block;
    margin: 1% 0
}

.fran_q_inp_h span label {
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    opacity: .7;
    margin-bottom: 5px
}

.team_flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: left
}

.tm_fl_col:nth-child(3n - 3) {
    margin-right: 0
}

.tm_fl_col {
    flex: 1;
    position: relative;
    min-width: 32%;
    margin: 20px 0;
    max-width: 32%;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    margin-right: 16px
}

.tm_fl_col img {
    display: block;
    width: 100%;
    padding: 10px;
    filter: grayscale(0.8);
    transition: all linear .3s
}

.abs_team_mem {
    position: absolute;
    width: 100%;
    padding: 20px 40px;
    transform: translateY(100%) scale(0);
    bottom: 0;
    background: #fff;
    transition: all linear .3s
}

.abs_team_mem h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
    color: #483ac5
}

.abs_team_mem h4 {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.abs_team_mem h4:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #f3901b;
    display: inline-block;
    vertical-align: middle
}

.tm_fl_col:nth-child(even) .abs_team_mem {
    transform: translateY(0) scale(1)
}

.tm_fl_col:hover .abs_team_mem {
    transform: translateY(0) scale(1)
}

.tm_fl_col:hover img {
    filter: grayscale(0)
}

.tem_w_cnt {
    display: flex;
    background: #fff;
    margin: 0 0 40px
}

.tem_w_cnt img {
    padding: 30px;
    background: #fff
}

.cnt_team_w {
    background: #fff;
    padding: 30px
}

.cnt_team_w h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #483ac5
}

.cnt_team_w h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif
}

.cnt_team_w h3:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #f3901b;
    display: inline-block;
    vertical-align: middle
}

.cnt_team_w p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.team_info_pop {
    position: fixed;
    z-index: 9;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

.team_info_pop_rel {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow-y: auto
}

.team_msg_cont {
    position: relative;
    width: 900px;
    margin: 150px auto;
    text-align: center;
    padding: 20px;
    min-height: 400px;
    background: #fff
}

.team_msg_cont>span {
    width: 250px;
    height: 200px;
    display: inline-block;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%)
}

.team_msg_cont>span img {
    width: 100%;
    height: 100%;
    border-radius: 5%;
    object-fit: cover
}

.team_msg_cont_o {
    margin-top: 100px;
    padding: 0 30px 30px
}

.team_msg_cont_o h4 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.team_msg_cont_o h5 {
    font-size: 12px;
    margin: 5px auto;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.team_msg_cont_o p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}
.team_msg_cont_o ul li {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px;
}

.tm_cloz_ovr {
    position: fixed;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0
}

.dm_clos {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    color: #fff
}

.facil_con_h {
    padding: 40px;
    background: #fff
}

.bnr_facil h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px
}

.facil_cont p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.facil_cont ul li {
    list-style: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.facil_cont ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #32ce28;
    position: absolute;
    left: -22px
}

.facil_par_lx {
    min-height: 500px;
    padding: 120px 0;
    background-attachment: fixed;
    background-size: cover
}

.facil_par_lx>img {
    display: none
}

.dk_facil {
    background: rgba(6, 2, 29, 0.92);
    background: rgba(71, 70, 165, 0.92)
}

.facil_6 {
    width: 40%;
    padding: 30px
}

.facil_6 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 30px
}

.facil_6 p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px
}

.facil_6 h2 span {
    position: relative;
    padding-bottom: 5px
}

.facil_6 h2 span:before {
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0
}

.dk_facil h2,
.dk_facil p {
    color: #eee
}

.dk_facil h2 span:before {
    background: #eee
}

.faci_n_flx {
    display: flex;
    align-items: center
}

.faci_n_flx>div {
    flex: 1
}

.faci_n_flx>div img {
    display: block;
    width: 100%;
    padding: 85px
}

.faci_n_flx .facil_6 {
    max-width: 50%;
    padding-left: 60px;
    padding-right: 110px
}

.facil_nrml:last-child {
    background: #fafafa
}

.mid_facil_txt {
    padding: 5%;
    margin: 0 auto 30px;
    background: #fff
}

.mid_facil_txt p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px
}

.at-expanding-share-button[data-position=bottom-right] {
    bottom: 150px !important;
    right: 55px !important
}

.at-expanding-share-button.at-expanding-share-button-desktop .at-expanding-share-button-toggle-bg>span {
    background: #fff url('../images/share-icon2.png') center center no-repeat !important;
    background-size: 80% !important
}

.corp_part_h {
    background: #fff;
    padding: 40px;
    background: transparent
}

.corp_logos {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border: 0
}

.corp_logos div {
    flex: 1;
    min-width: 15%;
    max-width: 20%;
    padding: 20px 4.5%;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center
}

.corp_logos div {
    min-width: auto;
    max-width: initial;
    margin: 25px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.035);
    cursor: pointer
}

.corp_logos div img {
    height: 100px
}

.cor_part_txt {
    margin: -30px auto 40px;
    padding: 20px
}

.cor_part_txt p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.corp_p_t_h {
    margin: 50px 0 0
}

.clps_panl+.clps_panl {
    margin-top: 10px
}

.panl_titl {
    padding: 10px 20px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    background: #f4f4f4;
    margin: 0;
    padding-right: 40px;
    transition: all linear .3s
}

.panl_titl:after {
    content: '';
    position: absolute;
    top: 0;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg) translateY(-50%);
    width: 10px;
    height: 10px;
    right: 20px;
    top: 50%;
    transform-origin: top;
    transition: all linear .3s
}

.panl_titl.act_c_p {
    background: #4645a4;
    color: #fff
}

.panl_titl.act_c_p:after {
    transform: rotate(-135deg) translateY(-50%);
    border-color: #fff
}

.panl_cnt {
    padding: 20px;
    border-bottom: 2px solid #eee;
    display: none
}

.panl_cnt p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.cmn_pop_h {
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none
}

.cmn_pop_rel_scr_cnt {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow-y: auto
}

.cmn_md_pop_cnt {
    position: relative;
    width: 900px;
    margin: 150px auto;
    padding: 20px;
    min-height: 200px;
    background: #fff
}

.pop_pad40 {
    padding: 40px
}

.cmn_md_pop_cnt {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.cmn_pop_model {
    display: none
}

.cmn_pop_model h3 {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 700
}

.s_t_clr {
    color: #4747a6
}

.cmn_pop_model p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.po_cloz {
    position: absolute;
    top: 50px;
    right: 50px;
    color: #fff;
    font-size: 30px
}

.cmn_pop_ovrl {
    position: fixed;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0
}

.pop_dark {
    background: rgba(0, 0, 0, 0.8)
}

.crs_det_h {
    background: #fff;
    padding: 40px;
    display: flex
}

.crs_det_h>div {
    flex: 1
}

.crs_asid_l {
    max-width: 280px
}

.placed_in_crs {
    margin-bottom: 30px
}

.placed_in_crs h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.crs_asid_l_cnt h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.crs_asid_l_cnt ul {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.crs_asid_l_cnt ul li {
    list-style: none
}

.crs_asid_l_cnt ul li a {
    display: block;
    padding: 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    transition: all linear .3s
}

.crs_asid_l_cnt ul li a:hover,
.crs_asid_l_cnt ul li a.act_pg_v {
    color: #ff3389;
    color: #5553ff
}

.txt_clr_sit h2 {
    color: #4847a7
}

.crs_asid_r {
    margin-left: 40px
}

.crs_det_tabs ul {
    margin: 0;
    padding: 0;
    font-size: 0
}

.crs_det_tabs ul li {
    display: inline-block;
    height: initial;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #ecf0ff;
    margin-right: 30px;
    border-radius: 30px;
    transition: all linear .3s;
    position: relative;
    cursor: pointer
}

.crs_det_tabs ul li:hover,
.crs_det_tabs ul li.act_crs_tb {
    background: #4848a7;
    color: #fff
}

.crs_det_tabs ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    transition: all linear .3s
}

.crs_det_tabs ul li.act_crs_tb:after {
    border-top: 10px solid #4746a5
}

.crs_tb_pan {
    position: relative;
    margin: 40px 0
}

.crs_tb_cnt {
    display: none
}

.crs_tb_cnt:first-child {
    display: block
}

.crs_tb_cnt h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    margin: 15px 0;
    letter-spacing: .5px;
    font-weight: 100
}

.crs_tb_cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.crs_tb_cnt ul {
    padding: 0;
    padding-left: 20px
}

.crs_tb_cnt ul li {
    list-style: square;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px
}

.crs_tb_cnt table {
    width: 100%
}

.crs_tb_cnt table tr:nth-child(odd) {
    background: #eee
}

.crs_tb_cnt table tr td {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-align: right
}

.crs_tb_cnt table tr td:first-child {
    font-weight: 700;
    color: #000;
    text-align: left
}

.flx_yr_price {
    display: flex;
    margin: 20px
}

.flx_yr_price .smlcsfont {
    font-weight: normal;
    color: #000;
    text-align: left;
    font-size: 11px
}

.flx_yr_price>div,
.flx_yr_price table {
    flex: 1;
    padding: 20px
}

.flx_yr_price>div {
    max-width: 220px;
    margin-right: 30px;
    background: #d6d6d6;
    align-self: center;
    text-align: center;
    position: relative
}

.flx_yr_price>div:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-right: 15px solid #aaa8a8;
    border-top: 0 solid transparent;
    border-bottom: 30px solid transparent;
    right: 100%;
    bottom: 0
}

.flx_yr_price table {
    max-width: calc(100% - 250px)
}

.apli_fr {
    display: flex;
    margin-bottom: 40px
}

.apli_fr div {
    flex: 1;
    padding: 10px 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px
}

.apli_fr div:first-child {
    background: #f1f1f1;
    max-width: 240px;
    position: relative;
    font-weight: 700
}

.apli_fr div:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid #f1f1f1;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 99%;
    top: 50%;
    transform: translateY(-50%)
}

.flx_input {
    display: flex;
    justify-content: space-between;
    margin-top: 25px
}

.flx_input div {
    flex: 1
}

.flx_1_1_in {
    max-width: 100%
}

.flx_1_2_in {
    max-width: 48%
}

.flx_1_3_in {
    max-width: 30%
}

.flx_1_2_in input,
.flx_1_3_in input,
.flx_1_2_in textarea,
.flx_1_1_in input {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #eee;
    background: transparent;
    padding: 10px 2px;
    transition: all linear .3s
}

.flx_1_2_in label,
.flx_1_3_in label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    opacity: .7;
    margin-bottom: 5px
}

.flx_1_3_in select,
.flx_1_2_in select {
    font-size: 16px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    border: 0;
    border-bottom: 1px solid #eee;
    padding: 10px 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/drop-down-icon.png') right center no-repeat;
    background-size: 10px
}

.flx_1_2_in input:focus,
.flx_1_3_in input:focus,
.flx_1_2_in textarea:focus {
    border-color: #444
}

.pl_lbl_in {
    position: relative;
    z-index: 1
}

.pl_lbl_in input {
    margin-top: 0
}

.pl_lbl_in input+label {
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 12px;
    margin: 0;
    transition: all linear .3s
}

.pl_lbl_in input:not(:placeholder-shown),
.pl_lbl_in input:focus {
    padding: 10px 10px
}

.pl_lbl_in input:not(:placeholder-shown)+label,
.pl_lbl_in input:focus+label {
    top: -10px;
    font-size: 12px;
    opacity: .5
}

.flx_1_2_in textarea {
    resize: none
}

#st_dat_o_birth {
    padding: 10px 5px
}

.gndr {
    margin-top: 10px
}

.gndr span {
    display: inline-block;
    margin-right: 15px
}

.gndr span input {
    margin: 0;
    display: inline-block;
    width: auto
}

.gndr label {
    display: inline-block
}

.down_crs_mat {
    margin: 20px 0
}

.down_crs_mat a {
    padding: 20px;
    display: block;
    color: #000;
    text-decoration: none;
    border: 2px solid;
    font-size: 30px;
    background: #fff;
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: all linear .3s
}

.down_crs_mat a:hover {
    color: #ff3389
}

.sbmit_admis {
    font-size: 20px;
    letter-spacing: 1px
}

.edu_edit {
    width: 100%;
    display: none
}

.testi_bk_w {
    background: #fff;
    padding-top: 20px
}

.cours_st_infra_gal h2 {
    font-size: 45px;
    margin: 60px 0;
    text-align: center;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #4847a7
}

.gal_st_inf {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    -moz-column-fill: initial;
    -webkit-column-fill: initial;
    column-fill: initial
}

.gal_st_inf .gal_brik {
    margin-bottom: 30px
}

.gal_st_inf .gal_brik img {
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    width: 100%;
    vertical-align: bottom;
    display: block
}

.gal_st_inf .gal_brik:hover img {
    opacity: .75
}

#hf_Search {
    background: url(../images/logiicasearch.png) left no-repeat;
    background-size: contain;
    padding-left: 80px;
    margin-left: 10px;
    text-align: center
}

#hf_carpedium {
    background: url(../images/logcapedsearch.png) left no-repeat;
    background-size: contain;
    padding-left: 80px;
    margin-left: 10px;
    text-align: center
}

#hf_Chef {
    background: url(../images/logchefneedsearch.png) left no-repeat;
    background-size: contain;
    padding-left: 80px;
    margin-left: 10px;
    text-align: center
}

@media only screen and (min-width:1024px) {
    .gal_st_inf {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .gal_st_inf {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2
    }
}

.flx_crs_ac_er {
    display: flex
}

.flx_crs_ac_er>div {
    flex: 1;
    padding: 20px;
    text-align: center
}

.flx_crs_ac_er>div img {
    width: 120px;
    border-radius: 50%;
    background: #fafafa;
    padding: 20px
}

.dash_flx_c {
    display: flex
}

.dash_flx_c>div {
    flex: 1
}

.dash_menu {
    max-width: 300px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05)
}

.dash_bk {
    background: #4747a6
}

.usr_p_p {
    background: #fff;
    height: 220px;
    position: relative
}

.usr_p_p>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.up_p_p {
    position: absolute;
    opacity: 0;
    top: 0;
    padding-top: 50px;
    transition: all linear .3s;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle
}

.up_p_p span {
    display: inline-block;
    position: relative;
    border-radius: 30px;
    padding: 10px 20px;
    vertical-align: middle;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: #4747a6;
    color: #fff
}

.up_p_p span input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer
}

.usr_p_p:hover .up_p_p {
    opacity: 1
}

.dash_ul_h ul {
    padding: 0;
    margin: 0
}

.dash_ul_h ul li {
    list-style: none;
    display: block;
    padding: 15px 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all linear .5s
}

.dash_ul_h ul li:hover,
.dash_ul_h ul li.act_ds {
    padding: 20px 25px;
    background: #fff;
    color: #4747a6
}

.dash_tabs_h {
    margin-left: 20px;
    background: #fff
}

.cmn_dash_tb {
    padding: 30px;
    display: none
}

.cmn_dash_tb:first-child {
    display: block
}

.cmn_dash_tb h3 {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-top: 0;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    background: #4747a6;
    color: #fff;
    padding: 20px;
    position: relative
}

.pref_co {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.pref_co span {
    font-size: 12px;
    margin-right: 10px
}

.pref_co select {
    background: #1d1365;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    color: #000;
    padding: 8px 20px 8px 10px;
    border: 0;
    border-radius: 10px 10px 0 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../images/drop-down-icon.png') right center no-repeat;
    background-size: 10px;
    background-position-x: 92%
}

.view_edit_profile {
    padding: 0 30px 30px
}

.view_edit_profile label {
    opacity: .4 !important
}

.view_edit_profile .flx_1_2_in textarea {
    line-height: 28px;
    font-size: 14px
}

.edit_prof {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 20px;
    border: 0;
    color: #fff;
    background: #4645a4;
    box-shadow: 6px 6px 1px #323190;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none
}

.edit_prof:active {
    box-shadow: inset 6px 6px 1px #323190
}

.upd_prof {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif
}

.upd_prof:disabled {
    background: #fafafa;
    color: #000;
    box-shadow: 6px 6px 1px #aaa;
    opacity: .5
}

.upd_prof:disabled:active {
    box-shadow: 6px 6px 1px #aaa;
    opacity: .5
}

.wish_li_pds {
    display: block;
    font-size: 0
}

.wish_li_pds>div {
    display: inline-block;
    width: 30%;
    margin: 1.5%;
    position: relative;
    vertical-align: top
}

.wish_li_pds .pds_list a img {
    width: 100%
}

.abs_wish_d {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    opacity: 0;
    transition: all linear .3s
}

.abs_wish_d .pricing {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px
}

.abs_wish_d h4 a {
    display: block;
    padding: 15px 0
}

.wish_li_pds .pds_list:hover .abs_wish_d {
    opacity: 1
}

.wish_li_pds .pds_list:hover .pd_li_btns span {
    opacity: 1;
    cursor: pointer
}

.wish_li_pds .pds_list:hover .pd_li_btns span:hover {
    box-shadow: 0 5px 10px #aaa
}

.cstm_ordr {
    margin: 20px auto;
    display: flex;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.035)
}

.cstm_ordr>div {
    flex: 1
}

.cstm_ordr>div:first-child {
    max-width: 200px
}

.cstm_ordr>div:first-child img {
    width: 100%;
    display: block
}

.cstm_ordr_cnt_h {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    background: #fafafa;
    margin-left: 20px
}

.ordr_label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    flex: 1 0 50%
}

.ordr_cnt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    flex: 1 0 50%
}

.st_pending {
    border-bottom: 2px solid #f9aaaa
}

.st_delivered {
    border-bottom: 2px solid #10c66f
}

.st_ready {
    border-bottom: 2px solid #6868d8
}

.dash_sel_filtr {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.dash_sel_filtr select {
    background: #fff url('../images/drop-down-icon.png') 95% center no-repeat;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    border-radius: 4px;
    background-size: 12px
}

.chng_pass {
    margin: 60px auto;
    width: 50%;
    padding: 30px;
    background: #fafafa
}

.chng_pass .flx_1_in {
    max-width: 100%
}

.down_pg_bk {
    background: #fff;
    padding: 40px
}

.down_tb_c {
    margin: 30px 0
}

.down_tb_c ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center
}

.down_tb_c ul li {
    display: inline-block;
    height: initial;
    padding: 10px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    background: #ecf0ff;
    margin-right: 30px;
    border-radius: 30px;
    transition: all linear .3s;
    position: relative;
    cursor: pointer
}

.down_tb_c ul li:hover,
.down_tb_c ul li.act_down_tb {
    background: #4848a7;
    color: #fff
}

.down_tb_c ul li:after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
    transition: all linear .3s
}

.down_tb_c ul li.act_down_tb:after {
    border-top: 10px solid #4746a5
}

.pdf_bxs {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3
}

.pdf_down_bx {
    flex: 1 0 30%;
    margin: 1.625%;
    padding: 20px;
    background: #fafafa;
    text-align: center
}

.exm_res {
    padding: 20px;
    font-size: 100px;
    color: #717171
}

.pdf_down_bx h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0
}

.abt_mn_sec {
    padding: 50px
}

.our_mi_facil {
    display: flex;
    align-items: center
}

.our_mi_facil>div {
    padding: 50px 0;
    flex: 1
}

.ab_bn_ov {
    position: relative
}

.ab_bn_ov:before {
    content: '';
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute
}

.ab_pg_facil {
    margin: 50px 0;
    background: #fff;
    padding: 40px;
    width: 650px;
    position: relative
}

.ab_pg_facil h3,
.ab_pg_mi h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.ab_pg_facil h3:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.ab_pg_mi h3 {
    color: #000
}

.ab_pg_mi h3:before {
    content: '';
    bottom: -10px;
    background: #ccc;
    width: 100px;
    height: 4px;
    position: absolute
}

.ab_pg_facil p,
.ab_pg_mi p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.ab_pg_mi ul {
    padding: 0
}

.ab_pg_mi ul li i {
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 18px
}

.ab_pg_mi ul li {
    list-style: none;
    padding-left: 40px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.tim_res_awrd {
    display: flex
}

.tim_res_awrd>div {
    flex: 1
}

.tm_ard_rel {
    position: relative;
    margin: 40px
}

.tm_ard_rel img {
    width: 100%;
    display: block
}

.award_video_play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 40%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.2)
}

.award_video_play img {
    width: 48px;
    height: 50px;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    display: inline-block
}

.time_awrd_cnt {
    padding: 40px
}

.time_awrd_cnt h2 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    margin-bottom: 20px
}

.time_awrd_cnt p,
.time_awrd_cnt ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.time_awrd_cnt ul li {
    list-style: circle
}

.expl_a_l {
    text-align: left;
    margin: 0
}

.expl_a_l a {
    padding: 10px 5px
}

.why_glance {
    width: 400px
}

.why_glance ul {
    padding: 0
}

.why_glance ul li {
    list-style: none;
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    position: relative
}

.why_glance ul li:before {
    content: "\f192";
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    font-size: 14px;
    text-rendering: auto
}

.wh_dis {
    max-width: 550px
}

.wh_dis p {
    text-align: justify
}

.why_dis_ag {
    padding-top: 68px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column
}

.why_dis_ag_r {
    flex: 1 0 auto;
    padding: 30px
}

.why_dis_ag_r h3 {
    font-size: 22px;
    padding-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
    letter-spacing: 1px
}

.why_dis_ag_r p {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.hd_cl_cmn {
    position: relative
}

.hd_cl_cmn:before {
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    position: absolute
}

.cl_bd_rd {
    color: #ff6363
}

.cl_bd_rd:before {
    background: #ff6363
}

.cl_bd_grn {
    color: #19c821
}

.cl_bd_grn:before {
    background: #19c821
}

.cl_bd_blu {
    color: #4a49a9
}

.cl_bd_blu:before {
    background: #4a49a9
}

.circ_an_cn {
    display: flex;
    justify-content: center
}

.circl_nrm {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 150px;
    background: #fff;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #eee
}

.circl_nrm .abs_fil {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(0%);
    background: #4645a3;
    width: 100%;
    height: 0;
    transition: all linear .7s
}

.circl_nrm .act_per_clr {
    color: #fff;
    z-index: 1
}

.circl_nrm span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transition: all linear .3s
}

.circ_ani_bx {
    margin: 30px;
    padding: 20px;
    text-align: center
}

.circ_ani_bx h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px
}

.tabs_why_iica {
    width: 80%;
    margin: 40px auto
}

.tabs_why_iica .qtn {
    background: #fff;
    border: 2px solid #333
}

.tabs_why_iica .act_q {
    color: #fff;
    background: #4a49a9;
    border-color: #4a49a9
}

.abs_prof_link {
    position: absolute;
    right: 200px;
    bottom: 0;
    width: 350px;
    text-align: center;
    background: #fff;
    padding: 15px;
    border-radius: 20px 20px 0 0
}

.abs_prof_link h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px
}

.abs_prof_link h3 span {
    font-size: 16px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 4px
}

.abs_prof_link h3 a {
    text-decoration: none;
    font-weight: 700;
    color: #4a49a9;
    transition: all linear .3s
}

.abs_prof_link h3 a:hover {
    color: #ff3b50
}

.foundr {
    display: flex
}

.foundr>div {
    flex: 1
}

.fr_img_dhms {
    max-width: 450px
}

.fr_img_dhms img {
    width: 100%
}

.fr_img_dhms p {
    margin: 10px 0 0;
    padding: 20px;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.fr_img_dhms p span {
    color: #483ac5;
    font-size: 16px
}

.fr_intro_cnt {
    background: #fff;
    margin-left: 40px;
    padding: 50px
}

.fr_intro_cnt h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom: 10px;
    color: #483ac5
}

.fr_intro_cnt h3 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif
}

.fr_intro_cnt h3:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #f3901b;
    display: inline-block;
    vertical-align: middle
}

.fr_intro_cnt p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px
}

.coo_tx p,
.coo_tx li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #eee
}

.fr_intro_cnt h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif
}

.fndr_pr_cnt {
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
    background: rgba(71, 71, 166, 0.9);
    padding: 30px
}

.fndr_pr_cnt h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.fndr_pr_cnt h3:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.asign_sty_bx_flx {
    display: flex;
    flex-wrap: wrap
}

.asign_sty_bx {
    flex: 1 0 50%;
    margin-top: 10px;
    padding: 10px
}

.asign_sty_bx h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    color: #fff;
    margin: 0
}

.asign_sty_bx h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    color: #ffd903;
    margin: 0 0 10px
}

.asign_sty_bx h6 {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
    color: #e1cb83;
    margin: 0 0 10px
}

.inl_blk_fndr {
    font-size: 0
}

.fndr_msg {
    padding: 50px 30px;
    width: 50%;
    display: inline-block;
    text-align: justify
}

.fndr_msg h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.fndr_msg h3:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.fndr_msg p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.prof_detail {
    display: inline-block;
    width: 50%;
    padding: 50px 30px;
    background: #fff;
    vertical-align: top
}

.prof_detail h3 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    color: #4a49a9;
    margin-top: 0;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 20px
}

.prof_detail h3:before {
    content: '';
    bottom: -10px;
    background: #c0bfff;
    width: 100px;
    height: 4px;
    position: absolute
}

.prof_detail ul {
    padding: 0 20px;
    list-style: circle
}

.prof_detail ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.prof_detail_sep+.prof_detail_sep {
    margin-top: 30px
}

.award_recog_fndr_in {
    font-size: 0;
    text-align: center;
    padding: 40px 0
}

.award_recog_fndr {
    display: inline-block;
    margin: 1.625%;
    text-align: center;
    vertical-align: top
}

.award_recog_fndr img {
    width: 150px;
    max-width: 150px;
    margin: 0 auto;
    border-radius: 50%
}

.award_recog_fndr h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    color: #4a49a9;
    position: relative;
    padding-bottom: 10px
}

.award_recog_fndr h4:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    background: #c0bfff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.award_recog_fndr p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 0 15px
}

.iica_media_itm {
    background: #fff;
    padding: 10px;
    margin: 0 15px 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative
}

.iica_media_itm h4 {
    font-size: 14px;
    line-height: 28px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    position: absolute;
    bottom: 10px;
    padding: 20px;
    margin-bottom: 0;
    background: rgba(71, 70, 165, 0.87);
    color: #fff;
    left: 10px;
    right: 10px
}

.gallery_cat_moments {
    margin: 20px 0;
    background: #fff;
    padding: 20px
}

.gallery_cat_moments h2 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px
}

.pic_on {
    display: flex
}

.pic_on>div {
    flex: 1
}

.pic_on_cat {
    max-width: 300px
}

.pic_on_cat ul {
    padding: 0;
    padding-left: 8px
}

.pic_on_cat ul li {
    list-style: none;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all linear .3s
}

.pic_on_cat ul li:hover {
    color: #5553ff
}

.pic_on_cat ul li.act_gl_cat {
    color: #5553ff;
    border-bottom: 2px solid #eee
}

.gal_z_c {
    font-size: 0
}

.gal_z_c a,
.gal_z_c iframe {
    width: 30%;
    margin: 1.5%;
    display: inline-block
}

.gal_z_c a img {
    display: block;
    width: 100%
}

.pp_social,
div.facebook .pp_nav {
    display: none !important
}

.pp_description {
    font-family: "comfortaa";
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
    font-weight: 700
}

div.facebook .pp_next:hover {
    background: url('images/prettyPhoto/facebook/CbtnNext2.png') center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url('images/prettyPhoto/facebook/CbtnPrevious2.png') center left no-repeat;
    cursor: pointer
}

.fd_blgs_c {
    display: flex
}

.fd_blgs_c_cat {
    flex: 1;
    max-width: 375px;
    background: #fff;
    padding: 30px
}

.asid_blg_pad {
    position: relative;
    height: 100%;
    width: calc(100%+15px);
    overflow-y: auto
}

.asid_blg_pad h2 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px
}

.asid_blg_pad ul {
    padding: 0
}

.asid_blg_pad ul li {
    list-style: none
}

.asid_blg_pad ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 10px 5px;
    color: #000;
    transition: all linear .3s
}

.asid_blg_pad ul li a:hover {
    color: #5553ff;
    padding-left: 15px
}

.asid_blg_reg {
    overflow-x: hidden
}

.asid_blg_fx_act {
    position: fixed;
    padding-top: 150px;
    padding-bottom: 50px;
    top: 0;
    height: 100%
}

.fd_blgs_lst {
    flex: 1;
    margin-left: 20px;
    font-size: 0
}

.fd_blgs_lst .blgs {
    display: inline-block;
    width: 45%;
    margin: 0 2.5% 2.5%
}

.fd_blgs_dtl .blgs {
    display: block;
    width: 100%;
    margin: 0
}

.fd_blgs_dtl {
    flex: 1;
    margin-left: 80px
}

.fd_blgs_dtl img {
    width: 100%;
    display: block;
    margin: 20px 0
}

.fd_blgs_dtl p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify
}

.fd_blgs_dtl ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify
}

.fd_blgs_dtl ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.fd_blgs_dtl h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify
}

.fd_blgs_dtl table th {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify
}

.fd_blgs_dtl table td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: justify
}

.fd_blgs_dtl .blgs .dt_posted {
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.fd_blgs_lst .blgs:nth-child(4n+1) a img,
.fd_blgs_lst .blgs:nth-child(4n+4) a img {
    filter: grayscale(0)
}

.fd_blgs_lst .blgs h4 {
    position: relative
}

.fd_blgs_lst .blgs h4 a {
    opacity: 1
}

.fd_blgs_lst .blgs:hover h4 a {
    padding: 15px;
    opacity: 1
}

.fd_blgs_lst .blgs>a {
    position: relative
}

.fd_blgs_lst .blgs a .dt_posted {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff
}

.fwdarrow {
    position: absolute;
    width: 58px;
    right: 0;
    text-align: center;
    line-height: 40px;
    bottom: 0;
    font-size: 18px;
    top: 0;
    bottom: 0
}

.lg_inp_ctr .fwdarrow input {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    bottom: 0
}

.lg_inp_ctr .fwdarrow input:focus {
    outline: 0
}

.log_pg_fl {
    display: flex;
    width: 760px;
    height: 450px;
    margin: 30px auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05)
}

.log_pg_fl>div {
    flex: 1
}

.sta_img_wh {
    max-width: 350px;
    display: flex;
    align-items: bottom;
    background: url('/images/login-back2.jpg') no-repeat;
    position: relative
}

.sta_img_wh:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    opacity: .5
}

.sta_img_wh>div {
    align-self: center;
    padding: 30px
}

.sta_img_wh h2 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative
}

.sta_img_wh ul {
    padding-left: 0;
    list-style: none
}

.sta_img_wh ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #fff;
    position: relative
}

.sta_img_wh ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #fff;
    text-rendering: auto;
    position: absolute;
    left: 10px
}

.logi_sig {
    background: #fff;
    padding: 30px 30px 20px
}

.tb_lg_sg_pan {
    display: none
}

.tb_lg_sg_pan:first-child {
    display: block
}

.tb_lg_sg_pan h2 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000;
    position: relative
}

.tb_lg_sg_pan h2 span {
    position: absolute;
    right: 0;
    text-transform: none;
    padding: 5px 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    color: #4747a6;
    opacity: .5;
    transition: all linear .3s
}

.tb_lg_sg_pan h2 span:hover {
    opacity: 1
}

.tb_lg_sg_pan p {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 15px
}

.lg_inp_ctr {
    margin-top: 30px;
    position: relative
}

.lg_inp_ctr input {
    padding: 10px;
    background: transparent;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #eee;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    display: block
}

.lg_inp_ctr input+label {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 10px;
    left: 10px;
    opacity: .6;
    transition: all linear .3s
}

.lg_inp_ctr input:focus {
    border-color: #4848a7
}

.lg_inp_ctr input:not(:placeholder-shown)+label,
.lg_inp_ctr input:focus+label {
    top: -14px;
    opacity: .2
}

.lg_inp_ctr .lg_sbm_btn {
    border: 0;
    color: #fff;
    background: #4645a4;
    box-shadow: 6px 6px 1px #323190;
    text-transform: uppercase;
    transition: all linear .3s
}

.lg_sbm_btn:active {
    box-shadow: inset 6px 6px 1px #323190
}

.fbk_lgn {
    text-decoration: none;
    display: block;
    margin-top: 30px;
    border: 1px solid #3b5998;
    padding: 10px 20px;
    font-size: 16px;
    color: #3b5998;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-align: center
}

.fbk_lgn i {
    font-size: 20px
}

.fbk_lgn a {
    text-decoration: none;
    color: #3b5998;
    margin-left: 10px
}

.ggl_lgn {
    display: block;
    margin-top: 20px;
    border: 1px solid #dc4e41;
    padding: 10px 20px;
    font-size: 16px;
    color: #dc4e41;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    text-align: center
}

.ggl_lgn i {
    font-size: 20px
}

.ggl_lgn a {
    text-decoration: none;
    color: #dc4e41;
    margin-left: 10px
}

.tab_links {
    display: flex;
    margin-top: 25px;
    justify-content: space-between
}

.tab_links span,
.tab_links span a {
    font-family: 'Montserrat', sans-serif;
    padding: 5px;
    font-size: 14px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #4747a6;
    opacity: .5;
    transition: all linear .3s
}

.tab_links span a {
    text-decoration: none
}

.tab_links span:hover,
.tab_links span a:hover {
    opacity: 1
}

.prod_list_brd_crmb {
    display: flex;
    justify-content: space-between
}

.prod_list_brd_crmb div>span:first-child {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    opacity: .5;
    color: #000;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px
}

.prod_list_brd_crmb div>span:last-child a {
    color: #5553ff
}

.prod_list_brd_crmb select {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('images/drop-down-icon.png') 98% center no-repeat;
    background-size: 12px;
    border: 1px solid #eee
}

.list_pd_res {
    display: flex;
    margin-bottom: 30px
}

.list_pd_res>div {
    flex: 1
}

.li_aside_pd {
    max-width: 300px;
    background: #fff;
    padding: 20px
}

.li_as_pan h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 10px;
    border-bottom: 1px solid #eee;
    padding: 5px 0
}

.li_as_pan ul {
    padding-left: 0
}

.li_as_pan ul li {
    list-style: none
}

.li_as_pan ul li a {
    display: block;
    padding: 5px 10px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    transition: all linear .3s
}

.li_as_pan ul li a:hover,
.li_as_pan ul li a.act_pg_v {
    color: #ff3389;
    color: #5553ff
}

.li_as_pan input[type="radio"] {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0
}

.li_as_pan input[type="radio"]+label {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Montserrat', sans-serif;
    vertical-align: middle;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative
}

.li_as_pan input[type="radio"]+label:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #eee;
    border-radius: 50%;
    left: -30px;
    top: 6px
}

.li_as_pan input[type="radio"]+label:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #7372cb;
    background: #7372cb;
    left: -30px;
    top: 6px;
    border-radius: 50%;
    transform: scale(0);
    transition: all linear .3s
}

.li_as_pan input[type="radio"]:checked+label {
    color: #5553ff
}

.li_as_pan input[type="radio"]:checked+label:after {
    transform: scale(1)
}

.li_as_pan .v_all_fade {
    background: #fff;
    padding: 10px 0;
    text-align: right;
    margin-top: -20px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    letter-spacing: .5;
    opacity: .6;
    cursor: pointer
}

.pr_ra_slidr {
    margin: 15px 0
}

.pr_ra_slidr__range {
    -webkit-appearance: none;
    width: calc(100% -(113px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: 0;
    padding: 0;
    margin: 0
}

.pr_ra_slidr__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4645a4;
    cursor: pointer;
    transition: background .15s ease-in-out
}

.pr_ra_slidr__range::-webkit-slider-thumb:hover {
    background: #1abc9c
}

.pr_ra_slidr__range:active::-webkit-slider-thumb {
    background: #1abc9c
}

.pr_ra_slidr__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #4645a4;
    cursor: pointer;
    transition: background .15s ease-in-out
}

.pr_ra_slidr__range::-moz-range-thumb:hover {
    background: #1abc9c
}

.pr_ra_slidr__range:active::-moz-range-thumb {
    background: #1abc9c
}

.pr_ra_slidr__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #1abc9c
}

.pr_ra_slidr__value {
    display: inline-block;
    position: relative;
    width: 100px;
    color: #fff;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-family: 14px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    background: #7372cb;
    padding: 5px 10px;
    margin-left: 8px
}

.pr_ra_slidr__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #7372cb;
    border-bottom: 7px solid transparent;
    content: ''
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0
}

.li_pds_crd {
    display: flex;
    flex-wrap: wrap;
    margin-left: 30px;
    align-items: flex-start
}

.li_pds_crd .pds_list {
    min-width: 31%;
    max-width: 31%;
    margin: 0;
    transition: all linear .3s
}

.li_pds_crd .pds_list:nth-of-type(3n+2) {
    margin-left: 3.5%;
    margin-right: 3.5%
}

.li_pds_crd .pds_list:nth-child(n+4) {
    margin-top: 3.5%
}

.li_pds_crd .pds_list a img {
    width: 100%;
    display: block
}

.li_pds_crd .pds_list h4 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 15px 0
}

.n_pd_s_li {
    font-family: 'Montserrat', sans-serif;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    transition: all linear .3s
}

.n_pd_s_li .price_ck {
    font-size: 20px;
    max-width: initial
}

.ad_2_wis {
    position: absolute;
    right: -50px;
    top: 20px;
    z-index: 2;
    font-size: 22px;
    color: #fff;
    opacity: 0;
    transition: all linear .3s
}

.li_pds_crd .pds_list:hover {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15)
}

.li_pds_crd .pds_list:hover h4 a {
    padding: 15px
}

.li_pds_crd .pds_list:hover .n_pd_s_li {
    padding: 10px 15px
}

.li_pds_crd .pds_list:hover .ad_2_wis {
    right: 20px;
    opacity: 1
}

.ad_2_wis:hover {
    color: #ffb535
}

.shopin_cart {
    display: flex
}

.shopin_cart>div {
    flex: 1
}

.shopin_cart_pds .cstm_ordr {
    background: #fff;
    margin-top: 0
}

.shopin_cart_pds .cstm_ordr+.cstm_ordr {
    margin-top: 30px
}

.shopin_cart_pds .cstm_ordr .ordr_label {
    max-width: 140px
}

.shopin_cart_total {
    max-width: 350px;
    margin-left: 30px
}

.smry-hdr {
    background: #4746a5;
    padding: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.smry-ros {
    min-height: 200px;
    background: #fff
}

.smry-ro {
    padding: 15px 20px;
    font-size: 0
}

.smry-ro>div {
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.smry-ro>div {
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #231f20;
    font-size: 14px
}

.smry-ro>div+div {
    text-align: right
}

.smry-ro>div+div i {
    padding-left: 5px;
    font-size: 16px
}

.cpon_cd>div {
    vertical-align: middle
}

.smry-ro:last-child {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd
}

.smry-ro:last-child>div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700
}

.smry-ftr {
    font-size: 0;
    text-align: center;
    background: #fff;
    padding: 20px
}

.smry-ftr a {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #231f20;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 20px;
    border-radius: 40px;
    margin-bottom: 20px;
    transition: all linear .3s
}

.smry-ftr a {
    background: #eee
}

.smry-ftr a:hover {
    background: #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.smry-ftr a.bl_btn_n_st {
    background: #4746a5;
    color: #fff
}

.smry-ftr a.bl_btn_n_st:hover {
    background: #6f6eda;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)
}

.smry-ftr a.bl_btn_n_st:focus {
    box-shadow: inset 0 0 1px #0a625d
}

.cart_actions {
    max-width: 200px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end
}

.cart_actions .items_nmbr label {
    font-size: 14px
}

.cart_actions_amnt {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 15px 0
}

.crt_rm_btn {
    padding: 10px 20px;
    background: #fafafa;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    transition: all linear .3s
}

.crt_rm_btn:hover {
    background: #e1e1e1
}

.ag_t_s_cart {
    background: #fff;
    padding: 15px
}

.chk_trms {
    padding-left: 40px;
    position: relative;
    z-index: 1
}

.chk_trms input {
    position: absolute;
    left: 5px;
    width: 25px;
    height: 25px;
    opacity: 0
}

.chk_trms span {
    position: absolute;
    left: 5px;
    border: 1px solid #444;
    width: 22px;
    height: 22px;
    z-index: -1
}

.chk_trms span:before {
    content: "";
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    left: 7px;
    width: 5px;
    height: 10px;
    top: 2px;
    transform: rotate(45deg);
    opacity: 0
}

.chk_trms input:checked+span:before {
    opacity: 1
}

.chk_trms label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px
}

.chk_trms label a {
    font-weight: 700;
    color: #7170ef;
    text-decoration: none
}

.chk_trms label a:hover {
    color: #ff3b50
}

#mid_li_sli {
    position: relative
}

#mid_li_sli.owl-carousel,
#mid_li_sli.owl-carousel.owl-loaded {
    display: inline-block
}

#mid_li_sli .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 10px
}

#mid_li_sli .owl-nav button.owl-next,
#mid_li_sli .owl-nav button.owl-prev {
    font-size: 30px;
    color: #fff;
    padding: 10px 20px !important;
    display: inline-block;
    background: #000;
    color: #fff;
    margin: 0 10px;
    opacity: .7
}

#mid_li_sli .owl-nav button.owl-next:hover,
#mid_li_sli .owl-nav button.owl-prev:hover {
    opacity: 1
}

.crs_det_hby_chef {
    margin-bottom: 50px
}

.crs_det_hby_chef .crs_asid_l {
    position: relative;
    overflow: hidden
}

.hby_chef_asi {
    transition: all linear .3s
}

.crs_asid_l_cnt h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 15px 5px 0;
    padding: 8px 0
}

.crs_asid_l_cnt h5+ul {
    padding-left: 10px
}

.modules_hby {
    display: flex;
    flex-wrap: wrap
}

.module_bx {
    flex: 1 0 50%;
    margin: 2% 2% 40px;
    max-width: 46%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    padding-bottom: 20px;
    position: relative
}

.modul_meta {
    position: relative
}

.modul_meta:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    box-shadow: inset 0 -50px 100px #000
}

.modul_meta img {
    width: 100%;
    display: block
}

.modul_meta h3 {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    bottom: 0;
    padding: 20px;
    color: #fff;
    width: 100%;
    background: #4747a6;
    margin: 0;
    letter-spacing: 1px
}

.modul_class {
    padding: 20px
}

.modul_class+.modul_class {
    padding-top: 0
}

.date_enrol {
    display: flex;
    justify-content: space-between
}

.date_enrol span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0
}

.date_enrol span+span {
    color: #4848a7;
    cursor: pointer;
    opacity: .5;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all linear .3s
}

.date_enrol span+span>i {
    vertical-align: middle
}

.date_enrol span+span:hover {
    opacity: 1
}

.rmv-bdr {
    color: #4848a7;
    border: 0;
    background: 0;
    cursor: pointer;
    opacity: .5;
    border: 1px solid #4848a7;
    padding: 5px 10px;
    border-radius: 20px;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px
}

.rmv-bdr:hover {
    opacity: 1
}

.bok_mod {
    position: absolute;
    left: 50%;
    bottom: -20px;
    background: #4847a6;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    border-radius: 30px;
    transform: translateX(-50%);
    font-size: 15px;
    cursor: pointer;
    opacity: .8;
    white-space: nowrap;
    transition: all linear .3s;
    border: 0
}

.bok_mod i {
    vertical-align: middle
}

.bok_mod:hover {
    opacity: 1
}

.crs_hby_tb_pan {
    margin: 25px 0 40px
}

.crs_hby_buy_whole {
    display: flex
}

.crs_hby_buy_whole>div {
    flex: 1
}

.prgrm_ti_pri {
    max-width: 300px;
    margin: 0 0 0 30px;
    position: relative;
    transform: scale(0.95)
}

.hby_prgrm_pric {
    font-family: 'Montserrat', sans-serif
}

.hby_prgrm_pric .pricing {
    max-width: initial
}

.hby_prgrm_pric .pricing .o_mrp {
    position: absolute;
    right: 0
}

.class_tim {
    margin: 0 0 10px;
    letter-spacing: 1px
}

.buy_f_prg {
    border: 2px solid #000;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
    padding: 10px 15px;
    color: #000;
    margin-top: 10px;
    border-radius: 30px;
    transition: all linear .3s;
    font-family: 'Montserrat', sans-serif;
    background: 0
}

.buy_f_prg:hover {
    background: #4848a7;
    border-color: #4848a7;
    color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25)
}

.buy_f_prg_bro {
    font-weight: 700;
    letter-spacing: 1px;
    color: #6d53ff;
    padding: 10px;
    display: block;
    margin: 15px 0;
    text-decoration: none
}

.buy_f_prg_bro:hover {
    color: #ff2028
}

.gst_not {
    font-size: 14px;
    margin: 10px 0 0;
    display: block;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif
}

.mobile-filter-btn {
    display: none
}

.apply-filter {
    display: none
}

.pl_tst_txt h1 {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    font-size: 20px;
    margin-bottom: 30px
}

.frm_sctn {
    width: 100%;
    display: inline-block
}

.frm_txt {
    padding: 8px 10px;
    font-family: 'Montserrat', sans-serif;
    width: 48%;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    float: left;
    color: #aaa
}

.right_sid {
    float: right
}

.frm_txt::placeholder {
    color: #aaa
}

.rdio_btn_bx {
    font-family: 'Montserrat', sans-serif;
    color: #aaa;
    display: inline-block;
    width: 100%
}

.prcd_btn {
    background: #4746a5;
    color: #fff;
    display: block;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 50px;
    border-radius: 40px;
    transition: all linear .3s;
    border: 0
}

.light_clr {
    background: rgba(0, 0, 0, 0.5)
}

.pstn_styl {
    position: absolute;
    right: 0;
    top: -4px;
    color: #ff5151
}

.pstn_styl:hover {
    color: #000
}

.plac_fix_pop.opn {
    display: block
}

.cmn_down_tb {
    display: none
}

.cmn_down_tb;

first-child {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
table {
    border-collapse: collapse;
    border-spacing: 0
}

.chef_needs {
    background-size: cover
}

.prod_list_brd_crmb select {
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('../images/drop-down-icon.png') 98% center no-repeat;
    background-size: 12px;
    border: 1px solid #eee
}

.pd_btns input {
    margin-left: 10px
}

.mobile-no a {
    margin-left: 15px
}

.order-wrapper {
    background: #fafafa;
    width: 100%
}

.order-row1 {
    background: #fafafa;
    margin: 10px 0;
    border-bottom: 1px solid #f9aaaa
}

.order-row1:last-child {
    border: 0
}

.order-accordian {
    width: 100%;
    cursor: pointer;
    background: #e8e3e3;
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px
}

.order-no {
    float: left;
    padding: 5px 10px;
    background: #4747a6;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    font-family: 'Montserrat', sans-serif
}

.order-date {
    float: right;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px
}

.order-date i {
    font-size: 18px
}

.dash_ul_h ul li:hover,
.dash_ul_h ul li.act_ds {
    background: #fff;
    color: #4747a6
}

.crs-fee {
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
    float: right
}

.course-dash-detail {
    width: 100%;
    float: left;
    padding: 10px 0 0
}

.course-dash-detail h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    float: left;
    margin: 0
}

.course-row table {
    width: 100%
}

.course-row tr th {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #ecf0ff;
    font-weight: bold;
    text-align: center;
    font-family: 'Montserrat', sans-serif
}

.course-row tr td {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif
}

.course-row tr:nth-child(even) {
    background: #fafafa
}

.course-row {
    margin: 0;
    padding: 0 0 10px;
    background: 0
}

.something h2 {
    font-size: 40px
}

.not-found {
    text-align: center
}

.not-found img {
    width: auto;
    max-height: 325px
}

.li_as_pan.b_tag_type {
    list-style: none;
    display: inline-block
}

.li_as_pan.b_tag_type a {
    padding: 7px 20px;
    display: inline-block;
    background: #e0e0e0;
    margin-bottom: 20px;
    border-radius: 50px;
    cursor: pointer;
    width: 130px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold
}

.li_as_pan.b_tag_type a.tagactive {
    background: #7372cb;
    color: #fff
}

.err_div {
    padding: 11% 0
}

.img_er img {
    display: block;
    margin: auto
}

.msg_fst {
    text-align: center
}

.msg_fst span {
    font-size: 22px;
    line-height: 50px;
    font-weight: bold
}

.wdth-pc {
    width: 100%
}

.cart_items_count {
    background: #fff;
    color: #1e1467;
    position: absolute;
    left: auto;
    width: 20px;
    top: -10px;
    height: 20px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    right: -20px
}

.scrIcon_cli {
    color: #fff;
    position: relative;
    background: transparent;
    outline: 0;
    border: 0;
    display: none;
    cursor: pointer
}

.scrIcon_cli {
    font-size: 20px
}

.iica_hig_n>small {
    font-weight: normal;
    font-size: 14px
}

.pop_frm_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    display: -webkit-box
}

.pop_txt_hdng h6 {
    text-align: left;
    font-size: 35px;
    line-height: normal;
    text-transform: capitalize
}

.pop_frm_sctn {
    width: 100%;
    display: inline-block;
    position: relative
}

.pop_txt {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    font-size: 16px
}

.pop_sbmt_btn {
    width: 30%;
    border: 0;
    background: var(--grn-clr);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 1s;
    margin-bottom: 0;
    border-radius: 20px;
    text-align: center;
    text-decoration: none
}

.pop_crs_btn {
    position: absolute;
    padding: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 1s
}

.crs_icn {
    color: #555
}

.pop_frm_bx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    background: url('../images/Pop-Up-bg.png') no-repeat;
    background-size: cover
}

.pop_txt_hdng h6 {
    font-size: 28px;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-family: var(--site-tp-fnt);
    background: #ffd2a6;
    padding: 10px;
    text-align: center
}

.pop_frm_sctn {
    width: 100%;
    display: inline-block;
    position: relative
}

.pop_txt {
    width: 26%;
    padding: 10px 15px;
    border: 1px solid #aaa;
    margin-bottom: 20px;
    font-size: 16px;
    float: left;
    margin-left: 10px
}

.pop_sbmt_btn {
    width: 14%;
    border: 0;
    background: var(--grn-clr);
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    transition: all 1s;
    margin-bottom: 0;
    border-radius: 20px;
    background: #03a84e
}

.lft_sub {
    width: 38%;
    float: left;
    margin-right: 25px
}

.subscribe_new {
    font-size: 27px;
    color: #ffd2a6;
    margin: 20px 0;
    font-family: var(--site-tp-fnt);
    text-align: center
}

.lft_sub img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pop_crs_btn {
    position: absolute;
    padding: 15px;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 1s
}

.pop_crs_btn img {
    width: 20px;
    height: 20px
}

.crs_icn {
    color: #555
}

.rgt_sub p {
    font-family: var(--site-tp-fnt);
    font-size: 16px;
    line-height: 24px;
    color: #ffd2a6;
    text-align: center
}

.rgt_sub {
    padding: 80px 50px;
    float: right;
    width: 58%
}

.pop_frm_sctn {
    width: 100%;
    float: left;
    background: #fff
}

.pop-inner {
    position: relative
}

.pop_sub {
    display: block
}

.PopContntBx {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 9999999999;
    visibility: hidden;
    opacity: 1;
    height: 100vh;
    font-family: 'Montserrat', sans-serif
}

.OpnPopCntct {
    opacity: 1;
    visibility: visible
}

#areaFocus {
    display: block
}

#areaFocus .mobileno2 {
    display: none
}

.a_hdr_rcls {
    top: 0
}

.FtSecMob {
    display: none
}

.bottom.rectangle #tawkchat-minified-wrapper {
    bottom: 40px !important
}

.PopContntBx::before {
    width: 100%;
    height: 0vh;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all 1s
}

.PopContntBx.OpnPopCntct::before {
    height: 100vh
}

.PopTxtBx {
    width: 41%;
    position: absolute;
    background: #150959;
    top: 13%;
    left: 55%;
    padding: 0;
    transform: translate(-55%, -36%);
    height: auto;
    opacity: 1;
    visibility: visible
}

.Cl12SecPopSec {
    display: flex
}

.Cl12SecPopSec .Cl6SecPopSec {
    width: 50%
}

.Cl12SecPopSec .Cl6SecPopSec ul {
    padding-left: 20px;
    line-height: 5px 0
}

.Cl12SecPopSec .Cl6SecPopSec ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px
}

.PopTxtBx h3 {
    color: #fff;
    font-size: 35px;
    margin: 0
}

.PopTxtBx h5 {
    color: #fff;
    font-size: 28px
}

.PopTxtBx .logo {
    display: inline-block;
    position: relative;
    float: right;
    line-height: 0;
    height: 95px;
    width: 85px;
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px
}

.PopTxtBx .logo img {
    width: 100%
}

.BtnSecScn {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center
}

.ScmediaSec {
    float: left;
    position: relative;
    display: block;
    width: 50%;
    text-align: left
}

.ScmediaSec a {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 18px
}

.BtnSubmtPop {
    float: right;
    position: relative;
    display: block;
    text-align: right;
    width: 50%
}

.BtnSubmtPop .popButton {
    padding: 8px 28px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #8a84ac;
    color: #fff;
    cursor: pointer;
    transition: all 1s ease
}

.BtnSubmtPop .popButton:hover {
    background: #fff;
    color: #150959;
    border: 1px solid #fff
}

.from-grp fieldset.MsgSecFld {
    width: calc((100% - 0) / 1) !important
}

.PopTxtBx p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    line-height: 24px;
    text-align: justify
}

.PopTxtBx p a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.PopTxtBx .ImgBackRee {
    width: auto;
}

.PopTxtBx .ImgBackRee img {
    width: 100%
}

.PopTxtBx .PopepFrmSec {
    padding: 40px 70px 50px 28px !important
}

.PopTxtBx .from-grp {
    position: relative;
    float: left;
    display: block;
    width: 100%
}

.PopTxtBx .from-grp fieldset {
    width: calc((100% - 50px) / 2);
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 35px;
    border: 0;
    margin-right: 35px
}

.PopTxtBx .from-grp fieldset:nth-child(even) {
    margin-right: 0
}

.from-grp .frm-cntrl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #8a84ac;
    color: #fff;
    border-radius: 0;
    transition: all 1s ease
}

.from-grp fieldset .label-wrap {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 8px;
    opacity: .5;
    color: #fff;
    transition: all 1s ease;
    font-weight: 300
}

.from-grp .frm-cntrl:focus~.label-wrap,
.from-grp .frm-cntrl~.hasVal {
    top: -10px;
    opacity: 1;
    padding: 0
}

.from-grp .frm-cntrl:focus {
    border-bottom: 1px solid #fff
}

.from-grp textarea.frm-cntrl {
    height: 80px
}

span.PopBxCls {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url(../icon/close.png) center center no-repeat;
    background-size: 70%;
    cursor: pointer;
    z-index: 2
}

.instgram-link {
    padding: 50px 0 0;
    text-align: center
}

.instgram-link a {
    font-family: 'Montserrat', sans-serif;
    margin: 35px 0 0;
    font-size: 25px;
    text-align: right;
    text-align: center;
    text-decoration: none;
    color: #483ac5;
    font-weight: bold
}

.an_kr {
    font-size: 22px !important;
    margin-top: -10px
}

.applynowbtn {
    position: fixed;
    background: #f3901b;
    width: 100%;
    top: 69px;
    right: 0;
    z-index: 2
}

.applynowbtn a {
    display: block;
    text-align: center;
    padding: 6px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif
}

.applynowbtn {
    display: none
}

.instagram-img {
    display: inline-block;
    margin-bottom: -16px;
    margin-right: 15px
}

.online-hobby {
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 500;
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite
}

.online-hobby i {
    margin-right: 10px;
    float: left
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

    0%,
    49% {
        color: #fff
    }

    100%,
    50% {
        color: #ea252c
    }
}

.Virtual-Claesse {
    display: none
}

.blgs table {
    margin-bottom: 15px
}

.blgs table tr td {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px
}

.wid_6_c ul {
    margin: 15px 0
}

.wid_6_c ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
    line-height: 32px
}

.n_h_est h1 {
    font-size: 40px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ff4e4e;
    color: #ff3389
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

header .NwlS {
    width: 100%;
    position: relative;
    padding: 14px 0;
    transition: all 1s ease
}

.NvrBrighShw {
    width: 40px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -12px
}

.containerSecnd {
    width: 95%;
    max-width: 1240px;
    margin: 0 auto
}

.CntHderSec {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.CntHderSec .NavLeftSec {
    display: flex;
    align-items: center
}

.CntHderSec .NavLeftSec ul {
    list-style-type: none;
    padding: 0
}

.CntHderSec .NavLeftSec ul li {
    display: inline-block;
    padding: 10px 18px;
    position: relative
}



.CntHderSec .NavLeftSec ul li.Fertmes a {
    padding: 0px 2px !important;
}

.CntHderSec .NavLeftSec ul .LngSec {
    position: relative
}

.CntHderSec .NavLeftSec ul .LngSec span {
    position: relative;
    width: 16px;
    display: inline-block;
    height: 11px
}

.CntHderSec .NavLeftSec ul .LngSec img {
    vertical-align: middle
}

.CntHderSec .NavLeftSec .MnVlr .hde {
    display: inline-block;
    padding: 8px 8px;
    position: relative
}

.CntHderSec .NavLeftSec .MnVlr .hde.mrgright {
    margin-right: 20px
}

.CntHderSec .NavLeftSec .MnVlr .LngSec.Lng.hde a {
    display: flex;
    align-items: center
}

.CntHderSec .NavLeftSec .MnVlr .hde a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.CntHderSec .NavLeftSec .MnVlr .LngSec span:before {
    width: 8px;
    height: 8px;
    top: -1px;
    right: 0;
    bottom: auto;
    left: 12px;
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.lang_drp {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 5px;
    left: 0;
    margin-top: 20px;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 1
}

.CntHderSec .NavLeftSec .MnVlr .LngSec .lang_drp {
    position: absolute;
    width: 100%;
    background: #fff;
    padding: 5px;
    left: 0;
    margin-top: 20px;
    display: none;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    z-index: 1
}

.CntHderSec .NavLeftSec ul .LngSec .lang_drp span {
    position: relative;
    width: 16px;
    display: inline-block;
    height: 11px
}

.CntHderSec .NavLeftSec .MnVlr .LngSec .lang_drp span {
    position: relative;
    width: 16px;
    display: inline-block;
    height: 11px
}

.CntHderSec .NavLeftSec .MnVlr .LngSec.Lng.hde {
    margin-right: 20px
}

.CntHderSec .NavLeftSec .MnVlr .LngSec.Lng.hde a img {
    margin-right: 5px;
    width: 15px
}

.CntHderSec .NavLeftSec .MnVlr .LngSec.Lng.hde a span {
    position: absolute;
    right: 10px;
    top: 11px;
    bottom: auto
}

.NvrBrighShw {
    top: -5px
}

.CntHderSec .NavLeftSec ul.lang_drp.LcCntSwhn li {
    display: block;
    padding: 3px 5px;
    position: relative
}

.CntHderSec .NavLeftSec .MnVlr .hde img {
    vertical-align: bottom
}

.MnVlr {
    display: flex;
    align-items: center;
    position: relative
}

.CntHderSec .NavLeftSec ul .LngSec .lang_drp:before {
    width: 0;
    height: 0;
    top: -5px;
    right: auto;
    bottom: auto;
    left: auto;
    right: 0;
    position: absolute;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.CntHderSec .NavLeftSec .MnVlr .LngSec .lang_drp li {
    padding: 4px 6px;
    background: #fff;
    border-right: 0;
    display: block
}

.CntHderSec .NavLeftSec .MnVlr .LngSec .lang_drp li a {
    color: #120b0b;
    font-size: 12px
}

ul.lang_drp.LcCntSwhn li a {
    color: #120b0b !important;
    font-size: 12px !important
}

.CntHderSec .NavLeftSec ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase
}

.CntHderSec .NavLeftSec ul li a img {
    vertical-align: middle
}

.CntHderSec .NavLeftSec .logoMnSec {
    display: inline-block;
    padding: 0px;
    /*border: 1px solid #fff;*/
    width: 260px;
    transition: all 1s ease
}

.CntHderSec .NavLeftSec .logoMnSec img {
   /* width: 100%*/
}

.VdeSecMnCfic {
    width: 100%;
    position: relative;
    display: block
}

.VdeSemnSlw {
    position: relative;
    display: block;
    height: 100vh
}

.VdeSemnSlw video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.VdeSemnSlw:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #150959;
    opacity: .7
}

.NvrBrighShw {
    width: 40px;
    height: 30px;
    cursor: pointer
}

.NvrBrighShw .Arw {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #fff;
    cursor: pointer
}

.NvrBrighShw .Arw:nth-child(2) {
    margin: 7px 0
}

.NvrBrighShw p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: 400
}

.WthVdeCntCfc {
    position: absolute;
    top: 50%;
    width: 95%;
    max-width: 1240px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.VdeMnsCntHm {
    width: 40%
}

.VdeMnsCntHm h2 {
    font-size: 60px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    margin: 0
}

.VdeMnsCntHm p {
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.WrtWheVddeSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: -80px;
    width: 100%
}

.WrtWheVddeSec .VdeSecWn {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative
}

.WrtWheVddeSec .VdeSecWn img {
    margin: 0 auto;
    width: 6px
}

.RwnDwnSec {
    cursor: pointer
}

.VdeSecWn:before {
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: .5
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: .5
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.bounce_ar {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.ChwseSecShw {
    width: 100%;
    position: relative;
    display: block;
    padding-left: 50px;
    margin-bottom: 50px;
    background-color: #fff
}

@media(max-width:991px) {
    .ChwseSecShw {
        padding-left: 0;
        margin-bottom: 0
    }
}

.ChwseSecShw .col12Chwse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn {
    width: 30%;
    position: relative
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw {
    padding-left: 60px;
    position: relative;
    display: block
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw {
        padding-left: 0;
        padding: 15px
    }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2 {
    font-size: 36px;
    line-height: 1;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #0e034b
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw p {
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 15px
    }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2:before {
    width: 76px;
    height: 3px;
    top: auto;
    right: auto;
    bottom: 0;
    left: auto;
    position: absolute;
    content: "";
    background-color: #f78117
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2:before {
        left: 0;
        transform: none
    }
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw p {
        text-align: justify
    }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn {
    width: 65%;
    position: relative
}
.ChwseSecShw .col12Chwse .col12ChwSecwn {
    width: 98%;
    position: relative
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col9ChwSecwn {
        width: 100%
    }
}
@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col12ChwSecwn {
        width: 100%
    }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover .SlrdDsimg .Frction::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item:hover .SlrdDsimg .Frction::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item {
    position: relative;
    overflow: hidden
}

.ChwseSecShw .col12Chwse .col12ChwSecwn .item {
    position: relative;
    overflow: hidden
}
.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover .SlrdDsimgCnt {
    bottom: 0
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item:hover .SlrdDsimgCnt {
    bottom: 0
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover .Frction:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item:hover .Frction:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.ChwseSecShw img {
    width: 100%
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg {
    width: 100%;
    position: relative;
    line-height: 0
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimg {
    width: 100%;
    position: relative;
    line-height: 0
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg:before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(transparent, #000);
    opacity: .6
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimg:before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: linear-gradient(transparent, #000);
    opacity: .6
}


.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg .Frction:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 1s;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimg .Frction:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 1s;
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}


.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt {
    position: absolute;
    bottom: -45px;
    width: 100%;
    padding: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimgCnt {
    position: absolute;
    bottom: -45px;
    width: 100%;
    padding: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 0 28px;
    font-weight: 500;
    margin-bottom: 30px
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimgCnt h5 {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding: 0 28px;
    font-weight: 500;
    margin-bottom: 30px
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt h5 {
        text-align: center
    }
}
@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimgCnt h5 {
        text-align: center
    }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt .ExpreBtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #36a6ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .item .SlrdDsimgCnt .ExpreBtn {
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #36a6ff;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-decoration: none
}
.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%)
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%)
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-next {
    right: -0.2%
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav .owl-next {
    right: -0.2%
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-next {
        right: 4px
    }
}
@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav .owl-next {
        right: 4px
    }
}
.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-prev {
    left: -18px
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav .owl-prev {
    left: -18px
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-prev {
        left: 4px
    }
}
@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav .owl-prev {
        left: 4px
    }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    -webkit-box-shadow: -2px -1px 13px #555353;
    box-shadow: -2px -1px 13px #555353;
    width: 44px;
    height: 44px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav [class*=owl-] {
    border-radius: 50%;
    -webkit-box-shadow: -2px -1px 13px #555353;
    box-shadow: -2px -1px 13px #555353;
    width: 44px;
    height: 44px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px
    }
}
@media(max-width:991px) {
    .ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav [class*=owl-] {
        width: 30px;
        height: 30px
    }
}
.SldrshwCnt {
    width: 100%;
    overflow: hidden;
    padding-left: 25px
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] img {
    width: 10px;
    vertical-align: middle;
    margin: 0 auto
}
.ChwseSecShw .col12Chwse .col12ChwSecwn .owl-theme .owl-nav [class*=owl-] img {
    width: 10px;
    vertical-align: middle;
    margin: 0 auto
}
.SldrshwCnt .owl-stage {
    display: flex
}

.DistnTxt {
    width: 100%;
    text-align: center;
    padding: 40px 0
}

.DistnTxt h3 {
    margin: 0;
    font-size: 72px;
    color: #0e034b;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
    font-weight: 700
}

.DistnTxt .HrbSecTtrl ul {
    list-style-type: none;
    margin: 0;
    margin-top: 5px
}

.DistnTxt .HrbSecTtrl ul li {
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 0
}

.DistnTxt .HrbSecTtrl ul .Ctve {
    color: #0e034b;
    border-bottom: 2px solid #ffbe4e
}

.TbdSec {
    display: none;
    width: 100%;
    position: relative
}

.BtnFrmSecMn {
    width: 100%;
    display: block;
    margin-top: 45px
}

.RdMreBtnSec a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0e034b;
    border-radius: 30px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 1s ease
}

.RdMreBtnSec a:hover:before {
    transform: translateX(0%)
}

.BtnFrmSecMn a {
    background-color: transparent;
    border: 1px solid #203266;
    padding: 0 40px;
    font-size: 12px;
    display: inline-block;
    color: #203266;
    font-weight: 600;
    border-radius: 25px;
    letter-spacing: 0;
    transition: all 1s ease;
    line-height: 32px;
    text-decoration: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden
}

.BtnFrmSecMn a:hover:before {
    transform: translateX(0%)
}

.RdMreBtnSec a:hover span,
.BtnFrmSecMn a:hover span {
    color: #fff
}

.RdMreBtnSec a span,
.BtnFrmSecMn a span {
    position: relative;
    z-index: 1;
    transition: all 1s ease;
    font-size: 16px;
    color: #fff
}

.BtnFrmSecMn a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #0e034b;
    border-radius: 30px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 1s ease
}

.AbtIfca {
    width: 100%;
    position: relative
}

.Cl12SecmnAbt {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between
}

.Cl12SecmnAbt .Abtcl12Shw6 {
    background-color: #ffbe4e;
    position: relative;
    width: 65%
}

.Cl12SecmnAbt .Abtcl12Shw4 {
    width: 35%;
    position: relative
}

.Cl12SecmnAbt .Abtcl12Shw4 .ShwmAbt {
    position: relative;
    line-height: 0;
    width: 100%;
    height: 100%
}

.Cl12SecmnAbt .Abtcl12Shw4 .ShwmAbt img {
    width: 100%;
    height: 100%
}

.Cl12SecmnAbt .Abtcl12Shw4 .ShwmAbt:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear-gradient(transparent, black));
    background-image: linear-gradient(transparent, black);
    opacity: .9;
    z-index: 1
}

.Cl12SecmnAbt .Abtcl12Shw4 .ShwmAbt img {
    width: 100%
}

.Cl12SecmnAbt .Abtcl12Shw6 .PdindSecMn {
    padding: 100px 145px 115px 90px
}

.Cl12SecmnAbt .Abtcl12Shw6 .PdindSecMn h3 {
    font-size: 72px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

.Cl12SecmnAbt .Abtcl12Shw6 .PdindSecMn p {
    font-size: 16px;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    font-weight: 500;
    text-align: justify
}

.FrnderShw {
    position: absolute;
    right: -167px;
    transform: rotate(-90deg);
    top: 150px
}

.FrnderShw h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.CntSecMnVnl {
    position: absolute;
    bottom: 60px;
    left: 62px;
    z-index: 1
}

.CntSecMnVnl h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 0
}

.CntSecMnVnl p {
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500
}

.VdeTgnSec {
    position: absolute;
    bottom: 70px;
    left: -34px;
    z-index: 1
}

.VdeTgnSec .VdeMnSl {
    width: 70px;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    cursor: pointer
}

.VdeTgnSec .VdeMnSl:before {
    width: 70px;
    height: 70px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.VdeTgnSec .VdeMnSl img {
    margin: 0 auto
}

.RdMreBtnSec {
    display: block;
    width: 100%
}

.RdMreBtnSec a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    background-color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 35px;
    position: relative;
    overflow: hidden
}

.WhyCfecaSecMn {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background-color: #eee;
    overflow: hidden
}

.WhyCfecaSecMn:before {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    right: 0;
    width: 30%;
    bottom: 0;
    background-image: url(../images/chef-hat.png);
    height: 100%;
    transform: translate(-50%, 0px);
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    bottom: -170px
}

.WhyChecifa {
    width: 100%;
    position: relative
}

.cl2mdSec {
    width: 865px;
    margin: 0 auto
}

.cl2mdSec h2 {
    font-size: 72px;
    color: #0e034b;
    font-weight: 700;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif
}

.cl2mdSec p {
    color: #666;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    line-height: 26px
}

.WhyCfecaSecMn .Wdthcl12Sec {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 70px
}

.WhyCfecaSecMn .Wdthcl12Sec .cl12SecmnAbt {
    width: 15%;
    position: relative
}

.WhyCfecaSecMn .Wdthcl12Sec .cl12SecmnAbt h3 {
    margin: 0;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #0e034b;
    font-weight: 600
}

.WhyCfecaSecMn .Wdthcl12Sec .cl12SecmnAbt p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #0e034b
}

.RdMreBtnSec.RdmreSec {
    text-align: center;
    margin-top: 40px
}

.RdMreBtnSec.RdmreSec a {
    background-color: transparent;
    border: 1px solid #0e034b;
    color: #0e034b
}

.CntAlSecMn {
    background-image: url('../images/bckimg.jpg');
    width: 100%;
    background-size: cover;
    padding-top: 60px;
    background-attachment: fixed;
    overflow: hidden
}

.CntAlSecMn .IcfaLn {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.CntAlSecMn .clmn8Sec {
    width: 60%;
    position: relative
}

.CntAlSecMn .clmn4Sec {
    width: 35%
}

.CntAlSecMn .clmn4Sec .vdeMnSwnSld {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: flex-end;
    margin-left: 30px
}

.CntAlSecMn .clmn4Sec .vdeMnSwnSld img {
    width: 100%
}

.clmn8Sec .mnSlwLft {
    position: absolute;
    left: -45px;
    display: none
}

.clmn8Sec .CrfaSecWn {
    padding-left: 0
}

.clmn8Sec .CrfaSecWn h2 {
    margin: 0;
    font-size: 140px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1
}

.clmn8Sec .CrfaSecWn p {
    font-size: 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.clmn8Sec small {
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.clmn8Sec .TtelArjn {
    padding-left: 0
}

.clmn8Sec .TtelArjn h3 {
    margin: 0;
    font-size: 48px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

.clmn8Sec .TtelArjn p {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

.clmn8Sec .RdMreBtnSec {
    padding-left: 0;
    margin-top: 24px
}

.EspisecMn {
    margin-top: 35px
}

.EspisecMn .mnClSec {
    position: relative
}

.EspisecMn .mnClSec .VdeSmnLn {
    position: absolute;
    top: auto;
    left: 20px;
    width: 35px;
    height: 35px;
    border: 1px solid #eb902d;
    display: flex;
    bottom: 20px;
    background: #eb902d;
    border-radius: 50%;
    align-items: center;
    cursor: pointer
}

.EspisecMn .mnClSec .VdeSmnLn:before {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #eb902d;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.EspisecMn .mnClSec .VdeSmnLn img {
    width: 7px;
    margin: 0 auto
}

.EspisecMn .item {
    background-color: #fff;
    text-align: center
}

.EspisecMn .item p {
    margin: 0;
    padding: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500
}

.EspisecMn .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0px, -50%)
}

.EspisecMn .owl-nav .owl-prev {
    position: absolute;
    left: -50px
}

.EspisecMn .owl-nav .owl-next {
    position: absolute;
    right: -52px
}

.owl-theme .owl-nav [class*=owl-] {
    background: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent
}

.EspisecMn {
    margin-top: 35px;
    padding-bottom: 65px
}

.AvsiryShec {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px
}

.AvsiryShec .OrdvSecmn {
    background-image: url(../images/advisarybckimg.jpg);
    position: relative;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 350px;
    background-attachment: fixed
}

.AvsiryShec .OrdvSecmn:before {
    background-color: #0d0349;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7
}

.AvsiryShec .OrdvSecmn .Cncttle {
    position: relative;
    padding-top: 60px
}

.AvsiryShec .OrdvSecmn .Cncttle small {
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1
}

.AvsiryShec .OrdvSecmn .Cncttle h4 {
    font-size: 80px;
    line-height: 1;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 500
}

.ChnclSecMnSec {
    position: relative;
    padding: 10px;
    margin-top: -157px;
    background: #fff;
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: -120px;
    padding: 40px 0
}

.cl12CnlSCChef12 {
    display: flex;
    background-color: #6ac2e2
}

.cl12CnlSCChef12 .cl126SecMnChef {
    width: 50%;
    position: relative
}

.cl12CnlSCChef12 .cl126SecMnChef .VdeSec {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    bottom: 18px;
    left: 18px;
    cursor: pointer
}

.cl12CnlSCChef12 .cl126SecMnChef .VdeSec:before {
    width: 35px;
    height: 35px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.cl12CnlSCChef12 .cl126SecMnChef .VdeSec img {
    width: 5px;
    margin: 0 auto
}

.cl12CnlSCChef12 .cl126SecMnChef .PlcIcnMn {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.cl12CnlSCChef12 .cl126SecMnChef .PlcIcnMn span {
    position: relative;
    width: 100%;
    height: 100%
}

.cl12CnlSCChef12 .cl126SecMnChef .PlcIcnMn span:before {
    width: 18px;
    content: '';
    height: 1px;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    background-color: #fff;
    position: absolute
}

.cl12CnlSCChef12 .cl126SecMnChef .PlcIcnMn span:after {
    width: 1px;
    content: '';
    height: 18px;
    left: 9px;
    right: 0;
    top: 50%;
    bottom: 0;
    background-color: #fff;
    position: absolute
}

.cl12CnlSCChef12 .cl126SecMnChef .CntMghSeCnlc {
    padding: 0 18px
}

.cl12CnlSCChef12 .cl126SecMnChef .CntMghSeCnlc h3 {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.ChnclSecMnSec .owl-item.active.center {
    transform: scale(1)
}

.ChnclSecMnSec .owl-item {
    transform: scale(0.8);
    transition: all 1s ease
}

.ChnclSecMnSec .owl-item.active.center .item .cl12CnlSCChef12 {
    background-color: #6f5ad3
}

.pop_up_vdo,
.pop_up_vdo1 {
    position: fixed;
    background: #000;
    width: 100%;
    display: inline-block;
    height: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%
}

.pop_up_vdo .vdo_onply1,
.pop_up_vdo1 .vdo_onply,
.pop_up_vdo1 .vdo_onply1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.vdo_onply_ad1 .cls_vdo1 {
    display: inline-block;
    background: transparent;
    position: absolute;
    border-radius: 50px;
    right: 93px;
    font-size: 30px;
    top: 0;
    color: #fff;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: #000;
    border-radius: 50%;
    right: 9px;
    top: 9px
}

.vdo_onply_ad1 #iframe1 {
    width: 100%;
    height: 100%;
    border: 0
}

.pop_up_vdo_opn,
.pop_up_vdo_opn1 {
    opacity: 1;
    z-index: 14;
    height: 100%
}

.PopBxClsVde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.PopBxClsVde img {
    width: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 12px
}

.ChnclSecMnSec .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 40%;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%)
}

.ChnclSecMnSec .owl-theme .owl-nav .owl-prev {
    left: 0;
    position: absolute
}

.ChnclSecMnSec .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0
}

.AvsiryShec .RdMreBtnSec.RdmreSec {
    margin-top: 5px
}

.AvsiryShec .RdMreBtnSec.RdmreSec a {
    background-color: transparent;
    border: 1px solid #0e034b;
    color: #0e034b;
    padding: 6px 35px
}

.TestmnialSecmn {
    padding: 90px 0;
    width: 100%;
    position: relative
}

.TestmnialSecmn .SecmAllTst {
    width: 100%;
    position: relative;
    display: block
}

.TestmnialSecmn .SecmAllTst .HdrSecmnTst {
    margin-bottom: 62px;
    width: 100%;
    position: relative;
    display: block
}

.HdrSecmnTst h2 {
    font-size: 72px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    color: #0e034b;
    font-family: 'Montserrat', sans-serif
}

.TstMnSecTbSec {
    width: 100%;
    text-align: center
}

.TstMnSecTbSec ul {
    list-style: none;
    margin: 0
}

.TstMnSecTbSec ul .actvetab {
    color: #0e034b;
    border-bottom: 2px solid #ffbe4e
}

.TstMnSecTbSec ul li {
    display: inline-block;
    font-size: 20px;
    color: #666;
    padding: 10px 0;
    margin-right: 30px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif
}

.TstmnSec {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.TstmnSec .colSemn6Tstmn {
    width: 45%;
    position: relative;
    display: block
}

.TstmnSec .colSemn6Tstmn .VdeSemnVlTst {
    width: 100%;
    position: relative
}

.TstmnSec .colSemn6Tstmn .VdeSemnVlTst .ifccaVdeSec {
    width: 100%;
    position: relative;
    line-height: 0;
    z-index: 1
}

.TstmnSec .colSemn6Tstmn .VdeSemnVlTst .ifccaVdeSec img {
    width: 100%
}

.VdetstSml {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1
}

.ifccaVdeSec {
    position: relative
}

.ifccaVdeSec:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear-gradient(transparent, black));
    background-image: linear-gradient(transparent, black);
    opacity: .7;
    z-index: 1
}

.TstmnSec .VdetstSml img {
    margin: 0 auto;
    width: 6px
}

.VdetstSml:before {
    width: 50px;
    height: 50px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    border-radius: 50%;
    display: block;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite
}

.titletstMn {
    width: 100%;
    position: relative;
    display: block
}

.titletstMn h3 {
    margin: 0;
    font-size: 36px;
    color: #0e034b;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px
}

.titletstMn small {
    font-size: 18px;
    color: #0e034b;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-bottom: 9px;
    display: inline-block;
    margin-bottom: 5px
}

.titletstMn small:before {
    width: 84px;
    height: 3px;
    background-color: #ffbe4e;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0
}

.titletstMn p {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px
}

.TestmnialSecmn .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: -12px;
    bottom: 0;
    width: auto
}

.TsbSecStund {
    display: none;
    position: relative
}

.ImgRgtSec {
    position: absolute;
    right: 0;
    bottom: -10px
}

.ImgLftSec {
    position: absolute;
    top: 110px;
    left: 0
}

.ArdSemnSec {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between
}

.ArdSemnSec .AwrdCl6 {
    width: 50%;
    position: relative;
    background-color: #140837;
    line-height: 0
}

.ArdSemnSec .AwrdCl6 .AwrdCntPrt {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    padding: 40px 60px 40px 40px
}

.ArdSemnSec .AwrdCl6 .AwrdCntPrt h4 {
    font-size: 48px;
    color: #fff;
    margin: 0;
    width: 90%;
    line-height: 1;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif
}

.ArdSemnSec .AwrdCl6 .AwrdCntPrt p {
    font-size: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    font-weight: 500
}

.ArdSemnSec .AwrdCl6 .AwrdSldr {
    width: 100%;
    position: relative
}

.ArdSemnSec .AwrdCl6 .AwrdSldr .ArdSlimg {
    width: 100%;
    position: relative
}

.ArdSemnSec .AwrdCl6 .AwrdSldr .ArdSlimg img {
    width: 100%
}

.lognSecAwed {
    width: 72%;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 25px
}

.lognSecAwed .cl2Awrd {
    width: 20%;
    text-align: center;
    margin-right: 38px;
    margin-bottom: 17px
}

.lognSecAwed .cl2Awrd:last-child {
    margin-left: 30px
}

.lognSecAwed .cl2Awrd img {
    width: auto
}

.AwrdSec .RdMreBtnSec.RdmreSec {
    text-align: left
}

.AwrdSec .RdMreBtnSec.RdmreSec a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 1
}

.AwrdSec .RdMreBtnSec.RdmreSec a:hover span {
    color: #000
}

.AwrdSec .RdMreBtnSec.RdmreSec a:before {
    background-color: #fff
}

.AwrdCl6 .owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 45px
}

.AwrdCl6 .owl-theme .owl-dots span {
    width: 12px;
    height: 12px;
    background: #706a6b
}

.AwrdCl6 .owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.InstRgmSec {
    width: 100%;
    position: relative;
    display: block;
    padding: 40px 0
}

.InstRgmSec .TtleInstgm {
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.InstRgmSec .TtleInstgm small {
    font-size: 24px;
    color: #0e034b;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase
}

.InstRgmSec .TtleInstgm small img {
    vertical-align: middle;
    margin-right: 10px
}

.InstRgmSec .TtleInstgm h3 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    color: #0e034b
}

.InstgrmShwFlw {
    width: 100%;
    display: block
}

.InstgrmShwFlw img {
    width: 100%
}

.plcMntSecmn {
    padding: 45px 0;
    background: #160958
}

.plcMntSecmn .item img {
    width: auto;
    margin: 0 auto
}

.ttlePlc {
    width: 100%;
    margin-bottom: 50px;
    text-align: center
}

.ttlePlc h2 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.plcMntSecmn .owl-stage {
    display: flex;
    align-items: center
}

.CntFterHtmPge {
    width: 100%;
    padding: 30px 0
}

.CntFnSec {
    width: 100%;
    position: relative;
    display: block
}

.CntFnSec .CntFtrSec {
    margin-bottom: 20px
}

.CntFnSec .CntFtrSec h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1d0505;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif
}

.CntFnSec .CntFtrSec p {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px
}

.CntFnSec .CntFtrSec p a {
    margin: 0;
    font-size: 16px;
    color: #666;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    line-height: 25px;
    transition: all 1s ease;
    text-decoration: none
}

.CntFnSec .CntFtrSec p a:hover {
    color: #0e034b
}

.CntFnSec .CntFtrSec:last-child {
    margin-bottom: 0
}

footer {
    background-color: #150a39;
    position: relative;
    display: block;
    padding: 65px 0;
    overflow: hidden
}

footer:before {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    right: 0;
    width: 26%;
    bottom: 0;
    background-image: url(../images/chef-hat.png);
    height: 100%;
    transform: translate(-50%, 0px);
    background-size: contain;
    z-index: 0;
    background-repeat: no-repeat;
    bottom: -58px;
    opacity: .1
}

footer .cl12SecFtr {
    width: 100%;
    position: relative
}

.CntFldCdsec {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.CntFldCdsec .Col4FterSec {
    position: relative
}

.CntFldCdsec .Col4FterSec h3 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    margin-bottom: 26px;
    font-family: 'Montserrat', sans-serif
}

.CntFldCdsec .Col4FterSec ul {
    margin: 0;
    width: 100%;
    padding: 0;
    list-style-type: none
}

.CntFldCdsec .Col4FterSec ul li {
    display: block
}

.CntFldCdsec .Col4FterSec ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    opacity: 66%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    padding: 7px 0
}

.CntFldCdsec .Col4FterSec .PyScle {
    width: 100%;
    display: flex
}

.CntFldCdsec .Col4FterSec .PyScle ul {
    list-style-type: none
}

.CntFldCdsec .Col4FterSec .PyScle ul li {
    display: inline-block;
    margin-right: 15px
}

.CntFldCdsec .Col4FterSec .PyScle ul li img {
    vertical-align: middle
}

.CntFldCdsec .Col4FterSec .ScmediaSecFtr {
    margin-top: 40px
}

.CntFldCdsec .Col4FterSec .ScmediaSecFtr ul {
    list-style-type: none;
    width: 100%
}

.CntFldCdsec .Col4FterSec .ScmediaSecFtr ul li {
    display: inline-block
}

.CntFldCdsec .Col4FterSec .ScmediaSecFtr ul li a {
    margin-right: 20px
}

.FtrLogoSceMn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px
}

.FtrLogoSceMn .lgoFtrSecMn {
    margin-right: 65px
}

.FtrLogoSceMn .lgoFtrSecMn:last-child {
    margin-right: 0
}

.FtrWthSeclst {
    border-top: 1px solid #4e4570;
    margin-top: 40px;
    padding-top: 40px
}

.FtrWthSeclst ul {
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
    list-style-type: none
}

.FtrWthSeclst ul li {
    display: inline-block
}

.FtrWthSeclst ul li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 0 20px;
    display: block;
    line-height: 1;
    opacity: 43%;
    border-right: 1px solid #fff;
    margin-bottom: 20px
}

.FtrWthSeclst ul li:last-child a {
    border-right: 0
}

.FxedFtrSec {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to right, #dc4e16, #efa032);
    display: flex;
    justify-content: space-between;
    padding: 10px 50px
}

.FxedFtrSec .cl12Fxd6dtr {
    position: relative
}

.FxedFtrSec .cl12Fxd6dtr:first-child {
    padding-left: 30px
}

.FxedFtrSec .cl12Fxd6dtr ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
    margin-right: 60px;
    display: flex
}

.FxedFtrSec .cl12Fxd6dtr ul li {
    display: inline-block
}

.FxedFtrSec .cl12Fxd6dtr ul li a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 20px;
    padding: 10px 0
}

.PlusIcn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 40px;
    top: -30px;
    cursor: pointer
}

.PlusIcn span {
    left: 1px;
    margin-left: 10px;
    position: relative;
    top: 3px
}

.PlusIcn span:before {
    width: 15px;
    content: '';
    height: 2px;
    left: 1px;
    right: 0;
    top: 16px;
    bottom: 0;
    background-color: #000;
    position: absolute
}

.PlusIcn span:after {
    width: 2px;
    content: '';
    height: 15px;
    left: 8px;
    right: 0;
    top: 50%;
    bottom: 0;
    background-color: #000;
    position: absolute
}

header:before {
    width: 100%;
    height: 100%;
    top: -100%;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #0e034b;
    -webkit-transition: all .5s;
    transition: all .5s
}

header.hdrDown:before {
    background-color: #0e034b;
    width: 100%;
    height: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
}

header.hdrDown .NwlS {
    padding: 5px 0
}

header.hdrDown .CntHderSec .NavLeftSec .logoMnSec {
    /*width: 55px*/
}

.Why-Vdo {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.Why-Vdo iframe {
    width: 100%;
    position: relative;
    height: 100%;
    border: 0;
    transform: scale(1.3)
}

.Clsemn {
    position: absolute;
    right: 10px;
    z-index: 11;
    width: 40px;
    top: 10px;
    height: 40px;
    background: #2196f3;
    padding: 13px;
    border-radius: 50%;
    cursor: pointer;
    display: none
}

.AvsiryShec .RdMreBtnSec.RdmreSec {
    margin-top: 30px
}

.Srcmn {
    display: inline-block
}

.SrchBr {
    width: 175px;
    position: relative;
    display: none
}

.SrchBr input.frmCtrl {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    transition: all 1s ease;
    color: #fff
}

.SrchBr input.frmCtrl:focus~label {
    top: -10px
}

.SrchBr label {
    position: absolute;
    left: 0;
    top: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #fff;
    transition: all 1s ease
}

.SrchBr .ClseBtn {
    position: absolute;
    right: 0;
    top: 10px;
    width: 17px;
    cursor: pointer
}

.SrchBr .ClseBtn img {
    width: 100%
}

.VdeSecMnCfic.innrpgeSec .VdeMnsCntHm h2 {
    font-size: 48px
}

.WhyIca {
    padding: 62px 0;
    position: relative
}

.TtleBy {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 50px
}

.TtleBy h2 {
    font-size: 48px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin: 0
}

.Cl12WhyIrca .item {
    position: relative;
    display: block;
    overflow: hidden
}

.LrnDrmCtrlimg img {
    width: 100%;
    transition: all 1s ease
}

.LrnDrmCtrlimg:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear-gradient(transparent, black));
    background-image: linear-gradient(transparent, black);
    opacity: .7;
    z-index: 1
}

.CntOnlie {
    position: absolute;
    bottom: 30px;
    width: 65%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 1
}

.CntOnlie p {
    margin: 0;
    font-size: 18px;
    color: #fff;
    font-family: 'Montserrat', sans-serif
}

.Cl12WhyIrca .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%
}

.Cl12WhyIrca .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: -40px
}

.Cl12WhyIrca .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: -40px
}

.Frction::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: '';
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}

.Cl12WhyIrca .item:hover .Frction::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg)
}

.Cl12WhyIrca .item:hover .LrnDrmCtrlimg img {
    transform: scale(1.1)
}

.lnkall {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.OnlineClssmn {
    width: 100%;
    position: relative;
    display: block;
    padding: 30px 0 45px;
    background-color: #ffbe4e
}

.cl12mnSecWn {
    display: inline-block;
    width: 100%
}

.cl12mnSecWn .cl3mnOn3 {
    width: 25%;
    position: sticky;
    display: inline-block;
    float: left;
    top: 80px
}

.cl12Onl {
    width: 92%;
    margin-right: 20px;
    padding: 15px 15px;
    background: #fff
}

.cl12Onl h3 {
    margin: 0 auto;
    font-size: 14px;
    color: #0c0247;
    text-transform: uppercase;
    border-bottom: 2px solid #0c0247;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif
}

.cl12Onl ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 15px
}

.cl12Onl ul li a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    padding: 10px 0
}

.cl12mnSecWn .cl3mnOn9 {
    position: relative;
    width: 75%;
    display: inline-block;
    padding-left: 20px
}

.Ttelse {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 40px
}

.Ttelse h3 {
    margin: 0;
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff
}

.cl12Onl h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #0c0247
}

.TstMnSecMn {
    width: 92%;
    margin-right: 20px;
    padding: 15px 10px;
    background: #fff;
    margin-top: 30px
}

.TstMnSecMn .item .Clsemn {
    width: 30px;
    height: 30px;
    padding: 9px
}

.TstMnSecMn .item .VdetstSml {
    bottom: 20px;
    left: 20px;
    width: 35px;
    height: 35px
}

.TstMnSecMn .item .VdetstSml img {
    width: 5px;
    margin: 0 auto
}

.TstMnSecMn .item .ifccaVdeSec {
    z-index: 1
}

.TstMnSecMn h4 {
    font-size: 24px;
    color: #0c0247;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px
}

.TstMnSecMn .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -42px;
    right: -9px;
    width: auto
}

.TstMnSecMn .owl-theme .owl-nav [class*=owl-] {
    margin: 2px 8px
}

.CntTstInnerTst {
    width: 100%;
    position: relative;
    display: block
}

.TstMnSecMn .VdeSemnVlTst {
    position: relative;
    display: block;
    width: 100%
}

.CntTstInnerTst h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 4px
}

.CntTstInnerTst {
    width: 100%;
    position: relative;
    display: block;
    margin-top: 12px
}

.CntTstInnerTst p {
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.cl3mnOn9 .cl12mnChe {
    width: 100%;
    position: relative;
    display: block
}

.cl3mnOn9 .cl12mnChe p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: justify;
    font-family: 'Montserrat', sans-serif
}

.cl12SecChec {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: left;
    flex-wrap: wrap
}

.cl12SecChec .cl4mnSec {
    width: 31%;
    position: relative;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 50px;
    background-color: #0e034b;
    padding-bottom: 30px;
}

.cl12SecChec .cl4mnSec:nth-child(3n-3) {
    margin-right: 0 !important
}

.cl12SecChec .cl4mnSec .ImgSechec {
    width: 100%;
    position: relative;
    display: block
}

.cl12SecChec .cl4mnSec .ImgSechec h5 {
    margin: 0;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.ImgSechec .HourIngImg {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0
}

.ImgSechec .HourIngImg:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background: -webkit-gradient(linear-gradient(transparent, black));
    background-image: linear-gradient(transparent, black);
    opacity: .7;
    z-index: 1
}

.ImgSechec .HourIngImg img {
    width: 100%
}

.CntPrtOnline {
    width: 100%;
    background: #0e034b;
    margin: 0;
    line-height: 0;
    padding: 15px 15px 40px 15px;
    /*position: relative*/
}

.CntPrtSecMn {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cl4mnSec .CntPrtSecMn p {
    margin: 0;
    font-size: 11px;
    color: #fff;
    opacity: 78%
}

.cl4mnSec .CntPrtSecMn p:last-child {
    color: #f88a31
}

.cl4mnSec .CntPrtOnline .RdMreBtnSec.RdmreSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    padding: 0px 15px;
}

.cl4mnSec .CntPrtOnline .RdMreBtnSec.RdmreSec a:first-child {
    border: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    font-size: 12px;
    color: #fff
}

.cl4mnSec .CntPrtOnline .RdMreBtnSec.RdmreSec a:first-child:hover:before {
    background-color: #fff
}

.cl4mnSec .CntPrtOnline .RdMreBtnSec.RdmreSec a:first-child:hover span {
    color: #0c0247
}

.cl4mnSec .CntPrtOnline .RdMreBtnSec.RdmreSec a:last-child {
    background-color: #fff;
    color: #0c0247;
    display: inline-block;
    line-height: 1;
    padding: 8px 20px;
    font-size: 12px;
    border: 1px solid #fff
}

.CntPrtOnline .PlusIcn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: auto;
    top: auto;
    cursor: pointer;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0px)
}

.CntPrtOnline .PlusIcn span {
    top: 8px;
    left: 4px
}

.CntPrtOnline .PlusIcn span:before {
    height: 2px;
    left: -2px;
    right: 0;
    top: 20px;
    background-color: #0e034b
}

.CntPrtOnline .PlusIcn span:after {
    width: 2px;
    content: '';
    height: 17px;
    left: 5px;
    right: 0;
    top: 68%;
    bottom: 0;
    background-color: #0e034b;
    position: absolute
}

.OvrCal8 .CrSecFrm {
    width: 100%;
    position: relative;
    display: block;
    padding: 0 0 15px
}

.OvrCal8 .CrSecFrm .CarfOpperSec {
    width: 100%;
    display: block;
    position: relative
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 {
    width: 100%;
    position: relative;
    display: block
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #666
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 h4 {
    font-size: 30px;
    margin-bottom: 60px;
    text-align: center;
    color: #666;
    font-weight: 900
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0;
    border: 0
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec.ActeTab {
    background-color: transparent;
    color: #fff
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec {
    width: 100%;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec h5 {
    font-size: 18px;
    position: relative;
    font-weight: 500;
    margin: 0;
    color: #100450
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec h5 span {
    position: absolute;
    color: #666;
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    margin: 0
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDeownImgSec:before {
    width: 15px;
    height: 2px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #100450;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDeownImgSec:after {
    width: 2px;
    height: 15px;
    top: -7px;
    right: auto;
    bottom: auto;
    left: 7px;
    position: absolute;
    content: "";
    background-color: #100450;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec.MinusAdd .DrpDeownImgSec {
    width: 15px;
    height: 1px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #0e2e7b
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec.MinusAdd .DrpDeownImgSec:after {
    content: none
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown {
    width: 100%;
    position: relative;
    display: none
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity {
    padding: 0;
    margin-top: 15px
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity p {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    text-align: left;
    line-height: 22px
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity h4,
.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity h3 {
    font-size: 18px;
    font-weight: 800;
    color: #666;
    position: relative;
    margin: 15px 0;
    text-align: left
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul {
    padding-left: 35px;
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul li {
    padding: 3px 0;
    font-size: 14px;
    text-align: left;
    position: relative;
    font-weight: 500;
    padding-left: 22px;
    color: #666
}

.OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul li:after {
    width: .6em;
    height: .6em;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #100450;
    border-radius: 50%;
    display: inline-block
}

.error_msg {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
    color: #ef0e0e
}

.FaqSecMn {
    padding: 75px 0 25px;
    position: relative;
    font-family: 'Montserrat', sans-serif
}

.OvrSheTtle {
    width: 100%;
    text-align: center
}

.OvrSheTtle h1 {
    font-size: 48px;
    color: #100450;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px
}

.GallrySec {
    width: 100%;
    position: relative;
    display: block;
    font-family: 'Montserrat', sans-serif;
    padding: 40px 0 50px 0;
    background-color: #fafafa
}

@media(max-width:767px) {
    .GallrySec {
        padding: 20px 0 30px 0
    }
}

.GallrySec .SliderSecGallerBtm {
    background-image: url("../images/project-details/Gallerybgimg.png");
    position: absolute;
    bottom: 0;
    width: 100%;
    background-repeat: repeat;
    -webkit-animation: slide 25s linear infinite;
    animation: slide 25s linear infinite;
    height: 138px
}

@media(max-width:767px) {
    .GallrySec .SliderSecGallerBtm {
        display: none
    }
}

.GallrySec .GlyHd {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    text-align: center
}

.GallrySec .GlyHd ul {
    width: 100%;
    text-align: center;
    margin: 0
}

@media(max-width:767px) {
    .GallrySec .GlyHd {
        margin-bottom: 10px;
        display: inline-block
    }
}

.GallrySec .GlyHd h6 {
    font-size: 48px;
    font-family: "Mahira-font";
    margin-right: 70px;
    display: inline-block
}

@media(max-width:767px) {
    .GallrySec .GlyHd h6 {
        font-size: 24px;
        line-height: 30px
    }
}

.GallrySec .GlyHd ul li {
    display: inline-block;
    padding: 10px 0;
    margin-right: 40px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: #666
}

@media(max-width:767px) {
    .GallrySec .GlyHd ul li {
        font-size: 15px;
        margin-right: 20px
    }
}

.GallrySec .GlyHd ul .ActGal {
    border-bottom: 2px solid #ffbe4e;
    color: #0e034b
}

.GallrySec .GlyTabSec {
    width: 100%;
    position: relative;
    display: none;
    margin-top: 5px
}

@media(max-width:767px) {
    .GallrySec .GlyTabSec {
        margin-top: 10px
    }
}

.GallrySec .GlyTabSec iframe {
    width: 100%;
    height: 240px
}

.GallrySec .GlyTabSec .GalleryImgSec {
    position: relative;
    display: block;
    height: 300px;
    width: 100%;
    overflow: hidden
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail:hover .PoupFillSec {
    top: 0
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail img {
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    object-fit: cover
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail .PoupFillSec {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.GallrySec .GlyTabSec .GalleryImgSec .thumbnail .PoupFillSec p {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    text-align: center;
    font-size: 30px;
    color: #fff
}

.GallrySec .GlyTabSec .owl-nav {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%)
}

@media(max-width:767px) {
    .GallrySec .GlyTabSec .owl-nav {
        top: -48px;
        right: 31px;
        width: auto;
        -webkit-transform: none;
        transform: none
    }
}

.GallrySec .GlyTabSec .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
    background: transparent;
    margin: 0;
    padding: 0
}

@media(max-width:1400px) {
    .GallrySec .GlyTabSec .owl-nav .owl-prev {
        left: -30px;
        display: block
    }
}

@media(max-width:767px) {
    .GallrySec .GlyTabSec .owl-nav .owl-prev {
        display: block;
        left: -15px
    }
}

.GallrySec .GlyTabSec .owl-nav .owl-next {
    position: absolute;
    right: -60px;
    background: transparent;
    margin: 0;
    padding: 0
}

@media(max-width:1400px) {
    .GallrySec .GlyTabSec .owl-nav .owl-next {
        right: -30px;
        display: block
    }
}

@media(max-width:767px) {
    .GallrySec .GlyTabSec .owl-nav .owl-next {
        display: block
    }
}

.GallrySec .GlyTabSec .owl-nav .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0;
    padding: 0
}

.ttleSecmn {
    width: 100%;
    text-align: center;
    margin-bottom: 30px
}

.ttleSecmn h6 {
    margin: 0;
    color: #0e034b;
    font-size: 48px;
    font-weight: 600
}

.mfp-image-holder .mfp-content {
    overflow: hidden
}

.cl4mnSec:hover .HourIngImg figcaption:before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg)
}

.OverCurSecMn {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgb(0, 0, 0, 0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none
}

.WrteMnSecVlm {
    width: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 22px;
    border-radius: 0
}

.WrteMnSecVlm p {
    font-size: 14px
}

.cl3mnOn9 .cl12mnChe .WrteMnSecVlm p {
    font-size: 14px;
    margin-bottom: 15px
}

.WrteMnSecVlm ul {
    list-style-type: none
}

.WrteMnSecVlm ul li {
    padding: 3px 0;
    font-size: 14px;
    text-align: left;
    position: relative;
    font-weight: 500;
    padding-left: 22px
}

.WrteMnSecVlm ul li:before {
    width: .6em;
    height: .6em;
    top: 12px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #100450;
    border-radius: 50%;
    display: inline-block
}

.WrteMnSecVlm ul {
    line-height: 24px;
    font-size: 14px;
    font-weight: 500
}

.clsemn {
    position: absolute;
    right: 0;
    padding: 10px;
    width: 42px;
    cursor: pointer
}

.clsemn img {
    width: 100%
}

.PopContntBx {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
    height: 100vh
}

.PopContntBx:before {
    width: 100%;
    height: 0vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 1s;
    transition: all 1s
}

.PopContntBx .PopTxtBx {
    width: 75%;
    position: absolute;
    background: #fff;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 516px;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 500px;
    font-family: 'Montserrat', sans-serif
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx {
        width: 100%;
        height: 100vh
    }
}

.PopContntBx .PopTxtBx .PopBxCls {
    width: 30px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-size: 70%;
    cursor: pointer;
    z-index: 2;
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopBxCls {
        height: 22px
    }
}

.PopContntBx .PopTxtBx .PopCntntBx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.PopContntBx .PopTxtBx .PopCntntBx .PopImgBx {
    width: 460px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntntBx .PopImgBx {
        display: none
    }
}

.PopContntBx .PopTxtBx .PopCntntBx .PopImgBx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.PopContntBx .PopTxtBx .PopCntctTxtBx {
    width: calc(100% - 300px);
    height: 100%;
    margin-left: 0;
    padding: 20px 30px;
    overflow: hidden;
    position: relative
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx {
        width: calc(100% - 0);
        padding: 20px 17px;
        height: 84vh;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        overflow: auto
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title {
    float: left;
    width: 100%;
    display: block;
    position: relative
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title small {
    color: #000;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-size: 26px;
    display: block;
    width: 100%
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .title em {
    font-size: 13px;
    color: #827f7f;
    margin-bottom: 30px;
    line-height: 20px;
    text-align: center;
    display: block;
    width: 100%
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .title em {
        margin-bottom: 13px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb label {
    margin-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    width: 31%;
    text-align: right
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb label {
        font-size: 12px;
        text-align: center;
        margin-right: 0;
        width: 100%;
        margin-bottom: 13px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox {
    width: 64%;
    padding: 0 1px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox {
        width: 100%
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox select {
    padding: 0 20px;
    padding-right: 10px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 80px;
    cursor: pointer;
    width: 100%;
    background-color: transparent;
    background: url("../icon/down-arrow-select1.png") no-repeat right;
    -webkit-appearance: none;
    background-position-x: 96%;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox select:focus {
    outline: 0
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .selctProb .sectBox select option {
    font-weight: 300;
    opacity: .5
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx {
    float: left;
    width: 100%;
    position: relative;
    display: block
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body {
    position: relative;
    display: block;
    margin-top: 15px
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-top: -8px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp {
        margin-top: 0
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset {
    width: calc((100% - 15px) / 2);
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset {
        width: calc((100% - 0) / 1);
        margin-bottom: 20px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    border-radius: 0
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl:focus~.label-wrap {
    top: 0;
    padding: 0;
    opacity: 1
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl~.hasVal {
    top: 0;
    padding: 0;
    opacity: 1
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl:focus~.border-bottom-animation.left {
    background: #000;
    width: 100%
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl.border-bottom {
    position: relative;
    background: transparent;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'Montserrat', sans-serif
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl.border-bottom:focus {
    border: 0;
    outline: 0
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .frm-cntrl.border-bottom~.border-bottom-animation {
    position: absolute;
    content: "";
    width: 0;
    background: #000;
    height: 1px;
    z-index: 1;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    left: 0;
    bottom: 0
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset .label-wrap {
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 19px;
    opacity: .8;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    color: #000
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset:not(:last-child) {
    margin-right: 10px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp fieldset:not(:last-child) {
        margin-right: 0
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .PhoneNoSho {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 25px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .PhoneNoSho {
        margin-bottom: 20px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    float: left;
    margin-bottom: 25px
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec .frm-cntrl {
    height: 100px
}

@media(max-width:767px) {
    .PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .from-grp .MessageSec .frm-cntrl {
        height: 65px
    }

    .OvrCal8 .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec h5 {
        font-size: 15px;
        position: relative;
        font-weight: 500;
        margin: 0;
        color: #100450;
        padding-right: 20px
    }
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow {
    padding: 4px 20px;
    background: #ffcc0c;
    text-transform: uppercase;
    width: 140px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    border: 0;
    color: #000;
    display: inline-block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    text-align: center
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow span {
    z-index: 1;
    font-weight: 500;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    position: relative
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow:hover span {
    color: #fff
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 0;
    border-radius: 0;
    background-color: #000;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.PopContntBx .PopTxtBx .PopCntctTxtBx .frmBx .frm-body .BtnPopup .BtnSubSecShow:hover:after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0
}

.OpnPopCntct {
    opacity: 1;
    visibility: visible
}

.OpnPopCntct .PopTxtBx {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    margin-top: 0
}

.PopCntctTxtBx .BtnFrmSecMn {
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center
}

.CntHderSec .NavLeftSec ul li.SpcScmedia a {
    padding: 0 5px
}

.Cl12SlBnerSec {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    line-height: 0
}

.Cl12SlBnerSec img {
    width: 100%
}

.Cl12SlBnerSec .BnreShetxt {
    width: 49%;
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    top: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.Cl12SlBnerSec .BnreShetxt h1 {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #fff
}

.Cl12SlBnerSec:after {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background-color: #0e034b;
    opacity: .8
}

.QickEnquiry fieldset {
    position: relative;
    border: 0;
    flex: 0 47%;
    max-width: 47%;
    margin-bottom: 40px;
    margin-right: 8px;
    position: relative;
    padding: 0
}

select:focus {
    outline: 0
}

.QickEnquiry fieldset select.FtrInpt {
    padding: 8px 0
}

.QickEnquiry fieldset .FtrInpt {
    padding: 5px 0;
    border: 0;
    border-bottom: 1px solid #959491;
    font-size: 14px;
    line-height: 25px;
    background: transparent;
    width: 100%;
    font-weight: 500;
    opacity: 66%;
    font-family: 'Montserrat', sans-serif
}

.QickEnquiry fieldset .FtrInpt:focus~.InptTxtName {
    top: -7px;
    font-size: 12px;
    opacity: 1 !important;
    color: #000
}

.QickEnquiry .InptTxtName {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    -webkit-transition: all 1s;
    transition: all 1s;
    z-index: 0;
    padding: 0;
    color: #000;
    opacity: 66%;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif
}

.QickEnquiry.PymntSecMn {
    padding: 120px 0 100px;
    position: relative
}

.QickEnquiry.PymntSecMn:before {
    content: '';
    position: absolute;
    top: auto;
    left: 50%;
    right: 0;
    width: 30%;
    bottom: 0;
    background-image: url(../images/chef.png);
    height: 100%;
    transform: translate(-50%, 0px);
    background-size: cover;
    z-index: 0;
    background-repeat: no-repeat;
    bottom: -55px
}

.IqryFrm-Wppr {
    display: flex;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.QickEnquiry fieldset&:nth-child(even) {
    margin-right: 0
}

.QickEnquiry .FtrInpt:focus~.InptTxtName,
.QickEnquiry .TextUp,
.QickEnquiry .FtrInpt {
    color: #000
}

.FtrInpt {
    line-height: 30px
}

.hasVal {
    top: -7px !important;
    padding: 0 !important;
    opacity: 1 !important;
    color: #000;
    font-size: 12px !important
}

.FlWdth {
    flex: 0 100%;
    max-width: 100%
}

.ComBtnBx {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0
}

input:focus {
    outline: 0
}

.Clm-sm-7 {
    padding: 0 190px;
    font-family: 'Montserrat', sans-serif
}

.QickEnquiry fieldset.amtsecmn {
    width: 100%;
    flex: 0 100%;
    max-width: 100%
}

.QickEnquiry fieldset.amtsecmn .InptTxtName {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    pointer-events: none
}

.QickEnquiry fieldset.amtsecmn .InptTxtName.hasVal {
    top: -10px !important
}

.QickEnquiry fieldset.amtsecmn .FtrInpt {
    text-align: center
}

.RupesSgnSecMn {
    position: absolute;
    top: -34px;
    width: 80px;
    height: 80px;
    background: #f2911e;
    border-radius: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    transform: translate(-50%, 0px);
    border: 5px solid #fff
}

.RupesSgnSecMn img {
    margin: 0 auto
}

.PymntSecMn .RdMreBtnSec.RdmreSec a {
    padding: 8px 40px;
    text-transform: uppercase;
    background-color: #0e034b
}

.PymntSecMn .RdMreBtnSec.RdmreSec a:hover:before {
    background-color: #fff
}

.PymntSecMn .RdMreBtnSec.RdmreSec a:hover span {
    color: #0c0247
}

body .BtnFrmSecMn a span {
    color: #203266
}

.AbtIfca .RdMreBtnSec a span,
.WhyChecifa .RdMreBtnSec a span {
    color: #203266
}

.AbtIfca .RdMreBtnSec a:hover span {
    color: #fff
}

.WhyChecifa .RdMreBtnSec a:hover span {
    color: #fff
}

.AvsiryShec .RdMreBtnSec a span {
    color: #203266
}

.AvsiryShec .RdMreBtnSec a:hover span {
    color: #fff
}

.ChnclSecMnSec .owl-stage .owl-item:nth-child(2) {
    transform: scale(1)
}

.ChnclSecMnSec .owl-stage .owl-item:nth-child(2) .item .cl12CnlSCChef12 {
    background-color: #6f5ad3
}

.CntAlSecMn .RdMreBtnSec a span {
    color: #000
}

.CntAlSecMn .RdMreBtnSec a:hover span {
    color: #fff
}

.mobile-top-header {
    display: none;
    width: 100%;
    line-height: 0;
    position: fixed;
    z-index: 9;
    bottom: 0;
    display: none;
    background-image: linear-gradient(to right, #dc4e16, #efa032)
}

.mobile-top-header ul {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif
}

.mobile-top-header ul li:nth-child(1) {
    width: 32.3%;
    text-align: center;
    float: left
}

.mobile-top-header ul li:nth-child(2) {
    width: 32%;
    text-align: center;
    float: left;
    border-left: 1px solid rgba(220, 219, 219, 0.44);
    border-right: 1px solid rgba(220, 219, 219, 0.44)
}

.mobile-top-header ul li:nth-child(3) {
    width: 32.3%;
    text-align: center;
    float: left
}

.mobile-top-header ul li a {
    font-size: 11px;
    padding: 5px 3px 5px 3px;
    line-height: 18px;
    display: block;
    color: #fff;
    width: 100%;
    text-align: center;
    text-decoration: none
}

.AvsiryShec .OrdvSecmn .Cncttle h4 {
    text-transform: uppercase;
    font-weight: 700
}

.CntPrtOnline .RdMreBtnSec a span,
.CntPrtOnline .BtnFrmSecMn a span {
    font-size: 12px
}

.cl3mnOn9 .cl12mnChe ul {
    margin: 0;
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0;
    padding-left: 25px
}

.cl3mnOn9 .cl12mnChe ul li {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-left: 18px
}

.cl3mnOn9 .cl12mnChe ul li:before {
    width: .5em;
    height: .5em;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0;
    position: absolute;
    content: "";
    background-color: #100450;
    border-radius: 50%;
    display: inline-block
}

.CntPrtOnline .RdMreBtnSec a:first-child span {
    color: #fff
}

.CntPrtOnline .RdMreBtnSec a span {
    color: #0e034b
}

i.fa.fa-user-o {
    display: none
}

.teamQry-wrapBx {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    position: absolute;
    -webkit-transition: all 1s;
    transition: all 1s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.teamQry-wrapBx.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible
}

.team-detail {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    background: #fff;
    padding: 25px;
    margin-top: 00px;
    float: left
}

.popCls {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1
}

.popCls {
    top: 20px;
    right: 20px;
    opacity: .4
}

.teamleft {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative
}

.teamright {
    width: 74%;
    display: inline-block;
    padding-left: 25px
}

.teamleft img {
    width: 100%
}

.teamright h2 {
    font-size: 24px;
    font-weight: 600;
    color: #00b0f0;
    margin: 0;
    padding-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 25px;
    border-bottom: 1px solid #000
}

.teamright h3 {
    font-size: 16px;
    border-bottom: 1px solid #000;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.team-inner {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    padding-right: 10px
}

.teamright p {
    font-size: 14PX;
    color: #000;
    margin-bottom: 25px;
    line-height: 24px;
    text-align: justify;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.teamright ul {
    margin-bottom: 15px
}

.teamright ul li {
    padding-left: 33px;
    position: relative;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.teamright ul li:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #efb31a;
    border-radius: 50%
}

.teamright h4 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    margin: 0;
    font-family: 'Montserrat', sans-serif
}

.teampop-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s
}

.popShow {
    z-index: 12;
    visibility: visible;
    opacity: 1
}

.popCls span {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s
}

.popCls span:before,
.popCls span:after {
    width: 100%;
    height: 2px;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    position: absolute;
    content: "";
    background-color: #000
}

.popCls span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.popCls span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.team-inner::-webkit-scrollbar {
    width: 4px
}

.team-inner::-webkit-scrollbar-track {
    background: #00b0f0
}

.team-inner::-webkit-scrollbar-thumb {
    background: #fff
}

.team-inner::-webkit-scrollbar-thumb:hover {
    background: #00b0f0
}

.CntHderSec .NavLeftSec .content-list .drop-list {
    background: #fff
}

.CntHderSec .NavLeftSec .content-list .drop-list li {
    display: block;
    padding: 6px 10px;
    width: 100%
}

.CntHderSec .NavLeftSec .content-list .drop-list li a {
    background: none !important;
    background-size: contain !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: center !important;
    text-transform: capitalize !important;
    color: #000
}

#list {
    width: 100%
}

header.InnrHdr {
    background: #0e034b
}

nav.NwlS.HdrHdeSecMn {
    display: none
}

button:focus {
    outline: 0
}

.Abtcl12Shw4 .RdMreBtnSec a {
    display: inline-block;
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #eee;
    background-color: transparent;
    padding: 5px 20px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff
}

.Abtcl12Shw4 .RdMreBtnSec a span {
    font-size: 12px;
    color: #fff
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    margin: 0 8px
}

a.linall {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2
}

html body #callpage.cp-theme-dark .cp-callback-widget {
    background-color: #0b2598 !important
}

html body #callpage.cp-callpage [data-brand-color="fill"],
#callpage.cp-callpage [data-brand-color^="fill |"],
#callpage.cp-callpage [data-brand-color$="| fill"],
#callpage.cp-callpage [data-brand-color*="| fill |"] {
    fill: #f58900 !important
}

html body #callpage.cp-callpage [data-brand-color~="active-color"] {
    color: #f58900 !important
}

.cl12Onl ul li a.ActBlogCls {
    color: #0e034b
}

.CntHderSec .NavLeftSec .HdsePhne li:nth-child(2) {
    position: relative
}

.FxedFtrSec .cl12Fxd6dtr li:nth-child(4) a {
    color: #000;
    -webkit-animation: NAME-YOUR-ANIMATION1 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION1 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION1 1s infinite;
    animation: NAME-YOUR-ANIMATION1 1s infinite;
    padding: 5px 10px !important;
    border-radius: 2px
}
.FxedFtrSec .cl12Fxd6dtr li:nth-child(6) a {
    color: #000;
    -webkit-animation: NAME-YOUR-ANIMATION1 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION1 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION1 1s infinite;
    animation: NAME-YOUR-ANIMATION1 1s infinite;
    padding: 5px 10px !important;
    border-radius: 2px
}

.CntHderSec .NavLeftSec .HdsePhne li:nth-child(3) a {
   /* color: #fff;
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    animation: NAME-YOUR-ANIMATION 1s infinite;*/
    padding: 5px 10px !important;
    border-radius: 2px
}

@-webkit-keyframes NAME-YOUR-ANIMATION {

    0%,
    49% {
        color: #dc4e16
    }

    100%,
    50% {
        color: #ffbe4e
    }
}

@-webkit-keyframes NAME-YOUR-ANIMATION1 {

    0%,
    49% {
        color: #fff
    }

    100%,
    50% {
        color: #000
    }
}


@-webkit-keyframes NAME-YOUR-ANIMATION22 {

    0%,
    49% {
        color: #000
    }

    100%,
    50% {
        color: #ffbe4e
    }
}

.CntHderSec .NavLeftSec .HdsePhne li:nth-child(3) a {
    /* color: #000;
   -webkit-animation: NAME-YOUR-ANIMATION11 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION11 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION11 1s infinite;
    animation: NAME-YOUR-ANIMATION11 1s infinite;*/
    padding: 5px 10px !important;
    border-radius: 2px
}

@-webkit-keyframes NAME-YOUR-ANIMATION11 {

    0%,
    49% {
        color: #ffbe4e
    }

    100%,
    50% {
        color: #fff
    }
}


.CrfaSecWn img {
    width: 400px;
    display: block;
    margin-bottom: 10px
}

.FxedFtrSec .PlusIcn {
    display: flex;
    align-items: center
}

.FxedFtrSec .PlusIcn img {
    filter: invert(1);
    width: 25px;
    display: block;
    margin: 0 auto
}

body #callpage .cp-button-section {
    bottom: calc(-6%+40px) !important;
    margin-bottom: -15% !important
}

html body #callpage .cp-widget-button {
    position: relative !important;
    width: 35px !important;
    height: 35px !important;
    bottom: 30px !important;
    left: -25px !important
}

html body #callpage .cp-widget-button__icon {
    width: 16px !important;
    height: 16px !important
}

.TrmCnd label input {
    margin-right: 10px
}

.TrmCnd label {
    font-size: 14px
}

.TrmCnd label a {
    text-decoration: none;
    color: #0e034b;
    font-weight: 600
}

.owl-nav.disabled {
    display: none
}

.WrteMnSecVlm .clsemn {
    width: 36px;
    top: 0
}

.WrteMnSecVlm .clsemn img {
    filter: invert(1)
}

.ClrmnShwWth {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.ClrmnShwWth .WthCmn6th {
    width: 70%
}

.ClrmnShwWth .cldemnFess {
    width: 25%;
    padding: 0
}

.ClrmnShwWth .cldemnFess .BacimgWnlb {
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    text-align: center
}

.ClrmnShwWth .cldemnFess .PrcmnWl {
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d3d3;
    margin-bottom: 20px
}

.ClrmnShwWth .cldemnFess .PrcmnWl .prgNamehead {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif
}

.ClrmnShwWth .cldemnFess .PrcmnWl .TimeSwn {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: block;
    padding: 0;
    margin: 8px 0;
    position: relative
}

.ClrmnShwWth .cldemnFess .PrcmnWl .TimeSwn i.fa.fa-clock-o {
    position: absolute;
    left: 0;
    font-size: 18px
}

.ClrmnShwWth .cldemnFess .PrcmnWl .o_mrp {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    padding: 0;
    margin: 8px 0;
    position: relative
}

.ClrmnShwWth .cldemnFess .PrcmnWl .o_mrp_rs {
    margin-right: 8px
}

.ClrmnShwWth .cldemnFess .PrcmnWl .dis_cnt_i {
    color: green
}

.TtrlPrce,
.TotlPrce {
    font-size: 33px;
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #0e034b
}

.PrNow .RdMreBtnSec.RdmreSec {
    margin-top: 15px
}

.PrNow .RdMreBtnSec.RdmreSec a {
    color: #0e034b;
    padding: 6px 30px
}

.PrNow .RdMreBtnSec.RdmreSec a span {
    color: #0e034b;
    font-size: 12px
}

.PrNow .RdMreBtnSec.RdmreSec a:hover span {
    color: #fff
}

.clmn8Sec .RdMreBtnSec {
    position: relative
}

.clmn8Sec .RdMreBtnSec .WrtWheVddeSec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: auto;
    left: 188px
}

.CntHderSec .NavLeftSec ul .LngSec .lngCntHde {
    display: inline-block;
    margin: 0;
    margin-left: 10px
}

#close_pop1 .PopContntBx .PopTxtBx {
    background: #061868;
    height: auto;
    line-height: 1
}

#close_pop1 .PopTxtBx .ImgBackRee {
    height: 100%;
    overflow: hidden
}

#close_pop1 .PopTxtBx h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 9px;
    /*color: #0e034b;*/
}

#close_pop1 .FrmGrpSec {
    margin-top: 25px;
}

#close_pop1 .PopepFrmSec span p {
    font-size: 15px;
    margin: 10px 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3;
    font-weight: 500;
    /*color: #000;*/
}

#close_pop1 .PopContntBx .PopTxtBx .PopBxCls {
    filter: brightness(1);
}

#close_pop1 .from-grp .frm-cntrl {
    color: #fff;
}

#close_pop1 .PopepFrmSec span p {
    font-size: 14px;
    margin: 10px 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0px;
}

#close_pop1 .PopTxtBx .PopBxCls {
    filter: brightness(1)
}

#close_pop1 .PopepFrmSec ul li {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px;
    font-size: 15px
}

#close_pop1 .from-grp fieldset .label-wrap {
    font-family: 'Montserrat', sans-serif;
    /*color: #000;*/
}

#close_pop1 .BtnSubmtPop .popButton {
    /*color: #000;*/
}

#close_pop1 .from-grp .frm-cntrl:focus {
    border-bottom: 1px solid #fff;
}

#close_pop1 .PopTxtBx .ImgBackRee img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

a {
    font-family: 'Montserrat', sans-serif
}

.InstgrmShwFlw .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0px, -50%)
}

.InstgrmShwFlw .owl-nav .owl-prev {
    position: absolute;
    left: -35px
}

.InstgrmShwFlw .owl-nav .owl-next {
    position: absolute;
    right: -35px
}

.InstGrmHver {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.InstGrmHver i {
    font-size: 50px;
    color: #fff
}

.InstgrmShwFlw .item:hover .InstGrmHver {
    opacity: 1;
    visibility: visible
}

#ContentPlaceHolder1_txtAmount {
    font-size: 30px
}

html,
body {
    scroll-behavior: smooth
}

.pop_sub {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 79%);
    z-index: 10
}

.pop_sub .PopTxtBx {
    width: 68%;
    position: fixed;
    background: #150959;
    top: 37%;
    left: 55%;
    padding: 0;
    transform: translate(-55%, -36%);
    height: auto;
    opacity: 1;
    visibility: visible;
    z-index: 5
}

.CntHderSec .NavLeftSec ul li ul.lang_drp.LngCnt li {
    display: block
}

.CntHderSec .NavLeftSec ul li ul.lang_drp.LngCnt li a {
    color: #000
}

#ContentPlaceHolder1_BlogHeader {
    text-transform: capitalize;
}

img {
    height: auto;
}

#close_pop1 .PopTxtBx .PopepFrmSec {
    background-color: #150959;
    height: 100%;
}

#close_pop1 .PopTxtBx {
    display: grid;
    grid-template-columns: 350px 1fr;
    align-items: center;
    height: auto;
}

.CntPrtOnline h5 {

    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}


.CntHderSec .NavLeftSec ul li.Fertmes {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.team_info_pop_rel .team_msg_cont .dm_clos {
    position: fixed;
    top: 18px;
    right: 30px;
    left: auto;
    bottom: auto;
    transform: none;
}

.tawk-min-container .tawk-button-circle.tawk-button-large {
    margin-bottom: 15px !important;
    width: 45px !important;
    height: 45px !important
}

.siq_bR {
    bottom: 146px !important;
    right: 10px;
}

.blink-menu1 a {
    color: #000;
    -webkit-animation: NAME-YOUR-ANIMATION22 1s infinite;
    -moz-animation: NAME-YOUR-ANIMATION22 1s infinite;
    -o-animation: NAME-YOUR-ANIMATION22 1s infinite;
    animation: NAME-YOUR-ANIMATION22 1s infinite;
   
}
.CntFnSec .RdMreBtnSec a:hover span {
    color: #fff;
}
.CntFnSec .RdMreBtnSec a span {
    color: #203266;
}
.listofCon {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
}