 .bg_black{
   background-color: #1c5e88!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: 65%;
}
.navbar-light .navbar-nav .nav-link{
            white-space: nowrap;
}



