@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-color: #266ca8;
  --theme-color-second:#041d56;
  --theme-color-third: #000;

  --heading-font: "Libre Franklin", serif;
  --paragraph-font: "Libre Franklin", serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Libre Franklin", serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;
text-decoration:none!important;
}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

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

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height:30px;
  margin-bottom: 15px;
  font-size: 17px;
}

ul li {
  margin-bottom: 0px;
}
.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4{}

h5{}

h6{}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* *********navbar********* */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}
.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop > div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop > div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover > div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* *********Progress bar styles********* */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}

.small {
  display: none;
}


a.navbar-brand img {
  width: 196px;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
	text-decoration:none;
}

.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: 15px 6px;
  border-radius: 0px;
  width: 12rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.comon-btn:hover {
  background: var(--theme-color);
  color: #fff;
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  padding: 29px 19px;
  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;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .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);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !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;
}


/* *********banner********* */


.banner {
  padding: 155px 0;
}

.our-service .service-box .icon-box {
    background-color: #1f1346;
    height: 75px;
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 600px!important;
    padding: 15px;
}

.our-service .service-box {
  color: #fff;
  height: 100%;
  text-align: center;
  border: 1px solid var(--theme-color-third);
}

.why-choose-us .why li{
  display: flex;
  gap: 10px;
  color: var(--theme-color);
}


.portfolio h6{

  color: #fff;
  font-size: 25px;
}

.portfolio .portfolio-box{
  background-color:var(--theme-color-second);
  padding: 15px;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
	height:100%;
}


.portfolio .portfolio-box .visit {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 14px;
}

.portfolio h5 {
  font-size: 22px;
}

.portfolio .owl-nav img{
  width: 28px;
}

.portfolio button.owl-prev {
  position: absolute;
  top: 40%;
  left: -54px;
}

.portfolio button.owl-next {
  position: absolute;
  top: 40%;
  right: -54px;
}

.faq .accordion-item {
  background-color: transparent;
  border: 0;
  color: #ffff;
  border-bottom: 1px solid #fff;
}

.faq .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color:#fff;
  text-align: left;
  background-color:transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../image/minus.png);
  transform: rotate(-180deg);
}

.faq .accordion-button::after {
  background-image: url(../image/plus.png);
}



.review_sec {
  position: relative;
  background-color: #4f148d3f;
}

/* *********testimonial********* */


.review_sec .contented {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 18px 7px;
  box-shadow: rgba(100, 100, 111, 0.31) 0px 0px 15px 0px;
}

.review_sec .contented .content p {
  font-size: 15px;
  line-height: 25px;
  color: #000000;
  /* margin-bottom: 35px; */
  min-height: 150px;
}

.review_sec .contented .btom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review_sec .contented .btom .content_left img {
  width: 80px;
  margin-bottom: 10px;
}

.review_sec .contented .btom .content_left h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--theme-color-second);
  margin-bottom: -1px;
}

.review_sec .contented .btom .content_left span {
  color: #666666;
  font-size: 12px;
}

.review_sec .contented .btom .content_right img {
  width: 88px;
}

.review-slider .owl-prev {
  position: absolute;
  left: 30px;
  top: -30px;
  transform: translateY(-50%);
}

.review-slider .owl-next {
  position: absolute;
  right: 30px;
  top: -30px;
  transform: translateY(-50%);
}

.review-slider .owl-prev i {
  color: #000;
  font-size: 30px;
}

.review-slider .owl-next i {
  color: #000;
  font-size: 30px;
}

.review_sec .heading img {
  width: 185px;
}

.review_sec .contented .content img {
  width: 28px;
  margin-bottom: 20px;
}

.review_sec .owl-nav img {
  width: 35px;
}

.review_sec .contented .content .ratting_number {
  width: 24px !important;
}

.review_sec .btom_content p {
  font-size: 15px;
}

.review_sec .btom_content a img {
  width: 130px;
}

.review_sec .btom_content .google_icon {
  width: 90px;
}

.review_sec .btom_content p {
  margin-bottom: 0;
  display: none;
}

.review_sec .btom_content p span {
  display: block;
  color: #dd2121;
  font-size: 26px;
  font-weight: 500;
}

.review_sec .btom_content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}



.contact_sec form input {
  width: 100%;
  outline: none;
  border: 1px solid #ebede9;
  border-radius: 6px;
  padding: 15px 13px;
  font-size: 15px;
  color: #000000c2;
  font-weight: 400;
   background-color: #4f148d3f;
}

.contact_sec form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #ebf5ff;
  border-radius: 6px;
  padding: 13px;
  font-size: 15px;
  color: #000000c2;
  font-weight: 400;
   background-color: #4f148d3f;
}

.contact_sec form select {
  width: 100%;
  outline: none;
  border: 1px solid #000000d6;
  border-radius: 6px;
  padding: 14px 13px;
  font-size: 15px;
  color: #000000c2;
  font-weight: 400;
  opacity: 0.6;
}

.contact_sec form .form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}

.contact_sec form button {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 16px 0px;
  border-radius: 7px;
  font-weight: 300;
  border: none;
  transition: 0.8s;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
}

.contact_sec form button:hover {
  background: #121212;
  color: #fff;
}

.contact_sec .right_img .contact_number h3 {
  font-weight: 600;
  text-transform: uppercase;
}

.contact_sec p {
  color: #747474;
}

.contact_sec .location_content p {
  margin-bottom: 9px;
}

.contact_sec .location_content a {
  color: #747474;
}

.contact_sec .content {
  margin-bottom: 30px;
}

.contact_sec .opening_hours {
  padding-top: 30px;
}

.contact_sec h5 {
  font-size: 21px;
}

.contact_sec .heading a {
  color: #000;
}

.contact_sec h3 {
  margin-bottom: 3px;
  font-weight: 600;
}

.contact_sec .right_content {
  position: relative;
}

.contact_sec .right_content .btom_content {
  position: absolute;
  bottom: 22px;
  text-align: end;
  right: 30px;
  transform: translate(0);
}

.contact_sec .right_content .btom_content p {
  color: #fff;
  padding-left: 29px;
  line-height: 1.8;
}

.contact_sec .right_content .btom_content .call_btn {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: end;
}

.contact_sec .right_content .btom_content .call_btn img {
  width: 55px;
  border-right: 1px solid #32cd32;
  padding-right: 17px;
}

.contact_sec .right_content .btom_content .call_btn a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.contact_sec .right_content iframe{
  max-height: 460px;
  border-radius: 10px;
  height: 100%;
}
.contact_sec .right_content{
  height: 100%;
}


.footer {
  padding: 80px 0;
  color: #fff;
}

.footer .ft-logo{
  width: 325px;
 
}


.footer .contact-info li a{
  display: flex;
  gap: 5px;
  align-items: self-start;
  text-transform: capitalize;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.footer .contact-info li {
  margin-bottom: 15px;
}


/* *********Review Section********* */
.review_sec .review_img {
  display: flex;
  align-items: center;
  gap: 25px;
  border-right: 1px solid #000;
  padding: 20px 0;
}

.review_sec .review_img img {
  width: 26px !important;
}


#review .review_img{
  border:none;
 }
 
#review .comment-box {
    padding: 16px;
    border: 1px solid #000;
    border-radius: 5px;
    height: 100%;
}
 #review h5{
  font-size: 18px;
  margin: 0;
 }
 /* contact us */


.contact-us input{
  padding: 14px;
  border-radius: 5px;
  background-color: #dedede;
  color: #000;
}

.contact-us input:placeholder-shown{
  color: #000;
  opacity: 1;
}

.contact-us input::placeholder{
  color: #000;
  opacity: 1;
}

.contact-us textarea{
  padding: 14px;
  border-radius: 5px;
  background-color: #dedede;
  color: #000;
  height: 115px;
}


.contact-us textarea::placeholder{
  color: #000;
  opacity: 1;
}

.contact-us button{
  padding: 14px;
  border-radius: 5px;
  background-color: var(--theme-color-second);
  color: #ffffff;
  width: 100%;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-us .map{
  line-height: 0;
  border-radius: 15px;
  border: 10px solid var(--theme-color)  ;
}

.contact-us .map iframe{
  width: 100%;
  height: 100vh;
  border-radius: 10px;
}

.blog .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #041d56;
    border-color: #0d6efd;
}

.blog .blog-box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #666;
}

.blog .blog-box .img-box{
  height: 325px;
  overflow: hidden;
  border-radius: 5px;
}

.blog .blog-box .img-box img{
  height: 100%;
  object-fit: cover;
}

#details .blog .blog-box .img-box{
  height: 475px;
  overflow: hidden;
  border-radius: 5px;
}

.banner .viede-box{
  overflow: hidden;
  border: 10px;
}


/* *********404 page********* */


.page_404{ padding:40px 0; background:#fff;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
 }
 
 
 .four_zero_four_bg h1{
 font-size:80px;
 }
 
  .four_zero_four_bg h3{
			 font-size:80px;
			 }

.link_404 {
    color: #fff!important;
    padding: 10px 20px;
    background: #041d56;
    margin: 20px 0;
    display: inline-block;
}

 ul.page-numbers {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

span.page-numbers ,  a.page-numbers {
    display: flex;
    height: 43px;
    width: 43px;
    border: 1px solid #cdcdcd;
    align-items: center;
    justify-content: center;
}
 span.page-numbers{
	background:var(--theme-color-second);
	color:#fff;
}
.page-link {
    padding: .375rem .75rem;
    border: none !important;
    background: transparent!important;
    color: #000!important;
}
section#details h1 {
    font-size: 43px;
    margin-bottom: 15px!important;
}
div#comments {
    padding: 15px;
    border: 1px solid grey;
    border-radius: 5px;
}
div#comments h2.comments-title {
    font-size: 19px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 36px;
}

div#comments article {
    padding: 18px;
}
div#comments .comments-area .comment-list article .comment-author {
    overflow: visible!important;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 17px;
    /* background: #f4f4f4; */
    /* padding: 132px; */
}
.comments-area .comment-list article .comment-author {
    overflow: visible!important;
    margin-bottom: 18px;
	 display: flex;
    align-items: center;
    gap: 14px;
}

div#comments a {
	display:inline-block;
	margin-bottom:10px;
}

div#comments a.url {
    color: darkblue;
}
div#comments time {
    color: darkgray;
    font-size: 14px;
    margin-bottom: 17px;
}
div#comments h3 {
    font-size: 28px;
}


div#comments input#submit {
    background: #041d56;
    color: #fff;
    text-transform: uppercase;
    padding: 15px;
    letter-spacing: 3px;
}
div#comments textarea {
    width: 100%;
    outline: none;
    border: none;
    border: 1px solid #ced4da;
    padding: 15px;
    margin-top: 18px;
	height:155px;
}
.banner h1, .banner p {
    text-shadow: 1px 2px 2px #000;
}
.about-us .lof-img{
	opacity:0.5;
}
section#details .content div {
    margin-bottom: 17px;
}
section#details .content ul {
	list-style:disc;
	padding-left:15px;
}
section#details .content ul li{
	  margin-bottom: 17px;
}
section#details .content  img{
	width:100%;
	margin: 0 auto;
}

/* wh */
.wh-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.wh-bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-12px);
    }
}


/*  new page*/

.banner_page label.tw-block.tw-text-gray-700.tw-font-bold.tw-mb-2{
	color:#fff!important;
}

.banner_page form input, 
.banner_page form textarea, 
.banner_page form select {
  color: #000 !important;
}

.banner_page form input::placeholder, 
.banner_page form textarea::placeholder, 
.banner_page form select::placeholder {
  color: #000 !important;
}


 .faq_sec  .accordion-content { display: none; }
  .faq_sec  .accordion-header.active + .accordion-content { display: block; }


.cyber-approach {
  background-color: #fff;
}


.cyber-approach  .cyber-approach h2 {
  color: #0a0a23;
}


.cyber-approach  .info-box {
  transition: all 0.3s ease;
}


.cyber-approach  .info-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
}


.cyber-approach  .text-danger {
  color: var(--theme-color-second) !important;
}

.cyber-approach .text-danger {
    color: #2c3e50 !important;
}

.cyber-approach  h5.fw-semibold.mb-2 {
    font-weight: bold!important;
}

.cyber-approach  .info-box.h-100.p-4.border-start.border-danger.bg-white.shadow-sm.rounded {
    border-color: blue!important;
    border-left: 3px solid blue!important;
}

.cyber-approach  .info-box p.text-secondary.mb-0 {
    font-size: 16px!important;
    line-height: 1.4!important;
}

section.tw-bg-primary-blue.tw-text-white.tw-py-20.md\:tw-py-32.tw-relative.banner_page {
    padding: 50px 0px;
}

.main-box h2{
	color: var(--theme-color-second);
	font-size:42px;
}
.main-box    .solution-box {
      border-radius: 10px;
      background-color: #f9f9f9;
      padding: 2rem;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      transition: 0.3s ease-in-out;
      border: 4px solid var(--theme-color-third);
      height: 100%;
    }

  .main-box    .solution-box:hover {
      transform: translateY(-5px);
    }

.main-box .solution-icon {
    background-color: var(--theme-color-second);
    color: #fff;
    border-radius: 50%;
    /* padding: 1rem; */
    /* font-size: 2rem; */
    display: flex;
    margin-bottom: 1rem;
    height: 50px;
    height: 60px;
    width: 60px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 30px;
}

  .main-box  .solution-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 0.75rem;
    }

   .main-box .solution-text {
      color: #555;
      font-size: 0.95rem;
    }



.custom-section {
      padding: 80px 0;
      background-color: var(--theme-color-second);
	color:#fff;
    }
.custom-section .heading{
	color:#fff;
}
.custom-section h2{
	font-size:42px;
}
.custom-section     .image-wrapper {
      position: relative;
    }

  .custom-section   .image-wrapper img {
      border-radius: 12px;
      width: 100%;
      height: auto;
    }
.custom-section   .experience-badge {
    position: absolute;
    bottom: -30px;
    left: -30px;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    text-align: center;
    border-radius: 500px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 8px #000;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    padding: 0;
}
.custom-section     .accordion-button:not(.collapsed) {
      background-color: var(--theme-color-second);
      color: rgb(255, 255, 255);
    }


  .custom-section   .accordion-body {
      background-color: #1a1a1a;
      color: #ddd;
    }


  .custom-section  small {
    font-size: 80%;
    line-height: 20px;
}
h6.text-uppercase.text-primary.mb-2 {
    color: #041d56 !important;
}
.testimonial .highlight { color: #041d56 !important; }
.testimonial h2 {
    font-weight: 700;
    font-size: 47px;
}
.testimonial-box p { font-size: 0.95rem; line-height: 1.6; }
.testimonial-box .quote-icon { color: #007bff; }
.owl-theme .owl-nav [class*='owl-'] {
    background: #007bff; color: #fff; padding: 6px 12px; border-radius: 50%; font-size: 20px;
}
.owl-theme .owl-dots{
	display:none;
}
.owl-theme .owl-dots .owl-dot span {
    background: #007bff; width: 12px; height: 12px; display: block; border-radius: 50%;
}



.benefit-card {
    background: #fff;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 14px;
}
.benefit-card:hover {
  transform: translateY(-5px);
  border-color: #0d6efd;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid var(--theme-color-second);
  border-radius: 1rem;
  opacity: 0;
  transform: scale(1.05);
  transition: all 0.4s ease;
}

.benefit-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.benefit-card i {
  transition: transform 0.3s ease;
}
.benefit-card h5.fw-bold {
    margin-bottom: 18px!important;
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 35px!important;
    font-size: 26px!important;
    color: var(--theme-color-second);
    margin-top: 18px!important;
}

.benefit-card:hover i {
  transform: scale(1.2);
}
.benefit-card i {
    transition: transform 0.3s ease;
    font-size: 71px!important;
}

.banner_page .heading h1 , .banner_page .heading p {
	filter: drop-shadow(0 0 5px lime) drop-shadow(0 0 10px limegreen) drop-shadow(0 0 20px green);
}

.banner_page . #contact {
  background: rgba(255, 255, 255, 0.26) !important;
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.banner_page  #contact select{
	width:50px!important;
}
.banner_page  .banner_page  .form-control {
  border: none;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

.banner_page  .form-control:focus {
  outline: none;
  box-shadow: 0 0 10px rgba(0, 255, 153, 0.6);
}

.banner_page  .input-group-text {
  border-radius: 8px 0 0 8px;
}
.banner_page a.btn.btn-success.fw-bold.px-4.py-2.rounded-pill.shadow.mt-4 {
    margin: 0 14%;
	   background-color: #00ff99!important;
}
a.btn.btn-success.fw-bold.px-4.py-2.rounded-pill.shadow.mt-4 {
	  background-color: #00ff99!important;
	color:#000!important;
}

.banner_page  button.btn-success {
    background-color: #00ff99;
    border: none;
    color: #222 !important;
    transition: all 0.3s ease;
   
    font-weight: 700!important;
    text-align: center;
    width: 21rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}
.banner_page  .btn-success:hover {
  background-color: #00e68a;
  transform: scale(1.05);
}
ul.country-list li {
    color: black;
}
.selected-dial-code {
    color: black;
}
.banner_page form.wpcf7-form.init p {
    margin-bottom: 0px;
    width: 100%;
}
.banner_page .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    display: block;
}
.banner_page .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .banner_page  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel], .banner_page  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text] {
    padding-left: 76px;
    padding: 15px;
}
.banner_page form input::placeholder, .banner_page form select::placeholder, .banner_page form textarea::placeholder {
  color: grey!important; /* very light grey */
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.form-control.border-0.bg-light.fw-semibold {
    padding-left: 101px;
}
input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.form-control.border-0.bg-light.fw-semibold:placeholder{
	color:grey!important;
}
.custom-section .custom-section-accordion {
  border-top: 1px solid #ddd;
}
.custom-section .custom-section-accordion-item {
  border-bottom: 1px solid #ddd;
}
.custom-section .custom-section-accordion-btn {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-section .custom-section-accordion-btn:hover {
  background: #e2e6ea;
}
.custom-section .custom-section-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 1rem;
}
.custom-section .custom-section-accordion-content p {
  margin: 0.75rem 0;
}
.custom-section .custom-section-accordion-item.active .custom-section-accordion-content {
  max-height: 500px; /* adjust if content is taller */
  padding: 1rem;
}
.custom-section .accordion-icon {
  font-weight: bold;
}
.custom-section .custom-section-image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.custom-section .custom-section-experience-badge {
  top: 10px;
  left: 10px;
  background: #28a745;
  color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 10px;
  text-align: center;
}
.custom-section .custom-section-experience-badge small {
  display: block;
  font-size: 0.7rem;
}
.custom-section .custom-section-accordion {
  border-top: 1px solid #ddd;
}
.custom-section .custom-section-accordion-item {
  border-bottom: 1px solid #ddd;
}
.custom-section .custom-section-accordion-btn {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  transition: background 0.3s;
}
.custom-section .custom-section-accordion-btn:hover {
  background: #e2e6ea;
}
.custom-section .custom-section-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 1rem;
}
.custom-section .custom-section-accordion-content p {
  margin: 0.75rem 0;
}
.custom-section .custom-section-accordion-item.active .custom-section-accordion-content {
    max-height: 500px;
    padding: 1rem;
    color: #000;
}
.custom-section .custom-section-image-wrapper img {
  width: 100%;
  border-radius: 10px;
}
.custom-section .custom-section-experience-badge {
    top: initial;
    left: -30px;
    background: #000000;
    color: #fff;
    padding: 0;
    border-radius: 10px;
    text-align: center;
    border-radius: 603px;
    height: 129px;
    width: 129px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    border: 5px solid #fff;
    bottom: -40px;
}

.custom-section .custom-section-experience-badge small {
  display: block;
  font-size: 0.7rem;
}
.cyber-approach .text-danger {
    color: #2c3e50 !important;
    font-size: 21px;
    letter-spacing: 2px;
    margin-bottom: 21px;
}
a.btn.btn-success.fw-bold.px-4.py-2.rounded-pill.shadow {
    background: #00ff99;
    color: #000;
}

.custom-section-faq {
  border-top: 1px solid #ddd;
}
.custom-section-faq .custom-accordion-item {
  border-bottom: 1px solid #ddd;
}
.custom-section-faq .custom-accordion-btn {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-section-faq .custom-accordion-btn:hover {
  background: #e2e6ea;
}
.custom-section-faq .custom-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
  padding: 0 1rem;
}
.custom-section-faq .custom-accordion-content p {
  margin: 0.75rem 0;
}
.custom-section-faq .custom-accordion-item.active .custom-accordion-content {
  max-height: 500px; /* adjust if content is taller */
  padding: 1rem;
}
.custom-section-faq .accordion-icon {
  font-weight: bold;
}

.custom-section-faq {
  border-top: 1px solid #ddd;
  max-width: 800px;
  margin: auto;
  font-family: "Segoe UI", sans-serif;
}
.custom-section-faq .custom-accordion-item {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.custom-section-faq .custom-accordion-btn {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.custom-section-faq .custom-accordion-btn:hover {
  background: #e2e6ea;
}
.custom-section-faq .custom-accordion-content {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  padding: 0 1rem;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.custom-section-faq .custom-accordion-content p {
  margin: 0.75rem 0;
  line-height: 1.6;
}
.custom-section-faq .custom-accordion-item.active .custom-accordion-content {
  max-height: 400px;
  padding: 1rem;
}
.custom-section-faq .accordion-icon {
  font-weight: bold;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}