html{  scroll-behavior: smooth; font-family:open sans,Arial,sans-serif;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video, button, input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}
body{    color: #606569;line-height: 1.5;}
h1, h2, h3, h4, h5, h6 {font-family:open sans,Arial,sans-serif;   color: #0e2844;}
.visuallyhidden, .screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.social-icons .icon{position: relative;}
.fa-twitter:before {
    content: ""!important;
    background-image: url(../images/twitter-x1.svg);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    background-position: center;
    background-size: contain;
    top: 1px;
}
p{margin-bottom: 15px;}
.spad{padding: 60px 0;}
.row [class*=col-]{
    padding-left: 15px;
    padding-right: 15px;
}
.row.d-flex{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.position-relative{position: relative;}
@media only screen and (max-width: 767px){
.row [class*="col-"] {
    margin-bottom:0px;
}
}
.owl-carousel .owl-nav span,.owl-carousel .owl-nav span:hover {
    outline-width: 0;
    font-size: 0
}
.owl-carousel .owl-nav{display: none;}
.main-heading, .page-title, .entry-title{
    text-transform: none;
}
body.woocommerce-checkout .woocommerce-form-coupon-toggle, body.woocommerce-checkout form.checkout_coupon{display:none !important;}
body.woocommerce-checkout .wrp_chk_coupon {
    float: left;
    width: 100%;
}
body.woocommerce-checkout .wrp_chk_coupon p.mhd{font-weight:400;margin: 0 0 0.5rem;}
body.woocommerce-checkout input#coupon_btn_chk {
    margin: 0;
    padding-top: 8px !important;
    padding-bottom: 9px !important;
    background-color: #fff!important;
    border: 2px solid #0e2844;
    color: #0e2844;
    font-size: 12px;
    font-weight: 700!important;line-height: 1.5;
}

body.woocommerce-checkout .form-row-coupon_code{
	width:calc(100% - 190px);
}
body.woocommerce-checkout .form-row-coupon_btn{
	width:160px;
}
body.woocommerce-checkout tr.coupon_checkout{
	background: #f3f4f7!important;
}
a{text-decoration: none;}
.m-0{margin: 0!important;}
.mb-0{margin-bottom: 0px!important;}
.mt-0{margin-top: 0px!important;}
.pt-0{padding-top: 0!important;}
.pb-0{padding-bottom: 0!important;}
.p-0{padding: 0;}
.w-100{width: 100%!important;}
.d-flex{display: flex;}
.d-block {
    display: block!important;
}
.d-none{ display: none!important;}
.mw-100{max-width: 100%;}
.fs-16 {
    font-size: 16px !important;
}
@media (min-width: 1150px){
    .d-lg-none {
        display: none!important;
    }

}
@media (min-width: 768px){
    .d-md-none {
        display: none!important;
    }
    .d-md-block {
        display: block!important;
    }
}
.justify-content-center{justify-content: center;display: flex;}
.align-items-center{align-items:center;}
.bg-blue{
   background-color: #0e2844;
}
.gray-bg{
    background-color: #e9e9ec;
}
.bg-blue-light{background-color: #cfe1fb;}
.bg-blue h1,.bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6, .bg-blue p{color: #ffff}
.text-white{ color: #ffff!important;}
.text-center{text-align: center;}
.text-right{text-align: right;}
.text-left{text-align: left!important;}
.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item { min-width: 165px!important;}
.ubermenu-responsive-default.ubermenu .ubermenu-mobile-header {
    display: none;
}

.single-post ul {
       margin-bottom: 2px !important;
}
body:not(.home) .main {
    margin-top: 7% !important;
}
.btn-primary{
    color: #ffff!important;
    background-color: #ed942d;
    border: 1px solid #ed942d!important;
    background-size: 200%;
    transition: .1s ease-out;
    padding:  0.7rem 2rem;
    font-size: 18px;
    font-weight: 700;
}
.btn-primary:hover,.btn-primary:focus, .btn-primary.focus,.btn-primary:active:focus,.btn-primary:active:hover{
    transform: scale(1.1);
    background-color: #ed942d;
    color: #ffff;
    border: 1px solid #ed942d!important;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn-primary-outline{
    transition: .1s ease-out;
}
.btn-primary-outline:hover{    transform: scale(1.1);}

.btn-light{
    background-color: #fff;
    background-size: 200%;
    transition: .1s ease-out;
    padding: 0.7rem 1.9rem;
    font-size: 18px;
    font-weight: 700;
    color: #0e2844!important;
    margin-top: 10px;
    border: 1px solid #fff;
}
.btn-light:hover{
    transform: scale(1.1);
    background-color: #fff;
    color: #0e2844;
}
.btn-light-outline{
    background-color: transparent;
    transition: .1s ease-out;
    padding: 0.7rem 1.9rem;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    color: #fff!important;

}
.btn-light-outline:hover{
    transform: scale(1.1);
    background-color: #fff;
    color: #0e2844!important;
}
.main-heading{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e2844;
}
.main-heading2{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e2844;
}
.main-heading3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0e2844;
}
.main-heading3 p{    font-size: 16px;}
.blk-sub-heading{ margin-bottom: 50px;text-align: center;}
.blk-checklist{padding-left: 50px;}
.blk-checklist li i{
    color: #0e2844;
    font-size: 30px;
    margin-right: 8px;
    line-height: 0;
    position: relative;
    top: 14px;
}
.blk-checklist ul li p{
    display: flex;
}

.newsletter-form input[type=text], .newsletter-form input[type=email], .newsletter-form input[type=tel], .newsletter-form input[type=url], .newsletter-form input[type=date], .newsletter-form textarea, .newsletter-form select {
    vertical-align: middle;
    text-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    width: 100%;
    max-width: 480px;
    height: auto;
    min-height: 32px;
    padding: 8px 16px;
    line-height: 1.42857;
    color: #555 !important;
}

/*       header               */
header.header-part {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
header.header-part .navbar-brand>img {
    width: 200px;
}
header.header-part .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
header.header-part .navbar-brand{
    display: inline-block;
    padding: .3125rem 0 ;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    float: none;
}
.ubermenu-responsive-toggle {
    padding: 15px 0px 15px 20px!important
}
header.header-part .navbar-default .navbar-nav>li{
    padding: 15px 10px;
}
header.header-part .navbar-default .navbar-nav>li>a{
    color: #19232d;font-weight: 600;font-size: 14px;padding: 0;
}
header.header-part .navbar-default #menu-new-main-menu-1.navbar-nav>li>a:hover{
    color: #0e2844;
}
header.header-part .right-menu li a {
    color: #0e2844;
}
header.header-part .search-box {
    background-color: #fff;
    border-radius: 3px;
    position: relative;
    width: 600px;
    /*width: 300px;
    margin: 0 20px;*/
}
button.btn-search {
    border-width: 0;
    background-color: transparent;
    position: absolute;
    right: 10px;
    top: 4px;
    color: #0e2844;
    font-size: 17px;
}
header.header-part .search-box ::placeholder{font-size: 14px;color: #ccc;}
header.header-part .search-box .form-control:focus {
    outline: 0;
   
}

header.header-part .ml-auto{
    margin-left: auto!important;
}
header.header-part .right-menu li{
    font-size: 15px;
    display: inline-block;
    width: fit-content;
    padding: 5px 10px;
}

header.header-part .right-menu>li:first-child {
    padding: 10px 10px;
}
header.header-part .right-menu>li:first-child>a {
    color: #fff!important;
    background-color: #0e2844;
    background-size: 200%;
    transition: .1s ease-out;
    padding: 0.45rem 1rem;
    border-width: 0;
    font-weight: 700;
    border-radius: 5px;
}
header.header-part .right-menu li:first-child a:hover{transform: scale(1.1);}
header.header-part select#lang_choice_polylang-3 {
    font-size: 14px;
    padding: 6px;
}
header.header-part .dropdown:hover>.dropdown-menu {
    display: block;
}
header.header-part #menu-new-main-menu-1 ul.dropdown-menu {
    border-width: 0;    top: 50px;    padding: 10px 0;min-width: 250px;
}
header.header-part ul.dropdown-menu li {
    padding: 4px 15px;
    position: relative;

}
header.header-part .right-menu ul.dropdown-menu li {
width: 100%;
}
header.header-part ul.dropdown-menu li:hover  {
    background-color: #e2e2e2;
}
header.header-part li.menu-item-21250 .dropdown-menu>li:hover,header.header-part li.menu-item-21250 .dropdown-menu>li:focus,header.header-part ul.dropdown-menu li:hover a {
    background-color: transparent!important;
}
header.header-part ul.dropdown-menu li a {
    font-size: 14px;
    color: #19232d;
    font-weight: 600;
    padding: 0px;
    text-decoration: none;
}
header.header-part .navbar-default {
    box-shadow: 0 2px 20px #e8e8e8;border-width: 0!important;margin: 0;
}
header.header-part .navbar-default .navbar-nav>.open>a, header.header-part .navbar-default .navbar-nav>.open>a:hover,header.header-part .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
 
}
header.header-part .open>.dropdown-menu {
    display: none;
}


header.header-part li.menu-item-21250 .dropdown-menu {
 
    width: 700px;
}
header.header-part li.menu-item-21250 .dropdown-menu>li {
    width: 40%;
    float: left;
    height: 100%;
}

header.header-part li.menu-item-21250 .dropdown-menu > li.menu-item-21230 { width:60%; }

header.header-part li.menu-item-21250 .dropdown-menu > li.menu-item-32378 {
    width: 51%;
    position: absolute;
    left: 0;
    max-height: 200px;
    top:300px; max-width: 280px;
}

header.header-part li.menu-item-21250 .dropdown-menu>li:last-child {
    width: 60%;
}
header.header-part li.menu-item-21250 .dropdown-menu>li>a{
    font-size: 15px;font-weight: bold;margin-bottom: 5px;
}

header.header-part li.menu-item-21250 ul.dropdown-menu li:after {
  display: none;
}
header.header-part li.menu-item-21250 ul.dropdown-menu>li:after{
    display: block;
    content: '\f107';
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 8px;
    font-family: 'FontAwesome';

    color: #969696;
    font-weight: 400;
    top: 8px;
}

header.header-part li.menu-item-21250 .dropdown-menu>li:last-child {
    border-left: 1px solid#e0e0e0;
}
header.header-part .right-menu li:nth-child(2n):hover a{color: #0e2844;}
li.menu-item-21250 .btn-primary {
    color: #fff!important;
    background-color: rgb(194, 226, 251);
    border-color: rgb(194, 226, 251);
    margin-top: 8px;
    height: 47px;
    width: 100%;
    text-align: left!important;
    transition: 0.5s all;
}
li.menu-item-21250 .btn-primary:hover{
    background-color: rgb(194, 226, 251)!important;
    
}
li.menu-item-21250 .btn-primary:before {
    font-family: 'FontAwesome';
    content: '\f0a4';
    color: #000;
    font-size: 25px;
    position: absolute;
    left: 10px;
}
li.menu-item-21250 .btn-primary a{
    color: #132e57!important;
    padding-left: 33px!important;
    position: relative;
    line-height: 30px;
}
@media only screen and (max-width: 1700px){
    header.header-part .search-box { width: 400px; }
}
@media only screen and (max-width: 1600px){
    header.header-part .search-box { width: 300px; }
}
@media only screen and (max-width: 1400px){
    header.header-part .search-box { width: 220px; }
}
@media only screen and (max-width: 1339px) {
    header.header-part .search-box { margin: 0 10px;}

    header.header-part .right-menu li:first-child a { font-size: 12px;}
    header.header-part select#lang_choice_polylang-3 {
        font-size: 12px;
    }
    header.header-part .navbar-default .navbar-nav>li {
        padding: 15px 8px;
    }
    header.header-part .right-menu>li:first-child {
        padding: 9px 8px;
    }
}
@media only screen and (max-width: 1300px){
    header.header-part .search-box {
        width: 180px;
    }
}
@media only screen and (max-width: 1246px) {
    header.header-part .navbar-brand>img {  width: 175px;}
    header.header-part .right-menu li:first-child a {padding: 0.4rem 0.6rem; }
    header.header-part .navbar-default .navbar-nav>li>a { font-size: 13px;}
}
@media only screen and (max-width: 1199px) {
    header.header-part .search-box { width: 200px;}
    header.header-part .search-box { width: 180px; }
}
@media only screen and (max-width: 1199px) {
    header.header-part .search-box { display: none;}
    header.header-part .navbar-default .navbar-nav>li>a {font-size: 14px;}
    header.header-part .navbar-default .navbar-nav>li { padding: 15px 10px;}
    header.header-part .right-menu>li:first-child {
        padding: 10px 10px;
    }
}
@media only screen and (max-width: 1016px){
    .ubermenu .ubermenu-target {
        padding: 15px 25px 15px 10px !important;
    }
}
@media only screen and (max-width: 959px){
    header.header-part .navbar-brand{margin-right: auto;}
}

footer.footer-part .d-flex.align-item-center {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: flex-end;
    margin-top: 10px;
}
footer.footer-part .d-flex.align-item-center p{
    margin: 0 15px 0px 0;
    text-align: right;font-size: 14px;
}
footer.footer-part .d-flex.align-item-center .btn-light{margin: 0;}
footer.footer-part {
    background: #0e2844;
    padding: 40px 10% 20px;
}
.footer-top {
    margin-bottom: 30px;
}
.footer-top a {
    display: block;text-decoration: none;
}
footer.footer-part .footer-top img{width: 240px;}
footer.footer-part a ,footer.footer-part p{
    color: #fff;width: fit-content;
}
footer.footer-part h5 {
    margin-bottom: 0.9375rem;
    color: #fff;
    border-bottom: 0.125rem solid #ffffff26;
    padding-bottom: 0.75rem;
    font-size: 16px;
    font-weight: 600;
}
footer.footer-part ul li{list-style: none;    padding: 4px 0;list-style: none;}
footer.footer-part ul li a{    color: #ffffffd9;font-size: 14px; text-decoration: none;}
footer.footer-part ul li a:hover{ color: #fff;}

footer.footer-part .widget li ,footer.footer-part li{ border-bottom: 0px solid #d9d9d9;list-style: none;padding: 4px 0;}

footer.footer-part .widget.column.bunyad-about {
    list-style: none;
    padding: 0;
    border-radius: 0px;
    margin: 0 0px 20px;
    border-bottom: 1px solid #4c4e72;
}
.footer-bottom .row [class*=col-],.footer-bottom .b-row [class*=col-]{
    padding-left: 15px;
    padding-right: 15px;
}
footer.footer-part .social-icons li {
    padding: 0;
    border: 0;
    height: initial;
    list-style: none;
    margin: 0 10px 0 0;
}
footer.footer-part .social-icons {
    margin: 20px 0;display: inline-block;
}
footer.footer-part .social-icons a{background-color: transparent;    font-size: 16px;}

footer.footer-part .footer-bottom ul{text-align: right;}
footer.footer-part .footer-bottom ul li {
    display: inline-block;
    padding: 0 0 0 7px;
    margin-left: 7px;
    border-left: 1px solid #8e90b3;
    line-height: 1;
}
footer.footer-part .footer-bottom ul li:first-child{
    border-left: 0px solid #8e90b3;
}
footer.footer-part .footer-bottom p ,footer.footer-part .footer-bottom ul li a{  font-size: 13px;  color: #85859f;}
.social-icons li {
    float: left;
    margin-right: 5px;
    height: 20px;
}
.social-icons .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.footer-menu-first ul{display: flex;flex-wrap: wrap;
    justify-content: space-between;}
    .footer-menu-first ul li{padding: 4px!important;}
@media only screen and (max-width: 1599px) {
    footer.footer-part { padding: 40px 7% 20px; }
}
@media only screen and (max-width: 1399px) {
    footer.footer-part { padding: 40px 5% 20px; }
}
@media only screen and (max-width: 1199px) {
    footer.footer-part h5{margin-top: 20px;}
    footer.footer-part { padding: 40px 3% 20px; }
}
@media only screen and (max-width: 767px) {
    .col-xs-6 {
        width: 50%!important;float: left;
    }
    footer.footer-part .d-flex.align-item-center {
        justify-content: flex-start;
    }
    footer.footer-part .d-flex.align-item-center p {
        text-align: left;
    }
    footer.footer-part .footer-middle .row .column,footer.footer-part .footer-middle .column{
        margin: 0;
    }
    footer.footer-part .footer-bottom ul {
        text-align: left;
    }
    footer.footer-part .footer-bottom p, footer.footer-part .footer-bottom ul li a {margin: 0; }
    footer.footer-part .footer-bottom ul li:first-child{
        padding:0px;
        margin-left: 0px;
    }
    footer.footer-part {
        padding: 40px 0 0;
    }
    footer.footer-part .footer-bottom .row .column { margin-bottom:0px; }
    footer.footer-part .social-icons { margin:0px; }
    footer.footer-part .widget_text.widget.column.widget_custom_html{margin-bottom:10px;}
    .footer-middle ul{margin-bottom: 40px;}
    .footer-bottom .col-md-5, .footer-bottom .col-md-7,.footer-social{    margin-bottom: 23px;}
  
}
@media only screen and (max-width: 600px) {
    .col-xs-6 {
        width: 100%!important;
    }
    footer.footer-part h5 {
        margin-top: 00px;
    }
    .order-md-1{order: 1 !important;}
}


.mobile-menu ,.toggle-cu-menu{display: none;}



@media only screen and (max-width: 991px) {
    .mobile-menu ,.toggle-cu-menu{display: block;}
   .header-part .nav.navbar-nav ,.header-part .search-box{display: none;}
   .toggle-cu-menu { margin-left: auto;}
   .hamburger-box ,.hamburger-box-close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 24px;
    cursor: pointer;
    top: 2px;
}
.hamburger-box-close{    top: 50%;
    transform: translate(0px, -50%);}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: "";
    right: 0;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 28px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #535456;
}
/*.home .hamburger-inner, .home .hamburger-inner:after, .home .hamburger-inner:before {background-color: #fff;}*/
.hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after,.hamburger-box-close .hamburger-inner:before{background-color: #535456; width: 24px;}

.hamburger-inner:before {
    top: -8px;
    width: 23px;
}
.hamburger-inner:after {
    bottom: -8px;
    width: 22px;
}
.hamburger-box-close .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}
.hamburger-box-close .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger-box-close .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);}



.toggle-cu-menu.toggle-cu-menu-open {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 20000000;
}



body.open-mm .mobile-base {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 10000;
}
.header-expandable-menu-top {
    padding: .5rem 1rem;
    height: 66px;
    position: relative;
    right: 0;
    z-index: 100;
    text-align: right;
}
.mobile-menu .menu-header-menu-container ,.mobile-menu .menu-social-menu-container{
    position: relative;
    height: 100vh;
}
.mobile-menu {
    text-align: left;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    max-height: 400vh;
    -webkit-overflow-scrolling: touch;
    transition: transform .5s;
    -ms-transform: translateX(310px);
    transform: translateX(310px);
    z-index: 10000010;
    background-color: #fff;
    direction: rtl;
    overflow-y: auto;
}
::-webkit-scrollbar{width:8px;height:8px;}
::-webkit-scrollbar-thumb{cursor:pointer;background:#0e2844;}
.mobile-menu .menu-mobile-menu-container {
	margin: 40px 0 0 0;
}
.mobile-menu ul {
	list-style: none;
	padding: 0;
}
.mobile-menu .header-expandable-menu-bottom ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.header-expandable-menu-bottom ul>li {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 15px 20px;
    border-bottom: 1px solid #ececec;
    float: none;
    width: 100%;
    display: inline-block;

}

.header-expandable-menu-bottom ul>li a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    padding: 0px;
}
.header-expandable-menu-bottom ul.dropdown-menu {
    margin-bottom: 10px;
}
.header-expandable-menu-bottom ul.dropdown-menu {
    display: none;
    padding-top: .5rem;
}
.header-expandable-menu-bottom li.open ul.dropdown-menu{
    display: block;
}
.header-expandable-menu-bottom .menu-item-has-children:after, .header-expandable-menu-bottom ul.parent-menu>li:after {
    content: '\f078';
    position: absolute;
    right: 0;
    top: 0;
    font-family: FontAwesome;
    font-weight: 400;
    transition: transform .5s;
    padding: 16px 15px;
    z-index: -1;
    font-size: 12px;
}
.header-expandable-menu-bottom ul li.open {
    background-color: rgba(0,0,0,.05);
}

.header-expandable-menu-bottom ul li ul.dropdown-menu li{
    border-top: 0 solid #ececec;
}
.header-expandable-menu-bottom  ul.dropdown-menu li {
    font-size: 16px;
    padding: 5px 0 5px 10px;
}
.header-expandable-menu-bottom .menu-item-has-children.open:after, .header-expandable-menu-bottom ul.parent-menu>li.open:after {
    transform: rotate(
180deg
);
    -ms-transform: rotate(180deg);
}


.header-expandable-menu-bottom ul.dropdown-menu li.dropdown>a{
    padding: 10px 0px!important;
}








.mobile-menu ul#menu-social-menu li {
    display: inline-block;
    padding: 10px;
}
body.open-mm .mobile-menu {
	-ms-transform: translate(0,0);
    transform: translate(0,0);
}

.header-expandable-menu-bottom .search-box {
    background-color: #f2f2f2;
    border-radius: 3px;
 
    padding: 20px 15px;
}
.header-expandable-menu-bottom .search-box form{
    position: relative;
}
   .header-expandable-menu-bottom .nav .open>a,.header-expandable-menu-bottom .nav .open>a:hover,.header-expandable-menu-bottom .nav .open>a:focus ,.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent!important;
}
.navbar-nav>li>a {
    padding: 0px;
}
.navbar-nav .open .dropdown-menu>li a, .navbar-nav .open .dropdown-menu .dropdown-header {

    font-size: 14px!important;
}

.header-expandable-menu-top li.widget.column.widget_polylang {
    margin: 6px;
    padding: 0;
    list-style: none;
    /* right: 0; */
    width: fit-content;
}

.mobile-menu .header-expandable-menu-bottom ul.nav.navbar-nav.right-menu{ text-align: center;}

.mobile-menu .header-expandable-menu-bottom ul.nav.navbar-nav.right-menu li a{color: #0e2844;}
.mobile-menu .header-expandable-menu-bottom ul.nav.navbar-nav.right-menu li:first-child{
    padding-top: 10px;
}
.mobile-menu .header-expandable-menu-bottom ul.nav.navbar-nav.right-menu li:first-child>a {
    color: #fff!important;
    background-color: #0e2844;
    background-size: 200%;
    transition: .1s ease-out;
    padding: 0.6rem 1rem;
    border-width: 0;
    font-weight: 700;
    border-radius: 5px;
    font-size: 14px;
}
.header-expandable-menu-bottom ul.nav.navbar-nav.right-menu>li:last-child{
    max-width: 200px;
    margin: 0 auto;
    border-bottom: 0px solid #ececec;
}


}

.blk-inner-banner p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
	margin-bottom:20px;
   
}

.blk-blog .breadcrumbs-wrapper {
    background-color: #e8eaef;
    margin: 10px 0 0;
    padding: 10px 0;
text-transform: uppercase;font-size: 13px;}
.blk-blog .breadcrumbs-wrapper a:hover{
    color: #0e2844;
}
.blk-blog .blk-inner-banner{
    background-image: url(../images/blog-bg4.png);
    position: relative;
    margin: 73px 0 0px;
    width: 100%;
	background-size: 93% 100%;
    /*background-size: 62% 100%;*/
    background-repeat: no-repeat;
    background-position: left;
    padding: 15px 0 0;
}
.blk-blog .blk-inner-banner .title-box {
    margin-bottom: 0;
    width: 75%;
    padding: 15px 0;
}
.blog .blk-blog .blk-inner-banner .title-box{padding: 30px 0 15px;}
.blk-blog .blk-inner-banner form{
    margin: 0;
}
.blk-blog .blk-inner-banner p {
    margin-bottom: 13px;
}
.blk-blog .blk-inner-banner h1 {
    font-size: 34px;    margin-bottom: 5px;
}
.blk-blog .blk-inner-banner input {
    font-size: 14px;    padding: 6px 16px!important;
    line-height: 1.42857;
    color: #555!important;
    vertical-align: middle;
    text-shadow: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    width: 100%;
    max-width: 480px;
    height: auto;
    min-height: 12px;
}
.blk-blog .blk-inner-banner label,.blk-blog .blk-inner-banner label a {
    color: #0943b0;
    font-size: 11px;
    font-style: italic;
}
.blk-blog .blk-inner-banner label a{text-decoration: underline;}
.blk-blog .blk-inner-banner .mc4wp-form-fields input[type=submit],.sidebar-subscribe .mc4wp-form-fields input[type=submit],.blk-blog .blk-inner-banner input[type=submit],.blk-blog .blk-inner-banner .btn-primary {
    color: #fff!important;
    background-color: #ed942d!important;
    border-color: #ed942d;
    border-radius: 5px;
    transition: .1s ease-out;
    border-width: 0;
    font-weight: 700;
    padding: 0.7rem 1.9rem!important;
    font-size: 14px;
}
.blk-blog .blk-inner-banner .mc4wp-form-fields p{line-height: 0;}
.blk-blog .blk-inner-banner input[type=checkbox], .newsletter-form input[type=radio] {
    border: 0;
    width: 13px;
    height: 13px;
    margin: 0 6px 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
}
.blk-blog .blk-inner-banner .mc4wp-form-fields input[type=submit]:hover,.sidebar-subscribe .mc4wp-form-fields input[type=submit]:hover {
    transform: scale(1.1);
}
.blk-blog-part{padding: 50px 0 0;}
.blk-single-blog .blk-blog-part{padding: 50px 0 0;}

section.blk-blog-part .blk-blog-part-image{
    overflow: hidden;border-radius: 10px;
}
section.blk-blog-part .blk-blog-part-wrapper .image {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    transition: 0.5s all;
}
section.blk-blog-part .blk-blog-part-wrapper:hover .blk-blog-part-image img{
transform: scale(1.2);
}
section.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content {
    padding: 20px;
    background-color: #fff;
    margin: -25px 15px 0;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 2px 10px #ddd;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .blog-cat {
    font-size: 14px;
    color: #444546!important;
    margin-bottom: 10px!important;
    display: block;
    font-weight: 600;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title {
    border-width: 0px;
    padding: 0;
   
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
    height: 75px;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title a{
    color: #0e2844; text-decoration: none;
    font-size: 19px;
}
.post-type-archive-ebooks .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title{    height: 70px;}

.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .articles-bottom-nav,.class-box .articles-bottom-nav{
    display: flex;
    align-items: center;
    border-top: 1px solid #d4d2d2;
    padding-top: 15px;
    height: 80px;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .articles-bottom-nav img,.class-box .articles-bottom-nav img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .meta-nav h5{
    color:#444546;
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .meta-nav h5 a{text-decoration: none;    color: #0e2844;}
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .meta-nav p{
    margin: 0;
    font-size: 12px;
    color: #575c65;
}
.blk-blog-part .blk-blog-part-wrapper {
    margin-bottom: 50px;
}
.blk-blog-part .widget {
    margin-top: 20px;
}
.blk-blog-part .widget li{
    border-bottom: 1px solid #d9d9d9;    padding: 10px 0;
}
.blk-blog-part .widget img{
    width: 100%;
    height: auto;
}
.blk-blog-part a{text-decoration: none;}
.page-numbers {
    font-size: 16px;
    padding: 2px 0px;
    border: 1px solid #999;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;color: #0e2844;
}
.page-numbers:hover {
    text-decoration: none;
}
span.page-numbers.current {
    background-color: #0e2844;
    color: #fff;
}
.next.page-numbers ,.prev.page-numbers{
    font-size: 0;
   padding: 0;
    border: 0px solid;
}
a.next.page-numbers:before {
    content: '\f105';
    font-size: 19px;
    padding: 4px 10px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.prev.page-numbers:before  {
    content: '\f104';
    font-size: 19px;
    padding: 4px 10px;
    border: 1px solid #999;
    border-radius: 50%;
    font-family: 'FontAwesome';
}
.blk-blog-part li.widget.column.widget_search .widgettitle {
    display: none;
    list-style: none;
}
.blk-blog ::marker,.blk-single-blog .blk-sidebar ::marker{    font-size: 0;}
.blk-single-blog .post-content ol {
    margin-left: 15px!important;
}
.blk-blog-part button.btn-search {
    right: 25px;
}
.blk-blog-part li.widget {
    padding: 0;    margin-top: 20px;
}
.blk-blog-part li.widget img{width: 100%;height: auto;}
.blk-blog-part .widget-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;color:#0e2844;
}
.widget_categories li {
    overflow: hidden;
    text-align: right;
    font-weight: 700;
    color: #606569;
    font-size: 13px;
}
.blk-blog-part .widget_categories li {
    border-bottom: 0px solid #d9d9d9;
    padding: 3px 0;
}
.blk-blog-part .widget_categories li a {
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #5e5f61;
    border-bottom: 0px solid #d9d9d9;
}
.blk-blog-part .widget_categories li a:hover,.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content a.blog-cat:hover,.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content .meta-nav h5 a:hover
{
    color: #0e2844;
}
.blk-blog-part .widget_text .textwidget li a:hover,.blk-single-blog .blk-blog-part .widget_recent_entries li a:hover,.blk-exclusive-resources h4:hover,
.blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title a:hover,.blk-author-part .blk-blog-part .widget_recent_entries li a:hover
{
    color: #000;
}
.widget_categories li.cat-item.cat-item-531 {
    display: none;
}
.blk-blog-part .widget_text .textwidget li a,.blk-single-blog .blk-blog-part .widget_recent_entries li a ,.blk-author-part .blk-blog-part .widget_recent_entries li a{
    color: #0e2844;
    font-size: 16px;
    font-weight: 700;
}
.blk-blog .blk-blog-part .widget_recent_entries{display: none;}
.blk-blog-part .widget_text .textwidget li{
    padding: 10px 0;
}
.blk-blog-part .widget_text .textwidget li:not(:last-child){
    border-bottom: 1px solid #d9d9d9;
}

@media only screen and (max-width: 600px){
    .blk-blog .blk-inner-banner{
        background: #132e57;
        background-image: none;
        background-size: 100% 100%;
    }
}
.comments-area{display: none;}
.single-post .post-content h1, .single-post .post-content h2, .single-post .post-content h3, .single-post .post-content h4, .single-post .post-content h5, .single-post .post-content h6 {
    margin-bottom: 10px;color:#0e2844;
}
.post-content ul {
    list-style-type: square;
    margin-left: 42px;
}
.post-content h1 {
    font-size: 32px;
    ; }

.post-content h2 {
    font-size: 26px;
    ; }

.post-content h3 {
    font-size: 22px;
    ; }

.post-content h4 {
    font-size: 20px;
    ; }

.post-content h5 {
    font-size: 13px;
    ; }

.post-content h6 {
    font-size: 11px;
    ; }
.blk-single-blog{margin: 70px 0 0;}
.blk-single-blog h1.blk-main-heading { text-align: left; font-size: 28px; line-height: 1.3; margin-bottom:12px; float: left; width: 100%; margin-top: 0px; float: left;color:#0e2844; }
.blk-single-blog .post-content-right .the_champ_sharing_container.the_champ_horizontal_sharing{display: none;}
.blk-single-blog .post-content p{
    font-size: 16px;
    color: #19232d;
    line-height: 1.5;
    margin: 0 0 17px;
}
.blk-single-blog .post-content a,.blk-single-blog .check-box-label a{color: #005eec;}

.post-container.cf {
    float: left;
    width: 100%;
}
.single-post header.post-header.cf {
    margin-bottom: 15px;
}
.blk-blog-part article {  width: 100%; }
.blk-blog-part article .post-thumbnail img{width: 100%;height: auto;}
.blk-single-blog form#new_contact label a:hover {
    text-decoration: underline;
}
.blk-single-blog .post-content a:hover{
    text-decoration: underline;
}
.blk-single-blog .post-content.description .btn-primary{
    background-color: #0e2844;
    border-color: #0e2844;
}
.post-content blockquote{
    margin-top: 1.857em;
    color: #19232d;
    font-size: 14px;
    padding: 1.857em 1.3rem 0.4rem;
    border-left: 0px solid #d9d9d9;
    border-bottom: 1px solid transparent;
    background: #e9e8e8;
    border-radius: 10px;
    margin-bottom: 1.6em;
}
.blk-main1 blockquote {
    margin-top: 1.857em;
    color: #606569;
    font-size: 16px;
    padding: 1.2em 1.3rem 0.4rem;
    border-left: 0px solid #d9d9d9;
    border-bottom: 1px solid transparent;
    background: #e9e8e8;
    border-radius: 10px;
    margin-bottom: 1.857em;
}

.blk-single-blog .post-content li,.blk-webinars-content .post-content li {
    font-size: 16px;
    color: #19232d;
    line-height: 1.5;
    padding-bottom: 5px;position: relative;
}
.blk-single-blog .post-content ol,.blk-webinars-content .post-content ul {
    margin-bottom: 12px!important;position: relative;
}
::marker, li ::marker, li::marker{display: none!important;    color: transparent;}
.blk-single-blog .post-content li::before,.blk-single-blog .post-content ol::before ,.blk-webinars-content .post-content li::before{
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #19232d;
    position: absolute;
    left: -20px;
    line-height: 2.6;
}
.blk-single-blog .post-content li h4,.blk-single-blog .post-content ol h4{margin-bottom: 0;}
.blk-single-blog .author-box {
    margin-top: 30px!important;width: 100%;
}
.blk-single-blog nav.navigation.post-navigation {
    display: none;
}
.blk-single-blog .author-box h3.section-head {
    color: #051a3b;
   
    font-size: 24px;
    font-weight: 700;
    border-top: 2px solid #e9e8e8;
    border-bottom: 0px solid;
    padding-top: 10px;
    margin-bottom: 26px;
    background-color: transparent;
}
.author-info {
    font-size: 13px;
    overflow: hidden;
    margin-bottom: 28px;
}
.blk-single-blog .author-info .avatar {
    border-radius: 50%;float: left;
}
.blk-single-blog .author-info [rel=author] {
    color: #051a3b;
   
    font-size: 18px;
    font-weight: 700;
}
.blk-single-blog .author-info [rel=author]:hover{text-decoration: none;}
.blk-single-blog .author-info .bio {
    margin-top: 5px;
    margin-bottom: 0;
    color: #051a3b;
    font-size: 15px;
    line-height: 1.3;
}
.blk-single-blog .author-info .description {
    margin-left: 120px;
}


.blk-single-blog ul.blog-nav-about li {
    display: inline-block;
    color: #57585a;
    font-size: 14px;
	font-weight:600;
    margin-right: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 27px;
    font-weight: bold;
}
.blk-single-blog ul.blog-nav-about li a{color: #57585a;}
.blk-single-blog ul.blog-nav-about li i{
    font-size: 22px;
    color: #c5c5c5;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
}
.blk-single-blog ul.blog-nav-about li img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 50%;
}
.blk-single-blog ul.blog-nav-about li a:hover{
color: #0e2844;
}
.blk-single-blog .d-flex {
    display: flex;
    align-items: center;    margin-bottom: 30px;
}
.blk-single-blog .d-flex .the_champ_sharing_container.the_champ_horizontal_sharing{    margin-left: auto;margin-bottom: 0;}
.blk-single-blog .d-flex .the_champ_sharing_container.the_champ_horizontal_sharing a{    margin: 2px;}
.blk-single-blog .d-flex .the_champ_horizontal_sharing .theChampSharing {
    border-radius: 0!important;
    width: 30px!important;
    height: 30px!important;
}
.blk-single-blog .author-box {
    border-bottom: 2px solid #e9e8e8; float: left;
}
.blk-single-blog .author-info .social-icons {
    float: right;
    position: absolute;
    margin-top: -80px;
    right: 0;
}
.blk-single-blog .related-posts ul li img {
    border-radius: 10px;
}
.blk-single-blog .related-posts  .highlights h2 a {
    
    color: #0e2844;
    font-size: 18px;
    font-weight: 700;
}
.blk-single-blog .related-posts  h2:before {display: none;}
.blk-single-blog .related-posts  h2 {
    padding-left: 0;
    margin: 15px 0 5px;
}

.blk-single-blog .related-posts .section-head,.blk-single-blog .comment-respond .section-head{
    color: #051a3b;
   
    font-size: 24px;
    font-weight: 700;
    border-top: 0px solid;
    border-bottom: 0px solid;
    padding-top: 10px;
    margin-bottom: 26px;
    padding-left: 0;
    background-color: transparent;
}


.blk-single-blog .comments ::placeholder{
    color:#919395;
    font-size: 14px;
}
.blk-single-blog .comments input,.blk-single-blog .comments select,.blk-single-blog .comments textarea {
    border-radius: 5px;width: 100%;
}
.blk-single-blog .comments #comment-submit,.blk-single-blog .comments .submit-button {
    background: #0e2844;
}
.blk-single-blog div#comments h3.section-head {
    color: #051a3b;
   
    font-size: 19px;
    font-weight: 700;
    border-top: 0px solid;
    border-bottom: 2px solid #e9e8e8;
    padding-top: 10px;
    margin-bottom: 26px;
    padding-left: 0;
    background-color: transparent;
}
.blk-single-blog .comment-avatar img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}
.comments-list .comment-content {
    font-size: 15px;
    margin-top: 7px;
    padding-bottom: 10px;
}
.blk-single-blog .comment-content .reply {
    position: relative;
    right: auto;
    color: #0e2844;
    border-bottom: 0px solid #e54e53;
    width: fit-content;
    margin-top: 10px;
    font-weight: 700;
}
.blk-single-blog .comment-content .reply .fa {
    color: #0e2844;
}
.blk-single-blog #respond h3 {
    color: #051a3b;
   
    font-size: 24px;
    font-weight: 700;
    border-top: 0px solid;
    border-bottom: 0px solid;
    padding-top: 10px;
    margin-bottom: 26px;
    padding-left: 0;
    background-color: transparent;
}
.blk-single-blog .comment-respond form {
    margin-top: 30px;
}
#comments .comment-form-author,#comments .comment-form-email,#comments .comment-form-url{
    flex: 0 0 33%;
    max-width: 33%;
    display: inline-block;
    width: 32.4%;
}
#comments .comment-form-author, #comments .comment-form-email {
    margin-right: 11px;
}
.blk-single-blog .comment-respond .form-submit input ,.blk-single-blog .comment-respond input#wp-comment-cookies-consent {

    width: fit-content;
}
.blk-single-blog .related-posts{
    margin-bottom: 0px;margin-top: 30px;
}

.sidebar-subscribe {
    width: 100%;
    float: left;
    margin-top: 40px;
}
.sidebar-subscribe label ,.sidebar-subscribe label a{
    color: #0943b0;
    font-size: 13px;
    font-style: italic;
}
.sidebar-subscribe label a {
    text-decoration: underline;
}
.sidebar-subscribe p {
    margin-bottom: 13px;
}

@media only screen and (max-width: 1600px) {
    .blk-blog .blk-inner-banner { background-size: 97% 100%;}
}
@media only screen and (max-width: 1480px) {
    .blk-blog .blk-inner-banner { background-size: 100% 100%;}
}

@media only screen and (max-width: 1199px) {
    .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title { line-height: 1.1;}
    .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title a {font-size: 18px; }
  
    .post-type-archive-ebooks .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title {
        height: 60px;
    }
}



@media only screen and (max-width: 991px) {
    .blk-blog .blk-inner-banner .title-box { width: 100%;}
    .blk-blog .blk-inner-banner h1 {font-size: 32px; }
    .blk-blog .blk-inner-banner {background-size: 90% 100%; }
    .blk-blog-part .blk-blog-part-wrapper {
        margin-bottom: 30px;
    }
   

    .blk-single-blog .d-flex { display: block; float: left; margin-bottom: 10px; }
    .blk-inner-banner h1{    line-height: 47px;font-size: 32px; }

}

@media only screen and (max-width: 799px){
   /* .blk-blog .blk-inner-banner{margin: 0 0px;}
    .blk-single-blog {
        margin: 0px 0 0;
    }*/
}


@media only screen and (max-width: 767px){
    .blk-blog .blk-inner-banner {
        background-image: none;
        background-color: #132e57;    padding: 0px 0 25px;
    }
    .archive.category .blk-blog .blk-inner-banner{ padding: 0px 0 0px;}
    .blk-blog .blk-inner-banner label, .blk-blog .blk-inner-banner label a,.blk-blog .blk-inner-banner h3{color: #fff!important;    font-weight: 200;}
    .blk-blog-part .blk-blog-part-wrapper{margin-bottom: 30px;}
    .post-type-archive-ebooks .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title {
        height: auto;
    }

    .blk-single-blog .d-flex .the_champ_sharing_container.the_champ_horizontal_sharing { margin-top: 15px; float: left; width: 100%; }
  

    .blk-single-blog .comment-respond form p.comment-form-cookies-consent {
        display: flex;
    }
    .main-heading{font-size: 30px;}
    .main-heading2{font-size: 28px;}




}


@media only screen and (max-width: 480px){
    .blk-blog .blk-inner-banner .col-md-4.col-sm-5 { margin-bottom: 20px; }
    .archive.category .blk-blog .blk-inner-banner .col-md-4.col-sm-5 { margin-bottom: 0px; }
    .blk-blog-part .blk-blog-part-wrapper .blk-blog-part-content h2.entry-title { height: auto;}
    .archive.category .blk-blog .blk-inner-banner {
        padding: 20px 0;
    }

    .blk-blog nav.sw-pagination { margin-bottom: 22px; }

    .blk-blog li.widget.column ,.blk-single-blog li.widget.column{ margin-bottom: 0; }
    .blk-blog .blk-blog-part li.widget , .blk-single-blog .blk-blog-part li.widget { margin-top: 15px; }
    .blk-blog .blk-blog-part h3.widgettitle ,.blk-single-blog .blk-blog-part h3.widgettitle{ margin-bottom: 10px; }

    .blk-blog-part .widget_text h3{margin-bottom: 0!important;}

    .blk-blog .blk-blog-part {padding: 50px 0 0px;}
    .blk-exclusive-resources h4 { margin-bottom: 0px;  }
    .blk-exclusive-resources {
        padding: 40px 0 22px;
    }
    .blk-blog .blk-cta-wrapper .col-md-5.col-xs-12 ,.blk-single-blog .blk-cta-wrapper .col-md-5.col-xs-12{
        margin-bottom: 0;
    }


    .blk-single-blog .blk-cta { padding: 0px 0 50px;}
    .blk-single-blog .related-posts {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .blk-single-blog .blk-blog-part .col-md-3.col-sm-5 {
        margin-bottom: 0;
    }
    .blk-single-blog .blk-blog-part .blk-sidebar .newsletter-form {
        margin-bottom: 0;
    }
}



.blk-author-banner {
    background-image: url(../images/banner-1.png);
    position: relative;
    margin: 60px 0 0px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 30px 0;
}
.blk-author-banner h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
    padding: 0;
    border-left: 0px solid #e54e53;
    margin-top: 0;
}
.blk-author-banner h1 a{
    color: #fff;
}
.blk-author-banner p {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.blk-author-banner .social-icons li{height: auto;}
.blk-author-banner .social-icons .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.blk-author-banner img.avatar {
    float: right;
    border-radius: 50%;
    width: 100%;
    max-width: 300px;
}
.blk-author-banner .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.blk-blog.blk-author-part .blk-blog-part .widget_recent_entries {
    display: block;
}

.woocommerce table.cart img, .woocommerce-page table.cart img {
    width: 90px !important;
    height: 35px;
    display: block;
}
.woocommerce-checkout .main .row [class*=col-],.woocommerce-checkout .blk-inner-banner .row [class*=col-],.blk-inner-banner.blk-inner-banner1 .row [class*=col-],
.woocommerce-cart .main .row [class*=col-],.woocommerce-cart .blk-inner-banner .row [class*=col-]
{
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields,.woocommerce-checkout .blk-order_review {
    padding: 20px;
    border: 1px solid #dce0e6;
    background-color: #fff;
}
.woocommerce-checkout .woocommerce .checkout h3 {
    border-width: 0px;
    padding: 0;
   
    font-size: 24px;
    color: #051a3b;
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce form .form-row input.input-text ,.select2-container--default .select2-selection--single{
    border-color:#c9cdd3;
    border-radius: 5px;
    height: 45px;
    font-size: 16px;

}
.woocommerce-checkout .woocommerce form .form-row input.input-text {

    border: 1px solid #c9cdd3;    padding: 7px 14px;    background: #f9f9f9;
}
.woocommerce-checkout .woocommerce form .coupon_checkout .form-row input.input-text{ height: 40px;font-weight: 100;}
.woocommerce-checkout .woocommerce form .coupon_checkout ::placeholder {
    font-size: 13px;
    font-weight: 200;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
}
.woocommerce-checkout form ::placeholder{color: #949597;}

.woocommerce-checkout .woocommerce table.shop_table thead th {
    font-weight: bold;
    border-top: 0px solid #d9d9d9;
    border-bottom: 1px solid #e6e7e9;
    color: #373738;
    background: #fff;
    font-size: 16px;
}
.woocommerce table.shop_table { border: 0px solid rgba(0,0,0,.1);}
.woocommerce-checkout .woocommerce table.shop_table tr td,.woocommerce-checkout .woocommerce table.shop_table tfoot th,.woocommerce-checkout .woocommerce .checkout .shop_table tfoot tr:last-child td{
    border-bottom: 1px solid #e6e7e9;    height: 45px;border-top: 1px solid #e6e7e9;
}
.woocommerce table.shop_table tr td, .woocommerce-page table.shop_table tr td {
    border-bottom: 0;  
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td, .woocommerce table.shop_table th, .woocommerce-page table.shop_table th{ color:#0e2844; font-size: 13px;}
.woocommerce-checkout .woocommerce table.shop_table .cart-subtotal td {
    background-color: #fff;
}
.woocommerce-checkout .woocommerce #payment ul.payment_methods{
    background: #f9f9f9;
    border-top: 0px solid #d9d9d9;
    margin-top: 42px;
    border-bottom: 0px;    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li {

    list-style: none;
}
.woocommerce-checkout tr.cart-discount.coupon-bchain30 ,.woocommerce-checkout tr.cart-discount.coupon-bchain30 th,.woocommerce-checkout tr.cart_item:nth-child(odd) {
    background-color: #f3f4f7;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    background-color: transparent;
}

.woocommerce-checkout .woocommerce #payment div.payment_box,.woocommerce-checkout .woocommerce form.checkout_coupon{
    background: #f3f4f7!important;
    border: 1px solid #dce0e6;    margin-bottom: 30px;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 10px;
}
.woocommerce-checkout form.checkout_coupon.woocommerce-form-coupon button.button {
    height: 26px;
}
.woocommerce-checkout .woocommerce form .form-row label{
    padding-bottom: 4px;
    color: #626465;
    font-weight: 600;
    font-size: 12px;padding: 0;
}
.woocommerce-checkout .woocommerce form .woocommerce-checkout-payment .form-row label{display: none;}
.woocommerce-checkout .woocommerce form .woocommerce-billing-fields .form-row label{display: none;}
.woocommerce-checkout .woocommerce #payment div.form-row{
    background: #f3f4f7;    padding: 0;
}
.woocommerce-checkout #wc-bluesnap-cc-form .bluesnap-input-div {
    border: 1px solid#c9cdd3;
    height: 40px;
    border-radius: 5px;
    box-shadow: none;
}
.woocommerce-checkout #payment div.payment_box .input-group-addon {
    background-color: #f2f2f2;
    border: 0px solid #ccc;

}
.woocommerce-checkout .woocommerce #payment div.form-row.place-order {
    background: white;margin-top: 40px;
}
.woocommerce-checkout .woocommerce #payment.woocommerce-checkout-payment div.form-row.place-order{margin-top: 0px;}
.woocommerce-checkout .payment_method_paypal a {
    color: #005de8!important;
    font-size: 14px!important;
    font-weight: 600!important;
    line-height: 2!important;
    margin-left: 10px!important;
}
body.woocommerce .main-wrap .button, body.woocommerce-page .main-wrap .button, .woocommerce.widget .button, .woocommerce #respond input#submit {
    background: #0e2844!important;
    -webkit-border-radius: 5px!important;
    border-radius: 5px!important;
    text-transform: capitalize!important;
    padding: 0.55rem 1.9rem!important;
    font-size: 14px;
    font-weight: 700!important;
}

body.woocommerce-page .main-wrap .button:hover{
    transform: scale(1.1);
    background-color: #fff;
    color: #0e2844!important;
}

.woocommerce #customer_details {
    margin-bottom: 42px;
}

    .woocommerce-checkout .blk-inner-banner,.woocommerce-cart .blk-inner-banner,.single-product .blk-inner-banner
   {
        background-image: url('../images/checkout-bg.png');
        background-position: center;
    }
    .woocommerce-checkout .woocommerce table.shop_table tr td .product-quantity{display: none;}
    .blk-inner-banner.blk-inner-banner1{
        background-image: url('../images/checkout-bg2.jpeg');
        background-position: left bottom;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #0e2844;
    }
    .woocommerce-checkout .blk-inner-banner h1 ,.woocommerce-cart .blk-inner-banner h1,.single-product .blk-inner-banner h1,.blk-inner-banner.blk-inner-banner1 h1,.blk-webinars.single-webinars .blk-inner-banner h1{
        font-size: 30px;
        margin-bottom: 0px;
        padding: 0;
        margin-top: 0;
        font-weight: 700;
    }
    .blk-inner-banner .title-box h5 {
        color: #fff;
        font-size: 24px;
        font-weight: 500;
        margin-top: 20px;
    }
    .woocommerce-checkout .blk-inner-banner .title-box ,.woocommerce-cart .blk-inner-banner .title-box,.single-product .blk-inner-banner .title-box ,.blk-webinars.single-webinars .blk-inner-banner  .title-box{
        width: 100%;
        padding: 30px 0 30px;
        margin-bottom: 0;
    }
    .blk-inner-banner.blk-inner-banner1 .title-box{
        width: 100%;
        padding: 65px 0 ;
        margin-bottom: 0;
    }
    .blk-inner-banner.blk-inner-banner1 h1{  font-size: 34px;}
    .woocommerce-checkout .main.container { margin-top: 25px!important;    margin-bottom: 35px;}
   .woocommerce-cart .main.container{ margin-top: 50px!important;    margin-bottom: 50px;}
.single-product .main.container{ margin-top: 50px!important;    margin-bottom: 5px;}
    .woocommerce-checkout .post-header h1.main-heading,.woocommerce-cart .post-header h1.main-heading{display: none;}
    .woocommerce-checkout #customer_details .form-row {
        padding: 3px;
        margin: 0 0 15px;
    }
    .woocommerce-checkout #payment div.payment_box::before{top: -1em;}

    .blk-secure-payment h4 {
        font-size: 18px;
        color: #0e2844;    margin-bottom: 15px;
    }
    .blk-secure-payment p{font-size: 14px; color: #303031;}
    .blk-secure-payment p a{font-size: 14px; color: #005de8;text-transform: none;} 
    .blk-secure-payment p a:hover{
        text-decoration: underline;
    }
    .blk-secure-payment .images {
        margin-bottom: 20px;margin-top: 10px;
    }



.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
        border-left: 3px solid #0e2844!important;}
.woocommerce-checkout .post-content a { color: #005eec!important;}
.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none;
}
form.checkout.woocommerce-checkout {
    padding: 25px;
    background-color: #f4f4f4;
}
.woocommerce-checkout p.sub-title {
    font-size: 18px;    margin-bottom: 17px;
}
/*.woocommerce-checkout tr.cart-subtotal {
    display: none;
}*/

.woocommerce-checkout #payment{background-color: #fff;}
.woocommerce-checkout .woocommerce #payment #place_order {
    width: 40%;
    line-height: 1.75;background-color: #0e2844;transition: .1s ease-out;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover{
    transform: scale(1.1);
    background-color:#0e2844 ;
    color:#fff;
}
.blk-secure-payment h4 img {
    margin-left: 6px;    width: 21px;
}
.woocommerce-checkout .blk-inner-banner .title-box h1.entry-title2{display: none;}
.woocommerce-checkout.woocommerce-order-received .blk-inner-banner .title-box h1.entry-title{display: none;}
.woocommerce-checkout.woocommerce-order-received .blk-inner-banner .title-box h1.entry-title2{display: block;}

@media only screen and (max-width: 767px) {
    .woocommerce-checkout .main.container {
        margin-top: 25px!important;
        margin-bottom: 5px;
    }
    .blk-secure-payment p {margin-bottom: 15px; }
    .woocommerce-checkout .woocommerce #payment #place_order {margin: 0;  }
    .woocommerce-checkout .blk-mb-0{margin-bottom: 0!important;}
    .woocommerce-checkout .woocommerce #payment div.form-row.place-order {margin-top: 25px; }
    .blk-inner-banner.blk-inner-banner1{background-image:none;}
    .blk-inner-banner.blk-inner-banner1 .title-box { padding: 60px 0;}
}
@media only screen and (max-width: 500px) {
    .woocommerce-checkout .blk-inner-banner,.woocommerce-cart .blk-inner-banner , .single-product .blk-inner-banner,.blk-inner-banner.blk-inner-banner1{ padding: 0px 0 0px;}
    .woocommerce-checkout .blk-inner-banner .row [class*=col-],.woocommerce-cart .blk-inner-banner .row [class*=col-],
    .single-product .blk-inner-banner .row [class*=col-],.blk-inner-banner.blk-inner-banner1 [class*=col-]{margin: 0;}
    .woocommerce-checkout .blk-inner-banner h1 {line-height: 1.2; }
    .woocommerce-checkout form.checkout.woocommerce-checkout,.woocommerce-checkout #customer_details .woocommerce-billing-fields, .woocommerce-checkout .blk-order_review { padding: 15px;}
    .woocommerce-checkout p.sub-title {line-height: 1.3;}
    .woocommerce-checkout .woocommerce #payment #place_order {width: 99%; }
    .woocommerce-checkout .woocommerce form .form-row-first,.woocommerce-checkout .woocommerce form .form-row-last {
        width: 100%;
    }



}


@media only screen and (max-width: 380px){
    .woocommerce-checkout #payment ul.payment_methods li img {
        width: 50px;
    }
    .woocommerce-checkout .payment_method_paypal a {
        font-size: 12px!important;
    }
}



.page-id-2029.woocommerce-order-received .post-content h2{
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #19232d;
   
    padding: 0;
    border-width: 0px;
     
}
.page-id-2029.woocommerce-order-received .woocommerce-table--order-details.shop_table.order_details tbody tr,
.page-id-2029.woocommerce-order-received .woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(even){
    background-color: #f3f4f7;
}

.page-id-2029.woocommerce-order-received table {
    border-top: 1px solid #e6e7e9!important;
    border-left: 1px solid #e6e7e9!important;
    border-right: 1px solid #e6e7e9!important;
    border-radius: 5px!important;
}
.page-id-2029.woocommerce-page.woocommerce-order-received .shop_table.order_details tfoot tr:last-child td {
    border-bottom: 1px solid #e6e7e9!important;
}
.page-id-2029.woocommerce-page.woocommerce-order-received .woocommerce-order-details p.order-again a.button {
    color: #fff!important;
}
.page-id-2029.woocommerce-page.woocommerce-order-received .woocommerce-order-details p.order-again{display: none;}
.page-id-2029.woocommerce-page.woocommerce-order-received .woocommerce ul.order_details {
    margin-top: 2rem;
}
.page-id-2029.woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
    font-size: 1em;
    border: 1px solid #e6e7e9;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 10px #e6e7e9;
}



.woocommerce-cart .cart-collaterals{margin-top: 0!important;}
.woocommerce-cart .cart-collaterals .cart_totals{
   width: 100%;
}


.woocommerce-cart .woocommerce-cart-form ,.woocommerce-cart .cart-collaterals{
    border: 1px solid #babbbe!important;
    border-radius: 10px 10px 0 0!important;
    overflow: hidden;
}
.woocommerce-cart .woocommerce-cart-form{border-bottom-width: 0px!important;}

.woocommerce table.shop_table{margin-bottom: 0!important;}
.woocommerce-cart table.shop_table th{border-top-width: 0px!important;}


.woocommerce-cart .woocommerce table.shop_table th{
    font-weight: bolder;
    color: #051a3b;
    font-size: 15px;
}
.woocommerce-cart .woocommerce table.cart a.remove{line-height: 8px;
    padding: 3px 2px;}
.woocommerce-cart table.shop_table td,.woocommerce-cart table.shop_table th{
    padding: 10px 8px!important;
}
.woocommerce-cart table.shop_table td:first-child,.woocommerce-cart table.shop_table th:first-child{  padding: 10px 8px 10px 14px!important;}
.woocommerce-cart table.shop_table td:last-child,.woocommerce-cart table.shop_table th:last-child{  padding: 10px 14px 10px 8px!important;}
.woocommerce-cart table.shop_table tr td{
    font-size: 14px;color: #373738;
}
.woocommerce-cart table.shop_table tr td.product-quantity{text-align: center;}
.woocommerce-cart table.shop_table tr td a{color: #0044b3;}

.woocommerce-cart table.cart td.actions .coupon {
    display: none;
}



.woocommerce-cart table.shop_table th{border-bottom: 1px solid #babbbe!important;}
.woocommerce-cart table.shop_table tr td {
    border-bottom: 1px solid #babbbe!important;
}
.woocommerce-cart table.shop_table tr td.actions {
    text-align: left;
    padding-left: 14px!important;
}


.woocommerce-cart .cart-collaterals .cart_totals h2 {
    border-top-width: 0px;
    border: 0px solid #d9d9d9!important;
    font-weight: bolder;
    color: #051a3b;
    font-size: 20px;
   
    line-height: 42px;
    margin-bottom: 0px!important;
}
.woocommerce-cart .cart-collaterals .cart-subtotal{display: none;}



.woocommerce-cart .cart-collaterals tr.order-total {
    background-color: #f3f4f7;  border-top: 1px solid #babbbe!important;    height: 59px;
}
.woocommerce-cart .cart-collaterals tr.order-total td {
    text-align: right;
}

.woocommerce-cart .cart_totals .order-total .amount{
    color:#051a3b;
    font-size: 14px;
    display: inline-block;
}
.woocommerce-cart .cart-collaterals a.checkout-button {
    margin: 0px 14px!important;
    width: 40%;
    height: 40px;
    line-height: 1.7!important;
}

.woocommerce-cart .post-content .woocommerce{margin: 0!important;}


.woocommerce-cart h4.blk-cart-title {
    font-size: 16px!important;
    margin: 40px 0 0;
    background-color: #f3f4f7;
    padding: 10px;
}
.woocommerce-cart h4.blk-cart-title img{margin-right: 10px; width:40px;}
.woocommerce .cart-collaterals .cart_totals .order-total th,.woocommerce .cart-collaterals .cart_totals .order-total td {
    vertical-align: middle;
}




.single-product div.product div.images.woocommerce-product-gallery {
    position: relative;
    padding: 10px;
    border: 1px solid #e2e4e7;
}
.single-product div.product h1.product_title.entry-title ,.single-product .related.products h2 {
   
    font-size: 24px;
    color: #051a3b;
    border-width: 0px;
    padding: 0px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
}
.single-product div.product .post-content p {
    margin-bottom: 15px;
}
.single-product .related.products h2{margin-bottom: 12px;}
.single-product div.product p.price {
    color: #005de8!important;
    font-weight: 700;
    margin: 0;
}
.single-product div.product .product_meta {
    font-size: 15px;
    color: #373738;
    margin-bottom: 10px;
}
.single-product .product_meta > span {
    font-weight: 700;
}
.single-product div.product form.cart .button {
  
    text-transform: uppercase!important;
    font-size: 14px!important;
    line-height: 1.65!important;
    margin-left: 0px!important;
    
}
.single-product .related.products form.cart .button {
    background-color: transparent!important;
    border: 1px solid #0e2844;
    color: #0e2844;
    text-transform: capitalize!important;
    margin: 5px 10px 0 10px!important;
    line-height: 1.3!important;
    float: none;
    width: 50%;
}
.single-product .related.products form.cart .button:hover{
    background-color: #0e2844!important;
    border: 1px solid #0e2844;
    color: #fff;
}
.single-product div.product form.cart{
    border-top: 0px solid #d9d9d9!important;
    border-bottom: 0px solid #d9d9d9!important;
    padding: 0px 0px!important;
    margin-bottom: 15px;

}
.single-product .related.products {
    width: 100%;
    float: left;
}
.single-product .related.products ul.products li.product .product-thumb .button{display: none;}

.single-product .related.products ul.products li.product{
    width: 23%;
    margin-right: 18px;
    background-color: #e6eaf0;
    padding: 0px 0 0px;
    text-align: center;
    border-radius: 10px 10px 0 0 ;
    overflow: hidden;
}
.single-product .related.products ul.products li.product:hover {
    box-shadow: 0px 4px 14px #ccc;
}
.single-product .related.products ul.products li.product:last-child{
    margin-right: 0px;
}
.single-product ul.products li.product a img {
    height: 130px;
    object-fit: cover;
}






.single-product .related.products h2.woocommerce-loop-product__title {
    font-weight: 700!important;
    padding: 0 10px!important;
    font-size: 15px!important;
    height: 65px;
}
.single-product .related.products ul.products li.product .woocommerce-loop-product__title:before{display: none;}
.single-product ul.products li.product .amount{
    color: #005de8!important;
    font-weight: 700;
    font-size: 16px!important;
    padding: 0 10px!important;
}


.single-product ul.products .product-thumb:hover .add_to_cart_button{    visibility: hidden;}
.single-product .related.products ul.products li.product:hover .product-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 1;
}
.single-product .woocommerce-notices-wrapper a.button.wc-forward{    margin-top: -10px;}

@media only screen and (max-width: 1199px){
  
    .woocommerce-cart .cart-collaterals a.checkout-button {width: 50%;}
    .woocommerce table.cart img, .woocommerce-page table.cart img { width: 200px !important;height: auto;}
}
@media only screen and (max-width: 991px){
    .single-product .related.products ul.products li.product { width: 47%;}
    .woocommerce table.cart img, .woocommerce-page table.cart img {
        width: 70px !important;
    }
    .woocommerce-cart .woocommerce .row .col-md-6{width: 100%;}
    .woocommerce-cart .woocommerce-cart-form{margin-bottom: 20px;}
}
@media only screen and (max-width: 799px){
    .woocommerce-cart table.shop_table_responsive tr:nth-child(2n) td{background-color: transparent;}
    .woocommerce-cart .cart-collaterals tr.order-total {
       height: auto;
    }
    .woocommerce-cart .cart_totals tr td {
        width: 100%!important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals {
        margin-bottom: 0;
    }
    .woocommerce-cart .cart_totals .order-total {
        border-bottom: 0px solid #d9d9d9;
    }
    .single-product .related.products ul.products li.product:nth-child(2n) {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 767px){
    .woocommerce-cart .woocommerce-cart-form{margin-bottom: 0px;}
    .woocommerce-cart h4.blk-cart-title {margin: 0px 0 0;}
}

@media only screen and (max-width: 649px){
    .single-product .related.products ul.products li.product {
        width: 100%;    margin-right: 0px;margin-bottom: 20px;
    }
    .single-product .related.products { margin-top: 10px;}
    .single-product .woocommerce-notices-wrapper a.button.wc-forward {
        margin-top: 10px;
    }
    .woocommerce-cart .cart-collaterals a.checkout-button{
        width: calc(100% - 25PX);
    }
    .woocommerce-cart .woocommerce table.cart td.actions .button{
        width: fit-content;
    }
}


body:not(.home) .main.blk-main1 {
    margin-top: 50px !important;margin-bottom: 50px!important;
}
body:not(.home) .main.blk-main1 aside.col-4.sidebar{
    display: none;
}
body:not(.home) .main.blk-main1 p {
    font-size: 16px;
    color: #19232d;
    line-height: 1.5;
    margin: 0 0 17px;
  
}
body:not(.home) .main.blk-main1 li{
    font-size: 16px;
    color: #19232d;
    line-height: 1.5;  
}
body:not(.home) .main.blk-main1 p a{
    color: #0e2844;
}
body:not(.home) .main.blk-main1 .post-content ul {
    margin-left: 60px;
}
body:not(.home) .main.blk-main1 .post-content ol {
    margin-left: 48px;
}
body:not(.home) .main.blk-main1 .post-content h3 {
    margin-bottom: 10px;
}
body:not(.home) .main.blk-main1 .post-content h2 {
    margin-bottom: 5px;
}

@media only screen and (max-width: 500px) {

  
    body:not(.home) .main.blk-main1 {
        margin-bottom: 35px!important;
    }

}

.blk-single-blog .post-content-right .fluid-width-video-wrapper {
  padding-top:56%!important;
    text-align: center;
    margin: 0 auto;
}

/*      blk-cta        */
.blk-cta{
    padding: 50px 0;color:#060606;
    position: relative;
    background-repeat: no-repeat!important;
    background-position: 50%!important;
    background-size: cover!important;
    width: 100%;
background-attachment: fixed;

}
.blk-cta-wrapper{
    background:#0e2844;
    padding: 80px 96px;
    border-radius: 10px;
}
.blk-cta h3 ,.blk-cta h5,.blk-cta h5 a {
    color: #fff;
}
.blk-cta h3{ font-weight: 600;   font-size: 30px;}
.blk-cta h5 {
    font-size: 20px;
    line-height: 2.5rem;
}
.blk-cta .btn-light{margin-top: 10px;}
.blk-cta .btn-primary{margin-top: 10px;margin-left: 10px;}

@media only screen and (max-width: 1199px) {
    .blk-cta .btn-light,.blk-cta .btn-primary {
       min-width: 180px;margin-left: 0px;
    }
  }
@media only screen and (max-width: 991px) {
    .blk-cta { text-align: center;}
    .blk-author-banner img.avatar {
        float: none;
        max-width: 150px;
        height: 150px;
        margin-bottom: 20px;
    }
  }
  @media only screen and (max-width: 600px){
    .blk-cta h3 {
        line-height: 1.3;
        font-size: 25px;margin-bottom: 15px;
    }
    .blk-cta-wrapper { padding: 30px 10px 30px; }
    .blk-cta h5 {
        font-size: 15px;
    }
    .blk-cta .btn-light,.blk-cta .btn-primary {
        display: block;
       width: 100%;margin-left: 0px;
    }
    }

    .head-mrg{
        margin: 73px 0 0px;
    }
    .blk-hm-banner h1 ,.blk-inner-banner h1{
        font-size: 40px;
        font-weight: 700;
        margin: 0 0 15px; 
        color:#fff;
    }
    .home .blk-hm-banner h6{
        font-size: 16px;
    color: #ed942d;
    font-weight: 800;
    margin-bottom: 7px;
    }
    .blk-hm-banner p {
        margin-bottom: 15px;
        font-size: 18px
    }
    .blk-hm-banner .btn-primary, .business-part .blk-inner-banner .btn-primary{
        margin-top: 15px;
        margin-right: 10px
    }
    .blk-hm-banner .btn-light-outline, .business-part .blk-inner-banner .btn-light-outline{
        margin-top: 15px;
    }
    .blk-hm-banner .btn-primary,.blk-home .home-individual .btn-light, .home .blk-home .btn,.home .btn,.home footer.footer-part .btn {
        font-size: 18px
    }
    
   .banner-trustpilot {
        margin: 40px 0 0;
    }
    .blk-home-logos.spad {
        padding: 30px 0;
    }
    .blk-home-logos h4 {
        font-size: 21px;
        text-align: left;
        margin-bottom: 0;
        padding: 0;
        border-width: 0;
         
        color: #0e2844;
        font-weight: 700;
    }
    .blk-home-logos img{
        width: 100%; 
        margin: 0 0px;
    }
    .blk-home-logos .owl-stage {
        display: flex;
      align-items: center;
    }
    .blk-home-logos .owl-carousel .owl-stage-outer,    .blk-home-logos .owl-stage{height:45px;}
    
    .blk-home-logos img:hover {
        transform: scale(1.1)
    }

    .blk-home-individual {
        background-repeat: no-repeat;
        padding: 60px 0 60px;
        background-position: 25% bottom
    }
    .blk-home-individual .main-heading {
        text-align: left
    }
    .blk-home-individual p,.home-team p {
        font-size: 18px;    margin-bottom: 18px;
    }
     .blk-home-individual ul,.home-team ul {
        padding-left: 0;
        margin: 10px 0;
        float: left
    }
    
     .blk-home-individual ul li,.home-team ul li {
        width: 50%;
        float: left;
        margin-top: 10px;
        height: 80px
    }
    
     .blk-home-individual ul li::before,.home-team ul li::before {
        display: none
    }
    
     .blk-home-individual ul li .d-flex,.home-team ul li .d-flex {
        display: flex;
        align-items: flex-start;
        padding-right: 5px
    }
    
    .blk-home-individual .align-items-center,.home-team .align-items-center{
        align-items: center;
        display: flex;
    }
     .blk-home-individual ul li p,.home-team ul li p {
        margin-bottom: 18px;
    }
    
     .blk-home-individual ul li img,.home-team ul li img {
        max-width: 60px;
        max-height: 60px;
        margin-right: 7px;
        width: auto
    }
    
     .blk-home-individual .btn-blue,.home-team .btn-blue {
        margin-top: 15px;
        margin-right: 10px
    }
    .home-team {
        background-repeat: no-repeat;
        background-position: 85% bottom;
        background-color: #e7e3df;
        position: relative;
        background-size: contain;    background-size: 41%;
    }
    .blk-home .blk-sub-heading {
        text-align: center;
        width: 85%;
        margin: 0 auto 50px;
        font-size: 18px;
    }
    .blk-home .blk-instructor .main-heading{
        text-align: left;
    }
    .blk-instructor .blk-instructor-block-wrapper{
        margin: 0 15px 15px;
        background: #fff;
        padding: 25px 30px;
        border-radius: 8px;
        box-shadow: 0px 2px 24px rgb(0 67 144 / 22%);
        height: 320px;
        position: relative;
    }
    .pricing-part .blk-instructor .blk-instructor-block-wrapper{ margin: 0 5px 15px;}
    .blk-instructor p {
        line-height: 26px;
        margin-bottom: 20px;
        z-index: 2;
        position: relative;
        font-size: 16px;
    }
    .blk-instructor .instructor-block {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
    .blk-instructor img{
        max-width: 80px;
        max-height: 80px;
        width: 100%;
        border-radius: 50%;
        margin: 0;
        overflow: hidden;
    }
    .blk-instructor .instructor-detail {
        margin-left: 20px;
    }
    .blk-instructor .instructor-detail span, .blk-about-testi .client-designation{font-size: 14px}
    p.instructor-name {
        font-weight: 700;
        margin-bottom: 0px;
        font-size: 18px;
        color: #0e2844;
    }
    .blk-instructor a.instructor__social {
        display: block;
        text-decoration: none;
    }
    .blk-instructor a.instructor__social i{color: #0e2844;}
    .blk-instructor-block-wrapper h6, .blk-about-testi h6{
        color: #0e2844;
    font-size: 18px;
    font-weight: 600;
    }
    .blk-home .blk-instructor .blk-instructor-block-wrapper,  
        .blk-about-part .blk-instructor .blk-instructor-block-wrapper{
        height: 410px;
    }
    .pricing-part .blk-instructor .blk-instructor-block-wrapper {
        height: 530px;
    }
    .score {
        display: block;
        font-size: 20px;
        position: relative;
        overflow: hidden
    }
    
    .score-wrap {
        display: inline-block;
        position: relative;
        height: 26px
    }
    
    .score .stars-active {
        color: #eebd01;
        position: relative;
        z-index: 10;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        font-size: 20px!important;
    }
    
    .score .stars-inactive {
        color: grey;
        position: absolute;
        top: 0;
        left: 0;    font-size: 20px!important;
        -webkit-text-stroke: initial
    }
    
    .commentrating {
        display: flex;
        position: relative;
        margin: 0;
        border-radius: 5px;
        width: fit-content
    }
    .blk-home .home-info h6 {
        font-size: 16px;
        color: #ed942d;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 10px
    }
    
    .blk-home .home-info h6 img {
        margin-right: 10px
    }
    
    .blk-home .home-info .btn-primary {
        margin-top: 10px
    }
    
    .blk-home .home-info p {
        font-size: 16px;}
    .blk-home .home-info ul {
            padding: 0;
            padding-left: 20px;
            margin: 0;
    }
    .blk-home .home-info ul li {
        font-size: 16px;
        padding-bottom: 12px;
        position: relative;
        text-decoration: none;
    }
    .blk-home .home-info ul li::before {
        content: '\f111';
        font-family: fontawesome;
        font-size: 12px;
        color: #0e2844;
        position: absolute;
        line-height: 0;
        left: -20px;
        top: 11px;
    }
    .job-part .blk-inner-banner {
        padding: 20px 0;
    }
    @media only screen and (max-width: 1800px){
        .blk-home-individual{
            background-position: 22% bottom
        }
        .home-team {
            background-position:90% bottom;    background-size: 41%;
        }
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 550px;
        }
    }
    @media only screen and (max-width: 1600px){
        .blk-home-individual {
            background-position: 15% bottom
        }
        .home-team {
            background-position:100% center;    background-size: 48%;
        }
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 660px;
            padding: 25px 20px;
        }
    }
    @media only screen and (max-width: 1400px){
        .blk-home-individual {
            background-position: 11% bottom
        }
        .home-team {
            background-size: 49%
        }
        .pricing-part .blk-instructor .blk-instructor-block-wrapper { height: 550px; }
    }
    @media only screen and (max-width: 1350px){
        .blk-home-individual {
            background-position: 7% bottom
        }
       
    }
    @media only screen and (max-width: 1270px) {
        .blk-home-individual {
            background-size:46%
        }
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 560px;
        }
    }
    @media only screen and (max-width: 1199px) {
        .banner-trustpilot {margin: 30px 0 0;}
        .blk-home-individual ul li,.home-team ul li {
            padding-right: 5px;
            height: 100px
        }
    
        .blk-home-individual ul li img,.home-team ul li img {
            max-width: 50px;
            max-height: 50px
        }
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 470px;
        }
    }
    @media only screen and (max-width: 991px) {
      
       .blk-home-logos h4{text-align:center;margin-bottom: 10px !important;}
       .blk-home-individual {
        padding: 60px 0;
        background-image: none!important
    }
    .home-team {
        background-image: none!important
    }
    .blk-home-individual ul li,.home-team ul li {
        padding-right: 5px;
        height: 65px
    }
    .blk-home-individual .align-items-center, .home-team .align-items-center {
        display: inline-block;
    }
    .blk-home .blk-sub-heading {
        width: 100%;
        font-size: 16px;
    }
    .blk-home .home-info-img img {
        margin-bottom: 30px;
    }
    .col-reverse{
        flex-direction: column-reverse!important;
        display: flex;
    }
   .blk-inner-banner {
        padding: 40px 0;
    }
    .pricing-part .blk-instructor .blk-instructor-block-wrapper {
        height: 600px;
    }
   }
    @media only screen and (max-width: 767px) {
         .blk-hm-banner {
            padding: 40px 0;
        }
        .blk-hm-banner h1,.blk-inner-banner h1 {
            font-size: 30px;
        }
        .blk-home .bg-blue.blk-hm-banner p,  .blk-home-individual p, .home-team ul li,  .blk-home-individual ul li, .home-team p, .blk-home .bg-blue .blk-sub-heading, .blk-home .blk-hm-certificate p {
            font-size: 16px;
        }
        .banner-trustpilot.align-items-center {
            display: block;
        }
      
        .blk-home-logos h4{text-align:center;margin-bottom: 15px !important;}
        .blk-home-individual{
            padding: 35px 0 46px
        }
        .home-team {
            padding: 40px 0 45px
        }
    .main-heading{font-size: 28px;}
    .blk-home .blk-instructor .blk-instructor-block-wrapper,  .blk-about-part .blk-instructor .blk-instructor-block-wrapper {
        margin: 5px 10px 10px!important;
    }
    .blk-instructor .blk-instructor-block-wrapper {
        height: auto!important;
        margin: 0 0!important;
    }
    .blk-inner-banner {
        padding: 40px 0px 20px;
    }
    .pricing-part .blk-instructor .blk-instructor-block-wrapper {
        height: 650px!important;
    }
    .business-part .blk-sub-heading {
        margin-bottom: 20px;
    }
    }
    @media only screen and (max-width: 650px){
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 710px!important;
        }
    }
    @media only screen and (max-width: 599px){
        .pricing-part .blk-instructor .blk-instructor-block-wrapper {
            height: 470px!important;
        }
    }
    @media only screen and (max-width: 500px) {
      .banner-trustpilot .banner-trustpilot2-50 img{height: 18px;width: auto;}
    .banner-trustpilot{margin:35px 0 0; }
      .blk-hm-banner .btn,.business-part .blk-inner-banner .btn{width: 100%;}
      .blk-home-individual ul li,.home-team ul li {
        width:100%
    }
    .pricing-part .blk-instructor .blk-instructor-block-wrapper {
        height: auto !important;
    box-shadow: none;
    }
    }

    .blk-about-part .top-title, .blk-about-testi .top-title {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 26px;
     
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 12px;
        padding-top: 28px;
        z-index: 1;
        color: #ed942d!important;
    }
    .blk-about-part .top-title:before, .blk-about-testi .top-title:before{
        position: absolute;
        content: '';
        background: #edeff5;
        width: 50px;
        height: 50px;
        border-radius: 5px;
        left: -25px;
        top: 8px;
        z-index: -1;
    }
    .blk-about-part .top-title:after, .blk-about-testi .top-title:after{
        position: absolute;
        content: '';
        background: #edeff5;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        width: 24px;
        height: 24px;
        border-radius: 3px;
        left: 9px;
        top: 0;
        z-index: -1;
    }
    .blk-about .image-box img {
        width: 100%;
        padding-right: 40px;
    }
/*    blk-become-affilate       */

.blk-become-affilate { background: #f5f5f5;}

.blk-become-affilate-box {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 16px 0px 25px -10px rgb(142 142 142 / 50%);
    margin-bottom: 20px;
    padding: 20px 20px 30px;
    border-radius: 10px;
 text-align: center;
    transition: 0.5s all;   background: #fff;
}
.blk-become-affilate-box:hover{box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);}

.blk-become-affilate-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0e2844;
    width: 80%;
    margin: 0 auto 0.5rem;
}
.blk-under-banner-icon {
    margin-bottom: 15px;
    position: relative;
}
.blk-under-banner-icon img{
    display: inline-block;
    padding-top: 25px;
    padding-left: 30px;
    width: auto;
    position: relative;
}
.blk-under-banner-icon i{
    color: #0e2844;
    font-size: 40px;
    margin-bottom: 0px;
    display: inline-block;
    padding-top: 25px;
    padding-left: 30px;
    width: auto;
    position: relative;
}
.blk-under-banner-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    margin: 0 auto;
    width: 58px;
    height: 58px;
    background: #02206e12;
    border-radius: 50%;
}
.blk-leadership{
    position: relative;
    background: #fff;
    padding: 50px 0;
}
.blk-leadership:before {
  


    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
}
.blk-leadership .inner-container {
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 90px 40px 50px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #ccc;
 margin-top: 80px;

}
.blk-leadership .inner-container .blk-leadership-img {
    top: -60px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.blk-leadership-img img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px #0e2844;
    object-fit: cover;
}
.blk-leadership .blk-main-heading {
    margin-bottom: 0px;
   
}
.blk-leadership h4 {
    font-size: 18px;
    font-weight: 800;
  
    margin-bottom: 10px;
}
.blk-leadership .social-icons{margin-bottom: 35px;}
.blk-leadership .social-icons li {
    float: none;
    margin-right: 5px;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.blk-leadership .social-icons .fa-twitter ,.blk-leadership .social-icons .fa-linkedin {
    background: #ffffff;
}

.blk-leadership .social-icons .icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 25px;
    color: #005eec;
    border-radius: 50%;
}
.blk-leadership .blk-main-heading {
    margin-bottom: 0;
}
.blk-leadership .social-icons .icon.fa.fa-twitter::before {
    filter: invert(1);
    width: 20px;
    height: 20px;
    margin-top: 17px;
}
.blk-about-testi .item {
    padding: 80px 15px 25px;
    margin: 60px 20px 10px;
    text-align: justify;
    text-align: center;

    box-shadow: 0 2px 10px #ccc;
    height: 460px;
}
.blk-about-testi .owl-carousel .owl-item img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    box-shadow: 0 4px 20px #0e2844;
    object-fit: cover;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
@media only screen and (max-width: 1199px){
    .blk-about-testi .item {height: 550px;}
}
@media only screen and (max-width: 830px){
        .blk-about-testi .item {height: 410px;}
}
@media only screen and (max-width: 767px) {
    .blk-become-affilate { padding-bottom: 40px;}
    .blk-affilate-part .blk-become-affilate {
        padding: 40px 0 50px;  
    }
        .blk-about .image-box img {
            padding-right: 0;
        }
    .blk-about-part .blk-leadership{    padding: 40px 0 50px;}
.page-id-206 .blk-inner-banner {
    padding: 50px 0;
}
}
@media only screen and (max-width: 660px){
    .blk-about-testi .item {height: 520px; margin: 60px 10px 10px; }
}
  @media only screen and (max-width: 575px) {
    .blk-leadership .inner-container {padding: 90px 20px 20px;}
    .blk-about-testi .item {height: 580px; }
  }
  @media only screen and (max-width: 410px){
    .blk-about-testi .item {height: 610px;}   
}
@media only screen and (max-width: 380px){
    .blk-about-testi .item {margin: 60px 0px 10px;}
    .blk-about-testi .item {height: 630px;}  
}
@media only screen and (max-width: 370px){

    .blk-about-testi .item {height: 630px;}  
}
@media only screen and (max-width: 355px){
    .blk-about-testi .item {margin: 60px 0px 10px;}
     .blk-about-testi .item {height: 650px;}  
    
}
.blk-main1 b,.blk-main1 strong{    color: #0e2844;}
.blk-main1 p a {
    color: #005eec;
}
.blk-main1 ol,.blk-main1 ul {
     margin-bottom: 1.857em;
}
.blk-main1 ol {
    margin-left: 48px;  
}
.blk-main1 ul {
    margin-left: 40px;
}
/*pricing*/
.pricing-part .blk-inner-banner {padding: 60px 0 50px;    background-color: #0e2844;}
.pricing-part .blk-inner-banner h1 {font-weight: 800;}
.pricing-part .blk-inner-banner h5 {
  font-size: 21px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  width: 90%;
  margin: 0 auto 20px;position: relative;z-index: 1;
}
.pricing-part .banner-bot{    margin: 0 60px;}
.pricing-part .banner-bot h4{
    font-size: 40px;
    font-weight: 700;
color:#fff;text-align:left;
}

.pricing-part .blk-inner-banner .banner-bot h5{font-size: 21px;}
.pricing-part .blk-inner-banner .banner-bot h5{ text-align:left; font-weight: 600;margin-left: 1px;margin-right:0px;width:100%;}
.pricing-part .score-wrap i {font-size: 28px;}
.pricing-part span.stars-inactive i {
    color: #6b572f;
}
.member-price .member-price-box {
    padding: 30px 20px;
    background-color: #fff;    border: 2px solid #FFF;
    border-radius: 15px;
}
.member-price .member-price-box .price-tag{
    color: #fff;
    margin: 0px 0 10px 5px;
    border-radius: 14px;
    background-color: #555;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 13px;
}
.member-price .member-price-box h4 {
    color: #0e2844; 
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 0;line-height: 1.1;
    margin-bottom: 10px;
}
.member-price .member-price-box .d-flex{align-items: center;justify-content: center;}
.member-price .member-price-box h6{    color: #19232d;font-size: 15px;margin: 5px auto 20px;font-weight: 200;}
.member-price .member-price-box .member-price-bot h6 { font-weight: bold;font-size: 16px;}
.member-price .member-price-box .price {
    color: #0e2844;    
    font-weight: 700;
    font-size: 55px;   
    height: 60px;
    line-height: 1.1;
}
.member-price .member-price-box .price span {
    font-size: 35px;
    position: relative;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    color: #a9a3a3;
    margin: 0 2px;}
.member-price .member-price-box .price span::before {
        background-color: #a9a3a3;
        content: " ";
        height: 2px;
        position: absolute;
        top: calc(50% - 0px);
        width: 100%;
}

.member-price .pricewrap1 .btn-primary,.member-price .pricewrap3 .btn-primary  {
    min-width: 200px;
        border: 1px solid #0e2844!important;
        background-color: #0e2844;
}
.member-price .btn-primary{
    width: 85%;
}
.member-price .pricewrap1 .btn-primary:hover ,.member-price .pricewrap3 .btn-primary:hover{
    background: #0a182d;
    border: 1px solid #132e57!important;
}

.member-price .pricewrap2 .member-price-box .price-tag{background-color: #8dbe3e;}
.member-price .pricewrap2 .member-price-box{
    border: 2px solid #165dcf!important;
    position: relative;    border-radius: 0 0 15px 15px;
}
.member-price .pricewrap2 .member-price-box h5 {
    outline: 2px solid #0f6bf4;
    position: absolute;
    border-radius: 15px 15px 0 0;
    background-color: #0f6bf4;
    width: 100%;
    color: #fff;
    padding: 2px 10px 3px;
    text-align: center;
    top: -33px;
    font-weight: 700;
    left: 0;
    font-size: 18px;
}
.member-price-bot{
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 30px;
}
.member-price-bot ul li {
    margin: 0 0 12px;
    padding-left: 26px;
    position: relative;font-size: 15px;
}
.member-price-bot ul li:after {
    content: '';
    background-image: url(../images/deepblue-tick.png);
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.member-price .banner-bot h4{    color: #0e2844;}

.pricing-part .price-bottom{text-align:center; margin-top:30px; }
.pricing-part .price-bottom h5{    font-size: 21px;
    color: #0e2844;font-weight: bold;margin-top:10px; 
}
.pricing-part .price-bottom img{height:80px;}

.pricing-part .blk-home-logos h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
}
.pricing-part .blk-home-logos ul{    display: flex;    justify-content: center;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;}
    .pricing-part .blk-home-logos ul li{    width: 9.4%;}


    .blk-member-compare-new h5 {
        font-size: 20px;
        color: #0e2844;
        font-weight: 700;
        margin-bottom: 7px;
        margin-top: 30px;
        padding-left: 12px
    }
    
    .blk-member-compare-new td {
        border-width: 0;
        border-bottom: 1px solid #dedadb;
        padding: 12px!important;
        font-size: 15px;
        font-weight: 500;
        text-align: center
    }
    
    .blk-member-compare-new tr:nth-child(even) td {
        background-color: #eeeced
    }
    
    .blk-member-compare-new td:nth-child(1) {
        text-align: left
    }
    
    .blk-member-compare-new th {
        font-size: 24px;
        color: #0e2844;
        font-weight: 700;
        padding: 12px!important;
        background-color: transparent;
        border-top: 0 solid!important;
        border-bottom: 1px solid #ada7a9
    }
    
    .blk-member-compare-new th span {
        font-size: 14px;
        color: #0d0d0e;
        font-weight: 500;
        display: block
    }
    
    .blk-member-compare-new tr td,.blk-member-compare-new th {
        border-right: 1px solid #ada7a9
    }
    
    .blk-member-compare-new tr td:last-child,.blk-member-compare-new th:last-child {
        border-right: 0 solid #ada7a9
    }
    
    .blk-member-compare-new tr:nth-child(1) td {
        border-top: 1px solid #ada7a9;
        position: relative
    }
    
    .blk-member-compare-new tr:last-child td {
        border-bottom: 1px solid #ada7a9
    }
    
    .blk-member-compare-new tr:nth-child(even) td:first-child {
        border-left: 1px solid #dedadb
    }
    
    .blk-member-compare-new tr:nth-child(even) td:last-child {
        border-right: 1px solid #dedadb
    }
    
    .blk-member-compare-new tr td .tick {
        height: 11px
    }
    
    .blk-member-compare-new th:first-child {
        border-left: 0 solid #ada7a9
    }
    
    .blk-member-compare-new th:nth-child(2),.blk-member-compare-new th:nth-child(3),.blk-member-compare-new th:nth-child(4),.blk-member-compare-new th:nth-child(5),.blk-member-compare-new tr td:nth-child(2),.blk-member-compare-new tr td:nth-child(3),.blk-member-compare-new tr td:nth-child(4),.blk-member-compare-new tr td:nth-child(5) {
        width: 170px
    }
    
    .blk-member-compare-new .info {
        line-height: 1.2;
        float: right;
        border-radius: 50%;
        border: 1px solid #888687;
        color: #888687;
        width: 18px;
        height: 18px;
        text-align: center;
        background-color: #eeeced;
        font-size: 14px;
        font-weight: 800;
        position: relative;
        cursor: pointer
    }
    
    .blk-member-compare-new .info-box {
        border-radius: 8px;
        position: absolute;
        right: -283px;
        background-color: #363636;
        color: #fff;
        padding: 14px;
        width: 280px;
        font-size: 13px;
        top: 50%;
        transform: translate(0,-50%);
        z-index: 1;
        opacity: 0;
        text-align: left;
        font-weight: 200;
        line-height: 1.4
    }
    
    .blk-member-compare-new .info-box a {
        color: #fbad17;
        text-decoration: none
    }
    
    .blk-member-compare-new .info-box:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #363636;
        left: -10px;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%)
    }
    
    .blk-member-compare-new .info:hover .info-box {
        opacity: 1
    }
    .blk-member-compare-mobile {
        display: none;
    }
    

.home-faq .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: rgb(0 0 0 / 0%);
    border: 1px solid #337ab7;
    position: relative;
}
.home-faq .card-body {
    padding: 20px;
}
.home-faq .card {
    margin-bottom: 10px;
}
.home-faq .panel-defaultt{
	box-shadow:none;
}
.home-faq .panel-defaultt>.panel-heading{
    padding: 5px 0;
    border: 1px solid #e1dede;
    box-shadow: none;
    position: relative;
    border-radius: 7px;
    background-color: #eaecef;
}
.home-faq a.btn.btn-link {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: #464646;
    text-decoration: none;
    outline: none;
    white-space: break-spaces!important;
    padding: 6px 30px 6px 12px;
}
.home-faq a.btn.btn-link:after,.blk-member-compare-mobile .panel-defaultt>.panel-heading a.btn.btn-link:after {
    content: '\f106';
    font-family: fontawesome;
    right: 15px;
    position: absolute;
    transition: .5s all;
    color: #005eec;
    font-size: 20px;    top: 8px;
}
.home-faq a.btn.btn-link.collapsed:after,.blk-member-compare-mobile .panel-defaultt>.panel-heading a.btn.btn-link.collapsed:after{transform:rotate(180deg);}
.home-faq .card-header:first-child {
    border-radius: 0;
}
.home-faq .panel-defaultt:nth-child(even) .panel-heading {
    background-color: transparent;
}
.home-faq .panel-group .panel-heading+.panel-collapse>.panel-body ul ,.blk-main1 ul{
    padding-left: 20px;
}
.home-faq .panel-group .panel-heading+.panel-collapse>.panel-body li ,.blk-main1 ul li{
    list-style: circle;
    font-size: 16px;
}
.home-faq .panel-group .panel-heading+.panel-collapse>.panel-body li a ,.blk-main1 ul li a,.home-faq .panel-group .panel-heading+.panel-collapse>.panel-body p a{
    color: #005eec;    text-decoration: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px solid #dddddd;
}
.home-faq ::marker, .home-faq li::marker,.blk-main1 ul li::marker{    color: #0e2844;}
.home-faq.home-faq-one a.btn.btn-link{
    padding: 6px 12px 6px 40px;
}
.home-faq.home-faq-one a.btn.btn-link:after {
    content: '\f068';
    font-family: 'FontAwesome';
    color: #272727;
    left: 10px;
    position: absolute;
    transition: 0.5s all;
    font-size: 15px;
    font-weight: 100;
    border-radius: 50%;
    border: 1px solid #272727;
    padding: 1px 4px 0px;
    line-height: 19px;
    margin-top: 1px;
    top: 13px;
    right: auto;
}
.home-faq.home-faq-one a.btn.btn-link.collapsed:after, .home-faq.home-faq-one a.btn.btn-link.collapsed:after {
    content: '\f067';
}


.blk-main1 h2{margin-bottom: 5px;}
.blk-member-compare-mobile .panel-defaultt>.panel-heading{
    width: fit-content;
      padding-left: 20px;
      padding-right: 29px;
      margin: 0 auto;
  }
  .blk-member-compare-mobile .panel-defaultt>.panel-heading a.btn.btn-link:after {
    right: 0px;
  }
  .blk-member-compare-mobile .panel-defaultt>.panel-heading a.btn.btn-link{
    font-weight: 600; font-size: 20px;position: relative;
    padding: 6px 25px 6px 12px;    color: #464646;    text-decoration: none;    outline: none;    white-space: break-spaces!important;
}
  .blk-member-compare-mobile .panel-defaultt>.panel-heading{ border: 1px solid #e1dede;box-shadow:none;
  width: fit-content;    border-radius: 7px;
  padding: 5px 29px 5px 20px;
  margin: 0 auto;
  }

@media only screen and (max-width: 1199px){
    .pricing-part .blk-inner-banner { padding: 40px 0 35px;}
    .pricing-part .blk-inner-banner h1 { font-size: 38px;}
    .pricing-part .blk-inner-banner h5 { font-size: 18px; margin: 0 auto 0px;}
    .pricing-part .banner-bot { margin: 20px 0 0px;}
    .pricing-part .price-bottom img { height: 60px;}
    .pricing-part .blk-home-logos ul li { width: 11%;}

   .home-faq button.btn.btn-link {
        width: -webkit-fill-available;font-size: 16px;
 }
  }
  
  @media only screen and (max-width: 991px){
    .pricing-part .blk-inner-banner h5{width:100%;}
    .pricing-part .banner-bot { margin: 0px 0 0px;}
    .member-price .member-price-box {  margin-top: 20px; }
    .member-price .pricewrap2 .member-price-box{   margin-top: 50px;}
    .spad.member-price .row [class*="col-"] {  width:100%;  }
    .pricing-part .banner-bot h4 {
        font-size: 34px;
        margin-top: 20px;
    }
    .pricing-part .banner-bot .commentrating {  margin-top: 20px; }
    .pricing-part .banner-bot .score {height: 29px; }
    .table-responsives {
        overflow-y: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
  }
  @media only screen and (max-width: 767px){
    .pricing-part .spad.member-price{    padding-top: 30px!important;}
    .pricing-part .price-bottom { margin-bottom: 0!important; width: 50%!important;}
    .pricing-part .blk-home-logos h4 { margin-bottom: 15px !important;}
    .blk-home-logos ul li { width: 13%;}
    .blk-member-compare-pc {
        display: none;
    }
    .blk-member-compare-mobile {
        display: block;
    }

   .home-faq { padding: 50px 0 0px; }
   .pricing-part .home-faq {
    padding: 0px 0 0px;
}
   .home-faq button.btn.btn-link{white-space: inherit;}
   .blk-member-compare-new td:nth-child(1),.blk-member-compare-new th:first-child { width: 200px;}
   .blk-member-compare-new th {font-size: 18px;}
   .blk-member-compare-new th:nth-child(2), .blk-member-compare-new th:nth-child(3), .blk-member-compare-new th:nth-child(4), .blk-member-compare-new th:nth-child(5), .blk-member-compare-new tr td:nth-child(2), .blk-member-compare-new tr td:nth-child(3), .blk-member-compare-new tr td:nth-child(4), .blk-member-compare-new tr td:nth-child(5) {
     width: 120px;
 }
 .blk-member-compare-new .table-responsives .table {
    width: 700px;
    max-width: 700px;
}
  }
  @media only screen and (max-width: 500px){
    .pricing-part .blk-inner-banner h1 {font-size: 34px;}

    .pricing-part .banner-bot h5{font-weight:600;font-size:22px;}
    .pricing-part .price-bottom h5 { padding: 0 12px;}
    .pricing-part .blk-home-logos ul li {
        width: 17%;
    }
  }





  
/*.......................blk-contact..........................*/
.blk-Contact-part .social-icons{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.blk-Contact-part .social-icons li {
    padding: 0;
    border: 0;
    height: initial;
    list-style: none;
    margin-right: 11px;
}
.blk-Contact-part ::marker{display: none;}

.blk-Contact-part .social-icons .icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
}

.blk-Contact-part .contact-details-wrapper{

    box-shadow: 0px 7px 25px rgb(142 142 142 / 50%);

}
.blk-Contact-part .contact-details{
    border-radius: 10px 0 0 10px;
    padding: 50px 40px;
    box-shadow: none;
    transition: 0.5s all;
    background-color: #0e2844;
    height: 100%;
}
.blk-Contact-part .contact-details h3.blk-h{    margin-top: 40px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;}

.blk-Contact-part .blk-inner-contact .wpforms-form button {
    width: 51%!important;
}

.blk-Contact-part .social-icons .fa-youtube-play {
    background-color: #f00;
}
.blk-Contact-part .social-icons .fa-facebook {
    background: #004088
}

.blk-Contact-part .social-icons .fa-linkedin {
    background: #01669c
}
.blk-Contact-part .social-icons .fa-twitter {
    background: #000;
}
.blk-Contact-part .social-icons .fa-twitter::before {
    left: 6px;
    top: 6px;
}
.blk-Contact-part .contact-details p{
font-size: 16px;color:#fff; margin-bottom: 5px;
}
.blk-Contact-part .blk-inner-contact-form {
    padding: 40px;
    border-radius: 10px;
    box-shadow: none;
}
.blk-Contact-part .blk-inner-contact-form ::placeholder{font-size: 12px;}
.blk-inner-contact-form form input[type=text],.blk-inner-contact-form form input[type=email],
.blk-inner-contact-form textarea{
    background-color: #f2f2f2!important; border-radius: 5px;border: 1px solid #f2f2f2!important;
}
.blk-inner-contact-form form input[type=text],.blk-inner-contact-form form textarea,.blk-inner-contact-form form input[type=email]{
    -webkit-box-shadow: none;
    box-shadow: none;
border-radius: 2px;
height: 38px;}
.blk-inner-contact-form textarea{height: 120px !important;}

.blk-inner-contact-form form label {
    font-weight: 600;
    color: #909090;
    font-size: 16px;    margin-bottom: 5px;
}
.blk-inner-contact-form .col-6 {
    padding: 0 10px!important;    width: 50%;
}
.blk-inner-contact-form .row {
    margin: 0 -10px!important;
}
.blk-inner-contact-form ::placeholder{font-size: 13px;color: #000;}

.blk-inner-contact .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  
}
.blk-inner-contact .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.blk-inner-contact hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.blk-inner-contact-form h3.widgettitle {
    font-size: 26px;
    font-weight: 500;
    color: #0e2844;
    margin-bottom: 20px;
}
.blk-inner-contact-form form p {
    margin: 0;
}
@media only screen and (max-width: 991px){


    .blk-Contact-part .contact-details-wrapper {
        box-shadow: none;
    }
    .blk-Contact-part .contact-details{border-radius: 10px;}
}
@media only screen and (max-width: 767px){
    .blk-inner-contact-form .col-6 {
        width: 50%!important;margin-bottom: 0px!important;
    }
}
@media only screen and (max-width: 600px){
    .blk-Contact-part .blk-inner-contact-form {
        padding: 0;
    }
    .blk-Contact-part .contact-details {
        padding: 40px 30px;
        margin-top: 30px;
    }
}



.post-type-banner.blk-inner-banner h1 {
    font-size: 30px;
    line-height: 1.3;
}
.post-type-banner.blk-inner-banner p {
    font-size: 16px;
    line-height: 1.6;
}


.blk-t-couse .t-couse-wrapper {
    background-color: #fff;
    padding: 10px 10px 15px;
}
.blk-t-couse .t-couse-wrapper:hover{
    box-shadow: 0px 3px 16px #0000007a;
}
.blk-t-couse .t-couse-wrapper h3 {
    margin-top: 5px;
    min-height: 48px;
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;    color: #19232d;
}
.blk-t-couse .t-couse-wrapper h3 a{text-decoration: none;color: #19232d;}
.blk-t-couse .t-couse-wrapper .course-card-category{font-size: 14px;}
.blk-t-couse .t-couse-wrapper .course-card-category .fa{margin-right: 5px;}
.blk-t-couse .t-couse-wrapper .course-card-category .fa.fa-book {
    margin-left: 10px;
}
.blk-t-couse h5.price {
    font-size: 19px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blk-t-couse .t-couse-wrapper .btn-primary-outline {
    background-color: #ffffff;
    background-size: 200%;
    transition: .1s ease-out;
    border: 1px solid #0e2844!important;
    font-size: 14px;
    font-weight: 700;
    color: #0e2844;
    margin-right: 2px;
    width: 48%;
}

.blk-t-couse .t-couse-wrapper .btn-primary {
    border: 1px solid #aa2522 !important;
    background-color: #aa2522;
    width: 48%;
    padding: 6px 0px;
    font-size: 14px;
}
.blk-t-couse .t-couse-wrapper .btn-primary-outline:hover ,.blk-t-couse .t-couse-wrapper .btn-primary:hover{
    transform: scale(1.1);
}
#trending-courses .col-md-4 .t-couse-wrapper {
    margin-bottom: 30px;
    border: 1px solid #f5f5f5;
}
.class-box-top {
    width: fit-content;
    border-radius: 6px 6px 0px 0px;
    background: #0e2844;
    color: #fff;
    font-size: 14px;
    padding: 5px 20px;
}

.class-box-top.empty {
    min-width: 30px;
    min-height: 30px;
    background-color: transparent;
}

.blk-unrestricted h3 {
    line-height: 1.3;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px
}

.blk-unrestricted.blk-free-resource .btn-primary {
    font-size: 16px;
    padding: .7rem 1.9rem
}

.blk-unrestricted p {
    color: #252628;
    margin-bottom: 20px
}

.blk-unrestricted-box {
    border: 6px solid #fff;
    padding: 40px 15px
}

.blk-unrestricted-box .image-box {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 20px #b1b1b1
}

.blk-unrestricted-box .image-box img {
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative
}

.blk-unrestricted-box .image-box:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat
}
.community-part .blk-unrestricted-box .image-box:after{display: none;}
.blk-unrestricted {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin: 0;
    position: relative
}

@media only screen and (max-width: 1199px){
    .post-type-banner.blk-inner-banner{ padding: 40px 0;}
}

@media only screen and (max-width: 991px){
    .blk-unrestricted-box .image-box {
        margin-bottom:20px
    }
}
@media only screen and (max-width: 767px) {
    .page-template-certifications .home-faq {
        padding: 0px 0 0px;
    }
    .blk-unrestricted-box {
        padding: 40px 15px 12px
    }
}

.blk-certification-single .blk-inner-banner.banner2 { 
    padding: 50px 80px;
    background-image: url(../images/certificate/single-certificate2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-color:rgb(14 39 68);
  }
  .blk-certification-single .blk-inner-banner img.shape {
    position: absolute;
    left: 0;
    width: 80px;
    top: 50%;
    transform: translate(0px, -50%);
}
.blk-certification-single .blk-inner-banner h1 { line-height: 65px; font-size: 48px; margin-bottom: 20px; }
.blk-certification-single .blk-inner-banner .banner-trustpilot {
    margin: 0px 0 0;
}
.blk-certification-single .blk-inner-banner h4 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    font-family: open sans,Arial,sans-serif;
}
.blk-certification-single .blk-inner-banner h5{
  font-size: 32px;
    position: relative;
    width: fit-content;
    font-family: open sans,Arial,sans-serif;
    margin: 0 30px;
    color: #acaaa7;
}
.blk-certification-single .blk-inner-banner h5:after{
  background-color:#acaaa7;
    content: " ";
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    left: 0;
}
.blk-certification-single .blk-inner-banner p a {
    color: #ffc30d;
    text-decoration: none;
}
.blk-certification-single .blk-inner-banner ul{margin-top: 50px;}
.blk-certification-single .blk-inner-banner ul li{text-align:center;
    display: inline-block;
    margin-top: 10px;}
.blk-certification-single .blk-inner-banner ul li img{width: auto;margin-bottom:5px;}

.blk-certification-single .blk-inner-banner ul li:not(:last-child){
    list-style: none;
    padding: 0 20px 0 0; border-right: 1px solid #fff;margin-right: 20px;
}
.blk-certification-single .blk-inner-banner ul li h4{ 
    font-size: 17px;
    margin-top: 6px;
    font-weight: 100;
    color: #dedede;
}

.blk-certification-single .blk-inner-banner ul li i {
    font-size: 30px;color: #fff; 
}
/*.video-box{text-align: center;}*/
.video-box {
    width: fit-content;
    position: relative;margin-top: 20px;float: right;
    margin-right: 20px;
}
.video-box-wrap{
  text-align: center;
    border: 5px solid #fbad18;
    border-radius: 4px;
    width: fit-content;
    background-color: #fbad18;
    position: relative;
    z-index: 2;
}
.video-box:before {
  content: '';
    width: 34%;
    height: 53%;
    position: absolute;
    left: -10px;
    top: -10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
}
.video-box:after {
  content: '';
    width: 45%;
    height: 77%;
    position: absolute;
    right: -12px;
    bottom: -12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0e2844;
    z-index: 1;
}
.video-box img { max-height:350px; width: auto !important; }
.video-box-wrap .alignnone {
    margin: 0px 1px 6px 0;
}
@media (min-width: 1200px) and (max-width: 1600px){
    .video-box-wrap iframe,.video-box-wrap img{width: 580px!important; height: 326px; max-height:auto;}
}


.blk-certification-single .blk-info-section {
    margin: 0 5% 0px;
}
.blk-info-section .info-section-odd, .blk-info-section .info-section-even {
    position: relative;
}
.blk-info-section ul.tabs,.blk-info-section .tab { list-style: none; text-align: center; background:#f1f1f1; margin: auto; max-width:1002px; border: 1px solid #ccc; border-radius: 25px; margin-bottom:50px; }
.blk-info-section .tab {    max-width: fit-content;}
.blk-info-section .tabs li, .blk-info-section .tabs:hover li.first,.blk-info-section .tab .tablinks { background-color: inherit; border: none; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 18px; min-width: 200px; border-radius: 25px;  display: inline-block; }
.blk-info-section .tabs li:hover, .blk-info-section .tabs li.first, .blk-info-section .tabs li.first:hover ,.blk-info-section .tab .tablinks.active,.blk-info-section .tab .tablinks:hover{background-color: #0e2844; color: #fff;}
.blk-info-section .tabs li:hover a, .blk-info-section .tabs li a:hover, .blk-info-section .tabs li.first a, .blk-info-section .tabs:hover li.first a:hover, .blk-info-section .tabs:hover li.first:hover a{color: #fff; text-decoration:none;}
.blk-info-section .tabs li a, .blk-info-section .tabs:hover li.first a{color:#606569;font-weight:normal;}
.blk-certification-single .info-section-odd .p-left h3 {
    font-size: 26px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #19232d;
}
.blk-certification-single .blk-info-section.blk-info-section-right .main-heading2, .blk-certification-single .blk-info-section.blk-info-section-right .main-heading3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.blk-certification-single .blk-info-section .p-right {
    padding-left: 20px;
}
.blk-certification-single .blk-unrestricted-box, .community-part .blk-unrestricted-box{
    border: 3px solid #fff;
    border-radius: 15px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: rgb(255, 255, 255, 0.6);
}
.blk-certification-single .blk-unrestricted-box .image-box, .community-part .blk-unrestricted-box .image-box{
    border-radius: 10px;
    position: relative;
    box-shadow: 0 8px 20px #b1b1b1;
}
.blk-certification-single .blk-unrestricted-box .image-box img , .community-part .blk-unrestricted-box .image-box img{
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
@media only screen and (max-width: 1600px){
    .blk-certification-single .blk-inner-banner h1{
        line-height: 58px;
    font-size: 42px;
    margin-bottom: 10px;
    }
    .blk-certification-single .blk-inner-banner h4 {    font-size: 50px;}
    .blk-certification-single .blk-inner-banner ul li h4{ font-size: 15px;}
}
@media only screen and (max-width: 1400px){
    .blk-certification-single .blk-inner-banner h1 {line-height: 56px; font-size: 40px;}
    .video-box-wrap iframe ,.video-box-wrap img{ width: 500px!important; height: 282px;max-height:auto;}
}
@media only screen and (max-width: 1340px){
    .blk-certification-single .blk-inner-banner.banner2{    background-image: none;}
    .video-box-wrap iframe ,.video-box-wrap img{
        width: 470px!important;max-height:auto;
        height: 265px;
    }
}
@media only screen and (max-width: 1300px){
    .video-box-wrap iframe ,.video-box-wrap img{
      width: 440px!important;max-height:auto;
      height: 250px;
  }
  }
@media only screen and (max-width: 1199px){
    .blk-certification-single .blk-inner-banner ul li:not(:last-child){
        padding: 0 18px 0 0;
        margin-right: 17px
    }
    .video-box{display:none;}
}
@media only screen and (max-width: 767px){
    .blk-certification-single .blk-inner-banner h1 {    
        line-height: 46px;
        font-size: 32px;}
    .blk-certification-single .blk-inner-banner h4 {    font-size: 40px;}
    .blk-certification-single .blk-inner-banner h5 {    font-size: 25px;}
    .blk-certification-single .blk-inner-banner.banner2{
        padding: 40px 0px 50px;
    }
    .blk-certification-single .blk-inner-banner ul {
        margin-top: 10px;text-align: center;
    }
    .blk-certification-single .blk-inner-banner ul li:not(:last-child) {
        padding: 0 0px 0 0;margin-right: 10px;
        border-width: 0;
    }
    .blk-certification-single .blk-inner-banner ul li:last-child {
        display: none;
    }
    .blk-certification-single .blk-info-section {
        margin: 0 0% 0px;padding: 42px 0 30px;
    }
    .blk-info-section ul.tabs,.blk-info-section .tab { margin-bottom: 10px; }
    .blk-info-section .tabs li,  .blk-info-section .tabs:hover li.first,.blk-info-section .tab .tablinks {
        width: 100%;
    }
    .blk-certification-single .blk-inner-banner img.shape{display: none;}
    .blk-certification-single .blk-info-section .p-right {
        padding-left: 0px;
    }
    .skill_gap .p-right img {

        width: 100%;
    }
    #course-Overview {
        padding-top: 0px;    margin-bottom: 0px !important;
    }
}

  @media only screen and (max-width: 500px){
    
    .blk-certification-single .blk-inner-banner h5 {
        font-size: 22px;
        margin: 0 18px;
    }
    .blk-certification-single .blk-inner-banner p a {
        display: block;
        line-height: 1;
    }
    .blk-certification-single .blk-inner-banner ul li{
        min-width: 68px;
    }
    }
  
.job-part .post-type-banner.blk-inner-banner .sub-head{
        color: #fab019;
    font-size: 18px;
    margin-bottom: 5px;
}


.what-job-box {
    text-align: center;
    padding: 30px 22px;
    border-radius: 9px;
    margin-top: 30px;
    height: calc(100% - 30px)
}
.what-job-box h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.5rem;
}
.what-job-box img {
    margin-bottom: 15px
}

.what-job-box:hover {
    box-shadow: 0 1px 20px rgb(0 0 0/15%)
}
.mx-auto {
    margin: 0 auto; float: none;
}
.job-testimonial p {
    font-size: 18px;
    color: #0e2844;
    font-weight: 600
}

.job-testimonial .instructor-name {
    color: #0e2844;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px
}

.job-testimonial .des {
    font-weight: 100;
    color: #0e2844;
    margin-bottom: 25px
}

.job-testimonial .owl-theme .owl-dots .owl-dot span {
    background: #6ea7fb!important
}

.job-testimonial .owl-theme .owl-dots .owl-dot.active span {
    background: #0e2844!important
}

.job-testimonial img.quote {
    position: absolute;
    left: -35px;
    top: -14px
}
.job-part .jobs-details {
    background-image: url(../images/job/jobs-details.jpg);
    position: relative;
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: cover!important
}

.jobs-details .nav.nav-tabs>li>a {
    border-width: 0
}

.jobs-details .nav.nav-tabs li a {
    color: #fff;
    text-transform: uppercase
}

.jobs-details .nav.nav-tabs li::before {
    display: none
}

.jobs-details .nav.nav-tabs li.active a {
    color: #f7ad16;
    background-color: transparent;
    border-width: 0
}

.jobs-details .nav.nav-tabs li a:hover {
    background-color: transparent;
    border-color: transparent
}

.jobs-details ul.nav.nav-tabs {
    padding: 0;
    width: fit-content;
    margin: 30px auto 60px;
    border-bottom-color: #5191fc
}

.jobs-details .nav.nav-tabs li {
    padding-bottom: 0;
    position: relative
}

.jobs-details .nav.nav-tabs li a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f7ad35;
    position: absolute;
    bottom: 0;
    z-index: 1111;
    opacity: 0;
    left: 0
}

.jobs-details .nav.nav-tabs li.active a::before {
    opacity: 1
}
.jobs-details .jobs-details-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px
}

.jobs-details .jobs-details-box .d-flex img {
    margin-right: 5px
}

.jobs-details .jobs-details-box h6 {
    color: #0e2844;
     
    font-weight: 700;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 20px
}

.jobs-details .job-info p {
    color: #0e2844;
    margin-bottom: 0
}

.jobs-details .job-info p:nth-child(1) {
    margin-right: 50px
}

.jobs-details .job-info p b {
    font-size: 14px;
    font-weight: 700;
    display: block
}
.jobs-details .btn-light img {
    margin-left: 3px;
    transform: rotate(180deg);
    margin-bottom: 4px;    filter: brightness(0);
}

.blk-why-jobs ul.nav.nav-tabs li {
    display: block;
    float: none;
    position: relative;
    padding-bottom: 8px
}

.blk-why-jobs ul.nav.nav-tabs li a {
    background-color: #f2f3f2;
    border-radius: 0;
    font-size: 20px;
    color: #0e2844;
    font-weight: 700;
    padding: 20px 27px
}

.blk-why-jobs ul.nav.nav-tabs li::before {
    opacity: 0;
    content: '';
    font-size: 12px;
    background-color: #0e2844;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: calc(100% - 8px);
    width: 3px
}

.blk-why-jobs .nav-tabs>li>a {
    border-width: 0
}

.blk-why-jobs ul.nav.nav-tabs li.active::before {
    opacity: 1
}

.blk-why-jobs .nav-tabs>li.active>a,.blk-why-jobs .nav-tabs>li.active>a:hover,.blk-why-jobs .nav-tabs>li.active>a:focus,.blk-why-jobs .nav-tabs>li>a:hover {
    border-color: 0;
    background-color: #f2f3f2
}

.blk-why-jobs .nav-tabs {
    border-bottom: 0 solid #ddd;
    padding-left: 0;
    margin-right: 30px
}

.blk-why-jobs .tab-content p {
    font-size: 18px;
    color: #252627;
    margin-top: 10px;
  /*  width: 65%*/
}
.blk-why-jobs .tab-content img {
    max-width: 100%;
}
.blk-why-jobs .tab-content img {
    /*width: 35%*/
}
.job-part .blk-cta-wrapper {
    background-image: url(../images/flashcard-cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 1400px){
    .blk-why-jobs ul.nav.nav-tabs li a {
        font-size: 20px
    }
}
@media only screen and (max-width: 1400px){
    .what-job-box {
        padding: 25px 25px 18px;
        margin-top: 25px;
        height: calc(100% - 25px)
    }
    .job-testimonial .instructor-name {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 5px
    }

    .job-testimonial .des {
        margin-bottom: 20px;
        font-size: 15px
    }
    .blk-why-jobs ul.nav.nav-tabs li a {
        font-size: 20px;
        padding: 15px 27px
    }

   /* .blk-why-jobs .tab-content img {
        width: 30%
    }*/

    .blk-why-jobs .tab-content p {
        font-size: 17px;
   
    }
}
@media only screen and (max-width: 991px){
    .what-job-box {
        padding: 0
    }

    .what-job-box:hover {
        box-shadow: none
    }

    .what-job-box img {
        width: 70px
    }
    .mx-auto {
        width:100%
    }
    .job-testimonial .mx-auto {
        width:90%
    }
    .job-testimonial p {
        font-size: 16px
    }

    .job-testimonial img.quote {
        left: -28px;
        top: -9px;
        width: 40px
    }
  .blk-why-jobs ul.nav.nav-tabs li {
        display: inline-block
    }

    .blk-why-jobs .nav-tabs {
        margin-right: 0;
        margin-bottom: 20px
    }

    .blk-why-jobs ul.nav.nav-tabs li a {
        font-size: 18px;
        padding: 10px 20px
    }
}
@media only screen and (max-width: 767px) {
    .what-job-box {
        margin-top: 10px;
        height: auto
    }
    .job-testimonial .mx-auto {
        width: 80%!important
    }
    .job-testimonial {
        padding-bottom: 15px
    }
    .jobs-details .nav.nav-tabs li{
        font-size: 14px;
    }
    .blk-why-jobs ul.nav.nav-tabs li {
        display: block
    }

   /* .blk-why-jobs .tab-content img {
        width: 40%
    }*/

    .blk-why-jobs .tab-content .d-flex {
        align-items: flex-start
    }

}


.error-part .blk-inner-banner {
    padding: 60px 0 100px;
}
.error-part .blk-inner-banner h1 {
    font-size: 50px;
}
.error-part .blk-inner-banner h5 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    width: 90%;
    margin: 0 auto 0px;
    position: relative;
    z-index: 1;
}
.error-part .class-box-wrapper a{text-decoration: none;}
.error-part .class-box-wrapper .class-box{background-color:#fff;    border-radius: 10px;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;    border: 1px solid #c5c5c5;
}
.error-part .class-box h4{
    color: #0e2844;
    font-size: 23px;
    margin-bottom: 0px;
    font-weight: 700;
    margin-left: 10px;
}
.error-part .class-box p {
    height: 70px;margin-top: 10px;color:#606569;    font-size: 16px;
}
.btn-skill {
    font-size: 17px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;font-weight: 600;transition: all .1s ease-in-out; color: #0e2844;
}
 .btn-skill:hover, .btn-skill:hover span ,.class-box-wrapper .class-box:hover .btn-skill,.class-box-wrapper .class-box:hover  .btn-skill span{
                    text-decoration: none;
                    color: #ffae43;
                }
.btn-skill span {
                    color: #0e2844;
                    font-size: 17px;
                    margin-left: 7px;transition: all .1s ease-in-out;
                }
.error-part .error-list{
	margin-top: calc(-4.75rem - 40px);
    position: relative;    padding: 80px 0 50px;
}
@media screen and (max-width: 1199px) {
    .error-part .class-box h4{ font-size: 22px;}
}
@media screen and (max-width: 991px){
    .error-part .blk-inner-banner h1 {
    font-size: 42px;
}
.error-part .blk-inner-banner {
    padding: 50px 0px;
}
.error-part .error-list {
    margin-top: 0;
    padding: 60px 0;
}
}
@media only screen and (max-width: 767px){
	.error-part .error-list { padding: 60px 0 30px;}
	.error-part .error-list .row [class*=col-] {
    width: 100%;
    margin-bottom: 0px;
}}

.business-part .blk-inner-banner h1 {
    font-size: 32px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0;
    margin-top: 0;
}
.business-part .blk-inner-banner p i{
    color:#fbad18;width: 25px;text-align: center;
}

.business-part .member-price .pricewrap3 .member-price-box .price {
    font-size: 38px;
}
.member-price .member-price-box p {
    min-height: 21px;
}
.business-part .member-price .member-price-box p {
    min-height: 21px;font-size: 14px;
}
.blk-business-info .row {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.blk-business-info p {
    font-size: 18px;
}
.blk-business-info .main-heading3{margin-bottom: 20px;}
.business-part .blk-cta-wrapper {
    padding: 0px;
}
.business-part .blk-cta-wrapper-box{
    padding: 35px 0 35px 35px;
}
.business-part .blk-cta-wrapper p {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}
.business-part .blk-cta-wrapper img {
    position: relative;
    margin: 0px 0px -40px 0;
    width: 100%;
}


.blk-business-form .main-heading3 {
    text-align: left;
    margin-bottom: 15px;
    color: #ffffff;
    padding-top: 100px;
}
.blk-business-form p{
    font-size: 18px;
    color: #fff;
}
.blk-business-form .blk-partners-form {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px;
    border-radius: 10px;
}
.blk-partners-form .form-wrapper {
    background-color: #fff;
    padding: 50px 20px 50px 20px;
    text-align: left;
    border-radius: 10px;
    z-index: 2;
    position: relative;
}

.blk-business-form .blk-partners-form .form-wrapper label { margin-bottom: 5px;}
.blk-partners-form .form-wrapper input, .blk-partners-form .form-wrapper button, .blk-partners-form .form-wrapper select, .blk-partners-form .form-wrapper textarea {
    border-radius: 3px;
    width: 100%;background: #f9f9f9;
    border: 1px solid #d9d9d9;
    padding: 7px 14px;
    outline: 0;
    max-width: 100%;
}
.blk-partners-form .form-wrapper ::placeholder{font-size: 14px;}
.blk-partners-form .form-wrapper textarea {
    height: 120px;
}
.blk-partners-form .form-wrapper .btn-primary{    background-color: #ed942d;}
.blk-partners-form .form-wrapper h6 {
    font-weight: 400;
    font-size: 14px;
}
.blk-partners-form .form-wrapper  h6 a{color: #0e2844;}
@media only screen and (max-width: 1199px){
	.business-part .blk-inner-banner {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 991px){
	.business-part .blk-cta-wrapper-box {
        padding: 20px 0 20px 20px;
        text-align: left;
    }
    .blk-business-form .main-heading3 {
        padding-top: 0px;
    }
}
@media only screen and (max-width: 767px){
	.business-part .blk-inner-banner {
        padding: 40px 0px 35px;
    }
    .business-part .blk-cta-wrapper .row {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .business-part .blk-cta-wrapper img {
        margin: -40px 0px 0px 0;
    }
    .business-part .blk-cta-wrapper-box {
        padding: 0px 15px 30px 15px;
        text-align: center;
    }
}
@media only screen and (max-width: 575px){
    .business-part .blk-business-info.blk-info-business-left .row {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .blk-business-info .main-heading3{margin-bottom: 10px;}
    .business-part .blk-business-info.blk-info-section-left.blk-info-business-left {
        padding-bottom: 40px !important;
    }
    .business-part .blk-business-info .blk-business-info-image{margin-bottom: 10px;}
    .blk-business-form .blk-partners-form {
        padding: 40px 15px 50px;
    }
    .blk-business-form .form-group.col-md-6, .blk-business-form .form-group.col-md-12 {
        margin-bottom: 15px;
        width: 100%;
    }
    .blk-partners-form .form-wrapper {
        padding: 30px 10px 20px 10px;
    }
}

.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info {
    text-shadow: none;
    background: #f2f2f2;
    color: inherit;
    border-color: transparent;
    margin-left: 0px;
        padding: 14px 18px 14px 40px !important;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
    border-left: 3px solid #0e2844!important;}
    .woocommerce .woocommerce-error li{font-size: 13px!important;}


    

.blk-newsletter-part .blk-uptodate img{width: 100%;height: auto;}
.blk-newsletter-part .blk-uptodate p{
    color: #fff;
    font-size: 18px;
    width: 65%;
    margin: 0 auto 1rem;
}
.blk-newsletter-part .blk-uptodate-content{
    position: absolute;
    bottom: 90px;
    width: 70%;
    left: 0%;
    right: 0;
    margin: 0 auto;
}
.blk-newsletter-part .blk-uptodate .main-heading2{
    margin-bottom: 30px;
    color: #fff;
}

.blk-newsletter-part .info-section {
    overflow: hidden;
    margin: 50px 0;
}
.blk-newsletter-part .info-section .col-md-6,.blk-partner-part .info-section .col-md-6{
    position: unset;
}
.blk-newsletter-part .info-section .info-section-even ,.blk-newsletter-part .info-section .info-section-odd{
    position: relative;
}
.blk-newsletter-part .info-section .image-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0;
}
.blk-newsletter-part .info-section .image-wrapper:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-newsletter-part .info-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.blk-newsletter-part .info-section .row{
    align-items: center;
    align-self: center;
}
.blk-newsletter-part .info-section .info-section-even .info-section-content{
    padding: 100px 20px 100px 60px;
    text-align: right;
}
.blk-newsletter-part .info-section .blk-main-heading {
    text-align: right;line-height: 1.3;
}
.blk-newsletter-part .info-section .info-section-even .info-section-content p{
    color: #17181a;
    font-size: 17px;
    line-height: 1.6;
}


.blk-newsletter-part .newsletter-form{
    position: relative;

    width: 100%;

    background-repeat: no-repeat;
    background-position: right;
    padding: 60px 0;
    background-color: #121e38;
}
.blk-newsletter-part .newsletter-form .main-heading{
color: #fff;    margin-bottom: 10px;
}
.blk-newsletter-part .newsletter-form .blk-sub-heading {
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 60%;
    margin: 0 auto 50px;
}
.blk-newsletter-part .newsletter-form form{
    width: 80%;
    margin-left: auto;
    position: relative;
}
.blk-newsletter-part .newsletter-form form p{margin-bottom: 15px; color:#fff;}

.blk-newsletter-part .newsletter-form form ::placeholder{color: #737a88; font-size: 14px;}

.blk-newsletter-part .newsletter-form form label{padding-top: 5px; font-size:12px;     padding-left: 25px;}
.blk-newsletter-part .newsletter-form form label a {
    color: #fff!important;
    font-weight: 200;font-size: 13px;
  
}


.blk-newsletter-part .newsletter-form form input[type='checkbox'] {
    width: 17px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    left: 0;
}
.blk-newsletter-part .newsletter-form form input[type="submit"] {
    color: #005eec!important;
    background-color: #fff!important;
    width: 100%;
    transition: .5s ease-out;
    padding: 0.7rem 2rem!important;
    border-width: 0;
    font-size: 18px!important;
    font-weight: 700;
    border-radius: 8px!important;
    margin-top: 30px;
}
@media only screen and (max-width: 1024px){
    .blk-newsletter-part .blk-uptodate-content {
        bottom: 30px;
        width: 100%;
    }

}
@media only screen and (max-width: 991px){
    .blk-newsletter-part .info-section .image-wrapper {
        padding: 0!important;
        display: none;
    }
    .blk-newsletter-part .info-section .info-section-even .info-section-content,.blk-newsletter-part .info-section .blk-main-heading,.blk-newsletter-part .newsletter-form .blk-sub-heading {
        padding: 0px;
        text-align: center;
    }
    .blk-newsletter-part .newsletter-form form { width: 100%;}
}

@media only screen and (max-width: 799px){
    .blk-newsletter-part .blk-uptodate p {
        color: #fff;
        font-size: 18px;
        width: 95%;
        margin: 0 auto 0rem;
    }
}
@media only screen and (max-width: 767px){
    .blk-newsletter-part .blk-uptodate-content {
        bottom: auto;
        width: 100%;
        top: 50%;
        transform: translate(0px, -50%);
        padding: 40px 15px;
    }
    .blk-newsletter-part .blk-uptodate img {height: 310px; }
    .blk-newsletter-part .blk-uptodate .main-heading2 ,.blk-newsletter-part .info-section .main-heading2{ margin-bottom: 20px; }
    .blk-newsletter-part .info-section { margin: 40px 0 25px; }
   
    .blk-newsletter-part .newsletter-form { padding: 40px 0;  }
    .blk-newsletter-part .newsletter-form .blk-sub-heading {width: 100%; }
    .blk-newsletter-part .newsletter-form form {
        width: 60%;
        margin: 0 auto;
    }
    .blk-newsletter-part .newsletter-form .row [class*=col-]{margin-bottom: 0;}
}



@media only screen and (max-width: 600px){
    .blk-newsletter-part .blk-uptodate-content {
        position: relative;
        top: 0;
        transform: translate(0);
    }
    .blk-newsletter-part .blk-uptodate img {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        object-fit: cover;
    }
    .blk-newsletter-part .newsletter-form form {width: 100%;}
    .blk-newsletter-part .newsletter-form form input[type="submit"] {margin-top: 10px;}
}
.page-template-page-affilate .blk-inner-banner {padding-bottom: 65px;}
.page-template-page-affilate .blk-inner-banner .title-box {
    padding: 0px 0 150px !important;
}
.blk-under-banner .row{    margin: 0 -10px;}
.blk-under-banner .col-md-3 {padding: 0 10px!important;}
.blk-under-banner-wrapper{
    text-align: center;
    box-shadow: 0px 2px 12px #97a1b21a;
    background: #fff;
    padding: 30px 20px 35px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -25%;
}
.blk-under-banner-wrapper:hover{
    margin-top: -28%;
}
.blk-under-banner-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
    color: #19232d;
    width: 80%;
    margin: 0 auto 0.5rem;
}
.blk-under-banner-wrapper p {
    line-height: 22px;
    font-size: 15px;
    min-height: 110px;
    margin-bottom: 0px;
}
.page-template-page-affilate .blk-under-banner-wrapper {
    margin-top: -50px;
    box-shadow: 0px 2px 12px #97a1b2;
}
.page-template-page-affilate .blk-why-join-wrapper {
    padding: 0px 0px 0px 30px;
}
@media only screen and (max-width: 1199px) {
    .blk-under-banner-wrapper { padding: 30px 5px 45px 5px;}

}
  @media only screen and (max-width: 991px) {
    .blk-under-banner-wrapper h4 { width: 100%; }
    .blk-under-banner-wrapper:hover{
        margin-top: 0%;
    }
    .blk-under-banner{padding-top: 30px;}
    .blk-under-banner-wrapper {margin-top: 0; padding: 0;}
    .page-template-page-affilate .blk-under-banner-wrapper {
        margin-top: 20px;
        padding: 20px;
    }
    .page-template-page-affilate .blk-inner-banner {padding: 50px 0;}
    .page-template-page-affilate .blk-why-join-wrapper { padding: 20px 0px 0px 0px;}
  }

  @media only screen and (max-width: 767px) {

 
   
    .blk-under-banner .col-md-3.col-sm-6 {
        width: 50%;
    }
    .page-template-page-affilate .blk-inner-banner .title-box {
        padding: 0px 0 50px !important;
    }
   
  }

  @media only screen and (max-width: 600px){
  .blk-under-banner .col-md-3.col-sm-6 {
      width: 100%;
  }
}


/*     partners-template         */
.blk-partner-part .info-section {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}

.blk-partner-part .info-section .col-md-6 {
    position: unset;
}
.blk-partner-part .info-section .info-section-even ,.blk-partner-part .info-section .info-section-odd{
    position: relative;
}
.blk-partner-part .info-section .image-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0;
}
.blk-partner-part .info-section .image-wrapper:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-partner-part .info-section .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}
.blk-partner-part .info-section .row{
    align-items: center;
    align-self: center;
}
.blk-partner-part .info-section .info-section-even .info-section-content{
    padding: 100px 20px 100px 60px;
    text-align: right;
}
.blk-partner-part .info-section .blk-main-heading {
    text-align: right;line-height: 1.3;
}
.blk-partner-part .info-section .info-section-even .info-section-content p{
    color: #17181a;
    font-size: 17px;
    line-height: 1.6;
}
.blk-iconbox {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+45,f2f2f2+46,f2f2f2+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 45%, rgba(242,242,242,1) 45%, rgba(242,242,242,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 45%,rgba(242,242,242,1) 45%,rgba(242,242,242,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 45%,rgba(242,242,242,1) 45%,rgba(242,242,242,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}

.blk-iconbox .container{position: relative;}
.blk-iconbox .container:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: -22px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-iconbox .blk-iconbox-wrapper{
    background-color: #e9e9e9;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.blk-iconbox .blk-iconbox-wrapper:hover{
    background-color: #fff;
    box-shadow: 0 3px 20px #ccc;
}
.blk-iconbox .blk-iconbox-wrapper h4{
    font-size: 22px;
    font-weight: 600;
    color: #19232d;
   
}
.blk-iconbox .blk-iconbox-wrapper img{
    margin-bottom: 20px;
}
.blk-partnerimg{padding: 50px 0 10px;}
.blk-partnerimg ul {padding: 0;margin: 0;text-align: center;}
.blk-partnerimg ul li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: middle;
    margin-bottom: 40px;
}
.blk-partnerimg ul li img {
    max-height: 80px;
    max-width: 130px;
}

.blk-partner-part .blk-why{
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0;
}
.blk-partner-part .blk-why .row{
align-items: center;align-self: center;display: flex;
}
.blk-partner-part .blk-why h2,.blk-partner-part .blk-why p{color:#fff}

.blk-partner-part .blk-why h2{
    font-size: 77px;
    line-height: 0.5;
    text-transform: uppercase;
}
.blk-partner-part .blk-why h2 span{font-size: 36px;}

.blk-partner-part .blk-why .d-flex {
    display: flex;
    align-items: center;
    align-self: center;
}
.blk-partner-part .blk-why .d-flex p{margin: 0 40px 0 0;}



.blk-partner-part .blk-why .blk-why-content {
    position: relative;
}
.blk-partner-part .blk-why .blk-why-content-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
}
.blk-partner-part .blk-why .blk-why-content-img img{
    width: 100%;
    height: 100%;
}
.blk-partner-part .blk-why .blk-why-content-wrapper {
    padding: 50px 100px 50px 10px;
}

.info-section.blk-participate_job{
    margin: 0;
    
    background-color: #babcbb;
}
.info-section.blk-participate_job .info-section-content {
    background-color: #fff;
    padding: 50px 35px;
    text-align: left;
    margin: 60px 0;
    box-shadow: 0 2px 20px #9d9d9d;
    z-index: 2;
    position: relative;
}
.info-section.blk-participate_job .blk-main-heading {
    text-align:left;
}

.blk-newsletter-part .info-section .col-md-7,.blk-newsletter-part .info-section .col-md-5,
.blk-partner-part .info-section .col-md-7,.blk-partner-part .info-section .col-md-5  {
    position: unset;
}
.info-section.blk-participate_job .image-wrapper {
    width: 41%;padding:  0;
}
.info-section.blk-participate_job .image-wrapper:after{display: none;}
.info-section.blk-participate_job .info-section-content p {
    font-size: 16px;
    color: #19232d;
}
.info-section.blk-participate_job .info-section-odd{position: relative;}
.info-section.blk-participate_job .info-section-odd:after {
    content: "";
    position: absolute;
    left: -4px;
    top: 38px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.info-section.blk-participate_job .info-section-odd:before{
    content: "";
    position: absolute;
    right: 12px;
    bottom: 43px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 110px;
    height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}
.partner-there-part .info-section {margin: 0px 0;}
.partner-there-part .info-section .image-wrapper:after {display: none;}
.blk-partner-part .info-section .image-wrapper{padding: 0!important;}
.partner-there-part .info-section.info-section-left .image-wrapper {
    right: auto;
    padding: 0;
    left: 0;
}
.partner-there-part .info-section-content ,.partner-there-part .info-section .blk-main-heading{
    text-align: center!important;
}
.partner-there-part .info-section .blk-main-heading{margin: 0 0 10px;}
.partner-there-part .info-section-content h6 {
    font-size: 18px;
    font-weight: bold;
    color: #08080a;
    margin-bottom: 20px;
}
.partner-there-part .info-section-content h6 span{
    color: #ed942d;font-size: 26px;
}
.partner-there-part .info-section-content p{
    columns: #5b5b5c;font-size: 16px;
}
.partner-there-part .info-section-even .info-section-content {
    padding: 120px 0px 120px 100px!important;
}
.partner-there-part .info-section-odd .info-section-content {
    padding: 120px 100px 120px 0px!important;
}
.partner-there-part .info-section.info-section-right{
    background-color: #f2edf1;
}
.blk-uptodate.blk-partners-form .blk-uptodate-content {
    bottom: auto;
    width: 1170px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    top: 0;
    padding: 50px 0;
}

.blk-partner-part .blk-partners-form  {
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    padding: 50px 0;
  border-radius: 0px;
}
.blk-partner-part .blk-partners-form h6{margin: 5px 10px 0;}
.blk-partner-part .blk-partners-form h6 a{color: #0e2844;}
.blk-partners-form .form-wrapper {
    background-color: #fff;
    padding: 50px 40px 50px 40px;
    text-align: left;
    
}
.blk-partners-form .form-group.col-md-6 ,.blk-partners-form .form-group.col-md-12{
    padding: 0 10px;
    margin-bottom: 22px;
}
.blk-partners-form .form-wrapper .blk-p-10 {
    padding: 0 10px;
}
.blk-partners-form .form-wrapper input,.blk-partners-form .form-wrapper button, .blk-partners-form .form-wrapper select, .blk-partners-form .form-wrapper textarea {
    border-radius: 3px;
    width: 100%;
}
.blk-partners-form .form-wrapper textarea {
    height: 120px;
}
.blk-partner-part .blk-partners-form .form-wrapper p {
    width: 30%;
    margin: 0 10px;
}
.blk-uptodate.blk-partners-form .blk-main-heading {
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.blk-business-form .blk-partners-form .form-wrapper p{
    width: 100%;
    margin: 0 0px 0px;
    color: #606569;
    font-size: 14px;
}

@media only screen and (max-width: 1450px) {
    .info-section.blk-participate_job .image-wrapper { width: 44%;}
}
@media only screen and (max-width: 1199px) {
 
    .blk-iconbox .blk-iconbox-wrapper { padding: 30px; }
    
    .blk-partner-part .blk-why .blk-why-content-img { width: 95%; }
    .blk-partner-part .blk-why .blk-why-content-wrapper {padding: 50px 50px 50px 0px; }
    .blk-partner-part .info-section.blk-participate_job .info-section-content {
        padding: 40px 20px 17px;
        margin: 50px 0;
    }
    .blk-partner-part .info-section.blk-participate_job .info-section-odd:before{display: none;}
    .blk-partner-part .info-section .image-wrapper img { height: auto;}
    .blk-partner-part .partner-there-part {
        padding: 0px 0;
    }
    .partner-there-part .info-section-even .info-section-content {
        padding: 70px 0px 50px 50px!important;
    }
    .partner-there-part .info-section-odd .info-section-content {
        padding: 70px 50px 50px 0px!important;
    }
    .blk-partner-part .blk-partners-form { padding: 40px 0 50px; }
    .blk-partner-part .blk-uptodate.blk-partners-form .blk-main-heading {margin-bottom: 30px;  }

}
@media only screen and (max-width: 991px) {
    .blk-partner-part .blk-iconbox .row .col-md-4 {
        padding: 0 15px;
        width: 33.3%;
    }
    .blk-partner-part .blk-iconbox .blk-iconbox-wrapper h4 {
        line-height: 1.2;
        height: 53px;
    }
    .blk-partner-part .blk-partnerimg ul li {padding: 0 15px; }
    .blk-partner-part .blk-why h2 {font-size: 70px;}
    .blk-partner-part .blk-why h2 span {
        font-size: 30px;
    }
    .blk-partner-part .blk-why .d-flex p { margin: 0 30px 0 0;  }
    .blk-partner-part .blk-why .row [class*=col-]{
        padding-left: 15px;
        padding-right: 15px;
    }
    .partner-there-part .info-section-even .info-section-content ,.partner-there-part .info-section-odd .info-section-content {
        padding: 40px 0px 26px 0px!important;
    }
    .blk-partners-form .form-group.col-md-6, .blk-partners-form .form-group.col-md-12 {
        padding: 0 10px;
        margin-bottom: 22px;
        width: 50%;
    }
    .blk-partner-part .info-section .image-wrapper {
        padding: 0!important;
        display: none;
    }
}

@media only screen and (max-width: 767px){

    .blk-partner-part .blk-iconbox .row .col-md-4 { width: 100%;}
    .blk-partner-part .blk-iconbox .blk-iconbox-wrapper{margin-bottom: 20px;}
    .blk-partner-part .blk-iconbox .blk-iconbox-wrapper h4 { height: auto;}
    .blk-partner-part .blk-why .blk-why-content-img { width: 100%; display: none;}
    .blk-partner-part .blk-why .row {display: block;}
    .blk-partner-part .blk-why .blk-why-content-wrapper {
        padding: 0px 0px;
    }
    .blk-partner-part .blk-why br {
        display: none;
    }
    .blk-partner-part .blk-why h2{line-height: 1;margin-bottom:25px;}
    .blk-partner-part .blk-why h2,.blk-partner-part .blk-why h2 span {
        font-size: 32px;
        font-weight: 600;
    }
    .blk-partner-part .blk-why .btn-primary{margin-top: 20px;}

    .blk-partner-part .info-section.blk-participate_job .info-section-content {  margin: 50px 0 0; }
 
    .blk-partner-part .blk-uptodate.blk-partners-form .blk-main-heading { margin-bottom: 0px; }
    .blk-partner-part .blk-why .row [class*=col-] {padding-left: 25px;padding-right: 25px;}
    .blk-partner-part .blk-iconbox .row .col-md-4 { padding: 0 25px;}
    .blk-partner-part .blk-inner-banner .title-box {padding: 0 10px;}
    .blk-partner-part .blk-iconbox .container:after {
        left: 10px;
        bottom: 10px;
    }
}
@media only screen and (max-width: 500px){

    .blk-partner-part .blk-why .d-flex p {margin: 0 0px 0 0;}
    .blk-partner-part .blk-why .d-flex {display: block;}
    .blk-partners-form .form-group.col-md-6, .blk-partners-form .form-group.col-md-12 {
        margin-bottom: 15px;
        width: 100%;
    }
    .blk-partners-form .form-wrapper {padding: 30px 20px 30px 20px;}
    .blk-partner-part .blk-why h2, .blk-partner-part .blk-why h2 span {line-height: 1.4;}
}




/*      blk-review-part        */

.blk-review-part .blk-main-heading{text-align: center;}
.blk-review-part .owl-dots{display: none;}
.blk-review-part .blk-inner-banner {
    background-position: top;padding: 100px 0 50px;
}
.blk-review-part .blk-inner-banner .title-box {
   margin-bottom: 0px; 
   padding: 0px;
}
.blk-review-part .blk-inner-banner p{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}
.blk-review-part .blk-inner-banner .title-box{
    width: 100%;
}
.blk-review-part .blk-inner-banner h1{
    font-size: 30px;
    color: #fff;
    font-weight: bold;line-height: 1.2;
    margin-bottom: 16px;
}
.blk-review-part .blk-inner-banner ul {
    margin-top: 15px;
}
.blk-review-part .blk-inner-banner ul li {
    display: inline-block;margin-top: 10px;text-align: center;
}
.blk-review-part .blk-inner-banner ul li:not(:last-child){
    list-style: none;
    padding: 0 20px 0 0; border-right: 1px solid #fff;margin-right: 20px;
}
.blk-review-part .blk-inner-banner ul li h4{ 
    font-size: 15px;
    margin-top: 6px;
    font-weight: 100;
    color: #ffffff;
}

.blk-review-part .blk-inner-banner ul li i {
    font-size: 25px;color: #fff; 
}
.blk-review-part .blk-inner-banner .video-wrapper{
    position: relative;
    margin-top: -25px;
}
.blk-review-part .blk-inner-banner .video-wrapper iframe,.single-presentaion-part .home-team iframe {
    width: 100%;    border-radius: 20px;
}
.blk-review-part .blk-inner-banner .video-wrapper:after {
    content: "";
    position: absolute;
    left: -65px;
    bottom: -12px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
   
}
.blk-review-part .blk-inner-banner .video-wrapper:before {
    content: "";
    position: absolute;
    right: -20px;
    top: -12px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-review-part .blk-inner-banner .video-part{
    position: relative;
    z-index: 2;
}
.blk-review-part .blk-inner-banner .video-part:after{
    content: "";
    position: absolute;
    left: -36px;
    bottom: 17px;
    z-index: 2;
    background: url(../images/shape/quote.png);
    width: 50px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

.blk-video-testimonial{
    background-color: #f2f2f2;padding: 50px 0 25px;position: relative;
}
.blk-video-testimonial:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 30px;
    z-index: 1;
    background: url(../images/shape/shape2.png);
    width: 225px;
    height: 622px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-review-part .blk-video-testimonial-wrapper{position: relative;}
.blk-review-part .blk-video-testimonial-wrapper:after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 3px;
    z-index: 1;
    background: url(../images/shape/shape1.png);
    width: 130px;
    height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-review-part .blk-video-testimonial-wrapper .owl-carousel{ z-index: 2;}
.blk-video-testimonial .video-testimonial-box {
    border-radius: 10px;
    box-shadow: 0 6px 12px #ccc;
    background-color: #fff;
    overflow: hidden;
    margin: 0 0 25px;
}
.blk-video-testimonial .video-part{
    background-image: url(../images/banner/video-testi-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px;
    position: relative;
}
.blk-video-testimonial .video-part .btn{
    position: absolute;
    width: 50px!important;
    height: 50px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0 , -50%);
    margin: 0 auto;
    padding: 0;
    transition: 0.5s all;z-index: 1;
}
.blk-video-testimonial .video-part:hover .btn{
    width: 65px!important;
    height: 65px;
}
.blk-video-testimonial .video-part img.clientimg{
    position: absolute;
    width: 110px!important;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #dbdfe2;
    right: 15px;
    top: 20px;
}

.blk-video-testimonial .video-part h4{
    position: absolute;
    left: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 21px;
}


.blk-video-testimonial .video-testimonial-content{padding: 20px;}
.blk-video-testimonial .video-testimonial-content p{
    font-size: 14px;color: #070707;height: 100px;
}
.blk-video-testimonial .video-testimonial-content h5{
    color: #051a3b;
    -webkit-flow-into: 18px;font-weight: bold;font-size: 15px;
}
.blk-video-testimonial .video-testimonial-content p.designation {
    height: auto;
}

.blk-review-part .stydentsay-one{padding: 50px 0 0;}
.blk-review-part .stydentsay-one .stydentsay-one-wrapper {
    display: flex;
    box-shadow: 0 5px 20px #dddddd;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.blk-review-part .stydentsay-one .stydentsay-one-img {
    width: 30%;
    padding-right: 20px;
    position: relative;
}
.blk-review-part .stydentsay-one .stydentsay-one-img img{
    width: 100%;
    border: 5px solid #e4e0e0;
    border-radius: 5px;
    margin-top: 50px;
    z-index: 2;
    position: relative;
}
.blk-review-part .stydentsay-one .stydentsay-one-content {
    width: 70%;
}
.blk-review-part .stydentsay-one .stydentsay-one-content h6 {
    color: #1b252f;
    font-size: 18px;
    font-weight: 700;
}
.blk-review-part .stydentsay-one .stydentsay-one-content p{
    color: #1b252f;
    font-size: 14px;

}
.blk-review-part .stydentsay-one .stydentsay-one-content .blk-mb-2 {
    margin-bottom: 5px;
}
.blk-review-part .stydentsay-one h5.instructor-name{
    color: #1b252f;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.blk-review-part .stydentsay-one p.designation {
    color: #28282a;
    font-size: 16px;
    font-style: italic;margin: 0;
}
.blk-review-part .stydentsay-one p.date {
    color: #6a6973;
    font-size: 14px;
    margin-bottom: 5px;
}

.blk-review-part .stydentsay-one-img-part{position: relative;}
.blk-review-part .stydentsay-one-img-part:after {
    content: "";
    position: absolute;
    left: -15px;
    top: 0px;
    z-index: 1;
    background: url(../images/shape/shape3.png);
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
}
.blk-review-part .stydentsay-one-img-part:before{
    content: "";
    position: absolute;
    right: -10px;
    bottom: -23px;
    z-index: 1;
    background: url(../images/shape/shape3.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}




.blk-review-part .modal iframe{
    width: 100%;
    height: 365px;
}
.blk-review-part form {
    background: #e9e7e8;
    padding: 32px 14px 15px;
    border-radius: 10px;
}
.blk-review-part form .form-control {
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    margin: 0 0 20px
}

.blk-review-part form ::placeholder {
    color: #333;
    font-size: 14px
}

.blk-review-part form textarea.form-control {
    height: 130px!important
}
@media only screen and (max-width: 1199px) {
    .blk-review-part .blk-cta-wrapper { padding: 80px 60px;}
    .blk-review-part .blk-award p a {  padding: 0 10px 0 0; }

    .blk-video-testimonial .video-testimonial-content p{height: 100px;}
    .blk-review-part .blk-inner-banner ul li:not(:last-child) {
        padding: 0 15px 0 0;
        margin-right: 15px;
    }
    .blk-review-part .blk-inner-banner .video-wrapper:after { left: -45px;}
}
@media only screen and (max-width: 991px) {
    .blk-review-part .blk-inner-banner .video-wrapper {
        position: relative;
        margin-top: 45px;
    }
    .blk-review-part .blk-inner-banner .col-lg-5.col-md-5 { width: 100%;  }
  
    .blk-review-part .blk-inner-banner {
        background-position: right;
        padding: 50px 0 50px;
    }
    .blk-review-part .stydentsay-one .col-md-8 {
        padding-bottom: 20px;
    }
}


@media only screen and (max-width: 767px){
    .blk-review-part .blk-inner-banner .video-wrapper {  display: none;}
    .blk-review-part .blk-inner-banner .video-wrapper:before { right: -10px; }
    .blk-review-part .blk-inner-banner .video-part:after {display: none;}
    .blk-review-part .blk-inner-banner .video-wrapper:after { left: -10px;}
   

    .blk-review-part .blk-award .col-lg-3 { margin: 0; }
    .blk-review-part .blk-award { padding: 30px 0 5px; }

    .blk-review-part .blk-video-testimonial { padding: 40px 10px 30px; }
    .blk-review-part .stydentsay-one { padding: 40px 0 0; }

    .blk-review-part .stydentsay-one .col-md-8 {
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .blk-review-part .stydentsay-one .small-font { padding-top: 40px;}
    .blk-review-part .stydentsay-one .col-md-4{margin-bottom: 0px;}
    .blk-review-part .blk-main-heading {margin-bottom: 20px;}
    
    .blk-review-part .blk-cta-wrapper{padding: 30px 10px 30px;}
    .blk-review-part .blk-cta-wrapper .col-md-5.col-xs-12{margin-bottom: 0;}
    .blk-review-part .wpforms-container{margin: 0;}
}


@media only screen and (max-width: 700px){
    .blk-review-part .blk-award-wrapper p { width: 100%; float: none;}

   .pum-container{
        width: 90%!important;
        margin: 0 auto;
    }
    .pum-container iframe{
        height: 250px!important;width: 100%;
    }
    .blk-video-testimonial:after{display: none;}
}


@media only screen and (max-width: 600px){
    .blk-review-part .blk-award p a {  padding: 0 10px 0 10px; }
    .blk-review-part .stydentsay-one-img-part:after {
        width: 80px;
        height: 80px;
    }
    .blk-review-part .blk-inner-banner ul li h4 {font-size: 14px;}

}
@media only screen and (max-width: 450px){
    .blk-review-part .blk-inner-banner ul{display: none;}
    .blk-review-part .stydentsay-one .stydentsay-one-img {
        width: 100%;padding: 0;
    }
    .blk-review-part .stydentsay-one .stydentsay-one-content {
        width: 100%;
    }
    .blk-review-part .stydentsay-one .stydentsay-one-wrapper { display: grid; }
    .blk-review-part .stydentsay-one .stydentsay-one-img img {
        margin-top: 10px;
     
    }
    .blk-review-part .stydentsay-one-img-part{   margin-bottom: 20px;}
    .blk-review-part .stydentsay-one-img-part:after {
        width: 100px;
        height: 100px;
    }
    .blk-review-part .column,.blk-review-part .row [class*=col-],.blk-review-part .b-row [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
   
    .blk-review-part .blk-award-wrapper p{text-align: center!important;}
    .pum-container iframe{
        height: 180px!important;
    }
}


.community-part .info-squre-wrapper h5 {
    color: #ed942d;
    font-size: 20px;
    font-weight: 600;
}

.community-part .info-squre-wrapper p {
    padding-left: 25px;
    position: relative;
    line-height: 1.7;
}
.community-part .info-squre-wrapper p:after {
    content: '';
    width: 4px;
    height: 150px;
    background-color: #0e2844;
    position: absolute;
    top: 8px;
    left: 0;
}
.info-squre-left .info-squre-img {
    content: '';
    background-image: url(../images/squre-council11.png;);
    background-size: contain;
    padding: 30px 25px 50px 70px;
    background-repeat: no-repeat;
}
.info-squre-left .info-squre-img img {
    border-radius: 10px;
    transform: rotate(-4deg);
    box-shadow: 0 8px 20px #dedede;
}
.info-squre-right .info-squre-img {
    content: '';
    background-image: url(../images/squre-council11.png;);
    background-size: contain;
    padding: 30px 25px 50px 70px;
    background-repeat: no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.info-squre-right .info-squre-img img {
    border-radius: 10px;
    transform: rotate(-4deg) scaleX(-1);
    box-shadow: 0 8px 20px #dedede;
}


.info-circle-part{background-color: #f6f9ff;position: relative;
}
   
.community-part .info-circle-part .info-circle-img {
    border: 1px solid #005eed;
    border-radius: 50%;
    margin-right: 50px;
}
.community-part .info-circle-part .info-squre-right .info-circle-img {
    margin-right: 0px;
    margin-left: 50px;
}
.community-part .info-circle-part .info-circle-img img {
    border-radius: 50%;
    margin-left: 25px;
}
.community-part .info-circle-part .info-squre-right .info-circle-img img {
    margin-left: -25px;
}

@media only screen and (max-width: 767px){

    .info-squre-left .info-squre-img { background-image: none; padding: 0px 0px 20px 0px;}
    .info-squre-left .info-squre-img img { transform: rotate(0);}
    .info-squre-right .info-squre-img img { transform: rotate(0) scaleX(1);}
    .info-squre-right .info-squre-img {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        background-image: none;
        padding: 0px 0px 20px 0px;
    }
    .community-part .info-circle-part { padding: 50px 0 60px;}
    .community-part .blk-become-affilate-box { padding: 0;}
    .community-part .info-circle-part .info-circle-img {margin-bottom: 10px;}
    .community-part .info-squre.info-squre-left.spad {
        padding: 0px 0 60px !important;
    }
    .community-part .blk-unrestricted{padding: 20px;}
}


@media only screen and (max-width: 600px){
    .footer-badge {
      border-top: 0.125rem solid #ffffff26;
      padding-top: 15px;
    }
    footer.footer-part li:first-child img,footer.footer-part li:nth-child(2) img {
      width: 200px !important;}
   footer.footer-part li:nth-child(3) img {
      width: 110px !important;}
  }



  .blk-letters-block .block-letter ul{padding: 0; margin: 0;text-align: center;}
.blk-letters-block .block-letter li{list-style: none;display: inline-block;}
.blk-letters-block .block-letter li a {
    padding: 0 8px;
    font-size: 20px;
    color: #16375b;
  
}
.blk-letters-block .block-letter li a:hover,.blk-letters-block-wrapper .btn-more:hover{text-decoration: underline;}
.blk-letters-block-content {
    margin-bottom: 25px;
}
.blk-letters-block-wrapper{padding: 60px 0 60px;}
.blk-letters-block-wrapper:nth-of-type(even) {
    background-color: #f2f2f2;
}
.blk-letters-block-wrapper h3 {
    color: #fff;
    text-align: left;
    background-color: #fbad18;
    padding: 2px 15px;
    width: fit-content;
    border-radius: 10px;
    box-shadow: 3px 4px #a16210;
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 700;
}
.blk-letters-block-wrapper h5{
    font-size: 22px;    margin-bottom: 6px;color: #16375b;
}
.blk-letters-block-wrapper .btn-more{color: #16375b;  font-size: 13px; text-transform: uppercase;}
.blk-letters-block-wrapper p{      margin-bottom: 10px;  font-size: 16px;}


.blk-glossary-part .back-top{text-align: right;}
.blk-glossary-part .back-top i.fa.fa-angle-up {
    display: block;
    font-size: 35px;
    background-color: #16375b;
    width: fit-content;
    color: #fff;
    line-height: 1;
    padding: 0 7px 3px 8px;
    border-radius: 50%;
    text-align: right;
    margin-left: auto;
    margin-right: 19px;
}
.blk-glossary-part .back-top a,.blk-glossary-part .back-top a:hover{text-decoration: none;      font-size: 14px;  color: #19232d;}




@media only screen and (max-width: 767px){
    .blk-glossary-part .blk-inner-banner .title-box {
        padding: 0;
    }
}


.blk-offer .blk-offer-banner h1 {
     
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0
}
.blk-offer .blk-offer-banner h1 span {

    display: block;
}
.blk-offer .blk-offer-banner h5 {
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    margin: 0 0 30px
}

.blk-offer .blk-offer-banner li {
    font-size: 20px;
    color: #fff;
    padding-left: 36px;
    position: relative;
    margin-top: 20px;
    width: 90%
}

.blk-offer .blk-offer-banner .d-flex {
    align-items: end;
}

.blk-offer .blk-offer-banner li:after {
    content: '';
    background-image: url(../../../themes/theme-devai/images/offer-list-icon30x30.png);
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 4px
}
.page-template-offerpage .member-price .pricewrap1 .btn-primary{
    background-color: #0e2844;
    border: 1px solid #0e2844 !important;
    width: 100%;
}
.page-template-offerpage .member-price .pricewrap2 .btn-primary {
    background: -webkit-linear-gradient(left top, #ed942d 0, #fa621c);
    background: -o-linear-gradient(left top, #ed942d 0, #fa621c 100%);
    background: linear-gradient(to right bottom, #ed942d, #fa621c);
    border: 1px solid #fa621c;
    width: 100%;
}
@media only screen and (max-width: 1600px) {


    .blk-offer .blk-offer-banner h5 {
        font-size: 22px;
        margin: 25px 0 30px
    }
    .blk-offer .blk-offer-banner li {
        font-size: 18px;
        width: 95%
    }
}

@media only screen and (max-width: 1199px) {
 
    .blk-offer .flex-lg-row {
        -ms-flex-direction: row!important;
        flex-direction: column-reverse!important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .blk-offer-banner .shape1 {
        display: none
    }
   
}

@media only screen and (max-width: 991px) {

    .blk-offer-banner .shape {
        width: 140px
    }
    .blk-offer-banner .col-md-6 {
        width: 50%
    }
    .blk-offer-banner .col-sm-12 {
        width: 100%
    }
    .blk-offer .blk-offer-banner h5 {
        font-size: 20px;
        margin: 30px 0 15px
    }
    .blk-offer .blk-offer-banner .d-flex {
        justify-content: center
    }

    .blk-offer .blk-offer-banner h1 {
        font-size: 47px
    }
    .blk-offer .blk-offer-banner li {
        font-size: 17px;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .blk-offer-banner .col-md-6 {
        width:50%!important
    }
    .blk-offer .blk-offer-banner .row [class*=col-] {
        margin-bottom: 0
    }
    .blk-offer-banner .col-sm-12 {
        width: 100%!important
    }
}

@media only screen and (max-width: 460px) {

    .blk-offer .blk-offer-banner .col-md-6 {
        width: 100%!important
    }
}
@media only screen and (max-width: 405px) {
    .blk-offer .blk-offer-banner h1 {
        font-size: 42px
    }
    .blk-offer-banner .shape {
        width: 125px
    }
}

.copy-the-code-inside-wrap .copy-the-code-button{position:absolute;right:0;top:0}.copy-the-code-inside .copy-the-code-button{position:absolute;right:0;top:0}.copy-the-code-wrap{display:block;position:relative}.copy-the-code-wrap .copy-the-code-button{background:#e1e3e8;padding:10px 20px;cursor:pointer;box-shadow:none;color:#424242;font-size:14px;font-weight:400;border-radius:0;text-transform:capitalize;border:none;outline:none}.copy-the-code-wrap .copy-the-code-button:hover{background:#d0d1d6}.copy-the-code-outside+*{margin-top:0}.copy-the-code-outside{text-align:right}.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button{background:0 0;padding:0}.copy-the-code-wrap.copy-the-code-style-svg-icon .copy-the-code-button svg{height:auto;width:20px;fill:#c1c1c1}.copy-the-code-wrap.copy-the-code-style-cover .copy-the-code-button{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;opacity:0;background:rgba(0,0,0,.5);font-weight:700;color:#fff;transition:all .3s ease-in-out;padding:0;font-size:12px}.copy-the-code-wrap.copy-the-code-style-cover:hover .copy-the-code-button{opacity:1}.copy-the-code-inside-wrap.copy-the-code-style-svg-icon .copy-the-code-button{padding:10px}.copy-the-code-wrap.copy-the-code-style-cover{display:inline-block}.copy-the-code-wrap .copy-the-code-target{margin-top:0}.copy-the-code-style-svg-icon .copy-the-code-outside{height:32px}.copy-the-code-shortcode svg{height:16px;width:16px;fill:#424242}.copy-the-code-shortcode{cursor:pointer}

.copy-the-code-target{
    display: block;
    position: relative;padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.copy-the-code-wrap .copy-the-code-target{
    margin-top: 0;
}
.copy-the-code-target .copy-the-code-button {
    position: absolute;
    right: 0;
    top: 0;
}
.copy-the-code-target .copy-the-code-button {
    background: #e1e3e8;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: none;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    text-transform: capitalize;
    border: none;
    outline: none;
}
.copy-the-code-target .copy-the-code-button:hover {
    background: #d0d1d6;
}



/*membership*/
.membership_toppart .bg-blue-light{ margin-top:50px; border-radius:5px;padding: 50px 60px;position: relative;}
.subsection-image {
    position: relative;
    max-width: 800px;
    display: flex;
    justify-content: flex-end;
    padding-top: 80px;
    padding-bottom: 40px;
}
.chat-left {
    background: #fff;
    box-shadow: 0 4px 24px rgb(15 8 50 / 8%);
    background-color: #fff;
    position: absolute;
    top: 50px;
    left: 5px;
    max-width: 360px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}
.chat-left:before {
    content: "";
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    right: -20px;
    bottom: 20px;
}
.chat-left p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #31216b;
}
.chat-right {
    background: #fff;
    box-shadow: 0 4px 24px rgba(15, 8, 50, .08);
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    max-width: 250px;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}
.chat-right:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #fff;
    position: absolute;
    left: 20px;
    bottom: -20px;
}
.chat-right p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #31216b;
}
.image-chat {
    max-width: 485px;
    width: 100%;
}
.section_below_hero p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #50585f;
    margin: 0;
}
.form_copy {margin-top: 30px;}
.form_left {width: 100%;background: #f8f9fa;padding: 15px 25px;box-shadow: 0 4px 24px rgba(15, 8, 50, .08);border-radius: 5px;box-sizing: border-box;}
.form_right {text-align: right;margin-top: 20px;}

.column_one {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; opacity:0.5;
}
.column_one .holder-right {
    max-width: 575px;
    width: 100%;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}
.column_one .chat {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #31216b;
    padding: 16px;
    border-radius: 5px;
    background-color: #fff;
}
.column_one .seen {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: rgba(46, 60, 71, .46);
}
.column_two .holder-left {
    max-width: 575px;
    width: 100%;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
}
.column_two .chat {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 16px;
    border-radius: 5px;
    background:#0e2844;
    color: #fff;
}
.holder-left .seen {
    text-align: right;
}
.column_two .seen {
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    color: rgba(46, 60, 71, .46);
}
.column_two .chat span {color: #ffae43;font-weight: bold;}
.button-orange {
     color: #ffff;
    background-color: #ed942d;
    border: 1px solid #ed942d !important;
    background-size: 200%;
    transition: .1s ease-out;
    padding: 0.7rem 2rem;
    font-size: 18px;
    font-weight: 700;    line-height: 1.42857143;
    border-radius: 4px; margin-bottom:20px;
}
.button-orange:hover{
    transform: scale(1.1);
    background-color: #ed942d;
    color: #ffff;
    border: 1px solid #ed942d!important;
}
.button-purple{    color: #ffff;
    background-color:#0e2844;
    border: 1px solid #0e2844 !important;
    background-size: 200%;
    transition: .1s ease-out;
    padding: 0.7rem 2rem;
    font-size: 18px;
    font-weight: 700;    line-height: 1.42857143;
    border-radius: 4px; margin-bottom:20px;margin-left: 10px;}
.button-purple a{color: #ffff;}	
.button-purple:hover{transform: scale(1.1);background-color: #0e2844;color: #ffff;border: 1px solid #0e2844!important;}	
	
.skip-lazy{width: 44px;
    height: 44px; border-radius:100%;}
	.column_two {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.form_right button i {padding-right: 10px;font-size: 20px;}
.email-body p, .email-body-four p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #50585f;
    padding-bottom:10px;    margin-bottom: 5px;
}
.email-body p a, .email-body-four p a{color: #ffae43;
    font-weight: bold;}
.below-accordion{color:#50585f;}
.below-accordion a{color: #ffae43;font-weight: bold;}	
.email-title span {padding-left: 5px;}
.email-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #50585f;
    padding-bottom: 12px;
    border-bottom: 1px solid #f8f8f8;
}
.email-subject {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #50585f;
    padding: 12px 0;
    border-bottom: 1px solid #f8f8f8;
}
.email-body, .email-body-four {
    padding-top: 12px;
}
.below-email {
    max-width: 100%;
    margin-top: 40px !important;
    margin-bottom: 20px !important;
}
.email-subject span {
    color: #50585f;
    font-weight: 600;
    padding-left: 5px;
}

.circle-orange {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #00bcd4;
    margin-right: 5px;
}
.circle-red {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #9c27b0;
    margin-right: 6px;
}
.email-frame-header {
    display: flex;
    background: #f8f9fa;
    border-radius: 5px 5px 0 0;
    padding: 12px 0;
}
.circle-green {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fbad18;
}
.section_four{ padding-bottom:80px;}
.section_below_hero{padding-top:40px;}

.faq_column {padding: 20px 0;border-bottom: 1px solid rgba(30, 187, 240, .5);}
.faq_column .panel {border-radius: 0;box-shadow: none;border-color: #EEEEEE;}
.faq_column .panel-default > .panel-heading {padding: 0;border-radius: 0;color: #212121;background-color: #FAFAFA;border-color: #EEEEEE;}
.faq_column .panel-title {font-size:18px;}
.faq_column .panel-title > a {display: block;padding: 15px;text-decoration: none;}
.faq_column .more-less {float: right;color: #212121;}
.faq_column .panel-default > .panel-heading + .panel-collapse > .panel-body {border-top-color: #EEEEEE;}

.blk-memberv1 .blk-about-content {
    text-align: center;
    font-size: 18px;
}
.blk-memberv1 .membership_toppart .bg-blue-light {
    margin-left: 80px;
    position: relative;
}
.blk-memberv1 .membership_toppart .bg-blue-light:before {
    content: '1';
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    width: 39px;
    height: 39px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    /* right: 0; */
    margin: 0 auto;
    background: #16375b;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blk-memberv1.stem-wrapper ul li:nth-child(2) .membership_toppart .bg-blue-light:before{    content: '2';}
.blk-memberv1.stem-wrapper ul li:nth-child(3) .membership_toppart .bg-blue-light:before{    content: '3';}

.blk-memberv1 .membership_toppart .bg-blue-light:after {
    content: '';
    position: absolute;
    top: 48px;
    left: -60px;
    /* right: 0; */
    border: 1px dashed #ccc;
    height: calc(100% - 10px);
    width: 0;
    margin: 0 auto;
}
.blk-memberv1.stem-wrapper ul li:nth-child(3) .membership_toppart .bg-blue-light:after{ border: 0px dashed #ccc;}

.blk-memberv1 .home-faq .panel-default {
                box-shadow: none;    background-color:transparent;
            }

            .blk-memberv1 .home-faq .panel-default>.panel-heading {
                padding: 5px 0;
                border: 1px solid #a9ccff;
                box-shadow: none;
                position: relative;
                border-radius: 7px;
                background-color: #eaecef
            }

            .blk-memberv1 .home-faq a.btn.btn-link {
               position: relative;white-space: normal!important;
            }

            .blk-memberv1 .home-faq a.btn.btn-link:after {
                content: '\f106';
                font-family: fontawesome;
                right: 15px;
                position: absolute;
                transition: .5s all;
                color: #005eec;
                font-size: 20px;
                top: 3px
            }

            .blk-memberv1 .home-faq a.btn.btn-link.collapsed:after {
                transform: rotate(180deg)
            }

            .blk-memberv1 .home-faq .panel-default:nth-child(2n) .panel-heading {
                background-color: #fff;
            }

.blk-memberv1 .tooltip1:before {
    content: 'Copied to Clipboard!';
    font-size: 14px;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 20px;
    padding: 6px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0/30%);
    font-weight: 400;
    color: #31216b;
    text-transform: none
}

.blk-memberv1 .tooltip1:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto
}
@media only screen and (max-width: 991px){
    .membership_toppart .bg-blue-light { padding: 25px; }
    .chat-left { max-width: 260px; }
    .chat-right {
        right: 15px;
        max-width: 180px;
    }
    .section_below_hero p {
        font-size: 14px;
        line-height: 26px;
    }
 }

 @media only screen and (max-width: 767px){
    .subsection-image {
        padding-bottom: 100px;
        justify-content: flex-start;
        padding-top: 150px;
        max-width: 100%;
    }
    .chat-left {
        max-width: 100%;
        top: 20px;
    }
    .chat-right {
        bottom: 20px; 
        top: auto;
    }
    .chat-right:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        left: 25px;
        top: -25px;
    }
    .chat-left:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 20px solid #fff;
        position: absolute;
        left: 50px;
        bottom: -25px;
    }
    .blk-sidebar .search-box {
        display: none;
    }
 }


 @media only screen and (max-width: 575px){
    .blk-memberv1 .membership_toppart .bg-blue-light {
        margin-left: 0px;        padding: 20px;
    }
    .membership_toppart {
        padding-top: 30px;
    }
    .stem-wrapper ul li .membership_toppart .bg-blue-light:before {
        font-size: 20px;
        line-height: 20px;
        width: 32px;
        height: 32px;
        top: -45px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .blk-memberv1 .membership_toppart .bg-blue-light:after {
        top: -15px;
        left: 0;
        right: 0;
        border: 1px dashed #ccc;
        height: calc(100% + 65px);
        margin: 0 auto;        z-index: -1;
    }
    .blk-memberv1.stem-wrapper ul li:nth-child(3) .membership_toppart .bg-blue-light:after {
        border: 1px dashed #ccc;
        height: 20px;
    }
   
 }
 @media screen and (max-width: 480px) {
    .blk-memberv1 .column_one, .blk-memberv1 .column_two {
        flex-direction: column;
    }
    .blk-memberv1 .column_two {
        align-items: flex-end;
    }
    .blk-memberv1 .column_two .holder-left {
        margin-right: 0;
        margin-top: 10px;
        order: 2;
    }
    .blk-memberv1 .column_one .holder-right {  margin-left: 0px; }
}
.blk-single-blog .blk-blog-part pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
}
.blk-single-blog .blk-blog-part .copy-btn{
    position: absolute;
    right: 0;
    top: 0;
    background: #e1e3e8;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: none;
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    border-radius: 0;
    text-transform: capitalize;
    border: none;
    outline: none;
}




/*member post type*/


.memberavatar-list .member {
    background-color: #f6f9ff;
    border-radius: 5px;
    margin: 15px 0 0 15px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.memberavatar-list .member:after{
    content: '';
    left: -15px;
    top: -15px;
    background-color: #0e2844;
    width: 180px;
    height: 180px;
    position: absolute;
    z-index: -1;
    border-radius: 5px;
}
.memberavatar-list .memberAvatar {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.memberavatar-list .memberAvatar img{max-width: 100%;}
.memberavatar-list .memberAvatar-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.memberavatar-list .memberAvatar-overlay .memberAvatar-overlay-box{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgb(22 55 91 / 64%);
    color: rgb(22 55 91 / 64%);
    height: 100%;
    display: block;
}
.memberavatar-list .memberAvatar-overlay ul .fa-twitter:before,.single-member .member-banner-part .box ul .fa-twitter:before{      top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;  filter: invert(1);}
.memberavatar-list .memberAvatar-overlay ul ,.single-member .member-banner-part .box ul {
    padding: 20px;
    margin: 0;
    text-align: left;
    width: fit-content;
    z-index: 2;
    position: absolute;
}
.single-member .member-banner-part .box ul{
    bottom: 0;
    right: 0;
}
.memberavatar-list .memberAvatar-overlay ul li a ,.single-member .member-banner-part .box ul li a{
    color: #002284;
    background-color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
.memberavatar-list .memberAvatar:hover .memberAvatar-overlay {
    opacity: 1;
}

.memberavatar-list .memberInfo h3.memberName a {
    text-decoration: none;
    color: #0e2844;
    font-size: 24px;
}
.memberavatar-list .memberInfo p {
    font-size: 14px;
    color: #606569;
    height: 45px;
}
.memberavatar-list .member:hover {
    box-shadow: 0 6px 20px rgb(163 163 163 / 60%);
}


.single-member .member-banner-part{
    background-image: url(../images/author-banner.png);
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 60px 0 ;
}
.single-member .member-banner-part .mw-100{max-width: 100%;height:auto;}
.single-member .member-banner-part .avatar {
    border: 6px solid #fff;box-shadow: 0 6px 20px rgb(163 163 163 / 30%);max-width: 100%;
}
.single-member .member-banner-part h1 {
    font-size: 36px;
    color: #fff;
}
.single-member .member-banner-part h1 span {
    background-color:#ed942d;
    FONT-WEIGHT: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    margin-left: 15px;
    top: 0;
}
.single-member .member-banner-part h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 3px 0 10px;
}
.single-member .member-banner-part p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}
.single-member .member-banner-part .author-box.d-flex {
    display: flex;
    padding: 25px 30px;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0 6px 20px rgb(163 163 163 / 30%);
}
.single-member .member-banner-part .author-box.d-flex p,.single-member .member-banner-part .author-box.d-flex p a{color: #005eec;font-size: 18px;margin-bottom: 0;}
.single-member .member-banner-part .author-box.d-flex p:first-child{    margin-right: 100px;}
.single-member .member-banner-part .author-box.d-flex p b{color: #01348f;font-size: 22px;}
.single-member .member-banner-part .author-box.d-flex p a{text-decoration: none;}
.single-member .member-banner-part .author-box.d-flex p a:hover{ color: #01348f;}
.single-member .member-banner-part .box{position: relative;    width: fit-content;}


@media only screen and (max-width: 767px){

    .single-member .member-banner-part h1 span {
        display: block;
        position: relative;
        margin: 10px 0 20px;
        width: fit-content;
    }
    .single-member .member-banner-part .avatar{margin-bottom: 10px;}
}


/************************************Home Sale Banner******************************************/

.blk-mys-banner {
    background-image: url(../images/banner/mys.png);
    position: relative;
    background-repeat: no-repeat!important;
    background-position: center;
    background-size: cover!important;
    padding: 60px 0 70px
}

.blk-mys-banner2 {
    padding: 60px 0 50px
}

.mys-banner-header {
    text-align: center
}

.mys-banner-header h5 {
    color: #fff;
    font-size: 26px;
    margin: 0;
    letter-spacing: 10px
}

.mys-banner-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 0
}

.blk-mys-banner .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 82%;
    margin: 0 auto
}

.blk-mys-banner .offer-box {
    width: 28%;
    max-width: 28%;
    margin-top: 25px;
    position: relative;
    height: fit-content
}

.blk-mys-banner .women-count-box {
    width: 44%;
    max-width: 44%;
    text-align: center
}

.blk-mys-banner .offer-box .offer-box-wrap {
    border: 1px solid #fff;
    text-align: center;
    background-color: #16375b;
    position: relative;
    z-index: 2
}

.blk-mys-banner .offer-box.order-1 .offer-box-wrap {
    background-color: #fbad18
}

.blk-mys-banner .offer-box h4 {
    position: relative;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
    padding: 0 10px 0 17px;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 6px;
    margin-top: 26px
}

.blk-mys-banner .offer-box h3 {
    font-size: 65px;
    color: #fbad18;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.2
}

.blk-mys-banner .offer-box.order-1 h3 {
    color: #fff
}

.blk-mys-banner .offer-box h6 {
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.blk-mys-banner .offer-box p {
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 28px;
    letter-spacing: 6px;
    color: #fff
}

.blk-mys-banner .offer-box.order-1 h4,.blk-mys-banner .offer-box.order-1 h6,.blk-mys-banner .offer-box.order-1 p {
    color: #16375b
}

.blk-mys-banner .offer-box h5 {
    color: #16375b;
    font-size: 21px;
    letter-spacing: 7px;
    margin: 0;
    padding: 9px;
    width: 100%;
    background-color: #fff;
    margin-top: 10px
}

.blk-mys-banner .offer-box .btn-light {
    margin: 20px 0 28px;
    color: #01348f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    width: 60%;
    padding: .6rem 2rem;
    letter-spacing: 1px
}

.blk-mys-banner .offer-box .btn-light:hover {
    color: #16375b
}

.blk-mys-banner .women-count-box h2 {
    font-size: 45px;
    color: #fbad18;
    font-weight: 700;
    margin-bottom: 10px
}

.blk-mys-banner2 .women-count-box h2 {
    font-size: 47px
}

.blk-mys-banner .women-count-box p {
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 100;
    margin-bottom: 50px
}

.blk-mys-banner .offer-box:before {
    content: '';
    width: 45%;
    height: 53%;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1
}

.blk-mys-banner .offer-box:after {
    content: '';
    width: 77%;
    height: 91%;
    position: absolute;
    right: -25px;
    bottom: -15px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fbad18;
    z-index: 1
}

.blk-mys-banner .offer-box.order-1:before {
    background-color: #fff
}

.blk-mys-banner .offer-box.order-1:after {
    background-color: #16375b
}

.mys-banner-header .d-flex {
    margin: 0 auto;
    width: fit-content
}

.mys-banner-header .d-flex img {
    margin-left: 5px;
    width: 110px
}

.blk-mys-banner .shape {
    position: absolute;
    right: -116px;
    bottom: -26px
}

.blk-mys-banner .shape1 {
    position: absolute;
    left: -60px;
    bottom: -30px
}

.blk-mys-banner2 {
    background-image: url(../../../themes/smart-mag-child/images/mys/mys2.jpg)
}

.mys-banner-header2 {
    text-align: left
}

.blk-mys-banner2 .offer {
    display: block
}

.mys-banner-header2 .d-flex {
    margin: 0
}

.mys-banner-header .d-flex h4 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
    position: relative;
    background-color: #fc3b00;
    padding: 0 8px
}

.mys-banner-header .d-flex h4::after,.mys-banner-header .d-flex h4::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid
}

.mys-banner-header .d-flex h4::before {
    border-color: #fc3b00 transparent;
    border-width: 19px 0 20px 15px;
    left: -14px;
    top: 0
}

.mys-banner-header .d-flex h4:after {
    border-color: #fc3b00 transparent;
    border-width: 19px 15px 20px 0;
    right: -14px;
    top: 0
}

.mys-banner-header2 .d-flex h4 {
    font-size: 40px;
    color: #fbad18;
    background-color: transparent;
    padding: 0;
    margin-left: 10px
}

.mys-banner-header2 .d-flex h4::after,.mys-banner-header2 .d-flex h4::before {
    display: none
}

.mys-banner-header2 h1 {
    line-height: 1.3
}

.blk-mys-banner2 .hurrytimer-campaign-40081 {
    text-align: left;
    display: block
}

.blk-mys-banner2 .hurrytimer-campaign-40081 .hurrytimer-timer {
    justify-content: flex-start
}

.blk-mys-banner2 .offer-box:before,.blk-mys-banner2 .offer-box:after,.blk-mys-banner2 .offer-box.order-1:before {
    display: none
}
.blk-mys-banner2 .box-wrap{
	 width: 510px;
    height: 510px;   position: relative;
}
.blk-mys-banner2 .offer-box {
    max-width: 100%;
    margin-top: 0;
    padding: 25px;
    background-color: #ffffff8a;
    width: 510px;
    height: 510px;
    border-radius: 0%
}

.blk-mys-banner2 .offer-box .offer-box-wrap {
    text-align: center;
    background-color: #fbad18;
    position: relative;
    z-index: 2;
    border-radius: 0%
}

.blk-mys-banner2 .offer-box.order-1 .offer-box-wrap {
    border-width: 0;
    border-width: 0;
    padding: 70px 20px 50px
}

.blk-mys-banner2 .offer-box h4 {
    margin-top: 0
}

.blk-mys-banner2 .offer-box h5 {
    color: #fff;
    margin: 0 auto;
    width: 80%;
    background-color: #16375b;
    position: relative
}

.blk-mys-banner2 .ribbon:before,.blk-mys-banner2 .ribbon:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid
}

.blk-mys-banner2 .ribbon:before {
    border-color: #16375b transparent;
    border-width: 25px 0 25px 20px;
    left: -20px;
    top: 0
}

.blk-mys-banner2 .ribbon:after {
    border-color: #16375b transparent;
    border-width: 25px 20px 25px 0;
    right: -20px;
    top: 0
}

.blk-mys-banner2 .mys-person {
    margin: 50px 0
}

.blk-mys-banner2 .mys-person img {
    border-radius: 50%;
    border: 6px solid #fbad18;
    margin-right: 30px;
    width: 200px;
    height: 200px;
    object-fit: cover
}

.blk-mys-banner2 .mys-person-content {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding-left: 30px
}

.blk-mys-banner2 .mys-person-content p {
    margin-bottom: 0
}

.blk-mys-banner2 .mys-person-content:after {
    content: '';
    content: '';
    position: absolute;
    left: 0;
    top: -30px;
    width: 3px;
    height: 180px;
    background: -moz-linear-gradient(top,rgba(251,173,24,0) 1%,rgba(251,173,24,.4) 32%,rgba(251,173,24,.65) 51%,rgba(251,173,24,.36) 73%,rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top,rgba(251,173,24,0) 1%,rgba(251,173,24,.4) 32%,rgba(251,173,24,.65) 51%,rgba(251,173,24,.36) 73%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(251,173,24,0) 1%,rgba(251,173,24,.4) 32%,rgba(251,173,24,.65) 51%,rgba(251,173,24,.36) 73%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fbad18',endColorstr='#00000000',GradientType=0)
}

.blk-mys-banner2 .shape3 {
    position: absolute;
    bottom: -25px;
    left: -25px;
	   width: 70%;      
}

.blk-mys-banner2 .shape4 {
      position: absolute;
    top: -25px;  transform: rotate(-180deg);
    right: -25px; width: 70%;  
}

.blk-mys-banner .hurrytimer-campaign-3587 .hurrytimer-headline {
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase
}

.blk-mys-banner2 .hurrytimer-campaign-3587 {
    text-align: left
}

.blk-mys-banner2 .hurrytimer-campaign-3587 .hurrytimer-timer {
    justify-content: flex-start
}

@media only screen and (max-width: 1770px) {
    .blk-mys-banner2 .mys-banner-header h1 {
        font-size:58px
    }

    .blk-mys-banner .offer {
        width: 85%
    }
}

@media only screen and (max-width: 1700px) {
    .blk-mys-banner2 .offer {
        width:87%
    }

    .blk-mys-banner2 .mys-banner-header h1 {
        font-size: 57px
    }
}

@media only screen and (max-width: 1600px) {
    .mys-banner-header h5 {
        font-size:22px;
        letter-spacing: 7px
    }

    .blk-mys-banner .mys-banner-header h1 {
        font-size: 53px
    }

    .blk-mys-banner .women-count-box h2 {
        font-size: 40px;
        margin-bottom: 5px
    }

    .blk-mys-banner .women-count-box p,.blk-mys-banner .offer-box h4 {
        font-size: 20px
    }

    .blk-mys-banner .offer-box h3 {
        font-size: 55px
    }

    .mys-banner-header .d-flex h4 {
        font-size: 22px
    }

    .mys-banner-header2 .d-flex h4 {
        font-size: 30px
    }

    .mys-banner-header .d-flex h4::before {
        border-width: 16px 0 17px 11px;
        left: -11px
    }

    .mys-banner-header .d-flex h4:after {
        border-width: 17px 11px 16px 0;
        right: -11px
    }

    .blk-mys-banner2 .mys-person img {
        border: 4px solid #fbad18;
        width: 130px;
        height: 130px;
        margin-right: 25px
    }

    .blk-mys-banner2 .mys-person-content:after {
        top: -10px;
        width: 2px;
        height: 145px
    }
.blk-mys-banner2 .box-wrap{
 width: 450px;
        height: 450px
}
    .blk-mys-banner2 .offer-box {
        padding: 20px;
        width: 450px;
        height: 450px
    }

    .blk-mys-banner2 .offer-box.order-1 .offer-box-wrap {
        padding: 50px 20px 30px
    }

 

    .blk-mys-banner2 {
        padding: 50px 0 60px
    }

    .blk-mys-banner2 {
        padding: 50px 0 40px
    }

    .blk-mys-banner2 .mys-person {
        margin: 40px 0
    }
}

@media only screen and (max-width: 1490px) {
    .blk-mys-banner .mys-banner-header h1 {
        font-size:50px
    }
}

@media only screen and (max-width: 1400px) {
    .blk-mys-banner2 .col-md-7 {
        width:63%
    }

    .blk-mys-banner2 .col-md-5 {
        width: 37%
    }

    .blk-mys-banner .mys-banner-header h1 {
        font-size: 50px
    }

    .blk-mys-banner2 .mys-person {
        margin: 35px 0
    }

    .blk-mys-banner .women-count-box h2 {
        font-size: 38px
    }

    .blk-mys-banner2 .offer-box ,.blk-mys-banner2 .box-wrap {
        width: 397px;
        height: 397px
    }
.blk-mys-banner2 .shape3 {
    bottom: -20px;
    left: -20px;
}
	.blk-mys-banner2 .shape4 {
    top: -20px;
    right: -20px;
}
    .blk-mys-banner2 .offer-box.order-1 .offer-box-wrap {
        padding: 40px 20px 20px
    }

    .blk-mys-banner .offer-box h3 {
        font-size: 50px;
        margin-top: 5px
    }

    .blk-mys-banner .offer-box p {
        margin-top: 24px
    }

    .blk-mys-banner .offer-box h5 {
        font-size: 18px;
        padding: 8px
    }

    .blk-mys-banner2 .ribbon:before {
        border-width: 22px 0 21px 20px
    }

    .blk-mys-banner2 .ribbon:after {
        border-width: 22px 20px 21px 0
    }

    .blk-mys-banner2 .mys-person-content:after {
        top: -22px
    }

   

    .mys-banner-header h5 {
        font-size: 20px;
        letter-spacing: 5px
    }

    .mys-banner-header2 .d-flex h4 {
        font-size: 28px
    }

    .blk-mys-banner .offer-box h3 {
        font-size: 47px;
        margin-top: 2px
    }

    .blk-mys-banner .offer-box h6 {
        font-size: 17px
    }
}

@media only screen and (max-width: 1304px) {
    .blk-mys-banner .mys-banner-header h1 {
        line-height:1.2
    }

    .blk-mys-banner2 .col-md-7 {
        width: 58%
    }

    .blk-mys-banner2 .col-md-5 {
        width: 42%
    }

    .blk-mys-banner .offer {
        width: 90%
    }

    .blk-mys-banner2 .offer {
        width: 87%
    }

    .blk-mys-banner .offer-box:before {
        left: -10px;
        top: -10px
    }

    .blk-mys-banner .offer-box:after {
        right: -18px;
        bottom: -10px
    }
}

.blk-mys-banner .d-none .hurrytimer-campaign {
    display: none
}

@media only screen and (max-width: 1150px) {
    .blk-mys-banner .mys-banner-header h1 {
        font-size:48px
    }

    .mys-banner-header h5 {
        font-size: 18px;
        letter-spacing: 5px
    }

    .mys-banner-header2 .d-flex h4 {
        font-size: 24px
    }

    .blk-mys-banner .women-count-box p,.blk-mys-banner .offer-box h4 {
        font-size: 18px
    }

    .blk-mys-banner .offer-box h3 {
        font-size: 46px;
        margin-top: 5px
    }

    .blk-mys-banner .offer-box h6 {
        font-size: 18px
    }

    .blk-mys-banner .offer-box p {
        margin-top: 24px;
        margin-bottom: 10px
    }

    .blk-mys-banner2 .offer-box {
        height: fit-content
    }

    .blk-mys-banner .women-count-box h2 {
        font-size: 34px;
        margin-top: 10px
    }

    .blk-mys-banner2 .women-count-box h2 {
        font-size: 38px;
        margin-top: 0
    }

    .blk-mys-banner .women-count-box,.blk-mys-banner .offer-box {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .blk-mys-banner .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .blk-mys-banner .order-2 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%
    }

    .blk-mys-banner .d-none .hurrytimer-campaign {
        display: block
    }

    .blk-mys-banner .order-2 .hurrytimer-campaign,.blk-mys-banner .mb-none .hurrytimer-campaign {
        display: none
    }

    .blk-mys-banner .offer-box {
        margin: 0 60px 30px
    }

    .blk-mys-banner2 .offer-box {
        margin: 0 
    }
}

@media only screen and (max-width: 1024px) {
    .blk-mys-banner2 .col-md-7,.blk-mys-banner2 .col-md-5 {
        width:100%
    }

    .mys-banner-header .d-flex {
        margin: 0 auto;
        width: fit-content
    }

    .blk-mys-banner .mys-banner-header h1 {
        text-align: center
    }

    .blk-mys-banner2 {
        background-image: none;
        background-color: #16375b
    }

    .blk-mys-banner .mys-banner-header h1 {
        font-size: 46px
    }

    .blk-mys-banner2 .mys-person img {
        width: 120px;
        height: 120px
    }

    .blk-mys-banner2 .mys-person {
        margin: 45px auto;
        width: fit-content
    }

    .blk-mys-banner .women-count-box h2 {
        font-size: 36px
    }

    .blk-mys-banner2 .hurrytimer-campaign-3587 {
        text-align: center
    }

    .blk-mys-banner2 .hurrytimer-campaign-3587 .hurrytimer-timer {
        justify-content: center
    }

    .blk-mys-banner2 .shape3,.blk-mys-banner2 .shape4 {
        display: none
    }

    .blk-mys-banner2 .offer-box {
        height: fit-content;
        margin: 30px auto 0
    }
}

@media only screen and (max-width: 991px) {
    .blk-mys-banner .offer-box {
        margin:0 40px 30px
    }
	.blk-mys-banner .offer-box{margin:0}
    .blk-mys-banner2 .box-wrap {
        margin: 0 auto
    }

    .blk-mys-banner .shape1,.blk-mys-banner .shape {
        display: none
    }
}

@media only screen and (max-width: 800px) {
    .blk-mys-banner {
        background-image:none;
        background-color: #16375b
    }

    .blk-mys-banner .offer {
        width: 100%
    }

    .blk-mys-banner2 .offer {
        width: 87%
    }

    .blk-mys-banner .offer-box .btn-light {
        width: 70%
    }

    .blk-mys-banner2 .offer-box .btn-light {
        width: 60%
    }
}

@media only screen and (max-width: 767px) {
    .blk-mys-banner2 .offer {
        width:100%
    }

    .blk-home .blk-mys-banner .align-items-center {
        display: flex
    }

    .blk-mys-banner2 .mys-person {
        margin: 35px auto
    }
}

@media only screen and (max-width: 740px) {
    .blk-mys-banner .offer-box {
        max-width:100%;
        width: 100%
    }
    .blk-mys-banner2 .offer-box {
        width: 397px;
        height: 397px;
    }
    .blk-mys-banner .offer-box.order-3 {
        margin-bottom: 40px
    }

    .blk-mys-banner .offer-box:before,.blk-mys-banner .offer-box:after {
        display: none
    }
}

@media only screen and (max-width: 500px) {
    .blk-mys-banner .offer-box p {
        font-size:15px;
        margin-top: 20px
    }

    .blk-mys-banner .mys-banner-header h1 {
        font-size: 40px
    }

    .mys-banner-header h5 {
        font-size: 16px
    }

    .mys-banner-header2 .d-flex h4 {
        font-size: 20px
    }

    .blk-mys-banner2 .mys-person img {
        width: 100px;
        height: 100px;
        border: 3px solid #fbad18;
        margin-right: 15px
    }

    .blk-mys-banner .women-count-box h2 {
        font-size: 26px
    }

    .blk-mys-banner .women-count-box p,.blk-mys-banner .offer-box h4 {
        font-size: 17px
    }

    .blk-mys-banner2 .mys-person-content:after {
        top: -9px;
        height: 90px
    }

    .blk-mys-banner .women-count-box p {
        margin-bottom: 9px
    }

    .blk-mys-banner2 .mys-person {
        margin: 20px auto 5px
    }

    .blk-mys-banner2 .offer-box {
        margin: 0 auto
    }

    .blk-mys-banner .offer-box h3 {
        font-size: 41px;
        margin-top: 0
    }

    .blk-mys-banner .offer-box h6 {
        font-size: 16px
    }

    .blk-mys-banner2 .offer-box ,.blk-mys-banner2 .box-wrap{
        width: 100%;
        height: 370px
    }
	.blk-mys-banner .offer-box{margin:0}
    .blk-mys-banner2 .box-wrap {
        margin: 0 auto
    }
    .blk-mys-banner2 .mys-person-content {
        padding-left: 16px
    }

    .blk-mys-banner .offer-box {
        margin: 20px
    }

    .blk-mys-banner .offer-box.order-3 {
        margin-bottom: 0
    }

    .blk-mys-banner2 .offer-box {
        margin: 30px auto 0
    }

    .blk-mys-banner {
        padding: 50px 0
    }
}

@media only screen and (max-width: 420px) {
    .blk-mys-banner .mys-banner-header h1 {
        font-size:37px
    }

    .blk-mys-banner2 .offer-box.order-1 .offer-box-wrap {
        padding: 40px 15px 20px
    }

    .blk-mys-banner2 .offer-box {

        height: 366px;

    }
}

@media only screen and (max-width: 400px) {
    .blk-mys-banner2 .offer-box.order-1 .offer-box-wrap {
        padding:33px 15px 18px
    }

    .blk-mys-banner2 .offer-box {
        width: 350px;
        height: 346px;
        padding: 7px
    }

    .blk-mys-banner .offer-box .btn-light {
        font-size: 16px;
        width: 56%;
        padding: .6rem 1.5rem;
        margin: 16px 0 23px
    }
}

@media only screen and (max-width: 370px) {
    .blk-mys-banner2 .mys-person-content:after {
        display:none
    }

    .blk-mys-banner2 .mys-person-content {
        padding-left: 0
    }
}


/*about new*/
.blk-modal-part .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: transparent;
    margin-top: 0 !important;
}
.blk-modal-part .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
    max-width: calc(100% - 25%);
    margin: 1.75rem auto;
    width: auto;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.blk-modal-part .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
    box-shadow: none;
}
.blk-modal-part .modal-header {
    padding: 0;
    border-bottom: 0 solid #dee2e6;
    background: transparent;
}
.blk-modal-part .modal-header .close{
    color: #fff;
    opacity: 1;
    background-color: #ffae43;
    z-index: 2;
    font-size: 24px;
    font-weight: 100;
    border-radius: 50%;
    padding: 2px 8px 3px;
    position: absolute;
    top: -14px;
    right: -14px;
}
.blk-modal-part .modal-body{
    padding: 35px;
    background-color: #f2f2f2;
}
.blk-modal-part .modal-body img{width: 100%;}
.blk-modal-part.modal-body {
    padding: 35px;
    background-color: #f2f2f2;
}
.blk-modal-part .modal-body .d-flex{
    display: flex;
    flex-flow: row wrap;      margin-bottom: 20px;  align-items: center;
}
	 .blk-modal-part .modal-body h3 {
          font-size: 24px;
    margin-left: 0px;
    color: #051a3b;
    font-weight: 600;
  
    line-height: 1.2;
}

.blk-about-part .banner-about-box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    align-items: center;
}
.blk-about-part .banner-about-box .box-item{
    width: calc(100% / 3 - 16px);
    margin: 0 8px 16px;
    background-color: #16375b;
    border-radius: 8px;
text-align: center;
    padding: 30px 10px;
    box-shadow: 0 9px 10px rgb(0 0 0 / 17%);
}
.blk-about-part .banner-about-box .box-item h4{font-size: 38px;      line-height: 52px;  color: #fff;
    font-weight: 700;
}
.blk-about-part .banner-about-box .box-item p{font-size: 16px;color: #fff;    line-height: 20px;}
.blk-become-affilate2 .blk-become-affilate-box.active{  
    background-color: #16375b;
}
.blk-become-affilate2 .blk-become-affilate-box{
    box-shadow:none;
}
.blk-become-affilate2 .blk-become-affilate-box.active h4,
.blk-become-affilate2 .blk-become-affilate-box.active p{color: #fff;}
.blk-become-affilate2 .blk-become-affilate-box.active img{    filter: brightness(0.1) invert(1);}
.blk-become-affilate2 .blk-become-affilate-box .blk-under-banner-icon img {
    padding-left: 0;
}
.blk-become-affilate2 .blk-become-affilate-box .blk-under-banner-icon:before{display: none;}
.blk-about-part .pillars-box {margin-top: 20px;}
.blk-about-part .pillars-box .d-flex{margin-bottom: 10px;}
.blk-about-part .pillars-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #19232d;
    margin: 5px 0 15px 6px;
}
.about-last-section .banner-image{text-align: right;}
.about-last-section img {
    max-height: 350px;
}
.about-last-section .blk-cta-wrapper {
    padding: 50px 50px;
}
.blk-about-part .banner-about-box .box-item img {
    filter: brightness(0) invert(1);
}

.team-item{margin: 0 10px 15px;cursor: pointer}
.team-item .team-image , .about-team-modal img{
    background-color:#0e2844;border-radius: 20px;overflow: hidden;margin-bottom: 15px;
}
.team-item .team-information h5{
    font-size: 24px;
    line-height: 36px;
    color: #0e2844;
    font-weight: 600;    margin: 0;
}
.blk-team-slide{overflow: hidden;}
.blk-team-slide .owl-carousel .owl-stage-outer {
    overflow: visible;
   
}
.blk-team-slide .owl-item{opacity: .3;}
.blk-team-slide .owl-item.active{opacity: 1;}
.about-team-modal.blk-modal-part .modal-body p{color: #606569; font-size: 15px;}
.blk-team-slide .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    display: block;
}
.blk-team-slide .owl-carousel .owl-nav button.owl-next, .blk-team-slide .owl-carousel .owl-nav button.owl-prev{
    border-radius: 20px;
    border: 1px solid  #0e2844;
    width: 36px;
    height: 36px;
    margin: 0 5px;
}
.blk-team-slide .owl-carousel .owl-nav span,.blk-team-slide  .owl-carousel .owl-nav span:hover {
    font-size: 40px;
    line-height: 20px;color:#0e2844;
}

.blk-about-part .blk-inner-banner h6 {
    font-size: 16px;
    font-weight: 800;margin-bottom: 5px;    color: #ffae43;
}
.blk-about-part .head-mrg .banner-about-box .box-item:nth-child(1), .blk-about-part .head-mrg .banner-about-box .box-item:nth-child(6) {
    background-color: #ed1c24;
}

.blk-about-part .head-mrg .banner-about-box .box-item:nth-child(2), .blk-about-part .head-mrg .banner-about-box .box-item:nth-child(4) {
    background-color: #6b7e31;
}

.blk-about-part .head-mrg .banner-about-box .box-item:nth-child(3), .blk-about-part .head-mrg .banner-about-box .box-item:nth-child(5) {
    background-color: #f5a540;
}
@media screen and (max-width: 1199px) {
    .blk-about-part .banner-about-box .box-item { width: calc(100% / 2 - 16px);     padding: 20px 10px;}
    .blk-about-part .banner-about-box .box-item h4 {
        font-size: 34px;
        line-height: 45px;
    }


}
@media screen and (max-width: 991px) {
    .blk-about-part .banner-about-box .box-item { width: calc(100% / 3 - 16px);     padding: 20px 10px;}
}
@media only screen and (max-width: 767px) {
    .blk-about-part .blk-team-slide .owl-nav {
        display: block;
        width: 100%;
        top: 35%;
    }
    .blk-team-slide .owl-carousel .owl-nav button.owl-next, .blk-team-slide .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        background: #fff;
        margin: 0 !important;
    }
    .blk-team-slide .owl-carousel .owl-nav button.owl-prev {
        left: -8px;
        position: absolute;
    }
    .blk-team-slide .owl-carousel .owl-nav button.owl-next {
        right: -8px;
        position: absolute;
    }
    .about-last-section .blk-cta-wrapper {
        padding: 50px 30px;
    }
	   .blk-modal-part .team-linkedinlnk{
		        margin-bottom: 28px;
	}
}
@media only screen and (max-width: 600px){
	    .blk-modal-part .modal-body {
        padding: 15px;
    }
	 .blk-modal-part .modal-body h3 {
    font-size: 24px;
    margin-left: 0px;
}
}
@media screen and (max-width: 500px) {
    .blk-about-part .banner-about-box .box-item { width: calc(100% / 2 - 16px);     padding: 20px 10px;}
	    .blk-modal-part.blog-modalb .modal-dialog {
        margin-left: 28px;
        margin-right: 20px;
    }

}