/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Aladin&family=Berkshire+Swash&family=Merienda+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=NTR&family=Ramabhadra&family=Sree+Krushnadevaraya&family=Tenali+Ramakrishna&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
:root {
    --chakra-base-color: #2d2d2d;
    --chakra-primary-color: #76020f;
    --chakra-primaryDark-color: #631037;
    --chakra-primaryLight-color: #9c0d1e;
    --chakra-secondary-color: #eac954;
    --chakra-black-color: #000000;
    --chakra-white-color: #ffffff;
    --chakra-light-color: #f2f5fb;
    --chakra-ash-color: #f7f7f7;
    --chakra-darkash-color: #e6e6e6;
    --chakra-verylight-color: #fcfcfc;
    --chakra-gray-color: #707070;
    --chakra-darkgray-color: #242424;
    --chakra-lightgray-color: #919191;
    --chakra-verylightgray-color: #c5c5c5;
    --chakra-orange-color: #efc85b;
    --chakra-orangeLight-color: #e9d3b9;
    --chakra-text-color: #3c3c3c;
    --chakra-lightash-color: #f6fbf9;
    --chakra-white-opacity-25: rgb(255 255 255 / 25%);
    --chakra-white-opacity-50: rgb(255 255 255 / 50%);
    --chakra-white-opacity-75: rgb(255 255 255 / 75%);
    --chakra-white-opacity-90: rgb(255 255 255 / 90%);
    --chakra-black-opacity-10: rgb(0 0 0 / 10%);
    --chakra-black-opacity-20: rgb(0 0 0 / 20%);
    --chakra-black-opacity-30: rgb(0 0 0 / 30%);
    --chakra-black-opacity-40: rgb(0 0 0 / 40%);
    --chakra-black-opacity-50: rgb(0 0 0 / 50%);
    --chakra-black-opacity-60: rgb(0 0 0 / 60%);
    --chakra-black-opacity-75: rgb(0 0 0 / 75%);
    --chakra-black-opacity-80: rgb(0 0 0 / 80%);
    --chakra-black-opacity-90: rgb(0 0 0 / 90%);
    --chakra-shadowPrimary-color: rgba(0, 64, 166, 0.2);
}

html {
    font-size: 16px;
}
* {
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Anek Telugu', sans-serif;
    color: #003356;
}
.telugu-font-1 {
    font-family: 'Sree Krushnadevaraya', serif;
}
.telugu-font-2 {
    font-family: 'Ramabhadra', sans-serif;
}
.telugu-font-3 {
    font-family: 'NTR', sans-serif;
}
.telugu-font-4 {
    font-family: 'Tenali Ramakrishna', sans-serif;
}
a, a:hover, a:active, a:focus {
    outline: none;
}

h1 {
    font-family: 'Berkshire Swash', cursive;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 2rem;
    padding-bottom: 2.25rem;
    background: url(../images/h1-symbol.png) center bottom no-repeat;
}
h2 {
    font-family: 'Merienda One', cursive;
    font-weight: bold;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.card {
    margin-bottom: 1.5rem;
}
.top-section {
    color: #FFF;
    background: #c00b2c url('../images/foot-bg1.png') center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 8;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#76020f+0,631037+100 */
    background: #76020f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76020f 0%, #631037 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #76020f 0%, #631037 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #76020f 0%, #631037 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#76020f', endColorstr='#631037', GradientType=0);
    /* IE6-9 */

}
.top-section img {
    max-height: 150px;
    margin: 10px 0;
}
.top-section-top {
    background: #76020f url(../images/footer-top.jpg) top left repeat-x;
    height: 24px;
    position: relative;
    width: 100%;
    z-index: 10;
}
.top-section-bottom {
    background: url('../images/flowe-bar-top.png') bottom left repeat-x;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.main-logo {
    display: block;
    padding: 1rem 0;
}
.main-logo img {
    max-height: 220px;
    margin: 0 auto !important;
}
h1.mainHead {
    background: none;
    margin: 0 0 0.5rem 0;
    padding: 0 0 1rem 0;
    color: #FFF;
    text-shadow: 0 4px 2px #7b000e;
}

.donateSection {
    background: url('../images/donation-bg.jpg') top left repeat-x;
    color: #FFF;
    text-align: center;
}

.hangingbells {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.leftBells, .rightBells {
    position: absolute;
    top: 0;
}
.leftBells {
    left: 0;
}
.rightBells {
    right: 0;
}
.learnmore-section .leftBells img,
.learnmore-section .rightBells img {
    max-width: 6.5rem;
}

@media (max-width: 992px) {
    .hanging-circle.left-side {
        left: 5%;
    }
    .hanging-circle.right-side {
        right: 5%;
    }
}
@media (max-width: 1199px) {
    .learnmore-section .leftBells img,
    .learnmore-section .rightBells img {
        max-width: 5rem;
    }
}
.main-menu {
    background: #631036 url(../images/mugu.png) top left repeat-x;
    padding-top: 6px;
    position: relative;
    z-index: 10;
}
.main-menu .bg-dark {
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    border-bottom: 2px dashed #fff;

    background: #e91e63;
    background: -moz-linear-gradient(top, #fe8414 0%, #e60020 100%);
    background: -webkit-linear-gradient(top, #e91e63 0%, #e60020 100%);
    background: linear-gradient(to bottom, #e91e63 0%, #e60020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e91e63', endColorstr='#e60020', GradientType=0);
}
.gradient-pattern {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0043+0,aa1259+100 */
    background: #fe8414;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fe8414 0%, #e60020 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe8414 0%, #e60020 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe8414 0%, #e60020 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8414', endColorstr='#e60020', GradientType=0);
    /* IE6-9 */

    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.10);
    color: #FFF;
    font-size: 1.2rem;

}
.main-menu .navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    font-size: 1.25rem;
    padding: 10px 30px;
    padding-bottom: 6px;
    transition: all 500ms;
}
.main-menu .navbar-dark .navbar-nav .active>.nav-link, .main-menu .navbar-dark .navbar-nav .nav-link:hover {
    color: #fdf9bc;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+20,ff0022+100&0+20,0.8+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 239, 59, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 20%, rgba(255, 239, 59, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 239, 59, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffeb3b66', GradientType=0);
    /* IE6-9 */
}

.home-slider {
    background: #fdf9bc url('../images/silver-border.png') top left repeat-x;
    padding-top: 7px;
    padding-bottom: 1px;
    position: relative;
    z-index: 10;
}
.home-slider .panchangam {
    background: #fdf9bc;
}
.home-slider .panchangam * {
    color: #ff0043;
}
.home-slider .card, .home-slider .card-header {
    border-radius: 0;
    margin: 0;
    border: 0;
}
.home-slider .carousel-indicators li {
    height: 16px;
    width: 16px;
    border: 2px solid #FFF;
    border-radius: 4px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff0043+0,aa1259+100 */
    background: #ff0043;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fe8414 0%, #e91e3a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fe8414 0%, #e91e3a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fe8414 0%, #e91e3a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8414', endColorstr='#e91e3a', GradientType=0);
    /* IE6-9 */
}
.home-slider .carousel-inner .carousel-item img {
    min-height: 30rem;
    object-fit: cover;
}

.social-icon {
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
}
.social-icon:hover {
    background: rgba(255, 255, 255, 1);
}
.more-btn {
    padding: 5px 12px;
    color: #000;
    background-color: #dffa01;
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.more-btn:hover {
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: #FFF;
    color: #000;
    border-color: #dffa01;
}


.welcome-content {
    background: #FcFcFc;
    border-top: 1px solid #f1f1f1;
    padding: 20px 10px 40px 10px;
    color: #383838;
}
.welcome-content h3 {
    font-size: 38px;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
}
.welcome-content h4 {
    text-transform: capitalize;
    margin: 20px 0 10px 0;
    text-align: center;
    color: #000;
}
.welcome-content p {
    font-size: 18px;
    color: #AAA;
    font-weight: normal;
}


.home-section {
    background: #9c0d1e;
    padding: 0;
}
.home-section a {
    color: #FFF;
}
.home-section a img {
    margin-bottom: 10px;
    margin-top: 10px;
}
.home-section h3 {
    font-size: 1.75rem;
    text-align: center;
    text-shadow: 2px 2px 5px #000, 0 0 3px #cb005c;
    margin-bottom: 20px;
    color: #ffef9f;
    background: url(../images/heading-symbol.png) center top no-repeat;
    background-size: auto;
    padding-top: 30px;
}
.home-section h4 {
    font-size: 20px;
    padding: 8px 20px 10px 20px;
    border: 2px solid #740041;
    margin-top: 0px;
    border-bottom: 1px solid #740041;
    border-radius: 10px 10px 0 0;
    background: rgba(183, 0, 88, 0.7);
}
.home-section h4 span {
    color: #ff5e00;
    float: right;
}
.home-section p {
    padding: 0px;
    color: #003356;
}

.client-section {
    padding: 20px 0 40px 0;
}
.client-section h3 {
    color: #383838;
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: capitalize;
    font-size: 38px;
}
.client-section .nav-sidebar {
    background: #383838;
    font-size: 20px;
}
.client-section .nav-sidebar li, .client-section .nav-sidebar li a {
    color: #FFF;
    display: block;
    width: 100%;
}
.client-section .nav-sidebar li a {
    color: #FFF;
    padding: 18px 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.client-section .nav-sidebar li a:hover {
    text-decoration: none;
    color: #dffa01;
}
.client-section .nav-sidebar li a.active {
    background: #dffa01;
    color: #383838 !important;
}

.client-section .carousel-inner {
    max-height: 400px;
    margin-top: 0px;
}

.panchangam {
    font-size: 0.9rem;
}
.table {
    color: #82000f;
}
.table thead th {
    background-color: #82000f;
    color: #FFF;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #82000f;
}
.table thead th {
    border-bottom: 2px solid #FFF;
}

.learnmore-section {
    background: #fdf9bc url(../images/flower-bar.png) center top repeat-x;
    color: #83014b;
    padding: 20px 0;
    border-top: 3px solid #009900;
    position: relative;
    z-index: 10;
}
.learnmore-section h1 {
    color: #009900;
    margin-top: 1.5rem;
}
.learnmore-section .card {
    border-color: #eac954;
}
.learnmore-section h3 {
    padding-bottom: 10px;
    font-size: 1.5rem;
}
.learnmore-section h3 span {
    color: #61b02e;
}
.learnmore-section h4 {
    font-size: 1.15rem;
    font-weight: normal;
    padding-bottom: 40px;
    line-height: 32px;
}
.learnmore-section h5 {
    font-size: 1rem;
    font-weight: bold;
    color: #fe2a56;
    margin-top: 30px;
}
.learnmore-btn {
    background: #005e78;
    border-radius: 30px;
    color: #FFF;
    padding: 12px 48px;
}
.learnmore-btn:hover {
    color: #005e78;
    background: #FFF;
    text-decoration: none;
}

.learnmore-section h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #FFF;
    background: url(../images/flowe-bar-bottom.png) center top no-repeat, url(../images/flowe-bar-top.png) center bottom no-repeat;
    background-size: auto;
    padding: 2rem 0;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
}
.learnmore-section .card-header.gradient-pattern {
    padding: 0;
}
.learnmore-section h2 a {
    color: #FFF;
    display: block;
}

.ex-msg {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 4px solid #eac954;
    margin-bottom: 40px;
}

hr.style-one {
    margin-bottom: 30px;
    border: 0;
    height: 1px;
    background: #83014b;
    background-image: -webkit-linear-gradient(left, #FFF, #c00161, #FFF);
    background-image: -moz-linear-gradient(left, #FFF, #c00161, #FFF);
    background-image: -ms-linear-gradient(left, #FFF, #c00161, #FFF);
    background-image: -o-linear-gradient(left, #FFF, #c00161, #FFF);
}

.spl-section {
    background: #f5f5f5;
    padding: 10px 0 0 0;
    border-top: 3px solid #EEE;
    border-bottom: 1px solid #FFF;
}
.spl-section h3 {
    font-size: 32px;
    font-weight: normal;
    text-transform: capitalize;
    color: #0f192a;
}
.spl-section h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #005e78;
}
.spl-section .panel-default {
    border-color: #6f93b1;
    margin-bottom: 10px;
}
.spl-section .panel-default>.panel-heading {
    color: #333;
    background-color: #F9F9F9;
    border-color: #cddddd;
    border-bottom: 1px solid #cddddd;
}
.spl-section h4.panel-title {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #005e78;
}
.spl-section .panel-default .panel-body h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: darkcyan;
    margin: 0;
    padding: 0;
}
.spl-section .panel-default .panel-body a {
    display: inline-block;
}
.spl-section .panel-default .panel-body a img {
    margin-bottom: 10px;
}
.spl-section .panel-default .panel-body span.glyphicon {
    font-size: 12px;
    color: darkcyan;
}
.spl-section ul {
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 3px 0px #D9D9D9;
}
.spl-section ul:hover {
    border: 1px solid #BBB;
    box-shadow: 0 3px 3px 0px #AAAAAA;
}
.spl-section ul li {
    border-bottom: 1px dotted #CCC;
    padding: 5px 0;
    list-style: none;
}
.spl-section ul li:last-child {
    border-bottom: 0px dotted #CCC;
}

.spl-section .tbl-pricing {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px #AAAAAA;
}
.spl-section .tbl-pricing tr td {
    vertical-align: middle;
}
.spl-section .tbl-pricing tr td:first-child {
    color: #005e78;
    font-weight: bold;
    text-align: right;
}

.card .list-group .list-group-item:nth-child(even) {
    background-color: #FFFFCC;
}
.card .list-group .list-group-item a, .card .list-group a.list-group-item {
    color: #76020f;
}
.card .list-group a.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #76020f;
    border-color: #76020f;
    font-weight: bold;
    position: relative;
}
.card .list-group a.list-group-item.active:after {
    font-family: 'FontAwesome';
    content: "\f061";
    float: right;
    position: absolute;
    right: 1rem;
}

.footer-section {
    background: #76020f url(../images/foot-bg1.png) top left no-repeat;
    background-size: 100% 100%;
    color: #FFF;
    padding: 20px 0;
}
.footer-section h3 {
    color: #eac954;
    font-family: 'Roboto Slab', serif;
    font-size: 38px;
    font-weight: bold;
    margin: 40px 0;
}
.footer-section .foot-links {
    text-align: center;
    margin-bottom: 60px;
}
.footer-section .foot-links ul li {
    display: inline-block;
    padding: 0px 20px;
    border-right: 1px solid #666;
    text-transform: uppercase;
}
.footer-section .foot-links ul li:last-child {
    border-right: 0px solid #666;
}
.footer-section .foot-links ul li a {
    display: inline-block;
    color: #FFF;
}
.footer-section .ficon {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    font-size: 2rem;
    color: #fff116;
}
.footer-section h4 {
    text-transform: capitalize;
    font-size: 1.25rem;
    font-weight: 600;
    color: #eac954;
    margin-top: 0.75rem
}
.footer-section p {
    font-size: 0.85rem;
}
.footer-section h4 small, .footer-section a {
    color: #FFF;
    font-size: 1rem;
    display: block;
}

.copyrights-section {
    background: #76020f url(../images/mugu.png) top left repeat-x;
    ;
    color: #FFF;
    padding: 20px 0 10px 0;
    font-size: 14px;
}
.copyrights-section a {
    color: #e8e8e8;
    padding: 0 5px;
}

/*Bootstrap styles*/
.solutions-section .accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}
.solutions-section .accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}
.solutions-section .card {
    border: 0;
    background: transparent;
}
.solutions-section .card-header {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: rgba(220, 25, 66, 0.85);
    margin-top: 5px;
    border-bottom: 0;
    cursor: pointer;
}
.solutions-section .card-body {
    border: 1px solid #d61541;
    margin-bottom: 10px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
    display: block;
    color: #003356;
    padding: 3px 10px 3px 30px !important;
}
.form-horizontal label.custom-control {
    display: block;
}
.btn-group .multiselect.btn-default {
    background: #FFF;
    border: 1px solid #ced4da;
}


.brand-btn {
    background: #7d001c;
    border-radius: 30px;
    color: #FFF;
    padding: 12px 48px;
    border: 2px solid #7d001c;
    transition: all 0.3s;
}
.brand-btn:hover {
    color: #7d001c;
    background: #FFF;
    text-decoration: none;
}


/*END*/

.eventsPage .card-margin {
    margin-bottom: 1.875rem;
}

.eventsPage .card {
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
    -ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
}
.eventsPage .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.eventsPage .card .card-header.no-border {
    border: 0;
}
.eventsPage .card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}
.eventsPage .card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.col-container {
    display: flex;
}
.col-container .card {
    flex: 1;
}

/*  */

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf1fc;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fcfcfd;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
    color: #dde1e9;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
    color: #dde1e9;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e8faf8;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
    color: #17d1bd;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
    color: #17d1bd;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebf7ff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
    color: #36afff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
    color: #36afff;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: floralwhite;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
    color: #FFC868;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
    color: #FFC868;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #feeeef;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
    color: #F95062;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
    color: #F95062;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fefeff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
    color: #f7f9fa;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
    color: #f7f9fa;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebedee;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
    color: #394856;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
    color: #394856;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f0fafb;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
    color: #68CBD7;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
    color: #68CBD7;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
    color: #3c4142;
    font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
    color: #B1BAC5;
    font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
    display: list-item;
    color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
    margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

.widget-49 .widget-49-meeting-action a {
    text-transform: uppercase;
}

/* Gallery CSS */
.gallery-block.grid-gallery .item .lightbox img {
    height: 10rem;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/*Drag and Drop*/
.inputDnD .form-control-file {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 6em;
    outline: none;
    visibility: hidden;
    cursor: pointer;
    background-color: #c61c23;
    box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
    content: attr(data-title);
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 100%;
    min-height: 6em;
    line-height: 2em;
    padding-top: 1.5em;
    opacity: 1;
    visibility: visible;
    text-align: center;
    border: 0.25em dashed currentColor;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
    border-style: solid;
    box-shadow: inset 0px 0px 0px 0.25em currentColor;
}
/* END */

/* Pagination */
.paging-section {
    padding: 2rem 0;
}
.paging-section .page-item {
    background-color: var(--chakra-white-color);
}
.paging-section .page-item .page-link {
    border: 0;
    border-bottom: 2px solid transparent;
    background-color: var(--chakra-white-color);
    color: var(--chakra-primary-color);
    margin: 0.25rem;
    font-size: 0.75rem;
    border-radius: 0;
    border-radius: 1rem;
    padding: 0.375rem 0.75rem;
}
.paging-section .page-item.active .page-link,
.paging-section .page-item .page-link:hover,
.paging-section .page-item .page-link:focus {
    z-index: 1;
    color: var(--chakra-white-color);
    background-color: var(--chakra-primary-color);
    border-color: var(--chakra-primary-color);
    border-radius: 1rem;
}

.paging-section .page-item.page-item-first,
.paging-section .page-item.page-item-last {
    border-radius: 1rem;
}
.page-item.page-item-first .page-link,
.page-item.page-item-last .page-link {
    color: var(--chakra-primary-color);
    border: 1px solid var(--chakra-primary-color);
    border-radius: 1rem;
    font-size: 1rem;
    padding: 0.25rem 1rem;
}
.page-item.page-item-first .page-link:hover,
.page-item.page-item-last .page-link:hover,
.page-item.page-item-first .page-link:focus,
.page-item.page-item-last .page-link:focus {
    color: var(--chakra-white-color);
    background-color: var(--chakra-primary-color);
}
.page-item.page-item-first.disabled .page-link {
    opacity: 0.25;
}
/* Simple Pagination Plugin Styles */
.simple-pagination-page-numbers,
.simple-pagination-previous,
.simple-pagination-next {
    display: inline-block;
}
.my-navigation a {
    position: relative;
    display: inline-block;
    color: var(--chakra-base-color);
    text-decoration: none;
    background-color: ;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 0;
    color: var(--chakra-primary-color);
    margin: 0.25rem;
    font-size: 0.75rem;
    border-radius: 1rem;
    padding: 0.375rem 0.75rem;
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    line-height: 0;
}
.simple-pagination-previous a,
.simple-pagination-next a {
    border-radius: 1rem;
    border: 1px solid var(--chakra-primary-color);
    background: transparent;
    font-size: 1rem;
    margin: 0;
    color: var(--chakra-primary-color);
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    padding: 0.25rem 1rem;
}
.simple-pagination-page-numbers .simple-pagination-navigation-disabled,
.my-navigation a:hover {
    z-index: 3;
    color: var(--chakra-white-color);
    background-color: var(--chakra-primary-color);
    border-color: transparent;
    border-radius: 1rem;
}
.simple-pagination-previous .simple-pagination-navigation-disabled,
.simple-pagination-next .simple-pagination-navigation-disabled {
    background-color: var(--chakra-white-color);
    color: var(--chakra-ash-color);
    border: solid 1px var(--chakra-ash-color);
    opacity: 0.5;
}
.simple-pagination-navigation-disabled {
    pointer-events: none;
}
/* End */

/* Simple Light Box */
.sl-overlay {
    background: var(--chakra-black-color);
}
.sl-wrapper .sl-close,
.sl-wrapper .sl-navigation button {
    color: var(--chakra-white-color);
}
.sl-wrapper .sl-navigation button.sl-prev,
.sl-wrapper .sl-navigation button.sl-next {
    font-size: 2rem;
}
.sl-wrapper .sl-image img {
    border: 4px solid var(--chakra-white-color);
}
.downloadLightboxImg,
.printLightboxImg {
    position: absolute;
    bottom: 10%;
    margin: 1rem;
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--chakra-white-opacity-25);
    color: var(--chakra-white-color);
}
.printLightboxImg {
    margin: 1rem 4rem;
    cursor: pointer;
}
.downloadLightboxImg:hover,
.printLightboxImg:hover {
    background: var(--chakra-primaryLight-color);
    color: var(--chakra-white-color);
}
.sl-wrapper .sl-image .sl-caption {
  padding-top: 1rem;
  background: #FFF;
  color: var(--chakra-primary-color);
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

/* Gallery */
.galleryItem {
    display: block;
    margin-bottom: 1.5rem;
}
.galleryItem>img {
    width: 100%;
    height: 10rem;
    object-fit: cover;
}


/*Common styles*/
.inline-block {
    display: inline-block
}
.block {
    display: block
}
.hidden {
    display: none
}
.error {
    color: red;
}
span.error {
    font-size: 90%;
}
.error .form-control {
    border: 1px solid red;
}
.font-open {
    font-family: 'Open Sans', sans-serif;
}
.font-roboto {
    font-family: 'Roboto', sans-serif;
}
.font-roboto-slab {
    font-family: 'Roboto Slab', serif;
}
.font-bold {
    font-weight: bold;
}
.orange {
    color: #FF5021;
}
.brandcolor {
    color: #83014b;
}
.brandcolor1 {
    color: #003366;
}
.brandcolorBg {
    background-color: #1e9bbb;
}
.brandcolorLightBg {
    background-color: #33bee2;
}
.brandcolor1Bg {
    background-color: #004960;
}
.underline {
    text-decoration: underline;
}
.no-underline {
    text-decoration: none;
}
a.no-underline {
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
a.underline:hover {
    text-decoration: none;
}
a.brandcolor1 {
    color: #004960;
}
.max-width-800 {
    max-width: 800px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-530 {
    max-width: 530px;
}
.max-width-500 {
    max-width: 500px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-300 {
    max-width: 300px;
}
.max-width-200 {
    max-width: 200px;
}
.max-width-180 {
    max-width: 180px;
}
.max-width-150 {
    max-width: 150px;
}
.max-width-120 {
    max-width: 120px;
}
.max-width-100 {
    max-width: 100px;
}
.max-width-80 {
    max-width: 80px;
}
.max-width-70 {
    max-width: 70px;
}
.max-width-60 {
    max-width: 60px;
}
.max-width-50 {
    max-width: 50px;
}
.max-width-40 {
    max-width: 40px;
}
.max-width-30 {
    max-width: 30px;
}
.max-width-20 {
    max-width: 20px;
}
.max-width-10 {
    max-width: 10px;
}
.max-width-5 {
    max-width: 5px;
}
.min-width-800 {
    min-width: 800px;
}
.min-width-700 {
    min-width: 700px;
}
.min-width-600 {
    min-width: 600px;
}
.min-width-530 {
    min-width: 530px;
}
.min-width-500 {
    min-width: 500px;
}
.min-width-400 {
    min-width: 400px;
}
.min-width-300 {
    min-width: 300px;
}
.min-width-200 {
    min-width: 200px;
}
.min-width-150 {
    min-width: 150px;
}
.min-width-120 {
    min-width: 120px;
}
.min-width-100 {
    min-width: 100px;
}
.min-width-80 {
    min-width: 80px;
}
.min-width-60 {
    min-width: 60px;
}
.min-width-50 {
    min-width: 50px;
}
.min-width-40 {
    min-width: 40px;
}
.min-width-30 {
    min-width: 30px;
}
.min-width-20 {
    min-width: 20px;
}
.min-width-10 {
    min-width: 10px;
}
.min-width-5 {
    min-width: 5px;
}

.max-height-800 {
    max-height: 800px;
}
.max-height-700 {
    max-height: 700px;
}
.max-height-600 {
    max-height: 600px;
}
.max-height-530 {
    max-height: 530px;
}
.max-height-500 {
    max-height: 500px;
}
.max-height-400 {
    max-height: 400px;
}
.max-height-300 {
    max-height: 300px;
}
.max-height-200 {
    max-height: 200px;
}
.max-height-100 {
    max-height: 100px;
}
.max-height-80 {
    max-height: 80px;
}
.max-height-70 {
    max-height: 70px;
}
.max-height-60 {
    max-height: 60px;
}
.max-height-50 {
    max-height: 50px;
}
.max-height-40 {
    max-height: 40px;
}
.max-height-30 {
    max-height: 30px;
}
.max-height-20 {
    max-height: 20px;
}
.max-height-10 {
    max-height: 10px;
}
.max-height-5 {
    max-height: 5px;
}


.min-height-80 {
    min-height: 80px;
}
.min-height-70 {
    min-height: 70px;
}
.min-height-60 {
    min-height: 60px;
}
.min-height-50 {
    min-height: 50px;
}
.min-height-40 {
    min-height: 40px;
}
.min-height-30 {
    min-height: 30px;
}
.min-height-20 {
    min-height: 20px;
}
.min-height-10 {
    min-height: 10px;
}
.min-height-5 {
    min-height: 5px;
}
.min-height-100 {
    min-height: 100px;
}
.min-height-150 {
    min-height: 150px;
}
.min-height-200 {
    min-height: 200px;
}
.min-height-300 {
    min-height: 300px;
}
.min-height-400 {
    min-height: 400px;
}
.min-height-500 {
    min-height: 500px;
}
.min-height-600 {
    min-height: 600px;
}
.min-height-700 {
    min-height: 700px;
}
.width-25 {
    width: 25%;
}
.width-35 {
    width: 35%;
}
.width-50 {
    width: 50%;
}
.width-60 {
    width: 60%;
}
.width-70 {
    width: 70%;
}
.width-80 {
    width: 80%;
}
.width-90 {
    width: 90%;
}
.center {
    margin: auto
}
.middle {
    vertical-align: middle;
}
.vtop {
    vertical-align: top;
}
.gray-circle {
    border-radius: 100%;
    padding: 10px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    background: #a7a7a7;
}
.white-circle {
    border-radius: 100%;
    padding: 10px;
    max-height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
    background: #FFF;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
.em {
    font-style: italic;
}
.white {
    color: #FFF;
}
.lightGreen {
    color: #88ab46;
}
.green {
    color: green;
}
.veryLightgray {
    color: #CCC;
}
.lightgray {
    color: #999;
}
.gray {
    color: #666;
}
.pink {
    color: #ff00cc;
}
.transparentBg {
    background-color: transparent;
}
.whiteBg {
    background: #fff;
}
.whiteBg-50 {
    background: rgba(255, 255, 255, 0.5);
}
.blackBg {
    background: #000;
}
.blackBg-50 {
    background: rgba(0, 0, 0, 0.5);
}
.lightBg {
    background: #f9f9f9;
}
.veryLightBg {
    background: #fafafa;
}
.lightGrayBg {
    background: #eff0f1;
}
.light-border {
    border: 1px solid #ededed;
}
.white-border-bottom {
    border-bottom: 1px solid #fff;
}
.white-border-top {
    border-top: 1px solid #fff;
}
.light-border-bottom {
    border-bottom: 1px solid #ededed;
}
.light-border-top {
    border-top: 1px solid #ededed;
}
.light-border-top-bottom {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
}
.gray-border {
    border: 1px solid #ccc;
}
.gray-border-left {
    border-left: 1px solid #ccc;
}
.gray-border-top {
    border-top: 1px solid #ccc;
}
.gray-border-top-bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.border-top-bottom-dotted {
    border-top: 1px dotted #ededed;
    border-bottom: 1px dotted #ededed;
}
.black-border-top {
    border-top: 1px solid #333;
}
.no-border {
    border: 1px solid transparent
}
.no-border:focus {
    border: 1px solid #1e9bbb;
}
.margin-bottom-minus-10 {
    margin-bottom: -10px;
}
.margin-bottom-minus-15 {
    margin-bottom: -15px;
}
.margin-bottom-minus-20 {
    margin-bottom: -20px;
}
.margin-bottom-minus-25 {
    margin-bottom: -25px;
}
.margin-bottom-minus-30 {
    margin-bottom: -30px;
}
.margin-bottom-minus-40 {
    margin-bottom: -40px;
}
.margin-bottom-minus-50 {
    margin-bottom: -50px;
}
.margin-bottom-minus-75 {
    margin-bottom: -75px;
}
.margin-bottom-minus-100 {
    margin-bottom: -100px;
}
.margin-bottom-minus-150 {
    margin-bottom: -150px;
}
.margin-top-minus-10 {
    margin-top: -10px;
}
.margin-top-minus-15 {
    margin-top: -15px;
}
.margin-top-minus-20 {
    margin-top: -20px;
}
.margin-top-minus-25 {
    margin-top: -25px;
}
.margin-top-minus-30 {
    margin-top: -30px;
}
.margin-top-minus-40 {
    margin-top: -40px;
}
.margin-top-minus-50 {
    margin-top: -50px;
}
.margin-top-minus-75 {
    margin-top: -75px;
}
.margin-top-minus-100 {
    margin-top: -100px;
}
.margin-top-minus-150 {
    margin-top: -150px;
}
.margin-left-minus-10 {
    margin-left: -10px;
}
.margin-left-minus-15 {
    margin-left: -15px;
}
.margin-left-minus-20 {
    margin-left: -20px;
}
.margin-left-minus-25 {
    margin-left: -25px;
}
.margin-left-minus-30 {
    margin-left: -30px;
}
.margin-left-minus-40 {
    margin-left: -40px;
}
.margin-left-minus-50 {
    margin-left: -50px;
}
.margin-left-minus-75 {
    margin-left: -75px;
}
.margin-left-minus-100 {
    margin-left: -100px;
}
.margin-left-minus-150 {
    margin-left: -150px;
}

.right-0 {
    right: 0;
}
.right-5 {
    right: 5px;
}
.right-10 {
    right: 10px;
}
.right-20 {
    right: 20px;
}
.right-30 {
    right: 30px;
}
.right-40 {
    right: 40px;
}
.right-50 {
    right: 50px;
}
.right-60 {
    right: 60px;
}
.right-70 {
    right: 70px;
}
.right-80 {
    right: 80px;
}
.right-90 {
    right: 90px;
}
.right-100 {
    right: 100px;
}
.right-150 {
    right: 150px;
}
.right-200 {
    right: 200px;
}
.right-300 {
    right: 300px;
}
.right-400 {
    right: 400px;
}
.right-500 {
    right: 500px;
}
.left-0 {
    left: 0;
}
.left-5 {
    left: 5px;
}
.left-10 {
    left: 10px;
}
.left-20 {
    left: 20px;
}
.left-30 {
    left: 30px;
}
.left-40 {
    left: 40px;
}
.left-50 {
    left: 50px;
}
.left-60 {
    left: 60px;
}
.left-70 {
    left: 70px;
}
.left-80 {
    left: 80px;
}
.left-90 {
    left: 90px;
}
.left-100 {
    left: 100px;
}
.left-150 {
    left: 150px;
}
.left-200 {
    left: 200px;
}
.left-300 {
    left: 300px;
}
.left-400 {
    left: 400px;
}
.left-500 {
    left: 500px;
}
.opacity-0 {
    opacity: 0;
}
.opacity-10 {
    opacity: 0.1;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-70 {
    opacity: 0.7;
}
.opacity-80 {
    opacity: 0.8;
}
.opacity-90 {
    opacity: 0.9;
}
.opacity-100 {
    opacity: 1;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.font-size-400 {
    font-size: 400%;
}
.font-size-350 {
    font-size: 350%;
}
.font-size-300 {
    font-size: 300%;
}
.font-size-250 {
    font-size: 250%;
}
.font-size-220 {
    font-size: 220%;
}
.font-size-200 {
    font-size: 200%;
}
.font-size-180 {
    font-size: 180%;
}
.font-size-150 {
    font-size: 150%;
}
.font-size-140 {
    font-size: 140%;
}
.font-size-130 {
    font-size: 130%;
}
.font-size-125 {
    font-size: 125%;
}
.font-size-120 {
    font-size: 120%;
}
.font-size-110 {
    font-size: 110%;
}
.font-size-95 {
    font-size: 95%;
}
.font-size-90 {
    font-size: 90%;
}
.font-size-85 {
    font-size: 85%;
}
.font-size-80 {
    font-size: 80%;
}
.font-size-75 {
    font-size: 75%;
}
.font-size-70 {
    font-size: 70%;
}
.font-size-60 {
    font-size: 60%;
}
.font-size-50 {
    font-size: 50%;
}
.padding-0 {
    padding: 0px;
}
.padding-5 {
    padding: 5px;
}
.padding-10 {
    padding: 10px;
}
.padding-15 {
    padding: 15px;
}
.padding-20 {
    padding: 20px;
}
.padding-25 {
    padding: 25px;
}
.padding-35 {
    padding: 35px;
}
.padding-50 {
    padding: 50px;
}
.padding-75 {
    padding: 75px;
}
.padding-top-0 {
    padding-top: 0px;
}
.padding-top-5 {
    padding-top: 5px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-15 {
    padding-top: 15px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-25 {
    padding-top: 25px;
}
.padding-top-35 {
    padding-top: 35px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-75 {
    padding-top: 75px;
}
.padding-right-0 {
    padding-right: 0px;
}
.padding-right-5 {
    padding-right: 5px;
}
.padding-right-10 {
    padding-right: 10px;
}
.padding-right-15 {
    padding-right: 15px;
}
.padding-right-20 {
    padding-right: 20px;
}
.padding-right-25 {
    padding-right: 25px;
}
.padding-right-35 {
    padding-right: 35px;
}
.padding-right-50 {
    padding-right: 50px;
}
.padding-right-75 {
    padding-right: 75px;
}
.padding-bottom-0 {
    padding-bottom: 0px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-25 {
    padding-bottom: 25px;
}
.padding-bottom-35 {
    padding-bottom: 35px;
}
.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-75 {
    padding-bottom: 75px;
}
.padding-left-0 {
    padding-left: 0px !important;
}
.padding-left-5 {
    padding-left: 5px;
}
.padding-left-10 {
    padding-left: 10px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-20 {
    padding-left: 20px;
}
.padding-left-25 {
    padding-left: 25px;
}
.padding-left-35 {
    padding-left: 35px;
}
.padding-left-50 {
    padding-left: 50px;
}
.padding-left-75 {
    padding-left: 75px;
}
.padding-top-bottom-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.padding-top-bottom-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padding-top-bottom-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-top-bottom-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padding-top-bottom-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-top-bottom-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padding-top-bottom-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-top-bottom-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-top-bottom-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padding-left-right-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-left-right-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padding-left-right-25 {
    padding-left: 25px;
    padding-right: 25px;
}
.padding-left-right-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padding-left-right-40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padding-left-right-50 {
    padding-left: 50px;
    padding-right: 50px;
}
.padding-left-right-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.margin-0 {
    margin: 0px;
}
.margin-5 {
    margin: 5px;
}
.margin-10 {
    margin: 10px;
}
.margin-15 {
    margin: 15px;
}
.margin-20 {
    margin: 20px;
}
.margin-25 {
    margin: 25px;
}
.margin-35 {
    margin: 35px;
}
.margin-50 {
    margin: 50px;
}
.margin-75 {
    margin: 75px;
}
.margin-top-0 {
    margin-top: 0px !important;
}
.margin-top-5 {
    margin-top: 5px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-75 {
    margin-top: 75px;
}
.margin-right-0 {
    margin-right: 0px;
}
.margin-right-5 {
    margin-right: 5px;
}
.margin-right-10 {
    margin-right: 10px;
}
.margin-right-15 {
    margin-right: 15px;
}
.margin-right-20 {
    margin-right: 20px;
}
.margin-right-25 {
    margin-right: 25px;
}
.margin-right-35 {
    margin-right: 35px;
}
.margin-right-50 {
    margin-right: 50px;
}
.margin-right-75 {
    margin-right: 75px;
}
.margin-bottom-0 {
    margin-bottom: 0px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.margin-bottom-35 {
    margin-bottom: 35px;
}
.margin-bottom-50 {
    margin-bottom: 50px;
}
.margin-bottom-75 {
    margin-bottom: 75px;
}
.margin-left-0 {
    margin-left: 0px !important;
}
.margin-left-5 {
    margin-left: 5px;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-left-15 {
    margin-left: 15px;
}
.margin-left-20 {
    margin-left: 20px;
}
.margin-left-25 {
    margin-left: 25px;
}
.margin-left-35 {
    margin-left: 35px;
}
.margin-left-50 {
    margin-left: 50px;
}
.margin-left-75 {
    margin-left: 75px;
}
.margin-top-bottom-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.margin-top-bottom-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.margin-top-bottom-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-top-bottom-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.margin-top-bottom-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.margin-top-bottom-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.margin-top-bottom-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.margin-top-bottom-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.margin-top-bottom-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.margin-top-bottom-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
.margin-left-right-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.margin-left-right-5 {
    margin-left: 5px;
    margin-right: 5px;
}
.margin-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-left-right-15 {
    margin-left: 15px;
    margin-right: 15px;
}
.margin-left-right-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.margin-left-right-25 {
    margin-left: 25px;
    margin-right: 25px;
}
.margin-left-right-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.margin-left-right-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.margin-left-right-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.margin-left-right-100 {
    margin-left: 100px;
    margin-right: 100px;
}
.line-height-120 {
    line-height: 120%;
}
.line-height-150 {
    line-height: 150%;
}
.line-height-180 {
    line-height: 180%;
}
.line-height-200 {
    line-height: 200%;
}
.line-height-250 {
    line-height: 250%;
}
.line-height-300 {
    line-height: 300%;
}

.tab-area {
    padding-left: 0px;
    margin-left: -10px;
}


/* END */

/*media queries styles*/
@media screen and (max-width: 1024px) {}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .slider .carousel-inner h1, .slider .carousel-inner h3 {
        font-size: 42px;
    }
}
@media (max-width: 991px) {
    .carousel-inner {
        max-height: 360px;
    }
    .carousel-caption {
        top: 80%;
    }
    .slider .carousel-inner h1, .slider .carousel-inner h3 {
        font-size: 30px;
    }
    .client-section .nav-sidebar li a {
        padding: 10px;
    }
    .bg-dark-grad .navbar-nav>li>a {
        padding: 10px !important;
        border-right: 0px solid #45473b;
        border: 1px solid #ff5e00;
    }
    .bg-dark-grad .navbar-nav>li>a.btn {
        border: 0px solid #ff5e00;
    }
}
@media screen and (max-width: 767px) {

    .carousel-caption .mt-5, .carousel-caption .my-5 {
        margin-top: 1.5rem !important;
    }
    .carousel-caption .pt-5, .carousel-caption .py-5 {
        padding-top: 1.5rem !important;
    }

    .slider .carousel-inner h1, .slider .carousel-inner h3 {
        font-size: 30px;
    }

    .slider .carousel-inner h3 .w-50p {
        width: 96%;
        line-height: 32px;
    }

    .spl-section ul li {
        text-align: center;
    }
    .spl-section ul li p {
        text-align: left;
    }
    .tab-area {
        padding-left: 15px;
        margin-left: 0;
    }
    .client-section .nav-sidebar li, .client-section .nav-sidebar li a {
        color: #FFF;
        display: inline-block;
        width: auto;
    }
    .client-section .nav-sidebar li a {
        padding: 10px;
        border-bottom: 0px solid rgba(255, 255, 255, 0.1);
    }
    .client-section .nav-sidebar li {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 575px) {
    .carousel-caption {
        top: 8%;
        right: 2%;
        left: 2%;
    }
    .slider .carousel-inner h1, .slider .carousel-inner h3 {
        font-size: 20px;
    }

    .carousel-caption .mt-5, .carousel-caption .my-5 {
        margin-top: 1rem !important;
    }
    .carousel-caption .pt-5, .carousel-caption .py-5 {
        padding-top: 1rem !important;
    }
    .more-btn {
        padding: 1px 12px;
    }
    .footer-section .foot-links ul li {
        padding: 0px;
        border: 0px solid #666;
        margin-bottom: 10px;
    }
    .footer-section .foot-links ul li a {
        padding: 10px;
        border: 1px solid #666;
    }
}

@media (max-width: 767px) {
    .top-section {
        text-align: center;
    }
}