@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Yantramanav:wght@100;300;400;500;700;900&display=swap);

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: "Yantramanav", sans-serif
}

a {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	margin: 0
}

ul {
	margin: 0 !important;
	padding: 0
}

p {
	margin: 0;
	line-height: 25px;
	color: #757f95
}

.img-fluid {
	width: 100%
}

.ptb70 {
	padding: 50px 0
}
.ptb50 {
	padding: 50px 0
}
.pb50 {
	padding-bottom : 50px;
}
.pb30 {
	padding-bottom : 30px;
}
.pb70 {
	padding-bottom : 70px;
}
.pt50 {
	padding-top : 50px;
}

body {
	font-family: "Roboto", sans-serif
}

.top-band {
	background-color: #183883;
	padding: 14px;
	position: relative;
	z-index: 1
}

.top-band::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55%;
	background: #cf271e;
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
	z-index: -1
}

.top-contact-links li {
	display: inline-block;
	margin-right: 26px;
	position: relative;
	padding-left: 20px
}

.top-contact-links li a {
	color: #fff;
	font-size: 16px
}

.top-contact-links li a i {
	left: 0;
	position: absolute;
	top: 3px
}

.top-social-icons li {
	display: inline-block
}

.top-social-icons {
	float: right
}

.top-social-icons li a {
	color: #fff;
	font-size: 16px
}

.top-social-icons li {
	color: #fff;
	margin-left: 9px;
	font-size: 16px
}

.menu-bar {
	padding: 10px 0;
	background-color: #fff;
	top: 0;
	z-index: 99;
	position: sticky;
	width: 100%;
	box-shadow: 0 0 7px #ddd
}


.carousel-item {
	position: relative
}

.banner-text {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	left: 11%;
	right: 0;
	height: 100%;
	width: 38%;
	flex-direction: column
}

.banner-text h1 {
	color: #333;
	font-size: 52px;
	line-height: 58px;
	font-weight: 700
}

.banner-text p {
	font-size: 20px;
	color: #242222;
	margin-top: 10px;
	text-align: left;
	margin-bottom : 20px;
}

.theme-button {
	font-size: 14px !important;
	color: #fff !important;
	padding: 14px 20px !important;
	text-transform: uppercase !important;
	border-radius: 8px !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	text-align: center !important;
	border: none !important;
	height: auto !important;
	margin:0px !important;
	background: #cf271e !important; display: inline-block;
}

.banner-text .theme-button {
	width: 40%
}

.carousel-control-prev-icon {
	background-image: none
}

.carousel-control-next-icon {
	background-image: none
}

.carousel-control-prev-icon::before {
	content: "\f177 ";
	font-family: FontAwesome;
	font-size: 30px;
	color: #000;
	padding: 13px;
	width: 70;
	background-color: #fff;
	border-radius: 100%
}

.carousel-control-next-icon::after {
	content: "\f178 ";
	font-family: FontAwesome;
	font-size: 30px;
	color: #000;
	padding: 13px;
	width: 70;
	background-color: #fff;
	border-radius: 100%
}

.left-about {
	position: relative;
	z-index: 1
}

.left-about::before {
	content: "";
	position: absolute;
	bottom: -25px;
	left: -25px;
	width: 140px;
	height: 140px;
	border-radius: 0 100% 0 20px;
	background: #cf271e;
	z-index: 1
}

.about-experience {
	position: absolute;
	top: 80px;
	left: 0;
	text-align: center;
	background: #cf271e;
	padding: 15px 20px 15px 15px;
	border-radius: 20px;
	color: #fff;
	box-shadow: 0 0 40px 5px rgb(0 0 0/10%)
}

@media(min-width:576px) {
	.about-experience {
		left: -30px
	}
}

.about-experience i {
	font-size: 65px
}

.about-experience p {
	color: #fff
}

.left-about:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -20px;
	width: 250px;
	height: 80%;
	border-radius: 15px;
	border: 5px solid #cf271e;
	transform: translateY(-50%);
	z-index: -1
}

.sub-heaidng {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: 700;
	color: #cf271e;
	position: relative;
	border-bottom: 2px solid #cf271e;
	display: inline-block
}

.about-right {
	padding-left: 30px
}

.heading {
	font-weight: 800;
	text-transform: capitalize;
	font-size: 50px;
	color: #212121;
	margin-top: 10px;
	margin-bottom: 0;
	position: relative
}

.about-content {
	margin: 20px 0
}

.about-content p {
	margin-bottom: 18px
}

.about-service-item {
	display: flex;
	gap: 15px
}

.about-service-icon {
	font-size: 40px;
	color: #cf271e;
	line-height: 1
}

.about-service-content h5 {
	margin-bottom: 5px;
	font-size: 21px
}

.about-service {
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd
}

.read-more-btn {
	margin-top: 25px
}

.counter-area {
	position: relative;
	background: #cf271e;
	z-index: 1
}

.counter-area::before {
	content: "";
	position: absolute;
	background-image: url(../images/countershape.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .15;
	z-index: -1
}

.counter-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 30px;
	position: relative;
	z-index: 1
}

.counter-box .icon {
	position: relative;
	text-align: center;
	font-size: 50px;
	width: 110px;
	height: 110px;
	line-height: 97px;
	color: #fff;
	background: none;
	border: 2px solid #fff;
	border-radius: 100%
}

.counter-box .counter {
	display: block;
	line-height: 1;
	color: #fff;
	font-size: 50px;
	font-weight: 600
}

.counter-box .title {
	color: #fff;
	margin-top: 20px;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px
}

.service-item {
	position: relative;
	margin-bottom: 25px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1
}

.service-img {
	position: relative;
	z-index: 1
}

.service-img img {
	border-radius: 10px
}

.service-icon {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 78px;
	background: #cf271e;
	border-radius: 50px;
	font-size: 50px;
	color: #fff;
	text-align: center;
	border: 4px solid #fff;
	left: 50%;
	bottom: -40px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	transform: translateX(-50%);
	z-index: 1
}

.service-content {
	position: relative;
	padding: 10px;
	margin-top: 5px
}

.service-title a {
	font-size: 18px;
	font-weight: 600;
	margin-top: 42px;
	margin-bottom: 10px;
	color: #000
}

.service-arrow {
	margin-top: 12px
}

.service-arrow a {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #cf271e
}

.service-arrow a i {
	margin-left: 5px
}

.service-item:hover {
	transform: translateY(-10px)
}

.service-sec .heading {
	margin-bottom: 35px
}

.emergency-call-sec {
	background-image: url(../images/emergency-call-img.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative
}

.emergency-call-sec::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to left, rgb(210 26 3 / .4) 0%, #fff0 100%)
}

.call-content {
	padding: 40px;
	position: relative;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
	z-index: 1
}

.call-content::before {
	content: "";
	position: absolute;
	border: 5px solid #cf271e;
	border-radius: 20px;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	z-index: -1
}

.call-content h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize
}

.emergency-call {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 20px
}

.emergency-call-icon {
	width: 80px;
	height: 80px;
	background: #cf271e;
	color: #fff;
	font-size: 45px;
	text-align: center;
	border-radius: 50%;
	padding-top: 7px
}

.emergency-call-info h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: var(--theme-color)
}

.call-content::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 10px;
	width: 80px;
	height: 10px;
	background: #fff;
	z-index: -1
}

.emergency-call-info a {
	color: #000
}

.why-choose-sec {
	position: relative;
	padding-top: 75px;
	padding-bottom: 75px
}

.choose-img {
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%)
}

.heading span {
	color: #cf271e
}

.choose-item {
	display: flex;
	gap: 20px;
	position: relative;
	margin-top: 25px;
	z-index: 1
}

.choose-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #cf271e;
	border-radius: 15px;
	color: #fff;
	font-size: 45px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
}

.choose-icon::before {
	content: "";
	position: absolute;
	border: 3px solid #cf271e;
	border-radius: 20px;
	left: -6px;
	right: -6px;
	top: -6px;
	bottom: -6px
}

.choose-item-content {
	flex: 1
}

.choose-item-content h4 {
	margin-bottom: 10px;
	font-size: 21px
}

.team-member-card {
	margin: 50px 8px 30px 8px;
	position: relative;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 6px 12px #ddd
}

.member-img img {
	border-radius: 10px
}

.team-social-icons {
	position: absolute;
	margin-bottom: 10px;
	text-align: center;
	left: 0;
	bottom: 100px;
	opacity: 0;
	transition: all 0.5s ease-in-out
}

.team-social-icons a {
	display: inline-block;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 2px 2px 10px 2px;
	border-radius: 10px;
	background: #cf271e;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
}

.team-member-content {
	position: relative;
	background: #fff;
	border-right: 5px solid #cf271e;
	border-radius: 0 10px 10px 10px;
	padding:12px;
	margin-right: 9px;
	margin-top: -45px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); min-height: 110px;

}

.team-bio h5 {
	font-size: 21px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: capitalize
}

.team-bio span {
	font-size: 12px;
	font-weight: 500;
	color: #cf271e;
	text-transform: uppercase
}

.team-member-card:hover {
	transform: translateY(-10px)
}

.team-member-card:hover .team-social-icons {
	opacity: 1;
	left: 30px
}

.team-bio h5 a {
	color: #000
}

.experience-box {
	background: #cf271e;
	position: relative;
	margin-top: -45px;
	padding: 40px;
	border-radius: 20px;
	overflow: hidden;
	z-index: 1
}

.experience-box::before {
	content: "";
	position: absolute;
	background-image: url(../images/shape-1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .1;
	z-index: -1
}

.experience-box h1 {
	color: #fff
}

.experience-box p {
	color: #fff
}

.experience-box .read-more-btn a {
	background-color: #fff !important;
	color: #cf271e !important
}

.testimonials-sec {
	background-image: url(../images/testimonial-bg-img.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative
}

.testimonials-sec::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / .75)
}

.testimonials-sec .heading {
	color: #fff
}

.testimonial-card {
	background: #fff;
	padding: 25px 25px;
	margin: 0 6px 20px 6px;
	position: relative;
	border-radius: 20px;
	margin-top: 30px
}

.testimonial-review {
	min-height: 126px
}

.testimonial-card::before {
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: -12px;
	height: 12px;
	background: #cf271e;
	border-radius: 0 0 15px 15px
}

.testimonial-rate {
	color: #cf271e;
	margin-bottom: 10px
}

.testimonial-review p {
	color: #000
}

.testimonial-img-sec {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px
}

.testimonial-img {
	width: 75px;
	padding: 4px;
	border-radius: 50px;
	border: 3px solid var(--theme-color)
}

.testimonial-img img {
	display: block;
	width: 100%
}

.testimonial-author-info {
	margin: 15px 0 10px 0
}

.testimonial-author-info h4 {
	font-size: 20px;
	color: #000;
	margin-bottom: 2px
}

.testimonial-author-info p {
	color: #cf271e;
	font-weight: 500
}

.testimonial-quote-icon {
	position: absolute;
	right: 30px;
	bottom: 0;
	color: #cf271e;
	font-size: 70px
}

.testimonial-content {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 20px
}

.contact_form {
	padding: 20px 40px
}

.contact_form input {
	background-color: #f9fbfe;
	padding: 16px 12px;
	font-size: 16px;
	border: none;
	box-shadow: none;
	border-radius: 8px
}

.contact_form textarea {
	background-color: #f9fbfe
}

.contact_form .form-group {
	margin-bottom: 20px
}

.contact_form input:focus {
	box-shadow: none;
	border: 1px solid #000;
	background-color: #f9fbfe
}

.contact_form textarea:focus {
	box-shadow: none;
	border: 1px solid #000;
	background-color: #f9fbfe
}

.contact_form .heading {
	margin-bottom: 15px
}

.contact--form-border {
	background: #fff;
	border-right: 5px solid #cf271e;
	border-radius: 10px;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
}

.clients-img {
	width: 25%
}

footer {
	background-color: #09142b
}

.footer-logo-sec img {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 15px
}

footer p {
	color: #fff;
	text-align: justify
}

.footer-contact li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	color: #f5faff;
	font-size: 16px
}

.footer-contact li a {
	color: #f5faff;
	transition: all 0.3s ease-in-out
}

.footer-contact li i {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	margin-right: 15px;
	border-radius: 5px;
	background: #cf271e;
	text-align: center;
	transition: 0.3s;
	color: #fff;
	font-size: 16px
}

.footer-contact {
	margin-top: 25px !important
}

.quick-links h4 {
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-size: 21px;
	z-index: 1
}

.quick-links h4::before {
	position: absolute;
	content: "";
	z-index: -1;
	width: 90px;
	height: 3px;
	border-radius: 50px;
	background: rgb(255 255 255 / .2);
	bottom: 0;
	left: 0
}

.quick-links h4::after {
	position: absolute;
	content: "";
	z-index: -1;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background: #cf271e;
	bottom: 0;
	left: 18px
}

.footer-links li::before {
	content: "\f0da";
	font-family: "FontAwesome";
	color: #cf271e;
	position: absolute;
	left: 0
}

.footer-links li {
	list-style: none;
	position: relative;
	padding-left: 17px;
	line-height: 30px
}

.footer-links li a {
	font-size: 16px;
	color: #fff
}

.quick-links input {
	padding: 16px 20px;
	margin-top: 20px
}

.quick-links .read-more-btn input {
	width: 100%;
	height: 40px !important;
	padding: 0 !important
}

.quick-links .read-more-btn {
	margin-top: 0
}

.choose-mob {
	display: none
}

.mob-banner {
	display: none !important
}

.footer-icons {
	float: left !important;
	margin-bottom: 15px !important;
}

.footer-icons li {
	font-size: 10px;
	margin-left: 0;
	margin-right: 15px
}

.footer-icons li a {
	font-size: 18px
}
.cyber-service-text{
    display: flex;
    align-items: center;
}
.cyber-service-text h4{
    font-size: 22px;
}
.cyber-service-icon {
	width: 40px;
	height: 40px;
	line-height: 42px;
	background: #cf271e;
	border-radius: 15px;
	color: #fff;
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%)
}
.cyber-list{
    list-style: none;
}
.cyber-list i{
    color: #cf271e;
    font-size: 20px;
    padding-right: 10px;
}
.cyber-list li{
    font-size: 18px;
    padding-bottom: 10px;
}
.cyber-inner-text p{
	font-size: 18px;
	color: #000;
	padding-bottom: 15px;
	line-height: 1.5;
}
.cyber-sub{
	font-size: 35px;
}
.cyber-main-sec p{
	color: #000;
	font-size: 18px;
}
.bg-grey{
	background-color: #ececec;
}
.heading-thanks{
   text-transform: none!important;
}
      .years{ position:absolute; top:0px; left:15px; z-index: 99999}
	  .years-bottom{display:none}
	  
	  @media only screen and (max-width:991px){
   .years{ display:none;} 
   .years-bottom{ position:fixed; bottom:10px; left:10px; z-index:99; display:block} 
		 
		  }

		  .onload-popup-overlay{
			position:fixed; inset:0;
			background:rgba(0,0,0,.72);
			display:none;
			align-items:center;
			justify-content:center;
			padding:18px;
			z-index:99999;
		  }
		  .onload-popup-overlay.is-open{ display:flex; }
		  .onload-popup-modal{
			position:relative;
			width:min(900px, 96vw);
			max-height:92vh;
			background:#fff;
			border-radius:14px;
			overflow:hidden;
			box-shadow:0 18px 50px rgba(0,0,0,.35);
		  }
		  .onload-popup-close{
			position:absolute;
			top:10px; right:10px;
			width:40px; height:40px;
			border:0;
			border-radius:999px;
			background:rgba(0,0,0,.55);
			color:#fff;
			font-size:22px;
			line-height:40px;
			cursor:pointer;
			z-index:2;
		  }
		  .onload-popup-close:hover{ background:rgba(0,0,0,.75); }
		  .onload-popup-img{
			width:100%;
			height:auto;
			display:block;
		  }