:root{
    --color-white:#fff;
    --transition: all .5s ease-in-out;
    --rr-text-body: #767676;
    --rr-fs-p: 15px;
    --rr-fw-normal: normal;
    --rr-lh-p: 23px;
    --color-dark: #19232B;
    --theme-color-light: rgb(17, 110, 99, 0.09);
    --container-width: 1200px;
    --sec-title-subtitle-font-size: 12px;
    --sec-title-subtitle-line-height: 30px;
    --sec-title-subtitle-font-weight: 800;
    --sec-title-subtitle-font-family: var(--title-font);
    --title-font: "Roboto", sans-serif;
    --sec-title-subtitle-color: var(--theme-color-dark);
    --theme-color-dark: #000000;
    --sec-title-font-size: 50px;
    --sec-title-font-size: 50px;
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: 700;
    --body-font-size: 15px;
    --text-font: "Outfit", sans-serif;
    --body-font-weight: 400;
    --body-font-weight: 400;
  }

.topbar-text{
    color: var(--primary-color);
  }
/* SECTION TITLES */


@media (min-width: 1200px) {
    .about_sec_3 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.section-title .text-2 {
  font-size: 36px;
  line-height: 128%;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-title span {
    font-size: 16px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    color: var(--theme);
    display: inline-block;
    margin-bottom: 5px;
    line-height: 1;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

h2.sec-title{
  columns: var(--color-white);
}

/* SECTION TITLES */

/* SECTION IMAGES */
/** About Us **/
.about_left_side{
    position: relative;
    margin-right: 20px;
}
.about_left_side .experience-box{
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 225px;
    width: 100%;
    height: auto;
    padding: 24px 30px;
    background-color: var(--primary-color);
}
.experience-box .experience_years{
    font-size: 60px;
    line-height: 58px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 10px;
}
.experience-box .experience_years span{
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}
.experience_years_new {
    position: relative;
}
.experience_years_new span{
    position: absolute;
    left: 96px !important;
    bottom: 0;
}
.experience-box p{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Heebo";
    margin-bottom: 0; text-align:left;
}

.about-img .img-2 {
    border-radius: 50%;
    border: 2px dashed var(--theme-color2);
    padding: 8px;
    height: 250px;
}

.about_left_side .about_image_4{
    text-align: right;
        /*margin-right: 270px;*/
}
.about_left_side .about_image_3{
    margin-top: -100px;
    margin-left: 100px;
}
.about_right_side .title {
    font-size: 22px;
    line-height: 26px;
    color: #1c1a1a;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 20px;
}
.about_block_two {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}
.about_block_two .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    z-index: 1;
    flex-shrink: 0;    
    transform: translateY(14px);
}
.about_block_two .icon-box:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 40px;
    height: 40px;
    z-index: -2;
    background-color: #f6f3f3;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about_block_two .icon-box.style_2:before{
    background-color: #e1e6e3;
}
.about_block_two .icon-box:after {
    position: absolute;
    top: 14px;
    left: 14px;
    content: '';
    width: 12px;
    height: 12px;
    z-index: -1;
    background-color: var(--primary-color);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.about_block_title {
  font-size: 15px;
  line-height: 21px;
  color: var(--color-dark);
  font-weight: 400;
}
/* SECTION IMAGES */

.about_block_two .icon-box.style_2:before {
    background-color: #e1e6e3;
}

.about_block_two .icon-box:after {
    position: absolute;
    top: 14px;
    left: 14px;
    content: '';
    width: 12px;
    height: 12px;
    z-index: -1;
    background-color: var(--primary-color);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}


/**GOOGLE LANGUAGE TRANSLATE **/
.goog-te-gadget-simple {
    color: #fff;
    background: transparent !important;
    border: none !important;
    margin-left: 5px;
  }
  
  .goog-te-gadget-simple span {
    color: #fff!important;
  }
/**SLIDER **/
.hero-slider-content-block
{
    padding-top: 150px;
}

/* COUNTER SECTION */

.section-padding{
    padding-top: 0px;
    padding-bottom: 50px;
}
.counter-items {
    display: flex;
    align-items: center;
    gap: 30px;
}

.counter-items .icon {
    font-size: 80px;
    color:#edce94;
}

h2 {
    font-size: 36px;
    line-height: 128%;
    font-weight: 600;
}

.counter-items .content h3 {
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
    font-family: "Roboto Condensed", sans-serif;
}

/* COUNTER SECTION */
/**CONTACT US **/

.contact-us__info-item {
    padding: 30px 50px;
    border: 1px solid rgba(8, 10, 11, 0.1);
    text-align: center;
    margin-bottom: 30px;
     height: 326px;
  }
  @media (max-width: 575px) {
    .contact-us__info-item {
      padding: 40px 20px;
    }
  }
  .contact-us__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-us__text h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
  }
  
  .contact__from p {
    max-width: 489px;
  }
  p {
    font-size: var(--rr-fs-p);
    font-weight: var(--rr-fw-normal);
    color: var(--color-dark);
    margin-bottom: 30px;
    line-height: var(--rr-lh-p);
    text-align: justify;
}
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact__from p {
      max-width: 100%;
    }
  }
  .contact__form-input {
    margin-bottom: 5px;
  }
  input:focus{
    border: #e2e2e2 solid 1px !important;
  }
  .contact__form-input input, .contact__form-input textarea, .contact__form-input-select  {
    height: 50px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
    color: var(--rr-text-body);
    background-color: #fdfdfd;
    border: none;
    width: 100%;
    border: #e2e2e2 solid 1px;
  }
  .contact__form-input input::-webkit-input-placeholder, .contact__form-input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }
  .contact__form-input input::-moz-placeholder, .contact__form-input textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }
  .contact__form-input input:-ms-input-placeholder, .contact__form-input textarea:-ms-input-placeholder { /* IE 10+  Edge*/
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }
  .contact__form-input input::-ms-input-placeholder, .contact__form-input textarea::-ms-input-placeholder { /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }
  .contact__form-input input::placeholder, .contact__form-input textarea::placeholder { /* MODERN BROWSER */
    font-size: 14px;
    line-height: 24px;
    color: var(--rr-text-body);
  }
  .contact__form-input textarea {
    height: 180px;
  }
  @media (max-width: 575px) {
    .contact__form-input textarea {
      height: 150px;
    }
  }
  .contact .nice-select {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: inherit;
    z-index: inherit;
    padding-left: 20px;
    padding-right: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    height: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--rr-text-body);
    background-color: #F8F8F8;
  }
  .contact .nice-select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: var(--rr-text-body);
  }
  .contact .nice-select::-moz-placeholder { /* Firefox 19+ */
    color: var(--rr-text-body);
  }
  .contact .nice-select:-ms-input-placeholder { /* IE 10+  Edge*/
    color: var(--rr-text-body);
  }
  .contact .nice-select::-ms-input-placeholder { /* MODERN BROWSER */
    color: var(--rr-text-body);
  }
  .contact .nice-select::placeholder { /* MODERN BROWSER */
    color: var(--rr-text-body);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .nice-select {
      margin-bottom: 30px;
    }
  }
  .contact .nice-select:hover {
    border-color: #dbdbdb;
  }
  .contact .nice-select:active, .contact .nice-select.open, .contact .nice-select:focus {
    border-color: #999;
  }
  .contact .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  .contact .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
  }
  .contact .nice-select.disabled::after {
    border-color: #cccccc;
  }
  .contact .nice-select.wide {
    width: 100%;
  }
  .contact .nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
  }
  .contact .nice-select.right {
    float: right;
  }
  .contact .nice-select.right .list {
    left: auto;
    right: 0;
  }
  .contact .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
  }
  .contact .nice-select.small::after {
    height: 4px;
    width: 4px;
  }
  .contact .nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
  }
  .contact .nice-select .list {
    border: 1px solid #C9F3FF;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
            box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
  }
  .contact .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    color: var(--rr-heading-primary);
    transition: all 0.2s;
  }
  .contact .nice-select .option:hover {
    background-color: #f6f7f9;
  }
  .contact .nice-select .option.selected {
    font-weight: bold;
  }
  .contact .nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
  }
  .contact .no-csspointerevents .nice-select .list {
    display: none;
  }
  .contact .no-csspointerevents .nice-select.open .list {
    display: block;
  }
  .contact .map {
    margin-left: 30px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .map {
      margin-left: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .map {
      margin-top: 40px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .map iframe {
      height: 500px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .map iframe {
      height: 400px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .contact .map iframe {
      height: 400px;
    }
  }
  @media (max-width: 575px) {
    .contact .map iframe {
      height: 300px;
    }
  }
  .feature-icon {
    width: 80px;
    height: 80px;
    line-height: 65px;
    border-radius: 50%;
    text-align: center;
    color: var(--color-white);
    font-size: 60px;
    background: var(--primary-color);
    margin-bottom: 25px;
    box-shadow: 5px 5px 0 #F2F3F5;
    position: relative;
    transition: var(--transition);
    margin: auto;
    font-size: 40px;
}

.contact-us__info-item:hover .feature-icon {
    transform: rotateY(360deg)
}

.feature-icon i { 
    filter: brightness(0) invert(1);
    padding-top: 20px;
}

/* CONTACT US  */

/* REQUEST QUOTE */

.rr-btn__header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 10.5px 29.5px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-family: var(--color-white);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
    -webkit-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
  }
  .rr-btn__header:after {
    display: block;
    clear: both;
    content: "";
  }
  .rr-btn__header .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out;
  }
  .rr-btn__header .btn-wrap .text-one, .rr-btn__header .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;-webkit-transition: all 0.3s 0s ease-out;
            transition: all 0.3s 0s ease-out; gap:10px
  }
  .rr-btn__header .btn-wrap .text-one {
    position: relative;
    color: var(--color-white);-webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .rr-btn__header .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    color: var(--color-white);-webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .rr-btn__header:hover .text-one, .rr-btn__header:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .rr-btn__header:hover .text-two, .rr-btn__header:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rr-btn__header-secondary {
    padding: 10.5px 28px;
    background: var(--primary-color);
  }
  .rr-btn__header-space-2 {
    padding: 10.5px 34.5px;
  }
  .rr-btn__header-space-2 .btn-wrap .text-one, .rr-btn__header-space-2 .btn-wrap .text-two {
    font-weight: 700;
  }
  
  .rr-btn {
    border-radius: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 5;
    padding: 16.5px 33.4px;
    background-color: var(--primary-color);
    color: var(--color-white);
    font-family: var(--rr-ff-robo);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
    
  }
  .rr-btn:after {
    display: block;
    clear: both;
    content: "";
  }
  .rr-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border: none;
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .rr-btn .btn-wrap i {
    padding-left: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
  }
  .rr-btn .btn-wrap i {
    margin-left: 6px;
  }
  .rr-btn .btn-wrap .text-one, .rr-btn .btn-wrap .text-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .rr-btn .btn-wrap .text-one {
    position: relative;
    display: block;
    color: var(--color-white);
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .rr-btn .btn-wrap .text-two {
    position: absolute;
    top: 100%;
    display: block;
    color: var(--color-white);
    -webkit-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
  }
  .rr-btn__transparent {
    background: transparent;
    border: 1px solid rgba(21, 24, 27, 0.1);
  }
  .rr-btn__transparent .btn-wrap .text-one, .rr-btn__transparent .btn-wrap .text-two {
    color: var(--rr-heading-primary);
  }
  .rr-btn__white {
    padding: 15.5px 32.4px;
    background: var(--color-white);
  }
  .rr-btn__white .btn-wrap .text-one, .rr-btn__white .btn-wrap .text-two {
    color: var(--rr-heading-primary);
  }
  .rr-btn__white-transparent {
    background: transparent;
    padding: 15.5px 32.4px;
    border: 1px solid var(--color-white);
  }
  .rr-btn__white-transparent .btn-wrap .text-one, .rr-btn__white-transparent .btn-wrap .text-two {
    color: var(--color-white);
  }
  .rr-btn:hover .text-one, .rr-btn:focus .text-one {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
  .rr-btn:hover .text-two, .rr-btn:focus .text-two {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

/* REQUEST QUOTE */

/* ABOUT US */

.about-area {
    position: relative;
        padding-bottom: 50px;
}

.about-left {
    margin-right: 20px
}

.about-img {
    display: flex;
    gap: 30px;
    position: relative
}

.about-img .img-1 {
    border-radius: 80px 80px 0 80px;
    height: 370px;
}

.about-img .img-2 {
    border-radius: 50%;
    border: 2px dashed var(--primary-color);
    padding: 8px
}

.about-img .img-3 {
    border-radius: 0 80px 80px 80px;
    height: 300px;
}

.about-experience {
    display: flex;
    align-items: center;
    text-align: center;
    background: var(--primary-color);
    padding: 15px 20px 15px 15px;
    color: var(--color-white);
    border-radius: 50px 50px 50px 0;
    box-shadow: 0 0 40px 5px rgb(0 0 0/10%)
}

.about-experience-icon {
    color: var(--theme-color);
    font-size: 65px;
    width: 90px;
    height: 90px;
    line-height: 70px;
    text-align: center;
    margin: auto;
    background: var(--color-white);
    border-radius: 50px;
    margin-bottom: 5px
}

.about-experience-icon img {
    width: 75px
}

.about-right {
    position: relative;
    display: block
}

.about-content {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-info-color)
}

.about-item {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 25px
}

.about-item-icon {
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 12px;
    background: var(--primary-color);
    border-radius: 50px;
    font-size: 60px;
    color: var(--theme-color);
    box-shadow: -5px 5px 0 var(--theme-color-light)
}

.about-item-icon img {
    width: 45px;
    filter: brightness(0) invert(1)
}

.about-item-content {
    flex: 1
}

.about-item-content h5 {
    font-size: 22px;
    margin-bottom: 5px
}

.about-quote {
    position: relative;
    color: var(--color-dark);
    padding: 20px 22px;
    background: var(--theme-color-light);
    border-radius: 20px
}

.about-quote i {
    position: absolute;
    font-size: 45px;
    color: var(--primary-color);
    right: 15px;
    bottom: -15px
}

.about-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px
}

.about-phone {
    display: flex;
    align-items: center;
    gap: 12px
}

.about-phone .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: var(--primary-color);
    color: var(--color-white);
    border-radius: 50px;
    text-align: center;
    font-size: 22px;
    box-shadow: -5px 5px 0 var(--primary-color)
}

.about-phone .number {
    line-height: 1
}

.about-phone .number span {
    color: var(--primary-color);
    font-weight: 500
}

.about-phone .number h6 {
    font-size: 20px;
    margin-top: 8px
}

.about-phone .number h6 a {
    color: var(--primary-color)
}

@media all and (max-width: 991px) {
    .about-right {
        margin-top:30px
    }
}

@media all and (max-width: 767px) {
    .about-item {
        margin-top:30px
    }
}

/*.is-white img{filter: brightness(0) invert(1);}*/
.section-hero,.section-breadcrumb{padding-top: 0px; padding-bottom: 0px;}
.header-info-list a, .header-info-list i {color: rgba(255, 255, 255, 0.65);}
.header-info-list a:hover{color:#fff}
.header-social-links .social-link{
  width: 30px;
  height: 30px;
  border: #ccc solid 1px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}
.header-social-links .social-link i{color:rgba(255, 255, 255, 0.65)}
.breadcrumb-item+.breadcrumb-item::before{content: ' / ' !important;}
footer .bg-shape {
  background-image: url(../img/footer-pattern1.png);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-position: center;
}
.section-footer{
  position: relative;
  background-color: #020e16;
}
.footer-about p{color: #fff;}
.footer-widget-title {
  color: var(--color-white);
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
  font-family: 'Roboto Condensed', sans-serif;
}
.footer-widget-title::before {
  content: '';
  position: absolute;
  width: 90px;
  height: 3px;
  background: rgba(255, 255, 255, .2);
  bottom: 0;
  left: 0;
  z-index: -1;
}
.footer-widget-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: var(--primary-color);
  bottom: 0;
  left: 18px;
  z-index: -1;
}
.footer-social {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 10px 10px 10px 0;
  background: var(--color-white);
  color: var(--primary-color);
  transition: var(--transition)
}

.footer-social li a i:hover {
  background: var(--primary-color);
  color: var(--color-white)
}
.footer-info-list li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 10px 10px 10px 0;
  background: var(--secondary-color);
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  color: var(--color-white);
}
.section-breadcrumb{
  position: relative;
}
.section-breadcrumb::before
{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #0000008c;
}
.has--border-1{
  border-bottom: 1px solid rgba(1, 9, 21, 0.14);
}
.has--border-2 {
  border: 1px solid rgba(1, 9, 21, 0.14);
  border-top: 0;
  padding-left: 30px;
}
.what-we-do__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 31px;    margin-top: 30px;
}
.has--border-3 {
  border: 1px solid rgba(1, 9, 21, 0.14);
  border-top: 0;
  padding-left: 30px;
  border-bottom: none;
}

/* QUALITY */

.process-section {
  position: relative;
  padding: 50px 0 50px;
}

.process-section::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/testimonial-map.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title .sub-title {
  position: relative;
  display: inline-block;
  font-size: var(--sec-title-subtitle-font-size);
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);
  font-family: var(--sec-title-subtitle-font-family);
  color: var(--sec-title-subtitle-color);
  border: 3px solid #eee9e3;
  letter-spacing: .2em;
  top: -5px;
  margin-bottom: 14px;
  margin-top: 7px;
  padding: 2px 24px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.sec-title .sub-title::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 19px;
  height: 14px;
  background-image: url(../img/subtitle-before.png);
  transform: translateX(-50%);
}

.sec-title h2 {
  position: relative;
  font-size: 36px;
  color: var(--primary-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  line-height: 1.2em;
  margin-bottom: 0;
}

.process-section .outer-box {
  position: relative;
}

.process-section .outer-box .icon-line {
  width: 1417px;
  height: 131px;
  background-image: url(../img/icon-line.png);
  position: absolute;
  left: 0;
  background-size: 1160px;
  background-repeat: no-repeat;
  top: 27px;
}

/* MAP */

.process-block {
  margin-bottom: 30px;
}

.process-block:first-child .inner-box {
  margin-right: 70px;
  margin-left: 0;
}

.process-block .inner-box {
  position: relative;
  text-align: center;
  margin: 0 35px;
}

.process-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 90px;
  right: -80px;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon-arrow.png);
}

.process-block .inner-box:hover .icon {
  color: var(--color-white);
  background-color: var(--primary-color);
}

.process-block .inner-box:hover .content {
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.process-block .inner-box .icon {
  background-color: var(--color-white);
  border: 3px dashed var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 10px 60px rgba(226, 9, 53, .2);
  color: var(--primary-color);
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  margin: 0 auto 25px;
  text-align: center;
  transition: all 300ms ease;
}

i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.process-block .inner-box .icon {
  background-color: var(--color-white);
  border: 3px dashed var(--primary-color);
  border-radius: 50%;
  box-shadow:0 10px 60px rgb(111 111 111 / 20%);
  color: var(--primary-color);
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  margin: 0 auto 25px;
  text-align: center;
  transition: all 300ms ease;
}

.process-block .inner-box .content {
  position: relative;
  padding: 35px 28px 30px;
  text-align: center;
  transition: all 300ms ease;
}

.process-block .inner-box .content:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #faf8f7;
}

.process-block .inner-box .content .step {
  position: relative;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.process-block .inner-box .content .title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

p, .text {
  color: var(--body-color);
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
  line-height: 25px;
}

/* MAP */

/* IMAGES SLIDER */

@media (min-width: 1200px) {
  .section-space-bottom {
      padding-bottom: 50px;
      padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1140px;
  }
}
@media screen and (min-width: 1900px) {
  :root{
      --body-font-size: 17px !important;
  }
  .about_right_side p{
      font-size: 17px;
  }
  .about_block_title {
    font-size: 17px;
}
}

@media (min-width: 768px) {
  .col-md-7 {
      flex: 0 0 auto;
      width: 58.33333333%;
  }
}

@media (min-width: 1200px) {
  h2 {
      font-size: 40px;
  }
}


/* IMAGES SLIDER */
/* QUALITY */

/* INDUSTIRES WE SERVE */

.section-padding {
  padding: 40px 0;
}

/*@media (min-width: 1200px) {*/
/*  .container {*/
/*      width: 1170px;*/
/*  }*/
/*}*/

.container:before{
  display: table;
    content: " ";
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container:after{
  clear: both;
}

.row:before {
  display: table;
  content: " ";
}

@media (min-width: 992px) {
  .col-md-3 {
      width: 25%;
  }
}

.tr-destination-item {
  transition: all 0.3s;
  border-radius: 20px;
  background: var(--tr-common-white);
  border-bottom: 2px solid transparent;
  box-shadow: 0 2px 6px -1px rgba(19, 16, 34, 0.03), 0 4px 12px -1px rgba(19, 16, 34, 0.06);
}

.tr-destination-item:hover {
  border-color: var(--primary-color);
}

.tr-destination-thumb {
  border-radius: 20px;
}

.fix {
  overflow: hidden;
}

.mb-30 {
  margin-bottom: 30px;
}

.tr-destination-thumb img {
  width: 100%;
  height: 100%;
  transition: 0.9s;
  border-radius: 20px;
  object-fit: cover;
}

.tr-destination-item:hover .tr-destination-thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.tr-destination-title {
  font-size: 18px;
}

.border-line-black {
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  transition: background-size 0.3s linear;
  background-image: linear-gradient(var(--color-dark), var(--color-dark)), linear-gradient(var(--color-dark), var(--color-dark));
}

.border-line-black:hover {
  background-size: 0% 1px, 100% 1px;
}
.tr-destination-content{
  padding: 20px;
  min-height: 120px;
}

h6:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

.tr-destination-thumb img {
  width: 99%;
  transition: 0.9s;
  border-radius: 20px;
}
/* INDUSTIRES WE SERVE */
/* PRODUCT - DETAILS */

.product-list{
  list-style: none;
}

.section-title li{
  color: black;
  font-size: var(--body-font-size);
  font-family: var(--text-font);
  font-weight: var(--body-font-weight);
}

.product-list i{
  color: var(--primary-color);
  
}

.tr-destination-thumb .img-border {
  border: 1px solid gray;
  padding: 5px; 
}

.section-title b{
  letter-spacing: 1px;
}
ul li.parsley-required{  color: red;
  font-size: 13px;
}


 /* PRODUCT - DETAILS */
 
.tt-menu1 {
  width: 100%;
  position: relative;
  top: 50%;
  left: 1%;
  z-index: 1000;
  display: none;
  float: left;
  padding: 5px;
  margin: 8px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-height: 250px;
  overflow-y: auto;
  cursor: pointer;
}
.tt-menu1 li {
  border-bottom: #f9f9f9 solid 1px;
  padding: 5px 4px;
}
.holiday_head {
  color: var(--primary-color);
  background: none;
  font-size: 15px;
  text-align: right;
  border-bottom: 1px solid #3C5A9A;
  cursor: text;
  margin-right: 10px;
  font-weight: 500;
}
@media screen and (min-width: 2000px) {
       :root {
       --body-font-size: 22px;
    }
        .container {
        width: 2000px;
    }
        .container  {
        max-width: 2000px;
    }
    .footer-info-list li{font-size:var(--body-font-size) !important;
    }
  
        .about_block_title,body{
            font-size:var(--body-font-size) !important;
                line-height: 42px !important;
        }
        .about_image_4 img{width:82%;}
        .section-title span {
    font-size: 28px;
}
.section-title .text-2 {
    font-size: 50px;
}
    h3 {
        font-size: 35px;
    }
    .counter-items .content h3,.header-nav-link.active,.header-nav-link.is-white,.rr-btn__header{font-size:25px !important}
    .header-logo{padding-block:50px}
    .header-logo img{width:135%}
    .header-top, .header-bottom{max-width:1600px; font-size:var(--body-font-size) !important;}
        .hero-slider-wrapper {
        top: -120px;
    }
        .breadcrumb-space {
        padding-top: 320px;
        padding-bottom: 120px;
    }
    .about-img .img-1 {
    border-radius: 80px 80px 0 80px;
    height: 445px;
    width: 100%;
}
.about-img .img-3 {
    border-radius: 0 80px 80px 80px;
    height: 345px;
    width: 100%;
}
.contact-us__info-item{
    height:445px;
}
.header-nav-list{
        gap: 0 65px !important;
}
.header-logo::after{left:-100px !important;}
    .rr-btn__header{padding: 24.5px 30.5px; !important;}
}
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-button-next, .swiper-button-prev{
    color:var(--primary-color) !important;
}
.sffm-floatmenu {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9;
}.sffm-floatmenu {
    top: 50%;
    right:  0;
    transform: translateX(calc(100% -  50px)) translateY(-50%);
}
ul.sffm-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 5px;    flex-direction: column;align-items: flex-start;
}
ul.sffm-menu li {
    transform: translateX(calc( 0* 1)) translateY(calc( 0* 1)) scale( 1) rotate( 0);
    opacity:  1;
    transition: all .3s ease;
    position: relative;
    filter: drop-shadow( 0  0 0  transparent);
    display: flex
;
    align-items: stretch;
    transition: transform .3s ease-in-out;
    background:var(--primary-color);
    color:#fff;
}
ul.sffm-menu li>a {
    display: flex
;
    align-items: center;
    justify-content: center;
    background:#156e45;
    color:  #fff;
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    transition: all .3s ease;
    border: none !important;
}
ul.sffm-menu li>a {
    transition: none;
}
ul.sffm-menu li .sffm-tooltip {
    border-radius: 4px;
    position: absolute;
    opacity: 0;
    line-height: 1.2;
    visibility: hidden;
    background: var(--primary-color);
    transition: all .2s ease;
}
ul.sffm-menu li .sffm-tooltip {
    position: static;
    opacity: 1;
    visibility: visible;
    right: auto;
    margin-right: 0;
    top: auto;
    transform: none;
    display: flex
;
    align-items: center;
    border-radius: 0;
    margin: 0 !important;
    height:  50px;
}
ul.sffm-menu li .sffm-tooltip a {
    display: block;
    white-space: nowrap;
    padding: 8px 20px;
    color: #fff;
  }
  ul.sffm-menu li:hover {
    transform: translateX(calc(-1* 104.922px));
}
    
        .news-section {
  position: relative;
  padding: 120px 0 90px;
  z-index: 3;
}
.news-section .icon-shape {
  position: absolute;
  top: 105px;
  right: 30px;
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-3.png);
}
@media (max-width: 1199.98px) {
  .news-section .icon-shape {
    display: none;
  }
}
.news-section .row {
  margin: 0 -15px;
}
.news-section .row > div {
  padding: 0 15px;
}

.news-block {
  margin-bottom: 30px;
}
.news-block .inner-box {
  position: relative;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .content-box {
  border-color: var(--primary-color);
}
.news-block .inner-box:hover .image-box .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.news-block .inner-box:hover .image-box .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  position: relative;
  width: 100%;
  display: block;
  transition: all 500ms ease;
  height:247px;
}
.news-block .image-box .image img:first-child {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  height:247px;
}
.news-block .image-box .date {
  position: absolute;
  left: 30px;
  bottom: -22px;
  width: 72px;
  display: block;
  z-index: 3;
}
.news-block .image-box .date strong {
  position: relative;
  display: block;
  width: 72px;
  font-size: 30px;
  font-weight: 700;
  padding: 15px 0;
  color: #f8f5f0;
  background-color: var(--primary-color);
  text-align: center;
}
.news-block .image-box .date span {
  position: relative;
  display: block;
  width: 72px;
  font-size: 12px;
  line-height: 1.8em;
  font-family: var(--text-font);
  color: #393939;
  background-color: #f3f4f7;
  text-align: center;
}
.news-block .content-box {
  position: relative;
  padding: 15px 27px 30px;
  background-color: #ffffff;
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.12);
  transition: all 300ms ease;
}
@media (max-width: 575.98px) {
  .news-block .content-box {
    padding: 17px 20px 20px;
  }
}
.news-block .content-box .post-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media (max-width: 575.98px) {
  .news-block .content-box .post-meta {
    padding-bottom: 10px;
  }
}
.news-block .content-box .post-meta li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #7a7a7a;
  margin-right: 32px;
}
.news-block .content-box .post-meta li:last-child {
  margin-right: 0;
}
.news-block .content-box .post-meta li:last-child:before {
  display: none;
}
.news-block .content-box .post-meta li:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
}
.news-block .content-box .post-meta li i {
  font-size: 12px;
  color: var(--primary-color);
  margin-right: 10px;
}
.news-block .content-box .title {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (max-width: 575.98px) {
  .news-block .content-box .title {
    font-size: 20px;
  }
}
.news-block .content-box .title:hover {
  color: var(--primary-color);
}
.news-block .content-box .text {
  margin-bottom: 30px;
  color:#444444;
}
.news-block .content-box .read-more {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
}
.news-block .content-box .read-more:hover {
  color: var(--primary-color);
}
.news-block .content-box .read-more i {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 9px;
  margin-left: 8px;
  padding-left:4px;
  font-weight: 300;
  border-radius: 50%;
  color: #f8f5f0;
  background-color: var(--primary-color);
}.blog-details {
  position: relative;
  display: block;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  border-radius: 10px;
}
.blog-details__img img {
  width: 100%;
  border-radius: 10px;
  height: 491px;
  object-fit: cover;
}

.blog-details__date {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--primary-color);
  text-align: center;
  padding: 21px 24px 20px;
  align-items: center;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  flex-direction: column;
}
.blog-details__date .day {
  font-size: 16px;
  color: #fff;
  font-weight: var(--body-font-weight-bold);
  line-height: 16px;
}
.blog-details__date .month {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: var(--body-font-weight-bold);
  color: #fff;
  line-height: 12px;
  text-transform: uppercase;
}

.blog-details__content {
  position: relative;
  display: block;
  margin-top: 22px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}
.blog-details__meta li + li {
  margin-left: 18px;
}
.blog-details__meta li a {
  font-size: 15px;
  color: #777;
  font-weight: 500;
  transition: all 500ms ease;
}
.blog-details__meta li a:hover {
  color: var(--primary-color);
}
.blog-details__meta li a i {
  color: var(--primary-color);
  margin-right: 6px;
}

.blog-details__title {
  font-size: 30px;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 21px;
}

.blog-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 30px;
  margin-top: 49px;
  border-top: 1px solid #ece9e0;
}
@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    gap: 30px;
  }
}
.blog-details__bottom p {
  margin: 0;
}

.blog-details__tags span {
  color: #0e2207;
  font-size: 20px;
  margin-right: 14px;
  font-weight: var(--body-font-weight-bold);
}
.blog-details__content ul li{
    position: relative;
}
.blog-details__content ul li p{
       margin-left: 20px;
}
.blog-details__content ul li:before{
    position: absolute;
    content: "\f061";
        font-family: "Font Awesome 6 Pro";
        color: #198754;
}
.blog-details__tags a {
  position: relative;
  font-size: 12px;
      background-color: #f8f6f1;
    color: #008758;
  display: inline-block;
  padding: 5px 30px 5px;
  font-weight: var(--body-font-weight-bold);
  transition: all 500ms ease;
  border-radius: 35px;
}
.blog-details__tags a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
}
.blog-details__tags a + a {
  margin-left: 6px;
}

.blog-details__social-list {
  display: flex;
  align-items: center;
}
.blog-details__social-list a {
  background-color: #f8f6f1;
  border-radius: 50%;
  color: var(--primary-color);
  display: flex;
  font-size: 15px;
  height: 43px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  align-items: center;
  transition: all 500ms ease;
  width: 43px;
  z-index: 1;
}
.blog-details__social-list a:hover {
  color: #ffffff;
}
.blog-details__social-list a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}
.blog-details__social-list a:after {
  background-color: #b5090d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.blog-details__social-list a + a {
  margin-left: 10px;
}

.blog-details__pagenation-box {
  display: block;
  margin-bottom: 53px;
  overflow: hidden;
  position: relative;
}

.blog-details__pagenation {
  display: block;
  position: relative;
}
.blog-details__pagenation li {
  float: left;
  font-size: 20px;
  color: #0e2207;
  font-weight: var(--body-font-weight-bold);
  color: #000000;
  background-color: #f8f6f1;
  line-height: 30px;
  position: relative;
  transition: all 500ms ease;
  max-width: 370px;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 52px;
  border-radius: 10px;
}
.blog-details__pagenation li:hover {
  background-color: #b5090d;
  color: var(--text-color-bg-theme-color2);
}
.blog-details__pagenation li + li {
  margin-left: 30px;
}

====================================================================
Sidebar
====================================================================

***/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}

.sidebar__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
}
.sidebar__search-form input[type=search] {
  display: block;
  border: none;
  outline: none;
  background-color: #b5090d;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 74px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form input[type=search]::-webkit-input-placeholder, .sidebar__search-form input[type=search]:-ms-input-placeholder, .sidebar__search-form input[type=search]::-ms-input-placeholder, .sidebar__search-form input[type=search]::placeholder {
  color: #ffffff;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form input[type=search] {
    padding-left: 30px;
  }
}
.sidebar__search-form a[type=submit] {
  background-color: transparent;
  color: #ffffff;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar__search-form a[type=submit] {
    width: 42px;
  }
}

.sidebar__search-form input::placeholder {
  color: #ffffff;
}

.sidebar__post {
  position: relative;
  display: block;
  padding: 46px 30px 30px;
  color: #000000;
  background-color:#f8f6f1;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__post {
    padding: 30px;
  }
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__title {
    margin-left: 0;
  }
}
.sidebar__post .sidebar__post-list {
  margin: 0;
}
.sidebar__post .sidebar__post-list li {
  display: flex;
  align-items: center;
  padding: 16px 20px 17px;
  transition: all 500ms ease;
}
@media only screen and (max-width: 767px) {
  .sidebar__post .sidebar__post-list li {
    padding: 16px 0;
  }
}
.sidebar__post .sidebar__post-list li:hover {
  background-color: #ffffff;
  border-radius: 10px;
}
.sidebar__post .sidebar__post-list li + li {
  margin-top: 11px;
}
.sidebar__post .sidebar__post-list .sidebar__post-image {
  margin-right: 20px;
  flex: 70px 0 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-image > img {
  width: 70px;
  border-radius: 10px;
  height:61px;
  object-fit: cover;
}
.sidebar__post .sidebar__post-list .sidebar__post-content {
  position: relative;
  top: -3px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 {
  font-size: 18px;
  margin: 0;
  line-height: 26px;
  letter-spacing: 0;
}
.sidebar__post .sidebar__post-list .sidebar__post-content h3 a {
  color: #0e2207;
  transition: all 500ms ease;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: #757873 !important;
  transition: all 500ms ease;
}
.sidebar__post .sidebar__post-list .sidebar__post-content-meta i {
  color: var(--primary-color);
  font-size: 14px;
  padding-right: 3px;
}

.sidebar__category {
  position: relative;
  display: block;
  color: #000000;
  background-color:#f8f6f1;
  border-radius: 10px;
  padding: 45px 30px 38px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__category {
    padding: 30px 15px 30px;
  }
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 9px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 4px;
}
.sidebar__category-list li a {
  color: #757873;
  font-size: 16px;
  position: relative;
  transition: all 500ms ease;
  display: block;
  background: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 10px;
}
.sidebar__category-list li a:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li a:hover span {
  color: #ffcd1e;
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(0);
  transition: all 500ms ease;
  color: #b5090d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.sidebar__category-list li.active a {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  color: #0e2207;
  border-radius: 10px;
  text-shadow: 1px 0 0 rgba(14, 34, 7, 0.5);
}
.sidebar__category-list li.active a span {
  transform: translateY(-50%) scale(1);
  color: #ffcd1e;
}

.sidebar__tags {
  position: relative;
  display: block;
  color: #000000;
  background-color:#f8f6f1;
  padding: 46px 45px 50px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__tags {
    padding: 30px;
  }
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}

.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  color: #0e2207;
  transition: all 0.4s ease;
  background: #ffffff;
  display: inline-block;
  padding: 5px 28px 5px;
  margin-left: 5px;
  border-radius: 30px;
}
.sidebar__tags-list a:hover {
  color: #f8f5f0;
  background: var(--primary-color);
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}

.sidebar__comments {
  position: relative;
  display: block;
  color: #000000;
  background-color:#f8f6f1;
  padding: 46px 50px 43px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .sidebar__comments {
    padding: 30px;
  }
}
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}

.sidebar__comments-list {
  position: relative;
  display: block;
}
.sidebar__comments-list li {
  position: relative;
  display: block;
  padding-left: 65px;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: #b5090d;
  color: #ffffff;
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}

.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--primary-color);
  border-radius: 50%;
  font-size: 15px;
  color: #f8f5f0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
}

.sidebar__comments-text-box p {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: #0e2207;
}
.sidebar__comments-text-box h5 {
  font-size: 15px;
  margin: 0;
  line-height: 26px;
  color: #757873;
  font-weight: 500;
  letter-spacing: 0;
} .info-box {
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 105px;
    position: relative;
}
.info-box .icon {
    background-color: #f3f3f4;
    border-radius: 0 0 50px 50px;
    border-top: 2px solid var(--primary-color);
    color: var(--primary-color);
    /*font-size: 50px;*/
    font-size: 40px;
    height: 78px;
    left: 0;
    /*line-height: 90px;*/
    line-height: 75px;
    position: absolute;
    top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
    width: 67px;
}
.info-box .title {
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-thumbnails {
    position:relative;
}
.team-thumbnails:before{
    position: absolute;
  top: -9px;
  left: 0;
  background: rgb(10, 10, 10);
  background: radial-gradient(circle, rgba(10, 10, 10, 0.34) 0%, rgb(7, 6, 10) 250%);
  width: 100%;
  height: 105%;
  content: "";
}
@media only screen and (max-width: 767px) {
.topbar .justify-content-center{
    justify-content: center !important;;
}
    .service-list--3 > li {
        flex: 100%;
        margin-bottom: 80px;
    }
    .topbar {
        padding: 5px 0px;
    }
    .header-info-list li {
    font-size: 13px;
}
.header-logo img {
        padding-left: 50px;
    }
    .header-logo {
        width: 60%;
    }
    .hero-slider-content-block p {
        display:none;
    }
    .hero-slider-content-block h1{
        font-size: 30px;
    }
    .about_sec_3{
        padding-top: 0px;
    }
        .section-space__bottom {
        padding-top: 50px;
    }
    .tr-destination-thumb img {
        height: 100% !important;
    }
        .tr-destination-content {
        min-height: 90px !important;
        word-wrap: break-word;
    }
}




/* 404 */
.error{
  padding-top: 50px;
  padding-bottom: 50px;
}
.error-page {
  text-align: center;
}
.error-page h1 {
  font-size: 240px;
  line-height: 1;
  font-weight: 600;
}
.error-page h1 span {
  color: var(--primary-color);
}
.error-page h2 {
  margin: 15px 0 30px 0;
  font-size: 45px;
  line-height: 55px;
}
.error-page p {
  margin-bottom: 35px;
  text-align: center;
}
/* 404 */