@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&display=swap");
:root {
	--blue: #0a22f6;
	--white: #ffffff;
	--red: #762223;
}

body {
	font-family: "Roboto", sans-serif;
}
.web-container {
	background-color: white;
}
#header {
}
#home {
}
.bg-white a {
	color: #000000;
}
.bg-white {
	background-color: #ffffff;
}
.bg-white .nav-link {
	padding: 0 !important;
	margin: 7px;
	margin: 0 13px;
	font-size: 15px;
	border-bottom: 2px solid #ffffff;
	font-weight: 300;
	box-sizing: border-box;
}

.bg-trans {
	background: transparent;
}
.bg-trans a {
	color: #ffffff;
}
.bg-trans .nav-link {
	padding: 0 !important;
	margin: 7px;
	margin: 0 13px;
	font-size: 15px;
	font-weight: 300;
	box-sizing: border-box;
}
.bg-trans .nav-link:hover,
.bg-white .nav-link:hover {
	border-bottom: 2px solid var(--blue);
}

.bg-trans .nav-item.active .nav-link,
.bg-white .nav-item.active .nav-link {
	font-weight: 500;
	border-bottom: 2px solid var(--blue);
}
.navbar-brand {
	font-size: 25px;
	color: #ffffff;
	text-transform: uppercase;
}
.company-name-2 {
	color: var(--blue);
	font-size: 20px;
}

.bg-white .company-name-1 {
   color: #000000;
}
.bg-trans .company-name-1 {
   color: #000000;
   /* color: #ffffff; */
}

.session-1 {
	background-image: url(../images/bg-home1.jpg);
	height: 441px;
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 14%);
}

.wel-title {
	position: absolute;
	top: 14%;
	left: 44%;
	padding: 12px;
	font-size: 30px;
	color: #000000;
	font-weight: 600;
}
.typed-cursor {
    opacity: 0 !important;
}
.cmd-name {
	color: #000000;
	/* color: #ffffff; */
	font-size: 25px;
	font-weight: 400;
}
.fin-ser {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

.title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
	font-size: 25px;
	font-weight: bold;
	color: #4d4643;
	flex-direction: column;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 12px;
}
.title .dash {
	height: 4px;
	margin-top: 3px;
	width: 45px;
	background: var(--blue);
}
.read-more a {
	color: var(--blue);
}
.fs-15 {
	font-size: 15px;
}
.fs-14 {
	font-size: 14px;
}
.c-gray-text{
	color: #767676;
}

#footer {
	color: #fff;
	font-size: 14px;
	background: #111;
}
#footer .footer-top {
	padding: 60px 0 30px 0;
	background: #1e1e1e;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .fa-angle-right {
	color: var(--blue);
}
#footer .footer-links a {
	color: #ffffff;
}

#footer .footer-links a:hover {
	color: var(--blue);
}
#footer .ft-subscribe-btn {
	height: 35px;
	width: 100px;
	background: #3c3cf9;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #3c3cf9;
	border-radius: 0 5px 5px 0px;
}
#footer .ft-subscribe-btn:hover {
	border: 1px solid blue;
	background: blue;
}
#footer .social-links a:hover {
    background: blue;
    color: #fff;
    text-decoration: none;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}