html,
body {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: 0;
}

body {
    position: relative;
    background: #ffffff;
    color: #555555;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    direction: ltr;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}

h1 {
    font-size: 1.875em;
}

h2 {
    font-size: 1.625em;
}

h3 {
    font-size: 1.375em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1em;
}

strong {
    font-weight: 600;
    color: rgb(80, 80, 80);
}

ul li,
ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

.allimg{
    max-height: 225px;
    object-fit: cover;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: #03749c;
    font-weight: 400;
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: #03749c;
}

a,
dt {
    color: #6e6e6e;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: #03749c;
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.btn-button {
    position: relative;
    background-color: #f75f13;
    border: none;
    border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 600;
    font-style: normal;
    padding: 0 2em;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    cursor: pointer;
}

.btn-button:hover,
.btn-button:focus {
    background-color: #f96e28;
    color: #fff;
}

.btn-button i {
    margin-right: 10px;
}

.btn-view {
    background: #02589e ;
    /*background: -moz-linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1a9cb8 100%);*/
    /*background: -webkit-linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1a9cb8 100%);*/
    /*background: linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1a9cb8 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a94b8', endColorstr='#1a9cb8', GradientType=1);*/
}

.btn-view:hover {
    background: #f86013 ;
    /*background: -moz-linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1ab0be 100%);*/
    /*background: -webkit-linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1ab0be 100%);*/
    /*background: linear-gradient(45deg, #1a94b8 0%, #1aa4b8 50%, #1ab0be 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a94b8', endColorstr='#1ab0be', GradientType=1);*/
}

.btn-read {
    display: inline-block;
    position: relative;
    color: #f75f13;
    font-size: 0.875em;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
}

.btn-read:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f75f13;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #f75f13;
}

.btn-read i {
    margin-left: 10px;
}

.form-group {
    position: relative;
}

.form-control,
.form-select {
    position: relative;
}

.icon-calendar {
    position: absolute;
    content: '';
    top: 20%;
    right: 10px;
}

.form-control,
.form-select {
    border: none;
    color: #606060;
    outline: none;
    font-size: 0.875em;
    font-weight: 400;
    padding: 15px;
}

.form-control:focus,
.form-select:focus {
    background-color: none;
    border-color: none;
    border: none;
    box-shadow: none;
    color: #606060;
    outline: 0;
}

.title-widget {
    position: relative;
}

.title-widget small {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    font-size: 1.875em;
    margin-bottom: 20px;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.position-relative {
    position: relative !important;
    z-index: 1;
}

.py-80 {
    padding: 80px 0;
}

.py-50 {
    padding: 50px 0;
}

.py-30 {
    padding: 30px 0;
}

.py-20 {
    padding: 20px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.line {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border-bottom: 1px dashed #ddd;
}

.section-gray {
    background-color: #f3f3f3;
}

.section-blue {
    background: #fff;
    /*background: -moz-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*background: -webkit-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*background: linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a94b8', endColorstr='#1aa4b8', GradientType=1);*/
}


/******** header ********/

.h-top {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.t-nav {
    display: inline-block;
    padding: 12px 0;
}

.t-nav ul li {
    display: inline-block;
    font-size: .875em;
    font-weight: 500;
    line-height: 1em;
    padding-right: 15px;
    align-items: center;
}

.t-nav ul li i {
    color: #f64e01;
    margin-right: 10px;
}

.t-rit {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
}

header {
    position: relative;
}


/* navbar */

nav {
    position: relative;
    width: 100%;
}

.navbar {
    position: relative;
    background: #02589E !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    top: -30px !important;
    transform: translateY(30px);
    transition: transform .3s;
    padding: 0;
}

.logo-brand {
    display: inline-block;
    top: -10px;
    position: absolute;
    z-index: 1;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-light .navbar-nav .nav-link {
/*    color: #fff;*/
/*    font-size: 1em !important;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    padding: 3em 1em;*/
/*}*/
  color: #fff;
  font-size: 15px !important;
  font-weight: 400;
  text-transform: uppercase;
  font-style: italic;
}

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

.navbar-light .navbar-nav .dropdown-menu {
    border: initial;
    border-radius: 0;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 0;
}

.navbar-light .navbar-nav .dropdown-item {
    color: rgba(69, 69, 69, 1);
    font-size: 0.875rem;
    padding: 0.6em 1em;
    font-weight: 600;
}

.navbar-light .navbar-nav .dropdown-item:focus,
.navbar-light .navbar-nav .dropdown-item:hover {
    color: #ffffff;
    background-color: #02589e;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .dropdown .dropdown-menu {
        display: none;
    }
    .dropdown:hover .dropdown-toggle::after {
        border-bottom: 0.3em solid;
        border-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }
}


/******** banner ********/

.banner {
    position: relative;
    overflow: hidden;
}

.banner .carousel-inner,
.banner .carousel.slide,
.banner .carousel-item {
    position: static;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: inherit !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px !important;
    height: 50px !important;
    font-size: 1.25em;
    border-radius: 100%;
    background: rgba(255, 255, 255, .9) !important;
    color: #222222 !important;
    opacity: 0.75;
    text-align: center;
    transition: all 500ms ease;
    cursor: pointer;
}

.carousel-control-prev {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    left: 40px;
}

.carousel-control-next {
    width: 50px !important;
    height: 50px !important;
    border-radius: 100%;
    right: 40px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-item img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: auto;
    max-height: 900px;
    object-fit: cover;
}

.carousel-caption {
    bottom: 35%;
    left: 10%;
    right: 10%;
}

.carousel-caption h1 {
    display: block;
    position: relative;
    color: #666666;
    font-size: 2.813em;
    text-transform: capitalize;
}

.carousel-caption h3 {
    display: block;
    position: relative;
    color: #666666;
    font-size: 2.5em;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/*****welcome****/

.welcome-section {
    background: #fff url(../assets/images/bg-img.png) no-repeat left top;
}


/***** destination ****/

.properties-section {
    position: relative;
}

.bx-content {
    position: relative;
    border-radius: 4px;
}
.images-holder {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.img-list {
    list-style: none;
    padding: 0;
    margin: 0;
    }
    .img-list {
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    }
    .img-list img {
    max-width: 100%;
    vertical-align: middle;
    }
    /* Image Placeholder Styles
    -------------------------------------------------------------- */
    /* .img-placeholder:before,
    .img-placeholder:after {
    content: "";
    display: block;
    }
    .img-placeholder {
    background: #222;
    box-shadow: 0 0 0 8px #222 inset, 0 0 0 9px #333 inset;
    color: #444;
    line-height: 0;
    text-align: center;
    display: block;
    } */
    /* The hover effect
    -------------------------------------------------------------- */
    .img-list:before {
    transition: all .5s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15);
    transform: scale(0);
    }
    .img-list:hover:before {
    opacity: 1;
    transform: scale(1);
    }
    .img-list:after {
    transition: all .6s ease .2s;
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transform: scale(0);
    }
    .img-list:hover:after {
    opacity: 1;
    transform: scale(1);
    }
/* .bx-content:hover img {
    border: 1px solid #F75F13;
    cursor: pointer;
    padding: 10px;
} */

/*.bx-content:hover img {*/
/*    filter: brightness(100%);*/
/*    transform: scale(1.5);*/
/*}*/

.title-text {
    position: relative;
}

.icon-bx {
    background-color: #f75f15;
    position: relative;
    float: left;
    width: 50px;
    /* display: inline-block; */
    text-align: center;
    padding: 10px;
}

.icon-bx::after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    width: 25px;
    height: 99%;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
    background: #f75f15;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.icon-bx i {
    position: relative;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}

.title-name {
    font-weight: 500;
    padding: 10px 0;
    margin-left: 80px;
}

.news-section {
    position: relative;
    background: url(../assets/images/bg-home.png) no-repeat;
}

.press-btn {
    background-color: #f75f15;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    padding: 2px 6px;
}


/*****area****/

.area-bx {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.section-contact {
    position: relative;
    background: #02589e;
    /*background: -moz-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*background: -webkit-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*background: linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a94b8', endColorstr='#1aa4b8', GradientType=1);*/
}

.section-contact::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background: url(../assets/images/cnt-banner.png);
    background-repeat: no-repeat;
    height: 150px;
    width: 576px;
}

.ct-holder {
    clear: both;
}

.cnt-info {
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}

.hot-line {
    background-color: #3ccef0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    color: #ffffff;
    font-size: 1.125em;
    float: left;
    line-height: 45px;
    text-align: center;
    margin-right: 20px;
}

.cnt-dtl {
    margin-left: 65px;
}

.cnt-dtl span {
    color: #fff;
    display: block;
    font-size: 0.875em;
    line-height: 0.875em;
    font-weight: 500;
}

.cnt-dtl label {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 600;
}


/**** footer *****/

footer {
    position: relative;
    background: #fbfbfb url(../assets/images/bgg-fot.png) no-repeat bottom right;
    padding: 30px 0;
}

h4.footer-title {
    position: relative;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-links ul li {
    position: relative;
    display: block;
    font-size: 0.875em;
    font-weight: 600;
    margin: 10px 0;
}

.footer-links ul li a {
    color: #555555;
}

.footer-links ul li a:hover {
    color: #f76115;
    text-decoration: underline;
}

.cnt-icon {
    color: #555555;
    float: left;
    width: 24px;
    font-size: 1.5em;
    margin-right: 10px;
}

.cnt-title {
    font-size: 0.875em;
    font-weight: 600;
    color: #555555;
    display: block;
    line-height: 1.5em;
    text-transform: uppercase;
}

.cnt-text {
    margin-left: 34px;
    font-size: 0.813em;
    color: #555555;
    line-height: 1.125em;
    display: block;
}

.cnt-text a {
    color: #f75f15;
}

.social-widgets {
    position: relative;
}

.social-widgets ul li {
    display: inline-block;
    font-size: 0.875em;
    text-align: center;
    margin-right: 2px;
}

.social-widgets ul li a {
    border-radius: 100%;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    margin-bottom: 2px;
    text-align: center;
}

.social-widgets ul li:nth-child(1) a {
    background: #2e5894;
    color: #ffffff;
}

.social-widgets ul li:nth-child(2) a {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
}

.social-widgets ul li:nth-child(3) a {
    background: #00acee;
    color: #ffffff;
}

.social-widgets ul li:nth-child(4) a {
    background: #0e76a8;
    color: #ffffff;
}

.social-widgets ul li:nth-child(5) a {
    background: #d71e18;
    color: #ffffff;
}

.social-widgets ul li:nth-child(6) a {
    background: #0e76a8;
    color: #ffffff;
}

.btn-button i {
    margin-left: 10px;
}

.break-line {
    border-top: 1px solid #3791d5;
    border-bottom: 1px solid #1c6498;
    padding-top: 1px;
}

.copy-right p {
    font-size: 0.875em;
    font-weight: 400;
    padding-bottom: 0 !important;
    margin: 0;
}

.copy-right p a {
    color: #a4a4a4;
    font-weight: 400;
}

.copy-right p a:hover {
    color: #a4a4a4;
    text-decoration: underline;
}


/******** all page css *******/

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-attachment: inherit;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-position: center 60%;
    background-repeat: repeat-y;
}

.inner-header {
    position: relative;
}

.inner-header::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .65);
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.py-100 {
    padding: 100px 0;
}

.title {
    position: relative;
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    z-index: 1;
}

.breadcrumb {
    margin: 5px 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: #f75f13;
    font-size: 1em;
    font-weight: 500;
    text-transform: capitalize;
    display: block !important;
    position: relative;
}

.breadcrumb li {
    display: inline-block !important;
    font-weight: 500;
    text-align: center;
}

.breadcrumb li a {
    color: #fff;
}

.breadcrumb li a:hover {
    color: #fff;
}

.breadcrumb>li+li:before {
    position: relative;
    color: #f75f13;
    padding: 0 12px 0 12px;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 5px;
    top: -2px;
}

.breadcrumb .last-item {
    color: #fff;
}


/********about css*********/

.list-items li {
    position: relative;
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1em;
    font-weight: 500;
    margin: 8px 0;
}

.widget ul,
.widget ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget-toc ul li {
    position: relative;
    border-bottom: 1px solid #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.widget-toc ul li a {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    font-size: 1em;
    font-weight: 500;
    color: #555555;
}

.widget-toc ul li a:hover,
.widget-toc ul li a:active {
    background-color: #1a9cb8;
    border-bottom: 1px solid #1a9cb8;
    border-radius: 4px;
    color: #ffffff;
}

.widget-toc ul li a::after {
    content: '\f105';
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    color: #777;
    top: 16px;
    right: 20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
}

.widget-toc ul li a:hover::after {
    background: #fff;
    color: #555555 !important;
}

.product-tags ul li {
    background: #1a94b8;
    background: -moz-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);
    background: -webkit-linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);
    background: linear-gradient(45deg, #1a94b8 0%, #1a9cb8 50%, #1aa4b8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a94b8', endColorstr='#1aa4b8', GradientType=1);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 0.875rem;
    text-align: center;
    padding: 3px 8px;
    margin: 4px;
}

.product-tags ul li a {
    color: #fff;
}

.product-tags ul li:hover {
    background-image: linear-gradient(to left bottom, #cc9900, #d09e0e, #d4a419, #d8a921, #dcaf29);
    color: #fff;
}

.animities ul li {
    position: relative;
    color: #262626;
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin: 12px 0;
    padding-right: 20px;
}

.animities ul li strong {
    color: #262626;
    padding-left: 10px;
}


/********pagination css*********/

.page-item.disabled .page-link {
    color: #fff;
    pointer-events: none;
    background-color: #164788;
    border-color: #164788;
}

.pagination a {
    background: #f2f2f2;
    border: none;
    color: #3d3c3c;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 2px;
}

.pagination a.active {
    background-color: #164788;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: #164788;
    color: #fff;
}

.showing-title h3 span {
    color: #e7284d;
    font-size: 0.875em;
}


/********responsive css*********/

@media (max-width: 1199px) {
    .container {
        max-width: inherit;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .carousel-item img {
        width: 100%;
        object-fit: cover;
    }
    .navbar {
        padding: 0;
        min-height: 70px;
    }
    .logo-brand {
        padding: 0;
        width: 110px;
        margin-top: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        font-size: 1em !important;
        font-weight: 500;
        padding: 2em 0.625em;
    }
    .navbar-toggler {
        position: absolute;
        right: 0px;
        top: 20px;
    }
    .navbar-light .navbar-toggler {
        color: #fff;
        border-color: inherit !important;
        border: none;
    }
    .navbar-light .navbar-toggler i {
        font-size: 24px;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 0.5em 0.625em;
    }
    .carousel-caption {
        bottom: 15%;
    }
}

@media (max-width: 768px) {
    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 1.5em !important;
        line-height: 1.75em;
    }
    .fixed-top {
        position: static;
    }
    .carousel-item img {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    .carousel-caption {
        bottom: 10%;
        left: 5%;
        right: 5%;
    }
    .carousel-caption h1 {
        font-size: 1.5em;
        line-height: 1.25em;
        margin-bottom: 10px;
    }
    .carousel-caption h3 {
        font-size: 1.25em;
        margin-bottom: 10px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
    .btn-button {
        font-size: 0.75em;
        height: 36px;
        line-height: 36px;
        padding: 0 12px;
    }
}

@media (max-width: 576px) {
    .carousel-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
}

.custom-logo-link {
  display: inline-block;
  top: -10px;
  position: absolute;
  z-index: 1;
}

.modal {
	position: fixed;
	/*top: 25%;*/
	top:0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem 0;
  margin: -1rem -1rem -1rem auto;
}
button.close {
	padding: 0 5px;
	background-color: #000;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	line-height: 10px;
	border-radius: 100%;
	top: 0px;
	z-index: 9;
}
.close {
	float: right;
	font-size: 1.25rem;
	font-weight: 500;
	/*line-height: 1;*/
	color: #fff;
	text-shadow: none;
	opacity: 1;
}
.close:hover {
	background-color: #00a551;
    color: #ffffff;
    text-decoration: none;
    opacity: 1;
}