@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&amp;display=swap');


/* Fonts */
:root {
  --font-default:'DM Sans', sans-serif;
  --font-primary: 'DM Sans', sans-serif;
  --font-secondary: 'DM Sans', sans-serif;
}
@font-face {
  font-family: customefont;
  src: url(../css/Abuget.ttf);
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #000;
  --color-secondary: #0e1d34;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #19272b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #19272b;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 383px;
}


.breadcrumbs .page-header:before {
  content: "";
  background-color:rgb(0 0 0 / 0%);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header h1 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--color-primary);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #19272b;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  position: relative;
  background-color:  #e2fbfe;

}

.b-header{
  padding: 15px 0;
  /*border-top: 1px solid #19272b;*/
  border-bottom: 1px solid #c2dde1;
}

.header.sticked {
  background: rgba(14, 29, 52, 0.9);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(14, 29, 52, 0.1);
}

.header .logo img {
  max-height: auto;
  margin-right: 6px;
  width:75%;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}
.logo {
  display: inline-block;
  width: 15%;
}

.logo img {
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  nav#navbar {
    width: 83%;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 100%;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 5px 10px;
    font-family: var(--font-primary);
    font-size: 17px;
    font-weight: 500;
    color: #19272b;
    white-space: nowrap;
    transition: 0.3s;
  }
 .navbar a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s all;
}
 .navbar a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
} 
   .navbar li:last-child a::after{
       display:none;
   } 
  
  

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #000000;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #ffffff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: #19272b;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: block;
  }
}











/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
/*@media (max-width: 1279px) {*/
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(14, 29, 52, 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    display:block;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: rgba(13, 66, 255, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #000;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(14 29 52 / 24%);
    z-index: 9996;
  }





/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 800!important;
  font-size: 28px!important;
  font-family: var(--font-secondary);
  color: #000!important;
}

.about .content h2 {
  font-weight: 900!important;
  font-size: 35px!important;
  font-family: var(--font-secondary);
  color: #000 !important;
}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: #19272b;
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}




/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(14, 29, 52, 0.6), rgba(14, 29, 52, 0.8)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #fff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

.features-item:nth-child(odd){
    background-color:#eee;
    border-radius:10px;
    overflow:hidden;
}


/*.features-item:last-child{*/
/*    background-color:#fff0;*/
/*    border-radius:10px;*/
/*}*/
.features-item {
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #e3dfe1;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 35px;
  color: #19272b;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 17px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

.fst-italic {
  font-style: inherit;
}
.features .features-item p {
  font-size: 17px;
  font-style: normal !important;
  color: #646464;
  line-height: 30px;
}
.ser .page-header h2 {
  font-size: 41px;
}


.features .col-md-5{
    padding:0;
    margin: 0;
    padding-right:15px;
}


 .features .col-md-7{
     padding-left:15px;
 }

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(6, 7, 9, 0.15);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  color: var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--color-primary);
}

.pricing .buy-btn:hover {
  background: var(--color-primary);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--color-primary);
}

.pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}


#price-show-all {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #19272b;
  display: inline-block;
  padding: 5px 17px;
  cursor: pointer;
}

.pricing ul:nth-child(4) {
 padding: 0px 17px;
}
.show-p{
    display: none !important;
   opacity: 0;

}
.show-p.active-price {
  transition: all 2s linear;
  display: flex !important;
   opacity: 1;
}
.pricing-item ul li{
    position:relative;
       cursor: pointer;
}
span.list-content {
  position: absolute;
  top: -71px;
  background: #fff;
  display: none;
  width: 100%;
  padding: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
  min-height: 78px;
  z-index: 99999;
  transition:0.5s all;
  border-radius:5px;
 font-size:14px;
 padding-right: 30px;
}

.pricing-item ul li.pricingactive span.list-content{
  display: inline-block;
}

.list-content i {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: #fff;
  color: red !important;
  font-size: 19px !important;
}
.pricing-child .pricing-item ul li{
    display:block;
}

.pricing-child .pricing-item ul li p{
    padding-left:30px;
    margin:0;
}
.pricing-child .pricing-item {
  padding: 40px 40px;
  box-shadow: 0 3px 10px -2px rgba(6, 7, 9, 0.15);
}
.gold-plan{
    position:relative;
    overflow:hidden;
    border-top: 0px solid #19272b !important;
}
.gold-plan::after {
content: 'Best Value';
position: absolute;
top: 17%;
right: -21%;
width: 1px;
width: 42%;
height: 38px;
background-color: #19272b;
text-align: center;
padding-top: 4px;
color: #fff;
font-size: 17px;
font-weight: 700;
margin: 0;
padding: 5px 0;
letter-spacing: 2px;
transform: rotate(46deg) translate(-50%,-50%);
}



/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(108, 117, 125, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: #406aff;
  border-color: #406aff;
}

.horizontal-pricing .featured {
  background: var(--color-primary);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: var(--color-primary);
  color: #fff;
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: #fff;
  color: var(--color-primary);
}



/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(14, 29, 52, 0.03);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Slider Box Section
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #19272b;
  padding-left: 150px;
  margin-left: 0px;
}

/* .testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(14, 29, 52, 0.7);
} */

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}
.slides-1{
  /* max-width: 100%; */
  margin-right: revert;
  width: 120.5%;
}



.sliderbox{
  position: relative;
  cursor: pointer;
  width: 122%;
  height: 100%;

}
.sliderbox{
  width: 100%;
  height: 100%;
}
.sliderbox::after{
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 1px;
  height: 100%;
  background-color:#858585;
}
.slider-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  /* background: #0000006b; */
  padding: 25px;
  max-height: 206px;
}
.sliderbox img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.slider-text a {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-shadow: 2px 6px 9px #000;
}
.slider-text a::after{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s all;
}

.slider-text a:hover::after{
  left: 0;
  right: auto;
  width: 100%;
}
.swiper-pagination-bullets {
  display: none;
}


.slider-text p{
  color: #dedede;
  text-shadow: 2px 6px 9px #000;
}


/*============digital==============*/

.digital{
  background-color: #e9f5fe;
}
.digitalbox{
  color: rgb(175, 193, 197);
  padding-right: 60px;
}

.digitalbox h3{
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #19272b;
}

.digitalbox ul{
  padding: 0;
  margin: 0;
  padding-bottom: 10px;

}
.digitalbox ul li{
  list-style: none;
  margin-top: 15px;
  color: #f2f2f2;
}

.digitalbox h4{
  font-size: 25px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 5px;
  color: #19272b;
}
.digitalbox ul li span{
  display: inline-block;
  padding-right: 10px;
}
.digitalbox p{
    color: #19272b; 
}
.btnbox a{
  display: inline-block;
  color: #19272b;
  background-color: #ffe715;
  padding: 10px 25px;
  border-radius: 50px;
  margin-top: 10px;
  border: 1px solid #fff0;
  transition: 0.5s all;
}

.btnbox a span i{
  transform: rotate(-45deg);
  padding-left: 5px;
  font-size:14px;
  transition: 0.5s all;
}

.btnbox a:hover{
  border: 1px solid #ffe715;
  background-color: #fff0;
}
.btnbox a:hover span i{
  transform: rotate(0deg);
  padding-left: 10px;
}




/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.digital{
  border-bottom: 1px solid rgb(117, 130, 133);
}
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 80px;
  display: block;
  color:rgb(175, 193, 197);
  font-weight:500;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 500;
  color: rgb(175, 193, 197);
}
.icons-counter {
  color: red;
}
.icons-counter img {
  filter: drop-shadow(2px 2px 4px black);
}


/*====================About Our Work ===================*/
.our-work{
  background-color: #e9f5fe;
  padding-right: 0;
  padding-left: 40px;

}
.about-work h3{
   font-size: 50px;
   color: #19272b;
   font-weight: 700;
   padding: 0;
}


.work-content a:hover{
  color: #19272b;
}

.work-box {
  display: flex;
}
.work-item{
  position: relative;
}
.work-items-1{
/* 
  min-height:720px;
  height: 720px; */
  position: relative;
  margin-top: 50px;
}
.work-item{
  border-right: 1px solid #ccc;
}

.work-items-2{
  max-width: 14%;
  width: 14%;
}

.work-items-2 .work-content , .work-items-2 .work-img{
  display: none;
}




.work-item{
  display: flex;
  justify-content: flex-end;
  align-items: end;
  /* overflow: hidden; */
  cursor: pointer;
  padding:0px ;
}
.workbox-1{
  /* flex: 0; */
  /* width: 50%; */

}

section#our-work .row {
  border-bottom: 1px solid #ccc;
}

.activwork .workbox-1:nth-child(1){ 
  width:40%;
  position: relative;
  padding: 10px;
}
.activwork .workbox-1:nth-child(2){
  width: 40%;

}
.activwork .workbox-1:nth-child(3){
  flex-shrink:3;
  position: relative;
  width: 20%;
  cursor: pointer;
  background-color: #e9f5fe;
}

.work-img img{
  object-fit: cover;
  position: absolute;
  top: 0;
    left: 40%;
    transform: translateX(0%);
    height: 100%;
}

.activwork .work-img img{
  /* width: 100%;
  height: 100%;
  object-fit: cover; */
  position: absolute;
  top: 0;
    left: 37%;
    transform: translateX(0%);
    height: 100%;
}
  
  
.our-work .btnbox a {
  width: 153px;
  text-align: center;
}



.content-box {
  width: 250px;
  transition: 1s all;
  transform:translateX(-100%);
}
.activwork .content-box {
  transition: 3s all;
  transform:translateX(0);
}

.content-box{
  /* position: absolute; */
  bottom: 0;
  right:  0;
}
.work-number{
  height: 73.6vh;
  /* background-color: red; */
}


.main-work-box{
  overflow: hidden;
    padding: 0;
  overflow: hidden;
}


.worknumber-child{
  position: relative;
  width: 100%;
  height: 100%;

}



.numberbox {
  position: absolute;
  top: 72%;
    left: 80%;
    transform: translate(-60%,-50%) rotate(-90deg);
}

.activwork .numberbox {
  left: 80%;
  transform: translate(-50%,-50%) rotate(-90deg);
}
.activwork .worknumber-child{
  overflow: hidden;

}
.numberbox h4{

  color: #adbdca;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;

}
.numberbox h4 span{
  font-size: 174px;
  color: #adbdca;
  font-weight: 600;
  padding-right: 20px;
}

.activwork .numberbox h4 span{
  color: var(--color-primary);
}
.activwork .numberbox h4{
  color: var(--color-primary);
}
.icons-work{
  position: absolute;
  right: 15px;
  transform: rotate(268deg);
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 50px;
  padding: 6px;
  transition: 0.5s all;
}

/* .activenum .icons-work{
  transform: rotate(90deg);
  right: 15px;
} */

.activwork .icons-work{
  transform: rotate(90deg);
}

.icons-work img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.child-1{
  width: 13% !important;
  position: relative;
  transition:0.5s all;
  overflow: hidden;
  padding: 0px !important;
}
.main-work-box{
  width: 13%;
  transition:2s all;

}

.activwork{
  transition: 2s all;
  width: 58.33333333% !important;
  padding:0px !important;
}

.main-work-box
.child-1 .numberbox {
  left: 20%;

}
.content-box p{
  word-wrap: break-word;
   word-break: break-all;
}

/*Active Deactive class*/
 .work-img{
  transition:1s all;
  overflow: hidden;
   /* opacity: 0; */
   visibility: hidden;

}
 .activwork .work-img{
  transition:0.5s all;
  overflow: hidden;
  /* opacity: 1!important; */
  visibility: visible !important;

}
.work-content{
  position: absolute !important;
  /* background-color: #3a3a3a; */
  left: -100%;
  width: 0 !important;
  transition: 0.5s all;
  
}
.activwork .work-content {
  left: 0;
  width: 33% !important;
}



/*=============== sucess ==================*/
.sucess{
  position: relative;
  padding: 0 !important;
  perspective: 10px;
}

.img-sucess{
  /* position: relative; */
  height: 70vh;
  /* perspective: 1px; */
}

.img-box-sucess{
  /* transform-style: preserve-3d; */
  width: 100%;
  height: 100%;
  background-image: url('../img/footer-img.webp');
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 73vh;
}
.img-sucess img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.content-sucess{
  text-align: center;
  display:none;
}
.content-sucess h3{
  color: rgb(231, 235, 236);
  font-size: 50px;
  font-weight: 700;
}
.content-sucess h3 span{ 
  color: #c4c4c4;
}
.content-sucess a:hover{
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}


.parallax-window {
  min-height: 400px;
  background: transparent;
}








/*==================================Analyse===============================*/
.analyse{
  background-color: #e9f5fe;
}
.analyse h3{
  font-size: 50px;
    color: #19272b;
    font-weight: 700;
    padding: 0;
}
.analyse-box{
 display: flex;
}
.analyse-box ul{
  margin: 0;
  padding: 0;
  margin-top: 40px;
  width: 50%;
}
.analyse-box h4{
  font-size: 22px;
  color: #19272b;
  font-weight: 600;
}
.analyse-box ul li{
  list-style: none;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size:16px;
  color: #2d4b6d;
  font-weight: 500;
}
.analyse-box ul li span{
  display: inline-block;
  padding-right: 10px;
}

.analys-card{
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-analys-1{
  position: relative;
}
.card-text-analys{
  position: absolute;
  bottom: 10px;
  left: 25px;
  transform: translate(0,0);
}
.card-text-analys p{
  /*line-height: 0;*/
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color:#c0cfe5;
}
.card-text-analys h4{
 color: #c0cfe5;
 font-size:50px;
 font-weight: 600;
}
.card-analys-2{
  position: relative;
}
.play-btn {
  width: 120px;
  height: 120px;
  background: radial-gradient(var(--color-primary) 50%, rgba(169, 188, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.play-btn:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(216, 224, 255, 0.7);
  top: -13%;
  left: -13%;
  background: rgba(198, 16, 0, 0);
}
.play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}






/*===========Meet ==============*/

.meet{
  background-color: #19272b;
  border-bottom:1px solid rgb(175, 193, 197);
}
ul.meet-box{
  display: flex;
  border: 1px solid rgb(175, 193, 197);
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
ul.meet-box li{
  list-style: none;
  border-right:1px solid rgb(175, 193, 197);
  width: 25%;
}
ul.meet-box li:last-child{
  border-right:0px solid rgb(175, 193, 197);
}
.meet-img{
  position: relative;
 /*max-width: 434.8px;*/
  height: 324px;
}
.meet-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.meet-img::after{
  content: '';
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #223136;
  transition: 0.5s all;
}

.meet-img:hover::after{
  transition: 1s all;
  width: 0;
  /* left: auto; */
  right:0;
}

.meet-icons{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
  width: 100%;
  padding:30px;
}
.meet-icons h3 {
  color: #8fa2ab;
   transition: 1s all;
}
.meet-icons img{
  width: 100%;
  /*filter: brightness(99);*/
  transition: 1s all;
}
.meet-img:hover .meet-icons h3 {
  color: #fff;
  text-shadow: 2px 3px 10px #00000038;
}
.meet-img:hover .meet-icons img {
  filter: drop-shadow(2px 2px 4px black) brightness(9);
}

h3.meet-heading{
font-size: 50px;
    color: rgb(175, 193, 197);
    font-weight:500;
    padding-bottom:35px;
}

/*============Footer Top Box==============*/
.footer-top-box{
  background-color: #19272b;
  padding: 50px 60px;
}

.footer-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.footer-top ul li{
  list-style: none;
  margin-right: 30px;
}
.footer-top ul li:last-child{
  margin-right: 0px;
}

.footer-top ul li a{
  padding: 8px 0px;
  color: rgb(175, 193, 197);
  position: relative;
  text-wrap: nowrap;
}

.footer-top ul li a span{
  display: inline-block;
  padding-right: 7px;
} 

.footer-top ul li a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s all;
}

.footer-top ul li a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}




/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}






/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}

.contact .php-email-form button[type=submit]:hover {
  background: rgba(13, 66, 255, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 18px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh;
  background-color: #e9f5fe;
  /* background-image: url("../img/hero-bg.png"); */
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 120px 0 60px 0;
  color: rgba(255, 255, 255, 0.8);
}


/*======Hero=============*/

#myVideo{
  position:absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0px;
  object-fit: cover;
}


.bigtext {
}
.bigtext h1{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -8px;
  left: 0;
  background-color: #ffffff;
  font-size: 33vw;
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: 2rem;
  z-index: 9999;
  color: #000000;
  text-transform: uppercase;
  mix-blend-mode: screen;
  padding-top: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

span.ambox{
  display: inline-block;
  padding-left: 150px;
}

.banner-textbox{
  position: absolute;
  top:5%;
  right: 0;
  background-color:#ffffff00;
  z-index: 9;
  text-align:end;
   max-width:100%;
  padding-right:120px;
  padding-bottom:0px;
  display: flex;
  justify-content: space-between;
  align-items: end;

}
.banner-textbox h2{
  font-weight: 500 !important;
  color: #000000;
  font-size: 80px;
}
.banner-textbox h2 span{
  color: #989898;
}


.img-text {
  position: absolute;
  left: 25%;
  width: 250px;
  height: 349px;
  top: 44%;
  z-index: 9999;

}
.img-text img{
  width:100%;
  filter: brightness(1.5) !important;
}
/* .bigtext h1::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000; 
} */

.videos-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #0d0d0d7c; */
  width: 100%;
  height: 100%;
}

.icons-global{
  padding-left: 90px;
}
.icons-global p{
  color: var(--color-primary);
  text-align: start;
  display: flex;
}
.icons-global p span{
  display: inline-block;
  width: 30px;
}
.icons-global p span i{
  font-size: 22px;
}








/*===========About==========*/
section{
  padding-left: 80px;
  padding-right: 80px;
}
.featured-services{
  background-color:#e9f5fe ;
}

.featured-services h3{
  font-size: 35px;
  font-weight: 700;
}
.ser-box a{
font-size: 17px;
position: relative;
padding: 5px 0;
}
.ser-box a::after{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color:#e9f5fe;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.5s all;

}
.ser-box a:hover::after{
  left: 0;
  right: auto;
  width: 100%;
}
/*.ser-box a::before{*/
/*  content: '';*/
/*  position: absolute;*/
/*  bottom: 0px;*/
/*  left: 0;*/
/*  width:95%;*/
/*  height: 1.5px;*/
/*  background-color: #0a0d13;*/
/*  transition: 0.2s all;*/

/*}*/
/*.ser-box a:hover::before{*/
/*  width: 0%;*/
/*}*/
.ser-box1 h3{
  font-size: 55px;
  padding-top: 15px;
  font-weight: 600;
}
.ser-box1 h3:last-child{
  color: rgb(192, 192, 192);
  font-weight: 400;
}



span.arrow i{
  font-size: 15px;
  transform: rotate(-45deg);
}

.about-icons{
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
}
.about-icons img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
  filter: brightness(1);
}
.about-top-box{
  padding: 55px 20px 30px 20px ;
  border-right: 1px solid #e1e1e1;
  border-bottom:  1px solid #e1e1e1;
  position: relative;
}
.about-top-box::after{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #223136;
  z-index: -1;
  transition: 1s all;
}
.about-top-box:hover:after{
width: 100%;
transition: 1s all;
}

.about-top-box:hover .about-icons img{
  transition: 1s all;
 /*filter: invert(1);*/
}
.about-top-box:hover a{
    color:#fff;
}
.about-top-text{
  color: #000;
  transition: 2.2s all;
}
.about-top-box:hover .about-top-text{
  transition: 1.1s all;
  color: #fff;
}


.about-top-text h3{
  font-size: 20px;
  padding-top: 10px;
}
/* .vide{
  height: 80vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videobox{

  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textbox{
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 80px;
  background-color: #000;
  padding-top: 30px;
  mix-blend-mode: multiply;
}
.textbox h3{
  font-size: 20vw;
  color: #fff;
} */







@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}

.hero form {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  margin-right: 10px;
  border: none !important;
  background: none !important;
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  background-color:#e9f5fe;
  padding: 50px 60px;
  color:#19272b;
  padding-bottom: 30px;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 128px;
  margin-right: 6px;
}

.subscribe .email{
  position: relative;
}
.subscribe .email .form-control{
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #19272b;
  background-color: transparent;
  border-radius: 0;
  padding: 12px 5px;
  padding-right: 100px;
}
.subscribe .email .form-control::placeholder{
  color: #475255;
}
.subscribe .email .form-control:focus{
  box-shadow: none;
  outline: none;
}

.subscribe button{
  position: absolute;
  top:0;
  right: 0;
  background-color: #475255;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  border: 0;
  box-shadow: none;
  font-size: 15px;
  letter-spacing: 1px;
}
.subscribe button:hover span i{
  font-size: 14px;
}
.subscribe button span{
  display: inline-block;
  transform: rotate(45deg);
  transition: 0.5s all;
  
}
.subscribe button:hover span{
  display: inline-block;
  transform: rotate(90deg);
}

.footer h3{
  font-size: 25px;
  font-weight: 500;
  color:  #19272b;
  padding: 15px 0;
}






.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #19272b;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 40px;
  height: 40px;
  border-radius: 50%; */
  /* border: 1px solid #19272b; */
  font-size: 16px;
  color:#f4732a;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #f4732a;
  border-color: #f4732a;
}

.footer h4 {
  font-size: 21px;
  font-weight: 400;
  position: relative;
  padding-bottom: 12px;
  color: #758da9;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(13, 66, 255, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #19272b;
  transition: 0.3s;
  display: inline-block;
  line-height: 0.5;
  font-size: 16px;
  padding-left: 5px;
}

.footer .footer-links ul a:hover {
  color: #19272b;
}

.footer .footer-contact p {
  line-height: 26px;
  font-size: 16px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color:#19272b;
}

.last-link {
  margin-top: 50px;
}
.last-link a{
  font-size: 14px;
  color: #7ea4c1
}

.add-second{
  padding-left: 100px;
}

/*=====Contact us page===========*/
.contact-content h3{
     font-size: 35px; 
     font-weight:700;
}

.contact-content p{
  font-size: 18px;  
}

.contact .info-item h4 {
  padding: 0;
  font-size: 27px;
}
.officebox {
padding-bottom:65px !important;
}
/*.officebox::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 4px;*/
/*  background-image: linear-gradient(to right,#19272b,#d3e8ff);*/
/*}*/
.heading-con h3 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact .info-item p {
  font-size: 18px;
  color: rgba(14, 29, 52, 0.8);
}

.icons-box {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  transition: 0.5s all;
}
.icons-box i {
  font-size: 124px;
  opacity: 0.1;
  font-weight: bold;
  filter: brightness(5.5);
   transform: scale(0.8);
    transition: 0.5s all;
    
}
.officebox:hover .icons-box {
  right: 6%;   
}
.officebox:hover .icons-box i{
    transform: scale(1.05);
    cursor: pointer;

}

/*-============ Get A Quate.Q-icons=================*/
.get-Quate-content {
   position: relative;
   margin-bottom:50px;
     text-align: center;

}
.lineanimatin{
  position: relative;
  box-shadow:0px 15px 24px 1px #d3e8ff ,rgba(40, 40, 40, 0.07) 0px -50px 36px -28px inset;
  /*box-shadow: #d3e8ff 0px 10px 50px;*/
  padding: 25px;
  border-radius: 10px;
  height:90%;
  overflow: hidden;
}
.lineanimatin::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right,#19272b,#d3e8ff);
   transition: width 1s ease-in .2s;
}
.lineanimatin:hover::after{
   width: 0; 
   right:0;
}

.lineanimatin::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background-image: linear-gradient(to right,#19272b,#d3e8ff);
    transition: width 4s ease-in .2s;
}
.lineanimatin:hover::before{
   width: 100%; 
   right:0;
}





.get-Quate-content h3 {
  font-size: 29px;
  font-weight: 700 !important;
  padding: 10px 0;
}

.Q-icons {
  width: 120px;
  height: 120px;
  margin:auto;
}
.Q-icons img{
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.iti.iti--allow-dropdown {
  width: 100%;
}

.form-select{
   padding: 12px 15px; 
   font-size: 14px;
   color: #595c5f;
   border-radius:0;
}
.form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
  
}

.get-a-quote .php-email-form input:focus, .get-a-quote .php-email-form textarea:focus ,.get-a-quote .form-select:focus{
  border-color: var(--color-primary);
}

.get-a-quote label{
    padding-bottom:10px;
      padding-top:5px;
      color: #19272b;
}
.get-a-quote .php-email-form h3 {
  font-size: 19px;
  padding-bottom: 10px;
}
.get-a-quote .php-email-form h4 {
  font-size: 19px !important;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  padding: 0 !important;
  border-radius: 50% !important;
  width: 1.2em;
  height: 1.2em;
  margin-top: 10px;
  border: 1px solid #19272b;
}
.form-check-input:checked {
  background-color: #19272b;
  border-color: #19272b;
}

.checkbox .form-check .form-check-input {
  border-radius: 0 !important;
  margin-bottom: 13px;
  margin-left: 0px;
}
.checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}


/*=====Extra page=============*/
.about .content h3 {
  font-weight: 500;
  font-size: 40px;
  font-family: var(--font-secondary);
  color: #19272b;
}
.about .content h3 span{
  color: #85979b;
}
.about .content ul p , .about .content p {
  font-size: 17px;
  line-height: 30px;
}

.about .content ul li i{
  font-size: 16px;
}
.worksm{
    display:block;
}
.workbg{
 display:none;   
}
.about .content ul.abouttop li{
  display: block;
  margin-top: 15px;
}
.aboutlist ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.aboutlist ul li {
  width: 100% !important;
  box-shadow: rgb(0 0 0 / 33%) -4px 9px 25px -6px;
  padding: 35px 20px 20px 20px ;
  min-height: auto;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.aboutlist ul li i{
  position: relative;
}
.aboutlist ul li i::after {
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5px;
  height: 0%;
  background-color: #19272b;
  transition: 1.5s all;
}
.aboutlist ul li i::before{
  content: '';
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #19272b;
  transition: 2s all;
  opacity: 0;
}
.aboutlist ul li:hover i::after{
  height: 120%;
  transform: translateX(-50%);
  transition: 4s all;
}
.aboutlist ul li:hover i::before{
  transition: .2s all;
  opacity: 1;
}
/*=======================Hover Effect======================*/

 .hover-effect{
  background-image: url('../img/img-new/b-1.jpg');
  z-index:-1;
  /* filter: blur(8px);*/
  /*-webkit-filter: blur(8px);*/
} 
ul li{
  list-style: none;
}
.hover-move{
  height:100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hover-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hover-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.hover-move ul{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.hover-move ul li{
  max-width: 20%;
  height: 100%;
  border-right: 1px solid rgb(229, 245, 248);
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
  color: #fff;
  z-index: 9;
}

.hover-move ul li:last-child{
  border: 0;
}

li.activehover{
  backdrop-filter: blur(10px);
}

.hover-content{
  height:75px;
  overflow: hidden;
  transition: height 1s;
}

li.activehover .hover-content{
  height: 210px;
}


li.activehover{
  opacity: 1;
}

/* .hover-img-1,.hover-img-2,.hover-img-3,.hover-img-4,.hover-img-5{
  width: 0;
}

.hover-move ul li:hover .hover-img-2{
  width: 100%;
} 

 .hover2:hover .hover-img-1{
  width: 0;
}  */


.hover-img{
  transition: 5s all;
  width: 0;
  right: 0;
  left: auto;
  z-index: 1;
}
.hoverdisable{
  transition: 4s all;
  left: 0;
  right: auto;
  width: 100%;
}

.hover-move{
    position:relative;
}
 
 .main-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('../img/img-new/h-1.jpg'); /* Initial background image */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transition: background-image 0.5s ease-in-out; /* Smooth transition effect */
            z-index: 1; /* Place it behind the content */
        }
        
        #div1,#div2,#div3,#div4,#div5{
            background-image: none !important;
        }

/*=======================Our Experience=======================*/

.experience{
  background-color:#f2f2f2;
  padding: 50px 10px;
  margin-top: 25px;
}
.ex-top-heading h3{
  font-weight: 500;
    font-size: 40px;
    font-family: var(--font-secondary);
    color: #19272b;
    padding: 10px 0;
}

.experience-list{
  display: flex;
  justify-content: center;
  align-items:flex-start;
}

.ex-date {
  width: 18%;
  padding-top: 10px;
  text-align: end;
  margin-right: 113px;
}
.ex-date h4{
  font-weight: 400;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.ex-date p{
  font-size: 12.5px;
}
.ex-content{
  width: 75%;
  position: relative;
  padding-bottom: 25px;
}

.ex-content h3{
  font-size: 25px;
  font-weight: 500;
  padding: 5px 0;
}
.ex-content p{
  font-size: 15.5px;
  line-height: 25px;
}

.ex-content::after {
  content: '';
  position: absolute;
  top: 13px;
  left: -6%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  border-radius: 50px;
  background-color: #19272b;
  transition: 2s all;
  opacity: 1;
}
.ex-content::before {
  content: '';
    position: absolute;
    top: 22px;
    left: -6%;
    transform: translateX(-30%);
    width: 1px;
    height: 100%;
    border-radius: 50px;
    background-color: #19272b;
    transition: 2s all;
    opacity: 1;
}

.ex-top-heading {
  padding-bottom: 20px;
}
.last-ex .ex-content::before{
  display: none;
  height: 0;
}

/*=================All Services ==================*/
section.all-service {
    background-color: #e9ecef;
}
.card-all{
    /*background:linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url("../img/img-new/ser-4.jpg");*/
   /*background-image: url("../img/img-new/ser-4.jpg"); */
  background-size: cover;
  background-position: center;
    padding:20px;
    border-radius:5px;
    overflow:hidden;
    z-index:1;
    position:relative;
    transition:0.5s all;
    padding-bottom:45px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
        /*min-height: 940px !important;*/
}
.home-i .card-all{
  min-height: 370px !important;   
}


.de-ser .card-all{
      /*min-height: 857px !important;   */
}

.card-all:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background-color:#fff;
    z-index:-1;
    width:100%;
    height:100%;
    transition:0.5s all;
    opacity:1;
}
.card-all:hover:after{
    opacity:0.5;
}

.card-all:before{
    content:'';
    position:absolute;
    top:0;
    right:-50%;
   background-image: url("../img/shape.png"); 
   background-size: cover;
   background-position: center;
    z-index:-1;
    width:25%;
    height:100%;
    transition:0.5s all;
    opacity:1;
}
/*.card-all:hover:before{*/
/*    opacity:1;*/
/*    right:0;*/
/*}*/

.icons-ser-all {
    width: 100%;
    height: 350px;
    margin-top: 0px;
    margin-bottom: 25px;
}
.icons-ser-all img{
    width:100%;
    height:100%;
    object-fit:cover;
    filter: brightness(1);
}
.card-all .btnbox a {
    border: 1px solid #475255;
    background-color: #fff0;
    color:#475255;
}
/*.card-all:hover .btnbox a{*/
/*   border: 1px solid #475255;*/
/*    background-color: #fff0;*/
/*    color:#fff; */
/*}*/

.card-all h3{
    color:#000;
    padding:15px 0;
    font-size:25px;
    font-weight:700;
}
.card-all p{
    color:#000;
}

/*.card-all:hover h3{*/
/*    color:#fff;*/
/*}*/

/*.card-all:hover p{*/
/*    color:#fff;*/
/*}*/

/*.card-all:hover .icons-ser-all img{*/
/*        filter: invert(1);*/
/*}*/









/*================Responsive===========*/

@media only screen and (min-width: 1450px) {
    .page-header.d-flex.align-items-center {
    min-height:480px !important;
}
}




@media only screen and (max-width: 1450px) {

.ser-box1 h3 {
    font-size: 39px;

}
}




@media only screen and (max-width: 1350px) {
  /* .slides-1 {
    margin-right: revert;
    width: 100%;
} */
.testimonials{
  padding: 40px 20px;
}
.ser-box1 h3 {
  font-size: 29px !important;
}
.stats-counter .stats-item span {
  font-size: 52px;
}
.offset-2 {
  margin-left: 0;
}
.activwork .workbox-1:nth-child(2) {
  width: 54%;
}
.our-work {
  padding-left: 10px;
}
.digital{
  padding: 40px 10px;
}
.numberbox h4 span {
  font-size: 100px;
}
.icons-work {
  position: absolute;
  right: 15px;
  transform: rotate(268deg);
  height: 40px;
  width:40px;
}
.analyse{
  padding: 50px 10px;
}
.analys-card{
  margin-top: 70px;
}
}
@media only screen and (max-width: 1890px) and (min-width: 1400px)  {
 #myVideo {
    position: absolute;
    width: 86%;
    height: 100%;
    left: 50%;
    top: 36%;
    object-fit: cover;
    margin: auto;
    transform: translate(-50%,-50%);
}   
}

@media only screen and (max-width: 1350px) and (min-width: 1200px)  {
    
 .logo img {
    width: 100%;
}
   .footer .footer-info .logo {
    width: 81%;
} 
}


@media only screen and (max-width: 1200px) {

#myVideo {
  position: relative;
}
.hero .col-12.text-center{
  padding: 0;
  margin: 0;
}
.banner-textbox {
  position: absolute;
  top: -24px;
  right: 0;
  background-color: #e9f5fe;
  z-index: 99;
  padding-top: 50px;
}
.main-work-box {
  width: 100%;
}
.numberbox {
  position: relative;
  top: 0;
  left:0;
  transform: translate(0) rotate(0deg);
}
.icons-work {
  top: 34%;
}
.child-1 {
  width: 100% !important;
}

.activwork{
  width: 100% !important;
}
.work-item {
  display: flex;
  flex-direction: column-reverse;
}
.activwork .work-img img{
  width: 100%;
}
.activwork .numberbox {
   left: auto;
   transform: translate(0) rotate(0deg);
}
.numberbox{
  position: relative;
  top: auto;
}
.activwork .work-img{
  width: 100% !important;
  height: 451px;
}
.activwork .work-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-img img{
  left: 0;
}
.activwork .work-img img{
  left: 0; 
}
.activwork .work-img img {
  position: relative;

}
.work-number {
  height: auto;
  width: 100% !important;
}
.numberbox h4 {
  justify-content: flex-start;
}
.activwork .icons-work {
  transform: rotate(90deg);
  top: 16%;
}
.work-item {
  border-right: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.work-content{
  position: absolute;
}
.activwork .workbox-1:nth-child(1) {
  width: 100%;
  padding-top: 25px;
  margin-bottom: 20px;
}
.work-items-1 {
  position: relative;
  margin-top: 5px;
}
.numberbox h4 span {
  font-size: 72px;
}
.activwork .icons-work{
  right: -18px;
}
.analys-card{
  margin-top: 10px;
}
.analyse{
  padding:0;
}
.analyse .col-xl-5{
 padding: 25px; 
}
.analyse h3 {
  padding-top: 25px;
}
.analyse .col-xxl-6.col-xl-7.mt-5 {
  padding: 0;
  padding-bottom: 25px;
}
}











@media only screen and (max-width: 1024px) {
  ul.meet-box li{
    width: 50%;
    border: 0;
    border-bottom:1px solid rgb(175, 193, 197);
  }
 
  ul.meet-box li:nth-child(odd){
    border-right:1px solid rgb(175, 193, 197);
  }
  ul.meet-box li:nth-child(3),ul.meet-box li:nth-child(4){
    border-bottom:0px solid rgb(175, 193, 197);
  }
  .meet {
    padding: 5px;
    padding-bottom: 90px;
}
  .meet-img{
    max-width:100%;
    height: 100%;
  }
  .footer-top ul li{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .footer-top-box {
    padding:30px 13px;
}
.footer .footer-links {
  margin-bottom: 0px;
}
.last-link {
  margin-top: 0px;
}
h3.meet-heading {
  padding-bottom: 35px;
  padding-top: 49px;
}
.banner-textbox {
  flex-direction: column;
  padding-right: 45px;
}
.slider-text a {
    font-size: 22px;
}
.slider-text {
    height: 100% !important;
}
.img-box-sucess{
    background-attachment: initial !important;
}
.worksm{
    display:none;
}
.workbg{
 display:block;   
}
.hover-move{
    height:auto;
}
.hover-move ul {
    flex-wrap: wrap;
}
.hover-move ul li {
    max-width: 50%;
}
}


@media only screen and (max-width:990px) {
  .banner-textbox h2 {
    font-size: 59px;
}
.aboutlist ul li {
  width:99% !important;
}
.experience .container{
    max-width:100%;
    width:100%;
}
}


@media only screen and (max-width:768px) {
.footer-top-box {
  padding: 50px 20px;
}
section {
  padding-left:20px;
  padding-right: 20px;
}
.testimonials {
  padding: 40px 0px;
}
.footer{
  padding: 40px 10px;
}
.hover-move ul li {
    max-width: 100%;
}
section{
  padding: 25px 12px;
}
.logo {
  display: inline-block;
  width: 52%;
}
.mobile-nav-show {
  color: #000;
  font-size: 40px;
}
.activwork .work-img {
  width: 100% !important;
  height: 451px;
}
.footer .footer-info .logo img {
    max-height: 113px;
}
.slider-text {
    max-height: 100%;
}
.digitalbox {
    padding-right: 0px;
}
.numberbox h4{
     font-size: 29px;
}
.slider-text a {
    font-size: 22px;
}
.ex-date {
    width: 20%;
    padding-top: 10px;
    text-align: end;
    margin-right: 70px;
}
}








@media only screen and (max-width: 580px) {
  ul.meet-box li{
    width: 100%;

  }
  .meet-img{
    max-width:100%;
    height: 100%;
  }
  ul.meet-box li:nth-child(odd){
    border-right:0px solid rgb(175, 193, 197);
  }
  ul.meet-box li:nth-child(3),ul.meet-box li:nth-child(4){
    border-bottom:1px solid rgb(175, 193, 197);
  }
  .footer-top{
    flex-direction: column;
  }
  .footer-top ul{
    width: 100%;
    display: block;
  }
  .footer-top ul li{
    margin-top: 0px;
    margin-bottom:30px;
  }
  #myVideo {
    margin-top: 50px;
}
.banner-textbox h2 {
  font-size: 40px;
}
.hero {
  width: 100%;
  min-height: 30vh;
}
.analys-card {
  flex-direction: column;
}
.stats-counter .stats-item span {
  font-size: 40px;
}
.stats-counter .stats-item {
  padding: 4px;
}
.stats-counter .stats-item p {
  font-size: 14px;
}
.content-sucess h3 {
  font-size: 35px;
}
.get-Quate-content h3 {
    font-size: 20px;
}
.breadcrumbs .page-header h2 {
    font-size: 27px;
}
.breadcrumbs .page-header {
    padding: 10px 0 10px 0;
    min-height: 111px;
}
.contact .info-item h4 {
    font-size: 22px;
}
.contact-content h3 {
    font-size: 25px;
}
}



.card-all ul li{
    margin-top:10px;
}





/*=============Particle ===========*/
div#particle-container {
  position: absolute;
  top: 0px;
}
.particle {
  position: absolute;
  border-radius: 50%;
}

@-webkit-keyframes particle-animation-1 {
  100% {
    transform: translate3d(47vw, 72vh, 44px);
  }
}

@keyframes particle-animation-1 {
  100% {
    transform: translate3d(47vw, 72vh, 44px);
  }
}
.particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.3;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  transform: translate3d(3vw, 56vh, 72px);
  background: #26d9a6;
}

@-webkit-keyframes particle-animation-2 {
  100% {
    transform: translate3d(22vw, 65vh, 41px);
  }
}

@keyframes particle-animation-2 {
  100% {
    transform: translate3d(22vw, 65vh, 41px);
  }
}
.particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.03;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  transform: translate3d(77vw, 24vh, 78px);
  background: #d9a026;
}

@-webkit-keyframes particle-animation-3 {
  100% {
    transform: translate3d(13vw, 41vh, 65px);
  }
}

@keyframes particle-animation-3 {
  100% {
    transform: translate3d(13vw, 41vh, 65px);
  }
}
.particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.66;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  transform: translate3d(47vw, 68vh, 1px);
  background: #82d926;
}

@-webkit-keyframes particle-animation-4 {
  100% {
    transform: translate3d(46vw, 3vh, 20px);
  }
}

@keyframes particle-animation-4 {
  100% {
    transform: translate3d(46vw, 3vh, 20px);
  }
}
.particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.44;
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  transform: translate3d(24vw, 62vh, 49px);
  background: #d96e26;
}

@-webkit-keyframes particle-animation-5 {
  100% {
    transform: translate3d(55vw, 39vh, 44px);
  }
}

@keyframes particle-animation-5 {
  100% {
    transform: translate3d(55vw, 39vh, 44px);
  }
}
.particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.95;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  transform: translate3d(36vw, 52vh, 22px);
  background: #82d926;
}

@-webkit-keyframes particle-animation-6 {
  100% {
    transform: translate3d(83vw, 18vh, 4px);
  }
}

@keyframes particle-animation-6 {
  100% {
    transform: translate3d(83vw, 18vh, 4px);
  }
}
.particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.55;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  transform: translate3d(55vw, 15vh, 15px);
  background: #26b8d9;
}

@-webkit-keyframes particle-animation-7 {
  100% {
    transform: translate3d(78vw, 19vh, 63px);
  }
}

@keyframes particle-animation-7 {
  100% {
    transform: translate3d(78vw, 19vh, 63px);
  }
}
.particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.9;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  transform: translate3d(23vw, 52vh, 3px);
  background: #d926a9;
}

@-webkit-keyframes particle-animation-8 {
  100% {
    transform: translate3d(76vw, 51vh, 20px);
  }
}

@keyframes particle-animation-8 {
  100% {
    transform: translate3d(76vw, 51vh, 20px);
  }
}
.particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.8;
  height: 4px;
  width: 4px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  transform: translate3d(43vw, 37vh, 62px);
  background: #77d926;
}

@-webkit-keyframes particle-animation-9 {
  100% {
    transform: translate3d(13vw, 68vh, 29px);
  }
}

@keyframes particle-animation-9 {
  100% {
    transform: translate3d(13vw, 68vh, 29px);
  }
}
.particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.23;
  height: 4px;
  width:4px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  transform: translate3d(82vw, 90vh, 2px);
  background: #d926cd;
}

@-webkit-keyframes particle-animation-10 {
  100% {
    transform: translate3d(88vw, 2vh, 71px);
  }
}

@keyframes particle-animation-10 {
  100% {
    transform: translate3d(88vw, 2vh, 71px);
  }
}
.particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.1;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  transform: translate3d(9vw, 32vh, 13px);
  background: #26d9a6;
}

@-webkit-keyframes particle-animation-11 {
  100% {
    transform: translate3d(13vw, 76vh, 34px);
  }
}

@keyframes particle-animation-11 {
  100% {
    transform: translate3d(13vw, 76vh, 34px);
  }
}
.particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.78;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  transform: translate3d(85vw, 72vh, 28px);
  background: #19272b;
}

@-webkit-keyframes particle-animation-12 {
  100% {
    transform: translate3d(13vw, 41vh, 1px);
  }
}

@keyframes particle-animation-12 {
  100% {
    transform: translate3d(13vw, 41vh, 1px);
  }
}
.particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.16;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  transform: translate3d(33vw, 65vh, 82px);
  background: #19272b;
}

@-webkit-keyframes particle-animation-13 {
  100% {
    transform: translate3d(69vw, 44vh, 63px);
  }
}

@keyframes particle-animation-13 {
  100% {
    transform: translate3d(69vw, 44vh, 63px);
  }
}
.particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 1;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  transform: translate3d(67vw, 11vh, 33px);
  background: #26d926;
}

@-webkit-keyframes particle-animation-14 {
  100% {
    transform: translate3d(89vw, 66vh, 47px);
  }
}

@keyframes particle-animation-14 {
  100% {
    transform: translate3d(89vw, 66vh, 47px);
  }
}
.particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.49;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  transform: translate3d(77vw, 60vh, 48px);
  background: #d92f26;
}

@-webkit-keyframes particle-animation-15 {
  100% {
    transform: translate3d(52vw, 51vh, 98px);
  }
}

@keyframes particle-animation-15 {
  100% {
    transform: translate3d(52vw, 51vh, 98px);
  }
}
.particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.06;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  transform: translate3d(10vw, 55vh, 20px);
  background: #d92626;
}

@-webkit-keyframes particle-animation-16 {
  100% {
    transform: translate3d(36vw, 28vh, 83px);
  }
}

@keyframes particle-animation-16 {
  100% {
    transform: translate3d(36vw, 28vh, 83px);
  }
}
.particle:nth-child(16) {
  -webkit-animation: particle-animation-16 60s infinite;
          animation: particle-animation-16 60s infinite;
  opacity: 0.48;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -3.2s;
          animation-delay: -3.2s;
  transform: translate3d(19vw, 25vh, 52px);
  background: #d3d926;
}

@-webkit-keyframes particle-animation-17 {
  100% {
    transform: translate3d(61vw, 68vh, 25px);
  }
}

@keyframes particle-animation-17 {
  100% {
    transform: translate3d(61vw, 68vh, 25px);
  }
}
.particle:nth-child(17) {
  -webkit-animation: particle-animation-17 60s infinite;
          animation: particle-animation-17 60s infinite;
  opacity: 0.81;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -3.4s;
          animation-delay: -3.4s;
  transform: translate3d(7vw, 4vh, 15px);
  background: #d92626;
}

@-webkit-keyframes particle-animation-18 {
  100% {
    transform: translate3d(86vw, 38vh, 72px);
  }
}

@keyframes particle-animation-18 {
  100% {
    transform: translate3d(86vw, 38vh, 72px);
  }
}
.particle:nth-child(18) {
  -webkit-animation: particle-animation-18 60s infinite;
          animation: particle-animation-18 60s infinite;
  opacity: 0.21;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -3.6s;
          animation-delay: -3.6s;
  transform: translate3d(76vw, 60vh, 14px);
  background: #d92691;
}

@-webkit-keyframes particle-animation-19 {
  100% {
    transform: translate3d(80vw, 77vh, 4px);
  }
}

@keyframes particle-animation-19 {
  100% {
    transform: translate3d(80vw, 77vh, 4px);
  }
}
.particle:nth-child(19) {
  -webkit-animation: particle-animation-19 60s infinite;
          animation: particle-animation-19 60s infinite;
  opacity: 0.85;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -3.8s;
          animation-delay: -3.8s;
  transform: translate3d(65vw, 57vh, 11px);
  background: #4126d9;
}

@-webkit-keyframes particle-animation-20 {
  100% {
    transform: translate3d(37vw, 24vh, 93px);
  }
}

@keyframes particle-animation-20 {
  100% {
    transform: translate3d(37vw, 24vh, 93px);
  }
}
.particle:nth-child(20) {
  -webkit-animation: particle-animation-20 60s infinite;
          animation: particle-animation-20 60s infinite;
  opacity: 0.36;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  transform: translate3d(28vw, 58vh, 48px);
  background: #cd26d9;
}

@-webkit-keyframes particle-animation-21 {
  100% {
    transform: translate3d(25vw, 88vh, 70px);
  }
}

@keyframes particle-animation-21 {
  100% {
    transform: translate3d(25vw, 88vh, 70px);
  }
}
.particle:nth-child(21) {
  -webkit-animation: particle-animation-21 60s infinite;
          animation: particle-animation-21 60s infinite;
  opacity: 0.04;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -4.2s;
          animation-delay: -4.2s;
  transform: translate3d(45vw, 30vh, 72px);
  background: #26d9a0;
}

@-webkit-keyframes particle-animation-22 {
  100% {
    transform: translate3d(8vw, 65vh, 66px);
  }
}

@keyframes particle-animation-22 {
  100% {
    transform: translate3d(8vw, 65vh, 66px);
  }
}
.particle:nth-child(22) {
  -webkit-animation: particle-animation-22 60s infinite;
          animation: particle-animation-22 60s infinite;
  opacity: 0.82;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.4s;
          animation-delay: -4.4s;
  transform: translate3d(3vw, 2vh, 18px);
  background: #d9267d;
}

@-webkit-keyframes particle-animation-23 {
  100% {
    transform: translate3d(21vw, 25vh, 78px);
  }
}

@keyframes particle-animation-23 {
  100% {
    transform: translate3d(21vw, 25vh, 78px);
  }
}
.particle:nth-child(23) {
  -webkit-animation: particle-animation-23 60s infinite;
          animation: particle-animation-23 60s infinite;
  opacity: 0.35;
  height: 5px;
  width: 5px;
  -webkit-animation-delay: -4.6s;
          animation-delay: -4.6s;
  transform: translate3d(29vw, 65vh, 70px);
  background: #cd26d9;
}

@-webkit-keyframes particle-animation-24 {
  100% {
    transform: translate3d(32vw, 43vh, 72px);
  }
}

@keyframes particle-animation-24 {
  100% {
    transform: translate3d(32vw, 43vh, 72px);
  }
}
.particle:nth-child(24) {
  -webkit-animation: particle-animation-24 60s infinite;
          animation: particle-animation-24 60s infinite;
  opacity: 0.43;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -4.8s;
          animation-delay: -4.8s;
  transform: translate3d(21vw, 85vh, 75px);
  background: #26d6d9;
}

@-webkit-keyframes particle-animation-25 {
  100% {
    transform: translate3d(3vw, 37vh, 69px);
  }
}

@keyframes particle-animation-25 {
  100% {
    transform: translate3d(3vw, 37vh, 69px);
  }
}
.particle:nth-child(25) {
  -webkit-animation: particle-animation-25 60s infinite;
          animation: particle-animation-25 60s infinite;
  opacity: 0.57;
  height:4px;
  width: 4px;
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  transform: translate3d(50vw, 32vh, 4px);
  background: #26d991;
}

@-webkit-keyframes particle-animation-26 {
  100% {
    transform: translate3d(11vw, 53vh, 84px);
  }
}

@keyframes particle-animation-26 {
  100% {
    transform: translate3d(11vw, 53vh, 84px);
  }
}
.particle:nth-child(26) {
  -webkit-animation: particle-animation-26 60s infinite;
          animation: particle-animation-26 60s infinite;
  opacity: 0.78;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -5.2s;
          animation-delay: -5.2s;
  transform: translate3d(83vw, 82vh, 18px);
  background: #2fd926;
}

@-webkit-keyframes particle-animation-27 {
  100% {
    transform: translate3d(20vw, 49vh, 97px);
  }
}

@keyframes particle-animation-27 {
  100% {
    transform: translate3d(20vw, 49vh, 97px);
  }
}
.particle:nth-child(27) {
  -webkit-animation: particle-animation-27 60s infinite;
          animation: particle-animation-27 60s infinite;
  opacity: 0.83;
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -5.4s;
          animation-delay: -5.4s;
  transform: translate3d(3vw, 61vh, 36px);
  background: #6226d9;
}

@-webkit-keyframes particle-animation-28 {
  100% {
    transform: translate3d(84vw, 44vh, 91px);
  }
}

@keyframes particle-animation-28 {
  100% {
    transform: translate3d(84vw, 44vh, 91px);
  }
}
.particle:nth-child(28) {
  -webkit-animation: particle-animation-28 60s infinite;
          animation: particle-animation-28 60s infinite;
  opacity: 0.82;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -5.6s;
          animation-delay: -5.6s;
  transform: translate3d(1vw, 3vh, 5px);
  background: #d93226;
}

@-webkit-keyframes particle-animation-29 {
  100% {
    transform: translate3d(15vw, 72vh, 91px);
  }
}

@keyframes particle-animation-29 {
  100% {
    transform: translate3d(15vw, 72vh, 91px);
  }
}
.particle:nth-child(29) {
  -webkit-animation: particle-animation-29 60s infinite;
          animation: particle-animation-29 60s infinite;
  opacity: 0.26;
  height: 2px;
  width:2px;
  -webkit-animation-delay: -5.8s;
          animation-delay: -5.8s;
  transform: translate3d(51vw, 29vh, 41px);
  background: #2656d9;
}

@-webkit-keyframes particle-animation-30 {
  100% {
    transform: translate3d(31vw, 87vh, 31px);
  }
}

@keyframes particle-animation-30 {
  100% {
    transform: translate3d(31vw, 87vh, 31px);
  }
}
.particle:nth-child(30) {
  -webkit-animation: particle-animation-30 60s infinite;
          animation: particle-animation-30 60s infinite;
  opacity: 0.89;
  height: 3px;
  width: 3px;
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
  transform: translate3d(89vw, 67vh, 35px);
  background: #d99a26;
}


/*==============menu Box==========*/
button {
position: relative;
top: 0;
right: 0;
background-color: #fff0;
border: 0;
padding: 22px;
z-index: 10;
}

  /* Icon */
  .bar {position: relative;}

    .bar:before, 
    .bar:after {
    content: "";
    position: absolute;
    }

    .bar:before, 
    .bar:after, 
    .bar {
    width: 28px;
    height: 2px;
    background: black;
    margin: 6px 0;
    display: block;
    }

    .bar:before { bottom: 100%; } 
    .bar:after { top: 100%; } 
    .bar.active:after { top: -3px; } 
    .bar.active:before { bottom: -9px; } 
    .bar.active { background-color: transparent; } 
    .bar, .bar:before, .bar:after { transition: all .25s linear !important; } 
    .bar.active:before,  .bar.active:after { transition-delay: .15s !important; } 
    .bar.active:before { transform: rotate(45deg); } 
    .bar.active:after { transform: rotate(-45deg); } 

.outside {
width: 25%;
min-width: 200px;
max-width: 250px;
height: 100%;
/*transform: translateX(-101%);*/
transition: all .5s cubic-bezier(0,0.05,0,1.3);
/*overflow: hidden;*/
}

  .in {
  /*transform: translateX(186%);*/
  transition: 0;
  }

  .inside {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  margin: auto;
  display: block;
  width: 20%;
  height: 100%;
  background: #ffffff00;
  border-right: 1px solid rgba(255,255,255,0.2);
  border-radius: 0 100% 100% 0;
  transition: all .25s cubic-bezier(1,0.05,1,1.5);
  transition-delay: .5s;

  }

  .in .inside {
  border-radius: 0;
  transition-delay: 0s;

  }

/* material animation */
  /*.inside:before {*/
  /*content: "";*/
  /*width: 2100px;*/
  /*height: 2100px;*/
  /*display: block;*/
  /*background-color: white;*/
  /*position: absolute;*/
  /*  top: -50%;*/
  /*  left: -100%;*/
  /*  z-index: -1;*/
  /*transition: all .75s linear;*/
  /*transition-delay: .15s;*/
  /*transform: scale(0);*/
  /*transform-origin: top right;*/
  /*border-radius: 1000px;}*/

    .outside.in .inside:before {
    /*transform: scale(1);*/

    }

/* Menu */

ul.menu {
list-style: none;
margin: 0;
padding: 0;
line-height: 2;
text-align: start;
}

.menu li {
background: #000720;
 padding: 10px 22px;
opacity: 0;
border-bottom: 1px solid rgba(255,255,255,.5);
color: #bfbebe;
transition: all .25s linear;
text-align: start;
}
/*.menu li:hover{*/
/*    background-color:red;*/
/*}*/
.menu li a{
    display:inline-block;
    padding: 2px 2px;
    color:#fff;
}

.in .menu li {
transform: translateX(0%);
opacity: 1;
}

.in .menu li:nth-child(1) { transition-delay: 1s; } 
.in .menu li:nth-child(2) { transition-delay: 1.15s; } 
.in .menu li:nth-child(3) { transition-delay: 1.25s; } 
.in .menu li:nth-child(4) { transition-delay: 1.35s; } 
.in .menu li:nth-child(5) { transition-delay: 1.45s; } 
.in .menu li:nth-child(6) { transition-delay: 1.55s; } 
.in .menu li:nth-child(7) { transition-delay: 1.65s; } 

/* Animation */

.in .inside {
  -webkit-animation: bounce 1s both;
}


/* Generated with Bounce.js. Edit at https://goo.gl/zdjCb0 */

@-webkit-keyframes bounce { 
 0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  27.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1); }
  29.73% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -49.785, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -49.785, 0, 0, 1); }
  31.61% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.659, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.659, 0, 0, 1); }
  33.06% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -23.527, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -23.527, 0, 0, 1); }
  34.43% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.089, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30.089, 0, 0, 1); }
  36.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.067, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -18.067, 0, 0, 1); }
  39.2% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.115, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.115, 0, 0, 1); }
  42.09% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.347, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -8.347, 0, 0, 1); }
  46.79% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.013, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.013, 0, 0, 1); }
  49.68% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.316, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2.316, 0, 0, 1); }
  54.38% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); }
  57.27% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.643, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.643, 0, 0, 1); }
  62.05% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.007, 0, 0, 1); }
  64.86% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.178, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.178, 0, 0, 1); }
  69.64% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0, 0, 1); }
  72.53% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.049, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.049, 0, 0, 1); }
  77.23% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  80.12% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.014, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.014, 0, 0, 1); }
  84.82% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  87.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.004, 0, 0, 1); }
  92.48% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
  95.3% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.001, 0, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}






.logo {
    display: inline-block;
    width: 50%;
}
.header .logo img {
    width: 100%;
}

.ml2 {
     font-weight: 600;
    font-size: 26px;
    color:  #0d5382;
    font-family: math;
    margin: 0;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
.top-box {
    width:25%;
}
.midbox {
    width:50%;
        text-align: center;
}
.last-box {
    width: 25%;
    text-align: end;
}

.contact .info-item h4,.footer h4 ,.about-top-text h3 ,.about .content h3,.about .content ul h5 ,.banner-textbox h2,.featured-services h3,.ser-box1 h3,.hover-content h3 ,.digitalbox h3{
    color: #0d5382;
}
.contact-content h3 {
    font-size: 35px;
    font-weight: 700;
    color: #0d5382;
}
.about-top-box:hover .about-top-text h3{
    color: #fefefe !important;
}
.hero p {
    font-size: 53px;
    font-weight: 500;
    margin-bottom: 40px;
    font-family: customefont;
    color: #0d5382;
    line-height: 48px;
}
.ser-box1 h3:last-child {
    color: rgb(76 76 76);
    font-weight: 400;
    font-size: 24px !important;
}

.card-all h3,.features .features-item h3 {
  color: #0d5382 !important;  
}
.hover-content h3 {
     text-shadow: 1px 7px 13px #0d538261;
    font-weight: 500;
    font-size: 28px;
   
}
.hover-content p{
    opacity:0;
}
li.activehover {
    backdrop-filter: blur(22px);
}
.activehover h3{
    color:#fff !important;
    text-shadow: 0px 0px 8px #ccc !important;
}
.activehover p{
    opacity:1;
}
.hover-content p {
    text-shadow: 0px 2px 5px #00000075;
}

.footer h4{
    font-weight:700;
}

@media only screen and (min-width: 1400px) {
.ml2 {
     font-weight:600;
    font-size: 30px;
    color:  #0d5382;
}
}



@media only screen and (max-width: 1200px) {
 .ml2 {
    font-size: 22px
 }
}


@media only screen and (max-width:1068px) {
.midbox {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-bottom: 1px solid #0a649769;
    padding: 13px;
}
.inside {
   width: 35%;  
}
 .ml2 {
    font-size: 24px
 }
.top-box {
    width: 50%;
}
.last-box {
    width: 50%;
    text-align: end;
}
.b-header {
    padding-top:70px;
}
}


@media only screen and (max-width:600px) {
   .inside {
    width: 50%;
} 
.ml2 {
    font-size: 20px;
}
.img-box-sucess{
 background-size: contain;   
}
.logo {
    width: 65%;
}
#myVideo {
    margin-top: 79px;
}
.banner-textbox h2 {
    font-size: 33px;
}
}

@media only screen and (max-width:420px) {
 .ml2 {
    font-size: 15px;
} 
.top-box {
    width: 65%;
}
.last-box {
    width: 35%;
}
}


.ser-box1 h2 {
    font-size: 32px;
    color: #0d5382;
}
.featured-services h2 {
    font-size: 35px;
    font-weight: 700;
        color: #0d5382;
}

.about .content h1 {
    font-weight: 500;
    font-size: 40px;
    font-family: var(--font-secondary);
    color: #0d5382;
}
.about .content h1 span {
    color: #85979b;
}
.contact-content h1 {
    font-size: 35px;
    font-weight: 700;
    color: #0d5382;
}

.features .features-item h1,.features .features-item h2,.features .features-item h3,.features .features-item h4,.features .features-item h5 {
    font-weight: 600;
    font-size: 35px;
    color: #0d5382;
}

.social-links a {
    font-size: 18px;
    display: inline-block !important;
    background:white;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    line-height: 20px;
}
.social-links a i{
    color:#fff;
}



/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 560px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 35px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry-content h2{
  font-size: 28px;   
}
.blog .entry-content h3{
  font-size: 22px;   
}

.blog .entry-content h4{
  font-size: 18px;   
}

.blog .entry .entry-title a {
  color:#223136;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #00563b;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #72afce;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: left;
  text-align-last: left;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #00563b;
  color: #fff;
  padding: 8px 20px;
  transition: 0.3s;
  font-size: 14px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #7aafcb;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #00563b;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #4c99c1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #255269;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #00563b;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #00563b;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(30, 67, 86, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

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



.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #00563b;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #00563b;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #00563b;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #00563b;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #3f8db5;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #e4eff5;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #00563b;
  background: #00563b;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #bedae8;
  font-size: 14px;
}
.entry-content ul li{
    margin-top:10px;
    list-style: disc;
}

.footer-bottom{
    padding:20px 0;
    text-align:center;
      background: #19272b;
}
.footer-bottom p{
    color:#fff;
     text-align:center;
     margin:0;
     padding:0;
}
.footer-bottom p a{
    color:#fff!important;
}

.entry-img {
    border: 1px solid #ededed;
}

/*===========Before After Slider*/
.re-touch .beforeAfter{
     width: 90%;
    margin: auto;
    height: 450px;
    background: #192225;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
   border-radius: 10px;
   position:relative;
    
}


.con-box{
    position:relative;
}

 .pattern {
            width: 300px;
            height: 300px;
            background-image: 
                linear-gradient(45deg, #f8f9f9 25%, #00000000 25%), 
                linear-gradient(-45deg, #f8f9f9 25%, #00000000 25%), 
                linear-gradient(45deg, #00000000 75%, #f8f9f9 75%), 
                linear-gradient(-45deg, #00000000 75%, #f8f9f9 75%);
            background-size: 50px 50px;
        }

.beforeAfter img{
    width:100%;
    height:100%; 
    object-fit:contain;
}
.abouttop li{
    color: #192225;
}
.after-text h2{
    font-size: 55px;
    color: #192225;
    font-weight: 600;
}

.after-text h3{
    color: #525d61;
    font-size: 28px;
    font-weight: 300;
}

.digitalbox ul li {
    list-style: none;
    margin-top: 15px;
    color: #192225;
    display: flex;
        align-items: baseline;
}


.after-text ul li i{
    display:inline-block;
    padding-right:10px;
} 

/*========bg remove section design=========*/
.bg-remove-box .beforeAfter{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    height: auto;
    width:100%;
}

.bg-remove-box img{
    width:100%;
    height:100%;
    object-fit:contain;
}

/*==============New Service Box===========*/
.new-ser-box {
    height: 300px;
    border: 0px solid #ccc;
    position:relative;
    overflow:hidden;
}
.new-ser-box::after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#19272b;
}

.new-ser-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.right-img-new {
    height: 100%;
}
.right-img-new img{
   width:100%;
    height:100%;
    object-fit:cover;  
}
.text-ser {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.text-ser h3{
    color:#fff;
}


#div1 {
  background-image: url('../img/h-1.webp');
}

#div2 {
  background-image: url('../img/h-2.webp');
}

#div3 {
  background-image: url('../img/h-3.webp');
}


/*======================tab-e-commerce============*/
.tab-e-commerce{
    padding:25px 0;
    text-align:center;
}

.tab-e-commerce h3{
    font-size:30px;
    font-weight:700;
    padding:15px 0;
    
}
.tab-btn ul{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:3px 0;
/*background: linear-gradient(145deg, #d2dde5, #f9ffff);*/
/*box-shadow:  28px 28px 56px #afb8bf,*/
/*             -28px -28px 56px #ffffff;*/

border-radius: 50px;
background: linear-gradient(145deg, #d2dde5, #f9ffff);
/*box-shadow:  28px 28px 100px #afb8bf,*/
/*             -28px -28px 100px #ffffff;*/
    box-shadow: 7px 12px 29px -15px #afb8bf, -28px -28px 100px #ffffff;
        width: 330px;
   margin: auto;
   margin-bottom:25px;
}

.tab-btn ul li{
    padding:3px 50px;
    margin:5px 10px;
    border-radius:10px;
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    width: auto;
    font-family: "Dm Sans", sans-serif;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 25px;
    color: #20282d;
    /*background-color: #fff;*/
    cursor: pointer;
     transition: background-color 0.3s ease;
     z-index:1;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.tab-btn ul li.active::after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background-color: #20282d00;
    top:0;
    left:0;
    z-index:-1;
     border-radius: 25px;
      transition: background-color 0.3s ease;
    
}


.tab-link.active{
    transition:0.5s all;
        color: #20282d;
         box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        /*background-color: #eee;*/
        /*border:1px solid #20282d;*/
        
        transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for tab color */
}
.img-tab-box{
    width:100%;
    height:auto;
    text-align: center;
}

.color-design{
    padding-top:0px;
}

.color-design h4{
    font-size:18px;
    font-weight:500;
    color:#000;
}

.color-design ul{
    padding:0;
    margin:0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.color-design ul li {
    width: 75px;
    height: 80px;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #00000000;
}
.color-design ul li img{
   width:100%;
    height:100%; 
    object-fit: contain;
    border-radius:0px;
}

.tab-e-commerce ul.abouttop li i {
    padding-right: 6px;
}

.color-design .active-img {
    border-color: #20282d !important;
}


.ser-area .icons-ser-all {
    width: 80px;
    height: 80px;
    margin: auto;
}


.ser-area .card-all {
    text-align: center;
    min-height: 435px;
}




/*==============responsive=========*/

@media only screen and (max-width:1200px) {
    
   .breadcrumbs .page-header {
    padding: 180px 0 80px 0 !important;
    min-height: 250px !important;
   }
   .breadcrumbs .page-header h2 {
    font-size: 30px;
   }
   
   .tab-e-commerce .container{
               max-width: 100% !important;
   }
   .header .logo img {
    width: 55%;
}
  
}





  @media only screen and (max-width: 990px) {
    .breadcrumbs .page-header {
        padding: 140px 0 80px 0 !important;
        min-height: 170px !important;
    }
    .blog .entry .entry-title {
    font-size: 23px;
    }
    .img-tab-box {
    text-align: start;
}
.tab-e-commerce{
    position:relative;
}
.header .logo img {
    width: 100%;
}

}

 @media only screen and (max-width: 768px) {
    .breadcrumbs .page-header {
                padding: 100px 0 80px 0 !important;
        min-height: 144px !important;
    }
 }    


@media only screen and (max-width:420px) {
.img-sucess {
    height: 50vh;
}
.img-box-sucess{
   height: 50vh; 
}
.banner-textbox{
   align-items: flex-start; 
}
.featured-services h2 {
    font-size: 25px;
}
#myVideo {
    margin-top: 128px;
}
.banner-textbox h2 {
    font-size: 28px;
}
.about .content h1 {
    font-weight: 500;
    font-size: 28px;
}
.card-all h3 {
    padding: 5px 0;
    font-size: 22px;
}
.blog .entry .entry-title {
    font-size: 21px;
}
.blog .entry-content h2 {
    font-size: 20px;
}
.blog .entry .entry-content h3 {
    font-size: 18px;
}
.icons-global {
    padding-left: 10px;
}
    .breadcrumbs .page-header {
        padding: 113px 0 9px 0 !important;
        min-height: 124px !important;
            background-size: contain;
    }
    
    .after-text h2 {
    font-size: 42px;
    }
}

