
body {
	color: #252525;
	font-size: 16px;
	 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #ffcc05;
    color: #000;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}
.display-1 {
    font-size: 70px;
}
.carousel-caption-inner .display-1 span {
    font-size: 38px;
    width: 100%;
    float: left;
    font-weight: 500;
}
.btn.btn-primary:hover, .btn-trans:hover {
    background: #fff;
    color: #2a4da0;
}
.btn.btn-dark {
    background: #000;
    color: #fff;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: #fff;
    color: #000;
}

.btn.btn-light {
    background: #2a4da0;
    color: #fff;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: #fff;
    color: #000;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: #252525;
    font-size: 14px;
}
.text-muted, .topbar span {
    color: #cacaca !important;
}
.topbar span {
    margin-right: 6px;
}
 
@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar .navbar-nav .nav-item.nav-link, .navbar .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-item {
    position: relative;
	padding: 0;
	margin: 0;
	border-left: solid 1px #ccc;
}
.navbar .navbar-nav .nav-item span {
    margin: 0 30px;
    font-weight: 500;
	padding-bottom: 6px;
}
.navbar .navbar-nav .nav-item:first-child {
	border: none;
}
.navbar .navbar-nav .nav-item:last-child span {
	margin-right: 0;
}
.navbar .navbar-nav .nav-item.nav-link:hover, .navbar .navbar-nav .nav-item.nav-link.active {
    color: #2a4da0
}
.navbar .navbar-nav .nav-item.nav-link.active span, .navbar .navbar-nav .nav-item.nav-link:hover span {
    border-bottom: solid 2px #ffcc05;
}
.topbar .fas {
	color: #fdce15;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, strong, b, th {
	font-weight: 600;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #252525;
}
.color-primary {
	color: #2a4da0!important;
}
.display-5 {
    font-size: 40px;
}
.titlle_text {
    text-transform: uppercase;
}
.service .service-item .service-content {
    background: #f8f8f8;
}
.container-fluid.sticky-top.px-0 {
    background: #fff;
}
.container.px-0.shadow-sm {
    padding-left: 2%!important;
	padding-right: 2%!important;
}
/**New-style**/

.avitara-section {
      padding: 50px 0;
    }

    .avitara-card {
      background: #f8f8f8;
      border-radius: 6px;
      overflow: hidden;
      height: 100%;
    }
.avicard-img {
    width: 45%;
}
    .avitara-img {
      width: 100%;
	}
	.avicard-img, .avitara-img {
      height: 220px;
	}
	.avitara-img {
      object-fit: cover;
    }

.avitara-content {
    padding: 50px 6% 30px;
    width: 53%;
}

    .avitara-title {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 14px;
    color: #252525;
    line-height: 25px;
}

    .avitara-list {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .avitara-list li {
    line-height: 25px;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #252525;
}

    .avitara-list li::before {
      content: "→";
      position: absolute;
      left: 0;
      color: #000;
    }

.avitara-footer {
    background: #2f55a4;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 20px;
}
	
	/* Unique Styling */
 
.avt-subtitle {
    color: #2a4da0;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 6px;
    width: 100%;
    float: left;
}

.avt-title {
  font-size: 2.2rem;
  line-height: 1.3;
}

.avt-highlight {
  color: #2a4da0;
}

.avt-description {
  color: #555;
}

.avt-list {
  list-style: none;
  padding-left: 0;
}

.avt-list li {
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}

.avt-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #2a4da0;
}

/* Image Styling */
.avt-img-stack {
  position: relative;
}
.avt-img-main {
    max-width: 80%;
    z-index: 9;
    position: relative;
}
.avt-img-overlay {
    position: absolute;
    bottom: -26%;
    right: 0;
    max-width: 65%;
    z-index: 1;
}
.avt-border-shape {
    position: absolute;
    top: 50px;
    left: 20%;
    width: 60%;
    height: 450px;
    border: 7px solid #2a4da0;
}
 
/* Card */

.vex-card {
    background: #f8f8f8;
    padding: 80px 60px 60px;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    margin-top: 30px;
}
.vex-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Icon */
.vex-icon img {
  max-height: 70px;
}

/* Title */
.vex-title {
    margin: 10px 0 10px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
}

/* Text */
.vex-text {
  font-size: 15px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .vex-card {
    padding: 30px 20px;
  }
}
 
 

/**Tab-Start**/
/* Tabs */

.tab-content {
    background: #f8f8f8;
    padding: 60px 40px;
}

.zex-tab-btn {
  background: #2f4fa2;
  color: #fff;
  margin: 5px;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  border: none;
}

.zex-tab-btn:hover {
  background: #ffc107;
  color: #000;
}

.zex-tab-btn.active {
  background: #ffc107 !important;
  color: #000 !important;
}

/* Image */
.zex-main-img {
  width: 100%;
}

/* Content */
.zex-title {
    font-weight: 700;
    font-size: 32px;
}

.zex-subtitle {
    color: #2f4fa2;
    font-weight: 600;
    margin: 0 0 20px;
}
 
/* Boxes */
.zex-box {
    background: #fff;
    padding: 40px;
    border-radius: 3px;
    margin: 20px 0;
}
.zex-box h6, .keyhigh, .qor-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.keyhigh {
	margin-top: 20px;
}
.zex-box ul {
    list-style: none;
    padding-left: 0;
}
.zex-box li {
    position: relative;
    padding-left: 18px;
	line-height: 26px;
}
.zex-box li::before {
    content: "➜";
    position: absolute;
    left: 0;
    color: #2f4fa2;
}
/* Highlight */
.zex-highlight {
    color: #2f4fa2;
    font-weight: 500;
    font-size: 20px;
}

/* List */
.zex-list {
  list-style: none;
  padding-left: 0;
}

.zex-list li {
  position: relative;
  padding-left: 18px;
  line-height: 26px;
}

.zex-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #2f4fa2;
}
.qor-feature-block {
  margin-top: 40px;
}

/* Card */
.qor-card {
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.qor-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* Icon */
.qor-icon img {
    max-height: 90px;
}

/* Title */
.qor-title {
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
    margin-top: 24px;
}

/* List */
.qor-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.qor-list li {
    position: relative;
    padding-left: 20px;
    line-height: 23px;
    color: #555;
    margin-bottom: 5px;
}

.qor-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: #2f4fa2;
}

/* Text */
.qor-text {
  color: #555;
  line-height: 1.6;
}

/* Gallery Item */
.nex-gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid #2f4fa2;
}

/* Image zoom */
.nex-gallery-item img {
  transition: transform 0.4s ease;
  width: 100%;
}

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

/* Overlay */
.nex-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(47, 79, 162, 0.6);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  transition: 0.3s;
}

.nex-overlay h6 {
  color: #fff;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

/* Hover effect */
.nex-gallery-item:hover .nex-overlay {
  opacity: 1;
}

/* Modal */
.nex-modal-content {
  position: relative;
  padding: 20px;
}

.nex-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}


/* Responsive */
@media (max-width: 768px) {
  .nex-gallery-item {
    margin-bottom: 10px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .qor-card {
    text-align: center;
  }

  .qor-list {
    text-align: left;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .zex-tab-btn {
    width: 100%;
  }
}
/**Tab-End**/
@media (max-width: 768px) {
.signform_main>.row {
    min-width: 100%;
}
}


/* SECTION BACKGROUND */
.avx-why-section {
    background: url('../img/form_bg.jpg') no-repeat;
    background-size: 100%;
}
.avx-why-section h6, .avx-why-section .h6, .avx-why-section h5, .avx-why-section .h5, .avx-why-section h4, .avx-why-section .h4, .avx-why-section h3, .avx-why-section .h3, .avx-why-section h2, .avx-why-section .h2, .avx-why-section h1, .avx-why-section .h1 {
	color: #fff;
}
/* LEFT CONTENT */
.avx-tagline {
  color: #ffc107;
  font-weight: 500;
}

.avx-title {
  font-size: 42px;
  font-weight: 700;
}

.avx-desc {
    color: #fff;
}
.form-check-input:checked {
    background-color: rgba(47, 79, 162, 1);
    border-color: rgba(47, 79, 162, 1);
}

.avx-list {
    list-style: none;
    padding-left: 0;
    margin: 12px 0 8px;
}

.avx-list li {
    position: relative;
    padding-left: 20px;
    line-height: 28px;
}

.avx-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ffc107;
}

.avx-subtitle {
  font-weight: 700;
}

.avx-highlight {
  color: #ffc107;
  font-weight: 600;
}

/* FORM */
.avx-form-box {
  background: #fff;
  border-radius: 12px;
}

.avx-label {
  font-weight: 500;
  margin-bottom: 5px;
}

.avx-input {
  border-radius: 25px;
  padding: 10px 15px;
}

/* BUTTON */
.avx-submit-btn {
  background: linear-gradient(to right, #0d6efd, #0dcaf0);
  border: none;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  font-weight: 600;
}
.avx-submit-btn:hover {
  background: linear-gradient(to right, #0dcaf0, #0d6efd);
  color: #ffcc05;
}
.form-control {
    background: #fff;
    background-color: #fff!important;
    font-size: 14px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
} 
/* TEXT */
.avf-tag {
    color: #3b5aa3;
    font-weight: 600;
    margin-bottom: 10px;
}
div#avfAccordion {
    margin-top: 20px;
}

.avf-title {
  font-size: 38px;
  font-weight: 700;
}

.avf-title span {
  color: #3b5aa3;
}

/* ACCORDION */
.avf-item {
  border: none;
  border-bottom: 1px solid #ddd;
}

.avf-btn {
  background: transparent;
  box-shadow: none;
  font-weight: 500;
  padding-left: 0;
}

.avf-btn:not(.collapsed) {
  color: #3b5aa3;
}

/* Remove default arrow */
.accordion-button::after {
  display: none;
}

/* Custom + / - */
.avf-btn::before {
  content: "+";
  margin-left: auto;
  font-size: 20px;
  color: #3b5aa3;
}

.avf-btn:not(.collapsed)::before {
  content: "−";
}
.accordion-button {
    font-size: 20px;
    color: #000;
}
/* BODY */
.avf-body {
  padding-left: 0;
}

/* IMAGE */
.avf-image-box {
  position: relative;
}

.avf-img {
    border-radius: 10px;
    width: 100%;
}
/* CTA BOX */
.avf-cta-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: #3b5aa3;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: solid 2px #fff;
}
.avf-cta-box h5 {
    color: #fff;
    font-size: 20px;
}
.avf-cta-box p {
    font-size: 16px;
}
.avf-cta-btn {
  background: #ffc107;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
}
.btn.avf-cta-btn {
    padding: 8px 30px!important;
}
/* REMOVE DEFAULT ICON */
.avf-btn::after {
  display: none !important;
}

/* CUSTOM ICON RIGHT SIDE */
.avf-btn {
  position: relative;
  padding-right: 40px;
}

/* PLUS ICON */
.avf-btn::before {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #3b5aa3;
  transition: all 0.3s ease;
}

/* MINUS ICON WHEN ACTIVE */
.avf-btn:not(.collapsed)::before {
  content: "−";
  transform: rotate(180deg);
}

/* SMOOTH BODY ANIMATION */
.accordion-collapse {
  transition: all 0.35s ease;
}

/* EXTRA SMOOTH FEEL */
.accordion-body {
  animation: avfFadeIn 0.3s ease;
}

@keyframes avfFadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn.avf-cta-btn:hover {
    background: #fff;
    color: #000;
}
 
/*testimonial-style*/
 
.testi-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.testi-text {
  max-width: 600px;
  margin: auto;
  color: #555;
  font-size: 16px;
}

.testi-name {
  color: #3b5aa3;
  font-weight: 700;
  margin-top: 15px;
}

.testi-role {
  color: #777;
  font-size: 14px;
} 
/* NAV BUTTONS */
.testi-prev,
.testi-next {
  width: 45px;
  height: 45px;
  background: #3b5aa3;
  border-radius: 50%;
  color: #fff;
}

/* Arrow size */
.testi-prev::after,
.testi-next::after {
  font-size: 16px;
  font-weight: bold;
}

/* Hover effect */
.testi-prev:hover,
.testi-next:hover {
  background: #ffc107;
  color: #000;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper {
    padding-bottom: 20px;
}
 .simple-testimonial {
	 padding-top: 10px;
	 padding-bottom: 80px;
 }
 .btn.btn-lg-square {
    padding: 10px 20px!important;
}
 /*footer-style*/
 
 .xr-footer-section {
	 padding-top: 100px;
	 padding-bottom: 40px;
 }

/* Background */
.xr-footer-section {
  background: linear-gradient(to right, #0f1117, #1a1d25);
}

/* Logo */
.xr-footer-logo {
  max-width: 120px;
}

/* Email */
.xr-footer-email {
    font-weight: 700;
    border-bottom: 1px solid #888;
    display: inline-block;
    padding-bottom: 5px;
    color: #fff;
}

/* Phone */
.xr-footer-phone {
  font-weight: 600;
}

/* Address */
.xr-footer-address {
  color: #fff;
}

/* Social Icons */
.xr-footer-social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.xr-social-icon {
  width: 45px;
  height: 45px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: 0.3s;
}

.xr-social-icon:hover {
  background: #ffc107;
  color: #000;
}

/* Links */
.xr-link {
  margin: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.xr-link:hover {
  color: #ffc107;
}

/* Divider */
.xr-footer-line {
  border-color: rgba(255,255,255,0.1);
  margin: 20px 0;
}

/* Copyright */
.xr-footer-copy {
  color: #fff;
  font-size: 14px;
}
.xr-footer-phone {
    font-weight: 600;
    color: #fff;
}













/*End-style*/
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 20px !important;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0 !important;
    }

}

.dropdown .dropdown-menu a:hover {
    background: #2a4da0;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    margin-top: 20px !important;
    transition: .5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: #2a4da0;
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: #2a4da0;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: #ffcc05;
    color: #000;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -400px;}
    50%   {right: -200px;}
    75%   {top: -200px;}
    100%  {top: -400px;}
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}

@keyframes RotateMoveRight {
    0%   {left: 0px;}
    50%   {left: 70px;}
    100%  {left: 0px;}
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0%   {left: -240px;}
    50%   {left: -300px;}
    100%  {left: -240px;}
}

.header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 47%;
    height: 100%;
    top: 0;
    left: 31%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}
.fs-5 {
    font-size: 20px !important;
}
.carousel-caption p {
    display: inline-block;
    width: 100%;
}
.btn {
    font-weight: 500;
    font-size: 20px;
    border-radius: 4px;
    padding: 11px 38px!important;
}
.btn-trans {
    background: rgba(42,77,160,.4);
    color: #fff;
    border: solid 2px #ffffff;
}
@media (max-width: 992px) {
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .owl-prev,
    .owl-next {
        top: 40px !important;
    }

    .owl-prev {
        left: 65%;
    }
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: #fff;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0px;
    left: 0;
    margin-left: 30px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}


.bg-breadcrumb::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    border-radius: 200px;
    border: 80px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {top: -200px;}
    50%   {right: -100px;}
    75%   {top: -100px;}
    100%  {top: -200px;}
}


.bg-breadcrumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 0;
    margin-left: 160px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/
.about .text {
    position: relative;
}

.about .text::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #2a4da0;
}
/*** About End ***/

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

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

.service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: #fff;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h4 {
    color: #fff;
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner a.h4:hover {
    color: #2a4da0;
}
/*** Service End ***/

/*** Project Start ***/
.project .project-carousel.owl-carousel {
    height: 100%;
}

.project .project-carousel .project-item {
    position: relative;
    overflow: hidden;
}

.project .project-carousel .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .project-carousel .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img::after {
    height: 100%;
}

.project .project-carousel .project-item .project-img img {
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .project-carousel .project-item .project-content {
    position: relative;
    width: 75%;
    height: 100%;
    bottom: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .project-carousel .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project .project-carousel .project-item .project-content .project-content-inner {
    position: relative;
    z-index: 2;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner p,
.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4,
.project .project-carousel .project-item:hover .project-content .project-content-inner .project-icon i {
    color: #fff;
    transition: 0.5s;
}

.project .project-carousel .project-item:hover .project-content .project-content-inner a.h4:hover {
    color: #2a4da0;
}

.project .project-carousel .project-item:hover .project-content::after {
    height: 100%;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid #2a4da0;
}
/*** Project End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: #2a4da0;
}

.footer .footer-item-post a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover {
    color: #2a4da0;
}

.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-dark);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: #000;
}
	.d-flex {
    flex-wrap: wrap;
}
/*** copyright end ***/
 
.header-banner {
    padding: 5% 0;
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: rgba(0,0,0,.5);
}
.header-banner .titlle_text, .header-banner p {
	color: #fff;
}
.banner-img {
    position: absolute;
    top: -40%;
    left: 0;
    width: 100%;
    z-index: -1;
}
.banner-text {
	width: 50%;
}
 
/*--- abtimg -------*/

section {
    display: inline-block;
    width: 100%;
}

.abtmain{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.abtimg {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: rgba(0,0,0,0.09);
}
.abtimg span{
  display: block;
}
.abtimg::before, .abtimg::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #ffcc05;
}

.abtimg span::before, .abtimg span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #ffcc05;
}
.abtimg:hover::before, .abtimg:hover::after{
  width: 100%;
}
.abtimg:hover span::before, .abtimg:hover span::after{
  height: 100%;
}
.abtimg, .abtimg_img {
    max-width: 100%;
}
.abtimg::before, .abtimg::after{
  transition-delay: 0s;
}
.abtimg span::before, .abtimg span::after{
  transition-delay: 0.2s;
}
.abtimg::before{
  right: 0;
  top: 0;
}
.abtimg::after{
  left: 0;
  bottom: 0;
}
.abtimg span::before{
  left: 0;
  top: 0;
}
.abtimg span::after{
  right: 0;
  bottom: 0;
}
.abtimg:hover::before, .abtimg:hover::after{
  transition-delay: 0.2s;
}
.abtimg:hover span::before, .abtimg:hover span::after{
  transition-delay: 0s;
}

/*---
     Media
	       ---*/

@media(min-width:0px) and (max-width:767px) {
.display-1 {
    font-size: 30px;
}
.display-5, .avx-title, .avf-title {
    font-size: 25px;
}
.navbar .navbar-toggler {
    padding: 8px 15px;
    color: #fff;
    background: #2a4da0;
}
.navbar {
    padding-left: .5rem;
    padding-right: .5rem;
}
.banner-text {
    width: 96%;
}
.navbar .navbar-nav .nav-item {
    border-left: none;
    border-top: solid 1px #ccc;
}
.navbar .navbar-nav .nav-item.nav-link {
    margin: 0 !important;
    padding: 0;
}
.navbar .navbar-nav .nav-item span {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 12px 4px;
}
.avicard-img {
    width: 100%;
}
.avitara-content {
    padding: 30px 6% 20px;
    width: 100%;
}
.avt-img-main {
    max-width: 55%;
}
.avt-img-overlay {
    bottom: -15%;
    max-width: 48%;
}
.avt-border-shape {
    top: 30px;
    left: 32%;
    width: 40%;
    height: 252px;
}
.avt-content-wrapper {
    margin-top: 30px;
}
.zex-project-section li.nav-item {
    width: 32%;
    margin: 0 1px;
}
.zex-tab-btn {
    padding: 10px;
    line-height: 19px;
}
.avx-why-section {
    background-size: 100% 100%;
}
.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.zex-title {
    font-size: 22px;
}
.carousel-caption .fs-5 {
    font-size: 14px !important;
}
.btn {
    font-size: 15px;
    padding: 10px 26px!important;
}
.header-carousel .header-carousel-item .carousel-caption {
    transform: translateX(-33%);
}
.owl-prev, .owl-next {
    top: auto !important;
    bottom: 0;
}
.owl-prev {
    left: 35%;
}
.owl-next {
    right: 35%;
}
.header-banner {
    overflow: hidden;
    height: 200px;
}
.banner-img {
	object-fit: cover;
	 height: 340px;
	
}
.avf-cta-box {
    flex-wrap: wrap;
    justify-content: center;
	text-align: center;
}
.avf-cta-box h5 {
    margin-bottom: 2px;
}
.avf-cta-box p {
    margin-bottom: 10px;
}
}
