html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.625rem;
    font-weight: 400;
    color: #fff;
    background-color: #f7fafc;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

@media (max-width: 600px) {
    h1 {
        font-size: 1.6rem;
    }
    .img-logo {
        width: 85%;
        padding: 25px;
        height: auto;
        margin-left: 20px;
    }
}

@media (max-width: 450px) {
    .img-logo {
        width: 300px;
        padding: 25px;
        height: auto;
        margin-left: 20px;
    }
}

.col-center {
    margin-left: auto;
    margin-right: auto;
}

.bg-light {
    background-color: #16a407 !important;
}

.container {
    max-width: 1250px !important;
    padding: 20px;
    /* background-color: #082400; */
}

.img-responsive {
    max-width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

.img-slide {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

a {
    color: #fff;
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    color: #f9f9f9;
    text-decoration: none;
    outline: none;
}

a i {
    padding: 0 2px;
}

ul > li > i {
    margin-right: 10px;
}

/* Search */

/* start of vue search */
/* Common for all */
[v-cloak] {
    display: none;
}
.searchWrapper {
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
.searchWrapper h4 {
    margin: 0px;
    color: #000;
}

.searchWrapper img {
    max-height: 60px;
}

#searchModal .modal-header .modal-title {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0;
}

#searchModal .modal-title {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin: 0;
}
.searchWraper .modal-header .close {
    padding: 0;
    margin: 0;
}

/* ===========================
   ====== Search Box ======
   =========================== */

.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #511784;
    padding: 5px;
    height: 50px;
    border-radius: 5px;
    outline: none;
}

/* Start of about-us-home */
.about-us-home {
    padding-top: 32px;
    padding-bottom: 32px;
}

.about-us-home .container {
    background-color: transparent;
}

.about-us-home .about-us-home-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.about-us-home p {
    text-align: left;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.about-us-home .about-figure {
    padding-top: 8px;
}
/* end of about us home */

/* start of why choose us */
.why-choose {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #f9fafb;
}

.why-choose .container {
    background-color: #202020;
}

.why-choose-title {
    padding-bottom: 32px;
}

.why-choose-item-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.why-choose-item-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.why-choose-item-title h5 {
    margin: 0;
}
/* end of why choose us */
/* categories */

.categories {
    padding-top: 32px;
    padding-bottom: 32px;
}

.categories .container {
    background-color: transparent;
}

.categories-footer {
    padding-top: 32px;
    padding-bottom: 32px;
}

/* Latest Products */
.latest-products {
    padding-top: 32px;
    padding-bottom: 32px;
}

.latest-products .latest-products-title {
    margin-bottom: 32px;
}

.latest-products img {
    margin: 10px;
    border: 2px solid grey;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    max-width: 100%;
    height: 250px;
}

/* sidebar */
.silderbar-services {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 15px;
    background: #3bda00;
}

.category-products {
    padding-bottom: 60px;
}

.category-products .container {
    background-color: transparent;
}
.black-title{
    color: #030620;
    padding: 50px 0;
}

.page-description{
    color: #030620;
}
.page-description p{
    color: #030620;
    margin-bottom: 3px;
}
.category-title {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0;
}

.category-title img {
    height: 110px;
    opacity: 1;
    z-index: 5;
}

.gallary-title img {
    height: 130px;
}
/* gallary */

.gallary-title {
    position: relative;
    text-align: center;
    color: #000;
    z-index: 10;
    margin: 0;
}

/* Centered text */
.category-title .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 1;
}

.gallary-title .centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    opacity: 1;
}

.category-description {
    padding-bottom: 32px;
    text-align: justify;
}

/* news */

/* news */

.news-and-events {
    background-color: inherit;
}

.news-and-events .news-and-events-title {
    padding: 15px 0 15px;
    margin-top: 15px;
}

.news-and-events .news-col {
    margin-top: 32px;
}

.news-and-events .container {
    background-color: inherit;
    padding: 15px;
}

.news-and-events-content {
    border: 1px solid inherit;
    background-color: inherit;
    padding-top: 15px;
}

.news-and-events .news-and-events-description {
    text-align: left;
    padding-bottom: 1rem;
}

.news-and-events .news-and-events-box-content {
    border: 1px solid inherit;
    background-color: inherit;
    -webkit-box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.5);
    box-shadow: -2px -1px 10px rgba(0, 0, 0, 0.5);
}
.news-and-events .news-and-events-box-content-title {
    text-align: left;
    padding-left: 15px;
    padding-top: 10px;
    color: #d12028 !important;
}

.news-and-events .news-and-events-box-content img {
    text-align: center;
    -o-object-fit: contain;
    object-fit: contain;
    /* height: 191px; */
    width: 100%;
    padding: 10px 0 10px 10px;
}

.news-and-events .news-and-events-box-content p {
    font-family: 'Open Sans', sans-serif;
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    font-size: 15px;
}
.news-and-events .news-and-events-box-content-description {
    padding-top: 0;
}

.news-and-events .news-and-events-box-content img {
    position: relative;
    max-height: 250px;
}

.news-and-events .news-and-events-box-content a {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-align: left;
    color: #767886 !important;
    font-family: 'Open Sans', sans-serif;
}

.news-and-events .readmore {
    text-align: right;
}

.news-and-events .readmore a {
    /* padding-left: 15px; */
    padding-right: 15px;
    color: #d12028 !important;
}
.news-and-events a.news-route {
    color: #d12028 !important;
    font-size: 15px;
}

.news-and-events .news-route {
    padding-left: 0;
}

/* single */

/* single news */
.single-news {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.55;
    text-transform: uppercase;
    color: #b1b1b1;
    letter-spacing: 1.3px;
    background-color: inherit;
}

.single-news .container {
    padding: 2rem;
    background-color: inherit;
}
.single-news-title {
    font-size: 3.25rem;
}

.news-and-events-box-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8125rem;
    line-height: 1.5rem;
    text-align: left;
    padding-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.news-and-events-box-content a {
    font-size: 0.8125rem;
    line-height: 1.5rem;
    font-weight: 800;
    text-align: left;
    color: #c19b76;
    font-family: 'Open Sans', sans-serif;
}

.single-news-publish-info {
    color: #b1b1b1;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 15px;
}
.single-news-publish-info a {
    color: #ae745a;
    padding-left: 0;
}
.single-news-description {
    color: #858585;
    font-size: 1rem;
    text-transform: none;
    text-align: justify;
}
.single-news-description p {
    padding-top: 1.6rem;
    padding-right: 2.375rem;
    padding-bottom: 1.55rem;
    padding-left: 2.375rem;
    color: #fff;
}

.single-news-img-wrapper {
    float: left;
    padding: 1.6rem;
}

/* about us */
.about-us .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 20px;
    line-height: 30px;
}

.about-us h1,
.about-us h2,
.about-us h3 {
    font-family: 'Open Sans', sans-serif;
}

.about-us p {
    font-size: 18px;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.about-us-title {
    font-size: 3.25rem;
    padding-top: 2rem;
}

.about-us ul {
    list-style: none;
    font-size: 1.3rem;
}

.about-us ul li {
    font-size: 1.3rem;
}

.about-us ul li:before {
    content: "✓";
}

.product-details-container {
    background-color: inherit;
}

.product-description p {
    text-align: left;
}

.contact-page-title img {
    height: 130px;
    margin: 0;
}

.contact-location-wrapper {
    background-color: inherit;
}
.contact-wrapper {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    height: 100%;
}

.contact-address-title {
    color: inherit;
}

.contact-form {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #423d3d;
}

.contact-container .container {
    background-color: inherit;
}

.contact-container.container label {
    color: #fff !important;
}

.contact-form .form-control {
    background-color: #111111 !important;
    color: #000;
    border: 1px solid #423d3d !important;
}
.contact-form .form-control:focus {
    background-color: #111111 !important;
    color: #fff;
    border: 1px solid #111111 !important;
    box-shadow: none;
}

.contact-address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contact-address {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 32px 32px 32px;
}

.address-title {
    text-align: center;
    margin-bottom: 20px;
}

.address-subtitle {
    color: orange;
}

.location-wrapper {
    border: 1px solid #c5c5c5;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.location-wrapper-title {
    padding-bottom: 32px;
}

.contact-page-title {
    margin-bottom: 0;
}

.contact-address ul li {
    padding: 5px;
    font-size: 15px;
    margin: 0;
    line-height: 1.2;
}

.contact-address .contact-subtitle,
.contact-footer-title {
    color: #fff;
    font-weight: 500;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}
.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.contact-form .form-row {
    margin-bottom: 1rem;
}

fieldset.scheduler-border {
    color: #fff;
    border: 1px solid #423d3d !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1.2em !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.latest-products {
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: -50px;
}

.latest-products-title {
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-menu a {
    text-decoration: none;
}

.form-control:focus {
    /* background-color: #e5e5e5 !important; */
    color: #000;
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .why-choose-title {
        font-size: 1.75rem;
    }
    .dropdown-menu-center {
        left: 50% !important;
        right: auto !important;
        -webkit-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    .uit-figure {
        margin-top: 15px;
    }

    .categories .categories-title,
    .products-title {
        text-align: center;
        padding-top: 15px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .single_service img {
        width: 269px;
        height: 150px;
    }

    .categories-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 2rem;
        margin: 0 auto;
        max-width: 1198px;
    }

    .news-and-events-box-content img {
        /* margin-top: 1rem; */
        text-align: center;
        object-fit: cover;
        height: 312px;
        width: 100%;
    }
}

/* about us */

.uit-description-wrapper {
    text-align: justify;
}

.uit-about-right {
    margin-right: 2rem;
}
.uit-description-wrapper {
    margin-bottom: 1.5rem;
}
.uit-description-wrapper p {
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}
.uit-description-wrapper .uit-des-icon {
    margin-right: 0.5rem;
}

/* end of about us */

/* Advantages */

.advantages-container {
    margin-top: 0;
    padding: 20px;
    padding-top: 60px;
}

.uit-section-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.42;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    position: relative;
    color: #c19b76;
    z-index: 4;
}

.uit-icon-box-title {
    font-size: 1.2rem;
    line-height: 1.875rem;
    letter-spacing: 0.25px;
    margin-bottom: 0.8rem;
}

.advantages-title {
    font-family: 'Open Sans', sans-serif;
}

/* end Advantages */

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 400px) {
    #wowslider-container1 .ws_images {
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 820px) {
}

#goToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 10000;
}
#goToTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
#goToTop:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* Custom Page */
.page-wrapper {
    padding-bottom: 15px;
    text-align: justify;
}

.contact-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-container .container {
    background: transparent;
}

.col-md-4 {
    display: inline-block;
    margin-left: -10px;
}
.col-md-4 img {
    width: 100%;
    height: auto;
}

/*
  body .carousel-control-prev-icon,
  body .carousel-indicators li,
  body .carousel-control-next-icon{
    background-color:#000;
  }

  span.carousel-control-prev-icon {
   position: relative;
   bottom: 40px;
   right: 40px;
  }

  span.carousel-control-next-icon {
   position: relative;
   bottom: 40px;
  }


  @media (min-width: 768px) {

    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }

    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}


#profile-grid { overflow: auto; white-space: normal; }
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;} */

/* about us animation */

.bigger {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    padding: 20px;
    text-transform: uppercase;
    color: #202020;
    display: inline-block;
    position: relative;
}

.text {
    max-width: 600px;
    width: 100%;
    line-height: 24px;
    text-align: left;
    color: #404040;
    padding: 20px;
}
.text.txt-center {
    text-align: center;
}
.text a {
    color: #0fe4d2;
}

.has-animation {
    position: relative;
}
.has-animation p,
.has-animation img {
    opacity: 0;
}
.has-animation.animate-in p,
.has-animation.animate-in img {
    animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before,
.has-animation.animate-in:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}
.has-animation.animate-in:before {
    background-color: teal;
}
.has-animation.animate-in:after {
    background-color: yellowgreen;
    animation-delay: 0.5s;
}
.has-animation.animation-ltr.animate-in:before {
    animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
    animation: revealLTR 1s 0.6s ease;
}
.has-animation.animation-rtl.animate-in:before {
    animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
    animation: revealRTL 1s 0.6s ease;
}

@keyframes revealRTL {
    0% {
        width: 0;
        right: 0;
    }
    65% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}
@keyframes revealLTR {
    0% {
        width: 0;
        left: 0;
    }
    65% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}
@keyframes textHidden {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* about us new style */

.aboutus-section {
    padding: 25px 0;
}

.aboutus-banner img {
    width: 575px;
    margin-top: 40px;
}

.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 20px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
}
.aboutus-title::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    transform: translate(-50%, 50%);
    position: absolute;
    width: 70px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fff;
    border-radius: 25px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: transparent none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #376bff none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}

.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    font-size: 18px;
    line-height: 1.625rem;
    margin: 0;
}
.feature .feature-box .feature-content p {
    font-size: 15px;
    line-height: 22px;
}
.icon {
    padding: 0px;
    font-size: 40px;
    border-radius: 100px;
    color: #376bff;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

/* about us new style */
.about-us-home h2 {
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

/* h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    right: 0;
    bottom: -20px;
} */
/* .carousel {
    margin: 50px auto;
    padding: 0 70px;
}
.carousel .item {
    min-height: 330px;
    text-align: center;
    overflow: hidden;
}
.carousel .item .img-box {
    height: 250px;
    width: 100%;
    position: relative;
}
.carousel .item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.carousel .item h4 {
    font-size: 18px;
    margin: 10px 0;
}
.carousel .item .btn {
    color: #fff;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}
.carousel .item .btn:hover,
.carousel .item .btn:focus {
    color: #fff;
    background: #376bff;
    border-color: #f7f7f7;
    box-shadow: none;
}
.carousel .item .btn i {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}
.carousel .thumb-wrapper {
    text-align: center;
}
.carousel .thumb-content {
    padding: 15px;
} */

.thumb-content .btn {
    padding: 0.1rem 0.25rem;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 0.2rem;
    color: #ffffff;
    background: #0a8465;
    border-color: #0a8465;
}
/* .carousel .carousel-control {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
    background: rgba(0, 0, 0, 9);
}
.carousel .carousel-control i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    display: inline-block;
    margin: -16px 0 0 0;
    z-index: 5;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    font-weight: bold;
}
.carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}
.carousel .item-price strike {
    color: #999;
    margin-right: 5px;
}
.carousel .item-price span {
    color: #86bd57;
    font-size: 110%;
}
.carousel .carousel-control.left i {
    margin-left: -3px;
}
.carousel .carousel-control.left i {
    margin-right: -3px;
}
.carousel .carousel-indicators {
    bottom: -50px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
}
.carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}
.carousel-indicators li.active {
    background: rgba(0, 0, 0, 0.6);
} */

/* preloader */
.preloader-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #376bff;
    z-index: 10000;
    text-align: center;
    display: table;
}
.preloader-inside {
    position: relative;
    height: auto;
    width: 200px;
    margin-top: 300px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    color: #fff;
}

/*
    .spinner {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    display: inline-block;
    }

    .spinner img {
    position: absolute;
    top: 22px;
    left: 0;
    padding: 5px;
    }

    .spinner:after {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    }

    .spinner:before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    }

    .spinner-1:after {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 4px solid transparent;
    border-top-color: #D10459;
    border-bottom-color: #D10459;
    animation: spinny 2s linear infinite;
    }

    @keyframes spinny {
    0% {
        transform: rotate(0deg) scale(1);
    }

    50% {
        transform: rotate(30deg) scale(1.2);
    }

    100% {
        transform: rotate(360deg) scale(1);
    }

    }
    */
/* Latest Products */

.latest-product .latest-products-title {
    margin-bottom: 32px;
}

.latest-product img {
    margin: 10px;
    border: 1px solid grey;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.75);*/
    max-width: 100%;
    height: 250px;
}

.management-page .management-cards-wraper {
    padding-bottom: 60px;
}

.management-page .management-cards {
    margin: 50px;
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.management-page .management-cards .item {
    width: 33.33%;
    padding: 10px;
}

.management-page .management-cards .item .management-card {
    height: 100%;
}

.management-card,
.management-card:hover {
    background-color: #fff;
    display: block;
    transition: all 0.3s ease;
    color: #e20001;
    text-decoration: none;
}

.management-card .img-section {
    padding-bottom: 90%;
    background-position: center top;
    background-size: cover;
}

.management-card .img-section .profile-pic {
    display: none;
}

.management-card .text-section {
    text-align: center;
    padding: 20px 40px;
}

.management-card .title {
    font-size: 1.25rem;
    font-weight: 300;
    color: #e20001;
    margin: 0;
    padding: 0;
}

.management-card .designation {
    max-width: 230px;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.57143em;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
}
.management-card .mobile,
.management-card .email,
.management-card .skype {
    max-width: 230px;
    margin: 0 auto;
    font-size: 0.7rem;
    line-height: 1.57143em;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 0;
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .management-page .management-cards .item {
        width: 50%;
        padding: 10px;
    }
}

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .management-page .management-cards .item {
        width: 100%;
        padding: 10px;
    }
}

.awe-section-83-2 {
    padding-top: 30px;
    padding-bottom: 50px;
    background-image: linear-gradient(to right,#02ae9400,#02ae9400);
}

.infoContact li a {
    color: #fff;
}
.Details1 {
    margin-bottom: 20px;
    width: 100%;
}
.Details1 tr td {
    border: 1px solid #666;
    padding: 10px;
    font-size: 15px;
}
.Details {
    margin-bottom: 20px;
    width: 75%;
}
.Details2 {
    margin-bottom: 30px;
    width: 70%;
}
.Details2 tr td {
    padding: 5px;
    font-size: 15px;
}
.Details tr td {
    border: 1px solid #666;
    padding: 5px;
    font-size: 15px;
}
.Detailstr {
    background-color: #282828;
    color: #fff;
    font-weight: 600;
}
.titlec {
    float: left;
    border-bottom: 2px solid #666;
    max-width: 60%;
    padding: 5px;
}
.titlec:hover {
    color: #4bad62;
    border-bottom: 2px solid #4bad62;
}
.titlecbatt {
    float: left;
    padding: 5px 10px;
    background-color: #282828;
    color: #fff;
    margin-left: 20px;
    border-radius: 5px;
    margin-top: 10px;
}
.titlecbatt:hover {
    background-color: #4bad62;
    color: #fff !important;
}
.Packagesimg img {
    height: 230px;
    width: 100%;
}
.pakegeback {
    border: 1px solid;
    padding-top: 30px;
    margin-bottom: 10px;
    min-height: 300px;
    background-color: #c1e1f9;
}
.pakegeback1 {
    border: 1px solid;
    padding-top: 30px;
    margin-bottom: 10px;
    min-height: 500px;
    background-color: #c1e1f9;
}
.malap {
    font-size: 15px;
    color: green;
    font-weight: bold;
}
.fliteimg {
    padding: 20px;
    width: 100%;
}

.branceoff {
    text-align: center;
}
.branceoff h4 {
    color: #8dc73c;
}

.captionOrange,
.captionBlack {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}
.captionOrange {
    background: #8dc73c;
    background-color: rgba(255, 67, 46, 0.74);
}
.captionBlack {
    font-size: 16px;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange,
a.captionOrange:active,
a.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}
a.captionOrange:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #eeeeee;
    background-color: rgba(238, 238, 238, 0.7);
}

.customInbox{
	height: 160px;
	overflow: hidden;
    position: relative;
	padding:0px;
	text-align:center;
}
.customInbox1{
	padding:15px;
	text-align:center;
	border: 1px solid #f1f1f1;
    box-shadow:1px 1px #f1f1f1;
    cursor: pointer;
}
.customInbox1:hover,.customInbox1:hover p,.customInbox1:hover .moduletitle{
	background: #f1f1f1;
	color: #047336;
}
.customInbox:hover .icon-cicle {
    top: 13%;
    transition: all 0.5s ease 0s;
}
.customInbox:hover .hoverimage {
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.customInbox:hover .fixedimage{
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.hoverimage{
	opacity: 0;
}
.icon-cicle{
	position: absolute;
       top: -108px;
       left: 50%;
       transform: translate(-50%, 0);
    transition: all 0.5s ease 0s;
}
.icon-cicle img{
	height: 130px;
}


.shor-des{
    height: 50px;
}

/*---------------*/
/***** Romeo *****/
/*---------------*/
.butFrame {
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 20px;
    overflow: hidden !important;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}
.colorBG3 {
    background: rgba(151,202,61,1);
}
.colorBG3 {
    background: rgba(0, 142, 241, 0.3);
}
.effect-romeo {
    overflow: hidden !important;
}
.effect-romeo {
	/*-webkit-perspective: 1000px;
	perspective: 1000px;*/
  overflow: hidden !important;
}
.buttons {
    text-align: center;
    padding: 20px 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.effect-romeo img {
	    width: 100%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	opacity: 0.4;
	z-index: 0;
	display: block;
}

.effect-romeo:hover img {
	opacity: 0.95;
	position: relative;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    -webkit-filter: grayscale(0%);
	filter: gray; filter: grayscale(0%);
	filter: unset;
	overflow: hidden !important;
}

.effect-romeo figcaption::before,
.effect-romeo figcaption::after {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index: 3;
}

.effect-romeo:hover figcaption::before {
	opacity: 0.5;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.effect-romeo:hover figcaption::after {
	opacity: 0.5;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.effect-romeo h2,
.effect-romeo p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.effect-romeo h2 {
	    margin: 0;
	text-transform: none;
	font-size: 1.75em;
	-moz-transform: translateY(-35px);
	-webkit-transform: translateY(-35px);
	-o-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	transform: translateY(-35px);
	z-index: 4;
	padding: 0 5px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;}

.link0 .effect-romeo h2 {
  font-size: 1.75em;
}

.effect-romeo p {
	font-size: 1em;
	padding: 5px;
	text-transform: uppercase;
    -moz-transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-o-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	z-index: 5;
}

.effect-romeo:hover h2 {
	-moz-transform: translateY(-25px);
	-webkit-transform: translateY(-25px);
	-o-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px);
	color: rgba(255,255,255,0);
}

.effect-romeo:hover p {
    -moz-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-o-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	color: rgba(255,255,255,0);
}

.imageSection{
    margin: 0;
	padding:20px 0px;
    background-color:#8dc73c;
    background-image: url('../../img/bg/bg-1.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.imageSection::before{
    background-color: rgba(0, 0, 0, 0.6);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

input.form-control-sm{
    height: 25px !important;
    font-size: 14px !important;
}