/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900');
:root {
    --primary: #082603;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
    --red: #dc3545 ;
    --green: #082603  ;
    --sans-serif: 'Source Sans Pro', sans-serif;
}

body {
    font-family: var(--sans-serif);
    color: #4e5861;
    font-size: 16px;
    font-weight: 400;
}
  
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    font-family: var(--sans-serif);
}

.fw-medium {
    font-weight: 600 !important;
}
.bordered{
    border: 1px solid #ededed;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
}
.box-height{
    min-height: 335px;
}
.error{
    color: red;
}
.owl-carousel-item {
    height: calc(100vh - 80px);
}
.slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/*** Tracking shipment ***/
.tracking .track-button{
    background: #082603;
    color: #fff;
    font-size: 20px;
    padding: 7px 25px;
    border: none;
    cursor: pointer;
}
.tracking .track-input{
    color: #082603;
    font-size: 20px;
}
.action-loading{
    height: 50px;
    width: 50px;
    position: absolute;
    top: 35%;
    left: 103%;
    z-index: 111;
}
.box-item{
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
}

/*** Timeline ***/
.timeline .sessions {
  
    border-radius: 12px;
    position: relative;
    list-style: none;
  }
  
  .timeline li {
    padding-bottom: 0.8rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
  }
  .timeline li:last-child {
    border: 0px;
    padding-bottom: 0;
  }
  .timeline li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    border: 1px solid #4e5ed3;
    box-shadow: 3px 3px 0px #bab5f8;
    box-shadow: 3px 3px 0px #bab5f8;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 0px;
  }
  
  .timeline .time {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
  .timeline .pl-4 {
    margin-left: 30px;
    font-size: 16px;
    margin-bottom: 0;
  }
  @media screen and (min-width: 601px) {
    .timeline  .time {
      font-size: 0.9rem;
    }
  }
  @media screen and (max-width: 600px) {
    .timeline  .time {
      margin-bottom: 0.3rem;
      font-size: 0.85rem;
    }
  }
  
  .timeline  p {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
  }
  @media screen and (max-width: 600px) {
    .timeline   p {
      font-size: 0.9rem;
    }
  }
/*** Timeline ***/
.tracking-card{
    padding: 25px;
}
.not-found-tracking{
    margin: auto;display: block;
}
.not-found-tracking img{
    margin: auto;
    display: block;
    min-height: 285px;
    padding: 10px;
    padding-top: 40px;
}
.not-found-tracking h4{
    margin-top: 20px;
    text-align: center;
    color: #b9b9b9;
    font-weight: 600;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/** Service Section **/
.service{
    text-align: center;
    margin-top: 0px;
}
.service .box::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 100%;
    left: 100%;
    opacity: 0;
    border-bottom: 2px solid #58bed3;
    border-left: 2px solid #58bed3;
}
.service .box:hover::before {
    opacity: 1;
    right: 0px;
    bottom: 0px;
    -webkit-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    -o-transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
    transition: opacity .001s, right .125s linear .001s, bottom .125s linear .126s;
}
.service .box img{
    height: 70px;
    padding-bottom: 10px;
}
.service .box {
    border: 1px solid #ededed;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 30px 0px;
    padding: 10px;
}
.service i{
  font-size: 40px;
}
.service h3{
    font-size: 14px;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 10px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--red);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--light);
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}
.slicknav_menu .slicknav_icon:before {
    background: transparent;
    width: 1.125em;
    height: 0.875em;
    display: block;
    content: "";
    position: absolute;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgb(0 0 0 / 25%);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: var(--red);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 12px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-contact {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/slider1.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-services {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/slider2.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-tracking {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/slider3.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-projects {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}


.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.company-section .wow .icon{
    width: 65px;
}
.company-section .wow i{
    font-size: 45px;
    margin-right: 15px;
}
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Blog, Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}
/*** Blog Details ***/
.service-item-list .image-box{
    width: 150px;
    height: 100%;
    float: left;
    margin-right: 15px;
}
.service-item-list .image-box img{
    cursor: pointer;
}
.service-item-list a{
    font-weight: 600;
    cursor: pointer;
    padding-top: 5px;
}
.service-item-list p{
    font-size: 13px;
}
.service-item-list .overflow-hidden {
  border-bottom: 1px solid #ededed;
}
.service-item-list .service-item{
    display: flow-root;
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
/* .footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
} */
.footer {
    background: linear-gradient(rgb(3 21 6 / 50%), rgb(3 21 13 / 87%)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}




/*---------------------------
** Header Area Css
---------------------------*/
html,
body {
    overflow-x: hidden;
}
.header-area .info-bar {
    background-color: #095000;
    width: 100%;
    color: #fff;
    padding: 11px 0px 13px;
}
.logo-wrapper img{
        max-width: 259px;
        max-height: 90px;
}
.sticky-navbar .logo-wrapper img{
        max-width: 259px;
        max-height: 75px;
}

.header-area .info-bar .right-content {
    text-align: right;
}

.info-bar ul.social-links {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
}

.info-bar ul.social-links li {
    display: inline-block;
    margin-right: 20px
}

.info-bar ul.social-links li a {
    color: #fff;
    font-size: 14px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.info-bar ul.social-links li a:hover {
    color: #58bed3;
}

.header-area span.working-time {
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 0px;
}

/* .header-area span.working-time::after {
    content: "|";
    position: absolute;
    right: -20px;
    color: #6889a3;
} */

.header-area .language {
    font-size: 14px;
    display: inline-block;
    position: relative;
}

.header-area .language a i {
    font-size: 8px;
    margin-left: 2px;
}

.header-area .language ul.language-dropdown {
    position: absolute;
    list-style-type: none;
    padding-left: 0px;
    width: 120px;
    background-color: #183650;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-60px, 20px);
    -ms-transform: translate(-60px, 20px);
    transform: translate(-60px, 20px);
    left: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 100;
}

.header-area .language ul.language-dropdown.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-60px, 0px);
    -ms-transform: translate(-60px, 0px);
    transform: translate(-60px, 0px);
}

.header-area .language ul.language-dropdown li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-area .language ul.language-dropdown li:last-child {
    border-bottom: none;
}

.header-area .language ul.language-dropdown li a {
    display: block;
    padding: 5px 0px;
}

.header-area .language ul.language-dropdown li a:hover {
    background-color: #fff;
    color: #183650;
}

.language a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.language a:hover {
    color: #58bed3;
}

.logo-wrapper {
    display: table;
    height: 100%;
}

.logo-wrapper-inner {
    display: table-cell;
    vertical-align: middle;
}

/* .logo-wrapper img {
    max-width: 230px;
    max-height: 55px;
} */

.support-bar {
    position: relative;
    background-color: var(--green);
    color: #fff;
    padding: 7px 0px;
    border-bottom: 2px solid #395239;
}
.support-bar h5{
    color: #fff;
}

.support-bar::before {
    content: "";
    position: absolute;
    left: -28px;
    background-color:var(--green);
    border-bottom: 2px solid #395239;
    width: 100px;
    height: 102%;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.support-bar::after {
    position: absolute;
    content: "";
    right: -50%;
    top: 0px;
    width: 50%;
    height: 104%;
    background-color: var(--green);
    border-bottom: 2px solid #395239;
}

.support-bar .support-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.support-bar .support-info .right-content {
    display: table;
}

.support-bar .support-info .right-content-inner {
    display: table-cell;
    vertical-align: center;
}

.support-bar .support-info i {
    font-size: 30px;
    margin-right: 15px;
    color: #cdffc8;
}

.support-bar .support-info h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
}

.support-bar .support-info p {
    font-size: 14px;
    margin: 0px;
}

.support-bar a.boxed-btn {
    float: right;
}

a.boxed-btn, button.boxed-btn {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    text-align: center;
    border-radius: 3px;
    background-color: #008d00;
    border: 1px solid #008d00;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
a.boxed-btn::before, button.boxed-btn::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 0%;
    background-color: #fff;
}
a.boxed-btn::after, button.boxed-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0%;
    background-color: #fff;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    transition: width .5s;
}
a.boxed-btn:hover {
   background: #ffff;
   color: #008d00;
   border: 1px solid #008d00;
}

#mobileMenu {
    display: none;
}

.navbar-area {
    position: relative;
    background-color: var(--green);
    margin-left: 53px;
    padding: 20px 0px;
}

.navbar-area::before {
    content: "";
    position: absolute;
    background-color:var(--green);
    height: 100%;
    width: 58px;
    left: -33.5px;
    top: 0px;
    -webkit-transform: skewX(37deg);
    -ms-transform: skewX(37deg);
    transform: skewX(37deg);
}

.navbar-area::after {
    content: "";
    position: absolute;
    background-color: var(--green);
    height: 100%;
    width: 60%;
    right: -60%;
    top: 0px;
}

.navbar-area nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    margin-top: -2px;
}

.navbar-area nav ul li {
    display: inline-block;
    margin: 0px 18px;
    position: relative;
}

.navbar-area nav ul li.active::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #58bed3;
    border-radius: 50%;
    top: 50%;
    left: -9px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar-area nav ul li.active a {
    color: #58bed3;
}

.navbar-area nav ul li.dropdown.active::after {
    color: #58bed3;
}

.navbar-area nav ul li:last-child {
    margin-right: 0px;
}

.navbar-area nav ul li:first-child {
    margin-left: 20px;
}

.navbar-area nav ul li a {
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    font-weight: 600;
    padding: 20px 0px;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.navbar-area nav ul li a.active {
    color: #58bed3;
}

.navbar-area nav ul li:hover a {
    color: #58bed3;
}

.navbar-area nav ul li.dropdown {
    position: relative;
    margin-right: 32px;
}

.navbar-area nav ul li.dropdown::after {
    position: absolute;
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    top: 4px;
    right: -13px;
    font-size: 12px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.navbar-area nav ul li.dropdown:hover::after {
    color: #58bed3;
}

.navbar-area nav ul li.dropdown ul {
    position: absolute;
    z-index: 10;
    color: #fff;
    visibility: hidden;
    -webkit-transform: translate(-50%, 50px);
    -ms-transform: translate(-50%, 50px);
    transform: translate(-50%, 50px);
    opacity: 0;
    left: 50%;
    top: 40px;
    width: 200px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.navbar-area nav ul li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.navbar-area nav ul li.dropdown ul li {
    display: block;
    text-align: center;
    background-color: #1f415f;
    margin: 0px;
    position: relative;
    z-index: -1;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.home-2 .navbar-area nav ul li.dropdown ul li {
    background-color: #234966;
}

.navbar-area nav ul li.dropdown ul li:last-child {
    border-bottom: none;
}

.navbar-area nav ul li.dropdown ul li a {
    display: block;
    padding: 12px 32px;
    color: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.navbar-area nav ul li.dropdown ul li a:hover {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 0;
    border-bottom: 0px solid #fff;
    border-right: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 0px solid #fff;
    border-left: 0px solid transparent;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: -1;
}

.navbar-area nav ul li.dropdown ul li a:hover::before {
    border-bottom: 220px solid #fff;
    border-right: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li a:hover::after {
    border-top: 220px solid #fff;
    border-left: 220px solid transparent;
}

.navbar-area nav ul li.dropdown ul li.active {
    background-color: #fff;
}

.navbar-area nav ul li.dropdown ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.active::before {
    display: none;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus {
    position: relative;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul {
    position: absolute;
    width: 200px;
    left: 200px;
    top: 2px;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li a {
    color: #fff;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li.active a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus ul li:hover a {
    color: #1f415f;
}

.navbar-area nav ul li.dropdown ul li.dropdown-submenus a i {
    font-size: 9px;
    margin-left: 2px;
}

ul.search-cart-area {
    display: inline-block;
    list-style-type: none;
    padding-left: 0px;
    margin: 0px;
    float: right;
}

.search-cart-area li {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.search-cart-area li:first-child {
    margin-right: 40px;
}

.search-cart-area li:first-child::after {
    content: "|";
    top: -1px;
    position: absolute;
    right: -23px;
    color: #6889a3;
}

.search-cart-area li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.search-cart-area li a:hover {
    color: #58bed3;
}

.shopping-icon span.count {
    position: absolute;
    top: -8px;
    right: -13px;
    color: #fff;
    background-color: #58bed3;
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.shopping-icon:hover span.count {
    background-color: #fff;
    color: #58bed3;
}

.sticky-navbar {
    border: none;
    -webkit-animation: navFadeIn 1s;
    animation: navFadeIn 1s;
}

@-webkit-keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes navFadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}
/* .header-area{
    overflow: hidden;
} */
.header-area.sticky-navbar .info-bar {
    display: none;
}

.header-area.sticky-navbar .support-bar {
    display: none;
}

.header-area.sticky-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 45px rgb(0 0 0 / 7%);
}

.header-area.sticky-navbar .support-nav-area {
    background-color: #000;
}

.header-area.sticky-navbar .navbar-area {
    padding: 30px 0px;
}

.header-area.sticky-navbar .navbar-area::before {
    width: 65px;
}

/* //contact new */
.glob{
    position: relative;
}
.glob-image img{
    margin: auto;
    display: block;
    height: 444px;
    margin-top: -50px;
    margin-bottom: 55px;
}
.glob .glob-box1{
    position: absolute;
    left: 3px;
    top: 342px;
}
.glob .glob-box2{
    position: absolute; 
    right: 0;
    top: 342px;
 }
 .glob .glob-box3{
    position: absolute;
    left: 33%;
    top: 0.5%;
 }
 .glob .glob-box4{
    position: absolute;
    left: 33%;
    bottom: 0;
 }
 .glob-mobile{
    display: none;
}





.owl-nav {
  position: absolute;
  bottom: 50%;
  width: 100%;
}
.owl-prev {
  display:block;
  float: left;
  margin-left: -50px;
  width: 50px;
  height: 50px;
}
.owl-next {
  float:right;
  margin-right: -50px;
  display:block;
  height: 50px;
  width: 50px;
}

.card-title { color: #18abd0; }

.card-img-top img { max-height: 120px; max-width: 120px; margin: auto; }


ul li.active a{
    color: white !important;
  }
  
  .list-group{
    border-radius: 20px;
  }
  .list-group-item a{
    color: black !important;
  }
  
  .hover-overlay-cls .box:hover{
    box-shadow: 0px 1px 3px -1px #082603;
  }
  
  .col-md-8 p{
    font-size: 18px !important;
    text-align:justify;
  }
  

