/*!
 * GetFund - GetFund Laravel Crowdufnding Platform (http://technogiq.com)
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:700,300,600,400');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body {
    color: #606060;
    background: #FFF;
    font-size: 13px;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #F5F8FA;
    width: 100%;
    overflow: hidden;
}


/*header*/

.navbar {
    margin-bottom: 0px;
}

.Msubhead {
    color: #777;
    font-family: 'Varela Round', sans-serif;
}

.Mhead {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.Mdesk {
    font-size: 18px;
    color: #000;
    font-family: 'Varela Round', sans-serif;
}

.navbar-brand img {
    padding: 0px 0 0 12px !important;
    max-width: 244px;
}

h2,
details {
    display: inline;
}

details {
    position: relative;
    transition: .7s;
}

details summary {
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-family: 'Varela Round', sans-serif;
}

details summary:focus {
    outline: none;
}

details[open] {
    display: block;
    padding-bottom: 25px;
    padding-top: 0px;
    animation: open .2s linear;
}

details[open] summary {
    position: absolute;
    bottom: 0;
    left: 0;
}

details #open {
    text-align: middle;
    transition: .3s;
}

details #open:hover {
    color: #e57716;
    transition: .3s;
}

details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

details[open] #open {
    display: none;
}

details #close {
    display: none;
}

details[open] #close {
    display: block;
    transition: .3s;
}

details[open] #close:hover {
    color: #e57716;
    transition: .3s;
}

 ::-webkit-details-marker {
    display: none;
}
a#myDIV2 {
    left: -8px;
    top: 111px;
}
@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.cms-pages .row .col-sm-12:nth-child(3) .row {
    max-width: 1200px;
    margin: auto;
    margin: 20px auto;
    /* border: 1px solid #dadada;*/
    border-radius: 5px;
    padding: 10px;
}


/* .cms-pages .row .col-sm-12:nth-child(4) .row{
                max-width: 1200px;
                margin: auto;
            }*/

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 26px;
    }
}


/* @media (min-width: 768px) and (max-width:px) {
    .sticky .search {
        top: -38px;
        left: 7px;
    }
    .search {
        top: -38px;
        left: 7px;
    }
} */


/* @media (min-width: 769px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}

@media (max-width: 768px) {
    .navbar-toggle {
        display: block !important;
    }
} */


/*
closed*/

.navbar-nav a {
    color: #fff;
}


/* .navbar-nav a:hover {
    color: #B6E3FB !important;
} */

.top-navbar {}

a {
    /*color: #666666;*/
    color: #2d8dbe;
}

a:hover {
    /*color: #2d8dbe;*/
    color: #666666;
    text-decoration: none;
}

nav.navbar {
    margin-bottom: 0;
    font-size: 15px;
}

.navbar-default {
    background-image: none;
    background-repeat: repeat-x;
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
}

img.main-logo {
    max-height: 49px;
    width: auto;
    margin-left: 10%;
}

.search-form button {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    margin-left: -5px;
    height: 34px;
}

.search-form input {
    border-radius: 0;
    box-shadow: none;
}

.search-form .form-group {
    vertical-align: top;
}

a.top-start-btn {
    background: #337ab7;
    color: #ffffff !important;
}

a.top-start-btn:hover {
    background: #31708f !important;
    color: #ffffff !important;
}

.main-banner {
    padding: 150px 0;
    background: #d1d1d1 url("../images/main-banner.jpg") no-repeat scroll center center / cover;
    position: relative;
    color: #fff;
    text-align: center;
}

.main-banner::before {
    content: "";
    background: rgba(0, 0, 0, 0) radial-gradient(at center bottom, #0096d6 12%, #00328f) repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}

.main-banner h1 {
    font-size: 50px;
    font-weight: 100;
    margin: 0 0 10px;
}

.jumbotron-sub-text {
    font-size: 20px;
    font-weight: 100;
    margin-top: 20px;
}

.jumbotron-button-wrap {
    margin-top: 30px;
}


/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/

section.section-bg-gray {
    background: #f7f7f7;
    padding: 50px 0;
}

section.section-bg-white {
    background: #ffffff;
    padding: 50px 0;
}

section.home-get-start {
    background: #f7f7f7;
    padding: 50px 0;
}

h2.section-title {
    margin: 0 0 40px;
    text-align: center;
}

h2.section-title::after {
    background: #dddddd none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
}


/*--------------------------------------------------------------
Home category box
--------------------------------------------------------------*/

.home-category-box {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.home-category-box img {
    height: auto;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.home-category-box .title>a {
    color: #fff;
    font-size: 16px;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    line-height: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.home-category-box .title>a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}


/*--------------------------------------------------------------
Section
--------------------------------------------------------------*/

.section-footer {
    margin-top: 30px;
    text-align: center;
}

.section-action-btn {
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    transition: all 0.3s linear 0s;
    position: relative;
}

.section-action-btn:hover {
    background: #337ab7;
    color: #ffffff;
}


/*--------------------------------------------------------------
Campaign, campaign box, campaign preview
--------------------------------------------------------------*/

.box-campaign {
    background: #ffffff;
    border: 1px solid #efefef;
    transition: all 0.3s linear 0s;
    margin-bottom: 25px;
}

.box-campaign img {
    width: 100%;
    height: auto;
}

.box-campaign-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.box-campaign-image img {
    display: block;
    position: relative;
}

.box-campaign-image a.info {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 10px;
    padding: 25%;
}

.box-campaign:hover .box-campaign-image a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.box-campaign-image a.info:hover {
    box-shadow: 0 0 5px #fff;
}

.box-campaign-content {
    color: #606060;
    padding: 20px;
}

.box-campaign-description h4 {
    margin-top: 0;
}

.box-campaign-summery ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.box-campaign-summery ul li {
    display: inline-block;
    width: 32%;
}

.box-campaign-summery ul li strong,
.box-campaign-footer ul li strong {
    display: block;
}

.box-campaign-footer ul {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

.box-campaign-footer ul li {
    display: inline-block;
    vertical-align: top;
}

.box-campaign-footer ul li:first-child {
    width: 65%;
}

.box-campaign-footer ul li:last-child {
    width: 33%;
}

.box-campaign-footer ul li img {
    display: inline;
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
    border-radius: 50%;
}

.box-campaign-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.box-campaign-lists>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.home-get-start-content {
    text-align: center;
}

.home-get-start-content h3.section-title {
    margin: 0;
    font-weight: 600;
}

.home-get-start-content .sub-title {
    margin: 20px 0;
    font-size: 16px;
}

.why-choose-us-box {
    font-size: 110%;
    text-align: center;
    border: 1px solid #dddddd;
    padding: 20px;
    min-height: 215px;
    margin-bottom: 20px;
}

.why-choose-us-box .icon {
    font-size: 200%;
}

.btn-outline {
    border: 2px solid #337ab7;
    color: #337ab7;
    min-width: 150px;
}

.btn-outline:hover {
    background: #337ab7;
    color: #ffffff;
}

.btn-filled {
    border: 2px solid #337ab7;
    background: #337ab7;
    color: #ffffff;
    min-width: 150px;
}

.btn-filled:hover {
    border: 2px solid #31708f;
    background: #31708f;
    color: #ffffff;
}

.btn-lg-outline {
    border: 2px solid #337ab7;
    color: #337ab7;
    background: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.btn-lg-outline:hover {
    background: #337ab7;
    color: #ffffff;
}

.btn-lg-filled {
    border: 2px solid #337ab7;
    background: #337ab7;
    color: #ffffff;
    min-width: 150px;
    padding: 20px 50px;
    font-size: 16px;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}

.btn-lg-filled:hover {
    border: 2px solid #31708f;
    background: #31708f;
    color: #ffffff;
}


/*--------------------------------------------------------------
Categories
--------------------------------------------------------------*/

.categories-wrap {
    padding: 50px 0;
}


/*--------------------------------------------------------------
Single campaign
--------------------------------------------------------------*/

.campaign-details-wrap {
    margin-bottom: 50px;
}

.single-campaign-header {
    background: #f7f7f7;
    padding: 40px 0 0;
    border-bottom: 3px solid #1aa7db;
    margin-bottom: 20px;
}

h1.single-campaign-title {
    margin-top: 0;
    text-align: center;
}

.single-campaign-menu {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
}

.single-campaign-menu ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.single-campaign-menu ul li {
    display: inline-block;
}

.single-campaign-menu ul li a {
    display: block;
    font-size: 16px;
    padding: 1.5rem 3rem;
}

.single-campaign-embeded {
    margin-bottom: 20px;
}

.campaign-decription img {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative;
    display: table;
    height: auto !important;
    vertical-align: middle;
}

h3.campaign-single-sub-title {
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 20px;
}

.single-author-box img {
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-right: 10px;
}

.single-author-box>p {
    display: inline-block;
    vertical-align: top;
}

.campaign-progress-info .progress {
    margin-bottom: 0;
}

.campaign-progress-info ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

.campaign-progress-info ul li {
    display: inline-block;
    width: 48%;
}

.campaign-progress-info ul li:last-child {
    text-align: right;
}

.donate_amount_field {
    position: relative;
    margin-bottom: 10px;
}

.donate_currency {
    font-size: 20px;
    left: 13px;
    position: absolute;
    line-height: 49px;
}

.donate_amount_field .form-control {
    border-radius: 0;
    padding: 15px 10px 15px 30px;
    height: 50px;
    font-size: 18px;
}

.donate-amount-placeholder {
    margin-bottom: 10px;
}

.donate-amount-placeholder ul {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0;
}

.donate-amount-placeholder ul li {
    font-size: 18px;
    line-height: 25px;
    min-width: 25%;
    padding: 0.7em;
    text-align: center;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.donate-amount-placeholder ul li:last-child {
    border-right: none;
}

.donate-form-button button {
    background-image: none;
    border-radius: 0;
}

.campaign-decription {
    font-size: 15px;
}

.campaign-decription .update-wrap {
    background: #f9f9f9 none repeat scroll 0 0;
    margin: 0 0 10px;
    padding: 10px;
}

.campaign-decription .update-wrap h2 {
    margin: 0;
    font-weight: 300;
}

.socialShareWrap ul {
    margin: 0;
    padding: 0;
}

.socialShareWrap ul li {
    list-style: none;
    display: inline-block;
}

.socialShareWrap ul li a {
    display: block;
    font-size: 30px;
    margin: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/*--------------------------------------------------------------
Reward
--------------------------------------------------------------*/

.reward-box {
    font-size: 15px;
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #eeeeee;
    margin: 20px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.reward-box:hover {
    border: 1px solid #cccccc;
}

.reward-box a:hover {
    color: #666666;
}

.reward-box span {
    display: block;
}

.reward-box span.reward-amount {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.reward-box span.reward-amount strong {
    color: #1aa7db;
}

.reward-box span.reward-text {
    margin-bottom: 10px;
}

.reward-box span.reward-claimed-count,
.reward-box span.reward-estimated-delivery {
    font-weight: 100;
}

.reward-box .reward-button {
    border: 2px solid #1aa7db;
    color: #1aa7db;
    width: 100%;
    line-height: 45px;
    text-align: center;
    margin: 10px 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.reward-box:hover .reward-button {
    background: #1aa7db;
    color: #ffffff;
}

.reward-box.reward-disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.reward-box.reward-disable:hover {
    border: none;
    border: 1px solid #eeeeee;
}

.reward-box.reward-disable:hover .reward-button {
    border: 2px solid #1aa7db;
    color: #1aa7db;
    background: #ffffff;
}


/*--------------------------------------------------------------
Checkout
--------------------------------------------------------------*/

.checkout-wrap {
    margin-bottom: 100px;
}

.checkout-top {
    background: #f2f5ff none repeat scroll 0 0;
    padding: 10px;
}

.checkout-top h2 {
    margin: 10px 0;
    font-weight: 300;
}

.donation-summery {
    font-size: 15px;
}

.donation-summery .text-muted {
    font-size: 12px;
}

td.border-none {
    border: none !important;
}

.name_display_wrap label {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 10px 20px;
}

.name_display_wrap label input[type="radio"],
input[type="checkbox"] {
    margin: 2px;
    vertical-align: top;
}

.contributing-to-name {
    margin-top: 50px;
}

.contributing-to h3 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.guest_checkout_text {
    margin-bottom: 20px;
}

.checkout-empty {
    background: #f5f8fa;
    padding: 50px 0;
    text-align: center;
}

.checkout-empty h1 {
    font-weight: 300;
    margin-bottom: 20px;
}

.payment-received {
    text-align: center;
    padding: 100px 0;
}

.payment-received h1 {
    font-weight: 300;
}

.no-data {
    padding: 50px 0;
    text-align: center;
}

.no-data h1 {
    font-weight: 300;
}

.no-data i {
    font-size: 25px;
}


/*--------------------------------------------------------------
Auth Form
--------------------------------------------------------------*/

section.auth-form {
    background-color: #f5f8fa;
    padding: 50px 0;
}

.panel-default>.panel-heading {
    background-image: none;
    background-color: #FFED18;
    border-color: #FFED18;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #00213e;
}

.btn-primary {
    color: #00213e;
    background-color: #FFED18;
}
.btn-primary:hover {
    color: #192752;
    background-color: #ffce00;
    border-color: #ffce00;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
    background: #1b3050;
    color: #919191;
    font-weight: 300;
}

.footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-about img {
    max-height: 25px;
    width: auto;
    margin-bottom: 20px;
}

.footer-widget-title {
    margin-top: 0;
}

.footer-widget ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li i,
.footer-widget ul li span {
    display: inline-block;
}

.footer-widget ul li i {
    vertical-align: top;
    margin-top: 5px;
}

.footer-widget ul li span {
    padding-left: 5px;
}

.footer-widget ul li a {
    color: #919191;
}

.footer-bottom {
    border-top: 1px solid #1b4050;
    padding: 30px 0 20px;
}

.footer-copyright {
    text-align: center;
}


/*--------------------------------------------------------------
overwriting bootstrap
--------------------------------------------------------------*/

.progress-bar {
    background-image: none;
    box-shadow: none;
}

.panel {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
}

.panel-default {
    border-color:#FFED18;
}


/**
 * @date April 29, 2017
 * @since v.1.1
 */

.bankPaymetWrap {
    margin-top: 50px;
}

.bankPaymetWrap .jumbotron {
    padding: 20px !important;
}

.footer-campaign-stats {
    border-top: 1px solid #dddddd;
    padding: 40px 0;
    text-align: center;
}

.footer-campaign-stats h4 {
    color: #337ab7;
}

.wrap-404 {
    text-align: center;
    padding: 100px 0;
    background: #ededed;
}


/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

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

@media screen and (max-width: 1159px) {}

@media only screen and (max-width: 767px) {
    .collapse.in {
        padding-top: 20px;
    }
}

@media screen and (max-width: 468px) {}


/* additional css */

li.dropdown.dtc-support-dtcf {
    background: #85C227 !important;
}

div#bs-example-navbar-collapse-1 {
    font-size: 14px;
}


/* .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a {
    background-image: linear-gradient(to bottom, #2ea3f2 0%, #2ea3f2 100%) !important;
} */

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #EDA15E !important;
    font-size: 18px;
    transition-duration: 0.6s;
    background: none;
    background-image: none;
    box-shadow: none;
}


/* nav.navbar.navbar-default ul.nav.navbar-nav.navbar-right li a {
    padding-top: 8px;
    padding-bottom: 8px;
} */

.navbar-brand {
    padding: 0 !important;
    height: auto !important;
}

div#bs-example-navbar-collapse-2 ul.nav.navbar-nav.navbar-right-new li a {
    color: #333333 !important;
    font-size: 18px;
    transition-duration: 0.6s;
}

div#bs-example-navbar-collapse-2 ul.nav.navbar-nav.navbar-right-new li ul li a {
    color: #333333 !important;
    font-size: 15px;
}

div#bs-example-navbar-collapse-2 ul.nav.navbar-nav.navbar-right-new li a:hover {
    color: #EDA05C !important;
}

.navbar {
    position: relative;
    min-height: auto !important;
}

img.main-logo {
    padding: 5px 0;
}

div#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li.dropdown.dtc-foundation .dropdown-menu {
    background: #2EA3F2;
}

div#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li.dropdown.dtc-foundation .dropdown-menu a:hover {
    background: #2a93da !important;
}

div#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li.dropdown.dtc-support-dtcf .dropdown-menu {
    background: #2EA3F2;
}

div#bs-example-navbar-collapse-1 ul.nav.navbar-nav.navbar-right li.dropdown.dtc-support-dtcf .dropdown-menu a:hover {
    background: rgb(48, 138, 199) !important;
}

.dropdown-menu>li>a {
    white-space: normal !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* padding: 7px; */
    /* font-size: 12px !important; */
    /* min-width: 188px; */
    padding: 7px;
    font-size: 14px !important;
    min-width: 200px;
}


/* .navbar-form .form-control {
    width: 0px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.navbar-form .form-control:focus {
    width: 100%;
} */

.text-white {
    color: #fff;
}

.my-5 {
    margin: 6% 0;
}

li.text-white.nav-item {
    font-size: 18px;
    margin: 4px 6px;
    width: fit-content;
    float: left;
}

.checkBoxCustom {
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: bottom !important;
    position: relative !important;
    top: -5px !important;
    *overflow: hidden !important;
}

.cms-pages {
    background-color: white
}

.cms-pages .top-header-image {
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.cms-pages .staff-image {
    max-width: 300px;
    width: 100%;
}

.cms-pages .et_pb_module_header {
    max-width: 1200px !important;
    margin: auto;
    padding: 12px 0;
    font-size: 32px;
    font-weight: 600;
}

.cms-pages .et_pb_team_member_description .et_pb_module_header {
    font-weight: 600;
}

.cms-pages .panel-title {
    font-weight: 600;
    font-size: 19px;
}

.cms-pages .panel-title img {
    margin-right: 10px;
}

.cms-pages .et_pb_team_member_description {
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.4px;
}

.cms-pages .panel-group {
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}


/* extra css */

.cms-pages .annual-panel {
    background-color: #85c227!important;
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.navbar-toggle .icon-bar {
    background-color: #2EA3F2;
}

ul.nav.nav-second-level.collapse.in {
    background: rgb(255 255 255);
    z-index: 9;
    width: 100%;
    top: 70px;
    border-top: 5px solid #0093dc;
    position: unset;
}

.img-circle1 {
    background-color: #85c227!important;
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.et_pb_text_0-text {
    text-align: justify;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 12px 0;
    font-size: 28px;
    padding-bottom: 1em;
    color: #ffffff!important;
    letter-spacing: 0.8px;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
}

.et_pb_text_0-text_0 {
    padding: 10px;
    text-align: justify;
    text-align: center;
    position: relative;
    color: #ffffff!important;
    font-size: 22px;
    line-height: 1.1em;
    padding-bottom: 1em;
    letter-spacing: 0.8px;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
    max-width: 1200px;
    margin: auto;
}

p .button-donate {
    font-weight: 400!important;
    font-size: 20px;
    padding: 14px 24px;
    margin: 8px 6px 8px 0;
    background-color: #60a7ff;
    border-radius: 10px;
    color: #2b63a8!important;
    background: -webkit-gradient(linear, left top, left bottom, from(#88bdff), to(#60a7ff));
    border: 1px solid #3e8ff4;
    line-height: 26px;
    text-decoration: none;
}

.panel-title:hover {
    color: white;
}

h4.panel-title:hover,
.panel-title>a:hover {
    color: #ffefe2;
}


/*event page*/

.dtc-envent-p_0 {
    text-align: justify;
    margin: 32px 165px 35px;
    font-size: 22px;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
    color: #5d5d5d;
    line-height: 1.1em;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
}


/* On screens that are 992px wide or less, the background color is blue */

@media screen and (max-width: 992px) {
    .dtc-envent-p_0 {
        font-size: 20px;
    }
}


/* On screens that are 600px wide or less, the background color is olive */

@media screen and (max-width: 600px) {
    .dtc-envent-p_0 {
        margin: 62px 23px 35px;
        font-size: 20px;
    }
    erp-header-dtc_0 {}
}


/* On screens that are 600px wide or less, the background color is olive */

@media screen and (max-width: 600px) {
    .et_pb_module_header .erp-header-dtc_0 {
        margin-left: 7%;
    }
}


/* Triathlons*/

.et_pb_member_position_triathlons {
    text-align: justify;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
    font-size: 21px;
    margin: 36px 68px 52px;
    line-height: 1.3em;
    color: #5d5d5d;
    letter-spacing: 0.5px;
}

.et_pb_member_position {
    text-align: justify;
    font-size: 19.3px;
    letter-spacing: 1px;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
}


/* On screens that are 600px wide or less, the background color is olive */

@media screen and (max-width: 600px) {
    .et_pb_member_position_triathlons {
        font-size: 12px;
        margin: 14px;
    }
}

@media screen and (max-width: 600px) {
    .et_pb_member_position_triathlons {
        font-size: 12px;
        margin: 14px;
    }
}


/*event*/

.et_pb_text_0-text_0 .dtc-text-para {
    margin: 9px;
}


/*annual benefit*/

.annual-benfit-img_0 {
    background-color: #2ea3f2!important;
    padding: 50px 0;
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.dtc-matt_0 {
    padding-left: 77px;
}

.dtc-matt-p_0 {
    color: #aaa;
}

.dtc-matt-p_0-text {
    margin: 72px 28px 76px 47px;
}

.annual-benfit-p_0 {
    text-align: justify;
    font-size: 20px;
    color: white;
    margin: 66px 9px 8px 53px;
}

.dtc-scaled {
    width: 398px;
    margin: 50px 117px;
}

@media screen and (max-width: 600px) {
    .dtc-scaled {
        width: 398px;
        margin: 0px 0px;
    }
    .box-min-h {
        min-height: 345px !important;
    }
}

@media screen and (max-width: 900px) {
    .dtc-scaled {
        width: 398px;
        margin: 0px 0px;
    }
}

@media screen and (max-width: 900px) {
    .panel-body .dtc-matt {
        margin: 0px 0px 0px;
    }
}

@media screen and (max-width: 600px) {
    .panel-body .dtc-matt {
        margin: 0px 0px 0px;
    }
}

.dtc-scaled_0 {
    font-size: 21px;
    color: black;
    margin: 120px 51px 16px 167px;
}

@media screen and (max-width: 600px) {
    p .button-donate {
        font-weight: 400!important;
        font-size: 20px;
        margin: 19px 6px 2px -3px;
        background-color: #60a7ff;
        border-radius: 24px;
        padding: 11px 6px;
    }
    .box-inmin-h {
        min-height: none;
    }
    .min-box-width80 {
        max-width: 95%;
    }
}

@media screen and (max-width: 900px) {
    p .button-donate {
        font-weight: 400!important;
        font-size: 20px;
        padding: 11px 6px;
        margin: 19px 6px 2px -3px;
        background-color: #60a7ff;
        border-radius: 24px;
    }
}


/*.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}*/


/*about us page*/

.dtc-about-us {
    width: 100%;
    height: 382px;
}


/*.dtc-about-us-p{
font-size: 21px;
    color: white;font-family: 'Roboto', sans-serif;
}*/

.dtc-p-about_0 {
    font-size: 17px;
    /* padding-top: 41px;*/
}

.dtc-about-type {
    padding-top: 39px;
    font-size: 17px;
}

.dtc-about-type-p {
    padding-left: 54px;
}

.dtc-about-type1 {
    font-size: 20px;
    margin: 47px 94px 26px 224px;
}

.dtc-about-type_0 {
    font-size: 17px;
}

.in {
    background: rgb(255 255 255);
    z-index: 9;
    width: 56%;
    right: 5px;
    padding: 20px;
    top: 2px;
    position: absolute;
    border: none;
}

#Slider {}

#Actual {
    padding: 20px;
}

.slideup,
.slidedown {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-in-out;
    -moz-transition: max-height 0.8s ease-in-out;
    -o-transition: max-height 0.8s ease-in-out;
    transition: max-height 0.8s ease-in-out;
    position: absolute;
    right: 73%;
    top: 0;
    width: 100%;
}

.slidedown {
    max-height: 60px;
}

.text-white {
    color: #fff;
}

.padding40 {
    padding: 40px 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.pt-2 {
    padding-top: 20px;
}

.section-bg-white {
    background-color: #fff;
}

.p-10 {
    padding: 10px;
}

.boxx-border {
    border: 1px solid #84C127;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.box-min-h {
    min-height: 286px;
    border-radius: 12px;
    color: #fff;
    width: 100%;
    padding: 4% 6%;
    margin: auto;
}

.box-min-h h4 {
    font-size: 18pt;
    font-weight: 700;
}

.box-min-h p {
    font-size: 14pt;
}

.box-inmin-h {
    min-height: 286px;
}

.min-box-width80 {
    max-width: 80%;
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Config
2.0 General
3.0 Slider
4.0 All Tutorials
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Config
--------------------------------------------------------------*/


/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */

pre,
textarea {
    overflow: auto;
}

[hidden],
audio:not([controls]),
template {
    display: none;
}

details,
main,
summary {
    display: block;
}

input[type=number] {
    width: auto;
}

input[type=search],
input[type=text],
input[type=email] {
    -webkit-appearance: none;
}

input[type="*"] {
    -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

progress {
    display: inline-block;
}

small {
    font-size: 100%;
}

textarea {
    resize: vertical;
}

[unselectable] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*,
 ::after,
 ::before {
    box-sizing: inherit;
    border-style: solid;
    border-width: 0;
}

* {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', Helvetica, Arial, Lucida, sans-serif;
}

 ::after,
 ::before {
    text-decoration: inherit;
    vertical-align: inherit;
}

 :root {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    box-sizing: border-box;
    cursor: default;
    font: 16px/1.5 sans-serif;
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    min-height: 1.5em;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

nav ol,
nav ul {
    list-style: none;
}

ul li {
    list-style: none;
}

#bulletpoint li,
#bulletpoint2 li {
    list-style: outside;
}

#bulletpoint,
#bulletpoint2 {
    margin-left: 15px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

select::-ms-value {
    color: currentColor;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

 ::-moz-selection {
    background-color: #B3D4FC;
    text-shadow: none;
}

 ::selection {
    background-color: #B3D4FC;
    text-shadow: none;
}

@media screen {
    [hidden~=screen] {
        display: inherit;
    }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        clip: rect(0 0 0 0) !important;
        position: absolute !important;
    }
}


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Font
  2.0 Trasnitions
  3.0 Number of Slides
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Font
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  2.0 Transitions
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Config
  2.0 Translate
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Transition
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  2.0 Translate
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Neutral
  2.0 Main Colors
  3.0 Color Pallete
  3.0 Grey Scale
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Neutral
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  2.0 Main color
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  3.0 Color Pallete
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  4.0 Grey Scale
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 HTML Settings
  2.0 General Settings
  3.0 Heading 2
  4.0 Serif
  5.0 Heading 3
  6.0 Text
  7.0 Links
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 HTML settings
  --------------------------------------------------------------*/


/* 
html {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    -webkit-tap-highwhite-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: ;
    text-rendering: optimizeLegibility;
} */


/*--------------------------------------------------------------
  2.0 General Settings
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  3.0 Heading 2
  --------------------------------------------------------------*/

.heading-2 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    color: #000;
    letter-spacing: 0.3px;
}

.heading-2--white {
    color: #FFF;
}


/*--------------------------------------------------------------
  4.0 Serif
  --------------------------------------------------------------*/

.serif {
    font-family: "Arnhem";
    font-size: 24px;
    font-weight: 100;
    line-height: 38px;
    color: #3E4954;
}

@media (max-width: 400px) {
    .serif {
        font-size: 20px;
        line-height: 32px;
    }
}


/*--------------------------------------------------------------
  5.0 Heading-3
  --------------------------------------------------------------*/

.heading-3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #3E4954;
    letter-spacing: 0.3px;
}

.heading-3+.heading-3 {
    margin-top: 5px;
}

.heading-3--white {
    color: #FFF;
}

.heading-3--light {
    color: #848995;
}


/*--------------------------------------------------------------
  6.0 Text
  --------------------------------------------------------------*/

.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #848995;
    letter-spacing: 0px;
}

@media (max-width: 600px) {
    .text {
        font-size: 16px;
        line-height: 30px;
    }
}

.text--light-white {
    color: rgba(255, 255, 255, 0.7);
}


/*--------------------------------------------------------------
  7.0 Links
  --------------------------------------------------------------*/

.link {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #5050FF;
}

.link:after {
    position: absolute;
    top: 50%;
    right: -32px;
    display: block;
    width: 24px;
    height: 14px;
    background-image: url("../images/slider/arrow__right--blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    transform: translateY(-50%);
    transition: all 0.2s ease;
    /* cubic-bezier(0.4,
    0.0,
    0.2,
    1); */
}

.link:hover:after {
    right: -48px;
}


/*--------------------------------------------------------------
  2.0 General
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 General
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 General
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  3.0 Slider
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Variables
  2.0 Cards
  3.0 Bullets
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Variables
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  2.0 Cards
  --------------------------------------------------------------*/

.slider__item {
    transition: all 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0.0, 0.2, 1);
}

#slide-1:checked~.slider__holder .slider__item--1 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1);
}

#slide-2:checked~.slider__holder .slider__item--1 {
    z-index: 1;
    transform: translateX(-30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-2:checked~.slider__holder .slider__item--1 {
        opacity: 0.6;
    }
}

#slide-3:checked~.slider__holder .slider__item--1 {
    z-index: 0;
    transform: translateX(-60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--1 {
        transform: translateX(-170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-3:checked~.slider__holder .slider__item--1 {
        opacity: 0;
    }
}

#slide-4:checked~.slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-60%) scale(0.65);
}

#slide-5:checked~.slider__holder .slider__item--1 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-60%) scale(0.65);
}

#slide-1:checked~.slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-1:checked~.slider__holder .slider__item--2 {
        opacity: 0.6;
    }
}

#slide-2:checked~.slider__holder .slider__item--2 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1);
}

#slide-3:checked~.slider__holder .slider__item--2 {
    z-index: 1;
    transform: translateX(-30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-3:checked~.slider__holder .slider__item--2 {
        opacity: 0.6;
    }
}

#slide-4:checked~.slider__holder .slider__item--2 {
    z-index: 0;
    transform: translateX(-60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-4:checked~.slider__holder .slider__item--2 {
        transform: translateX(-170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-4:checked~.slider__holder .slider__item--2 {
        opacity: 0;
    }
}

#slide-5:checked~.slider__holder .slider__item--2 {
    z-index: -1;
    opacity: 0;
    transform: translateX(-60%) scale(0.65);
}

#slide-1:checked~.slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-1:checked~.slider__holder .slider__item--3 {
        transform: translateX(170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-1:checked~.slider__holder .slider__item--3 {
        opacity: 0;
    }
}

#slide-2:checked~.slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-2:checked~.slider__holder .slider__item--3 {
        opacity: 0.6;
    }
}

#slide-3:checked~.slider__holder .slider__item--3 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1);
}

#slide-4:checked~.slider__holder .slider__item--3 {
    z-index: 1;
    transform: translateX(-30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-4:checked~.slider__holder .slider__item--3 {
        opacity: 0.6;
    }
}

#slide-5:checked~.slider__holder .slider__item--3 {
    z-index: 0;
    transform: translateX(-60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-5:checked~.slider__holder .slider__item--3 {
        transform: translateX(-170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-5:checked~.slider__holder .slider__item--3 {
        opacity: 0;
    }
}

#slide-1:checked~.slider__holder .slider__item--4 {
    z-index: -1;
    opacity: 0;
    transform: translateX(60%) scale(0.65);
}

#slide-2:checked~.slider__holder .slider__item--4 {
    z-index: 0;
    transform: translateX(60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-2:checked~.slider__holder .slider__item--4 {
        transform: translateX(170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-2:checked~.slider__holder .slider__item--4 {
        opacity: 0;
    }
}

#slide-3:checked~.slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-3:checked~.slider__holder .slider__item--4 {
        opacity: 0.6;
    }
}

#slide-4:checked~.slider__holder .slider__item--4 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1);
}

#slide-5:checked~.slider__holder .slider__item--4 {
    z-index: 1;
    transform: translateX(-30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-5:checked~.slider__holder .slider__item--4 {
        opacity: 0.6;
    }
}

#slide-1:checked~.slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(60%) scale(0.65);
}

#slide-2:checked~.slider__holder .slider__item--5 {
    z-index: -1;
    opacity: 0;
    transform: translateX(60%) scale(0.65);
}

#slide-3:checked~.slider__holder .slider__item--5 {
    z-index: 0;
    transform: translateX(60%) scale(0.65);
}

@media (max-width: 900px) {
    #slide-3:checked~.slider__holder .slider__item--5 {
        transform: translateX(170px) scale(0.65);
    }
}

@media (max-width: 768px) {
    #slide-3:checked~.slider__holder .slider__item--5 {
        opacity: 0;
    }
}

#slide-4:checked~.slider__holder .slider__item--5 {
    z-index: 1;
    transform: translateX(30%) scale(0.85);
}

@media (max-width: 768px) {
    #slide-4:checked~.slider__holder .slider__item--5 {
        opacity: 0.6;
    }
}

#slide-5:checked~.slider__holder .slider__item--5 {
    position: relative;
    z-index: 2;
    transform: translate(0) scale(1);
}


/*--------------------------------------------------------------
  3.0 Bullets
  --------------------------------------------------------------*/

.bullets__item {
    transition: all 0.2s ease;
}

#slide-1:checked~.bullets .bullets__item--1 {
    background: #FFF;
}

#slide-2:checked~.bullets .bullets__item--2 {
    background: #FFF;
}

#slide-3:checked~.bullets .bullets__item--3 {
    background: #FFF;
}

#slide-4:checked~.bullets .bullets__item--4 {
    background: #FFF;
}

#slide-5:checked~.bullets .bullets__item--5 {
    background: #FFF;
}


/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  1.0 Card
  2.0 Slider
  3.0 Bullets
  4.0 Section
  5.0 Button
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
  1.0 Card
  --------------------------------------------------------------*/

.card {
    position: relative;
    display: block;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
  2.0 Slider
  --------------------------------------------------------------*/

.slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider__radio {
    display: none;
}

.slider__holder {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    background: #FDFCFC;
}

@media (max-width: 900px) {
    .slider__holder {
        max-width: 540px;
    }
}

@media (max-width: 600px) {
    .slider__holder {
        margin-top: 60px;
    }
}

.slider__item {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    opacity: 1;
    cursor: pointer;
}

.slider__item-content {
    padding: 15px;
}

@media (max-width: 600px) {
    .slider__item-content {
        padding: 32px 32px;
    }
}

@media (max-width: 375px) {
    .slider__item-content {
        padding: 40px 24px;
    }
}

.slider__item-text {
    padding: 60px 0;
}


/* Section --------------------------------------------------------------*/

.section {
    position: relative;
    width: 100%;
    padding: 0px 25px 81px;
    text-align: center;
}

.section__entry {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.section__entry--center {
    text-align: center;
}

.section__title {
    display: block;
    padding-bottom: 12px;
}

.section__text {
    display: block;
}


/*--------------------------------------------------------------
  5.0 Button
  --------------------------------------------------------------*/

.button {
    display: inline-block;
    height: 44px;
    padding: 12px 16px;
    font-weight: 500;
    line-height: 20px;
    color: #FFF;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.button:hover {
    background: rgba(0, 0, 0, 0.1);
}


/*--------------------------------------------------------------
  4.0 All Tutorials
  --------------------------------------------------------------*/


/*--------------------------------------------------------------
*/

.boxed-image {
    width: 100%;
    object-fit: cover;
    height: 156.3px;
}

.fa-facebook,
.fa-twitter,
.fa-pinterest-p,
.fa-envelope {
    font-size: 20px;
}

.my-3 {
    margin: 3rem 0px;
}

.navbar-right-new {
    margin: auto;
    width: fit-content;
    float: none;
}

.nav.navbar-nav.navbar-right a.head-btn {
    border: 1px solid #2EA3F2;
    padding: 5px 18px;
    margin: 3px;
    color: #2EA3F2;
    font-size: 16px;
    border-radius: 2px;
    transition: all 0.7s ease-in-out;
}

.nav.navbar-nav.navbar-right a.head-btn:hover {
    border: 1px solid #2EA3F2;
    background: #2EA3F2;
    color: #fff;
}

.item img {
    width: 100%;
    height: 80vh !important;
    object-fit: cover;
}

.btn {
    display: inline-block;
    padding: 13px 23px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 2px 3px 4px 0px #0000006b;
    transition: all 0.4s ease-in-out;
    margin-right: 2%;
}

.btn:hover {
    box-shadow: none;
}

.btn-outline {
    border: 2px solid #0093dd;
    color: #0093dd;
    min-width: 150px;
}

.btn-outline:hover {
    background: #0093dd;
    color: #ffffff;
}

.btn-head {
    text-align: center;
}

p.mb-2.text-left.box-inmin-h {
    text-align: justify;
}

.sticky .nav.navbar-nav.navbar-right a.head-btn {
    padding: 4px 16px;
}

.mainn {
    padding-top: 5.4%;
}

tr td .btn {
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 10px;
}

button.btn.btn-outline-primary {
    border: 1px solid #0092DC;
}

button.btn.btn-outline-primary:hover {
    background-color: #0092DC;
    color: #fff;
}

.navbar-toggle {
    margin-right: 0px;
}

.alert.alert-warning.text-center.cookie-notice {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.collapse.in {
    /* background: rgb(255 255 255); */
    z-index: 9;
    width: 100%;
    right: inherit;
    padding: 0px;
    top: inherit;
    position: unset;
    border: none;
}

a.atag {
    color: #0092dc;
    font-size: 12pt;
    padding: 0 1%;
    text-decoration: underline;
}

a.atag:hover {
    color: #E4771B;
    ;
}

.col-sm-12.ui-resizable div .pb-5,
.pb-5 {
    height: 100vh !important;
    width: 100% !important;
    object-fit: cover !important;
    padding: 30px 0 20px;
    background-color: #0092DC !important;
    max-height: 600px !important;
    object-position: top !important;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-3 {
    padding-top: 30px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.py-1 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.py-2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.py-3 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width:767px) and (max-width: 991px) {
    h2#custom_top_msg {
        padding-top: 20%;
        display: block;
    }
}

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default; */
}


/* html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Dubai-Light;
		background: rgba(30,30,30);
} */

.testim {
    width: 100%;
    /* position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%); */
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px 10px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 9;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .arrow.left {
    left: 3px;
}

.testim .arrow.right {
    right: 3px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: none;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #167ac6;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 10px 0;
    opacity: 0;
    width: 100%;
}

.testim .cont>div .row .col-xs-12.col-sm-12.col-md-12.col-lg-12.mx-auto {
    min-height: 100px;
    padding-bottom: 20px;
}

.testim .cont>div.inactive {
    opacity: 1;
    display: none;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
    display: block;
}

.testim .cont div .img img {
    display: block;
    width: 92%;
    height: 60vh;
    object-fit: cover;
    margin: auto;
}

.testim .cont div h2 {
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    width: 80%;
    margin: auto;
    color: #fff;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

.bannertext {
    position: absolute;
    top: 30vh;
    font-size: 20pt;
    text-align: center;
    width: 100%;
    font-weight: 900;
    color: #fff;
    text-shadow: 1px 0px 6px black;
}

.box-shadoww {
    box-shadow: 8px 6px 20px 0px #000000bd;
    border: 1px solid #fff;
}

.bg-blue {
    background-color: #2EA3F2;
}

.bg-green {
    background-color: #8DC73F;
}

.bg-orange {
    background-color: #F99000;
}

.bg-grey {
    background-color: #5C5C5C;
}

.text-center.p-10.mb-1 a.btn.btn-outline,
.white-btnn {
    border-radius: 10px;
    border: 1px solid;
    color: #000;
    background: #fff;
}

.white-btnn {
    border-radius: 10px;
    border: 1px solid;
    color: #000;
    background: #fff;
    margin: auto;
}

.text-center.p-10.mb-1 a.btn.btn-outline:hover,
.white-btnn:hover {
    box-shadow: none;
}

img.homeicon {
    width: 100px;
    margin: auto;
}

h2.text-center {
    display: block;
}

.color-blue {
    color: #2EA3F2;
}

.color-green {
    color: #8DC73F;
}

.color-orange {
    color: #F99000;
}

.color-grey {
    color: #5C5C5C;
}

p.learntext {
    font-size: 16px;
    min-height: 155px;
}

span.learnread {
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

li.foot-nav-link a {
    font-size: 16px;
    /* margin: 17px 0; */
    font-weight: 500;
}

li.foot-nav-link a:focus {
    text-decoration: none;
    color: #167ac6;
}

li.foot-nav-link {
    margin: 5px 0;
}

.newsletter {
    float: right;
    color: #fff;
    background: #87BF48;
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 9px;
    text-decoration: none;
    transition: 0.5s;
}

.newsletter:hover {
    color: #000;
    text-decoration: none;
    background-color: #75a53e;
}

.top-common-button {
    color: #333333 !important;
    font-size: 18px !important;
    transition-duration: 0.6s !important;
    border: none !important;
    padding: 4px 8px!important;
}

.top-common-button:hover {
    color: #EDA05C !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

label.button.searchbutton {
    display: none !important;
}

@media only screen and (max-width: 800px) {
    ul.nav.navbar-nav.navbar-right-new {
        margin-top: 20px;
        width: 100%;
    }
}

h2#custom_top_msg {
    font-size: 16pt;
    font-weight: 600;
}

.event_header {
    font-size: 16pt;
    margin: 4% 0 5%;
}

@media (max-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}

.col-md-10.col-md-offset-1 h2#custom_top_msg {
    font-size: 18pt;
    font-weight: 600;
    display: block;
    margin: 4% 0 0;
}

h4#custom_top_msg {
    font-size: 14pt;
    display: block;
}

.event_description {
    font-size: 13pt;
}

span.fc-title {
    font-size: 12pt;
    word-break: break-word;
    overflow: hidden;
    text-align: center;
    margin: auto;
    display: block;
}

.popover-content {
    height: 124px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popover.fade.top.in {
    left: 100%;
}

.popover-title {
    background-color: #fff;
    color: #2EA3F2;
}

.testimonial_title {
    font-size: 18px!important;
    width: 80%!important;
    margin: auto!important;
}

.testimonial_name {}

.hero-below-text {
    text-align: center;
    font-size: 22pt;
    display: block;
    font-weight: 600;
    color: #424342;
}

.hero-below-textt {
    text-align: left;
    font-size: 22pt;
    display: block;
    font-weight: 700;
    color: #424342;
    margin: 10px 0 40px;
}

.blue-line {
    background-color: #0093dd!important;
    height: 20px;
}

.header-blue-line {
    background-color: #0093dd!important;
    height: 30px;
}

.text-white {
    color: #fff;
}

a {
    cursor: pointer;
}

.event-text {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.testi-text {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.circle-img,
img.img-responsive.img-circle {
    border: 6px solid #8DC73F;
    border-radius: 50%;
}

.camp-boxes {
    vertical-align: middle;
    height: 135px;
    display: table-cell;
    transition: 0.5s;
}

p.mb-2.text-white.camp-boxes a {
    color: #fff;
    transition: 0.4s;
}

p.mb-2.text-white.camp-boxes a:hover {
    color: #000;
}

.testim .wrap2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 40px 20px 10px;
    margin: auto;
}

.b-radi {
    border-radius: 5px;
}

.wrap {
    color: #000 !important;
}

.nav>li>a {
    padding: 10px 5px;
}

ul.nav.navbar-nav.navbar-right-new>li>a {
    padding: 10px 10px;
}

#wrapper {
    margin: 3% 0 0;
}

.sidebar .nav-second-level li a {
    padding-left: 12px !important;
}

.dashboard-wrap {
    background-color: #ffffff !important;
    padding: 0px 0;
}

.row.container-grey {
    background: #F7F7F7 !important;
}

details #open,
details[open] #close {
    color: #444;
}

.slick-carousel {
    margin: 0 auto;
    width: 1000px;
}


/* The width of each slide */

.slick-slide {
    width: 350px;
}


/* Color of the arrows */

.slick-next::before,
.slick-prev::before {
    color: blue;
}

.testimonial_description {
    font-size: 12.5pt;
}

img.img-responsive.img-thumbnail {
    margin-top: 2px;
    width: 100%;
    object-fit: cover;
}

.fc-event,
.fc-event-dot {
    background-color: #0092dc !important;
}

h1.et_pb_module_header {
    width: 100%;
    max-width: 1200px !important;
    margin: auto;
    display: block;
}

h2.et_pb_module_header {
    width: 100%;
    max-width: 1200px !important;
    margin: auto;
    display: block;
}

a.accordion-toggle:hover,
a.accordion-toggle:focus {
    color: #000;
}

.panel-body {
    font-size: 14pt;
}

.slick-carousel5 {
    margin: auto;
    max-width: 1200px;
}

@media (min-width: 769px) {
    .marginn {
        margin-left: -15px;
    }
    .marginn2 {
        margin-right: -25px;
    }
    .marginn22 {
        margin-left: 25px;
    }
    .marginn3 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .mmargin {
        margin-left: -2px;
    }
    .mmargin2 {
        margin-right: -2px;
    }
}

.carousel-inner {
    max-height: 550px;
}

.hrr {
    max-width: 200px;
    margin: auto;
    color: #f99000;
    background-color: #e57716;
    height: 3px;
    border: 0;
    border-radius: 50%;
}

img.box-shadoww2 {
    box-shadow: 0px 0px 11px 0px #000;
}

a.btn.btn-link {
    border:1px solid #FFCE00 !important;
}
.btn-link{
    color: #e9bd00;
}
.btn-link:focus, .btn-link:hover {
    color: #bca12d;
}
.nav>li>a:focus, .nav>li>a:hover{
    background-color: #fce800;
    color: #000757;
}
.blue-line {
    display: none;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #898989 !important;
}

.fc-view.fc-month-view.fc-basic-view table {
    color: #000;
}

h2#custom_top_msg,
h4#custom_top_msg,
.event_description {
    color: #000;
}

#galleryfoo .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

#galleryfoo .column {
    flex: 25%;
    max-width: 33.3%;
    padding: 0 4px;
}

#galleryfoo .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s linear;
}

#galleryfoo .column img:hover {
    filter: grayscale(0);
}

@media screen and (max-width: 700px) {
    #galleryfoo .column {
        flex: 100%;
        max-width: 100%;
    }
    #galleryfoo .column img {
        filter: grayscale(0) brightness(1);
    }
}

.carousel {
    position: relative;
    padding: 36px 0 20px;
    background: #2EA3F2;
}

div#bs-example-navbar-collapse-2 {
    transition: 0.4s;
}

.border-img {
    border: 1px solid;
    padding: 10px;
}


/* Styles the thumbnail */

a.lightbox img {
    height: 150px;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    margin: 0px 0px 20px 0px;
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}


/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, .3); */
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    z-index: 9999;
    right: 0;
    height: 100vh;
}

.lightbox-target:target img {
    max-height: 80%;
    max-width: 80%;
    object-fit: contain;
}

.lightbox-target:target a.lightbox-close {
    top: 0px;
}

.textt-lightbox {
    font-size: 13pt;
    text-align: center;
}

.download-btn {
    background: #fff;
    color: #000;
    padding: 20px 20px 14px;
    line-height: 40px;
    font-size: 14px;
}

.pallete {
    width: 100px;
    height: 60px;
    margin: auto;
}

table.color-table td {
    padding: 10px;
    text-align: left;
}

table.color-table td .textt-lightbox {
    font-size: 13pt;
    text-align: left !important;
}

p {
    line-height: 26px;
}

button#nextBtn,
button#register {
    float: right;
}

.slick-slide {
    outline: none !important;
}

.sidee-menu {
    position: absolute;
    top: 74px;
    right: -27px;
    transform: rotate( 270deg);
    color: #0092dc;
    background: #ffffff;
    padding: 5px 6px;
    z-index: 99;
    border-left: 2px solid #E7E7E7;
    border-bottom: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
    /* box-shadow: 0px 3px 7px 0px #00000040; */
    border-radius: 0 0 5px 5px;
}

div#myDIV {
    transition: 0.4s;
}

li.dropdown-submenu:hover ul.dropdown-menu2 {
    display: block;
    /* position: absolute; */
    top: 0;
    left: 99%;
}

li.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

li.dropdown li.dropdown-submenu:hover ul.dropdown-menu2 {
    display: block;
}

.navbar-nav>li>.dropdown-menu2 {
    z-index: 1009;
}

.navbar-nav>li>.dropdown-menu2 {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* padding: 7px; */
    /* font-size: 12px !important; */
    /* min-width: 188px; */
    padding: 7px;
    font-size: 14px !important;
    min-width: 200px;
}

.navbar-nav>li>.dropdown-menu2 {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: fit-content;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.dropdown-menu2>li>a {
    white-space: normal !important;
}

.dropdown-menu2>li>a {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}


/* .dropdown-menu2 li {
    padding: 2px 10px;
} */

#hwpwrap .wp-core-ui .button,
#hwpwrap .wp-core-ui .button-primary,
#hwpwrap .wp-core-ui .button-secondary {
    width: fit-content;
}

h4.panel-title:hover,
.panel-title>a:hover {
    color: #000;
}

ul#side-menu {
    border-left: 1px solid #e7e7e7;
}

.toggle-content {
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 350ms ease-in-out, opacity 750ms ease-in-out;
    min-width: fit-content;
}


/* .show-fast {
	transition: height: 100ms ease-in-out, opacity 300ms ease-in-out;
}

.show-slow {
	transition: height: 2000ms ease-in-out, opacity 2500ms ease-in-out;
} */

.toggle-content.is-visible {
    display: block;
    height: auto;
    opacity: 1;
    min-width: fit-content;
    overflow: visible;
}

.toggle {
    position: absolute;
    padding: 2px 14px;
    border: 1px solid #e7e7e7;
    left: 1%;
    transform: rotate(270deg);
    text-decoration: none;
    line-height: 20px;
    z-index: 99;
}

.toggle:focus,
.toggle:focus-within {
    outline: none;
    text-decoration: none;
}

.cms-pages .cms-center-block {
    padding: 5% 0;
    max-width: 1200px;
    margin: auto;
}

#myDIV3 {
    display: block;
    left: 14.5%;
    /* top: 200px; */
    /* height: 20px; */
    position: absolute;
    /* bottom: 0; */
    padding: 2px 10px;
    z-index: 99999999;
    background: #fff;
    transform: rotate( 90deg);
    border-bottom: none;
}
.navbar-default .navbar-toggle{
    margin-top: -4px;
}

@media (min-width: 300px) {
    #myDIV3 {
        left: 95.3%;
        top: 9px;
        padding: 2px 14px;
    }

}
@media (min-width: 700px) {
    #myDIV3 {
        left: 96.3%;
        top: 8px;
        padding: 2px 13px;
    }
}
@media (min-width: 1000px) {
    #myDIV3 {
        left: 96.3%;
        top: 9px;
        padding: 2px 14px;
    }
}
@media (min-width: 1200px){
    #myDIV3 {
        left: 96.3%;
        top: 8px;
    }
}
@media (min-width: 1440px) {
    #myDIV3 {
        left: 98.3%;
        top: 5px;
    }
}
@media (max-width: 800px) {
    .page-header{
        text-align: center;
    }
}

* {
    box-sizing: border-box
}

body {
    font-family: Verdana, sans-serif;
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container-photo {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.carousel.slide.prev,
.carousel.slide.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next {
        font-size: 11px
    }
}

.cms-pages .photo-panel {
    margin-top: 20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}
.btn-primary.focus, .btn-primary:focus, 
    .btn-primary.active, .btn-primary:active {
      color: #192752 !important;
      background-color: #FFCE00 !important;
      border-color: #FFCE00 !important;
    }