@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
 
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif !important;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 background-color: #181A20 !important;
}


* {
  outline: none;
}

a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

p {
  color: rgb(209 213 219);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0px;
}

.container-fluid {
  padding: 0px 20px !important;
}

.container {
  width: 100%;
  max-width: 1650px !important;
  padding: 0px 20px !important;
}

.header_mainsec {
  position: relative;
  z-index: 99;
}

.header_mainsec.sticky {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background-color: #111827;
  border-bottom: 1px solid rgb(31 41 55);
}

.navbar-brand {
  color: transparent !important;
  font-size: 30px !important;
  font-weight: 700;
  line-height: 40px;
  width: 220px;
  background-image: linear-gradient(to right, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
}

.header_mainsec .navbar_mainsec {
  justify-content: center;
}

.header_mainsec .navbar_mainsec .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  padding: 10px 20px;
}

.header_mainsec .navbar_mainsec .navbar-nav .nav-item .nav-link:hover {
  color: rgb(96 165 250);
}

.header_mainsec .navbar_mainsec .navbar-nav .nav-item .nav-link.active {
  color: rgb(96 165 250);
}

.header_mainsec .rightbtn {
  width: 220px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: end;
}

.btn_mainsec .btn_style {
  background-image: linear-gradient(to right, #3b82f6, #9333ea);
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 25px;
  display: inline-block;
  cursor: pointer;
}

.btn_mainsec .btn_style:hover {
  background-image: linear-gradient(to right, #9333ea, #3b82f6);
  color: #fff;
}

.footer_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: rgb(17 24 39);
}

.footer_mainsec .logo_box {
  margin-bottom: 20px;
}

.footer_mainsec .contnt_box {
  margin-bottom: 30px;
  padding-right: 60px;
}

.footer_mainsec .contnt_box p {
  color: rgb(156 163 175);
  font-weight: 500;
}

.footer_mainsec .menubox.services_menu {
  padding-left: 60px;
}

.socialmedia_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
}

.socialmedia_box ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: scale(1);
}

.socialmedia_box ul li a:hover {
  transform: scale(1.2);
}

.facebookicon {
  background-color: #3b5998 !important;
}

.twittericon {
  background-color: #1da1f2 !important;
}

.instagramicon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.youtubeicon {
  background-color: #CD201F !important;
}

.twitterxicon {
  background-color: #14171A !important;
}

.telegramicon {
  background-color: #08C !important;
}

.socialmedia_box ul li a i {
  font-size: 22px;
}

.socialmedia_box ul li a img {
  width: 16px;
  height: auto;
}

.footer_mainsec .menubox .titlebox h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer_mainsec .menubox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.footer_mainsec .menubox ul li a {
  color: rgb(156 163 175);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding: 4px 0px;
  display: inline-block;
  cursor: pointer;
}

.footer_mainsec .menubox ul li a:hover {
  color: rgb(96 165 250);
}

.copyright_mainsec {
  position: relative;
  background-color: rgb(17 24 39);
}

.copyright_mainsec .copyright_txt {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  border-top: 1px solid rgb(31 41 55);
}

.copyright_mainsec .copyright_txt p {
  color: rgb(156 163 175);
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.homebanner_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-image: linear-gradient(to right, #111827,rgba(88, 28, 135, 0.2) , rgba(30, 58, 138, 0.2));
  min-height: 800px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin-top: -75px;
}

.homebanner_mainsec .contntbox {
  text-align: center;
  margin: 0px auto;
}

.homebanner_mainsec .contntbox h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  line-height: 77px;
  margin-bottom: 20px;
}

.gradianttxt {
  background-image: linear-gradient(to right, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.homebanner_mainsec .contntbox p {
  color: rgb(209 213 219);
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}

.homebanner_mainsec .contntbox .btn_mainsec {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}

.btn_mainsec .btn_style.borderbtn {
  background: transparent !important;
  border: 2px solid #fff;
}

.btn_mainsec .btn_style.borderbtn:hover {
  border: 2px solid #3e7ff6;
  color: #3e7ff6;
}

.homebanner_mainsec .btn_mainsec .btn_style {
  padding: 15px 35px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.counter_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #2d2d50;
}

.stats-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  text-align: center;
}

.stat-card {
  background-image: linear-gradient(to right, #3b82f6, #9333ea);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-value {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.stat-title {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
}

.services_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #111827;
}

.topcontnt {
  text-align: center;
  width: 60%;
  margin: 0px auto;
  margin-bottom: 50px;
}

.topcontnt h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 20px;
}

.topcontnt p {
  color: rgb(209 213 219);
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}






.services_mainsec .servicesbox {
  background-color: #1f293780;
  border: 1px solid rgb(55 65 81);
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 24px;
  min-height: 275px;
  transform: translate(0px, 0px);
  transition-duration: .3s;
}

.services_mainsec .servicesbox:hover {
  box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.1);
  border: 1px solid #3b82f680;
}

.services_mainsec .servicesbox .iconbox {
  margin-bottom: 20px;
}

.services_mainsec .servicesbox .iconbox svg {
  color: rgb(96 165 250);
  width: 32px;
  height: 32px;
}

.services_mainsec .servicesbox:hover .iconbox svg {
  color: rgb(192 132 252);
}

.services_mainsec .servicesbox .contntbox h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
  transition-duration: .3s;
}

.services_mainsec .servicesbox:hover .contntbox h3 {
  color: rgb(96 165 250);
}

.services_mainsec .servicesbox .contntbox > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.services_mainsec .full_contntbox .innerbox .titlebox h3 {
  color: rgb(96 165 250);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 30px;
  transition-duration: .3s;
}

.services_mainsec .full_contntbox .innerbox .contntsec h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 10px;
}

.services_mainsec .full_contntbox .innerbox .contntsec ul {
  padding-left: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.services_mainsec .full_contntbox .innerbox .contntsec ul li {
  color: rgb(209 213 219);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.services_mainsec .servicesbox .full_contntbox .innerbox .closebtn {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.services_mainsec .servicesbox .full_contntbox .innerbox .closebtn .close {
  color: #fff;
  font-size: 33px;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
}

.servicesbox.active {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.servicesbox .full_contntbox {
  position: absolute;
  top: -1px;
  left: -1px;
  background: #1c273d;
  border: none;
  border-radius: 16px;
  width: 0px;
  height: auto;
  z-index: 100;
  padding: 0px;
  animation: fadeIn 0.3s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.servicesbox .full_contntbox.open {
  opacity: 1;
  visibility: visible;
  border: 1px solid rgb(55 65 81);
  padding: 20px;
  width: 1065px;
}

.servicesbox .full_contntbox.closing {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}

.services_mainsec .servicesbox .contntbox .txtbtn_sec .btn_style {
  color: rgb(96 165 250);
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  cursor: pointer;
}

.services_mainsec .servicesbox .contntbox .txtbtn_sec .btn_style:hover {
  color: rgb(192 132 252);
}

.servicesbox .full_contntbox .innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.servicesbox .full_contntbox .imgsec {
  width: 50%;
  height: 532px;
  overflow: hidden;
  border-radius: 16px;
}

.servicesbox .full_contntbox .imgsec img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.servicesbox .full_contntbox .contnt_mainsec {
  width: 50%;
  padding-left: 30px;
  padding-top: 10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.services_mainsec .servicesbox.active.service-three .full_contntbox {
  left: inherit;
  right: -1px;
}

.services_mainsec .servicesbox.active.service-six .full_contntbox {
  left: inherit;
  right: -1px;
  top: inherit;
  bottom: -1px;
}

.services_mainsec .servicesbox.active.service-two .full_contntbox {
  left: -545px;
}

.services_mainsec .servicesbox.active.service-four .full_contntbox {
  top: inherit;
  bottom: -1px;
}

.services_mainsec .servicesbox.active.service-five .full_contntbox {
  top: inherit;
  bottom: -1px;
  left: -545px;
}







.casestudies_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #141c2c;
}

.casestudies_box {
  background-image: linear-gradient(to right, rgba(59, 130, 246, 0.1), rgba(168, 85, 247, 0.1));
  border: 1px solid rgb(55 65 81);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}

.casestudies_box h3 {
  color: rgb(96 165 250);
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 16px;
}

.casestudies_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.casestudies_box ul li {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.casestudies_box ul li .headingtxt {
  color: rgb(156 163 175);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.casestudies_box ul li .contnttxt {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

.greentxt {
  color: rgb(74 222 128) !important;
}

.casestudies_mainsec .point_mainsec {
  margin-top: 48px;
}

.casestudies_mainsec .point_mainsec h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 20px;
}

.casestudies_mainsec .point_mainsec ul {
  padding-left: 35px;
  margin-bottom: 20px;
  list-style: none;
}

.casestudies_mainsec .point_mainsec ul li {
  color: rgb(209 213 219);
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 16px;
  position: relative;
}

.casestudies_mainsec .point_mainsec ul li::before {
  content: "";
  background-image: url(../img/checkedicon.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -2px;
  left: -37px;
}

.casestudies_mainsec .point_mainsec .btn_mainsec {
  margin-top: 30px;
}

.campaign_performance {
  margin-top: 48px;
}

.campaign_performance {
  margin-top: 48px;
  background-image: linear-gradient(to right, rgba(59, 130, 246, 0.2), rgba(168, 85, 247, 0.2));
  border: 1px solid rgb(55 65 81);
  border-radius: 16px;
  padding: 32px;
  position: relative;
}

.campaign_performance .campaign_innerbox {
  background-color: #111827cc;
  border-radius: 16px;
  padding: 24px;
}

.campaign_performance .campaign_innerbox .titlebox {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.campaign_performance .campaign_innerbox .titlebox h5 {
  color: rgb(156 163 175);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 0px;
}

.campaign_performance .campaign_innerbox .titlebox svg {
  color: rgb(74 222 128);
}

.campaign_performance .campaign_innerbox .growthvalue h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 10px;
}

.campaign_performance .campaign_innerbox .growthvalue span {
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.campaign_performance .campaign_innerbox .growthvalue {
  margin-bottom: 20px;
}

.campaign_performance .campaign_innerbox .contntbox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.campaign_performance .campaign_innerbox .contntbox ul li {
  color: rgb(209 213 219);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.clientstories_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #111827;
}

.clientstories_box {
  background-color: #1f293780;
  border: 1px solid rgb(55 65 81);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 24px;
  min-height: 235px;
  transform: translate(0px, 0px);
  transition-duration: .3s;
}

.clientstories_box:hover {
  box-shadow: 0 25px 50px -12px rgba(59, 130, 246, 0.1);
  border: 1px solid #3b82f680;
  transform: translate(0px, -8px);
}

.clientstories_box .starbox {
  margin-bottom: 20px;
}

.clientstories_box .starbox i {
  color: rgb(250 204 21);
  font-size: 18px;
  margin-right: 2px;
}

.clientstories_box .contntbox p {
  font-size: 15px;
  margin-bottom: 24px;
}

.clientstories_box .contntbox .namebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.clientstories_box .contntbox .namebox .imgbox {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.clientstories_box .contntbox .namebox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.clientstories_box .namebox h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0px;
}

.clientstories_box .namebox span {
  color: rgb(156 163 175);
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.cta_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-image: linear-gradient(to right, #3b82f6, #9333ea);
}

.cta_mainsec .topcontnt {
  width: 65%;
  margin-bottom: 0px;
}

.cta_mainsec .topcontnt p {
  color: rgb(219 234 254);
}

.cta_mainsec .topcontnt .btn_mainsec {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cta_mainsec .topcontnt .btn_mainsec .btn_style {
  background: #fff;
  border: 2px solid #fff;
  color: rgb(37 99 235);
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}

.cta_mainsec .topcontnt .btn_mainsec .btn_style:hover {
  background: rgb(37 99 235);
  border: 2px solid rgb(37 99 235);
  color: #fff;
}

.cta_mainsec .topcontnt .btn_mainsec .btn_style.borderbtn {
  color: #fff;
}

.cta_mainsec .topcontnt .btn_mainsec .btn_style.borderbtn:hover {
  background-color: #fff !important;
  border: 2px solid #fff;
  color: rgb(37 99 235);
}

.articals_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #141c2c;
}

.articals_mainbox {
  position: relative;
  margin-bottom: 25px;
}

.title_mainsec h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 57px;
  margin-bottom: 30px;
}

.articals_mainbox .articals_imgbox {
  width: 100%;
  height: 265px;
  border-radius: 10px;
  overflow: hidden;
}

.articals_mainbox .articals_imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  transition: 0.6s ease-in-out;
  object-fit: cover;
}

.articals_mainbox:hover .articals_imgbox img {
  transform: scale(1.1);
}

.articals_mainbox .articals_contntbox {
  padding-top: 10px;
  padding-bottom: 10px;
}

.articals_mainbox .articals_contntbox .artical_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  position: absolute;
  top: 10px;
  left: 0px;
  z-index: 9;
  width: 100%;
  padding: 0px 10px;
}

.articals_mainbox .articals_contntbox .artical_info span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: rgb(96, 165, 250);
  border-radius: 5px;
  padding: 1px 10px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 27px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 10px;
}

.articals_mainbox .articals_contntbox .artical_contnt h3 a:hover {
  color: rgb(96 165 250);
}

.articals_mainsec .btn_mainsec {
  text-align: center;
}

.articals_mainsec .btn_mainsec .btn_style {
  padding: 15px 40px;
}

.articaldetails_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #141c2c;
}

.breadcrumb_mainsec ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding-left: 0px;
  gap: 35px;
  row-gap: 3px;
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
}

.breadcrumb_mainsec ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.breadcrumb_mainsec ul li::after {
  content: "››";
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -2px;
  position: absolute;
  top: 0px;
  right: -21px;
}

.breadcrumb_mainsec ul li:last-child::after {
  content: "";
}

.breadcrumb_mainsec ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.breadcrumb_mainsec ul li a:hover {
  color: rgb(96 165 250);
}

.categorybox .categorytxt {
  margin-bottom: 15px;
}

.categorybox .categorytxt span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  background-color: rgb(96 165 250);
  border-radius: 5px;
  padding: 1px 10px;
}

.articaldetails_mainsec .detailspage_contnt .imgbox {
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.author_info {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

.author_info .iconbox i {
  color: rgb(96 165 250);
  font-size: 20px;
  margin-right: 10px;
}

.author_info .iconbox span {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
  margin-top: 40px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box > div {
  color: #7c859f;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 strong {
  font-weight: 600;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p {
  margin-bottom: 25px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box p a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul {
  padding-left: 15px;
  margin-bottom: 20px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li {
  color: #6d799b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a {
  color: #6d799b;
  text-decoration: underline !important;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li a:hover {
  color: #f97316;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box ul li > strong {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  display: block;
  margin-bottom: 10px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px;
}

.share_social_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.share_social_sec .titletxt {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.share_social_sec ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.share_social_sec ul li a {
  width: 40px;
  height: 40px;
  background-color: rgb(96 165 250);
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}

.share_social_sec ul li a:hover {
  transform: scale(1.2);
}

.artical_sidebar {
  padding-left: 30px;
  margin-top: 38px;
}

.artical_sidebar .searchbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar .category_box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.artical_sidebar .category_box ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}

.artical_sidebar .category_box ul li {
  color: #6d799b;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.artical_sidebar .category_box ul li::before {
  content: "";
  background-image: url("../img//right-double-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.artical_sidebar .latest_newsbox {
  background-color: #1d2943;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
}

.artical_sidebar .latest_newsbox .articals_mainbox:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 85px;
  height: 85px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox img {
  height: 100%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 0px;
  padding-left: 15px;
  width: 70%;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 {
  line-height: 20px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_contnt h3 a {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox .artical_info {
  position: static;
  padding: 0px;
  margin-bottom: 0px;
}

.contact-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
  color: white;
  padding: 0px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1000;
  width: 45px;
  height: 45px;
  font-size: 20px;
}

.contact-button i {
  color: #1e90ff;
  font-size: 50px;
  margin-left: -1px;
  margin-top: -2px;
}

/* Wrapper with transition */
.popup-form-wrapper {
  opacity: 0;
  transform: scale(0.9);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;
}

.popup-form-wrapper.open {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.popup-form {
  background: white;
  padding: 30px;
  border-radius: 10px;
  width: 362px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup-form h3 {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 15px;
}

.popup-form input,
.popup-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.popup-form button[type="submit"] {
  width: 100%;
  background-color: #1e90ff;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 33px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}

/* Basic skeleton block */
.skeleton {
  background-color: #e2e5e7;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

/* Animated shimmer effect */
.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  height: 100%;
  width: 150px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

/* Different skeleton sizes */
.skeleton-title {
  height: 30px;
  width: 80%;
}

.skeleton-thumbnail {
  height: 200px;
  width: 100%;
}

.skeleton-text {
  height: 16px;
  width: 100%;
}

.skeleton-small {
  height: 12px;
  width: 60%;
}

.skeleton-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.portfoliopopup .modal-body .btn-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 8px;
  height: 8px;
  box-shadow: none;
  outline: none;
}

.portfoliopopup .form_mainsec {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.portfoliopopup .form_mainsec .contntbox p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
}

.portfoliopopup .form_mainsec .form_group {
  width: 75%;
  margin: 0px auto;
}

.portfoliopopup .form_mainsec .form_group input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.portfoliopopup .form_mainsec .btn_mainsec .btn_style {
  box-shadow: none;
  border: none;
  width: 75%;
  border-radius: 5px;
}


.privacypolicy_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
 
.privacypolicy_mainsec .contntbox h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
}
 
.privacypolicy_mainsec .contntbox ul li {
  color: rgb(209 213 219);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 8px;
}



/* ==================== Responsive Css Start ==================== */

@media only screen and (max-width: 767px) {
.navbar-brand {
  font-size: 22px !important;
  width: 145px;
}

.navbar .navbar-toggler {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  padding: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  filter: brightness(10);
}

.header_mainsec .navbar_mainsec {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  background-color: #383b71;
}

.header_mainsec .rightbtn {
  display: none;
}

.homebanner_mainsec {
  padding-top: 100px;
  min-height: auto;
}

.homebanner_mainsec .contntbox {
  width: 100%;
}

.homebanner_mainsec .contntbox h1 {
  font-size: 45px;
  line-height: 53px;
}

.homebanner_mainsec .contntbox .btn_mainsec {
  margin-top: 30px;
}

.counter_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.services_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.topcontnt {
  width: 95%;
  margin-bottom: 35px;
}

.services_mainsec > .container > .row > .col-sm-12.col-md-4.col-lg-4.col-xl-4:last-child .servicesbox {
  margin-bottom: 0px;
}

.casestudies_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.casestudies_mainsec .casestudies_box {
  margin-bottom: 15px;
}

.casestudies_mainsec .point_mainsec {
  margin-top: 15px;
}

.campaign_performance {
  padding: 24px;
}

.campaign_performance .campaign_innerbox .contntbox ul li {
  align-items: start;
}

.campaign_performance .campaign_innerbox .contntbox ul li span {
  width: 50%;
}

.campaign_performance .campaign_innerbox .contntbox ul li span.greentxt {
  text-align: right;
}

.clientstories_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.clientstories_mainsec > .container > .row > .col-sm-12.col-md-4.col-lg-4.col-xl-4:last-child .clientstories_box {
  margin-bottom: 0px;
}

.cta_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta_mainsec .topcontnt {
  width: 100%;
}

.topcontnt h2 {
  font-size: 36px;
  line-height: 47px;
}

.footer_mainsec > .container > .row {
  row-gap: 35px;
}

.contactpopup_wrapper .popup-form-wrapper {
  right: 0px !important;
}

.popup-form {
  padding: 20px;
  width: 90%;
  float: right;
  margin-right: 4px;
}

.articals_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title_mainsec h2 {
  font-size: 40px;
  line-height: 47px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h1 {
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
}

.articaldetails_mainsec .detailspage_contnt .contnt_box h2 {
  font-size: 22px;
  line-height: 32px;
  margin-top: 30px;
}

.artical_sidebar {
  padding-left: 0px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_imgbox {
  width: 100%;
  height: 130px;
}

.artical_sidebar .latest_newsbox .articals_mainbox .articals_contntbox {
  padding-top: 15px;
  padding-left: 0px;
  width: 100%;
}

.servicesbox .full_contntbox {
  top: 0px;
  left: 0px;
}

.servicesbox .full_contntbox.open {
  width: 100%;
  padding-top: 40px;
}

.servicesbox .full_contntbox .imgsec {
  width: 100%;
  height: 300px;
}

.servicesbox .full_contntbox .contnt_mainsec {
  width: 100%;
  padding-left: 0px;
}

.services_mainsec .servicesbox.active.service-two .full_contntbox {
  left: 0px;
}

.services_mainsec .servicesbox.active.service-three .full_contntbox {
  left: 0px;
  right: inherit;
}

.services_mainsec .servicesbox.active.service-four .full_contntbox {
  top: 0px;
  bottom: inherit;
}

.services_mainsec .servicesbox.active.service-five .full_contntbox {
  top: 0px;
  bottom: inherit;
  left: 0px;
}

.services_mainsec .servicesbox.active.service-six .full_contntbox {
  left: 0px;
  right: inherit;
  top: 0px;
  bottom: inherit;
}

.footer_mainsec .contnt_box {
  padding-right: 0px;
}

.footer_mainsec .menubox.services_menu {
  padding-left: 0px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1000px)  {
.homebanner_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 700px;
}

.homebanner_mainsec .contntbox {
  width: 100%;
}

.stats-section {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.services_mainsec .servicesbox {
  min-height: 315px;
}

.casestudies_box {
  min-height: 230px;
}

.clientstories_box {
  min-height: 380px;
}

.cta_mainsec .topcontnt {
  width: 90%;
}

.footer_mainsec .menubox {
  padding-left: 30px;
}

.servicesbox .full_contntbox.open {
  width: 730px;
}

.servicesbox .full_contntbox .imgsec {
  height: 615px;
}

.services_mainsec .servicesbox.active.service-two .full_contntbox {
  left: -253px;
}

.services_mainsec .servicesbox.active.service-five .full_contntbox {
  left: -253px;
}

.footer_mainsec .contnt_box {
  padding-right: 0px;
}

.footer_mainsec .menubox.services_menu {
  padding-left: 30px;
}
}

@media only screen and (min-width: 1000px) and (max-width: 1200px)  {
.header_mainsec .navbar_mainsec .navbar-nav .nav-item .nav-link {
  font-size: 15px;
}

.homebanner_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 700px;
}

.homebanner_mainsec .contntbox {
  width: 100%;
}

.stats-section {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.services_mainsec .servicesbox {
  min-height: 290px;
}

.casestudies_box {
  min-height: 180px;
}

.clientstories_box {
  min-height: 310px;
}

.cta_mainsec .topcontnt {
  width: 90%;
}

.footer_mainsec .menubox {
  padding-left: 30px;
}

.servicesbox .full_contntbox.open {
  width: 985px;
}

.servicesbox .full_contntbox .imgsec {
  height: 615px;
}

.services_mainsec .servicesbox.active.service-two .full_contntbox {
  left: -337px;
}

.services_mainsec .servicesbox.active.service-five .full_contntbox {
  left: -337px;
}
}


@media only screen and (min-width: 1250px) and (max-width: 1400px)  {
.container {
  width: 100%;
  max-width: 1300px !important;
  padding: 0px 20px !important;
}

.services_mainsec .servicesbox.active.service-two .full_contntbox {
  left: -430px;
}

.services_mainsec .servicesbox.active.service-five .full_contntbox {
  top: inherit;
  bottom: -1px;
  left: -430px;
}
}

/* ==================== Responsive Css End ==================== */


















