:root {
	--white: #fff;
	--black: #000;
	--theme-color: #04152f;
	--clipPath: polygon(50% 0%, 80% 0, 100% 10%, 100% 90%, 51% 100%, 0 90%, 0 54%, 0 10%, 20% 0);
}

html {
	scroll-behavior: smooth;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	/* font-family: "Poppins", sans-serif; */
}

@media (min-width: 1700px) {
	.container {
		max-width: 1366px;
	}
}

section {
	padding: 6rem 0;
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #616161;
}

/* @font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars.eot');
    src: url(../fonts/'VampireWars.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars.woff2') format('woff2'),
        url(../fonts/'VampireWars.woff') format('woff'),
        url(../fonts/'VampireWars.ttf') format('truetype'),
        url(../fonts/'VampireWars.svg#VampireWars') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vampire Wars';
    src: url(../fonts/'VampireWars-Italic.eot');
    src: url(../fonts/'VampireWars-Italic.eot?#iefix') format('embedded-opentype'),
        url(../fonts/'VampireWars-Italic.woff2') format('woff2'),
        url(../fonts/'VampireWars-Italic.woff') format('woff'),
        url(../fonts/'VampireWars-Italic.ttf') format('truetype'),
        url(../fonts/'VampireWars-Italic.svg#VampireWars-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Montserrat', sans-serif;
	/* font-family: "Poppins", sans-serif; */
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

figure {
	margin: 0;
}

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

.navbar-brand img {
	max-width: 150px;
	transition: 0.3s ease-in-out;
}

header {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 99999;
	top: 0;
	width: 100%;
	padding: 0.5rem 0;
	transition: 0.3s ease-in-out;
	background-color: var(--white);
}

header.sticky {
	position: fixed;
}

header.sticky .navbar-brand img {
	max-width: 100px;
}

.navbar-nav {
	gap: 1rem 2rem;
}
.navbar-nav li a,
.navbar-nav .nav-item .nav-link {
	font-size: 14px;
	font-weight: 700;
	color: var(--theme-color);
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.navbar-nav li a::after,
.navbar-nav .nav-item .nav-link::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: transform 0.3s ease-in-out;
	background-color: var(--theme-color);
	transform-origin: center;
	transform: scaleX(0);
}

.navbar-nav li.active a::after,
.navbar-nav li a:hover::after,
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
	transform: scaleX(1);
}
.menu-item-has-children,
.nav-item.dropdown {
	position: relative;
}
.navbar-nav li.menu-item-has-children a::after,
.navbar-nav .nav-item.dropdown .nav-link::after {
	background-color: var(--white);
}
.menu-item-has-children .dropdown-menu,
.nav-item.dropdown .dropdown-menu {
	/*display: inline-block;*/
	min-width: 275px;
	border: none;
	background-color: var(--theme-color);
	transform: scaleY(0);
	transform-origin: top;
	transition: 0.3s ease-in-out;
}

.menu-item-has-children .dropdown-menu li a,
.nav-item.dropdown .dropdown-menu .nav-item .nav-link {
	font-size: 14px;
	color: var(--white);
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 500;
	padding: 7px 20px;
	display: block;
}
.menu-item-has-children:hover .dropdown-menu,
.nav-item.dropdown:hover .dropdown-menu {
	transform: scaleY(1);
	display: block;
}
.menu-item-has-children .dropdown-menu li a:hover,
.nav-item.dropdown .dropdown-menu .nav-item .nav-link:hover {
	color: #4da6d9;
}

.main-slider {
	position: relative;
}

.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-slider h2 {
	font-family: 'Anton', sans-serif;
	font-size: 6.25rem;
	font-weight: 400;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1.3;
}

.main-slider p {
	font-size: 1.375rem;
	font-weight: 500;
	color: var(--white);
	line-height: 1.429;
	text-align: center;
}

.secHeading {
	font-family: 'Anton', sans-serif;
	font-size: 5rem;
	color: var(--theme-color);
	text-transform: uppercase;
	line-height: 1;
}

/* .socialIo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.socialIo li a {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  line-height: 44px;
  font-size: 18px;
  display: inline-block;
  color: var(--black);
  border: 1px solid var(--black);
}
.socialIo li a:hover {
  background-color: var(--black);
  color: var(--white);
} */

.scrollDown {
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	width: 18px;
	display: inline-block;
	position: absolute;
	left: calc(50% - 9px);
	bottom: 3rem;
	height: 50px;
	text-align: center;
	z-index: 1;
	animation: tada infinite 3s;
}

.scrollDown span {
	background-color: #979797;
	display: inline-block;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

/* Button Style Css */

.themeBtn {
	border: 1px solid #1863ac;
	background-color: #00366b;
	height: 56px;
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	padding: 0 1em 0 2.5em;
	display: inline-flex;
	align-items: center;
	margin: 0.5rem 0;
	gap: 2rem;
	text-transform: uppercase;
}

.themeBtn span {
	font-size: 1.5rem;
	border-left: 1px solid #1863ac;
	padding: 0 0 0 0.75em;
	height: 56px;
	display: flex;
	align-items: center;
}

.themeBtn:hover {
	background-color: var(--white);
	color: var(--theme-color);
}

.videoIco {
	text-align: center;
	display: block;
	margin-top: 1.5rem;
}

.videoIco span {
	font-size: 12px;
	color: var(--white);
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 0.75rem auto;
	text-transform: uppercase;
}

.brandIco {
	height: 105px;
	width: 100%;
	display: grid;
	place-items: center;
	transition: 0.3s ease-in-out;
	border: 1px solid #e1e1e1;
}

.brandIco:hover {
	box-shadow: 0px 5px 27px 3px rgba(209, 209, 209, 0.66);
}

/* Domain Section */

.domainCard {
	text-align: center;
	background-color: var(--theme-color);
	min-height: 540px;
	color: var(--white);
	padding: 1.5rem 1rem;
	transition: 0.3s ease-in-out;
}

.domainCard figure {
	height: 225px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.domainCard figure img {
	filter: invert(1) brightness(100);
	transition: 0.3s ease-in-out;
}

.domainCard h3 {
	font-size: 15px;
	color: inherit;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.domainCard p {
	font-size: 12px;
	color: inherit;
	line-height: 1.667;
	text-align: center;
}

.domainCard:hover {
	background-color: var(--white);
	color: var(--theme-color);
	box-shadow: 0px 4px 68px 0px rgba(200, 200, 200, 0.67);
}

.domainCard:hover figure img {
	filter: none;
}

.servicesSec {
	background-color: #f4f4f4;
	clip-path: var(--clipPath);
}

.servCard {
	position: relative;
	background-color: #00366b;
	margin-bottom: 1.5rem;
}

.servCard img {
	width: 100%;
	transition: 0.3s ease-in-out;
}

.servCard .content {
	position: absolute;
	left: 1rem;
	bottom: 1rem;
	top: 1rem;
	right: 1rem;
	border: 1px solid var(--white);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	transform: scaleY(0);
	transform-origin: center;
}

.servCard h2 {
	font-size: 15px;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	position: absolute;
	left: 1.5rem;
	bottom: 1.5rem;
	z-index: 1;
	transition: 0.3s ease-in-out;
}

.servCard h3 {
	font-size: 1.875rem;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0.5rem;
}

.servCard p {
	font-size: 13px;
	color: var(--white);
	line-height: 1.384;
	text-align: center;
}

.servCard a {
	font-size: 14px;
	color: var(--white);
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	text-transform: uppercase;
	line-height: 1;
}

.servCard a span {
	font-size: 1.5rem;
}

.servCard:hover .content {
	transform: scaleY(1);
}

.servCard:hover img {
	opacity: 0.4;
}

.servCard:hover h2 {
	transform: scaleY(0);
}

/* videoImg */

.videoImg {
	position: relative;
	display: block;
	clip-path: var(--clipPath);
	margin: 1rem;
}

.videoImg .videoIco {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.slick-next::before,
.slick-prev::before {
	display: none;
}

.slick-next,
.slick-prev {
	font-size: 3.75rem;
	color: var(--theme-color);
	opacity: 0.5;
}

.slick-next {
	right: -3rem;
}

.slick-prev {
	left: -3rem;
}

.slick-next:hover,
.slick-prev:hover {
	opacity: 1;
}

/* blogSec*/

.blogSec {
	background-color: #00366b;
	clip-path: var(--clipPath);
}

.blogCard {
	margin: 1rem 0.75rem;
}

.blogContent {
	padding: 2rem 1.5rem;
	background-color: var(--white);
}

.blogPara {
	color: white;
}

.blogContent h4 {
	font-size: 16px;
	font-weight: 700;
	color: var(--black);
	text-transform: uppercase;
	line-height: 1.647;
}

.blogContent p {
	font-size: 15px;
	font-weight: 500;
	color: #474747;
	line-height: 1.75;
}

.blogContent a {
	font-size: 14px;
	font-weight: 400;
	color: #00366b;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}

.blogContent a::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: transform 0.3s ease-in-out;
	background-color: var(--black);
	transform-origin: center;
	transform: scaleX(0);
}

.blogImg {
	position: relative;
	overflow: hidden;
}

.blogImg img {
	transition: 0.3s ease-in-out;
}

.blogDate {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #00366b;
	padding: 0.5rem;
	text-align: center;
	min-width: 85px;
}

.blogImg h3 {
	font-size: 3.125rem;
	font-weight: 500;
	color: var(--white);
	text-transform: uppercase;
	line-height: 1;
}

.blogImg span {
	font-size: 20px;
	font-weight: 500;
	color: var(--white);
	line-height: 1;
	text-transform: uppercase;
}

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

.blogCard:hover .blogContent a::after {
	transform: scaleX(1);
}

.blogSec .secHeading,
.blogSec .slick-next,
.blogSec .slick-prev {
	color: var(--white);
}

/* Testimonial Sec */

/* .testimonialSec{} */

.testimonialCard {
	text-align: center;
	padding: 0 1.5rem;
	margin: 0 1rem;
}

.testimonialCard + .testimonialCard {
	border-left: 1px solid var(--black);
}

.testimonialCard .imgbox {
	display: inline-block;
	margin: 1rem;
	transition: 0.3s ease-in-out;
	overflow: hidden;
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
	box-shadow: 0px 10px 31.5px 3.5px rgba(147, 147, 147, 0.39);
}

.testimonialCard img {
	transition: 0.3s ease-in-out;
}

.testimonialCard h3 i {
	color: var(--black);
	font-size: 3rem;
}

.testimonialCard p {
	font-size: 15px;
	font-weight: 500;
	color: #4f4f4f;
	font-style: italic;
	line-height: 1.6;
}

.testimonialCard h4 {
	font-size: 16px;
	color: #141021;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
}

.testimonialCard .rating {
	color: #ebaa57;
	margin: 1rem 0;
}

.testimonialCard:hover .imgbox {
	transform: translate3d(10px, 10px, 10px) rotate(-45deg);
}

.slick-dots {
	bottom: -6rem;
}

.slick-dots li {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 10px;
	width: 10px;
}

.slick-dots li button {
	border-radius: 50%;
	height: 10px;
	width: 10px;
	padding: 3px;
	transition: 0.3s ease-in-out;
	background-color: #d2d7d5;
}

.slick-dots li button:before {
	content: none;
	height: 10px;
	width: 10px;
}

.slick-dots li.slick-active button:before {
	content: '';
	border-radius: 50%;
	background-color: var(--black);
}

/* Footer */

footer {
	position: relative;
}

.footerContent {
	background: #0f132e;
	padding-top: 8rem;
	clip-path: polygon(50% 0%, 100% 15%, 100% 50%, 100% 100%, 67% 100%, 50% 100%, 0 100%, 0 50%, 0 15%);
}

footer h4 {
	font-size: 1.25rem;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2.9;
}

footer .links li a {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat';
	color: var(--white);
	line-height: 2.533;
}

footer .links li a:hover {
	color: #1863ac;
}

.contactInfo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 2rem;
	margin-top: 1.5rem;
}

.contactInfo li a {
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	color: #f5f5f5;
	gap: 1rem;
	line-height: 1.533;
}

.contactInfo li a strong {
	font-weight: 400;
	text-transform: lowercase;
}

.contactInfo li a i {
	font-size: 1.125rem;
}

.contactInfo span {
	display: block;
	margin-bottom: 0.5rem;
}

.copyRight {
	position: relative;
	background: #0f132e;
	padding: 1.5rem 0;
}

.copyRight::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: var(--white);
	clip-path: polygon(10% 0, 90% 0, 100% 100%, 100% 100%, 0 100%, 0 100%);
}

.copyRight p {
	margin: 0;
	text-align: center;
	color: #0f132e;
	font-size: 16px;
	font-weight: 500;
}

.socialIo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	gap: 1rem 2.5rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 1.5rem 0;
	margin-top: 3rem;
}

.socialIo li a {
	font-size: 3.125rem;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	display: inline-block;
	color: #a6b1be;
}

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

/* Inner Pages Css Start */

.aboutHeading h2 {
	font-size: 3.75rem;
	color: #1d2833;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.aboutHeading p {
	font-size: 1.0625rem;
	color: #323d4d;
	font-weight: 400;
	margin-bottom: 5rem;
}

.aboutcontent p {
	font-size: 1.0625rem;
	color: #323d4d;
	font-weight: 400;
	margin-top: 5.625rem;
}
.blogInner .blogCard {
	margin-left: 0;
	margin-right: 0;
}
.storyContent h2 {
	font-size: 3.75rem;
	color: #1d2833;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 1.25rem;
}

.storyContent p {
	font-size: 1.0625rem;
	color: #323d4d;
	font-weight: 400;
	margin-bottom: 3.4375rem;
}

.storyImg p {
	font-size: 1.5625rem;
	color: #010b2f;
	font-weight: 500;
	padding-top: 1.875rem;
	line-height: 35px;
}

.applicationContent h2 {
	font-size: 3.0625rem;
	color: #323d4d;
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 1.25rem;
}

.applicationContent p {
	font-size: 1.0625rem;
	color: #323d4d;
	font-weight: 400;
	width: 96%;
}

.applicationImg {
	text-align: center;
}

.second {
	text-align: center;
}

.applicationSecond {
	background-color: #d96d38;
}

.applicationFourth {
	background-color: #4da6d9;
	margin-bottom: -5.4375rem;
	padding-bottom: 8.75rem;
}

.agile h2 {
	color: white;
}

.agile p {
	color: white;
}

.mobility {
	margin-bottom: -5.4375rem;
	padding-bottom: 8.75rem;
}

.contact .form-group label {
	font-weight: 500;
}

.contact .form-group input {
	height: 50px;
	background: #f2f2f2;
	border: none;
	border-radius: 0;
}

.contact .form-group {
	margin-bottom: 2rem;
}

.contact .form-group select {
	height: 50px;
	background: #f2f2f2;
	border: none;
	border-radius: 0;
}

.contact .form-group textarea {
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
}

.formPara p {
	color: #010b2f;
	font-weight: 600;
}

.contact .themeBtn {
	padding: 1em 2.5em;
}
.map {
	margin-top: 1.9375rem;
}

.view ul {
	display: flex;
	gap: 30px;
	margin-left: 1.25rem;
}

.view ul li + li {
	border-left: 1px solid;
	padding: 0px 1.875rem;
}

.view ul li a {
	font-size: 1.0625rem;
	color: #1d2833;
	font-weight: 500;
}

.view {
	margin-top: 3.125rem;
	padding-bottom: 200px;
}

.view ul .active a {
	font-weight: 600;
}

.icons {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 5rem;
	margin-left: 3.125rem;
}

.iconsContent h3 {
	font-size: 1.625rem;
	color: #323d4d;
	text-transform: uppercase;
	font-weight: 500;
	margin: 0;
	line-height: 1;
}

.iconsContent p {
	font-size: 1.5rem;
	color: #323d4d;
	font-weight: 500;
}

.iconsContent a {
	font-size: 1.5rem;
	color: #323d4d;
	font-weight: 500;
}

/* Inner Pages Css end */
.sixth-sec {
	margin-bottom: -6rem;
}
.priv-sec {
	margin-top: 5rem;
}

.priv-sec li a {
	color: #a6b1be;
	font-size: 15px;
	font-weight: 500;
	font-family: 'Montserrat';
	color: var(--white);
}

.priv-sec li a:hover {
	color: #1863ac;
}
.technalogy-sec .domainCard {
	min-height: 560px;
}
.storyContent ul {
	list-style: disc;
	padding-bottom: 2rem;
	margin-top: -1rem;
}
.privacy-txt ul {
	list-style: disc;
}

.privacy-txt h6 {
	font-size: 1.4rem;
	font-weight: 600;
	padding: 2rem 0rem;
}

.privacy-txt a {
	color: black;
	font-weight: 600;
}
