html {
    scroll-behavior: smooth;
    font-family: 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    background: #eeeeee
}
.sub-heading {
    color: #c85c1a
}
.btn-green {
    color: #fff;
    background-color: #55b988;
    border-color: #386f54
}
.btn-green:hover {
    color: #fff;
    background-color: #278456;
    border-color: #386f54
}
.bg-green {
    background-color: rgb(51, 143, 98)
}
.bg-modal-dark {
    background: rgba(0,0,0,.8);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .25rem
}
.regBtn {
    position: fixed;
    top: 50%;
    right: -10px;
    display: block;
    text-decoration: none;
    -webkit-transform: rotate(-90deg)
}
.text-orientation {
    text-orientation: upright;
    writing-mode: vertical-rl
}
/* Start Move to Top Button */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(51, 143, 98);
    background: rgba(85, 185, 136, 0.8);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #f8f9fa!important;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgb(51, 143, 98);
}
#return-to-top:hover i {
    color: #f8f9fa!important;
    top: 5px;
}
/* End Move to Top Button */
.box-shadow {
    -webkit-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    -moz-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
}
.heading-top {
    color: rgba(51, 143, 98, 1)!important;
    font-size: 3rem
}
.heading {
    color: rgba(51, 143, 98, 1)!important
}
p {
    color: #343a40!important;
    font-size: 15px;
    margin: 5px 0
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}
/* header */
.navbar-dark {
    z-index: 999;
    background: rgb(51 143 98)!important
}

a.navbar-brand i {
    color: rgba(0, 0, 0, 0.18);
    font-size: 1em;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fcfefd;
    font-size: 16px;
    padding: 5px 9px!important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #cfa84a!important
}

.dropdown-item {
    color: #fff;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: white;
    color: #393186 !important;
}
.cont-btn a {
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 0.3em 2em;
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
}

.cont-btn a:hover {
    background: #28a745;
    border: 2px solid #28a745;
}

.cont-btn {
    margin-top: 1rem
}
.header-top {
    background-color: #c44f00!important;
    padding: 11px 0px
}
.header-top-2 {
    background-color: rgb(209, 228, 219)!important;
    padding: 11px 0px
}
.header-top-2 p:first-child {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 5px
}
.header-top-2 p:nth-child(2) {
    font-size: 36px;
    font-weight: 700
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.5rem
    }
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 3rem
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 2rem
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 2.7rem
    }
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 3rem
    }
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 4rem
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 2.7rem
    }
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 2.3rem
    }
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 2.6rem
    }
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
    .heading-top {
        color: rgba(51, 143, 98, 1)!important;
        font-size: 1.9rem
    }
}
.header-top ul {
    overflow: hidden;
    margin: 0px
}
.left li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 30px
}
.right li {
    list-style: none;
    display: inline-block;
    margin-right: 15px
}
.right li a {
    color: #f8f9fa!important
}
.bg-card {
    background-color: #c6ded3
}
.menu-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto
}
.round {
    border-radius: 100%;
    height: 100px!important;
    width: 100px!important
}
footer .footer-bottom p {
    font-weight: 700;
    margin: 0px;
    line-height: 40px;
}
.bg-top {
    background: url("../images/bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 490px;
    position: relative;
}
.bg-modal {
    background: rgba(0,0,0,.6);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .25rem
}
.bg-modal-dark {
    background: rgba(172, 234, 204, .9);
    border: 1px solid rgba(0,0,0,.05);
    border-radius: .25rem
}
.bg-modal-green {
    background: rgb(204,228,216);
    border: 1px solid rgba(0,0,0,.5);
    border-radius: .25rem
}
.show {
    display: block
}
.card-grad {
    background: rgba(225,220,245,1);
    background: -moz-linear-gradient(left, rgba(225,220,245,1) 0%, rgba(234,234,242,0.77) 47%, rgba(211,225,240,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(225,220,245,1)), color-stop(47%, rgba(234,234,242,0.77)), color-stop(100%, rgba(211,225,240,0.5)));
    background: -webkit-linear-gradient(left, rgba(225,220,245,1) 0%, rgba(234,234,242,0.77) 47%, rgba(211,225,240,0.5) 100%);
    background: -o-linear-gradient(left, rgba(225,220,245,1) 0%, rgba(234,234,242,0.77) 47%, rgba(211,225,240,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(225,220,245,1) 0%, rgba(234,234,242,0.77) 47%, rgba(211,225,240,0.5) 100%);
    background: linear-gradient(to right, rgba(225,220,245,1) 0%, rgba(234,234,242,0.77) 47%, rgba(211,225,240,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1dcf5', endColorstr='#d3e1f0', GradientType=1 );
}
/* Jssor slider */
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.6;stroke:#fff;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.8;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:1;stroke:#000;stroke-opacity:1;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;stroke-width:1600;fill-opacity:.6;}
.jssorb031 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
/* //Jssor slider */
.landing {
    height: 85%;
    width: 100%;
    overflow: hidden;
}
.landing video {
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
}
.landing .dim {
    height: 100%;
    width: 100%;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: black;
}
.landing .text {
    position: absolute;
    top: 50%;
    right: 39%;
    text-align: center;
}
/* Image Gallery Start */
.img-container > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.img-container > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

.img-container {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    grid-auto-rows: 120px;
    grid-auto-flow: dense;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}
/* Image Gallery End */
/* Start Image Hover */
figure.item {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    -webkit-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    -moz-box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    box-shadow: 6px 3px 8px -1px rgba(0,0,0,0.54);
    border-radius: 2%
}

figure.item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

figure.item img {
    max-width: 100%;
    position: relative;
    opacity: 0.4;
}

figure.item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

figure.item h2 {
    position: absolute;
    left: 40px;
    right: 40px;
    display: inline-block;
    background: #000000;
    -webkit-transform: skew(-10deg) rotate(0deg) translate(0, -50%);
    transform: skew(-10deg) rotate(0deg) translate(0, -50%);
    padding: 12px 5px;
    margin: 0;
    top: 50%;
    font-size: 150%;
    text-transform: uppercase;
    font-weight: 400;
}

figure.item h2 span {
    font-weight: 800;
}

figure.item:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background: #ffffff;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(110deg) translateY(-50%);
    transform: rotate(110deg) translateY(-50%);
}

figure.item a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.item.green {
    background: rgb(59, 101, 80)
}

figure.item.green h2 {
    background: rgb(51, 143, 98)
}
figure.item.blue {
    background: #123851;
}

figure.item.blue h2 {
    background: #0a212f;
}

figure.item.red {
    background: #581a14;
}

figure.item.red h2 {
    background: #36100c;
}

figure.item.yellow {
    background: #7f5006;
}

figure.item.yellow h2 {
    background: #583804;
}

figure.item:hover img,
figure.item.hover img {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.item:hover h2,
figure.item.hover h2 {
    -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
    transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.item:hover:before,
figure.item.hover:before {
    -webkit-transform: rotate(110deg) translateY(-150%);
    transform: rotate(110deg) translateY(-150%);
}
/* End Image Hover */
.bg-cust-danger {
    background-color: rgba(220,53,69,.6)!important
}
.bg-cust-success {
    background-color: rgba(40,167,69,.6)!important
}
