
img{
    max-width: 100%;
}
.swiper-container{
    overflow: hidden;
}
.header-info-bar {
    background-color:#FEEB9D;
}
.header-info-bar {
    position: relative;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 99;
}

.header-area-inner {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    border-bottom: 1px solid rgba(18, 18, 18, 0.06);
    height: 90px;
    justify-content: space-between;
}
.logo-header {
    width: 160px;
}
.extra-nav .extra-cell {
    display: flex;
    align-items: center;
}
.extra-nav .extra-cell > * {
    margin-left: 20px;
    display: flex;
    align-items: center;
    flex-direction: inherit;
    margin-right: -10px;
}
.extra-nav ul li {
    display: inline-block;
}
.extra-nav .info-box .nav-link{
    display: flex;
    gap: 10px;
    align-items: center;
} {
    display: flex;
    gap: 10px;
    align-items: center;
}
.extra-nav {
    padding-left: 30px;
    color: #000;
}
.dz-icon {
    min-width: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-wrap{
    min-width:50%;
}
.tp-header-bottom-2{
    background-color:#fbbb00 ;
}
.search-input {
    background: var(--tp-common-white);
    border-radius: 10px;
    padding: 5px 0px;
    border: 0;
    margin-bottom: 0;
    align-items: center;
}

.search-input .bootstrap-select.default-select {
    width: auto !important;
  }
  .search-input .bootstrap-select.default-select:after {
    position: absolute;
    content: "";
    background-color: rgba(187, 187, 187, 0.68);
    width: 1px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .search-input .bootstrap-select.default-select .default-select {
    display: none !important;
  }
  .search-input .bootstrap-select.default-select .dropdown-toggle {
    height: 45px;
    min-width: 185px;
    position: static;
    background-color: transparent;
    padding: 0px 20px;
    border-radius: 0;
    line-height: 48px;
    border: 0;
    outline: 0 !important;
    border-radius: 0;
  }
  .search-input .bootstrap-select.default-select .dropdown-toggle:after {
    border: 0;
    content: "\f078";
    font-size: 10px;
    margin-left: 5px;
    margin-top: 0;
    opacity: 0.5;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
  }
  .search-input .bootstrap-select.default-select .dropdown-menu {
    background-color: var(--tp-common-white);
    border: 0;
    border-radius: 0;
    min-width: 185px !important;
    max-height: 350px !important;
  }

  
  
.search-input .bootstrap-select.default-select:after {
    position: absolute;
    content: "";
    background-color: rgba(187, 187, 187, 0.68);
    width: 1px;
    height: 22px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.search-input .form-control{
    border: 0;
    margin-left: 0px !important;
    border-radius: 0 !important;
    height: 45px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.search-input .btn{
    background-color: transparent;
    position: absolute;
    right: 7px;
    z-index: 9;
    font-size: 15px;
    font-weight: 400;
    height: 48px;
    width: 48px;
    padding: 0;
    border: 0;
    text-align: center;
    line-height: 48px;
    justify-content: center;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.dropdown-menu {
    background-color: var(--tp-common-white);
    border: 0;
    border-radius: 0;
    min-width: 200px;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color:#5E626F;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #FFFAF3;
    color: #CC0D39;
}

.search-input .form-control{
    border: 0;
    margin-left: 0px !important;
    border-radius: 0 !important;
    height: 45px;
}
.input-group .form-control:focus{
    outline: 0;
    border: none !important;

}

/************************************/
/***       Services css       ***/
/************************************/

.our-service{
	background-color: var(--secondary-color);
	padding: 100px 0;
}

.our-service-item{
	margin-bottom: 30px;
}

.our-service-image{
	overflow: hidden;
}

.our-service-image img{
	width: 100%;
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}

.our-service-content{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content:space-between;
    background-color:#003B49;
}

.service-content-box{
	display: flex;
	align-items: center;
	padding: 13px 15px;
}

.our-service-title h2{
	font-size: 16px;
	font-weight: 700;
	color: var(--tp-common-white);
	text-transform: capitalize;
    margin-bottom: 0;
}
.our-service-title h2 a:hover{
    color: var(--tp-theme-secondary);
}

@media (max-width: 767px) {
.our-service-title h2 a {
    margin-inline-start: 0;
}
}

.our-service-content-button{
	width: 13%;
	margin-left: -30px;
	text-align: center;
    padding-right: 15px;
}

.our-service-content-button a i{
	font-size: 18px;
	color: var(--tp-theme-secondary);
	transition: all 0.3s ease-in-out;
    line-height: 1.7;
}

.our-service-content-button a i:hover{
	color: var(--tp-common-white);
}

.our-service-footer{
	margin-top: 20px;
	text-align: center;
}
.image-anime{margin-bottom: 0;}

.image-anime{
	position: relative;
	overflow: hidden;
}

.image-anime:after{
	content: "";
	position: absolute;
	width: 200%;
	height: 0%;
	left: 50%;
	top: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translate(-50%,-50%) rotate(-45deg);
	z-index: 1;
}

.image-anime:hover:after{
	height: 250%;
	transition: all 600ms linear;
	background-color: transparent;
}

.tab-content{
    padding-top: 40px;
}

.our-service {
    background-color: #F7F7F7;
    padding: 60px 0;
}

.hr-style{
    color: rgb(221 221 221 / 1);
    margin: 0;
    background-color: rgb(221 221 221 / 1);
    height: 2px;
}

.wrap-animation-move{
    background-color: rgb(193 157 104);
    width: 60px;
    height: 2px;
    top: -0px;
}
.absolute {
    position: absolute;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.relative{
    position: relative;
} 
.animation-move1 {
    animation: MOVE-BG1 3s infinite ease alternate;
}
@keyframes MOVE-BG1 {
    0% {
        transform: translate(-2px)
    }

    to {
        transform: translate(555px)
    }
}

@keyframes MOVE-BG {
    0% {
        transform: translate(-2px)
    }

    to {
        transform: translate(540px)
    }
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}


.btn-default{
    display: inline-block;
    background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
	text-transform: capitalize;
	line-height: 1.3em;
    font-size: 16px;
	font-weight: 600;
    padding: 14px 30px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: none;
    outline: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.btn-default:before{
    content: '';
    position: absolute;
    width: 0;
    height: 104%;
    top: 50%;
    left: 50%;
    background: #003B49;
    opacity: 0;
    z-index: -1;
    transform: translateX(-51%) translateY(-51%);
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.btn-default:hover::before{
    width: 106%;
    opacity: 1;
}

.widget-contact-grid {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-items: baseline;
}
.widget-contact-grid i{color:var(--tp-theme-secondary); font-size: 18px; display: block; margin-right: 7px;}

.footer-widget.widget_nav_menu a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 0;
    color: var(--tp-common-white);
    display: block;
    max-width: 100%;
    width: max-content;
    background-color: transparent;
    border: none;
    position: relative;
}
.footer-text {
    margin-top: -0.45em;
    margin-bottom: 15px;
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 400;
}
.widget-contact-grid h6 a {
    color: var(--tp-common-white);
}
.widget-contact-grid p {
    font-size: 15px;
    color: var(--tp-common-white);
    line-height: 1.5;
}
.widget-contact-grid:not(:last-child) {
    margin-bottom: 3px;
}
.widget-contact-grid-1 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    align-items: baseline;
}
.widget-contact-grid-1 h6 a {
    color: #000;
}
.widget-contact-grid-1 h6 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
.widget-contact-grid-1:not(:last-child) {
    margin-bottom: 3px;
}
.widget-contact-grid-1 i {
    color: var(--tp-theme-secondary);
    font-size: 18px;
    display: block;
    margin-right: 7px;
}
.widget_nav_menu ul{
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
}
.about-logo img{max-width:150px;}
.social-btn {
    display: flex;
    gap: 10px;
}

.social-btn.style2 a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 14px;
    color: var(--tp-common-white);
    background: #19352D;
    border-radius: 5px;
    text-align: center;
}
.social-btn.style2 a:hover {
    color: var(--tp-common-white);
    background-color:var(--tp-theme-secondary);
}
.footer-widget .widget_title {
    color: var(--tp-common-white);
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
}


/************************************/
/*** 	     	      ***/
/************************************/

.our-contract{
	position: relative;
	background-image: url(../images/background/contact-bg-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0;
}

.our-contract::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #003B49;
    opacity: 0.5;
}

.our-cta-box{
	border-radius: 10px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

.our-contract-title{
	margin-bottom: 20px;
}

.our-contract-title h2{
	font-size: 32px;
	font-weight: 700;
	color: var(--tp-common-white);
}

.our-contract-body p{
	color: var(--tp-common-white);
	margin-bottom: 20px;
}

.our-contract-body .btn-default::before{
	background-color: var(--tp-common-white);
}

.our-contract-body .btn-default:hover{
	color: #003B49;
}

/*latest-Choose-us area start*/
.latest-Choose-us__bg-shape {
    position: absolute;
    right: -226px;
    bottom: -79px;
    z-index: -1;
  }
  .latest-Choose-us__bg-shape img {
    width: 100%;
    height: auto;
  }

  .latest-Choose-us__content h2 {
    max-width: 566px;
    color: #003B49;
    margin-bottom: 14px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .latest-Choose-us__content h2 {
      font-size: 38px;
      line-height: 50px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-Choose-us__content h2 {
      font-size: 40px;
      line-height: 52px;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-Choose-us__content h2 {
      font-size: 40px;
      line-height: 52px;
    }
  }
  @media (max-width: 575px) {
    .latest-Choose-us__content h2 {
      font-size: 30px;
      line-height: 42px;
    }
  }
  @media (max-width:450px) {
    .latest-Choose-us__content h2 {
      font-size: 27px;
      line-height: 37px;
    }
  }
  .latest-Choose-us__content p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 24px;
  }
  .latest-Choose-us__content-text {
    gap: 60px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-Choose-us__content-text {
      gap: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px), (max-width:450px) {
    .latest-Choose-us__content-text {
      gap: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px;
    }
  }
  
 
  .latest-Choose-us__media {
    gap: 30px;
  }
  .latest-Choose-us__media-img1 {
    overflow: hidden;
  }
  .latest-Choose-us__media-img1 img {
    width: 270px;
    height: 370px;
  }
  .latest-Choose-us__media-img2 {
    overflow: hidden;
  }
  .latest-Choose-us__media-img2 img {
    width: 360px;
    height: 480px;
  }
  .latest-Choose-us__media-experience-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    max-width: 100%;
    height: 90px;
    border-radius: 10px;
    background: #003B49;
    padding: 29px 36px 29px 30px;
    position: absolute;
    right: 387px;
    bottom: -10px;
    z-index: 1;
  }
  .latest-Choose-us__media-experience-box svg path:nth-child(2),
  .latest-Choose-us__media-experience-box svg path:nth-child(3)
  {
    fill: var(--tp-common-white);
  }
  @media (max-width: 575px), (max-width:450px) {
    .latest-Choose-us__media-experience-box {
      right: 17px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .latest-Choose-us__media-experience-box {
      right: 95px;
    }
  }

  .latest-Choose-us__media-experience-box .description p {
    margin-bottom: 0;
    max-width: 136px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: var(--tp-common-white);
  }
  
  .upDown-bottom {
    -webkit-animation: upDown 0.8S infinite alternate;
            animation: upDown 0.8S infinite alternate;
  }
  
  @-webkit-keyframes upDown-bottom {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }
  
  @keyframes upDown-bottom {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
  }

  .upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
            animation: upDown 1.3S infinite alternate;
  }
  
  @-webkit-keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }
  
  @keyframes upDown {
    0% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }


  #button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: var(--tp-common-white);
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: var(--tp-common-white);
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}


/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
  -webkit-transition: 1s all;
}
#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
  -webkit-transition: 1.3s all;
}
#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
  -webkit-transition: 1.6s all;
}
#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}
#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: var(--tp-common-white);
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}

.section-head h2.title{
    text-transform: uppercase;
    font-weight: 700;
    font-size:23px;
}

/************************************/
/***    19. Contact us Page css   ***/
/************************************/

.get-in-touch{
	padding: 100px 0;
}

.get-quote{
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px;
}

.get-quote h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--tp-heading-primary);
	margin-bottom: 20px;
}

.get-quote-content{
	margin-bottom: 30px;
}

.get-quote-form form .row .col-md-12,
.get-quote-form form .row{
	padding: 0;
	margin: 0;
}

.get-quote-form .form-control{
	background-color: transparent;
	color: var(--text-color);
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #E2E2E2;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 20px 15px 0;
}

.contact-us{
	background-color: #F7F7F7;
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}

.contact-us h2{
	font-size: 26px;
	font-weight: 700;
	color: var(--tp-heading-primary);
	margin-bottom: 30px;
}

.contact-us-info .footer-info-box{
	margin-bottom: 15px;
}

.contact-us-info{
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 30px;
}

.contact-us-info p{
	font-size: 18px;
	font-weight: 600;
	color: var(--tp-heading-primary);
}

.contact-us-footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-social-links.contact-details{
	background-color: transparent;
	padding: 0;
}

.container-fluid,
.google-map .row .col-md-12,
.google-map .row{
	padding: 0;
	margin: 0;
}

.google-map-iframe{
	height: 600px;
}

.google-map-iframe iframe{
	width: 100%;
	height: 600px;
}
.get-quote-content {
    margin-bottom: 30px;
}
.topbar-social-links{
	background-color: var(--tp-common-white);
	padding: 10px 15px;
}

.topbar-social-links ul{
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
}

.topbar-social-links ul li{
	display: inline-block;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--tp-heading-primary);
	border-radius: 100%;
	text-align: center;
	color: var(--tp-heading-primary);
	width: 38px;
	height: 38px;
	transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover{
	border: 2px solid var(--tp-theme-secondary);
	color: var(--tp-theme-secondary);
}

.topbar-social-links ul li:last-child{
	margin-right: 0;
}

.topbar-social-links ul li a i{
	font-size: 18px;
	color: inherit
}

.header-contact-us a{
	display: flex;
	align-items: center;
}

.header-contact-us a img{
	margin-right: 10px;
}

.header-contact-us a h3{
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: var(--tp-heading-primary);
}

.header-contact-us a h3 span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6em;
	color: var(--tp-theme-secondary);
}
.footer-info-box .icon-box {
    position: absolute;
    top: 2px;
    left: 0;
}
.footer-info-box {
    position: relative;
 
}
.page-header-box {
    position: relative;
    z-index: 1;
}

/************************************/
/***    	  ***/
/************************************/

.page-header{
	position: relative;
	background-image: url(../images/background/page-heade-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0;
}

.page-header:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(268deg, transparent 0%, var(--tp-heading-primary) 74%);
}

.page-header-box{
	position: relative;
	z-index: 1;
}

.page-header-box h2{
	font-size: 36px;
	font-weight: 700;
	color: var(--tp-common-white);
	margin-bottom: 20px;
    width: 40%;
}

.page-header-box .breadcrumb{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.page-header-box ol.breadcrumb li{
	font-size: 18px;
	font-weight: 700;
	color: var(--tp-common-white);
	margin-right: 12px;
	text-transform: capitalize;
}

.page-header-box ol.breadcrumb li:last-child{
	margin-right: 0;
}

.page-header-box ol.breadcrumb li a{
	color: var(--tp-common-white);
	transition: all 0.3s ease-in-out;
}

.page-header-box ol.breadcrumb li:after{
	content: '\f061';
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 20px;
	color: var(--tp-theme-secondary);
	margin-left: 12px;
}

.page-header-box ol.breadcrumb li:last-child:after{
	display: none;
}


.read_more_wrap{
    margin-top: 10px;
  }
.read_more_wrap a::before {
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    font-family: 'Font Awesome 6 Pro';
    font-size: 16px;
    font-weight: 900;
    transition: 0.3s ease-in-out;
    background: transparent;
    color: var(--tp-theme-secondary);
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
.read_more_wrap a{
    color: var(--tp-theme-secondary);
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    padding-right: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  
.read_more_wrap a:hover{
    color: var(--tp-heading-primary);
  }

  /************************************/
/***    Blog Single css       ***/
/************************************/

.post-single-meta ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-single-meta ul li{
    position: relative;
    display: inline-block;
	color: var(--tp-common-white);
	font-size: 14px;
	font-weight: 300;
	text-transform: capitalize;
    padding: 0 20px 0 5px;
}

.post-single-meta ul li::after{
    content: '/';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.post-single-meta ul li:last-child:after{
	display: none;
}

.page-single-post{
    padding: 60px 0;
}

.blog-detail-content{
	margin-right: 40px;
}

.blog-detail-post-content{
	border-bottom: 1px solid var(--divider-color);
    padding-bottom: 30px;
	margin-bottom: 30px;
}

.blog-detail-post-content h3{
	font-size: 26px;
	font-weight: 700;
	color: var(--tp-heading-primary);
	margin-bottom: 20px;
	text-transform: capitalize;
}

.blog-detail-featured-image{
	margin-bottom: 50px;
}

.blog-detail-featured-image img{
	border-radius: 10px;
}

.blog-detail-post-content p{
	margin-bottom: 20px;
}

.blog-detail-post-content p:last-child{
	margin-bottom: 0;
}

.post-tags a{
	display: inline-block;
	font-size: 14px;
    font-weight: 700;
	text-transform: capitalize;
	background-color: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    border-radius: 5px;
	padding: 7px 20px;
    margin-right: 15px;
}

.post-tags a:last-child{
	margin-right: 0;
}

.post-social-links{
	text-align: right;
}

.post-social-links ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.post-social-links ul li{
    display: inline-block;
    margin-right: 5px;
}

.post-social-links ul li:last-child{
	margin-right: 0;
}

.post-social-links ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--tp-theme-secondary);
    border-radius: 100%;
    text-align: center;
    color: var(--tp-theme-secondary);
    width: 38px;
    height: 38px;
    transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a{
	border-color: var(--tp-heading-primary);
}

.post-social-links ul li a i{
    font-size: 18px;
    color: inherit;
	transition: all 0.3s ease-in-out;
}

.post-social-links ul li:hover a i{
	color: var(--tp-heading-primary);
}

.post-Category-list.blog-details-list{
	margin-bottom: 30px;
	padding: 30px;
}

.blog-details-post-Category{
	margin-left: 50px;
}

.post-widget-body .recent-post-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.post-widget-body .recent-post-item:last-child{
	margin-bottom: 0;
}

.blog-details-post-widget{
	background-color: var(--tp-heading-primary);
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 30px;
}

.blog-details-post-widget .footer-info-heading{
	margin-bottom: 40px;
}

.recent-post-feature-img{
	width: 40%;
}
.recent-post-feature-img a{
    display: block;
    margin-right: 10px;
}
.recent-post-feature-img img{
	border-radius: 10px;
	object-fit: contain;
    
}

.recent-post-content{
	width: 55%;
}
.recent-post-content .read_more_wrap a{
    font-size: 14px;
}
.recent-post-content .read_more_wrap a:hover{
    color: #fff;
}

.recent-post-content h3{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
}

.recent-post-content h3 a{
	color: var(--tp-common-white);
}

.recent-post-content p{
	border-color: var(--tp-theme-secondary);
}

.recent-post-content .post-readmore:hover{
	border-color: var(--tp-common-white);
}

.recent-post-content .post-readmore a{
	font-size: 16px;
}

.recent-post-content .post-readmore a:hover{
	color: var(--tp-common-white);
}

.service-logistics-card {
    background-color: #F7F7F7;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
}
.logistics-card-body {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    margin-top: 30px;
}

.logistics-card-image {
    margin-bottom: 30px;
    text-align: center;
}
.logistics-card-title h4{

}
.logistics-card-image img{max-width:150px;}

.footer-info-heading h2 {
    font-size: 20px;
    font-weight: 700;
    color: var(--tp-common-white);
    text-transform: capitalize;
}

/*
-----------------------
 work layout styles 
-----------------------
*/
.work-area {
    padding-bottom: 92px;
    padding-bottom: 120px;
  }
  @media only screen and (max-width: 1199px) {
    .work-area {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 991px) {
    .work-area {
      padding-bottom: 60px;
    }
  }
  .work-area .section-heading {
    text-align: center;
    margin-bottom: 58px;
  }
  .work-area .title-wrapper {
    max-width: 655px;
    margin: auto;
  }

   .working-step-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }
  @media only screen and (max-width: 1199px) {
    .working-step-wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 991px) {
    .working-step-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    .working-step-wrapper {
      grid-template-columns: 1fr;
    }
  }
  
  .working-step {
    max-width: 350px;
    width: 350px;
  }
  .working-step:last-child {
    margin-bottom: 0;
  }
  @media only screen and (max-width: 1199px) {
    .working-step {
      margin-bottom: 50px;
    }
  }
  @media only screen and (max-width: 767px) {
    .working-step {
      margin-bottom: 30px;
    }
  }
  .working-step .count {
    color: var(--tp-heading-primary);
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding-bottom: 30px;
    position: relative;
  }
  @media only screen and (max-width: 767px) {
    .working-step .count {
      padding-bottom: 20px;
    }
  }
  .working-step .count::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #EBF1F1;
  }
  .working-step .count::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    bottom: -4px;
    height: 10px;
    width: 10px;
    background-color: var(--tp-heading-primary);
    border-radius: 50px;
  }
  .working-step .title {
    color: var(--tp-heading-primary);
    font-size: 19px;
    margin-top: 53px;
    margin-bottom: 17px;
  }
  @media only screen and (max-width: 767px) {
    .working-step .title {
      margin-top: 30px;
    }
  }
  .working-step .text {
    color: var(--tp-heading-primary);
    font-size: 15px;
    max-width: 220px;
  }
  
.working-step-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
  }
  @media only screen and (max-width: 1199px) {
    .working-step-wrapper {
      grid-template-columns: repeat(3, 1fr);
    }
  }
  @media only screen and (max-width: 991px) {
    .working-step-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width: 767px) {
    .working-step-wrapper {
      grid-template-columns: 1fr;
    }
  }


