:root{
    --primary-color: #dd2424;
    --main-color: #1b73ce;
    --secondary-color: #f98218;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "Source Sans 3", sans-serif;
}


.top-nav i,
.top-nav span{
    font-size: .8rem;
}

.nav-item .nav-link{
    font-size: .95rem !important;
}


.page-banner-area{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
}




.page-banner-area::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: #032346de;
    height: 100%;
    width: 100%;
}

.page-banner-area .container-fluid{
    max-width: 1520px;
    margin: auto;
}

.page-banner-content{
    position: relative;
}


.page-banner-content h1{
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
}

.page-banner-content ul{
    margin-left: 0;
    padding-bottom: 0;
}

.page-banner-content ul li{
    display: inline-block;
    position: relative;
    padding-right: 18px;
    font-size: 16px;
    font-weight: 500px;
    color: white;

}

.page-banner-content ul li a{
    text-decoration: none;
    color: white;
}

.page-banner-content ul li::before{
    position: absolute;
    content: "/";
    right: 2px;
    top: 0;
}

.page-banner-content ul li:last-child{
    color: var(--primary-color);
}

.page-banner-content ul li:last-child::before{
    display: none;
}

.bg-1{
    background-image:url('../images/web-applications-header.jpg');
}

.bg-2{
    background-image: url('../images/mobile-applicaitions-background.jpg');
}

.bg-3{
    background-image: url('../images/cloud-server-header.jpg');
}

.bg-4{
    background-image: url('../images/enterprise-solutions-header.jpg');
}
.bg-5{
    background-image: url('../images/security-systems.jpg');
}


.bg-9{
    background-image: url('../images/it-support.png');
}
.bg-10{
    background-image: url('../images/computer-maintenance.jpg');
}
.bg-web-dev{
    background-image: url('../images/web-devops.jpg');
}
.bg-digital-ads{
    background-image: url('../images/digital-adverts.jpg');
}
.what-is-heading{
    font-weight: 900;
}

.softnage{
    color: var(--primary-color);
}

.benefits-list li{
    list-style-type: disc;
    margin: 10px 0;
}


.read-more-pan {
	cursor: pointer;
	display: flex;
	gap: 0.5rem;
	border: none;
  
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	border-radius: 100px;
	font-weight: 800;
	place-content: center;
  
	padding: 0.75rem 1rem;
	font-size: 0.825rem;
	line-height: 1rem;
  
	background-color: var(--primary-color);
	box-shadow:
	  inset 0 1px 0 0 rgba(255, 255, 255, 0.04),
	  inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	color: #fff;
  }
  
  .read-more-pan:hover {
	box-shadow:
	  inset 0 1px 0 0 rgba(255, 255, 255, 0.08),
	  inset 0 0 0 1px rgba(252, 232, 3, 0.08);
	color: white;
	transform: translate(0, -0.25rem);
	background-color: var(--main-color);
}

.home ul , .about-us ul, .our-services ul, .products ul{
    padding-left: 0 !important;
}
ul a{
    color: #88898b;
}

ul a:hover{
    color: var(--primary-color);
}

.footer-bottom{
    background-color: var(--primary-color);
    padding: 10px 0;
}

.social-media a i{
    margin-right: 7px;
    color: black;
    font-size: 20px;
}

.head{
    color: var(--main-color);
    /* font-size: 2px; */
    font-weight: 700;
}

.from-color{
    color: var(--primary-color);
}

.header-text::after{
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background-color: #dd2424;
}

.bg-color-1{
    background: var(--main-color);
}

.bg-color-2{
    background: var(--primary-color);
}

.bg-color-3{
    background: var(--secondary-color);
}