
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
*{
  box-sizing: border-box; 
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}
header{
  background: #f7efef !important;
  box-shadow: -3px 3px 6px rgba(0,0,0,0.20);
  position: fixed !important;
  width: 100%;
  z-index: 100 !important;
}
.modal-backdrop {
  z-index: 12 !important;
}

* {
  box-sizing: border-box;
}
header{background: #fbf0f1 !important;
  box-shadow: 1px 2px 11px rgba(0,0,0,0.20);}
.background-header {
  background-color: #fff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}


.logo img{
  width: 150px !important;
}


.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

/* .header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
} */

/* .background-header .main-nav .logo {
  line-height: 75px;
} */



.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}



.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li:last-child .main-red-button-hover a:hover,
.background-header .main-nav .nav li:last-child .main-red-button-hover a:hover {
  background-color: #142c85 !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #e20419 !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #e20419 !important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
/*.nav-link {*/
/*  color: rgba(255, 255, 255, 0.65);*/
/*}*/
.nav-link {
  color: rgba(0, 0, 0);
}
/*.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .nav-link:focus, .nav-link:hover {*/
/*  color: rgb(255, 255, 255);*/
/*}*/

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .nav-link:focus, .nav-link:hover {
  color: rgb(226, 0, 20);

}
 

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
  margin-left: -1px;
  transition: all 0.3s ease;
}

.custom-dropdown {
  display: none;
  position: absolute;
  top: 49px;
  left: -513px;
  width: 1600px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  background:rgba(0,0,0,.70) !important;
  padding: 2rem;
  backdrop-filter: blur(10px);
  color: #fff;
}
.custom-dropdown a{color: #fff !important;}
.nav-item {
  position: relative;
}

.nav-item:hover .custom-dropdown {
  display: flex;
}

.dropdown-columns {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}



.dropdown-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-left li {
  margin-bottom: 10px;
}

.dropdown-left a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.dropdown-right img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Mobile support */
@media (max-width: 768px) {
  .custom-dropdown {
    position: static;
    display: none;
    flex-direction: column;
  }

  .nav-item.active .custom-dropdown {
    display: flex;
  }
}

/* Hover effect on dropdown-submenu */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



.dropdown-submenu > .dropdown-item:hover {
  background-color: #e20015;
  color: #fff;
}

.main-red-button-hover .btn {
  background-color: #e20014;
  border: none;
  transition: all 0.3s ease;
  border-radius: 30px;
}

.main-red-button-hover .btn:hover, .about-us .btn-primary:hover,
.subscribe .inner-content .subscribe1 button:hover, .button-ser:hover {
  background-color: #e30419; 
  transform: scale(1.1) !important; 
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
  border: 0 !important;
  color: #fff !important;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}
.header-area .dropdown-columns {
  padding: 0;
}

/*.header-area.header-sticky {*/
/*  width: 90%;*/
/*  margin: 0 auto;*/
/*  height: 80px;*/
/*  place-content: center;*/
/*  display: grid;*/
/*  top: 20px;*/
/*  border-radius: 40px;*/
/*  background: rgba(0,0,0,.20) !important;*/
/*  border: 1px solid;*/
/*}*/
.header-area.header-sticky {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  place-content: center;
  display: grid;
  background: #fff !important;
}
.header-area.header-sticky.scrolled {
  width: 100%;
  margin: 0;
  box-shadow: -1px -1px 7px rgba(255, 255, 255, 0.8);
  border-radius: 0;
  top: 0;
  border: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  background: #000;
  box-shadow: 1px 1px 7px rgba(255,255,255,0.30);
}
.navbar-nav .dropdown-menu .dropdown-item {
  transition: background-color 0.3s ease;
  color: #fff !important;
}

.header-area .nav {
  margin-top: 30px;
}


.header-area.header-sticky .nav-link.active-scrolled {
  color: red !important; 
}

a {
  text-decoration: none !important;
}



/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #142c85;
  color: #fff;
}

::-moz-selection {
  background: #142c85;
  color: #fff;
}


/* Basic styles for nav */
.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.logo img {
    width: 150px;
}

.nav {
    list-style: none;
    display: flex;
    gap: 15px;
}
.nav.nav-tabs {
  display: inherit !important;
  gap: 0 !important;
}

.nav a {
    text-decoration: none;
    color: #000;
}

.nav .active {
    font-weight: bold;
    color: #ff0000;
}

/* Dropdown Menu */
.nav-item {
    position: relative;
    padding: 0 20px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 260px;
  padding: 1rem;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
}

.close {
    cursor: pointer;
}

/* Button */
.btn-quote {
    background-color: #007bff;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}

.btn-quote:hover {
    background-color: #0056b3;
}

/* Menu trigger */
.menu-trigger {
    cursor: pointer;
    font-size: 18px;
}
/* Custom CSS for nested dropdowns */
.nav-item.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav-item.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.nav-item.dropdown-submenu > a:after {
  content: '\f0d7';  /* Add a down arrow icon after submenu links */
  font-family: 'FontAwesome';
  margin-left: 5px;
}

.nav-item.dropdown-submenu:hover > a:after {
  content: '\f0de';  /* Change to up arrow when hovering */
}

.dropdown-menu .dropdown-item {
  padding: 8px 20px;
}

.dropdown-menu {
  border-radius: 0;
}
/* Make sure submenus open on click */
.nav-item.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.nav-item.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: -1px;
}
/* Make the dropdown submenus appear on hover */
.nav-item:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Nested dropdown (submenu) hover effect */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Hide dropdown menus initially */
.dropdown-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* Adjust submenu position */
.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  z-index: 1000;
}


@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
  margin-bottom: -5px;
}

.section-heading h2 em {
  font-style: normal;
  color: #fff;
}

.section-heading h2 span {
  color: #e20015;
  font-weight: 700;
  opacity: 1;
  text-transform: capitalize;
  font-size: 30px;
}

.section-heading span {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(255, 255, 255);
  opacity: 0.15;
}

.main-blue-button a {
  display: inline-block;
  background-color: #142c85;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-blue-button-hover a {
  display: inline-block;
  background-color: #142c85;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-blue-button-hover a:hover {
  background-color: #e20015;
}

.main-red-button a {
  display: inline-block;
  background-color: #e20015;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button-hover a {
  display: inline-block;
  background-color: #e20015;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  transition: all .3s;
}

.main-red-button-hover a:hover {
  background-color: #142c85;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #e20015;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}


.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
  height: 500px;
  border: 1px solid rgba(0,0,0,0.20);
  border-radius: 10px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.our-portfolio .item h4{
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 23px;
  position: relative;
  z-index: 100;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.hire-now-box {
  background-color: #2a2a72; border-radius: 5px;
  padding: 30px;
}




.info-box {
  background: #070a15;
  border: 1px dashed rgba(255,255,255,0.20);
  color: #c8c8c8;
}
.title-h5{color: #e20014;}


.slider-content {
  position: relative;
  top: 35%;
}
header .btn-primary, .about-us .btn-primary{
display: inline-block;
  background-color: #142c85;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .8s;}

  


@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #e20419 !important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  /* .header-area .logo {
    margin-left: 30px;
  } */
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #e20419 !important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}



/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}


/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #e20015;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #e20015;
    border-radius: 50%;
}

.object img{max-width: 100%; height: auto;}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* padding: 236px 0px 130px 0px; */
  position: relative;
  overflow: hidden;
  height: 720px;
 

}
.main-banner::after{
  content: " "; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.60);
  inset: 0
}
#bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1; /* Ensures the video stays behind any text or content */
}
.slider-content1{
position: absolute;
  top: 163px;
  right: 93px;
  width: 576px;
}

/* .main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 267px;
  height: 532px;
  rotate: 178deg;
} */

.main-banner .item {
  margin-right: 45px;
}

.main-banner .item h6, .services-banner h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.main-banner .item h2, .main-banner .item h1, .services-banner h2 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 72px;
}

.main-banner .item h2 em, .main-banner .item h1 em {
  color: #fff;
  font-style: normal;
}

.main-banner .item h2 span, .main-banner .item h1 span {
  color: #fff;
}

.main-banner .item p {
  margin: 20px 0px; color: #fff;
}

.main-banner .item .down-buttons {
  display: inline-flex;
}

.main-banner .item .down-buttons .call-button i {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  color: #fff;
  font-size: 20px;
}

.main-banner .item .down-buttons .call-button a {
  color: #e20015;
  font-size: 15px;
  font-weight: 500;
  margin-left: 30px;
}

.main-banner .owl-dots {
  margin-top: 60px;
  counter-reset: dots;
}

.main-banner .owl-dot:before {
  content: " ";
  margin-left: 10px;
  width: 10px;
  height: 10px;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all .5s;
  display: block;
  background: #fff;
  border-radius: 50%;
}

.main-banner .active:before {
  background-color: #e20419 ;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services .services-left-dec img {
  width: 387px;
  height: 638px;
  left: -80px;
  top: -39px;
  position: absolute;
  z-index: 1;
}

.our-services .services-right-dec img {
  width: 305px;
  height: 305px;
  right: 25px;
  top: 196px;
  position: absolute;
  z-index: 1;
}

.our-services .container {
  position: relative;
}

.our-services {
  position: relative;
  margin-top: 0px;
  padding-top: 120px;
}

.our-services .section-heading {
  text-align: center;
  margin-bottom: 45px;
}

.our-services .section-heading h2 {
  margin: 0px 60px;
  margin-bottom: -10px;
}

.our-services .item {
  text-align: center;
  margin: 15px;
  border-radius: 20px;
  padding: 20px 30px;
  box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.2);
}
.our-services .owl-carousel .owl-item img {
  filter: grayscale();
}
.logo-bg .owl-carousel.owl-drag .owl-item img{
  filter:none; max-width: 200px;
}

.our-services .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  line-height: 30px;
  text-align: left;
}

.our-services .item .icon {
  width: 45px;
  height: 45px;
  margin: 7px auto;
}
.logo-bg .item .icon {
  width: 100%;
  height: 117px;
  background: #fff;
  border-radius: 10px;
}
.logo-bg .owl-carousel .owl-item img {
  border-radius: 10px;
}
.logo-bg{padding-top: 0; margin: 2rem 0;}

.our-services .item p {
  padding-top: 20px;
  border-top: 1px solid #535353;
  text-align: left;
}

.our-services .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.our-services .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #e20015;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.our-services .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}


/* 
---------------------------------------------
About
--------------------------------------------- 
*/

.about-us {
  margin-top: 0px;
  padding-top: 120px;
}

.about-us .left-image {
  margin-left: 34px;
}

.about-us .section-heading h2 {
  margin-right: 60px;
}

.about-us .section-heading p {
  margin-top: 30px;
  text-align: justify;
}

.about-us .fact-item .icon {
  width: 45px;
  height: 45px;
}

.about-us .fact-item {
  margin-top: 45px;
}

.about-us .fact-item .count-digit {
  font-size: 48px;
  font-weight: 700;
  color: #2a2a2a;
  margin-top: 5px;
}

.about-us .fact-item .count-title {
  font-size: 15px;
  color: #e20015;
}

.about-us .fact-item p {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio .portfolio-left-dec img {
  width: 342px;
  height: 311px;
  left: 45px;
  top: 120px;
  position: absolute;
  z-index: 1;
}

.our-portfolio {
  margin-top: 0px;
  position: relative;
}

.our-portfolio .section-heading, .testimonial .section-heading, .benefits .section-heading{
  text-align: center;
  margin-bottom: 60px;
}

.our-portfolio .section-heading h2, .benefits .section-heading h2{
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.our-portfolio {
  margin: 0px 15px;
}

.our-portfolio .item .thumb {
  position: relative;
  display: grid;
  place-content: center;
  height: 500px;
}

/* .our-portfolio .item:hover .hover-effect {
  opacity: 1;
} */
.our-portfolio .item{position: relative;}
.our-portfolio .item::after{
  position: relative; content: " "; height: 100%;
  width: 100%; inset: 0;z-index: 10;
  background: linear-gradient(90deg, rgba(16, 42, 131, 0.5), rgba(227, 0, 22, 0.5));

}

.our-portfolio .item .hover-effect {
  position: absolute;
  transition: all .5s;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: grid;
  place-content: center;
  color: #fff;
  text-align: center;
  padding: 1rem !important;
  /* border: 1px solid rgba(255,255,255,0.20); */
  background: rgba(0,0,0,0.40) !important;
  backdrop-filter: blur(1px);

}
.our-portfolio .item .hover-effect p{  height: 100px;
  margin-top: 1rem; font-size: 16px;}



.our-portfolio .item .hover-effect .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.our-portfolio .item .hover-effect .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .item .thumb img {
  border-radius: 20px;
  transition: all .3s;
}
.owl-portfolio1{margin-top: 4rem;}
.owl-portfolio .owl-nav {
  position: absolute;
  top: -15%;
  width: 100%; display: none;
}

.owl-portfolio .owl-nav .owl-prev {
  position: absolute;
  right: 105px;
}

.owl-portfolio .owl-nav .owl-next {
  position: absolute;
  right: 30px;
}

.owl-portfolio .owl-nav .owl-prev span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-prev span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-prev span:after {
  width: 46px;
  height: 46px;
  background-color: #e20015;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f104';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-nav .owl-next span {
    color: transparent;
}

.owl-portfolio .owl-nav .owl-next span:hover::after{
  opacity: 1;
}

.owl-portfolio .owl-nav .owl-next span:after {
  width: 46px;
  height: 46px;
  background-color: #e20015;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  border-radius: 50%;
  color: #fff;
  content: '\f105';
  font-size: 22px;
  font-family: 'FontAwesome';
  transition: all .5s;
  opacity: 0.5;
}

.owl-portfolio .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.owl-portfolio .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background-color: #e20015;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0px 5px;
}

.owl-portfolio .owl-dots .active {
  opacity: 1;
  width: 10px;
  height: 10px;
}

/* 
---------------------------------------------
Pricing
--------------------------------------------- 
*/

.pricing-tables .tables-left-dec img {
  width: 418px;
  height: 851px;
  left: 0;
  top: -460px;
  position: absolute;
  z-index: 1;
}

.pricing-tables .tables-right-dec img {
  width: 359px;
  height: 848px;
  right: 0;
  top: 45px;
  position: absolute;
  z-index: 1
}

.pricing-tables {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
}

.pricing-tables .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.pricing-tables .section-heading h2 {
  text-align: center;
  margin: 0px 60px 0px 60px;
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}

.pricing-tables .item {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px;
  text-align: center;
  border: 1px solid;
  background: #000 !important;
  border-radius: 45px;
}

.pricing-tables .item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
}

.pricing-tables .item em {
  color: #e20015;
  font-size: 15px;
  display: block;
  margin-top: 25px;
  text-decoration: line-through;
  font-style: normal;
}

.pricing-tables .item span {
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-top: -5px;
}

.pricing-tables .item ul {
  margin-top: 30px;
}

.pricing-tables .item ul li {
  display: block;
  font-size: 15px;
  color: #7a7a7a;
  margin-bottom: 20px;
}

.pricing-tables .item .main-blue-button {
  margin-top: 40px;
}

.pricing-tables .first-item {
  background-image: url(../images/first-plan-bg.png);
}

.pricing-tables .second-item {
  background-image: url(../images/second-plan-bg.png);
}

.pricing-tables .third-item {
  background-image: url(../images/third-plan-bg.png);
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin: 4rem auto;
  background: #1a1e30;
  padding: 4rem 0;
}

/* .subscribe .inner-content {
  background-image: url(../images/subscribe-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 0px;
  width: 100%;
  position: relative;
} */



.subscribe .inner-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

/* .subscribe .inner-content .subscribe1{
  width: 100%;
  height: 110px;
  border-radius: 70px;
  background-color: #fff;
  display: grid;
  place-content: center;
  text-align: center;
} */


.subscribe .inner-content .subscribe1 button {
  display: inline-block;
  background-color: #e20015;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-right: 10px;
  text-transform: capitalize;
  padding: 12px 20px;
  border-radius: 5px;
  letter-spacing: 0.25px;
  border: none;
  text-align: center;
  transition: all .3s;
}

.subscribe .inner-content .subscribe1 button:hover {
  background-color: #fff;
  color: #e20015 !important;
}


/* 
---------------------------------------------
Video
--------------------------------------------- 
*/

.our-videos .videos-left-dec img {
  width: 220px;
  height: 471px;
  left: 0;
  top: 120px;
  position: absolute;
}

.our-videos .videos-right-dec img {
  width: 730px;
  height: 523px;
  right: 0;
  top: 45px;
  position: absolute;
}

.our-videos {
  position: relative;
  margin-bottom: -30px;
  padding-top: 120px;
  margin-top: 0px;
}

.our-videos .naccs {
  position: relative;
}

.our-videos .naccs .menu div {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos .naccs .menu div {
  transition: all 0.3s;
}

.our-videos .naccs .menu div.active .thumb .inner-content {
  text-align: center;
  width: 100%;
  height: 100%;
  border-radius: 23px;
}

.our-videos .naccs .menu div.active .thumb .inner-content h4 {
  top: 40%;
  transform: translateY(-55%);
  position: relative;
}

.our-videos .naccs .menu div.active .thumb .inner-content span {
  display: block;
  position: relative;
  top: 55%;
  transform: translateY(-55%);
}

.our-videos ul.nacc {
  position: relative;
  min-height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li {
  opacity: 0;
  transform: translateX(-50px);
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.our-videos ul.nacc li.active {
  transition-delay: 0.3s;
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

.our-videos ul.nacc li {
  width: 100%;
}

.our-videos .nacc .thumb {
  position: relative;
  border-radius: 23px;
}

.our-videos .nacc .thumb iframe {
  border-radius: 23px;
  height: 675px;
}

.our-videos .nacc .thumb .overlay-effect {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  padding: 35px 30px;
  text-align: center;
}

.our-videos .nacc .thumb .overlay-effect h4 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.our-videos .nacc .thumb .overlay-effect span {
  font-size: 15px;
  color: #fff;
}

.our-videos .menu .thumb {
  position: relative;
}

.our-videos .menu .thumb .inner-content {
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-top-left-radius: 23px;
  border-bottom-right-radius: 23px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 30px;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all 0.3s;
}

.our-videos .menu .thumb .inner-content span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: none;
  transition: all 0.3s;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-dec img {
  position: absolute;
  z-index: 1;
  width: 459px;
  height: 702px;
  right: 0;
  bottom: -400px;
}

.contact-left-dec img {
  position: absolute;
  z-index: 1;
  width: 174px;
  height: 319px;
  left: 0;
  top: 120px;
}

/* .contact-us {
  z-index: 2;
  position: relative;
  padding-top: 120px;
  margin-top: 0px;
} */

.contact-us .section-heading h2 {
  margin-right: 100px;
  margin-bottom: 40px;
}

.contact-us #map iframe {
  border-radius: 23px;
  position: relative;
  z-index: 2;
}

.contact-us .info {
  margin-top: 30px;
  position: relative;
  z-index: 5;
  display: inline-flex;
}

.contact-us .info span {
  opacity: 1;
  display: inline-flex;
  margin-right: 30px;
}

.contact-us .info span i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background: rgb(255,104,95);
  background: linear-gradient(105deg, rgba(255,104,95,1) 0%, rgba(255,144,104,1) 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.contact-us .info span a {
  color: #e20419 ;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-transform: none;
}

.quoteModal .modal-content{
  background-image: url(../images/contact-form-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
 
  border-radius: 20px;
}

.quoteModal input {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}
.quoteModal select {
  width: 100%;
  height: 46px;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #9bdbf8;
  border-top: none;
  border-left: none;
  border-right: none;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 0px;
  margin-bottom: 35px;
}

.quoteModal input::placeholder {
  color: #afafaf;
}

.quoteModal button {
  display: inline-block;
  background-color: #e20015;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}
.quoteModal button.btn-close {
  letter-spacing: 0.25px;
  position: absolute;
  right: 26px;
  height: 30px;
  padding: 0;
  outline: 0 !important;z-index: 99;
}

.quoteModal button:hover {
  background-color: #142c85;
}


/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

.footer-dec {
  width: 100%;
  margin-top: 160px;
}

footer {
  margin-top: 2rem;
  z-index: 2;
  position: relative;
}

footer .footer-item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #b50516;
  margin-bottom: 30px;
}

footer .about .logo img {
  width: 89px;
}

footer .about a {
  color: #142c85;
  font-weight: 400;
}

footer .about ul {
  margin-top: 20px;
}

footer .about ul li {
  display: inline-block !important;
  margin-right: 5px;
}

footer .about ul li a {
  width: 32px;
  height: 32px;
  background-color: #e20015;
  color: #fff !important;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  font-size: 15px;
}

footer .about ul li a:hover {
  background-color: #142c85;
}

footer .footer-item ul li {
  display: block;
  margin-bottom: 3px;
}

footer .footer-item ul li:last-child {
  margin-bottom: 0px;
}

footer .footer-item ul li a {
  font-size: 13px;
  color: #0b1b59;
  transition: all .3s;
}

footer .footer-item ul li a:hover {
  color: #0f1f59;
  text-decoration: underline !important;
}

footer .footer-item p {
  font-size: 14px;
  color: #142c85;
  margin-top: -5px;
  font-weight: 500;
}
.footer-dec img{
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: -264px;
  z-index: -1;
  opacity: 0.40;
  height: 569px;
}

footer .footer-item form {
  background-color: #142c85;
  height: 46px;
  border-radius: 23px;
  position: relative;
  margin-top: 15px;
}

footer .footer-item form input {
  line-height: 46px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  padding: 0px 20px;
  outline: none;
}

footer .footer-item form input::placeholder {
  color: #fff;
}

footer .footer-item form button {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}

footer .copyright p {
  text-align: center;
  border-top: 1px solid #eee;
  color: #535252;
  margin-top: 50px;
  padding: 20px 0px;
  font-weight: 300;
}

footer .copyright p a {
  color: #e20015;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 1240px) {
  .main-banner::before {
    width: 640px;
    height: 526px;
  }

}

@media (max-width: 992px) {
  .main-banner::before {
    display: none;
  }
  .main-banner .item {
    margin-right: 0px;
  }
  .main-banner  {
    padding-bottom: 0px;
  }
  .about-us .section-heading h2 {
    margin-right: 0px;
  }
  .fact-item {
    text-align: center;
  }
  .fact-item .icon {
    margin: 0 auto;
  }
  .our-portfolio .section-heading h2,
  .pricing-tables .section-heading h2 {
    margin: 0px;
  }
  .pricing-tables .item {
    margin-bottom: 30px;
  }
  .subscribe .inner-content {
    padding: 60px 30px;
  }
  .our-videos ul.nacc {
    margin-bottom: 30px;
  }
  .our-videos .naccs .menu div img {
    border-radius: 50px;
  }
  .our-videos .menu .thumb .inner-content {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .contact-us .section-heading h2 {
    margin-right: 0px;
    text-align: center;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .our-videos .nacc .thumb iframe {
    height: 500px;
  }
  .quoteModal {
    margin-left: 0px;
    margin-top: 60px;
  }
  .quoteModal {
    padding: 45px 30px;
  }
  .footer-item {
    margin-bottom: 45px;
  }
  .subscribe-newsletters {
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .main-banner .item .down-buttons {
    display: inline-block;
  }
  .main-banner .item .down-buttons .main-blue-button {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main-banner .item .down-buttons .call-button a {
    margin-left: 0px;
  }
  .subscribe .inner-content:after {
    z-index: -1;
  }
  .subscribe .inner-content {
    padding: 60px 30px 100px 30px;
  }
  .subscribe .inner-content form input {
    width: 49%;
  }
  .subscribe .inner-content form button {
    width: 100%;
    background-color: #e20015;
    margin-top: 30px;
  }
  .our-videos ul.nacc li {
    transform: translateX(0px);
    transform: translateY(-50px);
  }
  .contact-left-dec {
    display: none;
  }
  .contact-us .info {
    display: inline-block;
  }
  .contact-us .info span {
    margin-bottom: 20px;
  }
}

.button-ser {text-decoration: double !important;
  color: #5a6fb3  !important;
  margin: 20px 0;
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 5px;
  text-align: left;
}

/* .testimonial {
  padding: 70px 30px 50px;
  margin: 50px 30px 30px;
  background-color: #0f121c;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  height: auto;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 15px;
  color: #000;
  line-height: 27px;
  margin: 0;
  position: relative;
}

.testimonial .title {
  display: inline-table;
  padding: 10px 0;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 700;
  color: #c7373c;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.testimonial .post {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  font-style: italic;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #c7373c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 479px) {
  .testimonial {
      padding: 70px 10px 30px;
  }
  .testimonial .description:before {
      top: -20px;
  }
  .testimonial .title {
      font-size: 12px;
  }
  .testimonial .post {
      font-size: 11px;
  }
}
.testimonialbg{
  margin-top: 120px;
  height: 600px;

}

.testimonialbg .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #c94145;
  border-radius: 50%;
}
.testimonialbg .carousel-indicators {
  bottom: -48px;
  z-index: 99;
}

.testimonialbg  .section-heading {
  text-align: center;
 } */
.count-box strong{   font-weight: 600; color: #e20015;}

.history{  
  /* background-image: linear-gradient(to right, #bf0a1b , #112981);  */
  margin: 100px 0; padding: 4rem 0;  position: relative; z-index: 2; }
  .history  .container{  max-width: 1400px;}
.pills-2016-tab, .pills-2017-tab, .pills-2018-tab, .pills-2019-tab, .pills-2020-tab,
.pills-2021-tab, .pills-2022-tab, .pills-2023-tab{position: relative;}
.pills-2016-tab::after, .pills-2017-tab::after, .pills-2018-tab::after, .pills-2019-tab::after,
.pills-2020-tab::after, .pills-2021-tab::after, .pills-2022-tab::after, .pills-2023-tab::after{
  position: absolute; content: "2016"; font-size: 150px;  color: #f4f4f4; height: 100px;
  top: 26%; left: 44%;  rotate: 450deg; opacity: 0.10;  font-family: "Montserrat", serif;
  font-weight: bold;}

.pills-2017-tab::after{content: "2017";}
.pills-2018-tab::after{content: "2018";}
.pills-2019-tab::after{content: "2019";}
.pills-2020-tab::after{content: "2020";}
.pills-2021-tab::after{content: "2021";}
.pills-2022-tab::after{content: "2022";}
.pills-2023-tab::after{content: "2023";}
.history .tab-pane{height: 450px;}

.tab-pane .col-md-7 .text-white{
  text-align: justify;
  letter-spacing: 0.50px;
  width: 600px;
  
}
.item1 {  background: url(../images/food.jpg) !important; }
.item2 {  background: url(../images/ecommerce.jpg) !important; }
.item3 {  background: url(../images/logistics.jpg) !important; }
.item4 {  background: url(../images/education.jpg) !important; }
.item5 {  background: url(../images/social-networking.jpg) !important; }
.item6 {  background: url(../images/travel.jpg) !important; }
.item7 {  background: url(../images/health.jpg) !important; }

.item8 {  background: url(../images/online-shopping.jpg) !important; }
.item9 {  background: url(../images/ecommerce.jpg) !important; }
.item10 {  background: url(../images/agriculture.jpg) !important; }
.tab-img16{box-shadow: 11px 7px 2px rgba(0,0,0,0.20);  border-radius: 30px;  overflow: hidden; width: 600px; height: 330px;}
.history .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #e30016;
}
.history .nav-pills .nav-link{padding: 5px 30px; color: #fff;}


.star-column {
  text-align: center;
}

.progress-column {
  flex: 1;
}

.star-rating {
  text-align: center;
}


.stars i {
  color: #e30016;
  font-size: 24px;
  transition: transform 0.3s ease;
}

.stars i:hover {
  transform: scale(1.2);
}

.number {
  font-size: 36px;
  font-weight: bold;
}

.cta-button {
  display: inline-block; 
  background-color: #112981;
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 5px;
  transition: background-color 0.8s ease;
}

.cta-button:hover {
  background-color: #e30016;
  transform: scale(1.2);
}

.review-category {
  margin-bottom: 20px;
}

.review-category h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.review-category p {
  font-size: 14px;
  margin-bottom: 5px;
}

.progress-bar {
  background-color: rgba(0, 0, 255, 0.3);
  border-radius: 10px;
  height: 12px;
  position: relative;
  overflow: hidden;
}

.filled-bar {
  height: 100%;
  border-radius: 10px;
}

.red-bar {
  background-color: #e30016;
}

.blue-bar {
  background-color: #112981;
}
.about-page{
/* background: url(../images/about-page.jpg); */
height: 400px;
position: relative;
width: 100%;
background-size: cover;
display: grid;
place-content: center;
background-repeat: no-repeat;
margin-bottom: 4rem;
background-position: bottom;
}
.about-page h2{
  font-size: 60px;
  color: #fff;
  text-shadow: 3px 4px 1px rgba(255,255,255,0.10);
  text-transform: uppercase;
}


  .footer-list li a i{}
  
  .dk-footer {
    padding: 30px 0 0;
    position: relative;
    z-index: 2;
    background-attachment: fixed !important;
    /* background: url("../images/footer.jpg") no-repeat center center; */
    background-size: cover;
    
   }
   .dk-footer .z-3{z-index: 100 !important;}
   .dk-footer:after {
    content: " "; background: rgb(7, 11, 23,0.9); position: absolute; height: 100%;
    width: 100%; z-index: 10; inset: 0;}
     
     
    .dk-footer .contact-icon i {
      font-size: 24px;
      top: -15px;
      position: relative;
      color:#007bff; }
  
 
    .dk-footer-box-info .footer-social-link h3 {
      color: #fff;
      font-size: 24px;
      margin-bottom: 25px; }
    .dk-footer-box-info .footer-social-link ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .dk-footer-box-info .footer-social-link li {
      display: inline-block; }
    .dk-footer-box-info .footer-social-link a i {
      display: block;
  width: 40px;
  height: 40px;
  border-radius: 1px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  margin-right: 5px;
  color: #f34152;
}
.dk-footer-box-info .footer-social-link a i:hover{color: #e20015;}
     
  
  
 
  
 
  
  .footer-widget li {
    margin-bottom: 10px; }
  
  .footer-widget p {
    margin-bottom: 27px; }
  
  .footer-widget a {
    color: #c8c8c8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; font-size: 14px;}
    
  .contact-info p, .col-md-4.footer-services li a{color: #c8c8c8 !important;
    font-size: 14px;
    margin-left: 20px;}
  .col-md-4.footer-services li a{
      margin-left: 0;}

    .contact-bg  .col-md-4 {
      flex: 0 0 auto;
      width: 25.333%;
      margin: 0 auto;
      padding: 1rem;
      /* background: rgba(0,0,0,0.10);
      border: 1px dashed rgba(255,255,255,0.20);
      border-radius: 5px; */
    }
  
  /* ==========================
  
      Contact
  
  =============================*/

  ul.custom-list li{list-style-type: none;}
ul.custom-list li::before {
    content: '➤'; 
    color: #fff; 
    font-size: 14px; 
    margin-right: 10px; 
}

ul.custom-list li a{font-size: 14px !important; color: #c8c8c8 !important;}  
.county-code li{display: inline-flex;
  box-sizing: content-box;
  color: #fff;
  padding: 1rem 1.60rem; 
 }
 
  .county-code li a{color: #878787; font-size: 14px;}
  .contact-info {color: #fff;  display: flex; margin-bottom: 1rem;}
    .contact-info i{
  width: 10px; font-size: 18px;
    }
    .contact-info h3 {
      font-size: 20px;
      color: #fff;
      margin-bottom: 0; }
  .county-bg{
  width: 100%;
  display: grid;
  place-content: center;
  border-top: 1px dashed rgba(255,255,255,0.10);
  margin: 2rem 0 1rem 0;
  border-bottom: 1px dashed rgba(255,255,255,0.10);
  }
 
    .copyright span,
    .copyright a {
      color: #878787;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .copyright a:hover {
      color:#007bff; }
  
  .copyright-menu ul {
    text-align: right;
    margin: 0; }
  
  .copyright-menu li {
    display: inline-block;
    padding-left: 20px; }
  
  .back-to-top {
    position: relative;
    z-index: 2; }
    .back-to-top .btn-dark {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      padding: 0;
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #2e2e2e;
      border-color: #2e2e2e;
      display: none;
      z-index: 999;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .back-to-top .btn-dark:hover {
        cursor: pointer;
        background: #FA6742;
        border-color: #FA6742; }
        .testimonial{
          text-align: center;
  color: #F2EFE8;
  margin: 80px 30px;
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
      }
     
      .testimonial {
        padding: 80px 0; margin-top: 3rem;
      }
      .sec-heading {
        margin-bottom: 60px;
      }
    
      .single-box {
        border: 1px solid rgba(255,255,255,0.20);
        padding: 20px;
        border-radius: 20px;
        background: #0f121c;
      }
      .img-area {
        margin: 45px 0 20px;
      }
      .single-box img {
        max-width: 100px;
        border-radius: 50%;
        margin: 0 auto
      }
      .single-box h4 {
        font-weight: 600;
        margin: 0;
        color: #fff;
        font-size: 20px;
      }
      .single-box h6{color: #939393;}
      .single-box {
        overflow: hidden
      }
      .single-box .img-area {
        width: 30%;
        float: left;
        margin: 0
      }
      .single-box .content {
        width: 100%;
        /* float: left; */
        padding-left: 10px;
        text-align: left;
      
      }
      .single-box p {
        margin: 10px 0 25px;
        line-height: 2.3;
      }
      .testi-carousel-three .single-box {
        border: 0;
        padding: 0 50px;
      }
      .testi-carousel .owl-dots, .clients-carousel .owl-dots, .testi-carousel-three .owl-dots {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -60px;
        text-align: center;
        width: 100%;
      }
      .testi-carousel .owl-dot, .clients-carousel .owl-dot, .testi-carousel-three .owl-dot {
        width: 16px;
        height: 16px;
        background-color: #ddd;
        display: inline-block;
        margin: 0 6px;
        text-align: center;
        border-radius: 50%;
      }
      .testi-carousel .owl-dot.active, .clients-carousel .owl-dot.active, .testi-carousel-three .owl-dot.active {
        background-color: #e20015;
      }
      @media only screen and (min-width: 360px) and (max-width: 479px) {
        .testimonial {
          padding: 70px 0 130px;
        }
      }
      @media only screen and (min-width: 320px) and (max-width: 359px) {
        .testimonial {
          padding: 70px 0 130px;
        }
        .single-box {
          padding: 50px 0 40px;
        }
        .single-box .img-area {
          width: 100%;
          float: none;
        }
        .single-box .content {
          width: 100%;
          float: none;
        }
      }
      
.testimonial p{
  color: #fff; height: 215px;
}
.review-columns {
  padding: 3rem;
  background: #000;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.2);
  color: #fff;
}  
.title {
      text-align: center;
      margin-bottom: 20px;
    }
    .timeline {
      position: relative;
    }
    .swiper-container {
      width: 100%;
      height: 500px;
    }
    .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .swiper-slide-content {
      background: rgba(0, 0, 0, 0.6);
      padding: 20px;
      border-radius: 10px;
      text-align: center;
      color: white;
      width: 80%;
    }
    .timeline-year {
      font-size: 24px;
      font-weight: bold;
    }
    .timeline-title {
      font-size: 20px;
      margin: 10px 0;
    }
    .timeline-text {
      font-size: 16px;
    }
    
    




    .title {
      font-size: 38px;
      color: #616161;
      font-style: italic;
      font-weight: 800;
    }
    
    .timeline {
      width: 80%; background: #180b46;
      margin: 4rem auto;
      border-radius: 20px;
      overflow: hidden;
    }
    .timeline .swiper-container {
      height: 600px;
      width: 100%;
      position: relative;
    }
    .timeline .swiper-wrapper {
      transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    }
    .timeline .swiper-slide {
      position: relative;
      color: #fff;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }
    .timeline .swiper-slide::after {
      content: "";
      position: absolute;
      z-index: 1;
      right: -115%;
      bottom: -10%;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
      border-radius: 100%;
    }
    .timeline .swiper-slide-content {
      position: absolute;
      text-align: center;
      width: 70%;
      max-width: 100%;
      right: 50%;
      top: 13%;
      transform: translate(50%, 0);
      font-size: 12px;
      z-index: 2;
    }
    .timeline .swiper-slide .timeline-year {
      display: block;
      font-style: italic;
      font-size: 42px;
      margin-bottom: 50px;
      transform: translate3d(20px, 0, 0);
      color: #d4a024;
      font-weight: 300;
      opacity: 0;
      transition: 0.2s ease 0.4s;
    }
    .timeline .swiper-slide .timeline-title {
      font-weight: 800;
      font-size: 34px;
      margin: 0 0 30px;
      opacity: 0;
      transform: translate3d(20px, 0, 0);
      transition: 0.2s ease 0.5s;
    }
    .timeline .swiper-slide .timeline-text {
      line-height: 1.5;
      opacity: 0;
      transform: translate3d(20px, 0, 0);
      transition: 0.2s ease 0.6s;
    }
    .timeline .swiper-slide-active .timeline-year {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: 0.4s ease 1.6s;
    }
    .timeline .swiper-slide-active .timeline-title {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: 0.4s ease 1.7s;
    }
    .timeline .swiper-slide-active .timeline-text {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: 0.4s ease 1.8s;
    }
    .timeline .swiper-pagination {
      right: 15% !important;
      height: 100%;
      display: none;
      flex-direction: column;
      justify-content: center;
      font-style: italic;
      font-weight: 300;
      font-size: 18px;
      z-index: 1;
    }
    .timeline .swiper-pagination::before {
      content: "";
      position: absolute;
      left: -30px;
      top: 0;
      height: 100%;
      width: 1px;
      background-color: rgba(255, 255, 255, 0.2);
    }
    .timeline .swiper-pagination-bullet {
      width: auto;
      height: auto;
      text-align: center;
      opacity: 1;
      background: transparent;
      color: #fff;;
      margin: 15px 0 !important;
      position: relative;
    }
    .timeline .swiper-pagination-bullet::before {
      content: "";
      position: absolute;
      top: 8px;
      left: -35.5px;
  width: 12px;
  height: 12px;
      border-radius: 100%;
      background-color: #fff;
      transform: scale(0);
      transition: 0.2s;
    }
    .timeline .swiper-pagination-bullet-active {
      color: #fff;
    }
    .timeline .swiper-pagination-bullet-active::before {
      transform: scale(1);
    }
    .timeline .swiper-button-next,
    .timeline .swiper-button-prev {
      background-size: 20px 20px;
      top: 15%;
      width: 20px;
      height: 20px;
      margin-top: 0;
      z-index: 2;
      transition: 0.2s;
    }
    .timeline .swiper-button-prev {
      left: 8%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }
    .timeline .swiper-button-prev:hover {
      transform: translateX(-3px);
    }
    .timeline .swiper-button-next {
      right: 8%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
    }
    .timeline .swiper-button-next:hover {
      transform: translateX(3px);
    }
    @media screen and (min-width: 768px) {
      .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
      }
      .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 70%;
        font-size: 11px;
        text-align: left;
      }
      .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
      }
      .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
      }
      .timeline .swiper-pagination {
        display: flex;
      }
      .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
      }
      .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
      }
      .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
      }
      .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
      }
    }
    @media screen and (min-width: 1024px) {
      .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
      }
      .timeline .swiper-slide-content {
        right: 25%;
      }
    }
    .timeline .swiper-slide .timeline-title {
      font-size: 20px;
      margin-bottom: 20px;
    }     
    
    
    .social-media-flex {
      display: flex;
    }
    .social-media-flex-justify-content {
      justify-content: center;
    }
    .social-media-flex-align-items {
      align-items: center;
    }
    
    .social-media-grid {
      display: grid;
    }
    .social-media-grid-gap {
      grid-gap: 0.5em;
    }
    
    .main-container-social {
      position: fixed;
      bottom: 1em;
      right: 1em;
    }
    
    


  .projcard-container {
    margin: 50px 0;
  }
  
  /* Actual Code: */
  .projcard-container,
  .projcard-container * {
    box-sizing: border-box;
  }
  .projcard-container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: 10rem;
  }
  .projcard {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  border-radius: 10px;
  background-color: #000;
  font-size: 18px;
  overflow: hidden;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.2);
  color: #fff;
  }
  .projcard:hover {
    box-shadow: 0 34px 32px -33px rgba(0, 0, 0, .18);
    transform: translate(0px, -3px);
  }
  .projcard::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, transparent 50%);
    opacity: 0.07;
  }
  .projcard:nth-child(2n)::before {
    background-image: linear-gradient(-250deg, #424242, transparent 50%);
  }
  .projcard-innerbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .projcard-img {
    position: absolute;
    height: 300px;
    width: 400px;
    top: 0;
    left: 0;
    transition: transform 0.2s ease;
  }
  .projcard:nth-child(2n) .projcard-img {
    left: initial;
    right: 0;
  }
  .projcard:hover .projcard-img {
    transform: scale(1.05) rotate(1deg);
  }
  .projcard:hover .projcard-bar {
    width: 70px;
  }
  .projcard-textbox {
    position: absolute;
    top: 7%;
    bottom: 7%;
    left: 430px;
    width: calc(100% - 470px);
    font-size: 17px;
  }
  .projcard:nth-child(2n) .projcard-textbox {
    left: initial;
    right: 430px;
  }
  .projcard-textbox::before,
  .projcard-textbox::after {
    content: "";
    position: absolute;
    display: block;
    background: #ff0000bb;
    background: #000204;
    top: -20%;
    left: -55px;
    height: 140%;
    width: 60px;
    transform: rotate(8deg);
  }
  .projcard:nth-child(2n) .projcard-textbox::before {
    display: none;
  }
  .projcard-textbox::after {
    display: none;
    left: initial;
    right: -55px;
  }
  .projcard:nth-child(2n) .projcard-textbox::after {
    display: block;
  }
  .projcard-textbox * {
    position: relative;
  }
  .projcard-title {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    font-size: 24px;
  }
  .projcard-subtitle {
    font-family: 'Voces', 'Open Sans', arial, sans-serif;
    color: #888;
  }
  .projcard-bar {
    left: -2px;
    width: 50px;
    height: 5px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
  }
  .projcard-blue .projcard-bar { background-color: #0088FF; }
  .projcard-blue::before { background-image: linear-gradient(-70deg, #0088FF, transparent 50%); }
  .projcard-blue:nth-child(2n)::before { background-image: linear-gradient(-250deg, #0088FF, transparent 50%); }
  .projcard-red .projcard-bar { background-color: #D62F1F; }
  .projcard-red::before { background-image: linear-gradient(-70deg, #D62F1F, transparent 50%); }
  .projcard-red:nth-child(2n)::before { background-image: linear-gradient(-250deg, #D62F1F, transparent 50%); }
  .projcard-green .projcard-bar { background-color: #042564; }
  .projcard-green::before { background-image: linear-gradient(-70deg, #042564, transparent 50%); }
  .projcard-green:nth-child(2n)::before { background-image: linear-gradient(-250deg, #042564, transparent 50%); }
  
  .projcard-description {
    z-index: 10;
    font-size: 15px;
    color: #848383;
    height: 125px;
    text-overflow: ellipsis;
  }
  .projcard-tagbox {
    position: absolute;
    bottom: 3%;
    font-size: 14px;
    cursor: default;
    user-select: none;
    pointer-events: none;
  }
  .projcard-tag {
    display: inline-block;
    background: #E0E0E0;
    color: #777;
    border-radius: 3px 0 0 3px;
    line-height: 26px;
    padding: 0 10px 0 23px;
    position: relative;
    margin-right: 20px;
    cursor: default;
    user-select: none;
    transition: color 0.2s;
  }
  .projcard-tag::before {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    height: 6px;
    left: 10px;
    width: 6px;
    top: 10px;
  }
  .projcard-tag::after {
    content: '';
    position: absolute;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #E0E0E0;
    border-top: 13px solid transparent;
    right: -10px;
    top: 0;
  }
  .our-portfolio1 .item{
  position: relative;
  border: 1px solid aliceblue;
  border-radius: 20px;
  padding: 1rem;
  }
  .our-portfolio1 .item:hover{
    background: #fff; color: #000;
  }
 
  .our-portfolio1 .item p{ color: #7d7c7c;  }
  .our-portfolio1 .item{ 
  border: 0;  background: #000 !important;  border: 1px solid rgb(28, 40, 83);  height: 450px; 
transition: 0.50s;}
  .our-portfolio1 .owl-portfolio .owl-nav { top: 92%; }
  .our-portfolio1 .owl-carousel{  padding: 1rem 0 !important;  }
  .our-portfolio1 .item h3{ color: #4a61b3;  font-size: 22px; margin: 1rem 0; }

  .our-portfolio1 .item:hover{ background: #fff !important;    border-bottom:5px solid #4a61b3 !important; margin-top: -1rem; 
 }
 

.section-services .header-section {
	margin-bottom: 35px;
}

.section-services .header-section .title {
	position: relative;
	margin-bottom: 40px;
	padding-bottom: 25px;
	text-transform: uppercase;
	font-weight: 700;
        margin-top: 12rem;
}

.section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 140px;
	height: 1px;
	background-color: #e20015;
}

.section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background-color: #e20015;
}

.section-services .header-section .title span {
	color: #e20015;
}

.section-services .header-section .description {
	color: #6f6f71;
}

.section-services .single-service {
	margin-top: 40px;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0px 0px 11px rgba(255, 255, 255, 0.2);
  transition: 0.80s;
}

.section-services .single-service .part-1 {
	padding: 20px;
  text-align: left;
  display: flex;
  gap: 20px;
  height: 89px;
}

.section-services .single-service .part-1 i {
	margin-bottom: 25px;
	font-size: 50px;
	color: #e20015;
}

.section-services .single-service .part-1 .title {
	font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8em;
  color: #8a8a8a;
  margin-bottom: 0;
}

.section-services .single-service .part-2 {
	padding: 0 20px 20px 20px;
  text-align: left;
}
.section-services .single-service:hover{
  background: #fff;
}
.section-services .single-service .part-2 .description {
	margin-bottom: 22px;
	color: #6f6f71;
	font-size: 14px;
	line-height: 1.8em;
}

.section-services .single-service .part-2 a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.section-services .single-service .part-2 a i {
	margin-right: 10px;
	color: #e20015;
}


.creative-section {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Heading */
.heading-wrapper h2 {
  font-size: 2.5rem;
  color: #ffffff;
 
}

.heading-wrapper h2 span {
  color: #4a61b3;
  font-weight: bold;
}
.heading-wrapper1 h2 span {
  color: #e20015;
}

.heading-wrapper ol, .heading-wrapper ul, .content-wrapper ol, .content-wrapper ul{
 
  color: #bec9f2;
  list-style-type: disc !important;
  margin: 1rem;
}
.heading-wrapper1 ol, .heading-wrapper ul{
  color: #f0cccf;
}
.heading-wrapper ol li, .heading-wrapper ul li{
  list-style-type: disc !important;
}
.text-purple { color: #e20015; }

/* Content Wrapper */
.content-wrapper h4 {
  font-size: 1.5rem;
  color: #4a61b3;
}

/* Image and Icons */
.icon-image-section {
  text-align: center;
  margin-top: 30px;
}

.custom-image {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.icon-container i {
  font-size: 3rem;
  margin: 20px;
  color: #4a61b3;
}


 .creative-section {
  background: linear-gradient(145deg, #0c0f17, #1a1513);
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 60px;
}
.animated-btn {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  transition: color 0.4s ease;
  margin: 20px 0;
}

.animated-btn::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #525252; /* Border color on hover */
  transition: width 0.4s ease; /* Animation for border */
}

.animated-btn:hover::after {
  width: 100%; /* Border expands fully on hover */
}

.animated-btn:hover {
  color: #333; /* Text color remains the same */
}

.animated-btn img {
  width: 18px;
  margin-right: 10px;
  transition: transform 0.3s ease; /* Smooth icon transition */
}

.animated-btn:hover img {
  transform: translateX(5px); /
}
.logo-bg .owl-dots{display: none;}
.styled-heading {
  font-size: 40px; 
  font-weight: 700; 
  color: #161616; 
  line-height: 1.5; 
  padding-bottom: 10px; 
  display: inline-block; 
 
}
.abt-sction p{
  margin: 10px 0 0 0;
  line-height: 33px;
}


.hire-rating{margin: 3rem 0;
  min-height: 500px;
 place-content: center;
  display: grid;
  background: #070a15; 
  position: relative; overflow: hidden;
}
/* .hire-rating::after{
  position: absolute;
  background: linear-gradient(90deg, rgba(16, 42, 131, 0.4), rgba(227, 0, 22, 0.4)); height: 100%; width: 100%;
  content: " "; inset: 0; display: grid;
  
} */
.hire-rating .row{
  position: relative; z-index: 10;
}
.hire-rating .row .col-md-4{
  width: 20%;
}
.header-area.header-sticky.scrolled {
 background: #fff !important;
  box-shadow: -1px -1px 7px rgba(255, 255, 255, 0.8);
}
.nav-link.scrolled {
  color: black;
}
.services1 .icon img{max-width: 100%; height: auto;}
.services1 .nav-tabs{ border-bottom: 0;
  width: 60%;
  padding: 0 0 0 2rem;
}


.services1 .tab-content{
  width: 40%;
}
.stat-valuebg1 .stat-valuebg{margin-right: -18px;} 
.stat-valuebg1 .stat-value, .why-choose-us1 .stat-value{ font-size: 20px;}

#why-choose-us .stat-valuebg1 .why-choose-1 { background: rgb(130, 6, 17);}
.stat-valuebg1 .stat-value { color: rgb(13, 28, 79); }
.why-choose-us .stat-valuebg1 .stat-valuebg .stats-card:nth-child(n)::after {
  right: 0 !important;
  left: inherit !important;
  color: rgb(130, 6, 17,0.20) !important;
  background: rgb(130, 6, 17);
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius:0 !important;
  border-bottom-right-radius:0 !important;
}

.stat-valuebg1 .stats-card.p-4 {  border: 1px dashed rgb(130, 6, 17,0.20);}
.services1 .nav-item {
  width: 33%;
  position: relative;
  background: #fff; 
  background-size: cover !important; 
  background-position: center !important; 
  background-repeat: no-repeat !important; 
  box-shadow: 4px 2px 11px rgba(0,0,0,0.20); overflow: hidden;
  display: grid;
  place-content: center;
  border: 2px solid #fff;
}
.services1 .nav-item::after{content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.70);
  inset: 0;
}
.services1 ul.nav-tabs li:nth-child(1){  background-image: url(../images/mobile-appdevelopment.jpg); }
.services1 ul.nav-tabs li:nth-child(2){  background-image: url(../images/iot.jpg); }
.services1 ul.nav-tabs li:nth-child(3){  background-image: url(../images/softwere-dev.jpg); }
.services1 ul.nav-tabs li:nth-child(4){  background-image: url(../images/ai.jpg); }
.services1 ul.nav-tabs li:nth-child(5){  background-image: url(../images/digital-marketing.jpg); }
.services1 ul.nav-tabs li:nth-child(6){  background-image: url(../images/uiux.jpg); }

.services1 .nav-link{
  height: 250px;
  display: grid;
  place-content: center; position: relative;
  z-index: 10; color:rgba(255,255,255,0.40);  font-weight: bold;font-size: 22px;
}
.services1 .nav-item {
  position: relative;

  transition: all 0.4s ease-in-out; 
}

.services1 .nav-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgb(238, 238, 238); 

  transform: scale(0); 
  transition: transform 0.5s ease-in-out; 
}

.services1 .nav-item:hover::before, 
.services1 .nav-item.active::before {
  transform: scale(1); /* On hover/active, scale to full size */
}

.nav-tabs .nav-link, .nav-tabs .nav-link.active,  .nav-tabs .nav-link:hover {
  border: 0 !important;
  background: transparent;
}
 .nav-tabs .nav-link.active img,  .nav-tabs .nav-link:hover img{
  filter: brightness(0) invert(1);
}
.nav-tabs .nav-link.active,  .nav-tabs .nav-link:hover {
  border: 0 !important;
  background: transparent;
  color: #fff;
}



.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  border: none !important;}
  .rank{
    width: 82%;
    height: auto;
    background: url(../images/rank5.jpg);
    margin: 3rem auto;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat; 
  }
  .right-border{border-right: 1px dashed rgba(255, 255, 255, .20);}
  .left-border{border-left: 1px dashed rgba(255, 255, 255, .20);}
  .bottom-border{border-bottom: 1px dashed rgba(255, 255, 255, .20);}
  /* .rank .col-md-4{border-right: 1px dashed rgba(255, 255, 255, .20);} */
  .space{padding: 3rem;  margin: 3rem;}
  .no-one{  padding: 2rem; color: #fff;  text-align: center; }
  .img-space{
    margin: 3rem auto;
  text-align: center;
  }
.logo-card{
  padding: 1rem;
  margin: 0 0 3rem 0;
  box-shadow: 9px 4px 10px rgba(0,0,0,0.20);
}
  .logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    /* -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 15%, #000 85%, rgba(0, 0, 0, 0) 100%); */
  }
  
  .logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 80s linear infinite;
  }
  
  .logos-slider-container img {
    width: 200px;
    max-width: 200px;
  }
  
  @keyframes slide {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }
  .development-expertise .card {
    background:transparent;
    border-radius: 0;
    padding: 20px;
    margin: 15px;
    width: 100%;
    border: 0;
    position: relative;
    overflow: hidden;
    transition: 1s;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.20);
  padding: 2rem;
  display: grid;
  align-items: center;
  justify-content: space-between; height: 377px;

  }
  .hire-now-box .animated-btn img {
    filter: brightness(20);
  }

  /* .development-expertise .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  } */
  .development-expertise .card i{position: relative;
    font-size: 35px;
    width: 90px;
    height: 79px;
    background: #0f2782;
    display: grid;
    place-content: center;
    color: #fff;
    border-radius: 2px;
    /* left: 69% !important; */ margin-top: 20px;
  }
 
  .development-expertise .card a{
    position: relative;
    top: 20px;
    background: #0e1a41;
    height: 60px;
    width: 60px;
    left: 76%;
    line-height: 78px;
    text-align: center;}
    .development-expertise .card:hover{
      background: #0e1a41; color: #fff; background-position:bottom;
    }
    .development-expertise .card:hover i{transform: rotate(50deg); 
      transition: transform 0.3s ease-in-out;}
    
    .development-expertise .card:hover p, .development-expertise .card:hover h3{
       color: #2a2a2a;
    }
   
  .development-expertise .card a::after {
    content: "\2192";
    position: absolute;
    left: 0;
    bottom: -4px;
    font-size: 35px;
    color: #e6e6e6;
    right: 0;
    margin: 0 auto;
  }

  .development-expertise .card h3 {
    font-size: 19px;
    font-weight: 600;
    color: #333;
  }

  .development-expertise .card p {
    font-size: 16px;
    color: #777;
  }

  .development-expertise .color-stip-1 {
    width: 80%;
    height: 5px;
    background-color: #C599B6;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .development-expertise .color-stip-2 {
    width: 80%;
    height: 5px;
    background-color: #E6B2BA;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .development-expertise .color-stip-3 {
    width: 80%;
    height: 5px;
    background-color: #FAD0C4;
    position: absolute;
    top: 0;
    left: 10px;
  }

  .color-bg .col-md-4 .card1:hover, .development-expertise .card1 a   {
    background-color: #C599B6;
}
.color-bg .col-md-4 .card2:hover, .development-expertise .card2 a   {
  background-color: #E6B2BA;
}
.color-bg .col-md-4 .card3:hover, .development-expertise .card3 a   {
  background-color: #FAD0C4;
}


  .development-expertise .explore-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: transform 0.3s ease;
  }

  .development-expertise .explore-btn img {
    width: 30px;
    transition: transform 0.3s ease;
  }

  .development-expertise .card:hover .explore-btn img {
    transform: scale(1.2);
  }

  /* Animation on hover */
  .development-expertise .card:hover .color-stip-1 {
    animation: slideIn 0.5s forwards;
  }

  .development-expertise .card:hover .color-stip-2 {
    animation: slideIn 0.5s forwards;
  }

  .development-expertise .card:hover .color-stip-3 {
    animation: slideIn 0.5s forwards;
  }

  @keyframes slideIn {
    from {
      width: 0;
    }
    to {
      width: 100%;
    }
  }
#portfolio,  .development-expertise {
  margin: 5rem 0;
}

.project-bg .container {
  position: relative;
  overflow: hidden;
  margin: 3rem auto; max-width: 100%;
}


.slider {
  display: flex;
  width: 500%;
  height: auto;
  transition: all 0.25s ease-in;
  transform: translateX(0); height: 40rem;
}

.slider .box {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 650px) {
  .slider .box {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.slider .box .bg {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 55%;
  transform: skewX(7deg);
  position: absolute;
  height: 100%;
  left: -10%;
  padding-left: 20rem;
  transform-origin: 0 100%;
}

.slider .box .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: inherit;
  pointer-events: none;
  transform: skewX(10deg);
}
@media only screen and (max-width: 650px) {
  .slider .box .bg::before {
    width: 120%;
    bottom: 0;
    transform: skewX(0deg);
  }
}
.slider .box .details {
  padding: 5rem;
  padding-left: 10rem;
  z-index: 100;
  grid-column: 1/span 1;
  grid-row: 1/-1;
}
@media only screen and (max-width: 650px) {
  .slider .box .details {
    grid-row: 2/span 1;
    grid-column: 1/-1;
    text-align: center;
    padding: 2rem;
    transform: translateY(-9rem);
  }
}
.slider .box .details h2 {
  font-size: 3.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem; color: #fff;
}
.slider .box .details p {
  display: inline-block;
  font-size: 1.3rem;
  color: #B5B4B4;
  margin-bottom: 2rem;
  margin-right: 5rem;
}
@media only screen and (max-width: 800px) {
  .slider .box .details p {
    margin-right: 0;
  }
}
.slider .box .details button {
  padding: 1rem 3rem;
  color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  transition: 2s;
}
.slider .box .details button:hover {
  opacity: 0.8;
}
.slider .box .details button:focus {
  outline: none;
  border: none;
}
.slider .box1 {
  background-color: #100b4b;
}
.slider .box1 .illustration .inner {
  background-color: #201967;
}
.slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
  background-color: rgba(33, 31, 182, 0.4);
}
.slider .box1 button {
  background-color: #01bfdd;
}

.slider .box2 {
  background-color: #1D3081;
}
.slider .box2 .illustration .inner {
  background-color: #3551CA;
}
.slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
  background-color: rgba(55, 57, 197, 0.4);
}
.slider .box2 button {
  background-color: #83bb3a;
}
.slider .box3 {
  background-color: #2f2f2f;
}
.slider .box3 .illustration .inner {
  background-color: #4d4c4c;
}
.slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
  background-color: rgba(107, 107, 107, 0.4);
}
.slider .box3 button {
  background-color: #fff;
}
.slider .box4 {
  background-color: #053768;
}
.slider .box4 .illustration .inner {
  background-color: rgb(43, 121, 196);
}
.slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
  background-color: rgba(85, 162, 233, 0.4);
}
.slider .box4 button {
  background-color: #dcb371;
}
.slider .box5 {
  background-color: #073513;
}
.slider .box5 .illustration .inner {
  background-color: #014412;
}
.slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
  background-color: rgba(33, 87, 2, 0.4);
}
.slider .box5 button {
  background-color: #71f75f;
}

.slider .illustration {
  grid-column: 2/-1;
  grid-row: 1/-1;
  justify-self: center;
}
.slider .portflolio-img {width: 500px;
  margin-left: -20rem;
  position: absolute;
  z-index: 99;
  right: 300px;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 650px) {
  .slider .illustration {
    grid-row: 1/span 1;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.slider .illustration div {
  height: 25rem;
  width: 18rem;
  border-radius: 3rem;
  background-color: #FF0077;
  position: relative;
  transform: skewX(-10deg);
}
@media only screen and (max-width: 800px) {
  .slider .illustration div {
    height: 10rem;
    width: 5rem;
  }
}
.slider .illustration div::after, .slider .illustration div::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  top: 0;
  left: 0;
}
.slider .illustration div::after {
  transform: translate(4rem, -1rem);
}
.slider .illustration div::before {
  transform: translate(2rem, -2rem);
}

.prev,
.next,
.trail {
  z-index: 10000;
  position: absolute;
}

.prev,
.next {
  width: 4rem;
  cursor: pointer;
  opacity: 0.2;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 650px) {
  .prev,
.next {
    display: none;
  }
}
.prev:hover,
.next:hover {
  opacity: 1;
}

.prev {
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}

.next {
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.trail {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  text-align: center;
  font-size: 1.5rem; visibility: hidden;
}
@media only screen and (max-width: 650px) {
  .trail {
    width: 90%;
    bottom: 13%;
  }
}
.trail div {
  padding: 2rem;
  border-top: 3px solid #fff;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.trail div:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 650px) {
  .trail div {
    padding: 1rem;
  }
}

.active {
  opacity: 1 !important;
}



.testimonial2 .item {
  padding: 2rem 1rem;
  box-shadow: 2px 3px 10px rgb(14, 41, 130,0.30);
  box-sizing: border-box;
  border-radius: 5px;
  height: 320px;
  position: relative;
  margin: 1rem auto;
  background: #fff;
}
.testimonial2 .item::after{
  position: absolute;
  content: " ";
  background: url(../images/icons/quote.png);
 background-position: 100% 50%;
  z-index: 100;
  background-repeat: no-repeat;
  opacity: 0.10;
  left: 0; right: 0; margin: 0 auto; height: 300px;
  top: 90px;
}
.testimonial2 .item p{
  height: 210px;
  color: #111;
  font-size: 16px;
}
.testimonial2 h5{font-size: 18px;}
.testimonial2 .owl-nav {
  top: -50px;
}
.testimonial2 .subtitle{font-size: 14px; color: rgba(0, 0, 0, 0.5);}
.testimonial2 .owl-dots{display: none;}

.services-section {
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  border-radius: 20px;
  max-width: 600px;
  margin: auto;
  padding: 2rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1); height: 620px;
}

.services-section h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color: #333;
  margin-bottom: 1rem;
}

.services-section p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}


.services1.space-margin .section-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}

.services-list {
  list-style-type: none;
  padding: 0;
}

.services-list li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-list li i {
  color: #28a745;
  margin-right: 10px;
  font-size: 18px;
}

.services-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.services-list1 li{padding: 5px;}
.space-margin{margin: 6rem 0;}


.services-banner {
  background-image: url('../images/services-bg.jpg');
  background-size: cover;
  background-position: center;
  height: 400px;
  display: grid;
  place-content: center;
  color: #fff; position: relative; background-attachment: fixed;
}
.services-banner::after,  .web-developmet-page .hire-rating::after, 
.tech-tab-bg:after, .fix-cost::after{position: absolute;
  content: " ";
  inset: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;} 

  .srv-logo{text-align: center;
    margin: 2rem auto;}
  .srv-logo img{width: 16.66% !important;
    border: 1px dashed rgba(0,0,0,0.1);
    text-align: center;
    background: #fff;
    padding: 0.50rem;}
.web-developmet-page .slider-content {
  position: static !important;
  top: 0;
}

.web-developmet-page .hire-rating .row {
  position: static !important;
}
.web-developer {
  font-size: 5rem;
  color: transparent;
  -webkit-text-stroke: 0.30px #fff;
  font-weight: bold;
  letter-spacing: 2px;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  text-shadow: 1px 4px 0px rgba(0,0,0,0.20);
}
.hire-dedicated-page .hire-rating::after {
  background: rgba(2, 2, 51, 0.8);
}
.hire-dedicated-page .hire-rating .row .col-md-4 {
  width: 33%;
}
.hire-dedicated-page .card-title {
  color: #fff; font-size: 18px; margin-bottom: 20px;
}
.hire-dedicated-page .engagement-modal .card-text {
  color: #fff;
  font-size: 16;
  margin-bottom: 20px;
}
.well-tested-section .col-md-3 {
  margin: 0.50rem;
  height: 144px;
  width: 23%;
  color: #121f4d;
  font-size: 18px;
  place-content: center;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 4px 8px rgba(0,0,0,0.10);
  background: #fff; border-radius: 10px;
  text-align: left !important;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.well-tested-section .col-md-3:hover{background: #eccece;  transform: scale(1.05);}

.well-tested-section .col-md-3 i {
  font-size: 40px;
  position: absolute;
  background: #eccece;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  left: -32px;
  top: -33%;
  display: grid;
  place-content: end;
}
.well-tested-section .col-md-3 h4 {
  font-size: 18px;
  margin-top: 19px;
  font-weight: 500;
}

  .web-developmet-page .hire-rating {
    min-height: 400px;
    background-image: url('../images/web-development-bg.jpg');
    background-size: cover;
    background-position: center;
    display: grid;
    place-content: center;
    color: #fff;
    position: relative;
    background-attachment: fixed;
  }
.web-developmet-page .hire-rating  .header-text h6{
  font-size: 2rem;
  margin-bottom: 20px !important;
}
.web-developmet-page .hire-now-box {
  background: url(../images/patten-bg.png) rgba(255,255,255,0.10) center / cover no-repeat;
  backdrop-filter: blur(5px);

}
.web-developer-bg{display: grid; place-content: center;}

.web-developmet-page .owl-carousel .owl-nav.disabled, .web-developmet-page .owl-carousel .owl-dots.disabled {
  display: block !important;
  position: absolute;
  font-size: 50px; display: flex; gap: 20px;
}

.web-developmet-page  .owl-nav button.owl-prev, .web-developmet-page  .owl-nav button.owl-next {
  margin-left: 20px;
  height: 40px;
  width: 40px;
}
.z-100{z-index: 50;}
.history-area {
  background: #f7f9fb;
      padding: 100px 0;
    position: relative;
    min-height: 100vh;
}

.slider-container {
  width: 50%;
  height: 300px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  color: #000;
  position: absolute;
  right: 97px;
  padding: 2rem;
  background: rgba(255,255,255);
  color: #000;
  top: 13%;
  /* backdrop-filter: blur(10px);
  background: url(../images/patten-bg.png) rgba(255,255,255,0.40) center / cover no-repeat; */
}
.slider-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}
/* Individual Slide */
.slide {
  min-height: 300px;
  padding: 30px;
  display: flex;
  color: #fff;
  position: relative;
}
.slide h4 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #131313;

}
.slide p {
  font-size: 16px;
  color: #131313;
}
.slider-nav {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
right: 6px; display: flex; gap: 6px; 
}
.slider-nav button {
  color: #a0051d;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: grid;
  place-content: center;
  background: transparent;
  border: 0;
}



.service-section.rank .slide i {
    font-size: 56px;
    color: #e20014;
  }
.icon-bg{}
.service-section.rank{position: relative; width: 100% ; border-radius: 0; overflow: hidden; background: #081233;}
.service-section.rank .red-bg{
padding: 3rem !important;
  display: grid;
  place-content: center;
  background: #000;
  background: url(../images/patten-bg.png) rgb(226, 0, 20,0.70) center / cover no-repeat;
  height: 400px !important;
}
.core-bg {
  width: 70%;
  margin: 0 auto;
}
.core-bg h3{
font-size: 40px; 
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
  padding-bottom: 10px;
  display: inline-block;
}
.service-section.rank::after{

}

.business-centric .section-title {
  text-align: center;
  padding: 60px 0;
  color: #333;
  font-size: 36px;
  font-weight: bold;
}
.business-centric .service-card {
  border: 0;
}

.business-centric .card-header {
  padding: 15px;
  font-size: 24px;
  background: transparent;
  border: 0;
}
.business-centric .card-body {
  padding: 20px; position: relative;
}
.business-centric .card-body p {
  color: #555;
  font-size: 16px;
}
.business-centric .card-body ul {
  list-style: none;
  padding-left: 0;
}
.business-centric .card-body ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.business-centric .card-body ul li:before {
  content: '✓';
  color: #007bff;
  position: absolute;
  left: 0;
  top: 0;
}
.business-centric .col-md-6.col-lg-4{width: 50%;}
.border-business{position: relative;}

.border-business::after, .border-business1::after{
  position: absolute;
  content: " ";
  height: 70vh;
  border-right: 1px dashed rgba(0,0,0,0.40);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  top: 6%;
  bottom: 0;
}
/* .business-bg .col-md-6.col-lg-4:nth-child(1) .card-header{background-color: #0d1c4f;}
.business-bg .col-md-6.col-lg-4:nth-child(2) .card-header{background-color: #6F010A;}
.business-bg .col-md-6.col-lg-4:nth-child(3) .card-header{background-color: #3E58AE;}
.business-bg .col-md-6.col-lg-4:nth-child(4) .card-header{background-color: #a0051d;} */
.business-bg { padding: 3rem;
  margin: 3rem;
  border-radius: 10px;
 position: relative; overflow: hidden;}

.business-bg::after {
  position: absolute !important;
  content: "Acme";
  z-index: 90 !important;
  top: 52px !important;
  right: 20px;
  font-size: 250px !important;
  color: rgba(248, 95, 108, 0.1);
  font-weight: bold !important;
  left: 233px;
  margin: 0 auto;
 
}
/* .business-bg .col-md-6.col-lg-4:nth-child(2) .card-body::after{
  content: "C" !important;
}
.business-bg .col-md-6.col-lg-4:nth-child(3) .card-body::after{
  content: "M" !important;
}
.business-bg .col-md-6.col-lg-4:nth-child(4) .card-body::after{
  content: "E" !important;
} */
.tech-tab-bg .tabs-container {
  padding: 1rem;
  width: 1320px;
  margin: 0 auto;
}

.tech-tab-bg .tabs {
  margin-bottom: 20px;
  background: rgba(0,0,0,0.20) !important;
  color: #fff;
  backdrop-filter: blur(5px);
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}

.tech-tab-bg .tab-item {
  padding: 15px 20px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  transition: 0.3s;
}

.tech-tab-bg .tab-item.active {
  background-color: rgba(255,255,255,0.20);
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 5px 15px !important;
}

.tech-tab-bg .tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab-content ul {
  list-style-type: none;
  padding: 10px;
}

.tech-tab-bg .tab-content ul li {
  margin-bottom: 15px;
  font-size: 16px;
  display: list-item;
  background: rgba(0,0,0,0.20);
  padding: 1rem;
}

.tab-content ul li i {
  margin-right: 10px;
  color: #28a745;
  font-size: 1.5em;
}
.content-bgtab{
  padding: 2rem;
  background: rgba(0,0,0,0.20) !important;
  color: #fff;
  backdrop-filter: blur(5px);
  text-align: center;
  margin: 0 auto;
  height: 270px;
  width: 100%;

}
.tech-tab-b .tabs{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 40px;
  background: rgba(0,0,0,.20) !important;
  border: 1px solid rgba(255,255,255,0.20);
  color: #fff;
  backdrop-filter: blur(10px);
}
.tech-tab-bg{
  background: url(../images/tech-bg.jpg);

  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  position: relative;
  background-attachment: fixed;
  padding: 2rem;
}
.tec-tab1 i{font-size: 30px;}
.tec-tab1 {
  width: 23%;
  border: 1px dashed rgba(255,255,255,0.20);
  box-sizing: border-box;
  padding: 1rem;
  float: left;
  margin: 1%;
}
#why-choose-us h2{
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding-bottom: 10px;
  display: inline-block;
}
#why-choose-us{margin: 2rem 0; padding: 2rem;}
#why-choose-us .why-choose-1{
padding: 2rem;
  background: #0d1c4f;
  border-radius: 10px;
  color: #fff; display: grid;
  place-content: center;
}
.stats-card.p-4 {
  margin: 1rem 0;
  margin-left: 0px;
border: 1px dashed rgb(13, 28, 79,0.20);
margin-left: -30px;
position: relative;
text-align: center;
height: 88px;
display: grid;
place-content: center;
padding: 0 7rem !important;
}
/* .why-choose-us .col-md-6.mb-4 .stats-card.p-4{position: relative;}
.why-choose-us .col-md-6.mb-4 .stat-valuebg .stats-card:nth-child(1):after,
.why-choose-us .col-md-6.mb-4 .stat-valuebg .stats-card:nth-child(2):after,
.why-choose-us .col-md-6.mb-4 .stat-valuebg .stats-card:nth-child(3):after,
.why-choose-us .col-md-6.mb-4 .stat-valuebg .stats-card:nth-child(4):after{
  position: absolute !important;
  content: "1";
  top: 0 !important;
  right: 30px !important;
  font-size: 60px !important;
  font-weight: bold !important;
  color: rgba(13, 28, 79, 0.1) !important;
}
.why-choose-us .col-md-6.mb-4 .stat-valuebg .stats-card:nth-child(2):after{ content: "2";} */
.why-choose-us .stat-valuebg .stats-card:nth-child(n):after {
  content: counter(card);
  top: calc(10px * n);
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  font-size: 60px !important;
  font-weight: bold !important;
  color: rgb(13, 28, 79,0.20) !important;
  background: rgb(13, 28, 79);
  height: 100%;
  width: 105px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: grid;
  place-content: center;
  color: transparent;
  -webkit-text-stroke: 0.40px #fff;
}
.why-choose-us .stat-valuebg .stats-card:nth-child(n+1):after { content: attr(data-number); }

.why-choose-us .stat-valuebg .stats-card:after {
  content: attr(data-number);
}
.stat-value {
  font-weight: bold;
  font-size: 35px;
  color: #e20014;
}



.page .page-content {
  background-color: #fff;
  padding: 75px;    
}
.section-wrapper {
  position: relative;
}
#services {
  background-image: url(images/on_black_left.png);
  background-color: #0b0f1a;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}
#services .heading-hire{ display: grid; place-content: center; height: 100%;
  }
#services .heading-hire h2{
  font-size: 100px;
  color: #fff;
  font-weight: bold;
  display: grid;
  place-content: center;
  color: transparent;
  -webkit-text-stroke: 0.20px #fff;
}


.service-steps:after {
  content: "";
  display: block;
  clear: both;    
}

.service-txt h4 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
  line-height: 110%;
  color: transparent;
  -webkit-text-stroke: 0.50px #fff;
}

.service-num {
  font-size: 264px;
  font-weight: 700;
  /* color: #000000;
  text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3; */
  line-height: 100%;
  height: 135px;
  overflow: hidden;
  margin-bottom: -10px;
  -webkit-transform: translateZ(0);
  color: transparent;
  -webkit-text-stroke: 0.20px #fff;
}
a.button {
  display: inline-block;
  color: #fff;
  background-color: #2196f3;
  text-align: left;
  padding: 10px 40px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  transition: all .2s linear;
  margin-bottom: 17px;
  border: 2px solid #2196f3;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 2px;
  box-sizing: border-box;
}

a.button:hover {
  background-color: transparent;
  color: #2196f3;
}

a.button-dot {
  color: #fff !important;
  font-size: 16px;
  position: relative;
}

a.button-dot:hover {
  color: #fff;    
}

a.button-dot span {
  transition: .3s;
  display: inline-block;
  margin-left: 50px;
  letter-spacing: 2px;
}

a.button-dot:hover span {
  transform: translateX(-8px);
}

a.button-dot:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  background: transparent;
  border-radius: 90%;
  top: -7px;
  position: absolute;
  transition: .3s;
}

a.button-dot:hover:before {
  width: calc(100% + 30px);
  height: 51px;
  border-radius: 50px;
  top: -18px;
}
.service-txt p {  color: #fff;
  font-weight: bold;}
  .title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #123c85;
    margin-bottom: 30px;
}



.steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.step {
  color: #161616;
  width: 30%;
  text-align: center;
  font-weight: bold;
  border: 1px dashed rgba(0,0,0,0.10);
  padding: 20px;
}


.expert-teams{
  margin: 4rem 0;
}
.process-container {
  position: relative;
  margin: 2rem 0;
}
.fix-cost {
  position: relative;
  margin: 100px 0;
  background: url(../images/fix.jpg); background-attachment: fixed;
  padding: 2rem 0; color: #fff;
  
}
.fix-cost .container{position: relative;  z-index: 99; }
.fix-cost::after{}
.step1.text-center {
  grid-template-columns: 20% 80%;
  display: grid;
  height: 85px;
  border: 1px dashed rgba(255,255,255,0.20); margin-bottom: 18px;
}
.step1.text-center .final-step{background-color: #e20014;}
.circle {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 auto 10px;
    margin-top: 0px;
  position: relative;
  margin-top: 10px;
}


.final-step {
  background-color: #0033cc;
}



.step1 p {
  font-size: 16px;
  padding: 20px;
  text-align: left;
}
.engagement-modal .card-body {
  box-shadow: 5px 4px 10px rgba(0,0,0,0.20);
  height: 250px;
  text-align: left;
  padding: 1rem 2rem;
  margin: 3rem 0 1rem 0;
  background: rgb(19, 19, 51,0.30);
  backdrop-filter: blur(5px);
  border: 1px dashed rgba(255,255,255,0.20);
}
.engagement-modal .card-body i{
  text-align: left;
  color:  #e20014;
}

.pricing-section {
  padding: 60px 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}
.section-subtitle {
  font-size: 1.2rem;
  color: #777;
}

/* Card Styling */
.pricing-card {
  background-color: #fff;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #555;
}

.price-tag {
  font-size: 2rem;
  font-weight: bold;
  color: #ff5a5f;
  position: relative;
}

.price-tag span {
  font-size: 1rem;
  color: #777;
}

.card-text {
  color: #666;
  font-size: 1rem;
  margin-bottom: 20px;
}

.btn.hire-btn {
  background-color: #ff5a5f;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  padding: 10px 20px;
  transition: background-color 0.3s ease;
}

.btn.hire-btn:hover {
  background-color: #ff787d;
}

/* Small text styling */
.text-muted {
  font-size: 0.9rem;
  color: #999;
}
.hire-now-btn {
  background-color: #007bff;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.hire-now-btn:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Modal header */


/* Customizing the modal */
.modal-content {
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#hireNowModal .modal-content {
  background-color: #fff;
  padding: 20px;
  width: inherit; text-align: left;}




.form-control:focus, .form-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Button styling */
.btn-success {
  background-color: #e20014;
  border: none;
  padding: 12px;
  font-size: 18px;
  border-radius: 50px;
}
.estimated-cost{background: #fff;margin-bottom: 2rem;border: 1px dashed rgba(0,0,0,0.20);}
.card-1{padding: 2rem;}
.card-2{border-right: 1px dashed rgba(0,0,0,0.20); border-left: 1px dashed rgba(0,0,0,0.20);}
.btn-success:hover {
  background-color: #bb0312;
  transform: scale(1.05);
}

/* Responsive image inside the modal */
.modal-body img {
  max-width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.about-section1 {
  padding: 20px;
  background: linear-gradient(135deg, #ebedf7 50%, #f7ebeb 50%);
  position: relative;
  overflow: hidden;
}



.about-section1 .about-text {
margin-bottom: 20px;
position: relative;
z-index: 1;
}

.about-section1 .bg-shape-left, .about-section1 .bg-shape-right {
  position: absolute;
  z-index: -1;
  opacity: 0.3;
}

.about-section1 .bg-shape-left {
  top: -50px;
  left: -100px;
  transform: rotate(-45deg);
}

.about-section1 .bg-shape-right {
  bottom: -50px;
  right: -100px;
  transform: rotate(45deg);
  width: 300px;
}



.estimated-cost1 nav {
  display: flex;
  justify-content: center;
  gap: 20px;
 
}

.estimated-cost1 .nav-link{
  font-size: 16px;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin: 1rem; color: #000;
}


.estimated-cost1 .nav-link.active {
  background-color: #E20014;
   font-weight: normal;
 
}

.estimated-cost1 .tab-link:hover {
  background-color: #e0e0e0; font-weight: normal;
  cursor: pointer;
}
.estimated-cost1 .nav-link:hover {
  color: #000000;
}





.mb-100{margin-bottom: 4rem;}
.values-section {
 margin-bottom: 4rem !important;
  padding: 40px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/value.jpg); background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.values-section .container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.value-card {
  background: transparent;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: center;
  backdrop-filter: blur(5px);
  border: 1px solid rgb(14, 41, 131);
  height: 240px;
  display: grid;
  place-content: center;
}
.value-card:hover {
  transform: translateY(-10px);
}
.value-card i {
  font-size: 40px;
  color: #E20014;
  margin-bottom: 10px;
}
.value-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.value-card p {
  color: #d7cdcd;
}

.contact-section {
  padding: 60px 0;
  text-align: center;
}

.contact-section .contact-header {
  margin-bottom: 40px;
}

.contact-section .contact-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.contact-section .contact-header p {
  font-size: 18px;
  color: #666;
}
.contact-section .col-lg-6{padding: 0;}
.contact-section .contact-form-wrapper {
  background-color: #102a84;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  position: relative;
}

.contact-section .form-content {
  border: none;
  padding: 20px;
}

.contact-section .form-body {
  padding: 20px;
}

.contact-section fieldset {
  border: none;
  margin-bottom: 20px;
}

.contact-section input[type="text"],
.contact-section input[type="email"],
.contact-section select {
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  color: #fff ;
  transition: border-color 0.3s ease;
  background: transparent;
  border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid rgba(255,255,255,0.20);
  border-radius: 0;
}

.contact-section input[type="text"]:focus,
.contact-section input[type="email"]:focus,
.contact-section select:focus {
  border-color: #333;
}

.contact-section label.form-label {
  text-align: left;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: #fff;
}

.contact-section .main-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  background-color: #e20014;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-section .main-button:hover {
  background-color: #0056b3;
}


.contact-info-section {
  padding: 60px 0;
}

.contact-info-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-info-section .section-header h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.contact-info-section .section-header p {
  font-size: 18px;
  color: #666;
}

/* Contact Cards */
.contact-info-section .contact-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact-info-section .contact-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex: 1 1 calc(33.33% - 20px);
  margin: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.contact-info-section .contact-card:hover {
  transform: scale(1.05);
}

.contact-info-section .icon {
  font-size: 40px;
  color: #102983;}

.contact-info-section .contact-info h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}
.contact-info-section .contact-info{display: block !important;
}



.contact-info-section .contact-info a {
  color: #1e90ff;
  text-decoration: none;
}

.contact-info-section .contact-info a:hover {
  text-decoration: underline;
}
.contact-info-section .contact-info p, .contact-info-section .contact-info p {
  color: #000 !important;
  font-size: 16px;
  margin-left: 20px;
}
.custom-dropdown .d-flex.gap-5 img{width: 30px !important;  height: 30px; filter: brightness(0) invert(1);}
.creative-div {
  background-image: url(../images/web-development-bg.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#servicesNav{position: relative;}
#servicesNav::after{position: absolute;  content: "";  border-top: .5em solid;
  border-right: .4em solid #fff0; border-bottom:  0; border-left: .4em solid #fff0; top: 16px; right: 1px; color: #646464;}

.creative-div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(226, 0, 20,0.40);
  border-radius: 10px;
}
.creative-div .content {
  position: relative;
  color: white;
  z-index: 2;
  text-align: center;
}

.creative-div h2 {
  margin: 0;
  font-size: 4rem;
  -webkit-text-stroke: 0.30px #fff;
  font-weight: bold;
  letter-spacing: 2px;
  transition: transform 0.3s ease, letter-spacing 0.3s ease;
  text-shadow: 1px 4px 0px rgba(0,0,0,0.20);
}
.portfolio .portfolio-item {
  margin-bottom: 30px; 
}
section #portfolio{height: auto !important;}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background:  #120b6e;
}

.portfolio #portfolio-flters li:hover
 {
  color: #f00;
  background:  #120b6e;
}


.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom: 2px solid rgb(226, 0, 20);
  box-shadow: -2px 6px 12px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
  height: 240px;
  margin: 0 auto;
  text-align: center;
  display: block;
  object-fit: contain;
  transform: scale(1.3);
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;

  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px; 
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 200; height: 100%;
  background: rgb(12, 22, 60);
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 30px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #ff0000;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.content-wrapper1 {
  display: grid;
  align-items: center;
  justify-content: space-between;
  gap: 20px; 
}



header .dropdown-menu {
  opacity: inherit !important;
  visibility: inherit !important;
}
.dropdownliting-sub {
  position: absolute;
  display: none;
  background: #fff;
  width: 642px !important;
}

.dropdownliting .dropdownliting-sub.show {
  display: block;
}

.dropdownliting .nav-item:hover .dropdownliting-sub {
  display: block; /* Show dropdown on hover */
}

.dropdownliting .tab-content {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
}

.dropdownliting .nav-link.active {
  color: red; /* Active link red */
}


@media only screen and (min-width : 320px) and (max-width : 590px) {
  .owl-carousel.owl-loaded {
    width: 298px;
    margin: 0 auto;
    height: auto;
  }
  .web-developmet-page .hire-rating .header-text h6 {
    font-size: 20px;
    margin-bottom: 16px !important;
    font-weight: bold;
  }
  .web-developer-bg {
    display: grid;
    place-content: center;
    padding: 2rem 4rem;
  }
}
@media only screen and (min-width : 320px) and (max-width : 480px) {
  .navbar-nav .nav-link.active, .navbar-nav .show > .nav-link, .nav-link:focus, .nav-link:hover {
    color: rgb(49, 48, 48);
  }
.portfolio-container .col-lg-4.col-md-6.portfolio-item { margin: 1rem 0 !important;  width: 100% !important;}

}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
  .services-banner p{font-size: 14px;}
  .container.mt-4.mb-4 {  padding: 2rem; }
  .portfolio .portfolio-wrap .portfolio-info {
    opacity: 1; background: rgba(12, 22, 60, 0.6); }
  .custom-dropdown .d-flex.gap-5 img{width: 30px !important;  height: 30px;}
  .custom-dropdown {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    padding: 0; background: rgba(0,0,0,.80) !important;
  }
 
  .custom-dropdown .d-flex.gap-5{ gap: 1rem !important; font-size: 14px !important; }
  .desktop-hide{display: none;}
  .business-centric .col-md-6.col-lg-4 {
    width: 100%;
  }
 
  .business-bg {
    padding: 0;
    margin: 0;}
    
.border-business::after, .border-business1::after{display: none;}
 
  .slider-container {  width: 100% !important;
    border-radius: 0 !important;  overflow: hidden !important;
    position: inherit !important; right: 0 !important;  padding: 20px; }
    .card-2 {
      border-bottom: 1px dashed rgba(0,0,0,0.20);
      border-top: 1px dashed rgba(0,0,0,0.20);
    }
    .tech-tab-bg .tabs-container {
      padding: 20px;
      width: 100%;
      margin: 0 auto;
      display: block;}
      .tech-tab-bg {   padding: 20px !important; }
      .tech-tab-bg .tabs {
        width: 100%;
        padding: 1rem; height: auto;
      }
      .content-bgtab {
        padding: 20px;
        border: 0;
        height: auto;
        width: 100%;
      }
      #why-choose-us {
        margin: 0;
        padding: 20px;
      }
      #why-choose-us h2 {
        font-size: 30px;}
        .why-choose-us .stat-valuebg .stats-card:nth-child(n)::after {
          font-size: 30px !important;
          width: 72px;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0;
        
        }
        .stats-card.p-4 {
          margin-left: 0;
          height: auto;
          display: flex;
          padding: 0 0 0 6rem !important;
        }
      .tec-tab1 {
        width: 48%; padding: 10px;}
        .tech-tab-bg .tab-item {
          font-size: 14px;}
        .tec-tab1 p{font-size: 14px !important;}
  .slider-container .slide {  padding: 0;  background: #fff; }
  .service-section.rank .slide i {  font-size: 30px;}
  .slider-container .slide h4 {  font-size: 20px;}
  .slider-nav {  top: 99%; }
  .col-md-6.right-border.red-bg{padding: 20px 0 !important;}
  .core-bg h3 {
    font-size: 30px;}
  .col-md-6.right-border.p-5{padding: 0 !important;}
  .expert-teams {  margin: 1rem 0; }
  .well-tested-section .col-md-3 {  width: 80%;  margin: 1rem auto; }
  .well-tested-section .col-md-3 h4 {  font-size: 16px;   margin-top: 30px;}
  .fix-cost {  margin: 0; }
  .services-banner { height: auto;  padding: 2rem 0; }
  .main-banner .item h2, .main-banner .item h1, .services-banner h2 {  font-size: 30px;  line-height: 40px; }
.contact-info-section {  padding: 20px 0;  }
.contact-info-section .contact-card {  margin: 10px auto; }
.creative-div h2 {  font-size: 30px !important;  padding: 2rem; }
.contact-section .contact-form-wrapper {  padding: 10px;}
.contact-section .form-body {  padding: 0; }
.srv-logo img {  width: 48% !important;}
.hire-dedicated-page .hire-rating .row .col-md-4 {
  width: 100%;
}
.engagement-modal .card-body {  height: 250px; padding: 1rem; margin: 1rem 0 0 0; }
  header .navbar-nav{  background: rgba(255,255,255,0.80);
    text-align: left;
    backdrop-filter: blur(10px); }
  .pg-canvas {display: none !important; }  
  .slider-content {
    position: relative;
    top: 10%;
  }
  .main-banner .item p {
    margin: 20px 0px 68px;
  }
  .main-banner .owl-dots {
    margin-top: 60px;
    z-index: 50;
    position: absolute;
    bottom: 40px;
  }
  .position-absolute {
    position: absolute !important;
    width: 200px;
    max-width: 100%;
    height: auto;
  }
  .logo-card {
    padding: 0;
    margin: 0;
    box-shadow: -1px 4px 10px rgba(0,0,0,0.20);
  }
  .main-banner .item h2, .main-banner .item h1 {
    font-size: 30px;
    line-height: 36px;
  
  }
  .reverse{display: flex;
  flex-direction: column-reverse;}
  .header-area .main-nav .logo img{
    width: 150px !important;
  }
 
  .header-area .main-nav {
    overflow: inherit !important;
    padding: 10px;
  }
  header .nav-link {
    color: rgba(45, 43, 43, 0.65);
  }
  header .navbar-nav {
    padding: 20px;
  }
  .header-area.header-sticky {
    width: 100%;
    margin: 0 auto;
    height: 86px;
    display: inherit;
    top: 0;
    background: #fff !important;
    border: 0;
    border-radius: 0;
    padding: 0;
    position: inherit !important;
  }
  header .navbar-collapse {
    z-index: 100;
  }
  header .navbar-toggler:focus {
    outline: 0;
    box-shadow: none !important;
  }
  header .background-header {
    position: inherit!important;
  }
  .main-banner {
    height: auto;
    padding-bottom: 20px;
  }
  .styled-heading {
    font-size: 25px;
  }
  .content-box .col-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-flex.d-flex1{display: flex !important;
    flex-direction: column-reverse;}
  .services1 .nav-tabs {
    border-bottom: 0;
    width: 100%;

}
.services1 .tab-content {
  width: 100%; height: auto;
}
.services1 .nav-item {
 width: 48%;
    padding: 0;
    height: auto;
}
.services1 .nav-link {
  height: auto;
  font-size: 16px;
}
.rank {  width: 92%;  height: auto;  margin: 2rem auto; }
.services1 .nav-tabs {
  padding: 0 0 0 0;
}
.img-space {
  margin: 1rem auto;}
  .space-margin {
    margin: 1rem 0;
  }
  .space {
    padding: 0;
    margin: 1rem;
  }
  .tab-content.services-section.p-5{
    padding: 20px !important;
  }
  .development-expertise .card {
  
    margin: 0 0 10px;
   
    padding: 1rem;
  }
  .contact-bg .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  #portfolio, .development-expertise {
    margin: 2rem 0;
  }
  .our-specialist{font-size: 16px !important; }
  .project-bg .container {  margin: 1rem auto;}
  .slider .box .details h2 {
    font-size: 30px !important;}
    .slider .box .details { margin-top: 21rem; }
    .slider .box .details p {  font-size: 16px !important;}
    .slider .illustration {  display: none; }
    

.slider .portflolio-img {  width: 200px;  margin-left: 0; z-index: 99; right: 0; 
  top: 35px;  left: 0; margin: 0 auto; }
  

}



@media only screen and (min-width : 320px) and (max-width : 480px) {
  .step1.text-center {  height: auto;}
    
}
@media only screen and (min-width : 480px) and (max-width : 1023px) {
  .portfolio-container .col-lg-4.col-md-6.portfolio-item { margin: 1rem 0 !important;  width: 48% !important;}

}
@media only screen and (min-width : 768px) and (max-width : 1023px) {
  .custom-dropdown .col-md-3 {  width: 32%; }
  .content-box .col-6 {
    width: 48%;
  }
  .services1 .nav-link {
    height: auto;
    font-size: 14px;
    font-weight: 400;
  }
  .nav-tabs .nav-link:hover img {
    width: 41px;
  }
  .services1 .nav-item {  width: 16%;}
  .tab-content.services-section.p-5 {  margin-top: 1rem; }
  .color-bg .col-md-4 {  width: 48.333%; }
  .slider .portflolio-img {
    width: 300px;
    left: inherit !important;
    margin: 0 auto;
    right: 60px !important;
    top: 150px;
  }
  .slider .box .details {
    margin-top: 0;
  }
  .slider .box .details {
    padding: 0rem;
      padding-left: 0rem;
    padding-left: 2rem;
  }
  .slider .box .bg { width: 69%;}
  .slider { height: 30rem; }
  .testimonial2 .item { padding: 1rem;}
  .no-one {
    padding: 1rem;}
    .img-space img{width: 158px;}
 
  

}
@media only screen and (min-width : 1024px) and (max-width : 1279px) {
  .portfolio-container .col-lg-4.col-md-6.portfolio-item { margin: 1rem 0 !important;  width: 33% !important;}
.custom-dropdown {
  left: -194px;
  width: 906px;
  padding: 1rem;
}
}
@media only screen and (min-width : 1280px) and (max-width : 1366px) {
  .portfolio-container .col-lg-4.col-md-6.portfolio-item { margin: 1rem 0 !important;  width: 33% !important;}
/*.custom-dropdown {  left: -304px; width: 1120px; padding: 1rem; }*/
.custom-dropdown { left: -395px;
        top: 64px;}
}
@media only screen and (min-width : 1024px) and (max-width : 1366px) {
  .custom-dropdown .d-flex.gap-5 { gap: 1rem !important; font-size: 14px !important; }
  
  .slider .portflolio-img {
    width: 300px;
    left: inherit !important;
    margin: 0 auto;
    right: 60px !important;
    top: 150px;
  }
  .slider .box .details {
    margin-top: 0;
  }
  .slider .box .details {
    padding: 0rem;
      padding-left: 0rem;
    padding-left: 2rem;
  }
  .slider .box .bg { width: 69%;}
  .slider { height: 30rem; }
  .testimonial2 .item { padding: 1rem;}
  .footer-social-link .list-inline-item:not(:last-child) {  margin-right: 0;  }
  .development-expertise .card {
    margin: 10px;
    padding: 10px;
    height: 360px;
  }
  .content-wrapper1 {
    gap: 5px;
  }
  header .nav-item { padding: 8px !important; }
  header .nav-link { font-size: 15px !important; }
  .logo img{width: 100px !important;}
  .styled-heading {
    font-size: 30px;}
    .main-banner .item h2, .main-banner .item h1, .services-banner h2 {
      font-size: 40px;}

.space-margin {
  margin: 2rem 0;
}
.info-box {
  height: 200px;
}
.services1 .nav-link {
  font-size: 18px;
}
.services-section {
  height: auto;
}
.space {
  padding: 1rem;
  margin: 1rem;
}
.slider .portflolio-img {
  width: 400px;
  margin-left: 0;
  right: 0; top: 50px;
}
.testimonial2.py-5{padding: 0 !important;}
.card.card2.p-4 img{width: 200px;}
.well-tested-section .col-md-3 h4 {  font-size: 16px;}
}
 
@media only screen and (min-width : 1366px) and (max-width : 1441px) {

}
@media only screen and (min-width : 1441px) and (max-width : 1600px) {
 
 

}

.col-lg-4.col-md-6.portfolio-item {
  position: static !important;
  height: 244px !important;
  margin:
1rem !important;
  width: 30% !important;
  overflow:
hidden !important;
}
.portfolio-container {
  height: auto; padding: 1rem;
}
.margin-topmain{margin-top: 5rem; padding: 2rem 0;}
#autoPopup .modal-content {
  background-color: transparent !important; border-radius: 0 !important; width: 600px; margin: 0 auto;

}





