/********** Template CSS **********/
:root {
    --primary: #6222CC;
    --secondary: #FBA504;
    --light: #F6F4F9;
    --dark: #04000B;
}

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Heebo", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #726D7B;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

ul{
    list-style: none;
    padding: 0;
}

/* ---------------------- */
.small {
    display: none;
  }
  
  #main_header{
    border-bottom: 2px solid #fff;
  }
  
  a.navbar-brand img {
    width: 196px;
  }
  
  .header_menu li a {
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    padding: 29px 19px;
    display: inline-block;
  }
  
  .header_menu li a:hover {
    color: var(--theme-color-second);
  }
  
  .hd_info {
    display: flex;
    align-items: center;
    gap: 10px;
  
    flex-wrap: wrap;
  }
  
  a.comon-btn {
    background: var(--theme-color-second);
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 12px 6px;
    border-radius: 5px;
    width: 14rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
  }
  
  a.comon-btn:hover {
    background: var(--theme-color-second);
    color: #fff;
  }
  
  a.btn-white {
    background: #fff;
    color: #1e1e1e;
  }
  
  .header_menu li a {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 29px 14px;
    display: inline-block;
    font-weight: 500;
}
  
  .navbar li:hover a {
    color: var(--theme-color-second);
  }
  
  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
  
  @media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
      right: 0;
      left: auto;
    }
    .top-header ul {
      list-style: none;
      display: flex;
      justify-content: center;
      gap: 6px 16px;
      flex-wrap: wrap;
      text-align: end;
      margin: 0;
  }
    .navbar li .dropdown-menu {
      display: block;
      opacity: 0;
      visibility: hidden;
      transition: .3s;
      margin-top: 0;
    }
  
    .navbar li:hover a {
      color: var(--secondary);
    }
  
    .navbar .dropdown-menu.fade-down {
      top: 80%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
    }
  
    .navbar .dropdown-menu.fade-up {
      top: 180%;
    }
  
    .navbar li:hover .dropdown-menu {
      transition: .3s;
      opacity: 1;
      visibility: visible;
      top: 100%;
      transform: rotateX(0deg);
    }
  }

  #main_header .sub-menu{
    position: relative;
  }
  #main_header ul.sub-menu-2 {
    position: absolute;
    background: #fff;
    right: -211px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}

#main_header ul.sub-menu-3 {
    position: absolute;
    background: #fff;
    right: -196px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}

#main_header .sub-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* font-weight: bold; */
}
#main_header ul.sub-menu-4 {
    position: absolute;
    background: #fff;
    right: -190px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}
#main_header ul.sub-menu-5 {
    position: absolute;
    background: #fff;
    right: -180px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s;
}
#main_header .sub-menu:hover  ul.sub-menu-2, #main_header .sub-menu:hover  ul.sub-menu-3, #main_header .sub-menu:hover  ul.sub-menu-4, #main_header .sub-menu:hover  ul.sub-menu-5 {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
}
  
  ul.dropdown-menu.fade-up li a:hover {
    color: var(--primary)!important;
    background: var(--theme-color-second);
  }
  
  #main_header ul.dropdown-menu.fade-up li:last-child {
    border-bottom: 0px;
  }
  
  #main_header ul.dropdown-menu.fade-up li {
    border-bottom: 1px solid #c1c0bd;
    margin: 0 0 0 0;
  }
  
  ul.dropdown-menu.fade-up li a {
    color: #000 !important;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 11px 12px;
  }
  
  ul.dropdown-menu.fade-up {
    border: none;
    background: #fff;
    padding: 0 0;
    min-width: inherit;
    width: 200px;
    border-radius: 0px;
  }
  
  .link-sm-2 i {
    top: -9px !important;
  }
  
  .link-sm-2 {
    position: relative;
  }
  
  
  .sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
  }
  
  .sticky-top-1.sticky {
    background: #fff !important;
    z-index: 9999999999999;
  }
  
  #main_header{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  #main_header .btn {
    font-weight: 500;
    transition: .5s;
    width: 12rem;
    padding: 10px 0 !important;
    background: #fff;
    color: #000;
}

  
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Heading ***/
h1,
h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
h4,
.fw-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
    width: 12rem;
    padding: 10px 0 !important;
}

.btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 34px 0;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: var(--light) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--secondary) !important;
}

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 21px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary);
    }

    .navbar-light .navbar-nav .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar-light .btn {
        color: var(--dark);
        background: #FFFFFF;
    }

    .sticky-top.navbar-light .btn {
        color: var(--dark);
        background: var(--secondary);
    }
}


/*** Hero Header ***/
.hero-header {
    margin-bottom: 6rem;
    padding: 170px 0;
    background: url(../img/blob-top-left.png), url(../img/blob-top-right.png), url(../img/blob-bottom-left.png), url(../img/blob-bottom-right.png), url(../img/blob-center.png), url(../img/bg-bottom.png);
    background-position: left 0px top 0px, right 0px top 0px, left 0px bottom 0px, right 0px bottom 0px, center center, center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 991.98px) {
    .hero-header {
        padding: 6rem 0 9rem 0;
    }
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.section-title span:first-child,
.section-title span:last-child {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    width: 30px;
    height: 2px;
}

.section-title span:last-child {
    margin-right: 0;
    margin-left: 30px;
}

.section-title span:first-child::after,
.section-title span:last-child::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 0;
    right: -20px;
}

.section-title span:last-child::after {
    right: auto;
    left: -20px;
}

.section-title.text-primary span:first-child,
.section-title.text-primary span:last-child,
.section-title.text-primary span:first-child::after,
.section-title.text-primary span:last-child::after {
    background: var(--primary);
}

.section-title.text-secondary span:first-child,
.section-title.text-secondary span:last-child,
.section-title.text-secondary span:first-child::after,
.section-title.text-secondary span:last-child::after {
    background: var(--secondary);
}

.section-title.text-white span:first-child,
.section-title.text-white span:last-child,
.section-title.text-white span:first-child::after,
.section-title.text-white span:last-child::after {
    background: #FFFFFF;
}
.top-header ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
  text-align: end;
  margin: 0;
}
.top-header {
  background: #41168b;
  padding: 5px;
}

.top-header ul  li a{
  color: #fff;
  font-size: 18px;
}
/*** Feature ***/
.feature-item {
  transition: .5s;
  height: 100%;
}

.feature-item:hover {
    margin-top: -15px;
}


/*** About ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Fact ***/
.fact {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Service ***/
.service-item {
  position: relative;
  padding: 45px 30px;
  background: var(--light);
  overflow: hidden;
  transition: .5s;
  height: 100%;
}

.service-item:hover {
    margin-top: -15px;
    padding-bottom: 60px;
    background: var(--primary);
}

.service-item .service-icon {
    margin: 0 auto 20px auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    background: url(../img/blob-primary.png) center center no-repeat;
    background-size: contain;
    transition: .5s;
}

.service-item:hover .service-icon {
    color: var(--dark);
    background: url(../img/blob-secondary.png) center center no-repeat;
    background-size: contain;
}

.service-item h5,
.service-item p {
    transition: .5s;
}

.service-item:hover h5,
.service-item:hover p {
    color: #FFFFFF;
}

.service-item a.btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px 40px 0 0;
    transition: .5s;
    z-index: 1;
}

.service-item a.btn:hover {
    color: var(--dark);
    background: var(--secondary);
}

.service-item:hover a.btn {
    bottom: 0;
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(98, 34, 204, .9);
    transition: .5s;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}


/*** Newsletter ***/
.newsletter {
    margin: 6rem 0;
    background:
        url(../img/blob-top-left.png),
        url(../img/blob-top-right.png),
        url(../img/blob-bottom-left.png),
        url(../img/blob-bottom-right.png),
        url(../img/blob-center.png);
    background-position:
        left 0px top 0px,
        right 0px top 0px,
        left 0px bottom 0px,
        right 0px bottom 0px,
        center center;
    background-repeat: no-repeat;
}


/*** Testimonial ***/
.testimonial-carousel .testimonial-item {
    padding: 0 30px 30px 30px;
}

.testimonial-carousel .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 60px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}


/*** Team ***/
.team-item .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


.map iframe{
  width: 100%;
  height: 455px;
}

/*** Footer ***/
.footer {
    margin-top: 6rem;
    padding-top: 9rem;
    background:
        url(../img/bg-top.png),
        url(../img/map.png);
    background-position:
        center top,
        center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(256, 256, 256, .1);
    border-radius: 40px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
    color: var(--secondary);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer ul.list-unstyle li a {
  color: #fff;
  margin-bottom: 15px;
  display: inline-block;
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.footer .copyright a:hover,
.footer .footer-menu a:hover {
    color: var(--secondary);
}

/* **************************** */
@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1280px;
    }
}
footer .ft_logo img {
	width: 210px;
	margin-bottom: 28px;
}








@media screen and (max-width: 992px) {
    .small {
      display: block;
      transition: all 0.3s ease-in-out;
    }
    
    .small nav {
      padding: 15px 0;
    }
    
    .small nav .container-flex {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
    }
    
    .small nav .menu {
      width: 40px;
      height: 40px;
      background: var(--secondary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
    }

    .small img{
        width: 150px;
    }
  
    .small nav .menu-2{
      width: 40px;
      height: 40px;
      background: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #fff;
      cursor: pointer;
      border-radius: 5px;
    }
    
    .small nav .sidebar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 260px;
      height: 100%;
      background: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.4s ease-in-out;
      z-index: 1000;
    }
    
    .small.show .sidebar {
      left: 0;
    }
    
    .small nav .sidebar>ul {
        margin-top: 70px !important;
        height: 80vh;
        overflow-y: scroll;
    }
    
    .small nav .sidebar>ul>li {
      padding: 10px;
     
    }
    
    .small nav .sidebar ul>li:last-child {
      border-bottom: none;
    }
    
    .small nav .sidebar ul>li>a {
      color: #000;
      padding: 4px;
      font-size: 17px;
      text-transform: capitalize;
    }
    
    .small nav .sidebar>ul>li.link-sm {
      position: relative;
    }
    
    .small nav .sidebar ul li.link-sm i {
      position: absolute;
      top: 3px;
      right: 0px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      font-size: 19px;
      color: #1e1e1e;
      font-weight: 700;
    }
    
    .small nav .sidebar ul.sub-menu-sm {
      max-height: 0;
      overflow: hidden;
      transition: all .3s ease-in-out;
      margin-top: 0px !IMPORTANT;
    }
    
    .small nav .sidebar ul.sub-menu-sm li {
      padding: 4px 16px;
    }
    
    .small .times {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      background: #0e0e0e;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 18px;
      cursor: pointer;
    }
    
    .small .overlay {
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s ease-in-out;
      z-index: 1000;
    }
    
    .small.show .overlay {
      opacity: 1;
      pointer-events: all;
    }
    
    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
    
      font-size: 14px;
    }
    
    .small {
      display: block;
    }
   
  
  

  
  
  p br{
    display: none;
  }
  
  header#main_header {
    display: none;
  }
 
  .banner_sec .hd_info{
    justify-content: center;
  }
  }


  
.recognized-sec .social-icon {
  margin-bottom: 95px;
}

.recognized-sec h2 span {
  font-size: 38px;
}

.recognized-sec .social-icon img {
  transition: 0.3s;
}

@keyframes bouncse-1 {
  0% {
      transform: scale(1.0);
  }

  50% {
      transform: scale(1.06);

  }

  100% {
      transform: scale(1.0);
  }
}

.recognized-sec .social-icon a:hover img {
  transition: 0.3s;
  animation: bouncse-1 1s ease-in;
}

.recognised-2 {

  background-color: #f9f9f9
}




.blog-sec .blog-box img {
  border-radius: 8px;
}


.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 19px 35px;
  border-radius: 8px;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}
.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #fff;
  background-color: #6222cc;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  /* border: 1px solid #00183f; */
  border: none;
  padding: 15px 20px;
  /* border-radius: 8px; */
  font-weight: 600;
  transition: 0.5s;
  border-radius: 55px;
  letter-spacing: 1px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #000;
  /* border: 1px solid #1c1c1c3b; */
  color: #fff;
  transition: 0.5s;
}


/* .inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
} */

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 21px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

.main-sec .heading a {
  color: #606060;
}


.career_sec input{
  padding: 15px;
}

.career_sec label{
  margin-bottom: 15px;
  font-weight: 600;
  color: var(--primary);
}

.career_sec button{
  padding: 15px!important;

}



.web-development-tech-we-work h4 {
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 600;
  color: var(--primary);
}


.web-development-tech-we-work .develop_pack img {
  width: 85px;
  transform: rotate(0deg);
  margin-bottom: 15px;
  transition: 0.6s;
}

.web-development-tech-we-work .develop_pack {
  padding: 23px 25px;
  border: 1px solid var(--primary);
  border-radius: 10px;
  height: 100%;
}

.web-development-tech-we-work .develop_pack:hover img {
  transform: rotate(180deg);
  transition: 0.6s;
}

.web-development-tech-we-work .dev-link {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}

.web-development-tech-we-work .content h4 {
  margin: 0;
  color: #000;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 2px;
}


/* inner-banner */
.inner-banner {
  padding: 120px 0 30px;
}