body {
    font-family: 'tahoma', sans-serif;
    /*font-family: 'Arial', sans-serif;*/
    /*background-color: #f8f9fa;*/
    color: #212121;
    padding-top: 94px;
}

.navbar {
    background-color: white;
    border-bottom: 1px solid #f8f9fa;
}

footer {
    border-top: 1px solid #f8f9fa;
}

strong {
    font-weight: 600 !important;
}

.logo {
    width: auto;
    max-height: 80px !important;
    /* min-height: 51px; */
    object-fit: contain;
}

.item-icon {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
}

.item-button {
    cursor: pointer;
}

.item-button:hover {
    color: #0084CF;
}

.item-button-active {
    color: #0084CF;
}

.my-icon {
    font-size: 1rem;
}

.my-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.my-ul {
    padding: 0;
    list-style-type: none;
}

.my-li {
    font-size: 1rem;
    margin-top: 0.5rem;
    font-weight: bold;
}

.my-li:hover {}

.my-link {
    text-decoration: none !important;
    color: #4a4a4a;
}

.my-link:hover {
    color: #FFCA2F;
}

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

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 700px;
    background-size: cover;
    background-position: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 1;
    background-color: white;
}

.swiper-pagination-bullet-active {
    background: #FFCA2F;
    border: 1px solid #FFCA2F;
    opacity: 1;
}

.slider-text-block {
    position: absolute;
    bottom: 10%;
    left: 10%;
    max-width: 700px;
    text-align: start;
    background-color: rgba(0, 138, 0, 0.6);
    text-decoration: none !important;
    color: white;
    border-radius: 5px;
    padding: 1rem;
}

.my-title-3 {
    font-weight: 700;
    font-size: 0.875rem;
}

.my-text-1 {
    font-weight: 400;
    font-size: 0.875rem;
}

.my-text-1 a{
    text-decoration: none;
    color: inherit !important;
}

.my-text-2 {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.8;
}

.my-title-1 {
    text-decoration: none !important;
    /*text-transform: uppercase;*/
    width: 100%;
    font-size: 2.75rem;
    font-weight: 700;
    display: inline-block;
    /*color: #535354;*/
}

.my-menu-link {
    font-size: 1rem;
    font-weight: 600;
    padding-right: 15px !important;
    padding-left: 15px !important;
    color: #333333 !important;
    /*text-transform: lowercase;*/
}

.my-menu-link:hover {
    color: #FFCA2F !important;
}

.active {
    color: #FFCA2F !important;
}

.my-title-2 {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
}

.ta-justify {
    text-align: justify;
}

.my-title-1::after {
    display: block;
    height: 2px;
    width: 90px;
    border-bottom: #0084CF;
    position: absolute;
    content: " ";
}

.news-slide {
    height: 300px;
}

.myHr {
    margin: 0;
    width: 120px;
    height: 3px !important;
    color: #FFCA2F;
    margin-bottom: 1rem;
    opacity: 1;
}

.myLink {
    text-decoration: none;
    color: white;
}

.my-dot {
    font-size: 6px;
}

.myLink:hover {
    color: #0084CF;
}

.my-link-button {
    text-decoration: underline;
    cursor: pointer;
    font-weight: 300;
}

.news-text-block {
    position: absolute;
    bottom: 0;
    text-align: start;
    background-color: rgba(0, 132, 207, 0.6);
    color: white;
    width: 100%;
    padding: 1rem;
}

.foot-link {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: 600;
}

.form-button {
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 30px;
    background-color: #FFCC33;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #FFCC33 !important;
    letter-spacing: 1px;
}

.form-button:hover {
    color: #FFCC33;
    background-color: #fff;
}

.mbtn-hover:hover {
    color: #212121;
    background-color: #FFCC33;
}

.form-control:focus {
    border-color: #FFCC33;
    box-shadow: 0 0 0 .25rem rgba(221, 169, 14, 0.25);
}

.icon-circle-bg {
    /*background-color: #475863;*/
    background-color: #FFCC33;
    padding: 10px;
    border-radius: 50%;
}

.foot-link:hover>.icon-circle-bg {
    background-color: #fff;
}

.foot-link:hover {
    color: #FFCA2F;
}

.banner-image {
    width: 100%;
    height: 560px;
    object-fit: cover;
    vertical-align: middle;
    object-position: top;
}

.blog-pre-image {
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
    text-align: center;
}

.myPageImage {
    width: 100%;
}


/*      sidebar     */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.d-block-imp {
    display: block !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .9);
}

.myButton {
    background-color: #0084CF;
    color: white;
    border: 1px solid #0084CF;
    font-size: 1rem;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}

.myButton:hover {
    background-color: white;
    color: #0084CF;
    border: 1px solid #0084CF;
}

.myButton2 {
    background-color: white;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    font-size: 1rem;
    font-weight: 600;
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
}

.myButton2:hover {
    background-color: #dadada;
    color: #242424;
    border: 1px solid #242424;
}

.orange-button {
    background-color: #FC9832;
    border-color: #FC9832 !important;
}

.orange-button:hover {
    color: #FC9832;
}

.form-control {
    font-size: 0.875rem;
}

.form-check-label {
    font-size: 0.75rem;
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    color: white;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: white;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    box-shadow: none !important;
}

.my-nav-link {
    display: block;
    color: #4a4a4a;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.5rem 0;
}

.my-nav-link:hover {
    color: #0084CF;
}

.list-unstyled>li {
    border-bottom: 1px solid #4a4a4a;
}

.list-unstyled>li:hover {
    border-bottom: 1px solid #0084CF;
}

.list-unstyled>li:last-child {
    border-bottom: none;
}

.myBlack {
    color: #4a4a4a;
}

.subscribe-link {
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.8;
    text-decoration: none !important;
    color: white;
    /*padding-top: 14px !important;*/
}

.subscribe-link:hover {
    color: #FFFD01;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #0084CF;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #0084CF;
}

.numbers {
    display: ruby-base;
    padding: 5px 8px;
    font-weight: 600;
    font-size: 1.125rem;
}

.my-contact-link {
    text-decoration: none;
    color: white;
}

.my-contact-link:hover {
    color: #333333;
}

@media all and (min-width: 992px) {
    .dropdown-menu li {
        position: relative;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }
    .dropdown-menu>li:hover>.submenu {
        display: block;
    }
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}

@media screen and (min-width: 1024px) {
    .pc-flex-end {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 768px) {
    .slider-text-block {
        max-width: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
    .swiper-pagination {
        top: 20px;
    }
    .logo {
        padding: 5px;
        width: 370px;
    }
    .my-menu-link {
        border-bottom: 1px solid;
    }
}

.h-on-home{
    font-size: 2rem;
    font-weight: 600;
}

@media (min-width: 1400px) {
    .container{
        max-width: 1562px !important;
    }
}

.my-menu-link-footer {
    color: #FEFEFE !important;
}

.my-menu-link-footer:hover {
    color: #FFCA2F !important;
}

.my-menu-link-footer:active {
    color: #FFCA2F !important;
}

.bread_ul li {
    list-style: none;
    display: inline;
    font-weight: bold;
    color: #535354 !important;
    
}

.bread_ul li a {
    text-decoration: none;
    color: #535354 !important;
}

.bread_ul li a:hover {
    text-decoration: none;
    color: #FFCA2F !important;
}