@import url('animate.css');
@import url('font-awesome.min.css');
@import url('slick.css');
@import url('slick-theme.css');
@import url('bootstrap.min.css');
@import url('app.css');
@import url('responsive.css');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,500,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,300&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
}

p {
    color: #636466;
    line-height: 34px;
    font-size: 25px;
    letter-spacing: 0px;
    font-family: 'Source Serif Pro', serif;
    margin-bottom: 30px;
}

html,
body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
}

a:focus {
    outline: none;
}

a:active,
a:hover,
a,
a:focus,
button:focus,
button,
button:hover,
input,
input:hover,
input:focus,
select:focus,
textarea:focus {
    outline: 0 auto -webkit-focus-ring-color;
    outline: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-decoration: none;
}

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

img {
    border: 0;
    max-width: 100%;
}

main {
    /* min-height: calc(100vh - 204px); */
    /* overflow: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

h1 {
    font-size:76px; 
    font-weight: 400;
    color: #fff;
}

h2 {
    font-size: 83px;
    font-weight: 400;
    color: #76beea;
}

h3 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 60px;
}

h4 {
    font-size: 35px;
    font-weight: 900;
    color: #43bea2;
    font-family: 'Roboto', sans-serif;
}
h5 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
h6 {
    font-size: 23px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.texture-title {
    font-size: 37px;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #919191;
    opacity: 1 !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #919191;
    opacity: 1 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #919191;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #919191;
    opacity: 1 !important;
}

.text-green{
    color: #43bea2;
}

.text-blue{
    color: #4397d2;
}

.text-gray{
    color: #636466;
}

.text-taupe{
    color: #d9d0c7;
}

.text-light-gray{
    color: #91908f;
}

.text-brown{
    color: #997655;
}
.text-light-green{
    color: #a3bb3f;
}
.text-dark-green{
    color: #6a8d65;
}
.text-light-blue{
    color: #76beea;
}
.text-dark-blue{
    color: #4a679e;
}
.text-yellow{
    color: #e6b350;
}
.text-cl-green{
    color: #a2bb40;
}
.section-heading{
    font-size: 83px;
    color: #4397d2;
}
.program-heading{
    font-size: 83px;
    color: #4397d2;
}
.section-heading{
    font-size: 83px;
    color: #4397d2;
}
.cmn-heading{
    font-size: 40px;
}

a.page-link{
    font-size: 29px;
    color: #43bea2;
}
.my-btn {
    background-color: #43bea2;
    font-size: 19px;
    border-radius: 0;
    text-transform: uppercase;
    border: none;
    padding: 7px 18px;
    color: #fff;
    display: inline-block;    cursor: pointer;
}
.my-btn:hover{
    background-color: #309f87;    color: #fff;
}

.sticky {
        position: fixed;
        top: 0;
        left: 0;padding-top: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        -webkit-animation: fadeInDown 600ms;
        animation: fadeInDown 600ms;
        /*border-width: 5px;box-shadow: 0 0 10px rgba(0,0,0,.2);*/
    }
.sticky .navbar-brand{max-width: 240px;  }    
.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
}

.loader:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center center;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.scroll-top {
    transform: rotate(-180deg);
    position: fixed;
    bottom: 34px;
    right: 20px;
    background: #43bea2;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.scroll-top img {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

.scroll-top:hover {
    background: #309f87;
}
.medium {
    font-weight: 500;
}


.light-gray{background-color: #eee9e4; }
.sc-white{background-color: #fff;}


.select{font-size:15px;position:relative;display:block;width:100%;}

.select select{padding:15px 30px 15px 15px; }
.form-control, .select select {
    outline: none; -webkit-appearance: none; display: block; outline: none; margin: 0; border: solid 1px #bcbdc0; border-radius: 0; background: #fff; width: 100%; color: #636466; min-height: 54px; font-size: 25px; padding: 5px 15px; }
.select .arr {

background: url(../images/select-arrrow.png) no-repeat; background-size: 32px;
    background-position: center center ;
    position: absolute; top: 0; pointer-events: none; color: #bcbdc0; height: 54px; border-left: solid 1px #bcbdc0; width: 54px; text-align: center; bottom: 0; line-height: 54px; font-size: 34px; right: 0; }

[data-whatinput=keyboard][data-whatintent=mouse] *+input[type=hidden]+label:before, [data-whatinput=keyboard][data-whatintent=mouse] :focus, [data-whatinput=keyboard][data-whatintent=mouse] :focus+:before, [data-whatinput=keyboard][data-whatintent=touch] *+input[type=hidden]+label:before, [data-whatinput=keyboard][data-whatintent=touch] :focus, [data-whatinput=keyboard][data-whatintent=touch] :focus+:before, [data-whatinput=mouse] *+input[type=hidden]+label:before, [data-whatinput=mouse] :focus, [data-whatinput=mouse] :focus+:before, [data-whatinput=touch] *+input[type=hidden]+label:before, [data-whatinput=touch] :focus, [data-whatinput=touch] :focus+:before {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: 0!important;
}

[data-whatinput=keyboard] :focus {
    -webkit-box-shadow: 0 0 0 0.25rem #007faa, 0 0 0 0.0625rem #fff inset;
    box-shadow: 0 0 0 0.25rem #007faa, inset 0 0 0 0.0625rem #fff;
    outline: .0625rem #007faa;
}

@media screen and (max-width:1649px) {
h1, h2 {font-size: 56px;}
h4 {font-size: 24px;}
.paragraph p {font-size: 18px; line-height: 32px; }
.texture-title{font-size: 24px; line-height: 36px; }
.form-control, .select select{font-size: 20px; min-height: 44px; padding: 7px 10px;}
.select .arr {height: 52px; background-size: 20px; width: 46px; }
.search-block .select .arr{height: 44px;}
h3 {font-size: 32px;}
p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 25px;
}
.cmn-heading {font-size:36px;} 
.c-card {font-size: 28px; line-height: 40px; min-height: 350px; padding: 20px; }
}

@media screen and (max-width:1199.98px) {
p {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
}
h1, h2 {
    font-size: 43px;
}
.texture-title {font-size: 18px; line-height: 30px; }
.cmn-heading {font-size:28px;} 
.c-card {font-size: 24px; line-height: 34px; min-height: 350px; }
}

@media(max-width:991.98px) {
    h2 {
        font-size: 38px;
    }
    h4 {font-size: 22px; }
h5 {
    font-size: 20px;
}
    h3 {font-size: 24px; }
    p {
        line-height: 22px;
        font-size: 16px;
        margin-bottom: 15px;
    }

.search-block .form-control, 
.search-block .select select {
    min-height: 44px; line-height: 44px; font-size: 16px; padding: 0 10px; }
.search-block .select .arr{height: 44px; width: 40px; background-size: 20px; }



}

@media (max-width: 767.98px) {
  p {
        line-height: 22px;
        font-size: 15px;
    } 
    h4 {
    font-size: 20px;
} 
.my-btn {
    font-size: 16px;
    padding: 7px 18px;
}
h2 {
    font-size: 32px;
}
.form-control, .select select {min-height: 36px; line-height: 36px; font-size: 15px; }
.select .arr{    height: 36px;}

.c-card { min-height: inherit;max-width: inherit;font-size: 20px;
    line-height: 30px;}

}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch { overflow: hidden !important; }
#swipebox-overlay img { border: none !important; }
#swipebox-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99999 !important; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#swipebox-container { position: relative; width: 100%; height: 100%; }
#swipebox-slider { -webkit-transition: -webkit-transform 0.4s ease; transition: transform 0.4s ease; height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; display: none; cursor: pointer; }
#swipebox-slider .slide { height: 100%; width: 100%; line-height: 1px; text-align: center; display: inline-block; }
#swipebox-slider .slide:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide .swipebox-inline-container { display: inline-block; max-height: 100%; max-width: 100%; margin: 0; padding: 0; width: auto; height: auto; vertical-align: middle; }
#swipebox-slider .slide .swipebox-video-container { background: none; max-width: 1140px; max-height: 100%; width: 100%; padding: 5%; -webkit-box-sizing: border-box; box-sizing: border-box; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }
#swipebox-slider .slide-loading { background: url(../images/loader.gif) no-repeat center center; }
#swipebox-bottom-bar, #swipebox-top-bar { -webkit-transition: 0.5s; transition: 0.5s; position: absolute; left: 0; z-index: 999; height: 50px; width: 100%; }
#swipebox-bottom-bar { bottom: -50px; }
#swipebox-bottom-bar.visible-bars { -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }
#swipebox-top-bar { top: -50px; }
#swipebox-top-bar.visible-bars { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
#swipebox-title { display: block; width: 100%; text-align: center; }
#swipebox-prev, #swipebox-next, #swipebox-close { background-image: url(../images/icons.png); background-repeat: no-repeat; border: none !important; text-decoration: none !important; cursor: pointer; width: 50px; height: 50px; top: 0; }
#swipebox-arrows { display: block; margin: 0 auto; width: 100%; height: 50px; }
#swipebox-prev { background-position: -32px 13px; float: left; }
#swipebox-next { background-position: -78px 13px; float: right; }
#swipebox-close { top: 0; right: 0; position: absolute; z-index: 9999; background-position: 15px 12px; }
.swipebox-no-close-button #swipebox-close { display: none; }
#swipebox-prev.disabled, #swipebox-next.disabled { opacity: 0.3; }
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider { -webkit-animation: rightSpring 0.3s; animation: rightSpring 0.3s; }
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider { -webkit-animation: leftSpring 0.3s; animation: leftSpring 0.3s; }
.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after { -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transition: all .3s ease; transition: all .3s ease; content: ' '; position: absolute; z-index: 999; top: 0; height: 100%; width: 20px; opacity: 0; }
.swipebox-touch #swipebox-container:before { left: 0; -webkit-box-shadow: inset 10px 0px 10px -8px #656565; box-shadow: inset 10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-container:after { right: 0; -webkit-box-shadow: inset -10px 0px 10px -8px #656565; box-shadow: inset -10px 0px 10px -8px #656565; }
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before { opacity: 1; }
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after { opacity: 1; }
 @-webkit-keyframes rightSpring {  0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
 @keyframes rightSpring {  0% {
 left: 0;
}
 50% {
 left: -30px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes leftSpring {  0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@keyframes leftSpring {  0% {
 left: 0;
}
 50% {
 left: 30px;
}
 100% {
 left: 0;
}
}
@media screen and (min-width: 800px) {
#swipebox-close { right: 10px; }
#swipebox-arrows { width: 92%; max-width: 800px; }
}
/* Skin 
--------------------------*/
#swipebox-overlay { background: rgba(0,0,0,.7); }
#swipebox-bottom-bar, #swipebox-top-bar { text-shadow: 1px 1px 1px black; background: #000; opacity: 0.95; }
#swipebox-top-bar { color: white !important; font-size: 15px; line-height: 43px; font-family: Helvetica, Arial, sans-serif; }


/***vertical tabs on single detail page***/

.vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
    border-radius: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    width: 35%;
    min-width: 35%;
    border: none;
}
.vertical-tab .nav-tabs li{ float: none; border-bottom: 2px solid #eee9e4; }
.vertical-tab .nav-tabs li a{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    line-height: 18px;
    padding: 0px 27px;
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    background-color: #43bea2;
    display:block;
    padding-top: 20px;
    padding-bottom: 20px;
}

.vertical-tab .nav-tabs li a span{
         font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}
.vertical-tab .nav-tabs li a span.auth-designation{
    line-height: 25px;
}

.vertical-tab .nav-tabs li a span.auth-name {
    font-style: italic;
}
.events-template-wpb-event-single-post .event-content-block ol li, .events-template-wpb-event-single-post .event-content-block ul li, .vertical-tab .tab-content ol li, .vertical-tab .tab-content ul li{
    /*list-style-type: inherit;*/
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    color: #636466;
    line-height: 33px;
    margin-bottom: 8px;
}
.events-template-wpb-event-single-post .event-content-block ol, .vertical-tab .tab-content ol { padding: 0 0 0 30px;}
.events-template-wpb-event-single-post .event-content-block ul, .vertical-tab .tab-content ul {list-style: inherit; padding: 0 0 0 30px;}

.vertical-tab ul#nav-tabs {
    list-style: none;
}
.vertical-tab ul#nav-tabs li{margin-bottom: 0;}

.event-content-block .event-head .left-title h6{ color: #212529;}
/*.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active:hover{
    color: #212529;
    background-color: #fff;
    border: none;

}*/
.vertical-tab .nav-tabs li a.active{
    background-color: #eee9e4;
    display:block;

}
.vertical-tab .nav-tabs li a.active span{ color: #212529; }
.vertical-tab .nav-tabs li a h3{
    color: #fff;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    line-height: 1.3em;
    margin-bottom: 0px;

}
.vertical-tab .nav-tabs li a.active h3{
    color: #43bea2;

}
/*.vertical-tab .nav-tabs li a:before,
.vertical-tab .nav-tabs li a:after{
    content: '';
    background-color: #efefdc;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}*/
.vertical-tab .nav-tabs li a:after{
    background-color: #F35349;
    width: 4px;
    transform: scaleY(0);
}
.vertical-tab .nav-tabs li a:hover:before,
.vertical-tab .nav-tabs li a.active:before{
    transform: scaleY(0);
}
.vertical-tab .nav-tabs li a:hover:after,
.vertical-tab .nav-tabs li a.active:after{
    transform: scaleY(1);
}
.vertical-tab .nav-tabs li a i{
    font-size: 14px;
    margin: 0 0 5px;
    display: block;
    transition: all 0.3s ease 0s;
}

.vertical-tab .tab-content{
    color: #00639e;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    padding: 15px 15px 10px;
    margin-top: 10px;
    display: table-cell;
}
.vertical-tab .tab-content h3{
    font-size: 21px;
    font-weight: 600;
    margin: 20px 0 20px;
    color: #212529;
    font-family: 'Roboto', sans-serif;
}

.vertical-tab .tab-content .event-auth-details p{
    font-size: 17px;
    margin-bottom: 5px;
}
.event-auth-details {
    margin-bottom: 30px;
}

.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.event-content-block .sec-events .media-body ul{list-style:none;}
.sec-events.related-content-block {
    padding-top: 30px;
}

.vertical-tab #nav-tabs{padding:0;}

/*ritz 05-05-21 event module page*/
.events-template-wpb-event-single-post .e-learning-mycourse.event-reg-btn {
    margin-top: 34px;
    float: right;
    margin-right: 3px;
}

 .events-template-wpb-event-single-post .e-learning-mycourse.event-reg-btn a {  padding: 10px 15px; }

  /*21-event chart content block css*/
  .chart-block-mod{padding: 45px;}
  .chart-content-block.financials:after{top: -67px;}
  .chart-block-mod .pie-chart__legend li{line-height: 17px !important; margin-bottom: 1em !important;}
  .event-financials-right {padding-right: 30px;}

  /*event gravity form block*/
 .event-forms .lets-talk-form_wrapper{ background-color: #fff;
    padding: 20px; }

  .event-forms .lets-talk-form .gform_footer.top_label{ margin: -30px 0 0 auto; }
  .action-btn {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

 .event-call-action{ background-color: #F7F7F7; }
.event-call-action .sub-heading {
    text-align: center;
}

 .btn-custm-mod{ 

    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    background-color: #47bda2;
    font-weight: 400;
    color: white;
    padding: 10px 30px;
    transition: all .5s ease;
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 20px
}
.btn-shortcode {
    margin-top: 30px;
}

 .btn-custm-mod:hover{color:#fff;}

 .events-template-wpb-event-single-post blockquote p{
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 40px;
    color: #4397d2;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

 .events-template-wpb-event-single-post blockquote{
   width: 75%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

 .events-template-wpb-event-single-post blockquote p::before {
    content: '\201C';
}

.events-template-wpb-event-single-post blockquote p::after {
    content: '\201D';
}

/*event landing page*/
.event-lnding h3 {
    color:#43bea2;
}

.event-lnding .past-evnt-heading{margin-top: 60px;}

/**border image**/
/*#form-div:after {
    bottom: auto;
    top: -50px;
    -webkit-transform: rotate(
180deg
);
    background-position: top;
}*/
/*#form-div:after {
    
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat: repeat-x;
    top: auto;
    height: 134px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
}*/

/*#form-div:after {
    bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat: repeat-x;
    top: auto;
    height: 140px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
}*/
#form-div{position: relative;}

#form-div::after {
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat: repeat-x;
    top: auto;
    height: 134px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
}

/*#form-div :nth-child(8)::before{
    position: absolute;
    left:-70px;
    right: 0;
    width:1220px;
    max-width:200%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat: repeat-x;
    top:-19%;
    height: 134px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
    transform:rotate(180deg)
}*/

#form-div .take-action-sec {background-color:#eee9e4;}

.events-template-wpb-event-single-post .sc-banner-img :nth-child(3)::before{
     bottom: 30;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat:repeat-x;
    top: 86%;
    height: 134px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
}

.take-action-sec {
    background: #fff;
    padding: 45px;
    margin-bottom: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.take-action-sec {
    padding-bottom: 45px !important;
}

.chart-content-block.financials:after {
    top: -69px;
}
/*image border end*/

.testimonial-fade-event-block .slick-list{height: 420px !important;}

/*event page agenda section*/
.mid-section{
width: 66%;
    margin: 0 auto;
padding-bottom:10px;
}

.mid-section h3{
color:black;
}
.agnda-date p{
margin-top:30px;
margin-bottom:15px;
font-weight: bold;
}

/**Login Form css abd 02-july**/
.side-box.side-log.logoutclst .ginput_container{
   position:relative;
}

.event-lnding .event-margin {margin-top:20px;}

/*share your story upload button abd*/
.page-template-tpl-share-your-story #field_9_11{
vertical-align: top;
}
.page-template-tpl-share-your-story span#upload_video{
    position:relative;
}
.page-template-tpl-share-your-story span#upload_photo{
    position:relative;
}

@media screen and (min-width:991px) { 
 .event-content-block .nav-tabs h3{
    font-size:28px !important;
    }
}

@media (max-width:1290px){
.chart-content-block.financials:after {
    top: -85px;
}
}

@media (max-width:768px){
.page-template-tpl-share-your-story #field_9_10{
    width:100% !important;
}
.page-template-tpl-share-your-story #field_9_11{
    width:100% !important;
}
}

/**loginend**/

@media (max-width:768px)
{
.mid-section{
width: 74%;
 margin:0 0 0 auto;  
}
}
/*end*/

  @media screen and (min-width:992px) {



   .carouselEventblock .item { padding:70px 40px 0px;}
  .carouselEventblock .slick-dots { padding: 0 0 0 70px !important; }
   .testimonial-fade-event-block .slick-dots { padding: 0 0 0 70px !important; }

  }

@media only screen and (max-width: 1280px){
    .event-module-sec { padding-right: 15px; padding-left: 15px; }
}

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

    

    .vertical-tab{
        padding: 0;
        margin: 0;
    }
    .vertical-tab .nav-tabs{
        width: 100%;
        display: block;
        margin: 0 0 4px;
    }
    .vertical-tab .nav-tabs li a{ margin: 0 0 1px; }
    .vertical-tab .nav-tabs li a:after{
        width: 100%;
        height: 4px;
        transform: scaleY(1) scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:before,
    .vertical-tab .nav-tabs li a.active:before{
        transform: scaleX(0);
    }
    .vertical-tab .nav-tabs li a:hover:after,
    .vertical-tab .nav-tabs li a.active:after{
        transform: scaleX(1);
    }
    .vertical-tab .tab-content{
        font-size: 14px;
        margin-top: 0;
        display: block;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}

/**02-06abdu**/
@media (max-width:480px){
  .events-template-wpb-event-single-post   .e-learning-mycourse.event-reg-btn {
    margin-top: 34px;
    float: left;
    margin-right: 3px;
}
.events-template-wpb-event-single-post .text-center {
    
    margin-top: 50px;
}
 .events-template-wpb-event-single-post .testimonial-fade-event-block .slick-list {
    height: 255px !important;
}
.events-template-wpb-event-single-post .event-financials-right {
    padding-right: 30px;
    padding-left: 30px;
}
 .events-template-wpb-event-single-post .hlaf-desc{
        padding-left:30px;
        padding-right:30px;
    }
/*.chart-block-mod {
    padding: 10px;
}*/
}
@media (max-width:390px)
{
.events-template-wpb-event-single-post .chart-block-mod {
    padding: 25px;
}
}

@media (max-width:370px)
{
 .events-template-wpb-event-single-post  .chart-block-mod {
    padding: 15px;
}
}

@media screen and (max-width: 480px){
.events-template-wpb-event-single-post .financials:after {
    top: -23px !important;
}
}

@media screen and (max-width: 400px){
.events-template-wpb-event-single-post  .financials:after {
    top: -27px !important;
}
}

@media (max-width:992px)
{

}
/*@media (max-width:1262px)
{
.events-template-wpb-event-single-post .s-privacy .container, .sc-bnr-texture .container, .mn-learn .container, .mn-colla .container {
    text-align: left;
    padding-left: 180px;
    padding-right: 30px;
}
}*/
@media (max-width:992px)
{
.events-template-wpb-event-single-post   .e-learning-mycourse.event-reg-btn {
    
    float: left;
   
}
.events-template-wpb-event-single-post.s-privacy .container, .sc-bnr-texture .container {
    padding-left: 44px;
}
.events-template-wpb-event-single-post .event-financials-right {
    padding-right: 30px;
    padding-left: 30px;
}
.events-template-wpb-event-single-post .mid-container {
    
    padding-left: 30px;
}
.events-template-wpb-event-single-post .testimonial-fade-event-block .slick-list {
    height: 310px !important;
}
.events-template-wpb-event-single-post .hlaf-desc{
padding-right:20px;

}
.events-template-wpb-event-single-post .text-center {
    
    margin-top: 50px;
}
}

@media (max-width:765px)
{
.events-template-wpb-event-single-post .hlaf-desc{
padding-right:30px;
padding-left:30px;

}
}

@media (min-width:1648px)
{
.event-reg-btn h4{
font-size:24px;
}
}


.single-announcements .e-learning-mycourse.event-reg-btn {
    margin-top: 34px;
    float: right;
    margin-right: 3px;
}

 .single-announcements .e-learning-mycourse.event-reg-btn a {  padding: 10px 15px; }

  /*21-event chart content block css*/
  .chart-block-mod{padding: 45px;}
  .chart-content-block.financials:after{top: -67px;}
  .chart-block-mod .pie-chart__legend li{line-height: 17px !important; margin-bottom: 1em !important;}
  .event-financials-right {padding-right: 30px;}

  

  single-announcements .event-content-block ol li, .single-announcements .event-content-block ul li, .vertical-tab .tab-content ol li, .vertical-tab .tab-content ul li{
    /*list-style-type: inherit;*/
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    color: #636466;
    line-height: 33px;
    margin-bottom: 8px;
}
.single-announcements .event-content-block ol, .vertical-tab .tab-content ol { padding: 0 0 0 30px;}
.single-announcements .event-content-block ul, .vertical-tab .tab-content ul {list-style: inherit; padding: 0 0 0 30px;}
single-announcements .event-content-block ol li, .single-announcements .event-content-block ul li, .vertical-tab .tab-content ol li, .vertical-tab .tab-content ul li{
    /*list-style-type: inherit;*/
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    color: #636466;
    line-height: 33px;
    margin-bottom: 8px;
}
.single-announcements .event-content-block ol, .vertical-tab .tab-content ol { padding: 0 0 0 30px;}
.single-announcements .event-content-block ul, .vertical-tab .tab-content ul {list-style: inherit; padding: 0 0 0 30px;}

.single-announcements blockquote p{
    font-family: 'Roboto Slab', serif;
    font-weight: 500;
    font-size: 40px;
    color: #4397d2;
    line-height: 43px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}

 .single-announcements blockquote{
   width: 75%;
    text-align: center;
    margin: 0 auto;
    display: block;
}

 .single-announcements blockquote p::before {
    content: '\201C';
}

.single-announcements blockquote p::after {
    content: '\201D';
}


.single-announcements .sc-banner-img :nth-child(3)::before{
     bottom: 30;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background-image: url(../images/texture-home.png);
    background-repeat:repeat-x;
    top: 86%;
    height: 134px;
    background-position: bottom center;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    z-index: 0;
}
@media (max-width:480px){
  .single-announcements   .e-learning-mycourse.event-reg-btn {
    margin-top: 34px;
    float: left;
    margin-right: 3px;
}
.single-announcements .text-center {
    
    margin-top: 50px;
}
 .single-announcements .testimonial-fade-event-block .slick-list {
    height: 255px !important;
}
.single-announcements .event-financials-right {
    padding-right: 30px;
    padding-left: 30px;
}
 .single-announcements .hlaf-desc{
        padding-left:30px;
        padding-right:30px;
    }
/*.chart-block-mod {
    padding: 10px;
}*/
}


@media (max-width:390px)
{
.single-announcements .chart-block-mod {
    padding: 25px;
}
}

@media (max-width:370px)
{
 .single-announcements  .chart-block-mod {
    padding: 15px;
}
}

@media screen and (max-width: 480px){
.single-announcements .financials:after {
    top: -23px !important;
}
}

@media screen and (max-width: 400px){
.single-announcements  .financials:after {
    top: -27px !important;
}
}
@media (max-width:992px)
{
.single-announcements   .e-learning-mycourse.event-reg-btn {
    
    float: left;
   
}
.single-announcements.s-privacy .container, .sc-bnr-texture .container {
    padding-left: 44px;
}
.single-announcements .event-financials-right {
    padding-right: 30px;
    padding-left: 30px;
}
.single-announcements .mid-container {
    
    padding-left: 30px;
}
.single-announcements .testimonial-fade-event-block .slick-list {
    height: 310px !important;
}
.single-announcements .hlaf-desc{
padding-right:20px;

}
.single-announcements .text-center {
    
    margin-top: 50px;
}
}

@media (max-width:765px)
{
.single-announcements .hlaf-desc{
padding-right:30px;
padding-left:30px;

}
}





