* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:400;
    line-height: 1.5em;
    background: url(../img/bg-body.png) repeat-x left top;
}
button, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.clearfix {
    clear: both;
}
.container {
    max-width: 80%;
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
a {
    color:#212529;
}
a:hover {
    color:#c20b0b;
}
.img-boradv {
    margin: 20px 0;
}
.navbar {
    padding: 9px 0  0 0;
}
.navbar .container {
    max-width: 100%;
}
.nav-item .nav-link {
    border-top: 3px solid #fff;
    font-weight: 500;
}
.nav-link {
    display: block;
    padding: .9rem 1rem;
}
.nav-item .active {
    border-top: 3px solid #C20B0B;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.3rem;
    padding-left: 1.3rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #191919;
}
.text-head {
    position: absolute;top: 25px;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    color:#191919;
    font-size: 16px;
}
.call-details {
    float: right;position: relative;left: -275px;
}
a.navbar-brand {
    background-color: #C20B0B;color: white !important;padding: 8px 32px; margin-right: 0rem;font-size: 18px;
}
.head-right {
    float: right;position: absolute;left: 140px;top: -5px;max-width: unset; color: #5a5a5a;
}
.posi-r {
    position: relative;left: 65px;
}
.posi-r .fa {
    color: #c20b0b;
}
a.navbar-brand1 {
    background: transparent !important;
    color: red !important;
    font-size: 15px;
    font-weight: 500;
}
.social-web {
    color:#5A5A58;
    float: right;
    position: absolute;
    right: -18px;
    top: 0px;
    display: flex;
    justify-content:right;
}
.social-icons.social-web a {
    background: #ddd;
    margin-right: 5px;
    border-radius: 50%;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 34px;
}
.carousel-caption {
    position: absolute;
    right: 12%;
    bottom: auto;
    font-family: 'Libre Caslon Text', serif;
    left: 12%;
    top: 40%;
}
.carousel-caption h3 {
    font-size: 34px;
    font-weight: 700;
}



.events {
    background: url(../img/bg-events.png) no-repeat left bottom; background-size: cover;
    padding:50px 0 30px 0;
}
.events h2 {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 20px;
}
.events h6 a {
    color: #212529;
}
.box-service {
    margin-top: 20px;
    border-radius: 0;
}
.date-class {
    position: absolute;
    width: 110px;
    padding:12px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #c20b0b;
    z-index: 100;
    top: -56px;
}
.date-class h3 {
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 20px;
}
.bg-prdct {
    border: 1px solid rgba(0,0,0,.125); 
    margin: 0 20px 10px 1px; 
}
.events2 .bg-prdct {
    margin: 0 20px 10px 0px; 
}
.bg-prdct h4 {
    color:#191919 ;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 17px;
}
.bg-prdct p {
    color:#4e4e4e;
}
.bg-prdct .card-body {
    padding-top: 67px;
    position: relative;
    min-height: 229px;
}
.image-box img {
    height: 258px;
}

.form-cont {
    display: flex;flex-direction: column;
}
.small-fields {
    display: flex;padding-bottom: 10px;justify-content: space-between;
}
.form-input {
    width: 100%; padding: 7px;
}
.form-input-right {
    width: 100%; float: right; padding: 7px;
}
.form-textarea {
    height:150px; padding:7px; margin-bottom: 10px; width: 100%;
}

.modal-content {
    border-radius: 0;
}
.form-control {
    border-radius: 0;
    font-size: 14px;
}
.close {
    color: #C20C0B;
}


.column {
    flex: 33.3333%;
    max-width: 33.3333%;
    padding: 0 4px;
}  
.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    filter: grayscale(1) brightness(0.5);
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s linear;
}

.columntitle {
    text-align: center;
    font-weight: 600;
}

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

#footer {
    background: #1B1B1B url(../img/bg-footer.jpg) no-repeat left top;
    color: #9D9D9D;
}
#footer a {
    color: #9D9D9D;
}
#footer a:hover {
    color: #c20b0b;
}
#footer a.btn {
    color: #fff;
}
#footer a.btn:hover {
    color: #fff;
}
.heading-3, .heading-3 a {
    color:#fff;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 20px;
}
#footer h5 {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: underline;
    line-height: 40px;
    margin-bottom: 0px;
}
.divider-3 {
    border-bottom: 1px solid #FFF;
    background-color: #DADADA;
    height: 1px;
    margin: 0.5em 0px 1.5em;
    width: 0px;
}
.divider-3 span {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #c20b0b;
}
hr {
    border-top: 1px solid rgba(255,255,255,.1);
}
hr.bl {
    border-top: 1px solid rgba(0,0,0,.1);
}
h5.strip {
    padding: 8px;
    background: #ddd;
    font-size: 16px;
    margin-top:10px;
}

#contact {
    background: url('../img/bg-form.png') no-repeat left top;
    padding:40px 0;
    background-size: cover;
}
.btn-abt {
    background-color: #C20C0B;
    color: #FFFFFF;
    border-radius: 0;
}
.responsive {
    width: 100%;
    height: auto;
}
.social-media-icons {
    float: right;
    padding-top: 12px;
}
#about-title {
    position: relative;
    left: 40px;
    top: 2%;
}
#about-title:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #C20B0B;
    left: -40px;
    top: 0%;
    position: relative;
}
#event-title:before, #gallery-title:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #C20B0B;
    left: 0px;
    top: 0%;
    position: relative;
}
#contact h3 {
    color:#ffffff ;
    font-family: 'Libre Caslon Text', serif;
    font-weight: 700;
    font-size: 25px;
    padding-right: 100px;
    line-height: 35px;
}
.thoughts-title {
    color: #CDCDCD; position: relative;top: -12px;left: 72px;
}
#thoughts-title:before {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #C20B0B;
    left: 0px;
    top: 4%;
    position: relative;
}
.fa-1x {
    font-size: 18px;
}

/*search*/
.search-icon {
    font-size: 19px;
    margin-right: 0px;
    margin-top: -5px;
    color: #5A5A58;
    background-color: transparent;
    border: 0;
    border: 0;
    outline: none;
}  
.search-toggle .search-icon.icon-close {
    display: none;
}
.search-toggle.opened .search-icon.icon-search {
    display: none;
}
.search-toggle.opened .search-icon.icon-close {
    display: block;
}  
.search-container {
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}
.search-container.opened {
    max-height: 87px;
}
.search-container input[type="text"] {
    outline: none;
    font-size: 14px;
    margin: 9px;
    width: 157px;
    background-color: inherit;
    border: 0;
}
.search-container .search-icon {
    vertical-align: middle;
}    
.search-container {
    position: absolute;
    right: 47px;
    top: -11px;
    z-index: 100;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #fff url(../img/bg-body.png) repeat-x left top;
    padding: 0 10%;
    box-shadow: 0 10px 30px 0 rgb(138 155 165 / 0%);
}
.dropdown-menu {
    border-radius: 0;
    top: auto;
}
.nav-item.dropdown:hover>.dropdown-menu {
    display: block;
}
.border-w {
    border: 1px solid rgba(0,0,0,.125);
}
 /*search*/ 
 .color-red{
    color: red !important;
}
 .banner {
    height: 220px;
    background: url(../img/banner-img-02.png) no-repeat;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.banner-box {
    position: relative;
    width: 100%;
    height: 220px;
    background-image: linear-gradient(0deg, #000000eb 20%, #000000a6 95%);
}
.banner-text {
    color: #fff;
    position: absolute;
    top: 55%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.banner-link {
    color: #fff;
    position: absolute;
    bottom: 5%;
    font-size: 15px;
}
h5.banner-link i {
    margin: 0 15px;
}
h3.header-h3 {
    font-size: 27px;
    font-family: 'Verdana Bold';
}

/*events box*/
.fw-bold {
    font-weight: bold;
}
.blog-box 
{
    border: 1px solid #dfdfdf;
    cursor: pointer;
    transition: all ease-in-out 300ms
}
.blog-box:hover {
    box-shadow: 0 13px 28px -25px #000;
    margin-top: -5px;
    cursor: pointer;
}
.blog-date {
    position: relative;
    bottom: 20px;
    left: 30px;
    background: transparent;
    border-bottom: 3px solid #C20B0B;
    width: 65px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

  
.gallery-title 
{
    position: relative;
    bottom: 0px;
    left: 0px;
    background: #fff;
    border-bottom: 3px solid #C20B0B;
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.gallery-title h5 {
    font-size: 16px;
}
.blog-content 
{
    padding: 5px 30px 5px 30px;
    margin-top: -15px;
    min-height: 57px;
}
.blog-content .header-h5 
{
    font-size: 16px;
    cursor: pointer;
}
.description 
{
    font-size: 14px;
    text-align: justify;
}
.blog-btn 
{
    border: 1px solid #000;
    width: 50%;
    padding: 10px 15px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.blog-btn:hover {
    background: #C20B0B;
    color: #fff;
    border: 1px solid transparent;
}

.blog-view-btn 
{
    border: 1px solid #000;
    width: 16%;
    padding: 14px 15px;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin:0 auto;
}
.blog-view-btn:hover {
    background: #C20B0B;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
}
/*events box*/

/* events Details */
.social-ul {
    list-style: none;
    display: flex;
}
.recent-post
{
    padding: 15px 15px;
}
.header-h3-s
{
    font-size: 16px;
}
.events-dates 
{
    position: relative;
    bottom: 35px;
    left: 30px;
    background: #fff;
    border-bottom: 3px solid #C20B0B;
    width: 65px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}
.bi-style {
    font-size: 20px;
    color: #000;
    background: #fff;
    width: 50px;
    text-align: center;
    height: 50px;
    margin: 0 10px;
    line-height: 48px;
    transition: all ease-in-out 200ms;
    border: 1px solid #ddd;
}
.bi-style:hover {
    font-size: 20px;
    color: #000;
    background: #C20B0B;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 48px;
    margin-top: -5px;
    border: 1px solid #ddd;
}
.b-text
{
    margin-right: 20px;
    line-height: 45px;
    margin-bottom: 0;
    font-size: 20px
}
.events-dates.ri8{
    position: absolute;
    top: 24px;
    right: 24px;
    bottom: inherit;
    left: inherit;
    background: #fff;
    border-bottom: 3px solid #C20B0B;
    width: 65px;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    z-index: 99;
}
.form-section .header-h3{
    font-size: 32px;
    font-family: 'Verdana Bold';
}
.i-yellow {
    width: 65px;
    height: 65px;
    background: #C20B0B;
    text-align: center;
    line-height: 65px;
    color: #000;
    border-radius: 9px;
    font-size: 26px;
    display: inline-block;
}
.m0 {
        margin: 0;
}
.under-red {
    height: 5px;
    background: #C20B0B;
    width: 50px;
    margin: 10px 0;
}
/* events Details */

.box-img {
    padding: 10px;
}
.about-box-l {
    border: 1px solid #eee;
    padding: 20px;
    text-align: justify;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#e74c3c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index:10000;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.events-slider .slick-dots li button:before {
    color: #ccc;
}


ul.product-plans {
    width: min(80rem, 90%);
    margin-inline: auto;
    display: flex;
    row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
  ul.product-plans li.product-plan:nth-child(1) { --accent-color: #fa0038; background: rgba(250, 0, 56, 0.05); }
  ul.product-plans li.product-plan:nth-child(2) { --accent-color: #164fa9; background: rgba(22, 79, 169, 0.05); }
  ul.product-plans li.product-plan:nth-child(3) { --accent-color: #1a9b8b; background: rgba(26, 155, 139, 0.05); }
  ul.product-plans li.product-plan:nth-child(4) { --accent-color: #fa0038 }
  ul.product-plans li.product-plan:nth-child(5) { --accent-color: #164fa9 }
  
  ul.product-plans li.product-plan {
    --overlap-size: 1.5rem;
    --border-radius: 5rem;
    width: min(20rem, 100%);
    margin-inline: var(--overlap-size);
    padding-block: 2rem;
    display: grid;
    grid-template-rows: max-content max-content 1fr max-content;
    gap: 0.5rem;
    border-radius: 10px;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  }
  
  ul.product-plans li.product-plan .title {
    font-size: 1.3rem;
    color: var(--accent-color);
    text-align: center;
    padding: 0 10px;
  }
  
  ul.product-plans li.product-plan .price {
    margin-right: calc(var(--overlap-size) * -1);
    justify-self: end;
    padding-block: 0.25rem;
    padding-inline: var(--overlap-size);
    background-color: var(--accent-color);
    color: white;
    position: relative;
  }
  ul.product-plans li.product-plan .price::after {
    content: "";
    position: absolute;
    height: var(--overlap-size);
    width: var(--overlap-size);
    right: 0;
    top: 100%;
    background-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  
  ul.product-plans li.product-plan .btn {
    justify-self: start;
    margin-left: calc(var(--overlap-size) * -1);
    padding-block: 0.5rem;
    padding-inline: 2.5rem;
  
    border: none;
    font-family: inherit;
    color: white;
    font-size: 1.1rem;
  
    background-color: var(--accent-color);
    background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.25) 0);
    background-size: 100% 200%;
    transition: background-position 100ms ease;
  
    position: relative;
    cursor: pointer;
  }
  ul.product-plans li.product-plan .btn:focus-visible {
    outline-offset: 5px;
    outline: 2px solid var(--accent-color);
    background-position: 0 100%;
  }
  
  ul.product-plans li.product-plan .btn:hover {
    background-position: 0 100%;
  }
  
  ul.product-plans li.product-plan .btn::after {
    content: "";
    position: absolute;
    height: var(--overlap-size);
    width: var(--overlap-size);
    left: 0;
    bottom: 100%;
    background-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
  }
  
  ul.product-plans li.product-plan .btn:active {
    transform: scale(0.95);
  }
  ul.product-plans li.product-plan .btn:active::after {
    transform-origin: left bottom;
    transform: scale(0.9);
  }
  
  ul.product-plans li.product-plan .features {
    align-self: flex-start;
    list-style: none;
    padding-inline: 2rem;
    display: grid;
  }
  
  ul.product-plans li.product-plan .features li:not(:first-child) {
    border-top: 1px solid rgb(200, 200, 200);
  }
  ul.product-plans li.product-plan .features li {
    padding: 0.5rem;
    display: grid;
    gap: 1rem;
    grid-template-columns: 1rem 1fr;
  }
  
  ul.product-plans li.product-plan .features li::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    display: grid;
    place-items: center;
  }
  ul.product-plans li.product-plan .features li.check::before {
    content: "\2713";
    color: green;
  }
  ul.product-plans li.product-plan .features li.cross::before {
    content: "\d7";
    color: red;
  }

.card-deck {
     justify-content: left;
}  
.card-deck .card {
    margin: 0.3rem;
}
.card-deck ul {
    padding-left: 16px;
}


.card-deck1 {
    justify-content: left;
}  
.card-deck1 .card {
   margin: 0.3rem;
   border-radius: 0;
   border:0;
   -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.card-deck1 h5 {
    font-size: 16px;
    margin-bottom: 1px;
}
.card-deck1 p {
    margin-bottom: 0px;
}



.gallery-slider .box-img  {
    position: relative;
    cursor: pointer;
}

.gallery-slider h5 {
    font-size: 16px;
    background: rgba(0,0,0,0.5);
    padding: 5px;
    position: absolute;
    width: 93.5%;
    bottom: 1px;
    color: #fff;
    z-index: 100;
    text-align: center;
}
.gallery-slider .slick-dots li button:before {
    color: #999;
}

/*upload file*/
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
  }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }
  .avatar-upload .avatar-edit input {
    display: none;
  }
  .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }
  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

.regular.slider img, .events2.slider img {
    height: 378px;
    width: 100%;
}

.gallery-slider.slider img {
    height: 215px;
    width: 100%;
}

.jusfy-center {
    justify-content: center;
    text-align: center;
    width: 100%;
}
.pic-rounded {
    border-radius: 10px;
    height: 170px;
    width: auto;
}
.card-decksmall {
    flex-flow: row wrap;
    display: flex;
    justify-content: center;
    width: 100%;
}

.card-decksmall .card {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    margin: 0.3rem;
    text-align: center;
    border-radius: 0;
    border:0;
}
.card-decksmall .pic-rounded {
    border-radius: 10px;
    height: 150px;
    width: auto;
}
.card-deck1 .card:hover, .card-decksmall .card:hover {
    background: rgba(22, 79, 169, 0.05);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.card-decksmall h5 {
    font-size: 16px;
    margin-bottom: 1px;
}
.card-decksmall p {
    margin-bottom: 0px;
}
#carouselExampleIndicators1 {
    margin-bottom: 15px;
}
#carouselExampleIndicators1 .carousel-indicators {
    bottom: -45px;
}
#carouselExampleIndicators1 .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.office-h {
    text-transform: uppercase;
    font-weight: 600;
}
  
.map {
    height: 300px;
}


/*search*/
/* .search-container1 {
    position: relative;
    display: inline-block;
    margin: 0;
    height: 35px;
    width: 30px;
    vertical-align: bottom;
    padding-top: 5px;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 32px;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search1 {
    position: absolute;
    left: 49px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search1:focus {
    width: 200px;
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 36px; 
    top: -5px;
}

.expandright:focus {
    padding: 0 0 0 16px;
} */


.fa-2x {
    font-size: 1.4em;
}

.google-map {
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
.google-map {
    width: 100%;
    height:400px;
}
.err_msg {
    color: red;
    display: block;
    font-size: 12px;
    margin-bottom: 0;
    transition:background 1s ease-in;
}

/*tab*/
.tabbable-panel {
    border:0px solid #eee;
    padding: 10px;
  }
  
  .tabbable-line > .nav-tabs {
    border: none;
    margin: 0px;
  }
  .tabbable-line > .nav-tabs > li {
    margin-right: 2px;
    padding: 0;
    
  }
  .tabbable-line > .nav-tabs > li > a {
    border: 0;
    color: #737373;
    font-weight: 600;
    border-bottom: 4px solid #eee;
    color: #000;
  }
  .tabbable-line > .nav-tabs > li > a > i {
    color: #a6a6a6;
  }
  /* .tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
    border-bottom: 4px solid #C20B0B;
  } */
  .tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    background: none !important;
    border-bottom: 4px solid #C20B0B;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
    color: #a6a6a6;
  }
  .tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
    margin-top: 0px;
  }
  .tabbable-line .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    border-bottom: 4px solid #C20B0B;
    background-color: transparent;
}
  /* .tabbable-line > .nav-tabs > li.active {
    border-bottom: 4px solid #C20B0B;
    position: relative;
  } */
  .tabbable-line > .nav-tabs > li.active > a {
    border: 0;
    color: #333333;
  }
  .tabbable-line > .nav-tabs > li.active > a > i {
    color: #404040;
  }
  .tabbable-line > .tab-content {
    margin-top: -3px;
    background-color: #fff;
    border: 0;
    border-top: 3px solid #eee;
    padding: 25px 35px;
  }
  .portlet .tabbable-line > .tab-content {
    padding-bottom: 0;
  }
  .tabbable-line .tab-content a {
    color: #212529;
  }
  .tabbable-line .tab-content a:hover {
    color: #C20B0B;
  }
/*
.carousel-inner {
    height: 80vh;
}*/
#webinars .carousel-inner {
    height: auto;
}
#footer a.twitter-icon, #footer a.facebook-icon, #footer a.youtube-icon {
    color: #999;
}
#footer a.twitter-icon:hover {
    color: #03a9f4;
}
#footer a.facebook-icon:hover {
    color: #1877f2;
}

#footer a.youtube-icon:hover {
    color: #ff0000;
}

/*animation*/
.two {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
}

/*search*/

  input{
    color: #444;
  }
  form{
      padding: 0;
        margin: 0;
  }
  input.search-text {
      color: #222;
      position:relative;
      z-index:5;
      transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
      height: 45px;
      width: 0;
      margin: 0;
      padding: 5px 0 5px 40px;
      box-sizing: border-box;
      font-size: 16px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 30px;
      border: 0px solid transparent;
      /*background: url(search.png) no-repeat left 9px center transparent;*/
      background: url(../img/search-icon.svg) no-repeat left 9px center transparent;
    background-size:20px;
  }
  input.search-text:focus {
      z-index:3; 
      width: 200px;
      border: 0px solid #666;  
      background-color: white;
      outline: none;
      cursor:auto;
      padding-right: 10px;
  }
  
  input.search-submit {
      position: relative;
      z-index: 4;
      top:17px;
      left: 49px;
      width: 45px;
      height: 45px;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      border-radius: 30px;
      cursor: pointer; 
      background: none;
  }
  
  input.search-text::-webkit-search-cancel-button {
      cursor:pointer;
  }
  .signup-r, .signup-r a {
    color:#0052CC !important;
  }
  .signup-r a:hover {
    text-decoration: underline !important;
    color:#c20b0b;
  }


.right-user .dropdown-menu{
    left: auto;
    right: 0;
}
.right-user .dropdown-menu li {
    padding:4px 7px;
    font-size: 14px;
    border-bottom: 1px #f1f1f1 solid;
}
.right-user .dropdown-menu li:last-child {
    border-bottom: 0px #f1f1f1 solid;
}
.right-user .fa.fa-user {
    font-size: 20px;
}
.right-user .btn-link {
    font-weight: 400;
    color: #c20b0b;
    text-decoration: none;
    outline: none;
}
.right-user .btn-link:hover, .right-user .btn-link:focus, .right-user:focus {
   outline: none;
}

/*toggle*/
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-toggle:focus,
  .btn-toggle.focus,
  .btn-toggle:focus.active,
  .btn-toggle.focus.active {
    outline: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle:before {
    content: 'Off';
    left: -4rem;
  }
  .btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.active:before {
    opacity: 0.5;
  }
  .btn-toggle.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
    display: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    color: #6b7381;
  }
  .btn-toggle.active {
    background-color: #29b5a8;
  }



@media screen and (max-width: 1988px) {
    .regular.slider img, .events2.slider img {
        height: 324px;
    }
}
@media screen and (max-width: 1865px) {
    .regular.slider img, .events2.slider img {
        height: 285px;
    }
}
@media screen and (max-width: 1768px) {
    .regular.slider img, .events2.slider img {
        height: 252px;
    }
}
@media screen and (max-width: 1688px) {
    .regular.slider img, .events2.slider img {
        height: 230px;
    }
}
@media screen and (max-width: 1600px) {
    .regular.slider img, .events2.slider img {
        height: 203px;
    }
}
@media screen and (max-width: 1548px) {
    .bg-prdct .card-body {
        min-height: 218px;
    }
}
@media screen and (max-width: 1456px) {
    .img-newads {
        height: 415px;
    }
}
@media screen and (max-width: 1394px) {
    input.search-text:focus {        
        width: 180px;
    }
}
@media screen and (max-width: 1294px) {
    input.search-text:focus {        
        width: 170px;
    }
}
@media screen and (max-width: 1240px) {
    .sticky.is-sticky {
        padding: 0 6%;
    }
    .container {
        max-width: 84%;
    }
}
@media screen and (max-width: 1180px) {
    input.search-text:focus {        
        width: 220px;
    }
    .carousel-inner {
        height: auto;
    }
    .sticky.is-sticky {
        padding: 0 2%;
    }
    .col-md-9.m-row.social-media-icons {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .social-web {
        color: #5A5A58;
        float: right;
        position: absolute;
        right: -22px;
        top: -66px;
        text-align: right;
        display: block;
        justify-content: space-around;
    }
    .expandright {
        left: auto;
        right: 0;
        top: -5px;
    }
    .m-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 11px;
    }
    .mr-11 {
        border-right: 0px #f2f2f2 solid;
    }
    .call-details {
        float: none;
        position: static;
        left: auto;
        padding: 0;
    }
    .text-head {
        top: 32px;
    }
    .posi-r {
        position: absolute;
        left: auto;
        padding: 0;
    }
    .head-right {
        float: none;
        position: static;
        padding-left: 65px;
    }
    .social-media-icons {
        border-bottom: 1px #f2f2f2 solid;
        padding-bottom: 10px;
    }
    .col-6.call-details {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 1100px) {
    .container {
      max-width: 90%;
    }
}
@media screen and (max-width: 1052px) {
    .container {
        max-width: 89%;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media screen and (max-width: 910px) {
    .container {
        max-width: 96%;
    }
    .bg-prdct h4 {
        font-size: 20px;
    }
    #contact h3 {
        font-size: 20px;
        padding-right: 50px;
        line-height: 37px;
    }
    .social-web {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .banner-text {
        font-size: 21px;
    }
}
@media screen and (max-width: 810px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
@media screen and (max-width: 767px) {
    .card-deck1 .card {
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
    }
    .banner-text, .banner-link {
        left: 25px;
    }
    .searchbutton {
        right: 0;
    }
    .sticky.is-sticky {
        padding: 0 2%;
    }
    .container {
        max-width: 99%;
    }
    #contact h3 {
        color: #ffffff;
        font-family: 'Libre Caslon Text', serif;
        font-weight: 700;
        font-size: 18px;
        padding-right: 0px;
        line-height: normal;
    }
    #contact {
        padding: 40px 0 0 0;
    }
    .bg-prdct {
        margin: 0 0px 10px 0px;
    }
    .events2 .bg-prdct {
        margin: 0 0px 10px 0px;
    }
    .social-web {
        color: #5A5A58;
        float: right;
        position: absolute;
        right: -17px;
        top: -69px;
        text-align: right;
        display: block;
        justify-content: space-around;
    }
    .social-icons.social-web a {
        padding: 0 11px;
    }
    a.navbar-brand {
        padding: 7px 18px;
        margin-right: 0rem;
    }
    .navbar-light .navbar-toggler {
        border: 0px;
    }
    .m-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 11px;
    }
    .call-details {
        float: none;
        position: static;
        left: auto;
        padding: 0;
    }
    .posi-r {
        position: static;
        left: auto;
        padding: 0;
    }
    .social-media-icons {
        border-bottom: 1px #f2f2f2 solid;
        padding-bottom: 0px;
    }
    .text-head {
        position: static;
        top: auto;
        font-size: 14px;
    }
    .head-right {
        float: none;
        position: static;
        padding: 0;
    }
    .head-right p {
        margin-top: 0;
        margin-bottom: 0rem;
    }
    .fa-3x {
        font-size: 1.5em;
        padding-top: 4px;
    }
    .padd-10 {
        padding-left: 10px;
    }
    .mr-11 {
        border-right: 1px #f2f2f2 solid;
    }
    .heading-3 {
        padding-top: 10px;
    }
    .search-toggle.opened .search-icon.icon-close {
        display: block;
        left: 68px;
        bottom: 8px;
        z-index: 1000000;
        position: absolute;
    }
    #contact {
        background: url(../img/bg-form.png);
    }
    .search-toggle.closed {
        float: right;
    }
    .search-toggle.opened .search-icon.icon-close {
        right: -14px;
        bottom: 2px;
        left: auto;
    }
    .card-decksmall .card {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
    .column img {
      filter: grayscale(0) brightness(1);
    }
}

@media screen and (max-width: 575px) {
    .social-web {
        top: 82px;
        flex: 0 0 70%;
        max-width: 70%;
    }
    input.search-text:focus {
        border: 1px solid #ccc;  
    }
    input.search-text {
        height: 35px;
    }
    input.search-submit {
        width: 35px;
        height: 35px;
    }
    .right-user.dropdown {
        right: 58px;
    }
    .card-decksmall .card {
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
    }
    .banner-text {
        top: 46%;
        font-size: 24px;
    }
}
@media screen and (max-width: 430px) {
    .social-web {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .card-decksmall .card {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
    }
}
@media screen and (max-width: 380px) {
    .search-toggle.opened .search-icon.icon-close {
        left: 48px;
    }
}
@media screen and (max-width: 375px) {
    .social-web {
        flex: 0 0 87%;
        max-width: 87%;
    }
}

