 .bg_black{
   background-color: #041a24!important
}
body {
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    color: #666;
    font-family: 'Titillium Web', sans-serif;
}

p,
ul li,
ol li {
    margin: 0;
    line-height: 1.8;
}

h1, .h1 {
    font-size: 2.1875rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

ul,
label {
    margin: 0;
    padding: 0;
}

input[type="submit"],
input[type="reset"],
a {
    transition-timing-function: ease-in;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #ff6a00;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

.form-control:focus {
    color: #ff6a00;
    background-color: #ffffff;
    border-color: #ff6a00;
    outline: 0;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #f0f1f3;
    opacity: 1;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.no-toggle.dropdown-toggle::after {
    display: none;
}


.navbar-light .navbar-nav .nav-link {
    color: #666 !important;
    font-weight: 500;
}

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link:focus {
        color: #ff6a00 !important;
        transition: .3s;
        transition-timing-function: ease-in;
    }

.navbar-light .navbar-toggler {
    color: #000;
    background: #ff6a00;
    border-color: rgba(128, 0, 0, 0.01);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/*.navbar .dropdown-menu::before {
    content: '';
    position: absolute;
    left: 7%;
    bottom: 100%;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ff6a00;
    border-width: 12px;
    clear: both;
}*/

.dropdown:hover > .dropdown-menu {
    display: block;
}


.dropdown > .dropdown-toggle:active {
    pointer-events: none;
}

.dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0;
    box-shadow: 0 -1px 27px 0 rgba(0,0,0,0.08);
}

    .dropdown-menu a {
        color: #666;
        font-weight: 400;
        padding: 6px 20px;
        border-bottom: 1px dotted rgba(102, 102, 102, 0.20);
    }

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #ff6a00;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    height: 0;
    margin: 0 1rem 0.3rem;
    overflow: hidden;
    border-top: 1px solid #ededed;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

.btn-rad {
    border-radius: 50px;
    padding: 15px 38px 15px;
}


.btn-link {
    font-weight: 500;
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: none;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: none;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #8f9397;
        pointer-events: none;
    }

    .btn-link:after {
        display: block;
        content: '';
        border-bottom: solid 2px #ff6a00;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
        transform-origin: 100% 50%;
    }

    .btn-link:hover:after {
        transform: scaleX(1);
        transform-origin: 0% 50%;
    }

.py-7 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
}

.scrollbar-thin::-webkit-scrollbar {
    margin: 15px auto;
    width: 5px;
}

.scrollbar-thin::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    background: #51b146;
    border-radius: 10px;
}

    .scrollbar-thin::-webkit-scrollbar-thumb:hover {
        background: #000;
    }

.text-green {
    color: #007a37 !important;
}

.text-saffron {
    color: #ff6a00 !important;
}

.text-blue {
    color: #29166f !important;
}

.text-black {
    color: #343a40 !important;
}

.bg-saffron {
    background: #ff6a00 !important;
}

.bg-black {
    background: #000;
}

.bg-blue {
    background: #29166f !important;
}

.bg-green {
    background: #007a37 !important;
}

.bg-facebook {
    background: #3b5998;
    color: #fff;
}

.bg-twitter {
    background: #1da1f2;
    color: #fff;
}

.bg-youtube {
    background: #dd4b39;
    color: #fff;
}

.bg-instagram {
    background: linear-gradient(#cf2fee, #f75845);
    color: #fff;
}

.bg-linkedin {
    background: #0077B5;
    color: #fff;
}

.btn-gradient {
    background-image: linear-gradient(120deg, #8d598a 0%, #0077B5 100%);
    color: #fff;
}

    .btn-gradient:hover {
        background-image: linear-gradient(-120deg, #8d598a 0%, #0077B5 100%);
        color: #fff;
    }

::selection {
    color: #ffffff;
    background: #ff6a00;
}

::-moz-selection {
    color: #ffffff;
    background: #ff6a00;
}

.bg-primary::selection, .bg-grad::selection {
    color: #ff6a00;
    background: #ffffff;
}

.bg-primary, .bg-grad::-moz-selection {
    color: #ff6a00;
    background: #ffffff;
}

.line-height-1 {
    line-height: 1.9 !important;
}

.text-welcome h6 {
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
}

.latestnews {
    height: 52px;
}


.latestnews p {
    padding-top: 0.85rem
}

.latestnews a {
    color: #fff;
    border-right: 1px solid #fff;
    padding: 0 0.5rem !important;
}

.latestnews a:last-child {
    border-right: none;
}

/* Banner */
#banner {
    margin-bottom: -0.62rem !important;
}

    #banner .item img {
        display: block;
        width: 100%;
        height: inherit;
    }

    #banner .owl-dots {
        bottom: 2%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto
    }

        #banner .owl-dots .owl-dot.active span {
            background-color: #ff6a00;
        }

    #banner .owl-nav [class*=owl-] {
        position: absolute;
        top: 50%;
        left: 35px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0;
        background-color: #000;
        border-radius: 50%;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 34px;
        opacity: 0;
    }

        #banner .owl-nav [class*=owl-]:hover {
            background-color: #ff6a00;
        }

    #banner .owl-nav .owl-next {
        right: 0;
        left: initial;
    }

    #banner:hover .owl-nav [class*=owl-] {
        opacity: 1;
    }

    #banner .caption {
        padding: 1rem;
        position: absolute;
        right: 8%;
        top: 20%;
        bottom: auto;
        left: 8%;
        z-index: 10;
    }

        #banner .caption .left {
            float: left;
            text-align: left;
        }

        #banner .caption .right {
            float: right;
            text-align: center;
        }

    #banner .btn {
        border-radius: 50px;
        padding: 15px 38px 15px;
        margin-top: 2rem;
    }

    #banner .btn-dark:hover {
        color: #fff;
        background-color: #f75845;
        border-color: #f75845;
    }

/* // Banner*/

.line-hide-4 {
    line-height: 1.8em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.line-hide-1 {
    line-height: 1.8em;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}

.fs-h5 {
    font-size: 1.25rem;
}

.tab-content {
    padding: 1rem;
    margin-bottom: 20px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.group-brand .nav-link {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    -ms-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

    .group-brand .nav-link span {
        display: block;
        margin-top: 3px;
        font-weight: 500;
        font-size: 1rem;
    }

.group-brand .group-brand-img {
    height: 45px;
    width: 45px;
}


.group-brand .nav-link i {
    font-size: 4rem;
}

.bg-gradient {
    /*background-image: -ms-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: -moz-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: -o-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
   
    /*background-image: -webkit-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: linear-gradient(to right, #ff5722 0%, #f39900 100%);*/
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #071b3a), color-stop(100, #041a24));
        color: #fff!important;
}

.bg-gradient1 {
    /*background-image: -ms-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: -moz-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: -o-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
   
    /*background-image: -webkit-linear-gradient(left, #ff5722 0%, #f39900 100%);*/
    /*background-image: linear-gradient(to right, #ff5722 0%, #f39900 100%);*/
      background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffb40a), color-stop(100, #041a24));
}


.play-btn {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 100px;
    height: 100px;
    color: #fff;
    line-height: 96px;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    padding-left: 4px;
    display: inline-block;
    background-color: #ff6a00;
}

    .play-btn i {
        font-size: 2rem;
    }

    .play-btn.ripple,
    .play-btn .ripple:before,
    .play-btn .ripple:after {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100px;
        width: 100px;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -moz-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -ms-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -o-box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        box-shadow: 0 0 0 0 rgba(253, 96, 29, .6);
        -webkit-animation: ripple 3s infinite;
        -moz-animation: ripple 3s infinite;
        -ms-animation: ripple 3s infinite;
        -o-animation: ripple 3s infinite;
        animation: ripple 3s infinite;
    }

        .play-btn .ripple:before {
            -webkit-animation-delay: .9s;
            -moz-animation-delay: .9s;
            -ms-animation-delay: .9s;
            -o-animation-delay: .9s;
            animation-delay: .9s;
            content: "";
            position: absolute;
        }

        .play-btn .ripple:after {
            -webkit-animation-delay: .6s;
            -moz-animation-delay: .6s;
            -ms-animation-delay: .6s;
            -o-animation-delay: .6s;
            animation-delay: .6s;
            content: "";
            position: absolute;
        }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(254, 93, 32, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(254, 93, 32, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 96, 29, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 96, 29, 0);
    }
}


/* Image Preview */
.image-preview, #callback-preview {
  width: 250px;
  height: 250px;
  border: 2px dashed #ddd;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #ecf0f1;
}

.image-preview input, #callback-preview input {
  line-height: 200px;
  font-size: 200px;
  position: absolute;
  opacity: 0;
  z-index: 10;
}

.image-preview label, #callback-preview label {
  position: absolute;
  z-index: 5;
  opacity: 0.8;
  cursor: pointer;
  background-color: #bdc3c7;
  width: 150px;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

/*-- gallery --*/
.gallery_grid li {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 1%;
}

.box {
    position: relative;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 3px;
}

    .box img {
        height: 100%;
        width: 100%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

    .box .overbox {
        background-color: hsla(0, 0%, 11%, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        z-index: 100;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
        width: 100%;
        padding: 8em 2em 2em;
    }

    .box,
    .box .overbox {
        height: 230px;
    }

        .box:hover .overbox {
            opacity: 1;
        }

        .box .overtext {
            -webkit-transition: all 300ms ease-out;
            -moz-transition: all 300ms ease-out;
            -o-transition: all 300ms ease-out;
            -ms-transition: all 300ms ease-out;
            transition: all 300ms ease-out;
            transform: translateY(40px);
            -webkit-transform: translateY(40px);
        }

        .box .title {
            font-size: 1.5em;
            text-transform: uppercase;
            opacity: 0;
            transition-delay: 0.1s;
            transition-duration: 0.2s;
        }

        .box:hover .title,
        .box:focus .title {
            opacity: 1;
            transform: translateY(0px);
            -webkit-transform: translateY(0px);
        }

        .box .tagline {
            font-size: 13px;
            line-height: 1.8em;
            opacity: 0;
            transition-delay: 0.2s;
            transition-duration: 0.2s;
            margin: 10px 0 0 0;
        }

        .box:hover .tagline,
        .box:focus .tagline {
            opacity: 1;
            transform: translateX(0px);
            -webkit-transform: translateX(0px);
        }

.sponsors-section {
    position: relative;
    padding: 70px 0px 70px;
}

    .sponsors-section .outer-container {
        position: relative;
        padding: 0px 60px;
    }

    .sponsors-section .sponsors-outer .image-box {
        position: relative;
        text-align: center;
        margin: 0px;
    }

        .sponsors-section .sponsors-outer .image-box img {
            max-width: 100%;
            width: auto;
            opacity: 0.5;
            display: inline-block;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .sponsors-section .sponsors-outer .image-box img:hover {
                opacity: 1;
                cursor: grabbing;
                -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
            }


/*-- //gallery --*/

.divider {
    color: #8f9397;
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    line-height: 0em;
}

    .divider:before {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0em;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
    }

    .divider:after {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        content: "";
        display: inline-block;
        height: 0;
        margin: 0 0 0 -100%;
        vertical-align: middle;
        width: 50%;
        margin: 0 -100% 0 0;
    }


.divider-small {
    width: 10%;
    margin: 5px auto;
}

.divider-medium {
    width: 20%;
    margin: 5px auto;
}


.footer {
    color: #E0E0E0;
    padding-top: 4rem;
    position: relative;
    z-index: 1;
    background: #111 url(../images/map-pattern.png);
    background-position: center center;
    background-repeat: no-repeat;
}

    .footer h5 {
        font-weight: 700;
        color: #fff;
        margin: 1rem auto;
    }

    .footer a {
        color: #E0E0E0;
    }

        .footer a:hover {
            color: #fff;
        }

    .footer hr {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .footer .nav-link {
        display: block;
        padding: 0.5rem 1rem 1rem 0;
    }

.social-link li {
    background: rgba(255, 255, 255, 0.08);
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

    .social-link li a {
        text-align: center !important;
        margin-left: 13px;
    }

    .social-link li:hover {
        background: #ff6a00;
    }

.back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 13px 14px !important;
    position: fixed !important;
    bottom: 25px;
    right: 25px;
    border-radius: 3px;
    display: block;
    text-align: center;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .back-top i {
        font-size: 12px;
        color: #ffffff;
        margin: 0 !important;
        display: block;
    }

    .back-top.btn-show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0%);
    }

/*===============================
      INNERPAGE BANNER
=================================*/
.innerpage-banner {
    position: relative;
    padding: 6rem 0;
}

    .innerpage-banner h1 {
        font-size: 2.3rem;
        font-weight: 600;
        text-transform: uppercase;
    }

    .innerpage-banner h6 {
        margin-bottom: 0;
    }

    .innerpage-banner .breadcrumb {
        position: absolute;
    }

    .innerpage-banner.left {
  text-align: left;
}

.innerpage-banner.left .breadcrumb {
  left: 13px;
  width: auto;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb .breadcrumb-item {
        display: inline-block;
        color: #fff;
    }

        .breadcrumb .breadcrumb-item a {
            color: #fff;
            font-size: 12px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;

        }

        .breadcrumb .breadcrumb-item a:hover {
            color: #ffd800;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    .breadcrumb > .breadcrumb-item + .breadcrumb-item:before {
        content: "/";
        padding: 0 12px 0 0 !important;
        font-size: 13px;
        vertical-align: middle;
        color: #fff !important;
    }

/* Certificate */

#membership {
    background: url(../images/certificate_border.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 3.5rem;
    width: 1076px;
    height: 748px;
}

.certificate {
    position: relative;
    color: #000;
    font-weight: bolder;
}



.certificate .h2 {
    color: #c60000;
}

.certificate .h1 {
    color: #ab741f;
    font-size: 3.7rem;
}

.certificate .h4,
.certificate .text-name {
    line-height: 1.6;
    font-size: 1.5rem;
}

.certificate .text-name {
    font-weight: 700;
    /*border-bottom: 1px dotted #000;*/
    margin-bottom: 7px;
}

.signature {
    background: url(../images/barcode.gif);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 372px;
    height: 70px;
}

.page {
    page-break-after: always;
}

@media print {

    .page {
        page-break-after: always;
    }

    @page {
        size:auto /* 11.3in 7.8in; width height */
    }

    @page rotated {
        size: landscape;
    }

    .print:last-child {
        page-break-after: auto;
    }

}

/* ========== Responsive ========================= */

@media (max-width: 1024px) {
}

@media screen and (min-width: 992px) {

    .navbar {
        padding: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

@media (max-width: 767.98px) {

    .navbar-text {
        display: block;
    }


    .navbar-light .navbar-nav li:first-child {
        margin-top: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 1rem;
        border-top: 1px dotted rgba(255, 106, 0, 0.1) !important;
    }

        .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
            border-top: 1px solid transparent;
        }


    #banner .item img {
        height: 300px;
    }

    #banner .caption {
        top: 2%;
        bottom: 2%;
    }

    #banner .owl-prev, #banner .owl-next {
        display: none !important;
    }


    .gallery_grid li {
        display: inline-block;
        float: left;
        width: 100%;
        padding: 1%;
    }

    .innerpage-banner.left {
        text-align: center;
    }

    .innerpage-banner.left .breadcrumb {
        left: 0;
        top: 100%;
        right: 0;
        display: block;
    }
}


/* Desktops */

@media (min-width: 1281px) {

    .navbar-text {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        margin-right: 3rem;
    }

    .header-social-icon {
        border-radius: 2rem 0 0 2rem;
    }

    .latestnews-title {
        
        height: 52px;
        border-top-left-radius: 0.25rem;
    }



    /*.latestnews-title::after {
        content: '';
        position: absolute;
        top: 0;
        right: -11px;
        bottom: 0;
        border-left: 26px solid #f39900;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-width: 26px;
        clear: both;
    }*/

    .text-welcome h6 {
        margin-left: 8rem;
    }
}


/* Laptops, Desktops */

@media (min-width: 1025px) and (max-width: 1280px) {
}


/* Tablets, Ipads (portrait) */

@media (min-width: 768px) and (max-width: 1024px) {
}


/* Tablets, Ipads (landscape) */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .navbar-light .navbar-nav .nav-link {
        margin-right: 1.5rem;
    }
}


/* Tablets, Mobiles (Landscape) */

@media (min-width: 481px) and (max-width: 767px) {
    .navbar-light .navbar-nav li:first-child {
        margin-top: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        padding: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

        .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
            border-top: 1px solid transparent;
        }
}


/* Smartphones Mobiles (Portrait) */




.h_color{
    font-size: 64px;
}
.tex_color{
    font-size: 22px;
    line-height: 28px;
}
.bborder_r5{
    border-radius: 5px;
}
.bborder_r10 {
    border-radius: 10px;
}
.bg_gray {
    padding-top: 50px;
    padding-bottom: 28px;
    background-color: #f5f5f5b3;
}
.w100{
    width: 100%;
}
.event_book{
    display:flex;gap: 10px;
    justify-content:start;
    padding: 10px;
    border-radius: 5px;
    border:2px solid #cccbcb;
    margin-bottom: 20px;
}
.event_book .ev_img{
    width: 30%;
}
.event_book .event_text {
    width: 70%;
}
.event_text a.reg {
    background-color: #247a09;
    padding: 4px 35px;
    display: inline-block;
    color: #fff;
}
.event_text h3 {
    font-size: 24px;
    color: #051200;
}
.ev_img img{
    width: 100%;
    height: 120px;
}

li.list-inline-item figure.image-box a img {
    width: 66%;
}

@media  (max-width: 580px) {
    .navbar-brand{
        margin-right:1px!important;
    }
    .h_color {
    font-size: 16px!important;
}
.tex_color {
    font-size: 12px;
    line-height: 15px;
}    
 .h_color br {
    display: none;
}
#banner .caption {
  
    right: 1%;
   
    left: 1%;
    
}
    h5.navbar-text.text-black{
        display: none;
    }
}



/*========================*/

a.navbar-brand img{
        width: 41%;
}
.navbar-light .navbar-nav .nav-link{
            white-space: nowrap;
}

.client_bg{
    position: relative;
z-index: 1;
}
.client_bg::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    background-color: #6c2d00db;
    z-index: -1;
}
.client_bg{
    background-image: url('../images/client.webp');
    background-size: cover;
}

.testimonial-text p{
      display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.author-info {
    display: flex;
    justify-content: space-between;
}
.bth_hover:hover{
    background-color: #ff6a00!important;
    border:1px solid #fff!important;
}

.testimonial-card:hover{
 background-color: #fff6f0d9!important;
 color: #fff!important;
}

.enquiry-form input {
    height: 45px;
}
.contact-form input {
    height: 45px;
}
.contact-form .form-control  {
    

border-radius: 0px!important;
}
.author_image img {
    width: 50px !important;
    height: 50px;
    
    border-radius: 100px;
}
.author_image img.live_img{
    border: 2px solid #000;
    padding: 2px;
}

.blog-excerpt{
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
h5.blog-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
     height: 46px;
}
/*--------home---page-css----------*/

    /* Team Section Styles */
    .team-member {
           background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 13px 0;
    }
    
    .team-member:hover {
            background-color: #fff7f7;
        box-shadow: 0 8px 13px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .team-name {
        color: #333;
        font-weight: 600;
        margin-bottom: 5px;
    }
    
    .team-designation {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .team-bio {
        font-size: 13px;
        line-height: 1.5;
        color: #666;
        margin-bottom: 15px;
    }
    
    .team-social {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    
    .social-link {
         display: inline-flex
;
    align-items: center;
    /* justify-content: center; */
    /* width: 35px; */
    /* height: 35px; */
    /* background: #071b3a; */
    color: #000;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    }
    
    .social-link:hover {
        /*background: #0a2a5a;*/
        color: #f44336;
        /*transform: scale(1.1);*/
    }
    
    /* Testimonials Section Styles */
    .testimonial-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease;
    }
    
    .testimonial-card:hover {
        transform: translateY(-3px);
    }
    
    .testimonial-text {
        position: relative;
    }
    
    .testimonial-text i {
        color: #071b3a;
        font-size: 24px;
        display: block;
        margin-bottom: 10px;
    }
    
    .testimonial-text p {
        font-style: italic;
        line-height: 1.6;
        color: #555;
    }
    
    .author-name {
        color: #333;
        font-weight: 600;
    }
    
    .author-designation {
        font-size: 13px;
    }
    
    /* Enquiry Section Styles */
    .enquiry-form-wrapper {
        background: #ffffff;
        border-radius: 15px;
        padding: 30px;
        
    }
    
    .enquiry-form .form-control {
          border-radius: 0px;
    padding: 12px 15px;
    font-size: 14px;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #ababab;
    }
    .enquiry-form .form-control::placeholder{
       color: #000!important;
       }
    
    .enquiry-form .form-control:focus {
        background: white;
        box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
    }
    
    .enquiry-form .btn {
        border-radius: 25px;
        padding: 12px 30px;
        font-weight: 600;
        transition: all 0.3s ease;
    }
    
    .enquiry-form .btn:hover {
        transform: translateY(-2px);
         box-shadow: 0 5px 15px rgb(255 106 0);
    }
    
    /* Section Titles */
    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
    }
    
    .section-subtitle {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 0;
    }
    
    /* Carousel Styles */
    .team-carousel-wrapper,
    .testimonial-carousel-wrapper {
        position: relative;
        padding: 0 40px;
    }
    
    .owl-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        pointer-events: none;
    }
    
    .owl-prev,
    .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: #071b3a !important;
        color: white !important;
        border-radius: 50% !important;
        font-size: 18px !important;
        line-height: 40px !important;
        text-align: center !important;
        transition: all 0.3s ease;
        pointer-events: auto;
    }
    
    .owl-prev:hover,
    .owl-next:hover {
        background: #0a2a5a !important;
        transform: translateY(-50%) scale(1.1);
    }
    
    .owl-prev {
        left: -20px;
    }
    
    .owl-next {
        right: -20px;
    }
    
    .owl-dots {
        margin-top: 20px;
        text-align: center;
    }
    
    .owl-dot {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: #ddd !important;
        border-radius: 50%;
        transition: all 0.3s ease;
    }
    
    .owl-dot.active {
        background: #071b3a !important;
        transform: scale(1.2);
    }
    
    /* Blog Section Styles */
    .blog-card {
        background: white;
        border-radius: 15px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        overflow: hidden;
    }
    
    .blog-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }
    
    .blog-image {
        position: relative;
        overflow: hidden;
    }
    
    .blog-content {
        flex: 1;
    }
    
    .blog-title a {
        text-decoration: none;
        color: #333;
        transition: color 0.3s ease;
    }
    
    .blog-title a:hover {
        color: #071b3a;
    }
    
    .blog-excerpt {
        line-height: 1.6;
    }
    .social_link{
        display: flex;
        gap: 10px;
    }
    
    .blog-footer {
          border-top: 1px solid #e9ecef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    
    .placeholder-image {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    }
    
    /* Responsive adjustments */
    @media (max-width: 768px) {
        .section-title {
            font-size: 2rem;
        }
        
        .team-member {
            margin-bottom: 20px;
        }
        
        .enquiry-form-wrapper {
            padding: 20px;
        }
        
        .team-carousel-wrapper,
        .testimonial-carousel-wrapper {
            padding: 0 20px;
        }
        
        .owl-prev {
            left: -10px;
        }
        
        .owl-next {
            right: -10px;
        }
    }
    
        /* Sponsors Section Styles */
    .sponsors_section {
        background: #f8f9fa;
        padding: 40px 0;
    }
    
    .sponsor-img {
        max-height: 80px;
        object-fit: contain;
        margin: 0 15px;
       
        transition: filter 0.3s ease;
    }
    
    /* News Section Styles */
    .latestnews {
        background: linear-gradient(135deg, #071b3a 0%, #0a2a5a 100%);
    }
    
    .latestnews-title p {
        margin: 0;
        padding: 15px 0;
        font-weight: 600;
        letter-spacing: 1px;
    }
    
    .news-icon {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(7, 27, 58, 0.1);
    }
    
    .news-content h6 {
        font-size: 0.9rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }
    
    .news-content small {
        font-size: 0.75rem;
    }
    
    .list-group-item {
        transition: all 0.3s ease;
        border-left: 3px solid transparent;
    }
    
    .list-group-item:hover {
        background-color: rgba(7, 27, 58, 0.05);
        border-left-color: #071b3a;
        transform: translateX(5px);
    }
    
    .marquee a {
        transition: all 0.3s ease;
        padding: 8px 16px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.1);
        margin-right: 20px;
        display: inline-block;
    }
    
    .marquee a:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: scale(1.05);
    }
    
    /* Event Section Styles - Matching Events List Page */
    .event-card {
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        overflow: hidden;
        transition: all 0.3s ease;
        height: 100%;
        border: none;
    }
    
    .event-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }
    
    .event-image {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    
    .event-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    
    .event-card:hover .event-image img {
        transform: scale(1.1);
    }
    
    .event-badge {
        position: absolute;
        top: 15px;
        right: 15px;
        background: #071b3a;
        color: white;
        padding: 5px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .event-content {
        padding: 25px;
    }
    
    .event-title {
        margin-bottom: 15px;
    }
    
    .event-title h4 {
        color: #333;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .event-title a {
        text-decoration: none;
        color: inherit;
        transition: color 0.3s ease;
    }
    
    .event-title a:hover {
        color: #071b3a;
    }
    
    .event-meta {
        margin-bottom: 20px;
    }
    
    .event-meta-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: #666;
        font-size: 14px;
    }
    
    .event-meta-item i {
        width: 20px;
        margin-right: 10px;
        color: #071b3a;
    }
    
    .event-price {
        font-size: 18px;
        font-weight: 700;
        color: #071b3a;
        margin-bottom: 20px;
    }
    
    .event-price.free {
        color: #28a745;
    }
    
    .event-actions {
        display: flex;
        gap: 10px;
    }
    
    .btn-event {
        flex: 1;
        padding: 10px 15px;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        text-align: center;
        transition: all 0.3s ease;
        border: 2px solid transparent;
        font-size: 13px;
        white-space: nowrap;
        min-width: 0;
    }
    
    .btn-book-now {
        background: #071b3a;
        color: white;
        border-color: #071b3a;
    }
    
    .btn-book-now:hover {
        background: #0a2a5a;
        border-color: #0a2a5a;
        color: white;
        transform: translateY(-2px);
    }
    
    .btn-view-details {
        background: transparent;
        color: #071b3a;
        border-color: #071b3a;
    }
    
    .btn-view-details:hover {
        background: #071b3a;
        color: white;
        transform: translateY(-2px);
    }
    
    .btn-past-event {
        background: #6c757d;
        color: white;
        border-color: #6c757d;
        cursor: not-allowed;
    }
    
    .btn-past-event:hover {
        background: #6c757d;
        color: white;
        transform: none;
    }
    
    /* Responsive button adjustments */
    @media (max-width: 768px) {
        .btn-event {
            padding: 8px 12px;
            font-size: 12px;
        }
        
        .event-actions {
            gap: 8px;
        }
    }
    
    @media (max-width: 480px) {
        .btn-event {
            padding: 6px 10px;
            font-size: 11px;
        }
        
        .event-actions {
            flex-direction: column;
            gap: 8px;
        }
        
        .btn-event {
            flex: none;
        }
    }




/*----------contact-page---------*/

    /* Contact Info Cards */
        .contact-info-card {
            transition: all 0.3s ease;
            border-radius: 10px;
        }
        
        .contact-info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 193, 7, 0.1);
            border-radius: 50%;
            font-size: 1.5rem;
        }
        
        .contact-details h6 {
            font-size: 0.95rem;
            line-height: 1.4;
            word-wrap: break-word;
        }
        
        /* Section Titles */
        .section-title {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 15px;
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: #666;
            margin-bottom: 0;
        }
        
        /* Contact Form */
        .contact-form .form-control {
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 12px 15px;
            font-size: 14px;
            transition: all 0.3s ease;
        }
        
        .contact-form .form-control:focus {
         border-color: #a3b4cd;
    box-shadow: 0 0 0 0.2rem rgb(224 230 239 / 25%);
        }
        
        .contact-form .btn {
            border-radius: 25px;
            padding: 12px 30px;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .contact-form .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .form-label {
            font-weight: 600;
            color: #333;
            margin-bottom: 8px;
        }
        
        /* Map Styles */
        .map-wrapper {
            position: relative;
            height: 450px;
            background: #f8f9fa;
            overflow: hidden;
        }
        
        .map-overlay {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            z-index: 10;
        }
        
        .map-info {
            max-width: 400px;
            width: 90%;
        }
        
        .map-placeholder {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        }
        
        .map-responsive {
            position: relative;
            height: 450px;
            overflow: hidden;
        }
        
        .map-responsive iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }
        
        /* Responsive Design */
        @media (min-width: 1200px) {
            .section-title {
                font-size: 3rem;
            }
            
            .contact-form .form-control {
                padding: 15px 20px;
                font-size: 16px;
            }
            
            .contact-form .btn {
                padding: 15px 40px;
                font-size: 16px;
            }
        }
        
        @media (max-width: 991.98px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .map-info {
                max-width: 350px;
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .card-body {
                padding: 2rem !important;
            }
            
            .contact-icon {
                width: 40px;
                height: 40px;
                font-size: 1.2rem;
            }
            
            .contact-details h6 {
                font-size: 0.9rem;
            }
            
            .map-wrapper {
                height: 350px;
            }
            
            .map-info {
                max-width: 300px;
                padding: 1.5rem !important;
            }
        }
        
        @media (max-width: 576px) {
            .section-title {
                font-size: 1.8rem;
            }
            
            .card-body {
                padding: 1.5rem !important;
            }
            
            .contact-form .form-control {
                padding: 10px 12px;
                font-size: 14px;
            }
            
            .contact-form .btn {
                padding: 10px 25px;
                font-size: 14px;
            }
            
            .map-wrapper {
                height: 300px;
            }
            
            .map-info {
                max-width: 280px;
                padding: 1rem !important;
            }
            
            .map-info h5 {
                font-size: 1rem;
            }
            
            .map-info p {
                font-size: 0.85rem;
            }
            a.navbar-brand img {
    width: 49%!important;
}
.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    width: 133px!important;
}
            
            
        }



