:root {
    --color-primary: #ab7c2c;
    --color-second-green: #045433;
}

@font-face {
    font-family: 'HurmeGeometricSans4';
    src: url("/assets/fonts/MYRIADPRO-REGULAR.otf") format("opentype");
}
@font-face {
    font-family: 'HurmeGeometricSans4';
    font-weight: bold;
    src: url("/assets/fonts/MYRIADPRO-BOLD.otf") format("opentype");
}
html {
    scroll-behavior: smooth;
}

body {
    font-family: HurmeGeometricSans4, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #FFF;
    overflow-x: hidden;
    font-size: 15px;
    background-color: #263D51;
    background-image: url('/assets/images/main_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #3E80FF;
    border-color: #3E80FF;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #295087;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: var(--color-second-green);
    font-family: HurmeGeometricSans4, 'Spartan', sans-serif;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-205 {
    margin-top: 205px;
}

.mt-210 {
    margin-top: 210px;
}

.mt-215 {
    margin-top: 215px;
}

.mt-220 {
    margin-top: 220px;
}

.mt-225 {
    margin-top: 225px;
}

.mr-10{
    margin-right:10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-205 {
    margin-bottom: 205px;
}

.mb-210 {
    margin-bottom: 210px;
}

.mb-215 {
    margin-bottom: 215px;
}

.mb-220 {
    margin-bottom: 220px;
}

.mb-225 {
    margin-bottom: 225px;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-205 {
    padding-top: 205px;
}

.pt-210 {
    padding-top: 210px;
}

.pt-215 {
    padding-top: 215px;
}

.pt-220 {
    padding-top: 220px;
}

.pt-225 {
    padding-top: 225px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-205 {
    padding-bottom: 205px;
}

.pb-210 {
    padding-bottom: 210px;
}

.pb-215 {
    padding-bottom: 215px;
}

.pb-220 {
    padding-bottom: 220px;
}

.pb-225 {
    padding-bottom: 225px;
}

.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.modal-bg2cd1 {
    background-color: #6E421B;
}
.modal-bg2cd2-1 {
    background-color: #A97A2C;
}
.modal-bg2cd2-2 {
    background-color: var(--color-second-green);
}
.modal-bg2cd2-3 {
    background-color: #892E1C;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cecece;
    opacity: 0.5;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #cfcfcf;
    }
.fotorama__nav-wrap{
    margin-top:15px;
}

/* One Click Scrool Top Button*/
.scroll-top {
    position: fixed;
    z-index: 99;
    cursor: pointer;
    display: none;
    background-color: #F6C43D;
    text-align: center;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: #246F48;
    font-size: 14px;
    color: #fff !important;
    bottom: 30px;
    right: 30px;
    border-radius: 5px;
}

.fb-share-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed !important;
    bottom: 90px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #3E80FF;
}

/* Overlay */
.overlay {
    position: relative;
    z-index: 1;
}

    .overlay::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: #295087;
        content: "";
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: -1;
    }

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.rotateme {
    -webkit-animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: rotateme;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    -o-transition: .6s;
    -webkit-transition: .6s;
    background-color: #f7f7f7;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: .6s;
    width: 100%;
    z-index: 999999;
}

    .preloader .preloader-circle {
        -o-transition: .6s;
        -webkit-animation: zoom 2000ms infinite ease;
        -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        -webkit-transition: .6s;
        animation: zoom 2000ms infinite ease;
        background-color: #fff;
        border-bottom-color: transparent;
        border-left-color: transparent;
        border-radius: 50%;
        border-right-color: transparent;
        border-style: solid;
        border-top-color: #eb566c;
        border-width: 1px;
        box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
        height: 100px;
        position: relative;
        transition: .6s;
        width: 100px;
        z-index: 10;
    }

    .preloader .preloader-circle2 {
        border-top-color: #0078ff
    }

    .preloader .preloader-img {
        -ms-transform: translateY(-50%);
        -o-transition: .6s;
        -webkit-transform: translateY(-50%);
        -webkit-transition: .6s;
        display: inline-block;
        left: 0;
        margin: 0 auto;
        padding-top: 6px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        transition: .6s;
        z-index: 200;
    }

        .preloader .preloader-img img {
            max-width: 55px
        }

    .preloader .pere-text strong {
        color: #dca73a;
        font-weight: 800;
        text-transform: uppercase
    }


@-webkit-keyframes zoom {
    0% {
        -o-transition: .6s;
        -webkit-transform: rotate(0deg);
        -webkit-transition: .6s;
        transform: rotate(0deg);
        transition: .6s
    }

    100% {
        -o-transition: .6s;
        -webkit-transform: rotate(360deg);
        -webkit-transition: .6s;
        transform: rotate(360deg);
        transition: .6s
    }
}

@keyframes zoom {
    0% {
        -o-transition: .6s;
        -webkit-transform: rotate(0deg);
        -webkit-transition: .6s;
        transform: rotate(0deg);
        transition: .6s
    }

    100% {
        -o-transition: .6s;
        -webkit-transform: rotate(360deg);
        -webkit-transition: .6s;
        transform: rotate(360deg);
        transition: .6s
    }
}


/*======================================
	01. Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    width: 100%;
    padding: 0 0 !important;
}
    .header .nav-item:hover .header-link,
    .submenu li:hover a{
        color: var(--color-second-green);
    }
.logo-header{
    width:150px;
    
}
.navbar-brand{
    margin-right:3rem;
    padding:0;
}
.navbar {
    align-items: center;
}
#navbarSupportedContent{
    flex-grow:0;
}

.nav-item>a{
    color:var(--color-primary);
    font-weight:700;
}
.submenu {
    left: -20px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    min-width: 250px;
    box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
    border-radius: 0.25rem;
}
    .submenu li{
        padding:10px 15px;
        margin:0;
    }
    .submenu a {
        text-transform: unset!important;
    }
.header .mobile-menu-btn .toggler-icon {
    background-color: var(--color-primary);
}
.line-language {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    color: var(--color-primary);
    font-size:13px;
}
.header-language.active a{
    color: var(--color-second-green);
}

/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

    .navbar-area.sticky {
        position: fixed;
        z-index: 99;
        -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        padding: 0px 0;
        background-color: #ab7c2c;
    }

.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}

.mobile-menu-btn {
    padding: 0px;
}

    .mobile-menu-btn:focus {
        text-decoration: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .mobile-menu-btn .toggler-icon {
        width: 25px;
        height: 3px;
        background-color: #222;
        display: block;
        margin: 5px 0;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        margin-left:10px;
    }
    .mobile-menu-btn.active .toggler-icon:first-child {
        transform: rotate(-45deg) translate(-5px,5px);
    }
    .mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
        opacity: 0;
    }

    .mobile-menu-btn.active .toggler-icon:last-child {
        transform: rotate(45deg) translate(-6px,-6px);
    }

.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}

.navbar-nav .nav-item a {
    font-size: 15px;
    color: #ab7c2c;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 700;
}

    .navbar-nav .nav-item a::after {
        opacity: 0;
        visibility: hidden;
    }

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

/*======================================
     End Header CSS
  ========================================*/

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
    }

    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

.bounce {
    -webkit-animation: bounce 2s linear infinite;
    animation: bounce 1s linear infinite;
}

@-webkit-keyframes rotate2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotate2d {
    -webkit-animation: rotate2d 2s linear infinite;
    animation: rotate2d 1s linear infinite;
}

@-webkit-keyframes rotate-2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate-2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.rotate-2d {
    -webkit-animation: rotate-2d 2s linear infinite;
    animation: rotate-2d 1s linear infinite;
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/*======================================
	Features CSS
========================================*/
.feature {
    position: relative;
    z-index: 0;
    padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .feature {
        padding-top: 40px;
    }
}

.feature .section-title {
    margin-bottom: 00px;
}
.feature .title-box {
    margin: -40px;
}
.feature .title-img {
    
}


@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
    .feature .upper-content {
        padding-right: 100px;
    }
}

.feature .upper-content .lasthead {
    font-size: 16px;
    font-weight: 600;
    color: #3E80FF;
    margin-bottom: 15px;
}

.feature .upper-content .title {
    font-size: 28px;
    font-weight: 600;
    font-size: 40px;
    font-weight: 700;
    padding: 21px 0 16px;
}

.feature .upper-content p {
    margin-top: 20px;
}

.feature .upper-content .button {
    margin-top: 40px;
}

.feature .feature-box {
    margin-top: 30px;
    border-radius: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
    box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #666;
    position: relative;
    overflow: hidden;
}

    .feature .feature-box .tumb img {
        border-radius: 20px;
        width: 100%;
        cursor: pointer;
    }

    .feature .feature-box .text-title {
        color: #3b368c;
        font-size: 18px;
        line-height: 28px;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .feature .feature-box p {
        border-radius: 19px;
        color: #fff !important;
        line-height: 26px;
        height: 80px;
        font-size: 15px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        transition: all 0.8s ease;
        background: rgba(0, 0, 0, .5);
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: space-between;
    }



/*======================================
	Footer CSS
========================================*/
.footer {
    position: relative;
    padding-bottom: 0;
    background: url(/assets/images/logo/bg_footer.png) #ab7c2c repeat-x;
    background-position: bottom;
    color: #f5cf7c;
    min-height: 265px;
}
    .footer a {
        color: #f5cf7c;
    }
.footer h5{
    font-size:16px;
    color: #f5cf7c;
}
.footer .inner-content{
    padding-top:30px;
}
.block-social>li{
    display:inline-block;
}
.icon-social {
    border: 1px solid;
    line-height: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}






.section-title p {
    text-transform: uppercase;
    font-weight: bold;
}

.lb-dataContainer {
    background: rgba(0, 0, 0, .75);
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}
.lb-dataContainer .lb-close {
    margin-top: 5px;
}


#hero-area-2 {
    margin-top: 85px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #hero-area-2 {
        /* min-height: 500px; */
        margin-top: 92px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #hero-area-2 {
        /* min-height: 320px; */
        margin-top: 48px;
    }
}

@media (max-width: 575px) {
    #hero-area-2 {
        min-height: initial;
        width: 100%;
        height: auto;
        background-image: url(../images/hero/banner-m.jpg);
        background-position: bottom center;
        margin-top: 48px;
    }

    
}

@media (max-width: 414px) {
    #hero-area-2 {
        margin-top: 48px;
    }
}

.feature {
    background-position: top left, bottom right;
    background-repeat: no-repeat, no-repeat;
}

.thumbnails-item img{
    width:80px;
    height:80px;
    object-fit:cover;
}
.slider-item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: scroll;
}
.slider-item .slider-img{
    display:flex;
    justify-content:center;
    flex-direction:column;
    align-items:center;
    padding:15px;
}
.slider-item img {
    display: block;
    max-height: 100%;
    margin-bottom:10px;
}
i.slider-text{
    display:block;
}

.slider-text, .slider-text-top, .slider-text-center {
    color: #FFF;
    padding:0 15px;
    text-align:justify;
}
.slider-item span {
    display: block;
    font-size: 0.8em;
    font-style: italic;
}

.modal-bg1 {
    background-color: #13416B;
    color: #ffff;
}
.modal-bg2 {
    background-color: #8B0305;
    color: #ffff;
}
.modal-bg3 {
    background-color: #2F4933;
    color: #ffff;
}
.modal-title, .btn-close {
    color: #ffff;
}

/* Css for homepage */

.homepage{
    color: var(--color-second-green);
}
.homepage .row{
    align-items:center;
}

.section-home {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

    .section-home::before {
        position: absolute;
        content: "";
        width: 50%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #c2a449;
    }

    .section-home::after {
        position: absolute;
        content: "";
        width: 28px;
        height: 28px;
        bottom: -13px;
        left: calc(25% - 13px);
        background: #242628;
        border: 10px solid #FFFFFF;
        border-radius: 28px;
    }
.btn-more>span{
    text-decoration:underline;
    color:var(--color-second-green);
    text-transform:uppercase;
}
.btn-color {
    background-color: rgb(205, 187, 47);
}

    .btn-color:hover {
        color: white;
        background-color: black;
    }

.mb-4 {
    text-align: justify !important;
}


.zoom {
    transition: transform .7s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width:992px){
    .submenu{
        position:absolute;
    }
    .nav-item:hover .submenu {
        display: block;
    }
}

    @media (max-width:1199px) {
    }
    @media (max-width:991px) {
        .fs-25{
            font-size:25px;
        }
        .logo-header{
            width:120px;
        }
        .header .navbar-collapse{
            order:3;
        }
        .header .navbar-collapse {
            width: 100%;
            z-index: 9;
            padding: 10px 20px;
            max-height: 350px;
        }
        .header .navbar-nav .nav-item {
            margin: 0;
        }
            .header .navbar-nav .nav-item>a {
                padding: 12px 16px !important;
                font-size: 14px;
            }
        .header .navbar .navbar-nav .nav-item a.active {
            color: #3E80FF !important;
        }
      /*  .header .navbar .navbar-nav .nav-item a:hover {
            color: #3E80FF !important;
        }*/
        .img-ev1{
            order:2;
        }

        .footer{
            min-height:500px;
            padding-top:30px;
        }
    }
    @media (max-width:767px) {
        .footer{
            padding-top:20px;
        }
        .wiget-footer{
            margin-top:20px;
        }
    }
    @media (max-width:575px){
        .fotorama__stage{
            height:333px !important;
        }
        .footer {
            min-height: 600px;
        }
    }