
/* ===================================== The Robot Doctor ======================================== */
/* ============================================================================================ */
/*
Theme Name: The Robot Doctor
Theme URI: http://codearoma/
Author: codearoma
Author URI: https://codearoma.com/
Description: CodeAroma Technologies mainly focuses on Website development, Application development, Software development, Online Marketing Services and Branding. 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codearoma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

/*Custom Form*/
.form-group textarea,
.form-group input[type="email"], 
.form-group input[type="text"] {
    background: #fff;
    border: transparent;
    outline: 0;
    width: 100%;
    height: 50px;
    color: #000;
    margin-bottom: 0px;
    padding: 0 19px;
    border-radius: 0;
}

#captcha {
    font-weight: 700;
    font-size: 25px;
    padding: 1px 0px;
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Shadows Into Light', cursive;
    font-style: normal;
    letter-spacing: 5px;
    border: 1px solid var(--primary);
}
#captcha-error {
	color: red;
	display: none;
}
 
#mybtn {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-white);
    padding: 12px 22px;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: var(--box-shadow);
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ol.form_guide li {
    list-style: auto;
}


@font-face {
    font-family: 'standard';
    src: url('./assets/fonts/standard.eot');
    src: url('./assets/fonts/standard.eot') format('embedded-opentype'),
         url('./assets/fonts/standard.woff') format('woff'),
         url('./assets/fonts/standard.ttf') format('truetype'),
         url('./assets/fonts/standard.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  .demo-icon {
    font-family: "standard";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    
   
    /* For safety - reset parent styles, that can break glyph codes*/
    
   
    /* fix buttons height, for twitter bootstrap */
    
   
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    
   
    /* You can be more comfortable with increased icons size */
    
   
    /* Font smoothing. That was taken from TWBS */
    
   
    /* Uncomment for 3D effect */
  }

/******************Slider***********************/
.pic, .pic img {
    width: 100%;
    height: auto;
}
#slider .carousel-control.left, 
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-right
{
    right: 5px;
    background: var(--primary);
}
#slider .carousel-control .fa-angle-left, 
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#slider .carousel-control i {
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: var(--primary);
    border-radius: 50%;
    font-size: 20px;
    margin: 15px;
}
#slider .carousel-control i:hover {
    background: var(--secondary);
}
.slider01 {
    background: #f9f9f9;
    padding-bottom: 50px;
    padding-top: 100px;
}
.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0px;
}
.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px;
}

.read-more a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
.read-more a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    border-radius: 50%;
    color: var(--primary);
    margin-right: 5px;
    transition: all 0.3s linear;
}
.read-more {
    margin-top: 10px;
    margin-bottom: 20px;
}
.work-process-area .work-pro-items .item:hover .read-more a i,
.sevice_effe1:hover .read-more a i ,
.services__three-items:hover .two:hover .read-more a i {
    transform: rotate(90deg);
}
.sevice_effe1 {
    padding: 20px 20px 0px 20px;
}
/*******************btn*********************/


/* Testimonial Section */

.testimonial-section{
	position:relative;
	
}

.testimonial-section .sec-title .text{
	margin-top:40px;
}

.testimonial-section .owl-carousel .owl-stage-outer{
	padding:20px 0px;
}

.testimonial-section .owl-theme .testimonial-block{
	margin:0px 15px;
}

.testimonial-section .btn_01{
	position:relative;
	text-align:right;
	padding-right:15px;
}

.testimonial-section .btn_01{
	position:relative;
	width:10px;
	height:5px;
	border-radius:0px;
	margin-left:10px;
	display:inline-block;
	background-color:var(--secondary);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	opacity: 0.9;
}

.testimonial-section .btn_01.active,
.testimonial-section .btn_01:hover{
	width:30px;
	background-color:var(--primary);
}


.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box {
    position: relative;
}

.testimonial-block .inner-box .upper-box{
	position:relative;
	padding-top:9px;
	padding-left:115px;
	margin: auto;
    width: 350px;
    text-align: center;
}

.testimonial-block .inner-box .upper-box .icon{
	position:absolute;
	left:0px;
	top:0px;
}
.carousel-indicators.testi_btn {
    bottom: -60px;
}

.testimonial-block .inner-box .upper-box h4{
	position:relative;
	color:var(--secondary);
	font-weight:600;
}

.testimonial-block .inner-box .upper-box .designation{
	position:relative;
	color:var(--primary);
	font-size:16px;
}

.testimonial-block .inner-box .text{
	position:relative;
	margin-top:35px;
	color:#000;
	font-size:16px;
	line-height:1.9em;
	font-weight:500;
	text-align: center;
}


/* Fun fact */
.counter-area {
    background: var(--primary);
    color: #fff;
}
.tp-counter-item-icon {
    font-size: 50px;
    line-height: 50px;
}
.counter {
    font-size: 25px;
    margin: 15px 0px;
    float: left;
    width: 100%;
}
/*Font*/
.span3 {
    float: left;
    width: 25%;
    border: 1px solid #000;
    padding: 11px;
}
span.i-code {
    float: right;
}
/*Slider client*/
@media (max-width: 767px) {
    #multislider01 .carousel-inner .carousel-item>div {
        display: none;
    }

    #multislider01 .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

#multislider01 .carousel-inner .carousel-item.active,
#multislider01 .carousel-inner .carousel-item-next,
#multislider01 .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #multislider01 .carousel-inner .carousel-item-end.active,
    #multislider01 .carousel-inner .carousel-item-next {
        transform: translateX(16.6%);
    }

    #multislider01 .carousel-inner .carousel-item-start.active,
    #multislider01 .carousel-inner .carousel-item-prev {
        transform: translateX(-16.6%);
    }
}

#multislider01 .carousel-inner .carousel-item-end,
#multislider01 .carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.client_btn {
    background: var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
}
a {
    list-style: none;
    text-decoration: none;
}
/* ==================================================================================== */

/*====================
1. Google fonts
======================*/

.poppins-regular {   font-family: "Poppins", sans-serif;   font-weight: 400;   font-style: normal; } .poppins-medium {   font-family: "Poppins", sans-serif;   font-weight: 500;   font-style: normal; } .poppins-semibold {   font-family: "Poppins", sans-serif;   font-weight: 600;   font-style: normal; } .poppins-bold {   font-family: "Poppins", sans-serif;   font-weight: 700;   font-style: normal; }

.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


/*====================
2. Theme variables
======================*/

:root {
  --body-font: 'Poppins', sans-serif;
  --heading-font: 'Poppins', sans-serif;
  --theme-color: #ff0001;
  --theme-bg-light: #F9F9F9;
  --body-text-color: #757F95;
  --color-white: #ffffff;
  --color-dark: #000;
  --color-green: #11B76B;
  --color-blue: #0049D0;
  --color-yellow: #FBA707;
  --hero-overlay-color: #01060F;
  --slider-arrow-bg: rgba(255, 255, 255, 0.2);
  --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
  --transition: all .5s ease-in-out;
  --transition2: all .3s ease-in-out;
  --border-info-color: rgba(0, 0, 0, 0.08);
  --border-info-color2: rgba(0, 0, 0, 0.05);
  --border-white-color: rgba(255, 255, 255, 0.08);
  --border-white-color2: rgba(255, 255, 255, 0.05);
  --footer-bg: #01193F;
  --footer-bg2: #001333;
  --footer-text-color: #F5FAFF;
}

.content-area h4{
  margin-bottom: 7px;
}
.content-area2 h4{
  margin-bottom: 7px;
}
/*====================
3. General css
======================*/

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

* {
  scroll-behavior: inherit !important;
}

html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  box-sizing: border-box;
 
}

body {
  font-family: var(--body-font);
  font-style: normal;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 1.8;
}

a {
  color:  var(--color-dark);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color:  var(--color-dark);
  margin: 0px;
  font-weight: 700;
  font-family: var(--heading-font);
  line-height: 1.2;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}
h4 {
  font-size: 16px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
  text-align: justify;
}

.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: auto;
}

label {
  color: #999;
  cursor: pointer;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: var(--color-white);
  text-shadow: none;
}

::-moz-selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

::selection {
  background: #555;
  color: var(--color-white);
  text-shadow: none;
}

*::-moz-placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}

*::placeholder {
  color: #999;
  font-size: 16px;
  opacity: 1;
}



/*====================
4. Preloader
======================*/

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-white);
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader-ripple div {
  position: absolute;
  border: 4px solid var(--theme-color);
  opacity: 1;
  border-radius: 50%;
  animation: loader-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.loader-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes loader-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}




/*===================
5. Theme default css
======================*/

.ovrflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
  z-index: 1;
}

.text-right {
  text-align: right;
}

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

.c-pd {
  padding: 0 7rem;
}

.s-pd {
  padding: 0 12rem;
}

.h-100 {
  height: 100%;
}

.h-100vh {
  height: 100vh;
}

.bg {
  background: var(--theme-bg-light);
}



/*====================
6. Margin & padding
======================*/

.pb-140 {
  padding-bottom: 140px;
}

.pd-50 {
  padding: 50px 0;
}

.py-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 136px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mr-300 {
  margin-right: 300px;
}

.ml-300 {
  margin-left: 300px;
}



/*====================
7. Site title css
======================*/

.site-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.site-title-tagline {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 19px;
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 10px;
}

.site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 45px;
  color:  var(--color-dark);
  margin-bottom: 0;
}

.site-title span{
  color: var(--theme-color);
}

.site-heading p {
  margin-top: 15px;
}

.heading-divider {
  display: inline-block;
  position: relative;
  background: var(--theme-color);
  width: 90px;
  height: 4px;
  overflow: hidden;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: var(--color-white);
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}



/*====================
8. Theme button
======================*/

.theme-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--color-white);
  padding: 12px 22px;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: none;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
a.theme-btn.mr-3 {
  margin-right: 15px;
}



.theme-btn:hover {
  color: var(--color-white);
}

.theme-btn::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--color-dark);
  transform-style: preserve-3d;
  transform: scale(1, 0);
  transition: 0.5s ease;
  z-index: -1;
}

.theme-btn:hover::before {
  transform-origin: center center;
  transform: scale(1)
}

.theme-btn i {
  margin-left: 5px;
}

.theme-btn span {
  margin-right: 5px;
}

.theme-btn2{
  background: var(--color-white);
  color: var(--theme-color);
}

.theme-btn2::before{
  background: var(--theme-color);
}

.theme-btn2:hover{
  color: var(--color-white);
}



/*====================
9. Container
======================*/

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1200px;
  }
}



/*====================
10. Scroll top css
======================*/

#scroll-top {
  position: fixed;
  bottom: -20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: none;
  outline: none;
  border-radius: 50px;
  color: var(--color-white);
  background-color: var(--theme-color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: var(--box-shadow2);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

#scroll-top.active{
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}


@media all and (min-width: 768px) and (max-width: 1199px) {
  #scroll-top.active {
    bottom: 100px;
  }
}



/*====================
11. Header top css
======================*/

.header-top {
  padding: 5px 0 5px 0;
  position: relative;
  background: #fff;
  z-index: 1;
}
span.__cf_email_ {
  color: #000;
}
.header-top-contact li a{
  color: #000;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-contact ul {
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-contact a {
  color: var(--color-white);
  font-weight: 500;
}

.header-top-contact a i{
  color: var(--theme-color);
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top-link a{
  color: var(--color-white);
  margin-right: 12px;
}

.header-top-link a:hover{
  color: var(--theme-color);
}

.header-top-social span{
  color: var(--color-white);
}

.header-top-social a {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-left: 14px;
  transition: var(--transition);
}

.header-top-social a:hover {
  color: var(--theme-color);
}


@media all and (max-width: 1199px) {

  .header-top-contact ul {
    gap: 10px;
  }

  .header-top-social a {
    width: 34px;
    height: 34px;
    line-height: 37px;
    margin-left: 0;
  }

  .header-top-left {
    margin-right: 5px;
  }
}

@media all and (max-width: 992px) {
  .header-top {
    display: none;
  }
}



/*====================
12. Navbar css
======================*/

.navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: var(--box-shadow);
  border-top: 3px solid var(--theme-color);
  z-index: 999;
}

.navbar.fixed-top {
  background: var(--color-white);
  box-shadow: var(--box-shadow2);
  animation: slide-down 0.7s;
}

.custom-nav{
  padding-left: 15px;
  padding-right: 25px;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}

.custom-nav::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: -15px;
  width: 230px;
  /* background: var(--theme-color); */
  z-index: -1;
}

.custom-nav::after {
    content: "";
    position: absolute;
    height: 0;
    width: 166px !important;
    border: 8px solid #ff0001;
    left: 9px;
    bottom: -12px;
    z-index: -1;
    animation: borderReveal 1s ease-out forwards;
}


@keyframes borderReveal {
    0% {
        width: 0;
        border-color: transparent;
    }
    100% {
        width: 192px;
        border-color: #ff0001;
    }
}


@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.navbar .navbar-brand .logo-display {
  display: block;
}

.navbar .navbar-brand .logo-scrolled {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-display {
  display: none;
}

.navbar.fixed-top .navbar-brand .logo-scrolled {
  display: block;
}

.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler-mobile-icon {
  display: inline-block;
  width: inherit;
  height: inherit;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-brand img {
  width: 170px;
}

.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 5px;
  vertical-align: baseline;
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  font-weight: 600;
  border: none;
  font-size: 14px;
}

@media all and (max-width: 1199px) {
  .nav-right {
    margin-left: 25px !important;
  }

  .navbar .nav-item .nav-link {
    margin-right: 15px;
  }

  .navbar .nav-right-btn {
    display: none;
  }
}

@media all and (min-width: 992px) {
  .navbar .nav-item .nav-link {
    margin-right: 22px;
    padding: 30px 0 30px 0;
    font-size: 17px;
    font-weight: 600;
    color:  var(--color-dark);
    text-transform: capitalize;
  }

  .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    left: -15px;
    border-radius: 0px;
    background: var(--color-white);
    width: 220px;
    box-shadow: var(--box-shadow);
  }

  .navbar .nav-item .dropdown-menu li {
    border-bottom: 1px solid var(--border-info-color);
  }

  .navbar .nav-item .dropdown-menu li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 16px;
    padding: 8px 25px;
    font-weight: 500;
    color:  var(--color-dark);
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: var(--theme-color);
    padding-left: 32px;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item::before {
    content: "//";
    position: absolute;
    left: 15px;
    top: 8px;
    color: var(--theme-color);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: -1;
  }

  .navbar .nav-item .dropdown-menu .dropdown-item:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .navbar .nav-item .nav-link {
    position: relative;
  }

  .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }

  .navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }

  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 140%;
  }

  .navbar #main_nav {
    justify-content: flex-end;
  }

  /* nav right */
  .nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-left: 45px;
  }

  .nav-right-link {
    position: relative;
    font-size: 20px;
    color:  var(--color-dark);
    transition: var(--transition);
  }

  .nav-right-link:hover {
    color: var(--theme-color) !important;
  }

  .nav-right .sidebar-btn .nav-right-link,
  .nav-right .search-btn .nav-right-link {
    border: none;
    background: transparent;
    color: var(--color-dark);
    font-size: 28px;
    padding-right: 0;
  }

  .nav-right .search-btn .nav-right-link {
    font-size: 20px;
    padding: 0;
  }

  .nav-right .cart-btn .nav-right-link {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin-right: 15px;
  }

  .nav-right .cart-btn span{
    position: absolute;
    right: -9px;
    top: -2px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    border-radius: 50px;
    background: var(--theme-color);
    color: var(--color-white);
  }

}


/* mobile menu */
.mobile-menu-right {
  display: none;
}

@media all and (max-width: 991px) {
  .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .navbar-brand img {
    width: 130px;
  }

  .custom-nav::before {
    width: 182px;
  }

  .custom-nav::after {
    left: 181px;
  }

  .navbar-collapse {
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px;
    background-color: var(--color-white);
  }

  .dropdown-toggle::after {
    float: right;
  }

  .navbar .nav-item .nav-link {
    color:  var(--color-dark);
    font-weight: 700;
    transition: var(--transition);
  }

  .navbar .nav-item .nav-link:hover {
    color: var(--theme-color) !important;
  }

  .navbar-toggler {
    padding: 0;
    border: none;
  }

  .mobile-menu-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .mobile-menu-right .nav-right-link {
    background: transparent;
    border: none;
    font-size: 20px;
    color: var(--color-dark);
  }

  .mobile-menu-right .nav-right-link:hover{
    color: var(--theme-color);
  }

  .search-area.open{
    top: 50px !important;
  }

  .navbar-toggler-mobile-icon {
    font-size: 25px;
    color:  var(--color-dark);
    font-weight: 500;
  }

  .navbar .dropdown-menu {
    border-radius: 0px;
  }

  .nav-right {
    display: none;
  }

}


/*============================
13. Multi level dropdown menu
==============================*/

.navbar .nav-item .dropdown-submenu {
  position: relative;
}

.navbar .nav-item .dropdown-submenu .dropdown-menu::before {
  display: none;
}

.navbar .nav-item .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 600;
}

.navbar .nav-item .dropdown-submenu a:hover {
  background: transparent;
  color: var(--color-white);
}

.navbar .nav-item .dropdown-submenu .dropdown-menu {
  top: 120%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

.navbar .nav-item .dropdown-submenu:hover .dropdown-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media all and (max-width: 991px) {
  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    margin: 0 17px;
  }

  .navbar .nav-item .dropdown-submenu .dropdown-menu {
    opacity: unset;
    visibility: unset;
  }

  .navbar .nav-item .dropdown-submenu a::after {
    top: 4px;
  }

  .navbar .nav-item .dropdown-submenu a:hover {
    color: var(--theme-color);
  }
}



/*====================
14. Search area css 
======================*/

.search-area {
  position: absolute;
  top: 85px;
  right: 0;
  background: var(--color-white);
  padding: 15px 15px;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  width: 340px;
  visibility: hidden;
  opacity: 0;
  border-radius: 0px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 1;
}

.search-area.open {
  visibility: visible;
  opacity: 1;
  top: 78px;
}

.search-area .form-group {
  position: relative;
}

.search-area .form-control {
  padding: 12px 45px 12px 20px;
  border-radius: 0px;
  box-shadow: none;
}

.search-area .form-control:focus{
  border-color: var(--theme-color);
}

.search-area .search-icon-btn {
  position: absolute;
  right: 8px;
  top: 6px;
  background: transparent;
  border: none;
  font-size: 20px;
}



/*====================
15. sidebar popup css 
======================*/

.sidebar-popup {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.sidebar-popup.open {
  visibility: visible;
  opacity: 1;
}

.sidebar-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 450px;
  background: var(--color-white);
  visibility: hidden;
  opacity: 0;
  padding: 40px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9999;
}

.sidebar-wrapper.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar-content{
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 75px);
}

.close-sidebar-popup{
  position: absolute;
  top: 1px;
  right: 1px;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border-radius: 50px;
  text-align: center;
  border: none;
  font-size: 20px;
  background: var(--color-dark);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
  transition: var(--transition);
}

.close-sidebar-popup:hover{
  background: var(--theme-color);
}

.sidebar-logo img{
  width: 220px;
}

.sidebar-about{
  margin-top: 40px;
}

.sidebar-about h4{
  margin-bottom: 10px;
}

.sidebar-contact{
  margin-top: 20px;
}

.sidebar-contact h4{
  margin-bottom: 15px;
}

.sidebar-contact li{
  margin: 10px 0;
}

.sidebar-contact li i{
  margin-right: 5px;
  color: var(--theme-color);
}

.sidebar-contact li a:hover{
  color: var(--theme-color);
}

.sidebar-social{
  margin-top: 25px;
}

.sidebar-social h4{
  margin-bottom: 20px;
}

.sidebar-social a{
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  margin-right: 8px;
  background: var(--color-dark);
  color: var(--color-white);
  box-shadow: var(--box-shadow);
}

.sidebar-social a:hover{
  background: var(--theme-color);
}



/*====================
16. Main section css 
======================*/

.main {
  margin-top: -5.8rem;
}



/*====================
17. Hero css 
======================*/

.hero-section {
  position: relative;
}

.hero-single1 {
  padding-top: 250px;
  padding-bottom: 170px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-single1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -0.5px;
  top: 0;
  background: linear-gradient(to bottom right, rgba(1, 25, 63, 1) 20%, rgba(1, 25, 63, 0) 100%);
  opacity: 0.85;
  z-index: -1;
}
.slider01{
  /*padding-top: 200px;*/
  padding-bottom: 170px;
}

/* .slider01{
    padding-top: 250px;
  padding-bottom: 170px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
} */

.hero-content {
  height: 100%;
}

.hero-content .hero-title {
  color: var(--color-white);
  font-size: 55px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: capitalize;
}

.hero-content .hero-title span{
  color: var(--theme-color);
}

.hero-content .hero-sub-title {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  letter-spacing: 6px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}

.hero-content p {
  color: var(--color-white);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.hero-content .hero-btn {
  gap: 1rem;
  display: flex;
  margin-top: 35px;
  justify-content: start;
}

.hero-img::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: var(--theme-color);
  right: 100px;
  bottom: 0px;
  border-radius: 50%;
  filter: blur(150px);
  z-index: -1;
}

.hero-img{
  position: absolute;
  right: 100px;
  bottom: 120px;
  width: 50%;
  z-index: -1;
}


/* 
@media all and (max-width: 1199px) {

  .hero-content .hero-title {
    font-size: 37px;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev,
  .hero-slider.owl-theme .owl-nav .owl-next {
    top: unset;
    bottom: 30px !important;
  }

  .hero-slider.owl-theme .owl-nav .owl-prev {
    left: unset;
    right: 120px;
  }

  .hero-slider.owl-theme .owl-nav .owl-next {
    right: 40px;
  }

} */

@media all and (max-width: 991px) {

  .hero-content .hero-title {
    font-size: 50px;
  }

  .hero-img {
    position: relative;
    width: 100%;
    right: unset;
    bottom: unset;
    margin-top: 50px;
  }

  .hero-img::before{
    width: 250px;
    height: 250px;
  }

}

@media all and (max-width: 767px) {

  .hero-content .hero-sub-title {
    font-size: 18px;
  }

  .hero-content .hero-btn {
    gap: 1rem;
  }

}



/*===================
18. Play btn
=====================*/

.play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 20px;
  text-align: center;
  background: var(--theme-color);
  color: var(--color-white) !important;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.play-btn i::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color);
  border-radius: 50px;
  animation: ripple-wave 1s linear infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

@keyframes ripple-wave {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}



/*====================
19. About css 
======================*/

.about-left {
  position: relative;
  z-index: 1;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(2.5);
  }
  100% {
    transform: scale(1);
  }
}

img.aboutshape {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 150px;
  opacity: 0.5;
  animation: zoomInOut 8s ease-in-out infinite;
}
@keyframes zoomEffect {
    0%, 100% {
        background-size: 150%;
    }
    50% {
        background-size: 130%;
    }
}
.about-left::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  background: var(--theme-color);
  transform: rotate(-3deg);
  left: -15px;
  bottom: 15px;
  z-index: -1;
}

.about-left::after{
  content: "";
  position: absolute;
  width: 350px;
  top: 50px;
  right: -20px;
  bottom: -20px;
  border: 5px solid var(--theme-color);
  z-index: -1;
}

.about-experience {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  bottom: 30px;
  left: -30px;
  background:  var(--color-white);
  padding: 10px 20px 10px 10px;
  color: var(--color-dark);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.about-experience-icon {
  color: var(--color-white);
  font-size: 45px;
  width: 80px;
  height: 80px;
  line-height: 75px;
  text-align: center;
  background: var(--theme-color);
  position: relative;
}

.about-experience-icon::before{
  content: "";
  position: absolute;
  width: 100%;
  top: -5px;
  right: -5px;
  bottom: -5px;
  border: 3px solid var(--theme-color);
}

.about-experience-icon img{
  width: 65px;
}

.about-right {
  position: relative;
  display: block;
  padding-left: 50px;
}

.about-list-wrapper {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.about-list {
  position: relative;
  display: block;
}

.about-list li {
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  font-weight: 500;
}

.about-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color);
}

@media all and (max-width: 991px) {
  .about-right {
    margin-top: 45px;
    padding-left: 10px;
  }
}

@media all and (max-width: 767px) {
  .about-experience{
    left: 0px;
  }
}
.about-area{
  position: relative;
  overflow: hidden;
}
@keyframes moveFlip {
  0% {
    transform: translateX(0) scaleX(1);
  }
  25% {
    transform: translateX(-20px) scaleX(1);
  }
  50% {
    transform: translateX(-20px) scaleX(-1);
  }
  75% {
    transform: translateX(0) scaleX(-1);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}

img.abouticons {
  width: 140px;
  right: 0;
  top: 20px;
  position: absolute;
  animation: moveFlip 5s ease-in-out infinite;
}



/*====================
20. Service css 
======================*/

.service-area {
  position: relative;
  display: block;
  overflow: hidden;
}

.service-bg{
  position: relative;
  background-image: url(assets/images/service/bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.service-bg::before{
  content: "";
  position: absolute;
  background: var(--color-dark);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
}

.service-item {
  display: flex;
  gap: 15px;
  position: relative;
  padding: 20px;
  border-color: rgba(255, 255, 255, 0.2)!important;
  transition: var(--transition);
  z-index: 1;
}

.service-icon {
  width: 90px;
  height: 90px;
  line-height: 80px;
  background: var(--color-white);
  font-size: 50px;
  color: var(--theme-color);
  text-align: center;
  border-radius: 50%;
  margin-top: 3px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.service-icon img{
  width: 55px;
}

.service-content {
  position: relative;
  margin-top: 5px;
  flex: 1;
}

.service-title {
  font-size: 22px;
  margin-bottom: 12px;
}

.service-title a {
  color:  var(--color-white);
}

.service-title a:hover {
  color: var(--theme-color);
}

.service-content p{
  color: var(--color-white)
}

.service-arrow {
  margin-top: 25px;
}

.service-arrow .theme-btn{
  padding: 10px 22px;
}

/* service 2 */
.service-area2 .service-item{
  flex-direction: column;
  gap: 0px;
  text-align: center;
  background: var(--color-white);
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
}

.service-area2 .service-img{
  overflow: hidden;
}

.service-area2 .service-item:hover .service-img img{
  transform: scale(1.1);
}

.service-area2 .service-icon{
  margin: -45px auto 0 auto;
  position: relative;
  box-shadow: none;
}

.service-area2 .service-icon::before{
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 4px solid var(--color-white);
  border-radius: 50%;
}

.service-area2 .service-title a,
.service-area2 .service-content p {
  color:  var(--color-dark);
}

.service-area2 .service-title a:hover{
  color: var(--theme-color);
}

.service-area2 .service-arrow .theme-btn{
  width: 100%;
  justify-content: center;
}


/* service 3 */
.service-area3 .service-item{
  flex-direction: column;
  gap: 20px;
  text-align: center;
  background: var(--color-white);
  margin-bottom: 25px;
  padding: 35px;
  box-shadow: var(--box-shadow);
}
.service-area3 {
    background-image: url('assets/images/choose/bg.webp') !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
}
.service-area3::before {
    content: "";
    position: absolute;
    background: var(--color-dark);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
}
.service-area3 .service-icon{
  margin: 0 auto;
  position: relative;
  box-shadow: none;
  background: var(--theme-color);
}

.service-area3 .service-icon::before{
  content: "";
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  border: 3px solid var(--theme-color);
  border-radius: 50%;
}

.service-area3 .service-icon img{
  filter: brightness(0) invert(1);
}

.service-area3 .service-title a,
.service-area3 .service-content p {
  color:  var(--color-dark);
}

.service-area3 .service-title a:hover{
  color: var(--theme-color);
}


@media all and (max-width: 991px) {
  .service-item {
    border: none !important;
  }
}


/* Base Service Item */
.service-area3 .service-item {
    position: relative;
    overflow: hidden;
    background: #fff; /* Default BG */
    transition: color 0.3s ease; /* Smooth text color change */
    z-index: 1;
    border-radius: 30px;
    min-height: 365px;
}

/* Diagonal Fill Effect (Hidden by Default) */
.service-area3 .service-item::before {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -52%;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    /* transform: rotate(45deg); */
    transform-origin: 0% 100%;
    transition: all 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    z-index: -1;
    opacity: 0;
    border-radius: 30px;
}

/* Hover State - BG Expands Diagonally */
.service-area3 .service-item:hover::before {
    opacity: 1;
    bottom: 0;
    left: 0;
}

/* White Text on Hover */
.service-area3 .service-item:hover .service-title a,
.service-area3 .service-item:hover .service-text {
    color: white !important;
}

/* Icon Border (Theme → White) */
.service-area3 .service-icon::before {
    content: "";
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    border: 3px solid var(--theme-color);
    border-radius: 50%;
    transition: border-color 0.3s ease 0.2s; /* Delayed for smoothness */
}

.service-area3 .service-item:hover .service-icon::before {
    border-color: white;
}

/* Optional: Icon Slight Zoom */
.service-area3 .service-item:hover .service-icon img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


/*==================
21. Service single
====================*/

.service-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.service-download a {
  border: 2px solid var(--theme-color);
  padding: 12px 20px;
  color:  var(--color-dark);
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  border-radius: 0px;
  transition: var(--transition);
}

.service-download a i {
  margin-right: 10px;
}

.service-download a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.service-details h3 {
  color:  var(--color-dark);
}

.service-details img{
  border-radius: 0px;
}



/*====================
22. Feature css 
======================*/

.feature-area {
  position: relative;
  z-index: 1;
}

.feature-item {
  padding: 30px 25px;
  position: relative;
  background: var(--color-white);
  margin-bottom: 25px;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
}

.feature-item:hover{
  transform: translateY(-10px);
}

.feature-item::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: var(--color-dark);
  transition: var(--transition);
  z-index: -1;
}

.feature-item.active::before,
.feature-item:hover::before{
  height: 100%;
}

.feature-item::after{
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  border: 3px solid var(--theme-color);
  border-left: none;
  border-bottom: none;
  transition: var(--transition);
  z-index: -1;
}

.feature-item:hover::after{
  height: 100%;
  width: 100px;
  height: 100px;
}

.feature-item span{
  position: absolute;
  right: 32px;
  top: 10px;
  font-size: 50px;
  font-weight: 800;
  -webkit-text-stroke: 2px var(--body-text-color);
  -webkit-text-fill-color: transparent;
  opacity: .2;
}

.feature-icon {
  width: 90px;
  height: 90px;
  line-height: 82px;
  text-align: center;
  background: var(--theme-color);
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
  transition: var(--transition);
}

.feature-icon img {
  width: 60px;
}

.feature-item:hover .feature-icon {
  transform: rotateY(360deg);
}

.feature-item h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.feature-item:hover h4,
.feature-item:hover p{
  color: var(--color-white);
}

.feature-item.active h4,
.feature-item.active p{
  color: var(--color-white);
}

@media all and (max-width: 1199px) {
  .feature-area {
    margin-top: -20px;
  }
}




/* ========================
23. Project css 
=========================== */

.project-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.project-img {
  height: 100%;
}

.project-img img {
  width: 100%;
}

.project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.project-content:hover::before {
  opacity: 0.9;
  visibility: visible
}

.project-link {
  width: 50px;
  height: 50px;
  background: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: 0px;
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  color: var(--theme-color);
}

.project-link::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px dashed var(--color-white);
  border-radius: 50px;
}

.project-link:hover {
  color: var(--theme-color);
}

.project-content:hover .project-link {
  opacity: 1;
  visibility: visible;
  top: 50px;
}

.project-info {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.project-content:hover .project-info {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}

.project-subtitle {
  font-size: 20px;
  color: var(--color-white);
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: -16px;
}
.project-subtitle span {
  color: var(--color-white);
}

.project-title {
  color: var(--color-white);
  font-size: 30px;
}

.filter-btns {
  text-align: center;
}

.filter-btns li {
  display: inline-block;
  text-transform: capitalize;
  margin: 4px;
  font-weight: 500;
  font-size: 16px;
  color: var(--color-dark);
  border-radius: 50px;
  padding: 3px 20px 4px 20px;
  border: 2px solid var(--theme-color);
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.filter-btns li:hover,
.filter-btns li.active {
  color: var(--color-white);
  background: var(--theme-color);
}


@media all and (max-width: 991px) {
  .filter-controls {
   margin-top: 30px;
  }

  .filter-btns {
    margin-top: 30px;
    text-align: left;
   }
}



/* ===================
24. Project single
====================== */

.project-details img {
  border-radius: 0px;
}

.project-sidebar .project-sidebar-content ul li {
  border-bottom: 1px solid var(--border-info-color);
  display: block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}

.project-sidebar .project-sidebar-content ul li:last-child {
  border-bottom: none;
}

.project-sidebar-title {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 700;
}

.project-sidebar .project-sidebar-content ul li span {
  display: block;
  font-weight: normal;
  margin: 0;
}

.project-sidebar .project-sidebar-content .rating a {
  color: var(--theme-color);
}

.new-project {
  background: var(--theme-color) !important;
}

.new-project h4 {
  color: var(--color-white);
  margin-bottom: 30px;
  font-size: 28px;
}

.new-project-btn {
  background: var(--color-white);
  color: var(--color-dark);
  border: none;
  padding: 11px 25px;
  border-radius: 0px;
  font-weight: 500;
  transition: all .5s ease-in-out;
}

.new-project-btn:hover {
  background: var(--color-dark);
  color: var(--color-white);
}

.new-project-btn i {
  margin-left: 8px;
}

.project-single-list i {
  color: var(--theme-color);
  margin-right: 10px;
}

.project-details h3 {
  font-weight: 700;
}



/*====================
25. Video css 
======================*/
img.video-bg-shape.position-absolute {
    z-index: 99;
    opacity: 0.1;
}
.video-content {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-content::before {
  content: "";
  position: absolute;
  background: rgba(3, 2, 7, .5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  height: 550px;
  z-index: 100;
}

.video-wrapper img {
  border-radius: 12px;
}

.video-area .play-btn {
  display: inline-block;
  padding: 0;
  height: 75px;
  width: 75px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 767px) {
  .video-wrapper {
    height: 250px;
  }
}




/*====================
26. Step/process css 
======================*/

.process-single {
  position: relative;
}

.process-single .icon {
  height: 120px;
  width: 120px;
  line-height: 110px;
  display: inline-block;
  position: relative;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 65px;
  color: var(--color-white);
  margin-bottom: 30px;
  z-index: 1;
}

.process-single .icon img{
  width: 70px;
}

.process-single .icon::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border: 3px solid var(--theme-color);
  border-radius: 50%;
}

.process-single .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background:  var(--color-dark);
  transform: scale(0, 0);
  border-radius: 50%;
  transition: var(--transition);
  z-index: -1;
}

.process-single:hover .icon::after{
  transform: scale(1, 1);
}

.process-single span {
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  background: var(--theme-color);
  border-radius: 15px;
  color: var(--color-white);
  left: -5px;
  top: -31px;
  font-weight: 600;
}

.process-single h4 {
  margin-bottom: 10px;
  font-weight: 700;
}

.process-single::before {
  content: url(assets/images/shape/05.html);
  position: absolute;
  right: -70px;
  top: 34px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-single::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-single::before {
    display: none;
  }
}

.process-area .col-lg-3:last-child .process-single::before {
  display: none;
}



/*====================
27. Choose css 
======================*/
.choose-item {
    position: relative;
    background: #f8f8f8;
    padding: 30px;
    transition: background 0.5s ease-in-out;
    overflow: hidden;
}

/* Background animation from bottom-left to top-right */
.choose-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--theme-color);
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.choose-item:hover::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Elevate text and icon above the ::before layer */
.choose-item-info,
.choose-count,
.choose-item-icon {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

/* Text color turns white on hover */
.choose-item:hover .choose-item-info h3,
.choose-item:hover .choose-item-info p {
    color: #fff;
}

/* Icon background and flip effect */
.choose-item-icon {
    background: transparent;
    /* padding: 10px; */
    display: inline-block;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.5s ease;
}

.choose-item:hover .choose-item-icon {
    background: #000;
    transform: scaleX(-1); /* Horizontal flip */
}
.choose-item:hover .choose-count {
    -webkit-text-stroke: 2px white;
    position: absolute;
    right: 25px;
    top: 0;
    font-size: 60px;
    font-weight: 800;
    /* -webkit-text-stroke: 2px var(--theme-color); */
    -webkit-text-fill-color: transparent;
    z-index: 99;
    transition: 0.3s ease-in-out;
    /* transform: scaleX(2); */
}


.choose-area{
  position: relative;
  background-image: url(assets/images/service/service-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.choose-area::before{
  content: "";
  position: absolute;
  /* background: var(--color-dark); */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .8;
}

.choose-item{
  position: relative;
  background: var(--color-white);
  margin-bottom: 25px;
  padding: 20px;
  box-shadow: var(--box-shadow);
  z-index: 1;
}

.choose-count{
  position: absolute;
  right: 25px;
  top: 0;
  font-size: 60px;
  font-weight: 800;
  -webkit-text-stroke: 2px var(--theme-color);
  -webkit-text-fill-color: transparent;
  z-index: -1;
}

.choose-item-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--theme-color);
    color: var(--color-white);
    font-size: 0px;
    border-radius: 50px;
    margin-bottom: 15px;
    text-align: center;
}
.choose-item-info p {
    line-height: 1.4;
}
img.imgport {
    z-index: 999;
}
.choose-item-icon img{
  width: 55px;
}
.our-services-text.stroke:hover .imgport {
    filter: brightness(0) invert(1);
}

.choose-item-info h3{
  margin-bottom: 10px;
  font-size: 22px;
}

.choose-img{
  position: relative;
}

.choose-img::before{
  content: "";
  position: absolute;
  border: 10px solid var(--theme-color);
  border-left: none;
  border-bottom: none;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  right: 20px;
  top: 20px;
  width: 80%;
  height: 80%;
}


@media all and (max-width: 991px) {
  .choose-content-wrapper {
    margin-top: 40px;
  }
}



/*====================
28. Testimonial css 
======================*/

.testimonial-area {
  position: relative;
  z-index: 1;
}

.testimonial-area::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/shape/02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: .02;
  z-index: -1;
}

.testimonial-single {
  margin-bottom: 45px;
  background: #fff;
  /* background-image: url(assets/images/about/about-bg2-1.webp); */
  padding: 30px;
  position: relative;
  margin-top: 35px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.testimonial-single::before{
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-bottom: 4px solid var(--theme-color);
}

.testimonial-quote p {
  color: #000;
}

.testimonial-author-info{
  margin: 50px 0 10px 0;
}

.testimonial-author-img {
  position: absolute;
  top: -35px;
  left: 35px;
  width: 90px;
  padding: 5px;
  z-index: 1;
}
.testimonial-author-img::before{
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 50%;
  border: 3px solid var(--theme-color);
  border-radius: 50px;
  z-index: -1;
}
.testimonial-author-img img {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.testimonial-author-info h4 {
  font-size: 20px;
  color: #000;
}

.testimonial-author-info p {
  color: var(--theme-color);
  font-weight: 500;
}

.testimonial-quote-icon {
  position: absolute;
  right: 30px;
  top: 15px;
  font-size: 80px;
  opacity: .2;
}

.testimonial-quote-icon img{
  width: 90px !important;
}

.testimonial-area .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-area .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--theme-color);
  margin: 5px;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  display: inline-block;
  transition: var(--transition);
}

.testimonial-area .owl-dots .owl-dot.active span {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.testimonial-rate {
  color: var(--theme-color);
  margin-top: 15px;
}




/*====================
29. Counter css 
======================*/

.counter-area {
  position: relative;
  background: var(--theme-color);
  z-index: 1;
}

.counter-area::before{
  content: "";
  position: absolute;
  background-image: url(assets/images/shape/01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .15;
  z-index: -1;
}

.counter-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.counter-box::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 3px solid var(--color-white);
  border-radius: 8px;
  left: 50%;
  top: -12px;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

.counter-box::after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--color-white);
  border-radius: 50px;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}

.counter-box .icon {
  position: relative;
  text-align: center;
  font-size: 60px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  line-height: 100px;
  color: var(--color-white);
  border: 5px solid var(--color-white);
  background:  var(--color-dark);
  z-index: 1;
}

.counter-box .icon img{
  width: 60px;
}

.counter-box .counter {
  display: block;
  line-height: 1;
  color: var(--color-white);
  font-size: 50px;
  font-weight: 600;
}

.counter-box .title {
  color: var(--color-white);
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

@media all and (max-width: 991px) {
  .counter-area .counter-box {
    margin: 40px 0;
  }
}



/*====================
30. Cta css 
======================*/

.cta-wrapper{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -100px;
  padding: 40px;
  border-radius: 0px;
  z-index: 1;
}

.cta-wrapper::before{
  content: "";
  position: absolute;
  background: var(--theme-color);
  border-radius: 0px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  opacity: .85;
  z-index: -1;
}

.cta-text h1{
  color: var(--color-white);
  font-size: 45px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.cta-text p{
  color: var(--color-white);
  text-align: center;
}

.cta-number{
  font-size: 32px;
  color: var(--color-white) !important;
  font-weight: 700;
}

.cta-number i{
  margin-right: 15px;
}

.cta-btn .theme-btn{
  background: var(--color-white);
  color: var(--theme-color);
}

.cta-btn .theme-btn:hover{
  color: var(--color-white);
}

.cta-divider{
  position: relative;
}

.cta-divider::before {
  position: absolute;
  content: close-quote;
  width: 2px;
  bottom: 0;
  background-color: var(--color-white);
  right: -118px;
  top: 0;
}

.cta-divider:after {
  width: 0px;
  position: absolute;
  content: close-quote;
  height: 0px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid var(--color-white);
  top: 50%;
  transform: translateY(-50%);
  right: -124px;
}



/*====================
31. Blog css 
======================*/

.blog-area{
  position: relative;
}

.blog-item{
  *padding: 20px;
  margin-bottom: 25px;
  background: var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: var(--transition);
}
.card-wrapper {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  height: 100%;
  width: 100%;
}

.blog-item-img{
  border-radius: 0px;
  overflow: hidden;
}

.blog-item-img img {
  border-radius: 0px;
}

.blog-item:hover .blog-item-img img{
  transform: scale(1.1);
} 

.blog-item-info {
  padding: 15px 0 0 0;
}

.blog-item-meta ul {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--border-info-color);
  padding-bottom: 15px;
}

.blog-item-meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-weight: 500;
  position: relative;
  color:  var(--color-dark);
}

.blog-item-meta ul li i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-item-meta a:hover {
  color: var(--theme-color);
}

.blog-title {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.blog-item-info p {
  margin-bottom: 16px;
}

.blog-item-info .theme-btn {
  margin-top: 15px;
}

.blog-item-info h4 a {
  color:  var(--color-dark);
}

.blog-item-info h4 a:hover {
  color: var(--theme-color);
}




/*========================
32. Blog single css
==========================*/

.blog-thumb-img {
  margin-bottom: 20px;
}

.blog-single-content img {
  border-radius: 0px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-meta .blog-meta-left ul li{
  font-weight: 500;
}

.blog-meta i {
  margin-right: 5px;
  color: var(--theme-color);
}

.blog-meta a {
  color: var(--body-text-color);
  font-weight: 500;
}

.blog-meta a:hover {
  color: var(--theme-color);
}

.blog-details-title {
  font-size: 34px;
  color:  var(--color-dark);
}

.blockqoute {
  background: var(--theme-bg-light);
  border-left: 5px solid var(--theme-color);
  padding: 30px;
  font-size: 17px;
  font-style: italic;
  margin: 20px 0;
  border-radius: 0px;
}

.blockqoute-author {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  color:  var(--color-dark);
}

.blockqoute-author::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: var(--theme-color);
  left: 0;
  top: 10px;
}

.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-details-tags h5 {
  color:  var(--color-dark);
}

.blog-details-tags ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.blog-details-tags ul a {
  background: var(--theme-bg-light);
  color:  var(--color-dark);
  padding: 5px 18px;
  border-radius: 0px;
  transition: var(--transition);
}

.blog-details-tags ul a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.blog-author {
  display: flex;
  justify-content: start;
  align-items: center;
  background: var(--color-white);
  border-radius: 0px;
  box-shadow: var(--box-shadow);
  margin: 50px 0;
  padding: 20px;
}

.blog-author-img {
  width: 320px;
  position: relative;
  z-index: 1;
}

.blog-author-img::before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 100px;
  height: 100px;
  background: var(--theme-color);
  clip-path: polygon(0 0, 0 100%, 100% 100%);
  z-index: -1;
}

.blog-author-img img {
  border-radius: 0px;
}

.author-name {
  font-size: 22px;
  color: var(--theme-color);
  margin: 8px 0;
}

.author-info {
  padding: 0 20px;
}

.author-social {
  margin-top: 10px;
}

.author-social a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  border: 2px solid var(--theme-color);
  border-radius: 50px;
  margin-right: 5px;
  color: var(--theme-color);
  transition: var(--transition);
}

.author-social a:hover {
  color: var(--color-white);
  background: var(--theme-color);
}

.blog-comments {
  margin-bottom: 50px;
}

.blog-comments h3 {
  color:  var(--color-dark);
}

.blog-comments-wrapper {
  margin: 30px 0;
}

.blog-comments-single {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  margin-top: 50px;
}

.blog-comments-single img {
  border-radius: 50%;
}

.blog-comments-content {
  padding: 0 0 0 20px;
}

.blog-comments-content span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.blog-comments-content a {
  font-weight: 500;
  margin-top: 5px;
  color: var(--theme-color);
}

.blog-comments-content a:hover {
  color:  var(--color-dark);
}

.blog-comments-content h5 {
  color:  var(--color-dark);
}

.blog-comments-reply {
  margin-left: 50px;
}

.blog-comments-form {
  padding: 30px;
  margin-top: 50px;
  border-radius: 0px;
  background: var(--theme-bg-light);
}

.blog-comments-form h3 {
  margin-bottom: 20px;
}

.blog-comments-form .form-group {
  margin-bottom: 20px;
}

.blog-comments-form .form-control {
  padding: 15px 20px;
  border-radius: 0px;
  box-shadow: none;
  transition: var(--transition);
}

.blog-comments-form .form-control:focus {
  border-color: var(--theme-color);
}



@media all and (max-width: 767px) {
  .blog-meta {
    flex-direction: column;
    font-size: 15px;
  }

  .blog-meta .blog-meta-left ul {
    gap: 10px;
  }

  .blog-details-tags {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author {
    flex-direction: column;
    text-align: center;
    padding: 25px;
  }

  .author-info{
    margin-top: 25px;
  }

  .blog-comments-single {
    flex-direction: column;
    text-align: center;
    padding: 30px 0px;
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    border-radius: 10px;
  }

  .blog-comments-single img{
    margin: 0 auto 20px auto;
  }

  .blog-comments-reply {
    margin-left: 0px;
  }
}



/*=======================
33. Widget sidebar css
=========================*/

.widget {
  background: var(--theme-bg-light);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0px;
}

.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 25px;
  color:  var(--color-dark);
}

/* .widget .widget-title::before {
  position: absolute;
  content: '';
  width: 15px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 0;
} */

.widget .widget-title::after {
  position: absolute;
  content: '';
  width: 30px;
  border-bottom: 3px solid var(--theme-color);
  bottom: 0;
  left: 22px;
}

.widget .search-form .form-control {
  padding: 12px 15px 12px 15px;
  border-radius: 0px;
  box-shadow: none;
}

.widget .search-form {
  position: relative;
}

.widget .search-form .form-control:focus {
  border-color: var(--theme-color);
}

.widget .search-form button {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  padding: 8px 18px 6px 18px;
  background: transparent;
  border: none;
  color: var(--theme-color);
}

.widget .category-list a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  border-bottom: 1px solid #ced4da;
  transition: var(--transition);
}

.widget .category-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}

.widget .category-list a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}

.widget .category-list a i {
  margin-right: 5px;
  color: var(--theme-color);
}

.widget .category-list a span {
  float: right;
}

.widget .recent-post-single {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}

.widget .recent-post-img {
  margin-right: 20px;
}

.widget .recent-post-img img {
  width: 80px;
  border-radius: 0px;
}

.widget .recent-post-bio{
  flex: 1;
}

.widget .recent-post-bio h6 {
  font-size: 18px;
}

.widget .recent-post-bio span {
  font-size: 14px;
  color: var(--theme-color);
  font-weight: 500;
}

.widget .recent-post-bio span i {
  margin-right: 5px;
}

.widget .recent-post-bio h6 a:hover {
  color: var(--theme-color);
}

.widget .social-share-link a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
  text-align: center;
  margin-right: 5px;
  border-radius: 50px;
  transition: var(--transition);
}

.widget .social-share-link a:hover {
  background: var(--theme-color);
  color: var(--color-white);
}

.widget .tag-list a {
  background: var(--color-white);
  color:  var(--color-dark);
  padding: 5px 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 0px;
  display: inline-block;
  transition: var(--transition);
}

.widget .tag-list a:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}



/*===================
34. Contact us css 
=====================*/

.contact-wrapper {
  background: var(--color-white);
  border-radius: 0px;
  padding: 20px;
  box-shadow: var(--box-shadow);
}

.contact-img{
  position: relative;
  margin-right: 25px;
}

.contact-img::before{
  content: "";
  position: absolute;
  border: 8px solid var(--theme-color);
  width: 50%;
  right: 10px;
  top: 50px;
  bottom: 0px;
}

.contact-img img{
  width: 100%;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

.contact-form{
  padding: 20px 0;
}

.contact-form-header {
  margin-bottom: 30px;
}

.contact-form-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  color:  var(--color-dark);
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form .form-group .form-control {
  padding: 0px 0;
  border-radius: 0px;
  box-shadow: none;
  transition: var(--transition);
}

.contact-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.contact-map {
  margin-bottom: -9px;
}

.contact-map iframe {
  width: 100%;
  height: 450px;
}

.contact-content {
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px 20px;
  position: relative;
  margin-bottom: 25px;
  border-radius: 0px;
  background:var(--color-white);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: var(--transition);
  min-height: 91%;
}

.contact-info:hover{
  transform: translateY(-8px)
}

.contact-info::before,
.contact-info::after{
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 4px solid var(--theme-color);
  opacity: .5;
  transition: var(--transition);
}

.contact-info::before{
  border-left: none;
  border-bottom: none;
  border-radius: 50px;
  right: 10px;
  top: 10px;
}

.contact-info::after{
  border-right: none;
  border-top: none;
  left: 10px;
  bottom: 10px;
}

.contact-info:hover::before,
.contact-info:hover::after{
  opacity: 1;
}

.contact-info-icon i {
  font-size: 35px;
  color: var(--color-white);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
}

.contact-info h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color:  var(--color-dark);
}

.contact-info p{
  color:  var(--color-dark);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}


@media all and (max-width: 768px) {
  .contact-content {
    margin-top: 30px;
    margin-bottom: 0;
  }
}




/*===================
35. Team css 
=====================*/

.team-area {
  position: relative;
  overflow: hidden;
}

.team-item {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  transition: var(--transition);
}

.team-item:hover {
  transform: translateY(-10px);
}

.team-content{
  background: var(--color-white);
  box-shadow: var(--box-shadow);
  margin: 0 15px 0 15px;
}

.team-bio {
  padding: 10px;
  margin-top: -50px;
  background: var(--color-white);
  border-bottom: 4px solid var(--theme-color);
  clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
  box-shadow: var(--box-shadow);
  position: relative;
}

.team-bio h5 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.team-bio span {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  text-transform: capitalize;
}

.team-bio h5 a:hover {
  color:  var(--theme-color);
}

.team-social {
  position: absolute;
  margin-bottom: 10px;
  text-align: center;
  top: 20px;
  right: 0px;
  bottom: 0;
  opacity: 0;
  transition: var(--transition);
}

.team-item:hover .team-social {
  opacity: 1;
  right: 30px;
}

.team-social a {
  display: block;
  color: var(--color-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 50px;
  background: var(--theme-color);
  box-shadow: var(--box-shadow);
}

.team-social a:hover {
  background:  var(--color-dark);
  color: var(--color-white);
}

.team-social h6 {
  margin-top: 28px;
  color: var(--color-white);
  font-size: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  position: relative;
  transform: rotate(-90deg);
}

.team-social h6::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background: var(--color-white);
  left: -50px;
  top: 7px;
}



/*===================
36. Pricing css 
=====================*/

.pricing-item{
  padding: 40px;
  position: relative;
  overflow: hidden;
  background: var(--color-white);
  margin-bottom: 25px;
  border-top: 4px solid var(--theme-color);
  box-shadow: 0 10px 40px rgb(6 22 58 / 10%);
  transition: all .9s ease-in-out;
  z-index: 1;
}

.pricing-item::before{
  content: "";
  position: absolute;
  left: 40px;
  right: 40px;
  height: 100px;
  background: var(--theme-color);
  clip-path: polygon(0 0, 100% 0, 60% 100%, 40% 100%);
  top: -1px;
  transition: var(--transition);
  z-index: -1;
}

.pricing-icon{
  width: 100px;
  height: 100px;
  line-height: 72px;
  border-radius: 50px;
  margin: 0 auto;
  font-size: 56px;
  color: var(--color-white);
  background: var(--theme-color);
  border: 5px solid var(--color-white);
  position: relative;
  box-shadow: var(--box-shadow);
}

.pricing-icon img{
  width: 60px;
}

.pricing-header{
  text-align: center;
  border-bottom: 2px solid var(--border-info-color);
  margin-bottom: 25px;
}

.pricing-header-content{
  margin: 30px 0 20px 0;
}

.pricing-header-content h4{
  margin-bottom: 10px;
}

.pricing-content{
  margin-top: 20px;
  margin-bottom: 20px;
}

.pricing-amount{
  margin-top: 15px;
  color: var(--theme-color);
}

.pricing-feature ul{
  margin-bottom: 35px;
}

.pricing-feature ul li{
  position: relative;
  margin: 12px 0;
  padding-right: 25px;
}

.pricing-feature ul li::before{
  content: "\f560";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: var(--theme-color);
  right: 0;
  top: 0;
}

.pricing-item .theme-btn{
  display: block;
}



/*====================
37. Faq css 
======================*/

.faq-area .accordion-item {
  border: none;
  margin-bottom: 30px;
  background: var(--color-white);
  border-radius: 0px !important;
  box-shadow: var(--box-shadow);
}

.faq-img img{
  border-radius: 0px;
}

.faq-area .accordion-item span {
  width: 45px;
  height: 45px;
  margin-right: 15px;
}

.faq-area .accordion-item i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
  border-radius: 0px !important;
  background: transparent;
  font-weight: 700;
  font-size: 20px;
  color:  var(--color-dark);
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  border-bottom: 1px solid var(--theme-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media all and (max-width: 991px) {
  .faq-right {
    margin-bottom: 50px;
  }

  .accordion-button {
    font-size: 16px;
  }
}



/*====================
38. Breadcrumb css
======================*/

.site-breadcrumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  padding-top: 220px;
  padding-bottom: 130px;
  z-index: 1;
}

.site-breadcrumb::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background:rgba(1, 25, 63, .85);
  opacity: 0.85;
  z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
}

.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
}

.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-white);
  transition: all 0.5s ease-in-out;
}

.site-breadcrumb .breadcrumb-menu li::before {
  position: absolute;
  content: '\f101';
  font-family: 'Font Awesome 6 Pro';
  right: -21px;
  top: 1px;
  text-align: center;
  font-size: 16px;
  color: var(--color-white);
}

.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}

.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--theme-color);
}

.site-breadcrumb .breadcrumb-menu li.active {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .site-breadcrumb {
    padding-top: 200px;
  }
}





/*====================
39. Pagination css 
======================*/

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.pagination .page-link {
  border: none;
  background:  var(--color-dark);
  color: var(--color-white);
  margin: 0 10px;
  border-radius: 50px !important;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  transition: var(--transition);
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
  background: var(--theme-color);
  color: var(--color-white);
}



/*====================
40. Auth css 
======================*/

.login-form {
  padding: 40px;
  background: var(--color-white);
  border-radius: 0px;
  border-bottom: 5px solid var(--theme-color);
  box-shadow: var(--box-shadow);
}

.login-form .login-header {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-info-color);
}

.login-form .login-header img {
  width: 200px;
  margin-bottom: 10px;
}

.login-form .login-header h3 {
  color: var(--theme-color);
  margin-bottom: 5px;
  font-weight: 800;
}

.login-form .login-header p {
  font-size: 20px;
}

.login-form .login-footer {
  margin-top: 25px;
}
/* .footer-area:before {
  position: absolute;
  content: '';
  background: #f4f4f4bf;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
} */
.login-form .login-footer p {
  text-align: center;
}

.login-form .login-footer a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .login-footer a:hover {
  color:  var(--color-dark);
}

.login-form .form-group {
  margin-bottom: 20px;
}

.login-form label {
  color:  var(--color-dark);
  margin-bottom: 5px;
}

.login-form .form-group .form-control {
  border: 1px solid #e8e8e8;
  border-radius: 0px;
  padding: 12px 18px;
  box-shadow: none;
  transition: .5s;
}

.login-form .form-group .form-control:focus {
  border-color: var(--theme-color);
}

.login-form .form-check-input {
  box-shadow: none;
  border-radius: 0px;
}

.login-form .forgot-pass {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .forgot-pass:hover {
  color:  var(--color-dark);
}

.login-form .theme-btn {
  width: 100%;
  justify-content: center;
}

.login-form .theme-btn i {
  margin-right: 5px;
}

.login-form .form-check-input {
  margin-top: 6.3px;
}

.login-form .form-check-label a {
  color: var(--theme-color);
  transition: .5s;
}

.login-form .form-check-label a:hover {
  color: var(--theme-color);
}

.form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.social-login {
  border-top: 1px solid #F1F1F1;
  margin-top: 15px;
}

.social-login p {
  margin: 10px 0;
}

.social-login-list {
  text-align: center;
}

.social-login-list a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--theme-color);
  border-radius: 50px;
  margin: 5px;
}

.social-login-list a i {
  color: var(--color-white);
}

.social-login-list a:hover {
  background:  var(--color-dark);
}


@media only screen and (max-width: 991px) {
  .login-form {
    padding: 40px 20px;
  }
}



/*====================
41. Coming soon css 
======================*/

.coming-soon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.coming-soon .container {
  position: relative;
}

.coming-soon:before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.coming-soon .newsletter-form {
  position: relative;
  margin-top: 30px;
}

.coming-soon .newsletter-form .input-newsletter {
  height: 55px;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}

.coming-soon .newsletter-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  height: auto;
  border: none;
  border-radius: 0px;
  background: var(--theme-color);
  display: inline-block;
  color: var(--color-white);
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 500;
  transition: .5s;
}

.coming-soon .newsletter-form button:hover {
  background-color: var(--theme-color);
  color: var(--color-white);
}

.coming-social {
  margin-top: 30px;
  text-align: center;
}

.coming-social a {
  color: var(--color-white);
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 0px;
  border: 2px solid var(--color-white);
  display: inline-block;
  transition: .5s;
}

.coming-social a:hover {
  background: var(--theme-color);
  border-color: var(--theme-color);
}

.countdown-wrap {
  margin-top: 30px;
}

.countdown-single {
  background: var(--theme-color);
  padding: 20px;
  margin: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: var(--box-shadow);
}

.countdown-single::before{
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  border: 2px solid var(--color-white);
  border-bottom: none;
  border-left: none;
}

.countdown-single h2 {
  color: var(--color-white);
}

.countdown-single h5 {
  color: var(--color-white);
}




/*====================
42. Error css 
======================*/

.error-wrapper {
  text-align: center;
}

.error-wrapper h1 {
  font-size: 250px;
  letter-spacing: 5px;
  font-weight: bold;
  color: var(--theme-color);
}

.error-wrapper h1 span {
  color:  var(--color-dark);
}

.error-wrapper h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.error-wrapper img {
  width: 100%;
}

.error-wrapper .theme-btn {
  margin-top: 30px;
}


@media all and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 160px;
  }
}




/*====================
43. Terms/privacy css 
====================== */

.terms-content:not(:last-child) {
  margin-bottom: 54px;
}

.terms-content:first-child {
  margin-top: -3px;
}

.terms-content .terms-list {
  margin-top: 37px;
}

.terms-content h3 {
  margin-bottom: 23px;
  position: relative;
}

.terms-content p:not(:last-child) {
  margin-bottom: 26px;
}

.terms-list li:not(:last-child) {
  margin-bottom: 16px;
}




/*====================
44. Partner css 
====================== */

.partner-area{
  position: relative;
}



/*====================
45. Footer css 
======================*/

.footer-area {
  /* background: var(--footer-bg); */
  background-image: url(assets/images/contact/footer-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.carousel-indicators [data-bs-target] {
    background-color: var(--theme-color);
}

.footer-widget-box {
  margin-bottom: 20px;
}

.footer-widget {
  position: relative;
  z-index: 1;
}

.footer-logo img {
  width: 250px;
  margin-bottom: 10px;
}

.copyright {
  position: relative;
  padding: 20px 0;
  background: #ffffff;
  border-bottom: 5px solid var(--theme-color);
  z-index: 1;
}

.copyright::before{
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  bottom: -1px;
  background: var(--theme-color);
  width: 150px;
  clip-path: polygon(0 0, 70% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.copyright::after{
  content: "";
  position: absolute;
  right: 0;
  top: -10px;
  bottom: -1px;
  background: var(--theme-color);
  width: 150px;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.copyright .footer-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px;
  font-size: 16px;
}

.copyright .footer-menu li a {
  color: var(--footer-text-color);
  transition: var(--transition);
}

.copyright .footer-menu li a:hover {
  color: var(--theme-color);
}

.copyright .copyright-text {
  color: #000000;
  margin-bottom: 0px;
  font-size: 16px;
  text-align: center;
}

.copyright .copyright-text a {
  color: #000000;
  font-weight: 500;
}

.footer-widget-title {
  color: #000;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 21px;
  z-index: 1;
}

.footer-widget-title::before {
  position: absolute;
  content: '';
  z-index: -1;
  width: 90px;
  height: 2px;
  background: rgb(0 0 0);
  bottom: 0;
  left: 0;
}

.footer-widget-title::after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: var(--theme-color);
  bottom: 0;
  left: 18px;
}

#menu-footer1 {
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

#menu-footer1 li a {
  color: #000;
  transition: var(--transition);
}

#menu-footer1 li a i {
  margin-right: 5px;
  color: var(--theme-color);
}

#menu-footer1 li a:hover {
  padding-left: 10px;
  color: var(--theme-color);
}


.footer-widget-box p {
  color: #000000;
  padding-right: 18px;
  margin-bottom: 20px;
}

.footer-social {
  display: flex;
  gap: 15px;
  /* justify-content: end; */
  margin-top: 23px;
}

.footer-social li a i {
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  background: var(--theme-color);
  color: var(--color-white);
  transition: var(--transition);
}
div#success {
    color: #fff !important;
}
.footer-social li a i:hover {
  background: var(--color-white);
  color: var(--theme-color);
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 9px;
}

.footer-contact li a {
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-contact li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-white);
}

.subscribe-form .form-control {
  padding: 16px 20px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
}

.subscribe-form .theme-btn {
  margin-top: 20px;
}

.subscribe-form .theme-btn:hover {
  color: var(--theme-color);
}

.subscribe-form .theme-btn::before{
  background: var(--color-white);
}

.widget .widget-title {
    font-size: 21px;
    padding-bottom: 22px;
    margin-bottom: 30px;
}
.widget .widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgb(0 0 0);
    bottom: 0;
    left: 0;
}
.widget .widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 18px;
}

/* 
@media all and (max-width: 1199px) {
  .footer-widget-box {
    margin-bottom: 50px;
  }
} */

@media all and (max-width: 991px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left;
  }

  .copyright .footer-menu li {
    margin-left: 0;
    margin-right: 15px;
  }

}

@media all and (max-width: 767px) {
  .footer-widget-wrapper {
    padding-bottom: 0px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .copyright::before,
  .copyright::after{
    display: none;
  }

  .copyright .copyright-text a{
    color: var(--theme-color);
  }
}



/*====================
46. Home 2
======================*/

.home-2 .header-top{
  background: var(--theme-color);
}

.home-2 .header-top-contact a i {
  color: var(--color-white);
}

.home-2 .header-top-social a:hover{
  color: var(--color-dark);
}

.home-2 .navbar{
  border-top: 0;
  border-bottom: 1px solid var(--border-white-color);
}

.home-2 .nav-right .sidebar-btn .nav-right-link,
.home-2 .nav-right .search-btn .nav-right-link{
  color: var(--color-white);
}

.home-2 .navbar.fixed-top .nav-right .sidebar-btn .nav-right-link,
.home-2 .navbar.fixed-top .nav-right .search-btn .nav-right-link{
  color: var(--color-dark);
}

.home-2 .cta-area{
  position: relative;
  margin-bottom: -120px;
  z-index: 2;
}

.home-2 .footer-widget-wrapper{
  padding-top: 220px;
}

.home-2 .copyright::before,
.home-2 .copyright::after{
  top: 10px;
}



@media (min-width: 992px) {
  .home-2 .navbar .nav-item .nav-link {
    color: var(--color-white);
  }

  .home-2 .navbar.fixed-top .nav-item .nav-link{
    color: var(--color-dark);
  }

  .home-2 .navbar .nav-item .nav-link.active, 
  .home-2 .navbar .nav-item:hover .nav-link {
    color: var(--theme-color);
  }
}

@media (max-width: 991px){
  .home-2 .navbar-toggler-mobile-icon,
  .home-2 .mobile-menu-right .nav-right-link {
    color: var(--color-white);
  }

  .home-2 .navbar.fixed-top .navbar-toggler-mobile-icon,
  .home-2 .navbar.fixed-top .mobile-menu-right .nav-right-link {
    color: var(--color-dark);
  }

  .home-2 .navbar-toggler-mobile-icon:hover,
  .home-2 .mobile-menu-right .nav-right-link:hover {
    color: var(--theme-color);
  }
}


/*====================
47. Home 3
======================*/

.home-3 .main{
  margin-top: 0;
}

.home-3 .header-top::before{
  content: "";
  position: absolute;
  width: 28%;
  right: 0;
  top: 0;
  bottom: -2px;
  background: var(--theme-color);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}

.home-3 .navbar {
  border-top: none;
  background: var(--color-white);
}

.home-3 .header-top-social a:hover{
  color: var(--color-dark);
}

.home-3 .hero-single{
  padding-top: 160px;
}

.home-3 .footer-area::before,
.home-3 .footer-area::after{
  display: none;
}

.home-3 .copyright{
  border-bottom: none;
}

.home-3 .copyright::before,
.home-3 .copyright::after{
  display: none;
}

/* ===================
Our Services
===================== */
.our-services p {
    font-size: 16px;
    padding-bottom: 20px;
}

.our-services-text i {
    /* margin-top: 50px; */
    width: 116px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 1400px) {
    .our-services-text h4 {
        font-size: 20px;
    }
}
.our-services-text i:before {
    border-radius: 0px 0px 75px 75px;
    background-color: #e1e1e1;
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 0;
    bottom: 0;
    transition: .4s ease-in-out;
}

.our-services-text:hover i:before {
    height: 100%;
    border-radius: 75px 75px 75px 75px;
    background-image: linear-gradient(90deg, #fc5959e1, #ff0001);
}
.our-services-text.stroke i svg {
    stroke: #000;
}
.our-services-text.fill:hover i svg {
    fill: #fff;
}
.our-services-text.fill svg {
    z-index: 99;
}
.our-services-text.stroke svg {
    z-index: 9;
}
.our-services-text.stroke:hover i svg {
    fill: #fff;
}
@media (max-width: 1400px) {
    .services-img svg, .services-img img {
        width: 100%;
    }
}
.services-img {
    position: relative;
    margin-bottom: 12px;
    text-align: center;
}
.services-img svg {
    position: absolute;
}
.services-img img {
    position: relative;
    z-index: 1;
}
.our-services-text.stroke {
    /* border: 1px solid #ff0001; */
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
    /* box-shadow: 0px 0px 8px #ff0001; */
    transition: all .5s ease-in-out;
}
.our-services-text.fill {
    /* border: 1px solid #ff0001; */
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
    /* box-shadow: 0px 0px 8px #ff0001; */
    transition: all .4s ease-in-out;
}
.our-services-text.fill:hover {
    /* border: 1px solid #ff0001; */
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
    /* box-shadow: 0px 0px 20px #ff8080; */
}
.our-services-text.stroke:hover {
    /* border: 1px solid #ff0001; */
    padding: 10px;
    margin-top: 10px;
    border-radius: 20px;
    /* box-shadow: 0px 0px 20px #ff8080; */
}
.support{
  background-image: url(assets/images/about/background.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-area {
  position: relative;
  z-index: 99;
  bottom: -64px;
  margin-top: 36px;
}

.about-section-two .bg {
  background-repeat: no-repeat;
  height: 687px;
  width: 843px;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-section-two {
  position: relative;
}
.about-section-two .content-column {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.about-section-two .content-column .inner-column {
  position: relative;
}
.about-section-two .content-column .btn-box {
  position: relative;
}
.about-section-two .image-column {
  margin-bottom: 50px;
  position: relative;
}
.about-section-two .image-column .inner-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.about-section-two .image-column .inner-column:before {
  background-color: var(--theme-color);
  border-radius: 50%;
  content: "";
  height: 380px;
  left: 83px;
  position: absolute;
  top: 113px;
  width: 380px;
}
.about-section-two .image-column .image-1 {
  max-width: 460px;
  position: relative;
}
.about-section-two .image-column .image-1:before {
  -webkit-animation: zoom-one 3s infinite;
  animation: zoom-one 3s infinite;
  background-color: var(--theme-color);
  content: "";
  height: 110px;
  left: -50px;
  position: absolute;
  top: 0;
  width: 20px;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.about-section-two .image-column .image-2 {
  position: absolute;
  left: 20px;
  bottom: 0;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  max-width: 400px;
}
.overlay-anim:after {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}
.about-section-two .image-column .image-3 {
  bottom: 0;
  position: absolute;
  right: -58px;
  z-index: -1;
}

.bounce-y {
  -webkit-animation: bounce-y 10s infinite linear;
  animation: bounce-y 10s infinite linear;
}

section{
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
body{
  color: #000;
}



/* automation */
.work4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work4-section-area .elements16 {
  position: absolute;
  left: -100px;
  transform: rotateY(-180deg);
  top: 0;
}
.work4-section-area .elements1 {
  position: absolute;
  left: 140px;
  top: 0;
}
.work4-section-area .others-widget-area {
  background: #fff;
  border-radius: 16px;
  position: relative;
}
.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 50px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #F2F4FF;
}
.work4-section-area .others-widget-area .card-boxarea .content-area {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 40px 35px 0;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-right: double var(--theme-color);
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.work4-section-area .others-widget-area .card-boxarea .content-area::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--theme-color);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.work4-section-area .others-widget-area .images {
  position: relative;
  z-index: 1;
}
.work4-section-area .others-widget-area .images .elements12 {
  position: absolute;
  top: -10px;
  left: -100px;
}
.work4-section-area .others-widget-area .images .elements13 {
  position: absolute;
  bottom: -10px;
  left: -100px;
}
.work4-section-area .others-widget-area .images .elements14 {
  position: absolute;
  top: -10px;
  right: -100px;
}
.work4-section-area .others-widget-area .images .elements15 {
  position: absolute;
  bottom: -10px;
  right: -100px;
}
.work4-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: #F1F0FE;
  padding: 16px;
  border-radius: 50%;
}
.work4-section-area .others-widget-area .card-boxarea.box3 h3 {
  position: relative;
  left: 74px;
  margin-top: -33px;
  margin-bottom: 16px;
}
.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 50px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #F2F4FF;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  background: var(--theme-color);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 {
  background: #F2F4FF;
  padding: 28px;
  border-radius: 4px;
  text-align: center;
  margin: 0 0 35px 40px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-left: double var(--theme-color);
}
.work4-section-area .others-widget-area .images .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.work4-section-area .others-widget-area .images .img1 {
  position: relative;
  z-index: 1;
  background: var(--color-dark);
  padding: 16px;
  border-radius: 50%;
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover h4 {
  color: #fff;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area:hover p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}
.work4-section-area .others-widget-area .card-boxarea:hover h3 {
  transform: rotateY(360deg);
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea.box1 h3 {
  position: relative;
  left: -75px;
  margin-bottom: 20px;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover::after {
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover h4 {
  color: #fff;
  transition: all 0.4s;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2:hover p {
  color: #fff;
  transition: all 0.4s;
  opacity: 80%;
}
.work4-section-area .others-widget-area .card-boxarea.box2 h3 {
  position: relative;
  left: -73px;
  margin-top: 13px;
}
.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 50px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #F2F4FF;
}
.work4-section-area .others-widget-area .card-boxarea.box4 h3 {
  position: relative;
  left: 74px;
  margin-top: 16px;
  margin-bottom: -16px;
}
.work4-section-area .others-widget-area .card-boxarea h3 {
  line-height: 50px;
  letter-spacing: -0.24px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  background: #F2F4FF;
}

/* applications */
.vl-blog-4-area .vl-blog-1-item {
  position: relative;
  z-index: 1;
  border-radius: 16px;
  margin-bottom: 30px;
}

.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb {
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}
.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  position: relative;
  z-index: 2;
  padding: 24px;
  background: #FFF;
  border: 1px solid rgba(170, 170, 170, 0.09);
  margin: -73px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-align: center;
  border-bottom: 4px solid var(--theme-color);
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li {
  display: inline-block;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content ul li  {
  color: var(--primary);
  font-style: normal;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
  border-radius: 4px;
  background: linear-gradient(0deg, rgba(32, 44, 211, 0.1) 0%, rgba(32, 44, 211, 0.1) 100%);
  padding: 6px 10px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore {
  color: var(--secondary);
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
  transition: all 0.4s;
}
.vl-blog-4-area {
  position: relative;
  z-index: 1;
}
.vl-blog-4-area .elements39 {
  position: absolute;
  right: 0;
  top: 0;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content h4 a {
  color: var(--secondary);
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  display: inline-block;
  transition: all 0.4s;
  margin-top: 15px;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content .readmore:hover {
  color: var(--primary);
  transition: all 0.4s;
}
.shape .shape-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1186px;
  height: 663px;
  background-repeat: no-repeat;
  z-index: -1;
}

/* get in touch */
.needhelp {
  overflow: hidden;
  display: flex;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  justify-content: space-between;
  align-items: end;
}
.needhelp-contact, .mobile-nav > ul > li.menu-item-has-children.active > ul.sub-menu li:before, .what-we-do:after, .how-we-work i:before, .widget-title .boder:before, .ai-solutions-img-two:before, .our-services-text:hover i:before, ul.social-icon li i:hover, .hero-img:before, .phone-data:before, .get-in-touch i, .pricing-text, .bannr:before, .expert-icon:hover > a i, .blog-two h6, .expert-icon .icon-share i:hover, .widget-title a:before {
  background-image: linear-gradient(90deg, #000000, #ff0001);
}

.needhelp-contact {
  padding: 32px;
}
.needhelp-contact {
  background-color: #444;
  padding: 32px;
  margin-bottom: 35px;
  margin-left: 35px;
  margin-right: 35px;
}
@media (max-width: 1400px) {
  .get-in-touch {
      margin-bottom: 10px;
  }
}
.get-in-touch {
  width: 80%;
  position: relative;
  display: flex
;
  margin-bottom: 18px;
  align-items: center;
}
.needhelp-contact .get-in-touch i {
  background: #fff;
}
.needhelp-contact .get-in-touch svg {
  fill: #000;
  height: auto;
  width: auto;
}

.get-in-touch svg {
  fill: #fff;
  height: auto;
  width: auto;
}
.get-in-touch i {
  width: 48px;
  border-radius: 50%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  margin-right: 20px;
}
.needhelp-contact .get-in-touch h6 a, .needhelp-contact .get-in-touch a, .needhelp-contact .get-in-touch span, .needhelp-contact .get-in-touch h6 {
  color: #fff;
}
.get-in-touch h6 a, .get-in-touch a, .footer-bottom-text ul a, .get-in-touch span, .get-in-touch h6, .footer-bottom-text h6 {
  color: #e0e0e0;
}
.get-in-touch span {
  font-weight: 400;
  padding-bottom: 3px;
  display: block;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
@media (max-width: 1400px) {
  .get-in-touch {
      margin-bottom: 10px;
  }
}

.get-in-touch {
  width: 80%;
  position: relative;
  display: flex
;
  margin-bottom: 18px;
  align-items: center;
}
@media (max-width: 1400px) {
  .get-in-touch {
      margin-bottom: 10px;
  }
}
.get-in-touch {
  width: 80%;
  position: relative;
  display: flex;
  margin-bottom: 18px;
  align-items: center;
}
.mb-0 {
  margin-bottom: 0 !important;
}
@media (max-width: 1400px) {
  form.help {
      padding: 40px;
  }
}

.container.cargo_container {
  max-width: 800px;
}
form.helpc {
  padding: 60px;
  width: 100%;
  background-color: #001834d1;
}
form.helpc h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
form.helpc input {
  width: 100%;
}
form.helpc input {
  margin-bottom: 0px;
  border: 0;
}


form.help {
  padding: 60px;
  width: 58%;
}
form.help h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
form.help input {
  width: 100%;
}
form.help input {
  margin-bottom: 0px;
  border: 0;
}
input {
  width: 85%;
  background-color: #fff;
  outline: none;
  color: #444;
  padding-left: 40px;
  height: 60px;
}
textarea {
  width: 100%;
  border-radius: 30px;
  height: 140px;
  padding-left: 38px;
  padding-top: 20px;
  border: 0;
  outline: none;
  margin-bottom: 10px;
}
textarea {
  resize: vertical;
}
.button:before {
  content: "";
  width: 20%;
  height: 100%;
  background-color: rgb(0 0 0 / 25%);
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.shape2 {
  position: absolute;
  right: 0;
  top: 108px;
  z-index: 3;
}
.shape3 {
  position: absolute;
  left: 0;
  top: 108px;
  z-index: 3;
}
.shape-animaiton3 {
  animation-name: shape-animaiton3;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}
/* get in touch */
.testimonial-section::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/contact/02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: .02;
  z-index: -1;
}
/* footer */
.footer-list li{
  color: #000;
}

#slider .carousel-control-prev i {
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  transition: all 500ms ease;
  background: #ff000187;
  border-radius: 50%;
  font-size: 20px;
  margin: 15px;
}
#slider .carousel-control-next i {
  color: #fff;
  line-height: 40px;
  width: 40px;
  height: 40px;
  transition: all 500ms ease;
  background: #ff000187;
  border-radius: 50%;
  font-size: 20px;
  margin: 15px;
}
/* whatsapp */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  text-align: center;
}
.whatsapp-icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
  background-color: #25d366;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.whatsapp-float:hover .whatsapp-icon {
  transform: scale(1.1);
}


/* product start */
@media (max-width: 1400px) {
  .hero-section-two h1 {
      font-size: 42px;
  }
}
.hero-section-two h1 {
  color: #000;
}
.hero-section-two p {
  color: #2F2F2F;
}

.hero-text p {
  color: #000;
  padding-top: 10px;
  padding-bottom: 33px;
}

.hero-img1 {
  text-align: center;
  position: relative;
  padding-top: 17px;
}
.hero-section-two .hero-img1 img {
  position: relative;
  padding-left: 0px;
  z-index: 1;
  width: 100%;
}
.hero-section-two .hero-img1 svg {
    left: 0%;
    position: absolute;
    z-index: 0;
    bottom: 7px;
    fill: url(#paint0_linear_203_4);
    width: 100%;
    height: auto;
}
img {
  object-fit: cover;
}

/* hoe we work */
.following-we-steps {
  z-index: 1;
  position: relative;
}
.how-we-work {
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 43px;
}
.how-we-work{
  transition: .4s ease-in-out;
}
.how-we-work {
  width: 100%;
  padding: 29px;
}
@media (max-width: 1400px) {
  .how-we-work i {
      width: 140px;
      height: 140px;
  }
}
.how-we-work i {
  margin-top: 50px;
  width: 160px;
  height: 160px;
  display: flex
;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
}
.how-we-work h4 {
  padding-top: 30px;
  padding-bottom: 12px;
  font-weight: bold;
  color: #fff;
}
.how-we-work p {
  font-size: 16px;
  color: #CCCCCC;
}
.how-we-work span {
  color: #fff;
  padding-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.how-we-work p {
  font-size: 16px;
  color: #CCCCCC;
}
.how-we-work.two span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: -60%;
  top: 74%;
}
.how-we-work.two span:before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
  left: 60%;
  top: 74%;
}
.how-we-work.two span {
  position: relative;
}
.how-we-work span {
  color: #fff;
  padding-top: 30px;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.how-we-work.two {
  background-image: linear-gradient(0deg, #ffffff10, #ffffff00);
}
.how-we-work i:before{
  background-image: linear-gradient(90deg, #000000, #ff0001);
}
.how-we-work i:before {
  content: "";
  position: absolute;
  border-radius: 0px 0px 75px 75px;
  width: 100%;
  height: 50%;
  z-index: 0;
  bottom: 0;
  opacity: .4;
}
.choose-img.aos-init.aos-animate img {
  border-radius: 10px;
}
.how-we-work:hover {
  background-image: linear-gradient(0deg, #ffffff10, #ffffff00);
}
.how-we-work:hover i:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 50%;
}
.how-we-work i:before{
  transition: .4s ease-in-out;
}



.port-title {
  position: relative;
  padding-left: 15px;
  border-left: 4px solid #ff0001; /* red left border */
  font-weight: 600;
}

/* Hover effect on port-item */
.port-item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

  
.how-we-work i img {
  position: relative;
}

/* breadcrumb */
.breadcrumb__area {
  background: #000;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-radius: 0 0 150px 0;
  padding: 75px 0;
}

.fix {
  overflow: hidden;
}
.breadcrumb__bg-shape {
  position: absolute;
  width: 279.91px;
  height: 436.94px;
  background: linear-gradient(174.89deg, rgba(0, 0, 0, 0) 20.65%, var(--theme-color) 95.9%);
  transform: rotate(15deg);
  bottom: -150px;
  left: 135px;
  z-index: -1;
}
.breadcrumb__bg-shape:before {
  content: "";
  position: absolute;
  width: 133.18px;
  height: 436.94px;
  background: linear-gradient(174.89deg, rgba(6, 122, 122, 0) 6.98%, var(--theme-color) 95.9%);
  z-index: -2;
  bottom: -66px;
  left: -100px;
}
h3.title.font-title {
  font-size: 34px;
}
.breadcrumb__content .title {
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
  color:#fff;
  position: relative;
  display: block;
  margin-bottom: -0.1em;
}
/* .breadcrumb-wrap {
  text-align: end;
} */
.breadcrumb {
  margin-bottom: 0;
  align-items: center;
  line-height: 1.3;
  gap: 5px;
  background: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 15px 15px;
  margin-top: 45px;
}
.breadcrumb > * {
  font-size: 16px;
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 700;
}
.breadcrumb > * a {
  color: var(--theme-color);
}
.breadcrumb .breadcrumb-separator {
  line-height: 0;
  font-size: 16px;
  margin-top: 1px;
  font-weight: 400;
  margin-top: 2px;
  color: var(--theme-color);
}
.breadcrumb > * {
  font-size: 16px;
  color: var(--theme-color);
  text-transform: capitalize;
  font-weight: 700;
}
.breadcrumb__area:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000e8;
  opacity: 0.86;
  z-index: -3;
}

/* product sec 2 */
.service-section {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-section:before {
  position: absolute;
  content: '';
  background: #f5f5f6;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.85;
}
.service-block-one .inner-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 24px 15px 30px 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
}
.service-block-one .inner-box:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0px;
  top: 31px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:before {
  background: #e41e2f;
}
.service-block-one .inner-box h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.service-block-one .inner-box h4 a {
  display: inline-block;
  color: #000000;
}
.service-block-one .inner-box:after {
  position: absolute;
  content: '';
  width: 4px;
  height: 38px;
  left: 0px;
  top: 39px;
  transform: scale(0, 0);
  transition: all 500ms ease;
}
.service-block-one .inner-box:after {
  background: #e41e2f;
}

/* product sec 3 */
.benefit-area {
  background-image: url(assets/images/product/benefit-bg.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.benefit-area .benefit-content {
  background-color: #02111e;
  padding: 40px 35px 50px 60px;
  max-width: 905px;
  margin-left: auto;
  position: relative;
  top: 100px;
}
.benefit-area .benefit-content .benefit-inner {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.benefit-area .benefit-content .benefit-inner h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  max-width: 240px;
  padding-left: 15px;
}
.benefit-area .benefit-content .benefit-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: benefit-shape 10s infinite linear;
  z-index: 0;
}
.benefit-area .benefit-content .section-title h2 {
  color: #ffffff;
}
.benefit-area .benefit-content p {
  color: #ffffff;
  margin-bottom: 25px;
}
/* product sec4 */
.about-area-two .about-img {
  position: relative;
}
.about-area-two .about-img img:nth-child(1) {
  animation: morph 10s linear infinite alternate forwards;
}
.about-area-two .about-img img:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: -26px;

}
@keyframes morph {
  0%, 100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}


.reveal img {
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
}
.contact-form .form-group  {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
/* support and training start */
.process_box {
  position: relative;
}
.process_box.style_one .process_box_outer .icon {
  position: absolute;
  left: 0;
  top: 2px;
  width: 65px;
  height: 65px;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon span {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  font-size: 32px;
  border-radius: 50%;
  color: #fff;
  left: 0;
  margin: auto;
  line-height: 65px;
  width: 65px;
  height: 65px;
  background: var(--theme-color);
  text-align: center;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .icon .number {
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--theme-color);
  bottom: -10px;
  left: 0;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
  opacity: 0;
}
.process_box.style_one .process_box_outer .icon .number::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--theme-color);
  border-radius: 50px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer .content_box {
  position: relative;
  margin-left: 90px;
}
.process_box.style_one .process_box_outer .content_box h2 {
  position: relative;
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.process_box.style_one .process_box_outer .content_box h2:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: var(--theme-color);
  bottom: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.process_box.style_one .process_box_outer .content_box h2 a {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  line-height: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
}
.service_box {
  position: relative;
}
.service_box.style_one .service_content {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 30px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.service_box.style_one .service_content .image {
  position: relative;
  margin-bottom: 20px;
}
.service_box.style_one .service_content .image img {
  width: auto;
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.service_box.style_one .service_content .content_inner {
  position: relative;
}
.service_box.style_one .service_content .content_inner a.read_more {
  font-size: 12px;
  line-height: 26px;
  font-weight: 600;
  color: var(--heading-dark);
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
/* .move_image_absolute {
  position: absolute;
} */
.service_box {
  position: relative;
}
.service_box.style_one .service_content {
  position: relative;
  cursor: pointer;
  background: #fff;
  padding: 30px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.pd_top_100 {
  padding-top: 100px !important;
}
.pd_bottom_20 {
  padding-bottom: 20px;
}

.process_box.style_one .process_box_outer:hover .icon .number::before {
  top: -12px;
  right: -12px;
  opacity: 1;
}

.process_box.style_one .process_box_outer .icon .number::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: var(--theme-color);
  border-radius: 50px;
  top: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.process_box.style_one .process_box_outer:hover .icon span {
  left: -5px;
  opacity: 0;
}
.process_box.style_one .process_box_outer:hover .icon .number {
  bottom: 0px;
  opacity: 1;
}
/* support sec 2 */
.image-anim {
  position: relative;
  overflow: hidden;
}
.goal-thumb1-1 {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.image-anim:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.goal-thumb1-1 .img-bg-shape {
    position: absolute;
    width: 582px;
    height: 515px;
    background: linear-gradient(23.98deg, var(--theme-color) 15%, rgba(186, 226, 226, 0.02) 100%);
    mask-size: 100% 100%;
    left: 0;
    right: 0;
    top: 20px;
}
.goal-thumb1-1 .thumb {
  mask-size: 100% 100%;
  height: 535px;
  width: 535px;
  position: relative;
}
.goal-thumb1-1 img {
  height: 100%;
  object-fit: cover;
}
.goal-grid-card:not(:last-child) {
  border-bottom: 1px solid var(--tg-border-1);
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.goal-grid-card {
  display: flex;
  gap: 30px;
}
.goal-grid-card .box-icon {
  width: 80px;
  height: 80px;
  background: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color);
  flex: none;
  position: relative;
}
.goal-grid-card .box-icon:after {
  content: "";
  position: absolute;
  inset: 10px -5px;
  z-index: -1;
  border-radius: 5px;
  background: #fff;
  transform: skew(15deg, -15deg);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
section.goal-area-1 {
  background-color: aliceblue;
}
.shape4 {
  position: absolute;
  left: -84px;
  top: 20px;
  z-index: 0;
}

/* support sec-3 */
.social-area .social-img img {
  display: none;
  width: 100%;
}
.social-area-two .social-content {
  top: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 55px 110px 55px 40px;
}

.social-area .social-content {
  background-image: url(assets/images/about/about-bg2-1.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 40px;
  position: relative;
  top: -15px;
  margin-left: -70px;
  margin-bottom: 0;
}
.social-area .social-content .section-title {
  text-align: left;
  margin-bottom: 25px;
}
.section-title {
  margin-bottom: 35px;
  text-align: center;
}
.social-area .social-content p {
  color: #ffffff;
  font-weight: 500;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
}
.social-area .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}
.social-area-two .social-img {
  background-image: url(assets/images/service/social-main.webp);
}
.social-area .social-img {
  background-image: url(assets/images/service/social-main.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}

/* suport sec logo */
.contact-banner {
  position: relative;
  background-image: url(assets/images/background/contact-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.pt-0 {
  padding-top: 0 !important;
}
.contact-banner .outer-box .image-column .inner-column .image-box {
  padding: 0 0 0 376px;
}
.contact-banner .outer-box .image-column .inner-column .image-box .image {
  position: absolute;
  top: -46px;
  left: 23px;
}

figure.image {
  margin-bottom: 0;
}
.contact-banner .outer-box .image-column .inner-column .image-box .title {
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 40px;
}
.contact-banner .outer-box {
  position: relative;
  background-color: var(--theme-color);
  padding: 87px 0 79px;
}

/* services start */
.about-thumb2-1 .img1 {
  overflow: hidden;
  display: inline-block;
}
.about-thumb2-1 {
    position: relative;
    display: inline-block;
    padding: 0 185px 170px 0;
}
.image-anim {
  position: relative;
  overflow: hidden;
}
.image-anim:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-thumb2-1 .img2 {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.image-anim {
  position: relative;
  overflow: hidden;
}
.image-anim:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.about-thumb2-1 .about-bg-shape2-1 {
  position: absolute;
  right: 60px;
  top: 122px;
  display: inline-block;
  width: 184px;
  height: 184px;
  z-index: -1;
  overflow: hidden;
}
.about-thumb2-1 .about-bg-shape2-1:after, .about-thumb2-1 .about-bg-shape2-1:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: var(--theme-color);
}
.about-thumb2-1 .about-bg-shape2-1 .shape1 {
  position: absolute;
  width: 43px;
  height: 200px;
  right: 10px;
  top: -60px;
  background: linear-gradient(-180deg, var(--theme-color) 0%, rgba(255, 255, 255, 0.4) 100%);
  transform: rotate(-38.54deg);
  opacity: 0.25;
}
.about-thumb2-1 .about-bg-shape2-1 .shape2 {
  position: absolute;
  width: 43px;
  background: linear-gradient(-180deg, var(--theme-color) 0%, rgba(255, 255, 255, 0.4) 100%);
  transform: rotate(-38.54deg);
  top: -60px;
  right: 50px;
  height: 300px;
  opacity: 0.25;
}
.about-thumb2-1 .about-bg-shape2-1:after, .about-thumb2-1 .about-bg-shape2-1:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: var(--theme-color);
}
.shape5 {
  position: absolute;
  left: -70px;
  top: 130px;
  z-index: 0;
}
.about-area-2{
  position: relative;
}
/* After-Sales */
.popular-destination {
  position: relative;
}
.destinations-card {
  position: relative;
}
.destinations-card__thumb {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  /* border-radius: 0 0px 135px 135px; */
  border: 4px solid transparent;
  transition: all 0.4s ease-in-out;
}
.destinations-card__thumb img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.destinations-card__title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 121%;
  margin-bottom: 0;
  padding-bottom: 0;
  color: #000;
  text-align: center;
}
.destinations-card:hover .destinations-card__thumb img {
  transform: scale(1.1);
}
.destinations-card__thumb img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.destinations-card:hover .destinations-card__thumb {
  /* border-radius: 135px; */
  border-color: var(--theme-color);
}

.estimated-price {
  position: relative;
  background-repeat: no-repeat;
}
.estimated-price:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.7;
  left: 0;
  height: 100%;
  background-color: #fff;
}
.tab-build {
  position: relative;
}
.nav.flex-column {
  width: 50%;
  padding-right: 10px;
}
.nav-pills .nav-link.active {
  background-color: var(--theme-color);
  color: #ffffff;
}

.nav-pills .nav-link {
  color: #000;
  padding: 15px 0px 15px 50px;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: left;
  background-color: #fff;
  border-radius: 0;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.tab-content>.active {
  display: block;
}
.tab-field {
  display: flex;
  align-items: center;
}
.tab-field .field-build-img {
    margin-left: 7px;

  width: 100%;
}
.tab-field .field-build-img figure {
  position: relative;
}

figure {
  overflow: hidden;
}
.tab-field .field-build-img figure img {
  border-radius: 50%;
  width: 100%;
}
.tab-field .field-build-img figure::after {
  width: 97%;
  height: 97%;
  border: 6px #fff dashed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  animation-name: spin;
  animation-duration: 25s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.tab-field .field-build {
  margin-left: 40px;
}
.tab-field .field-build h3 {
  font-size: 30px;
  line-height: 50px;
  font-weight: 800;
  padding-bottom: 10px;
}
.tab-field .field-build p {
  padding-bottom: 16px;
}
.li-style {
  padding-bottom: 20px;
}


.li-style li {
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    float: left;
    width: 50%;
}
.nav-pills .nav-link.active::before {
  background-color: #fff;
}
.nav-pills .nav-link::before {
  content: "";
  background-color: #dcd9d6;
  width: 10px;
  height: 10px;
  left: 16px;
  position: absolute;
  top: 24px;
}
.spinner {
  width: 100px;
  height: 100px;
  background-color: #3498db;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: spin 2s linear infinite;
  /* 2s duration, linear timing, infinite loop */
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.estimated-price::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/contact/02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  opacity: .02;
  z-index: -1;
}

/* about us start */
.tab-bg-two {
  position: relative;
  background-image: url(assets/images/about/banner-bg.webp);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.tab-bg-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 50%, transparent 50%, transparent 50%, rgba(255, 255, 255, 0.9) 50%);
  pointer-events: none;
}

.tab-bg-two .tab-img {
  margin: 0 0 0 -70px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.nav.nav-tabs {
  border: none;
}
.tab-bg-two .nav-tabs .nav-link {
  background-color: #f4f4f9;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 17px 40px;
  cursor: pointer;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 20px;
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.tab-img-wrapper {
  position: relative;
}
.tab-img-wrapper img {
  border-radius: 0 50px 0 0;
}
/*.pbmit-tab-content-wrapper {*/
/*  margin-top: -23px;*/
/*  margin-bottom: 0;*/
/*  margin-left: -53px;*/
/*}*/
.pbmit-column-inner {
  margin-top: 20px;
}
.tab-bg-two .nav-tabs .nav-link.active {
  color: #fff;
  background-color: var(--theme-color);
}
.nav.nav-tabs {
  border: none;
  display: flex;
  flex-wrap: nowrap;
}
.shapeabout {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 3;
}

/* about sec3 */
.choose-us-style-one-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* .default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
} */
.cover-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.shape-left-top {
  max-width: 10%;
  position: absolute;
  left: 0;
  top: 0;
}
.shape-left-top img {
  height: 100%;
}
.choose-us-style-one-area .text-invisible {
  position: absolute;
  right: 0;
  bottom: -39px;
  font-size: 140px;
  text-transform: uppercase;
  z-index: 9;
  font-weight: 600;
  opacity: 0.5;
}
.choose-us-style-one {
  position: relative;
  z-index: 1;
}
.text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p, .text-light span, .text-light a {
  color: #fff;
}
.list-item {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.list-item li {
  margin-top: 35px;
}
.list-item li h4 {
  font-weight: 600;
  font-size: 22px;
}
.choose-us-style-one p {
  color: #d2d2d4;
  margin: 0;
}
.list-item li {
  margin-top: 35px;
}
.list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 7px;
  background: var(--theme-color);
}
.list-item li h4 {
  font-weight: 600;
  font-size: 22px;
}
.choose-us-style-one-area::after {
  position: absolute;
  left: -6%;
  top: 0;
  content: "";
  height: 100%;
  width: 60%;
  background: #2b2b2b;
  z-index: -1;
  transform: skewX(-10deg);
}

/* about sec2 */
.default-padding{
  position: relative;
}
.triangle-shape {
  max-width: 12%;
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 1;
}
.center-shape {
  position: absolute;
  left: 70%;
  top: 0;
  height: 100%;
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}
.service-nav-info {
    padding: 20px 20px;
    background: #ffffff;
    margin-right: 50px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}
.service-nav-info::before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 30px solid #1D2027;
  border-bottom: 30px solid #1D2027;
  z-index: -1;
  opacity: 0.06;
}
.services-tab-content {
  margin-top: -30px;
}
.services-style-one {
  position: relative;
  z-index: 1;
}
.services-style-one i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: var(--theme-color);
}
.services-style-one p {
  margin: 0;
}
.services-style-one-area.bg-gray {
  background-color: #F7F7F7;
}
.services-style-one-area.bg-gray .font-s{
  font-size: 34px;
}

/* team */
.team {
  text-align: center;
  position: relative;
  padding-bottom: 74px;
}
@media (max-width: 1400px) {
  .team:before {
      position: absolute;
      content: "";
      left: 0px;
      top: 80px;
      background-repeat: no-repeat;
      background-position: right;
      background-size: 100% 100%;
  }
}
.team:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 430px;
  left: 0;
  top: 58px;
  background-repeat: no-repeat;
  background-image: url(assets/images/about/shaps-background.svg);
}
.team-img {
  position: relative;
  z-index: 2;
}
.team img {
  border-radius: 50%;
  margin-bottom: 20px;
}
.team img{
  transition: .4s ease-in-out;
}
.team span {
  position: relative;
  font-weight: 800;
  z-index: 2;
  text-transform: capitalize;
}
.team h3, .team span {
  position: relative;
  font-weight: 800;
  z-index: 2;
  text-transform: capitalize;
}
.team span{
  color: var(--theme-color);
}
.large-shape {
  position: absolute;
  right: 0;
  top: -170px;
  max-width: 20%;
}


/* blog detail */
section.services-details {
  overflow: initial;
  position: relative;
}
.services-details .content-side .image-slide {
  position: relative;
  margin-bottom: 35px;
}
.services-details .content-side .image-slide img {
  border-radius: 6px;
  width: 100%;
}
.services-details .content-side .image-slide .content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 140px;
  background-color: var(--theme-color);
  padding: 20px 30px;
  border-top-right-radius: 6px;
}
.services-details .content-side .image-slide .content h4 {
  color: #fff;
  font-weight: 700;
}
.services-details .content-side .text {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
}
.services-details .content-side .list {
  position: relative;
}
.services-details .content-side .list li {
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
  display: flex
;
}
.services-details .content-side .list li i {
  margin-right: 8px;
  font-size: 15px;
}
/* .text-white {
  font-weight: 500;
} */
.widget_categories_two {
  margin-bottom: 45px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 6px;
}
.widget_categories_two .categories-list li {
  position: relative;
  display: block;
  border: 1px solid #e1e5e9;
  margin-bottom: 10px;
  border-radius: 6px;
}
.widget_categories_two .categories-list li a {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #1e1e2a;
  padding: 14px 0px 13px 42px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 6px;
}
.widget_categories_two .categories-list li a:before {
  position: absolute;
  content: "\f063";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 12px;
  color: #838d9e;
  left: 20px;
  top: 16px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "\e809";
  font-family: "fontello";
  font-style: normal;
  color: var(--theme-color);
  margin-right: 10px;
}
.widget+.widget {
  margin-top: 50px;
}

.widget_contact {
  position: relative;
  padding: 50px 30px;
  border-radius: 6px;
  background-size: cover;
  text-align: center;
}
.text-left {
  text-align: left !important;
}
.widget_contact img {
  margin-bottom: 20px;
}
.widget_contact .phone-number {
  position: relative;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 11px;
}
.widget_contact .phone-number a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.widget_contact .email {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.widget_contact .email a {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.widget_categories_two .categories-list li a:hover {
  padding-left: 20px;
  color: #fff;
  background: var(--theme-color);
}
.widget_categories_two .categories-list li a:hover:before {
  opacity: 0;
}
.block-wrap {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: rgb(219 2 2 / 12%) 0px 5px 15px;
  border-radius: 15px;
}
.block-title-wrap {
  border-bottom: 1px solid var(--theme-color);
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.text-h3 {
  color: var(--theme-color);
}
.list-3-cols {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 2;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.property-features-wrap .block-content-wrap .list-3-cols li {
  border: none;
  display: block;
}
.block-content-wrap.feature01 ul li {
  width: 50%;
  float: left;
}
.block-content-wrap .list-3-cols li, .block-content-wrap .list-2-cols li, .block-content-wrap .list-1-cols li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid;
  border-color: #dce0e0;
  padding: 3px 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.feature01 ul li::before {
  content: "\e809";
  font-family: "fontello";
  font-style: normal;
  color: var(--primary);
  margin-right: 10px;
}
.data-sec{
  background-image: url(assets/images/service/vision-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-info-box {
  background: #fff;
  padding: 10px 15px 10px;
  border-radius: 85px;
  display: flex;
  align-items: center;
  border: 1px solid var(--theme-color);
  transition: 0.5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  gap: 29px;
}
.contact-info-box:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  border-radius: 5px;
  transition: 0.5s;
  z-index: -1;
}
.contact-info-box:hover:before {
  width: 100%;
}
.contact-info-box:hover .contact-info-content p {
  color: #fff;
}
.contact-info-content p:before {
  position: absolute;
  content: "\f063";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  font-size: 12px;
  color: #838d9e;
  left: 20px;
  top: 10px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  content: "\e809";
  font-family: "fontello";
  font-style: normal;
  color: var(--theme-color);
  margin-right: 10px;
}
.contact-info-box:hover p:before {

  color: #fff;

}
.contact-info-box{
  margin-bottom: 25px;
}
.contact-info-content {
  padding-left: 20px;
}
.career-section{
  background-image: url(assets/images/about/about-ind-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comment-respond {
  background-image: url(assets/images/services/pattern-1.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  padding: 32px 40px 50px;
  margin-top: 20px;
  border-bottom: 3px solid var(--theme-color);
  border-top: 3px solid var(--theme-color);
}
.comment-notes {
  margin-bottom: 15px;
}
.comment-field {
  margin-bottom: 15px;
}
.comment-field textarea {
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  font-size: 16px;
  padding: 15px 15px;
  line-height: 1.2;
  height: 50px;
}
.comment-field textarea {
  min-height: 130px;
  max-height: 130px;
}
.comment-field {
  margin-bottom: 15px;
}
.comment-field input, .comment-field textarea {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid var(--theme-color);
  font-size: 16px;
  padding: 15px 15px;
  line-height: 1.2;
  height: 50px;
}


.blog-widget {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px;
  margin-bottom: 30px;
  border: 1px solid #E5E7E8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.widget-title {
  position: relative;
}
.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.rc-post-thumb {
  width: 100px;
  flex: 0 0 auto;
}
.rc-post-thumb img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.rc-post-content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
;
  align-items: center;
  gap: 6px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  font-family: 'Teko', sans-serif;
  font-size: 16px;
}
.rc-post-content .date i {
  color: var(--theme-color);
  font-size: 16px;
}
.blog_details h3 {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 22px;
  margin-top: 23px;
}
button.btn.btn-custom.with-25 {
  width: 200px;
  text-transform: uppercase;
  margin: auto;
}
@media (max-width: 991px) {
  .hero-content .hero-title {
    font-size: 35px;
    margin: 10px 0;
}
.slider01 {
  /*padding-top: 215px !important;*/
}
#slider .carousel-control-prev i {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 15px;
  margin: 15px 3px;
}
#slider .carousel-control-next i {
  line-height: 32px;
  width: 32px;
  height: 32px;
  font-size: 15px;
  margin: 15px 3px;
}
  .header-top {
      display: none;
  }
  .navbar-collapse {
      position: absolute;
      z-index: 9999999;
      background-color: #fff;
      left: 0;
      right: 0;
      border-radius: 10px;
      top: 69px;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  .btn-9 {
      margin-left: 27px;
  }
  .menutop ul li a {
      line-height: 27px;
      border-bottom: 2px solid;
  }
}
.rc-post-content .title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 400;
}
h2.sub-h2 {
  font-size: 30px;
}
.post-title a{
  color: #000;
}

.cp-news4-item {
  transition: background-color 0.5s ease, transform 0.5s ease;
}

.cp-news4-item:hover {
  transform: translateY(-10px);
 
}
.box-shadow1 {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
}
.p-1-9 {
  padding: 1.9rem;
}
.form-group01 input {
  border: 1px solid #ff644b;
  border-radius: 10px;
  width: 100%;
  padding: 11px 14px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 15px;
}
.card-style5 .card-body {
  position: relative;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  padding: 30px 25px;
  z-index: 1;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px dotted var(--theme-color);
  border-radius: .25rem;
}
.card p {
  margin: 0 0 20px;
}
.wp-block-list li a{
  color: #000;
  margin-bottom: 10px;
}
.wp-block-list{
  margin-bottom: 10px;
}
span.__cf_email__ {
  word-break: break-all;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
  font-size: 13px;
}
.blog-item-img img {
  width: 100%;
  height: auto;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}

.desktop992{
  display: block;
}
.mobile992{
  display: none;
}

@media (max-width: 1200px) {
.slider01 {
  /*padding-top: 150px;*/
  padding-bottom: 70px;
  padding-left: 10px;
}
.site-heading {
  margin-bottom: 15px;
}
.site-title {
  font-size: 35px;
}
.work4-section-area .others-widget-area .card-boxarea .content-area {
  padding: 15px;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 {
  padding: 15px;
}
.work4-section-area .others-widget-area .card-boxarea .content-area {
  z-index: 2;
}
.blog-item {
  padding: 15px;
}
form.help {
  padding: 25px;
}
.first-f {
  width: 28%;
}
.four-f {
  width: 30%;
}
.footer-widget-box p {
  padding-right: 0;
}
.pbmit-tab-content-wrapper {
  margin-top: 0px;
  margin-bottom: 0;
  margin-left: 0px;
}
.service-nav-info {
  padding: 16px;
}
.goal-grid-card:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 25px;
}


}

@media (max-width: 992px) {
  .navbar {
    border-top: none;
  }
  .goal-grid-card {
    gap: 15px;
}
.social-area .social-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
}
.social-area .social-content {
  padding: 25px;
  margin-left: 0;
  border-radius: 10px;
  top: -29px;
  margin-bottom: 10px;
}
  .service-nav-info {
    margin-bottom: 82px;
  }
  .mt-60 {
    margin-top: 13px;
}
.services-style-one-area.bg-gray .font-s {
  font-size: 35px;
}
  .first-f {
    width: 41%;
  }
  .four-f {
    width: 50%;
  }
  .pt-100 {
    padding-top: 100px;
}
.footer-widget {
  padding-bottom: 40px;
}
.footer-widget-title {
  margin-bottom: 15px;
}
.cta-text h1 {
  color: var(--color-white);
  font-size: 30px;
}
.cta-wrapper {
  padding: 20px;
}

.cta-number {
  font-size: 30px;
}
.site-title {
  font-size: 28px;
}
.copyright {
  padding: 3px 0;
}
section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer-widget-title {
  padding-bottom: 10px;
}
.about-section-two .image-column .image-2 {
  left: -14px;
  bottom: -43px;
  max-width: 360px;
}
.about-section-two .image-column .inner-column:before {
  left: -19px;
  top: 34px;
}
.custom-nav::after {
  left: 21px;
}
.custom-nav::after {
width: 129px !important;
}
.how-we-work {
  padding: 15px;
}
.how-we-work span {
  padding-top: 15px;
}
.how-we-work i img {
  width: 50%;
  height: auto;
}
.how-we-work i {
  width: 70px;
  height: 70px;
}
.how-we-work h4 {
  padding-top: 15px;
}
.desktop992{
  display: none;
}
.mobile992{
  display: block;
}
.choose-content-wrapper {
  margin-top: 20px;
}
.col-50{
  width: 50%;
}
.vl-blog-4-area .vl-blog-1-item .vl-blog-1-content {
  padding: 12px;
  margin: -48px 16px 0;
}
.counter-box .counter {
  font-size: 30px;
}
.counter-box .title {
  font-size: 16px;
}
.counter-area .counter-box {
  margin: 13px 0 35px 0;
}
.breadcrumb__area {
  padding: 128px 0 50px;
}
.breadcrumb__content .title {
  font-size: 35px;
  line-height: 0px;
}
.breadcrumb {
  padding: 8px 9px;
}

.nav-tabs .nav-link {
  padding: 10px 6px;
}
h2 {
  font-size: 35px;
}
form.helpc h4 {
  font-size: 35px;
}
.py-120 {
  padding: 75px 0 0 0;
}
.about-thumb2-1 {
  padding: 0 152px 368px 0;
}
.tab-field .field-build h3 {
  font-size: 22px;
  line-height: 34px;
}
.process_box.style_one .process_box_outer .icon span {
  font-size: 22px;
  line-height: 45px;
  width: 46px;
  height: 46px;
}
.process_box.style_one .process_box_outer .content_box {
  margin-left: 62px;
}
.shape4 {
  display: none;
}
form.help h4 {
    font-size: 35px;
}
.shape2 {
    top: 6px;
}

}

@media (max-width: 776px) {
  .theme-btn {
    padding: 12px 11px;
  }
  .hero-content .hero-btn {
    margin-top: 20px;
  }
.copyright {
  padding: 3px 0;
}
.first-f {
  width: 50%;
}
.four-f {
  width: 100%;
}
.footer-widget-box {
  margin-bottom: 25px;
}
.mb-20 {
  margin-bottom: 10px;
}
.cta-text h1 {
  margin-bottom: 5px;
}
.how-we-work.two span:after {
  width: 0;
}
.how-we-work.two span:before {
  width: 0;
}
.desktop{
  display: none;
}
.mobile{
  display: block;
}
.hero-text p {
  padding-top: 37px;
  padding-bottom: 15px;
}
.our-services-text.stroke {
  padding: 0px;
}
.choose-img.aos-init.aos-animate img {
  width: 100%;
  height: auto;
}
.choose-item {
  padding: 15px;
}
.work4-section-area .others-widget-area .card-boxarea .content-area {
  margin: 0 0 20px 0;
}
.work4-section-area .others-widget-area .images .elements12 {
  display: none;
}
.work4-section-area .others-widget-area .images .elements14 {
  display: none;
}
.work4-section-area .others-widget-area .images .elements13 {
  display: none;
}
.work4-section-area .others-widget-area .images .elements15 {
  display: none;
}
.work4-section-area .others-widget-area .card-boxarea .content-area2 {
  margin: 0 0 20px 0;
}
section.work4-section-area.sp1 {
  padding-bottom: 20px;
}
.work4-section-area .others-widget-area .images {
  padding-bottom: 25px;
}
.counter-box .icon {
  width: 100px;
  height: 100px;
  line-height: 85px;
}
.counter-box .icon img {
  width: 35px;
}
.counter-box {
  gap: 2px;
}
.counter-area {
  padding-bottom: 0;
}
.service-nav-info {
  margin-right: 22px;
}
.team h3, .team span {
  font-size: 18px;
}
.team-sec{
  padding-bottom: 0;
}
.choose-us-style-one-area::after {
  left: -11%;
  height: 100%;
  width: 76%;
}
.choose-us-style-one-area {
  padding-bottom: 67px;
}
form.helpc {
  padding: 20px;
}
.contact-form {
  padding: 0 0 20px 0;
}
.contact-img img {
  margin-bottom: 20px;
}
.contact-img::before {
  bottom: 50px;
}
.about-thumb2-1 {
  padding: 0 270px 254px 0;
}
.about-thumb2-1 .about-bg-shape2-1 {
  right: 226px;
  top: 59px;
}
.destinations-card__thumb {
  margin-bottom: 8px;
}
.mar-b{
  margin-bottom: 25px;
}
.nav-pills .nav-link {
  padding: 15px 10px 15px 33px;
}
.tab-field .field-build {
  margin-left: 0px;
}
.d-flex {
  display: flex !important;
  flex-direction: column !important;
}
.nav.flex-column {
  width: 100%;
}
.estimated-price {
  padding-bottom: 10px;
}
.wcu-thumb2-1.bg-mask img {
  width: 100%;
  height: auto;
}
.service-block-one .inner-box h4 {
  font-size: 18px;
}
.service-block-one .inner-box {
  padding: 20px 10px 20px 10px;
}
.benefit-area .benefit-content {
  padding: 15px 15px 15px 20px;
}
.section-title {
  margin-bottom: 10px;
}
.benefit-area .benefit-content {
  top: 25px;
}
.breadcrumb__area {
  border-radius: 0 0 77px 0;
}
.tab-bg-two .tab-img {
  margin: 0;
}
.tab-img img{
  width: 100%;
  height: auto;
}
.nav-tabs .nav-link {
    font-size: 13px;
    margin-top: 20px;
}
.needhelp {
  background-image: none !important;
}
.needhelp {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
}
form.help {
    width: 100%;
}
.needhelp-contact {
    padding: 15px;
    margin-left: 0;
    margin-right: 0px;
}
.shape2 {
    max-width: 26%;
}

}
.one-img{
  width: 100%;
  height: auto;
}
.get-mail {
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 576px) {
form.help h4 {
  font-size: 25px;
}
form.help {
  padding: 15px;
}

.breadcrumb__content .title {
    font-size: 25px;
}
.breadcrumb {
  margin-top: 34px;
}
.breadcrumb > * {
  font-size: 14px;
}
.about-thumb2-1 {
    padding: 0 153px 254px 0;
}
.about-thumb2-1 .about-bg-shape2-1 {
  right: 93px;
  top: 42px;
}
  h2 {
    font-size: 25px;
}
.list-item li {
  margin-top: 20px;
}
.team {
  margin-bottom: 44px;
}
  .choose-us-style-one-area::after {
    left: -23%;
    height: 100%;
    width: 145%;
}
.choose-us-style-one-area .text-invisible {
  bottom: 9px;
  font-size: 61px;
}
  .second-f{
    width: 40%;
  }
  .first-f {
    width: 60%;
  }
  .four-f {
    width: 100%;
  }
  section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer-widget {
    padding-bottom: 5px;
  }
  .pt-100 {
    padding-top: 91px;
  }
  .cta-text h1 {
    font-size: 25px;
  }
  .cta-number {
    font-size: 25px;
}
.site-title {
  font-size: 25px;
}
.site-title-tagline {
  font-size: 16px;
}
.col-50{
  width: 100%;
}
.cou-col{
  width: 50%;
}
.services-style-one-area.bg-gray .font-s {
  font-size: 25px;
}
form.helpc h4 {
  font-size: 25px;
}
.breadcrumb__area {
  border-radius: 0 0 40px 0;
}
.hero-content .hero-title {
  font-size: 25px;
  margin: 10px 0;
}
.large-shape {
  top: -73px;
}
.triangle-shape {
    top: -27px;
}
h3 {
    font-size: 20px;
}
.li-style li {
    width: 100%;

}
}

@media (max-width: 412px) {
  .second-f{
    width: 100%;
  }
  .first-f {
    width: 100%;
  }
  .team {
    margin-bottom: 0;
}
.nav.flex-column {
    padding-right: 0;
}

}


.banner-three__single {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.banner-three__image {
  z-index: 4;
  text-align: center;
  position: relative;
}
.swiper-slide img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.banner-three__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-three__image img {
  border-radius: 22%;
}
.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}
.banner-three__content {
  position: relative;
  border-bottom-left-radius: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-three__content:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  z-index: 2;
  background: #ff000133;
  border-bottom-left-radius: 115px;
}
.banner-three__content-wrap {
  padding-left: 15px;
  margin: 22px 0 26px;
  position: relative;
  z-index: 4;
}
.banner-three__title {
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  margin: 0;
}
.banner-three__content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  height: 161px;
  width: 100%;
  z-index: 3;
  background: var(--theme-color);
  border-bottom-left-radius: 115px;
  opacity: 0;
  -webkit-transition: all 0.39s;
  transition: all 0.39s;
}
.banner-three__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
.banner-three__single:hover .banner-three__content:after {
  opacity: 1;
  bottom: 0;
}
.banner-three__wrap:hover .banner-three__title{
  color: #fff;
}

.last-line:hover:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.6;
}
.last-line:before {
  content: "";
  height: 100%;
  width: 100%;
  background: var(--theme-color);
  position: absolute;
  inset: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.vl-blog-4-area .vl-blog-1-item .last-line img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  border-right: 5px double #ff0001;
}

.vl-blog-4-area .vl-blog-1-item:hover .line-three img {
  transform: scale(1.1);
}

.line-three img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
.vl-blog-1-item:hover .line-three {
  border-radius: 60px 20px 60px 20px ;
  border-left: 5px solid #ff0001;
}



.vl-blog-4-area .vl-blog-1-item:hover .last-line img {
  transform: scale(1.2);
}

.last-line img {
  object-fit: cover;
  width: 100%;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}
/* .vl-blog-1-item:hover .last-line {
  border-radius: 10px 0 10px 0 ;

} */
.move_image_absolute img{
  width: 100%;
  height: auto;
}

.contact-banner .outer-box2 {
  position: relative;
  background-color: var(--theme-color);
  padding: 6px 0 18px;
}
.train img{
  width: 100%;
  height: auto;
}

.widget {
  background: none;
  padding: 0px;
}

@media (max-width: 768px) {
    .testimonial-single {
        margin-bottom: 30px;
    }
}


.blog-item {
    display: flex;
    flex-direction: column;
    height: 93%;
}
.pad-footer{
  padding-bottom: 55px;
}
@media (min-width: 1400px) {
.whatsapp-float {
    position: fixed;
    bottom: 6px;
    right: 20px;
    z-index: 100;
    text-align: center;
}
.whatsapp-icon {
    width: 70px;
    height: 70px;
    object-fit: cover;
    background-color: #25d366;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
}

p.tem-c {
    margin-bottom: 30px;
}

.counter-are {
    position: relative;
}
.counter-wrap1 {
    padding: 30px;
    background-image: url(assets/images/about/advance-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    border: 10px solid  var(--theme-color);
    z-index: 1;
}
.auto-container{
  max-width: 1300px;
}

.margin-h {
    margin-bottom: 5px !important;
}


.choose-area {
    position: relative;
}
.choose-item1{
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid var(--theme-color);
    padding: 15px;
    margin-bottom: 20px;
  }
  
  .choose-item1:nth-child(2){
    margin-left: 30px;
  }
  
  .choose-icon{
    width: 70px;
    height: 70px;
    line-height: 65px;
    background: #000;
    text-align: center;
    color: var(--theme-color);
    font-size: 40px;
  }
  
  .choose-icon img{
    width: 50px;
    filter: brightness(0) invert(1);
  }
  
  .choose-item-content{
    flex: 1;
  }
  
  .choose-item-content p{
    margin-top: 5px;
  }
  
  .choose-img{
    position: relative;
  }
  
  .choose-img::before{
    content: "";
    position: absolute;
    border: 10px solid var(--theme-color);
    width: 250px;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
 .choose-img .img-2 {
    margin-top: 123px;
}

  
  .choose-item1.active{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
  }
  
  .choose-item1.active .choose-icon{
    background: var(--theme-color);
  }
  
  @media all and (max-width: 767px) {
    .choose-img::before{
      width: 180px;
      height: 250px;
      border-radius: 70px;
    }
  }


  /* new section */
  .ns-custom-inner {
    display: flex;
    background-color: #fff;
    padding: 10px;
    gap: 45px;
    align-items: center;
}
.ns-custom-content {
    width: 565px;
    flex-shrink: 0;
    padding: 0 45px;
}
.ns-custom-content-top {
    margin-bottom: 25px;
}
.ns-custom-content-title {
    font-size: 19px;
    color: var(--theme-color);
    margin-bottom: 8px;
}
.ns-custom-content-top p {
    margin-bottom: 0;
}
.ns-custom-content-bottom ul li {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
}
.ns-custom-content-bottom ul li::before {
    position: absolute;
    content: "";
    left: 11px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #949393;
    z-index: -1;
}
.ns-custom-content-bottom-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    flex: 0 0 25px;
    background-color: var(--theme-color);
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.ns-custom-content-bottom-info h5 {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.ns-custom-content-bottom-info p {
    margin-bottom: 0;
    color:#000;
}
.ns-custom-img {
    width: calc(100% - 565px);
    position: relative;
    z-index: 1;
}
.ns-custom-img::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    width: 47px;
    height: 90px;
    background-color: var(--theme-color);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
    z-index: -1;
}
.ns-custom-img img {
    width: 100%;
}
.proven-sec {
    background-color: #e5e5e5;
}
.ns-custom-content-bottom ul li:last-child::after {
    position: absolute;
    left: 5px;
    bottom: -5px;
    content: "";
    background-image: url(assets/images/service/arrow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
    z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ns-custom-inner {
        flex-direction: column;
        padding-bottom: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ns-custom-img {
        width: calc(100% - 90px);
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ns-custom-content {
        width: 100%;
        order: 2;
    }
}
@media (max-width: 767px) {
    .ns-custom-img {
        width: calc(100% - 60px);
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .ns-custom-inner {
        flex-direction: column;
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .ns-custom-content {
        width: 100%;
        order: 2;
        padding: 0 10px;
    }
    .ns-custom-img::before {
    left: -33px;
    }
    .choose-img::before {
    content: "";
    position: absolute;
    border: 10px solid var(--theme-color);
    width: 250px;
    height: 151px;
    top: 79%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
}

/*img.img-fluid.our-history {*/
/*    height: 235px;*/
/*   width: 80%;*/
/*}*/

/*img.img-fluid.mission {*/
/*    height: 235px;*/
/*    width: 80%;*/
/*}*/

/*img.img-fluid.our-vision {*/
/*    height: 235px;*/
/*  width: 80%;*/
/*}*/

/* Uniform slide height */
.carousel-item {
    /*height: 100vh;*/
    height: 650px !important;
    position: relative;
    overflow: hidden;
}

/* Fullscreen video background */
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Optional overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Ensure content is above video */
.slider01 .container,
.slider01 .hero-content {
    position: relative;
    z-index: 2;
    top: 27px !important;
}

