/* Light 400 */
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Light.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Regular 500 */
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Regular.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* SemiBold 600 */
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Bold 700 */
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
	font-family: "Urbanist", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	font-size-adjust: 0.52;
}
a {
	text-decoration: none;
	transition: all linear 0.3s;
}
h2 {
    font-size: 62px;
    line-height: 74px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.4px;
}
h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 13px;
}
h6::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 100%;
    background-color: #fff;
}
.btnVB {
    font-size: 16px;
    min-width: 192px;
    padding: 22px 30px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    border-radius: 35px;
    position: relative;
    display: inline-block;
    color: #ffffff;
	border: 0;
    background: linear-gradient(to top, #217ae7, #005ccd, #217ae7);
    background-size: 100% 200%;
    background-position: 0% 0%;
	text-decoration: none!important;
}
#section404 .btnVB i {
   margin-right: 5px;
}
.btnVB:hover {
    background-position: 0% 100%;
	text-decoration: none!important;
}
header {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
header nav {
	margin-top: 40px;
    padding: 0 10px 0 15px;
    background-color: rgb(0 0 0 / 15%);
    border-radius: 36px;
    border: 1px solid rgb(255 255 255 / 10%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
header .logo img {
	height: 60px;
	transition: all linear 0.3s;
}
header .logo:hover img {
	opacity: 0.7;
}
header ul {
    margin: 0 auto;
	padding: 0;
	display: flex;
}
header ul li {
    display: inline;
    margin: 0 25px;
}
header ul li a {
	font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 29px 0px !important;
    color: #fff;
	display: block;
	text-decoration: none;
}
.navItem > a::before {
    left: 0px;
    bottom: 19px;
    width: 0px;
    height: 1px;
    content: "";
    position: absolute;
    background: #c6cae0;
    transition: 0.6s ease-in-out;
}
header ul li a:hover {
    color: #c6cae0;
}
.navItem > a:hover::before {
	width: 100%;
}
.activeMenu {
    color: #c6cae0;
}
.dropdownMenu {
	position: relative;
}
.dropdownMenu i {
	font-size: 12px;
    margin-left: 5px;
}
.dropdownMenu ul {
	opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition: 0.2s ease;
    pointer-events: none;
    display: block;
    pointer-events: none;
	position: absolute;
	left: -11px;
    top: 75px;
	padding: 10px;
    margin: 0;
    background-color: #ffffff;
    border: 0;
    z-index: 2;
    width: auto;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 20px;
	
}
.dropdownMenu:hover ul,
.dropdownMenu.activeDropdownMenu ul {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}
.dropdownMenu ul li {
    display: block;
	margin: 0 0 5px 0;
	padding: 0;
    width: 100%;
}
.dropdownMenu ul li:last-child {
	margin-bottom: 0;
}
.dropdownMenu ul li a {
	display: block;
    width: 100%;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
	padding: 7px 12px!important;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000921;
    border-radius: 10px;
}
.dropdownMenu ul li a:hover {
    background-color: #005ccd;
    color: #ffffff;
}
.mainBanner {
	background-color: #070e2f;
	background-image: url(../../../img/banner-home.png);
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%;
    height: 100vh;
    animation: bgAnimation 7s ease infinite;
}
.mainBanner .container {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
	height: 100vh;
}
.mainBanner .contentMainBanner {
	margin-top: 190px;
}
.btnAllRight {
	position: absolute;
	right: 40px;
	top: 50px;
}
.footerMainBanner {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
	align-content: center;
}
.footerMainBanner .countersContainer {
    gap: 28px;
	margin-bottom: -40px;
	margin-left: -15px;
}
.footerMainBanner .scrollDownVB {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin-bottom: -80px;
}
.footerMainBanner .scrollDownVB:hover {
	text-decoration: none;
	transform: translateY(-5px);
}
.footerMainBanner .scrollDownVB i {
	font-size: 16px;
	display: block;
	width: 100%;
	transition: all linear 0.3s;
}
.footerMainBanner .scrollDownVB:hover i {
	text-decoration: none;
	transform: translateY(10px);
	color: #005ccd;
}
.footerMainBanner .boxMainBanner {
	background-color: rgb(0 0 0 / 15%);
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 15%);
    max-width: 354px;
	margin-bottom: 20px;
	transition: all linear 0.3s;
}
.footerMainBanner .boxMainBanner:hover {
	border: 1px solid #005ccd;
    transform: translateY(-6px);
    box-shadow: rgb(49 101 255 / 27%) 0px 12px 24px;
}
.footerMainBanner .boxMainBanner a {
    padding: 9px 10px 9px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-content: space-between;
}
.footerMainBanner .boxMainBanner a:hover {
	text-decoration: none;
}
.footerMainBanner .boxMainBanner img {
	border-radius: 10px;
	width: 112px;
	height: 112px;
}
.footerMainBanner .boxMainBanner h4 {
	margin-bottom: 8px;
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.footerMainBanner .boxMainBanner p {
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 0;
}
.bannerTitle {
	background-color: #070e2f;
	background-image: url(../../../img/sub-banner-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
    width: 100%;
    min-height: 545px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
	padding-top: 280px;
	padding-bottom: 50px;
}
.bannerTitle h1 {
    font-size: 120px;
    line-height: 112px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 46px;
    letter-spacing: 1.2px;
}
.bannerTitle p {
	font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 35px;
    color: #ffffff;
	max-width: 680px;
}
.bannerTitle .breadcrumbVB {
	padding: 17px 25px;
	display: inline-block;
    transition: ease-in-out 0.6s;
    justify-content: center;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 27.5px;
	min-width: 212px;
	display: inline-block;
    border: 1px solid rgb(255 255 255 / 10%);
	margin: 0;
	list-style-type: none;
	text-align: center;
}
.bannerTitle .breadcrumbVB li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
.bannerTitle .breadcrumbVB li + li::before {
  content: "/";
  margin: 0 10px;
  color: #fff;
}
.bannerTitle .breadcrumbVB li:first-child {
	margin-left: 0;
	padding-left: 0;
}
.bannerTitle .breadcrumbVB li span,
.bannerTitle .breadcrumbVB li a {
	font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #ffffff;
}
.bannerTitle .breadcrumbVB li a:hover {
    color: #005ccd;
}
.mainBanner h1 {
	font-size: 108px;
	line-height: 109px;
	font-weight: 500;
    color: #ffffff;
    margin-bottom: 28px;
	letter-spacing: 1.2px;
    max-width: 991px;
}
.navCategoriesBlog {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
	max-width: 1110px;
}
.navCategoriesBlog li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navCategoriesBlog li a {
    color: #ffffff;
    font-size: 20px;
    border: none;
    border-radius: 100px;
    padding: 10px 34px 12px;
    transition: all 0.3s ease-in-out;
	margin-bottom: -1px;
	display: block;
}
.navCategoriesBlog li a.activeTabBlog,
.navCategoriesBlog li a:hover {
    color: #ffffff;
    background-color: #005ccd;
}
.listingBlog {
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-direction: row;
	max-width: 1110px;
}
.listingBlog article {
	width: calc(50% - 15px);
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 15%);
    background-color: #060e28;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.listingBlog article img {
	height: 254px;
	object-fit: cover;
	width: 100%;
	border-radius: 10px 10px 0 0;
	display: block;
    transition: all 0.3s ease-in-out;
}
.listingBlog article:hover img {
	opacity: 0.7;
}
.listingBlog article .contentBlog {
	padding: 30px;
}
.metaBlog {
	margin: 0 0 16px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 20px;
}
.contentBlog .metaBlog {
	margin-bottom: 10px;
}
.metaBlog li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #c6cae0;
	font-size: 12px;
    line-height: 20px;
}
.metaBlog li i {
	font-size: 14px;
    line-height: 16px;
	color: #005ccd;
	margin-right: 5px;
}
.listingBlog article .contentBlog h4 a {
	color: #ffffff;
	font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 14px;
    transition: all 0.3s ease-in-out;
}
.listingBlog article:hover .contentBlog h4 a {
	color: #005ccd;
}
.listingBlog article .contentBlog p {
	color: #c6cae0;
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
	font-weight: 500;
}
.listingBlog article .contentBlog .btnReadMoreVB {
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    font-weight: bold;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.listingBlog article .contentBlog .btnReadMoreVB:hover {
    color: #005ccd;
}
.listingBlog article .contentBlog .btnReadMoreVB::before {
    content: "";
    background: #ffffff;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in-out;
    bottom: -7px;
}
.listingBlog article .contentBlog .btnReadMoreVB:hover::before {
    background: #005ccd;
}
.paginationBlogVB {
    margin: 40px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 15px;
    align-items: center;
}
.paginationBlogVB li {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.paginationBlogVB li a {
	display: block;
    color: #c6cae0;
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 10px;
    background-color: #060e28;
	padding: 11px 15px;
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.paginationBlogVB li a:hover,
.paginationBlogVB li a.activePageBlog {
    background-color: #005ccd;
}
#sectionSingleBlog .container {
	width: 1140px;
	margin: 0 auto;
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.contentBlog {
	position: relative;
    transition: all 0.3s ease-in-out;
    padding: 15px 12px;
    margin-left: 0;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 10px;
    background-color: #060e28;
}
.contentBlog img {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 16px;
}
.contentBlog h4 {
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
	margin-bottom: 18px;
    color: #ffffff;
}
.contentBlog .quoteVB {
	background: linear-gradient(to top, #217ae7, #005ccd, #217ae7);
	padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.contentBlog .quoteVB i {
	font-size: 35px;
	color: #fff;
	display: block;
	width: 100%;
	margin-bottom: 22px;
}
.contentBlog .quoteVB p {
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
}
.contentBlog p {
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom: 30px;
	color: #c6cae0;
}
.sidebarBlog {
	width: 350px;
}
.sidebarBlog .widgetSidebarBlog {
    background-color: #060e28;
	padding: 34px 30px;
    margin-bottom: 43px;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 10px;
}
.sidebarBlog .widgetSidebarBlog h4 {
	text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    color: #ffffff;
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.sidebarBlog .widgetSidebarBlog ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.sidebarBlog .widgetSidebarBlog ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.sidebarBlog .widgetCategories ul li {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.sidebarBlog .widgetCategories ul li a {
	display: block;
	width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
	color: #c6cae0;
}
.sidebarBlog .widgetCategories ul li a:hover {
	color: #005ccd;
}
.shareSinglePost ul,
.sidebarBlog .widgetFollowUs ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.shareSinglePost ul li,
.sidebarBlog .widgetFollowUs ul li {
	display: inline-block;
}
.shareSinglePost ul li a,
.sidebarBlog .widgetFollowUs ul li a {
	margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
	color: #ffffff;
	background: linear-gradient(to top, #217ae7 0%, #005ccd 100%);
    background-size: 100% 200%;
    background-position: 0% 0%;
}
.shareSinglePost ul li a i,
.sidebarBlog .widgetFollowUs ul li a i {
	font-size: 18px;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 48px;
}
.shareSinglePost ul li a:hover,
.sidebarBlog .widgetFollowUs ul li a:hover {
    background-position: 0% 100%;
    transform: translateY(-10px);
}
.sidebarBlog .widgetLastPosts ul li {
	width: 100%;
	display: flex;
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.sidebarBlog .widgetLastPosts ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.sidebarBlog .widgetLastPosts ul li a {
	width: 34%;
}
.sidebarBlog .widgetLastPosts ul li a img {
    width: 100%;
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
}
.sidebarBlog .widgetLastPosts ul li h5 {
    width: 66%;
    padding: 0 0 0 16px;
    position: relative;
    z-index: 1;
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.sidebarBlog .widgetLastPosts ul li h5 a {
    width: 100%;
    text-decoration: none;
    color: #c6cae0;
}
.sidebarBlog .widgetLastPosts ul li:hover h5 a {
	color: #005ccd;
}
.shareSinglePost {
	float: left;
	display: inline-block;
    margin-bottom: 25px;
}
.shareSinglePost ul {
	padding-left: 0;
	margin-left: -10px;
}
.navSinglePost {
	margin-bottom: 80px;
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.navSinglePost .prevNavPost,
.navSinglePost .nextNavPost {
	position: relative;
	width: 56px;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
}
.navSinglePost .prevNavPost {
	left: 0px;
}
.navSinglePost .nextNavPost {
	right: 0px;
}
.navSinglePost .prevNavPost span,
.navSinglePost .nextNavPost span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    position: relative;
    color: #c6cae0;
	display: block;
    transition: all 0.3s ease-in-out;
}
.navSinglePost .prevNavPost span {
	text-align: right;
}
.navSinglePost .nextNavPost span {
	text-align: left;
}
.navSinglePost .prevNavPost i,
.navSinglePost .nextNavPost i {
	display: block;
    font-size: 32px;
    margin-top: -8px;
	color: #fff;
    transition: all 0.3s ease-in-out;
}
.navSinglePost .prevNavPost i {
    text-align: left;
}
.navSinglePost .nextNavPost i {
    text-align: right;
}
.navSinglePost .prevNavPost:hover span,
.navSinglePost .prevNavPost:hover i,
.navSinglePost .nextNavPost:hover span,
.navSinglePost .nextNavPost:hover i {
	color: #005ccd;
}
.authorSinglePost {
	padding: 65px 65px 20px;
	background: linear-gradient(to top, #217ae7, #005ccd, #217ae7);
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.authorSinglePost img {
    border-radius: 10px;
    width: 132px;
    height: 132px;
    margin-top: -126px;
    transition: all 0.3s ease-in-out;
}
.authorSinglePost h4 {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
}
.authorSinglePost label {
	display: block;
	margin-bottom: 14px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
}
.authorSinglePost p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
}
/*
.mainBanner h1 {
	font-size: 80px;
    line-height: 80px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 28px;
    letter-spacing: 1.2px;
    max-width: 950px;
}
*/
.mainBanner p {
	font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 27px;
	color: #c6cae0;
	max-width: 780px;
}
.mainBanner a {
	color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}
.mainBanner a:hover {
	text-decoration: underline;
}
.mainBanner .btnVB {
	margin-right: 20px;
}
.carouselVB {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.carouselTrackVB {
    display: flex;
    width: max-content;
    animation: scrollCarousel 20s linear infinite;
}
.carouselTrackVB img {
    height: 40px;
    margin: 0 15px;
    opacity: 0.25;
	transition: all linear 0.3s;
}
.carouselTrackVB img:hover {
    opacity: 1;
}
.sectionStandard {
	background-color: #070e2f;
    background-repeat: no-repeat;
    background-size: contain;
	padding: 140px 0;
}
#sectionSingleBlog.sectionStandard,
#sectionBlog.sectionStandard {
	padding: 130px 0;
}

.cardGallery,
.cardGallery2 {
	display: flex;
	overflow: hidden;
	flex-wrap: nowrap;
	flex-direction: row;
}
.cardGallery2 {
    flex-wrap: wrap;
}
.cardContainerVB {
    transition: flex 0.6s ease-in-out, transform 0.6s ease-in-out;
    position: relative;
    overflow: hidden;
    flex: 0 0 17%;
}
.cardGallery2 .cardContainerVB {
    flex: 0 0 50%;
	margin-bottom: 30px;
}
.cardContainerVB.activeContainerVB {
    flex: 0 0 47%;
    z-index: 10;
}
.cardGallery2 .cardContainerVB.activeContainerVB {
    flex: 0 0 50%;
}
.customCardVB {
    position: relative;
    height: 583px;
    overflow: hidden;
    border-radius: 30px;
    margin: 0 15px;
    background-color: #000;
    transition: ease-in-out 0.8s;
    cursor: pointer;
}
.cardContainerVB:first-child .customCardVB {
    margin-left: 0;
}
.cardContainerVB:last-child .customCardVB {
    margin-right: 0;
}
.customCardVB img {
    border-radius: 30px;
	width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 100%;
    transition: opacity 0.8s ease-in-out;
}
.cardContentVB {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    color: white;
    background-color: rgb(0 0 0 / 35%);
    border-radius: 15px;
    border: 1px solid rgb(255 255 255 / 35%);
    opacity: 0;
    transition: 0.4s ease-in-out;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 21px 25px;
}
.cardGallery2 .cardContentVB,
.cardContainerVB.activeContainerVB .cardContentVB {
    opacity: 1;
}
.cardContainerVB .cardContentVB p {
	margin-bottom: 0;
}
.cardContainerVB .cardContentVB .btnVB {
    width: 46px;
    float: right;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	padding: 0;
	min-width: inherit;
}
#sectionMaintenance,
#section404 {
	position: absolute;
	display: flex;
	height: 100vh;
	width: 100%;
}
#sectionMaintenance img {
	margin-bottom: 35px;
	height: 100px;
	transition: all linear 0.3s;
}
#sectionMaintenance a:hover img {
	opacity: 0.7;
}
#sectionAbout2 .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#sectionAbout2 img {
    width: 93%;
	height: auto;
	border-radius: 30px;
	margin-top: 30px;
}
#sectionAbout2 p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 44px;
	font-weight: 500;
    color: #c6cae0;
    word-break: break-word;
}
#sectionMaintenance h1 {
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 40px;
	font-weight: 500;
	color: #c6cae0;
}
#sectionMaintenance h2 {
	margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1.2px;
	color: #fff;
}
#countdown {
    display: flex;
    justify-content: center;
    gap: 13px;
}
#countdown .box {
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 10px;
}
#countdown .number {
	display: block;
    color: #005ccd;
    font-size: 60px;
    line-height: 65px;
    font-weight: 600;
}
#countdown .label {
    color: #000921;
    font-size: 22px;
    font-weight: 300;
}

#section404 h1 {
	color: #fff;
	font-size: 170px;
	font-weight: 500;
    line-height: 165px;
    margin-bottom: 30px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}
#section404 h1 i {
	margin-left: 20px;
	font-size: 100px;
}
#section404 h2 {
	color: #fff;
	font-size: 34px;
    line-height: 34px;
	font-weight: 700;
    margin-bottom: 18px;
}
#section404 p {
	color: #fff;
	font-size: 20px;
    line-height: 32px;
	font-weight: 500;
    margin-bottom: 30px;
	max-width: 620px;
    text-align: center;
}
#sectionReviews {
	background-color: #000921;
}
#sectionReviews h2 {
	max-width: 680px;
    color: #c6cae0;
}
.dottedCircleVB {
	position: relative;
	top: 6px;
	left: 20px;
	height: 410px;
	width: 410px;
	z-index: 1;
	border-radius: 100%;
	border: 2px dashed rgb(255 255 255 / 15%);
}
.dottedCircleVB img {
    position: absolute;
	border-radius: 100%;
}
.dottedCircleVB .iconCircleVB {
	width: 261px;
	height: 261px;
	line-height: 261px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	background-color: #2b3248;
	border-radius: 100%;
}
.dottedCircleVB .iconCircleVB .testimonialQuoteImage {
    width: 191px;
    height: 191px;
    line-height: 191px;
    top: 34px;
    left: 34px;
    text-align: center;
    background-image: linear-gradient(to top, rgb(33, 122, 231) 0%, rgb(0, 92, 205) 100%);
    border-radius: 100px;
    position: absolute;
}
.dottedCircleVB .iconCircleVB .testimonialQuoteImage img {
    position: relative;
    border-radius: 0;
}
.dottedCircleVB .testimonialImage1 {
	top: 8px;
    left: 18px;
    transition: all 0.6s ease-in-out;
}
.testimonialImage2 {
	top: 155px;
	right: -53px;
	transition: all 0.6s ease-in-out;
}
.dottedCircleVB .testimonialImage3 {
	bottom: -32px;
	left: 77px;
	transition: all 0.6s ease-in-out;
}
.dottedCircleVB .testimonialCircle1 {
    top: 5px;
    right: 72px;
    transition: all 0.6s ease-in-out;
}
.dottedCircleVB .testimonialCircle2 {
    bottom: 12px;
    right: 60px;
    transition: all 0.6s ease-in-out;
}
.dottedCircleVB .testimonialCircle3 {
    top: 245px;
    left: -20px;
    transition: all 0.6s ease-in-out;
}
.dottedCircleVB img:hover {
    transform: translateY(-10px);
}
.dottedCircleVB .iconCircleVB .testimonialQuoteImage img:hover {
    transform: inherit!important;
}
.carouselContainerReviews {
	max-width: 800px;
	margin: 0 0 0 -20px;
	overflow: hidden;
	position: relative;
}
.carouselTrack {
    display: flex;
    transition: transform 0.4s ease-out;
    cursor: grab;
    user-select: none;
}
.carouselTrack:active {
    cursor: grabbing;
}
.slideReview {
	min-width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.slideReview.activeReview { display: block; }
.quoteReview {
    margin-bottom: 38px;
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #c6cae0;
	max-width: 670px;
}
.starsReview {
	margin: 0 0 12px 0;
	padding: 0;
	list-style-type: none;
}
.starsReview li {
	margin: 0 0 0 2px;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #ffcc00;
	font-weight: 900;
	font-size: 14px;
}
.starsReview li:first-child { margin-left:0; }
.nameReview {
	font-size: 20px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom: 4px;
	color: #fff;
}
.roleReview {
	font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #c6cae0;
}
.carouselDotsReview {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	margin-top: -32px;
	position: relative;
    z-index: 2;
}
.dotReview {
	width: 30px;
	height: 6px;
	background: #333;
	border-radius: 3px;
	cursor: pointer;
}
.dotReview.activeReview { background: #005ccd; width: 45px; }
.ratesVB2,
.ratesVB {
	display: flex;
    gap: 30px;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.boxPricingVB {
	width: calc(50% - 15px);
	border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 30px;
    background-color: #060e28;
    padding: 52px 56px 37px 56px;
    transition: ease-in-out 0.6s;
}
.ratesVB2 .boxPricingVB {
	width: calc(33.33% - 22px);
}
.ratesVB2 .boxPricingVB .col-md-6 {
	width: 100%;
}
.ratesVB2 .boxPricingVB .col-md-6:first-child {
	margin-bottom: 15px;
}
.boxPricingVB:hover {
	border: 1px solid #005ccd;
	transform: translateY(-6px);
	box-shadow: rgb(49 101 255 / 27%) 0px 12px 24px;
}
.boxPricingVB .col-md-6:first-child {
	padding-left: 0;
}
.boxPricingVB .col-md-6:last-child {
	padding-right: 0;
}
.boxPricingVB h3 {
	margin-bottom: 11px;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 500;
}
.boxPricingVB p {
    color: #c6cae0;
	font-weight: 500;
	margin-bottom: 30px;
	word-break: break-word;
    font-size: 16px;
    line-height: 24px;
}
.boxPricingVB label {
	display: block;
    color: #c6cae0;
	font-size: 16px;
    margin-bottom: 8px;
	font-weight: 400;
}
.boxPricingVB ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}
.boxPricingVB ul li {
	margin: 0 0 7px 0;
	padding: 0;
    color: #ffffff;
	list-style-type: none;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.boxPricingVB ul li i {
    color: #005ccd;
	margin-right: 10px;
	margin-top: 4px;
}
.boxPricingVB .pricePricingVB {
	font-size: 54px;
    line-height: 60px;
	font-weight: 600;
    color: #ffffff;
    margin-bottom: 0;
	display: inline-block;
}
.boxPricingVB .pricePricingVB sup {
	font-size: 24px;
	display: inline-block;
	font-weight: 400;
	margin-right: 5px;
	top: -20px;
}
.boxPricingVB .pricePricingVB span {
	font-size: 24px;
	display: inline-block;
	font-weight: 400;
	margin-left: 10px;
}
#contactForm {
	display: block;
    width: 100%;
    text-align: center;
}
#contactForm .formInputVB {
	width: 100%;
    margin-bottom: 30px;
    padding: 13px 19px;
    background-color: #070e2f;
    height: 64px;
    font-size: 14px;
    font-weight: 400;
    border: none;
    color: #fff;
    border-radius: 100px;
	transition: all linear 0.3s;
}
#contactForm textarea.formInputVB {
	height: 157px;
    padding: 20px 25px;
    border-radius: 30px;
	resize: vertical;
}
#contactForm .formInputVB:focus {
    border: 2px solid #005ccd;
	outline: 0;
    box-shadow: 0 1px 8px rgb(255 255 255 / 35%) inset;
}
#contactForm .formInputVB::placeholder {
  color: #c6cae0;
}
#contactForm .formInputVB::-webkit-input-placeholder { color: #c6cae0; } /* Chrome, Safari, Opera */
#contactForm .formInputVB:-moz-placeholder { color: #c6cae0; }           /* Firefox 18- */
#contactForm .formInputVB::-moz-placeholder { color: #c6cae0; } /* Firefox 19+ */
#contactForm .formInputVB:-ms-input-placeholder { color: #c6cae0; }
.sectionNoPadding {
	padding: 0;
}
#contactForm .formInputVB:focus::placeholder {
  color: #005ccd;
}
#contactForm .formInputVB:focus::-webkit-input-placeholder { color: #005ccd; } /* Chrome, Safari, Opera */
#contactForm .formInputVB:focus:-moz-placeholder { color: #005ccd; }           /* Firefox 18- */
#contactForm .formInputVB:focus::-moz-placeholder { color: #005ccd; } /* Firefox 19+ */
#contactForm .formInputVB:focus:-ms-input-placeholder { color: #005ccd; }
.boxInfoContact {
	background-color: rgb(0 0 0 / 15%);
	border-radius: 30px;
	border: 1px solid rgb(255 255 255 / 15%);
	padding: 45px 40px;
	transition: ease-in-out 0.6s;
	display: flex;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	gap: 40px;
	width: 100%;
}
.boxInfoContact img {
	width: 61px;
}
.boxInfoContact .contentInfoContact h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 11px;
}
.boxInfoContact .contentInfoContact p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
	font-weight: 500;
	color: #c6cae0;
	word-break: break-word;
}
.boxInfoContact .contentInfoContact p a {
	color: #c6cae0;
}
.boxInfoContact .contentInfoContact p a:hover {
	color: #ffffff;
}
.sectionNoPadding {
	padding: 0;
}
.sectionCarousel {
	padding: 24px 0;
}
.sectionCenter .container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}
.sectionCenter .container h2 {
    text-align: center;
	max-width: 770px;
}
.sectionLeft {
    background-image: url(../../../img/left-glow.png);
    background-position: left center;
}
.sectionRight {
    background-image: url(../../../img/right-glow.png);
    background-position: right center;
}
.sectionLeft h2,
.sectionRight h2 {
	margin-bottom: 40px;
	max-width: 860px;
	color: #c6cae0;
}
.sectionCenter h2 {
	margin-bottom: 50px;
}
.sectionStandard h2 span,
.sectionNoPadding h2 span,
.sectionCenter h2 span,
.sectionLeft h2 span,
.sectionRight h2 span {
	color: #fff;
}
#sectionServices {
	padding-top: 0;
}
#sectionServices h2 {
	max-width: 860px;
	color: #c6cae0;
}
#sectionAbout h2 {
	max-width: 780px;
	margin-bottom: 20px;
}
#sectionAbout .aboutPoints {
    display: block;
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
}
#sectionAbout .aboutPoints li {
    display: block;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    position: relative;
    list-style-type: none;
	color: #c6cae0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
	
}
#sectionAbout .aboutPoints li i {
    margin-right: 5px!important;
	color: #005ccd;
    font-size: 16px;
}
#sectionAbout .colAboutVB2 {
	display: flex;
    flex-direction: column;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
}
#sectionAbout img {
	border-radius: 30px;
	max-width: 100%;
}
#sectionAbout .colAboutVB2 img {
    height: 100%;
    object-fit: cover;
}
#sectionAbout .footAbout {
	display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
	margin-top: -160px;
}
#sectionAbout .footAbout .clientsAbout {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
#sectionAbout .footAbout .clientsAbout .photosClientsAbout {
	background-color: #060e28;
    border-radius: 36.5px;
    border: 1px solid rgb(255 255 255 / 15%);
    padding: 12px 20px;
    margin-right: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
}
#sectionAbout .footAbout .clientsAbout .photosClientsAbout img {
	margin-left: -34px;
    border: 2px solid #060e28;
	border-radius: 100%;
	width: 48px;
	height: 48px;
}
#sectionAbout .footAbout .clientsAbout .photosClientsAbout img:first-child {
	margin-left: 0;
}
#sectionAbout .footAbout .clientsAbout span {
	font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
	max-width: 233px;
}
#sectionAbout .footAbout .clientsAbout label {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}
#sectionAbout .footAbout .clientsAbout label span {
	display: block;
	font-size: 14px;
    line-height: 21px;
	font-weight: 800;
    color: #c6cae0;
	margin-top: -1px;
}
.containerFAQ {
    width: 912px;
    max-width: 100%;
}
.servicesContainer {
    display: flex;
    flex-wrap: wrap;
	gap: 30px;
}
.serviceBox {
	width: calc(33.33% - 30px);
	border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 30px;
    background-color: #060e28;
    padding: 49px 32px;
    transition: ease-in-out 0.6s;
    cursor: pointer;
	position: relative;
}
.serviceBox:hover {
	border: 1px solid #005ccd;
    transform: translateY(-6px);
    box-shadow: rgb(49 101 255 / 27%) 0px 12px 24px;
}
.serviceBox h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
	margin-bottom: 11px;
    color: #ffffff;
}
.serviceBox p {
	padding-right: 19%;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	word-break: break-word;
	color: #c6cae0;
}
.serviceBox img {
	margin-bottom: 24px;
    transition: ease-in-out 0.6s;
}
.serviceBox:hover img {
	transform: translateY(-3px);
}
.serviceBox .btnVB {
    width: 46px;
    height: 46px;
	position: absolute;
	bottom: 15px;
	right: 15px;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
	padding: 0;
	min-width: inherit;
}
.containerFAQ2 {
    width: 100%;
}
.itemFAQ {
	padding: 0;
	text-align: left;
	display: block;
	margin-bottom: 30px;
    width: 100%;
    border-radius: 15px;
    background-color: #060e28;
    border: 1px solid rgb(255 255 255 / 15%);
    transition: ease-in-out 0.6s;
}
.questionFAQ {
	padding: 22px 36px 22px 36px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	transition: all linear 0.3s;
	color: #c6cae0;
}
.itemFAQ:hover,
.itemFAQ.activeFAQ {
    border: 1px solid #005ccd;
    transform: translateY(-6px);
    box-shadow: rgb(49 101 255 / 27%) 0px 12px 24px;
}
.itemFAQ:hover .questionFAQ,
.itemFAQ.activeFAQ .questionFAQ {
	color: #ffffff;
}
.questionFAQ h5 {
	margin: 0;
	font-size: 20px;
    line-height: 24px;
    font-weight: 500;
	padding-right: 10px;
}
.answerFAQ {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #c6cae0;
	padding: 0 36px 28px 36px;
	display: none;
}
.answerFAQ p {
	margin: 0;
}
#sectionCTA1 h2 {
	margin-bottom: 74px;
    letter-spacing: 1.2px;
	font-size: 120px;
    line-height: 112px;
    font-weight: 500;
}
#sectionCTA1 .col-md-6:last-child {
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: flex-start;
}
#sectionCTA2 {
    background-image: url(../../../img/work-bg-img.jpg);
    background-size: cover;
}
#sectionCTA2 h2 {
    max-width: 1020px;
}
#sectionCTA2 h2,
#sectionCTA2 h6 {
    margin-bottom: 27px;
}
#sectionCTA2 p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 32px;
    font-weight: 500;
	color: #ffffff;
	text-align: center;
    max-width: 860px;
}
.doubleBtn {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	gap: 15px;
}
.btnPlayVB,
.btnIconVB {
    font-weight: 700;
	color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.btnPlayVB:hover span,
.btnIconVB:hover span {
	text-decoration: underline;
}
.btnPlayVB label,
.btnIconVB label {
    margin-right: 8px;
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff42;
    border-radius: 100%;
    background-color: #00000047;
    color: #fff;
    font-size: 17px;
    align-content: center;
    justify-content: center;
    align-items: center;
    display: flex;
	cursor: pointer;
	transition: all linear 0.3s;
}
.btnPlayVB:hover label,
.btnIconVB:hover label {
    background-color: #0000005c;
}
#sectionProjects {
	padding-bottom: 0;
}
#sectionProjects .container {
	position: relative;
}
#sectionPricing h2 {
	max-width: 960px;
}
#sectionTeam {
	padding-top: 0;
}
#sectionCounters {
	background-color: #000921;
}
#sectionCounters h2 {
	max-width: 720px;
}
#sectionCounters .row {
    align-items: center;
}
#sectionFormContact {
	background-color: #000921;
}
#sectionInfoContact h2 {
	max-width: 720px;
}
#sectionFormContact h2 {
	max-width: 640px;
	color: #c6cae0;
}
#sectionMap iframe {
    height: 546px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    margin-bottom: -8px;
    pointer-events: none;
}
#sectionLegal {
	background-color: #000921;
	color: #c6cae0;
}
#sectionLegal h2 {
	font-size: 62px;
    line-height: 74px;
    font-weight: 500;
	letter-spacing: 0.4px;
	color: #fff;
    margin-bottom: 25px;
}
#sectionLegal h4 {
	color: #fff;
    margin-bottom: 18px;
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
#sectionLegal p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	word-break: break-word;
	margin-bottom: 25px;
	color: #c6cae0;
}
#sectionLegal p:last-child {
	margin-bottom: 0;
}
.countersContainer {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.countersContainer .counterBox {
	position: relative;
	display: flex;
    padding: 0 15px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}
.countersContainer .counterBox::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgb(255 255 255 / 20%);
    height: 68px;
    width: 1px;
}
.countersContainer .counterBox:first-child::before {
    content: none;
}
.countersContainer .counterBox span {
	font-size: 50px;
	line-height: 50px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 5px;
	display: block;
}
.countersContainer .counterBox label {
	font-size: 14px;
	line-height: 24px;
	color: #c6cae0;
	margin-bottom: 0;
	font-weight: 500;
	display: block;
}
.boxTeam {
	border: 1px solid rgb(255 255 255 / 15%);
    border-radius: 30px;
    background-color: #060e28;
    padding: 37px 30px;
    transition: ease-in-out 0.6s;
	text-align: center;
}
.boxTeam:hover {
	border-color: #005ccd;
    transform: translateY(-6px);
    box-shadow: rgb(49 101 255 / 17%) 0px 12px 24px;
}
.boxTeam img {
	border-radius: 100%;
    margin-bottom: 28px;
    transition: ease-in-out 0.6s;
}
.boxTeam:hover img {
    transform: translateY(-2px);
}
.boxTeam h4 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}
.boxTeam label {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	display: block;
	color: #c6cae0;
}
.boxMissionVision {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 64px 60px;
    border-radius: 30px;
    animation: bgAnimation 4s linear infinite;
    z-index: 1;
}
.boxMission {
	background-image: url(../../../img/mision-vision-img1.jpg);
}
.boxVision {
	background-image: url(../../../img/mision-vision-img2.jpg);
}
.boxMissionVision h3 {
    margin-bottom: 20px;
	font-size: 36px;
    line-height: 40px;
    font-weight: 500;
	color: #ffffff;
}
.boxMissionVision p {
	padding-right: 31%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	color: #ffffff;
}
.modalVideoVB {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.modalVideoVB.modalActive {
	display: flex;
}
.modalVideoVB .overlayModalVB {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1;
	cursor: pointer;
	transition: all linear 0.3s;
}
.modalVideoVB .contentModalVB {
	position: relative;
	width: 800px;
	height: 500px;
	background-color: #000921;
	z-index: 2;
}
.modalVideoVB .contentModalVB iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 3;
}
.modalVideoVB .contentModalVB .closeModalVB {
	z-index: 4;
    top: -35px;
    right: 0px;
    color: #ffffffad;
    font-size: 21px;
    position: absolute;
    cursor: pointer;
    transition: all linear 0.3s;
}
.modalVideoVB .contentModalVB .closeModalVB:hover {
    color: #ffffff;
}
footer {
	background-color: #000921;
}
footer .row.columnsFooter {
    padding: 120px 0 100px 0;
}
footer .colAbout .logo {
    margin-bottom: 24px;
    display: inline-block;
}
footer .colAbout .logo img {
    height: 70px;
}
footer .colAbout p {
	color: #c6cae0;
	font-size: 16px;
    line-height: 24px;
    font-weight: 500;
	margin-bottom: 28px;
    padding-right: 15px;
}
footer .linksSocial {
	display: block;
	margin: 0!important;
	padding: 0!important;
}
footer .linksSocial li {
	display: inline;
	margin: 0 9px!important;
	padding: 0!important;
	position: relative;
}
footer .linksSocial li:first-child {
	margin-left: 0!important;
}
footer .linksSocial li:last-child {
	margin-right: 0!important;
}
footer .linksSocial li a {
	color: #fff;
	font-size: 18px;
}
footer .linksSocial li a:hover {
	color: #005ccd;
}
footer .linksSocial li a i {
	transition: all linear 0.3s;
}
footer .linksSocial li a:hover i {
	transform: translateY(-5px);
}
footer .menuFooter {
	display: block;
	margin: 0!important;
	padding: 0!important;
	list-style-type: none;
}
footer .menuFooter li {
	display: block;
	margin: 0 0 18px 0!important;
	padding: 0!important;
	position: relative;
	color: #c6cae0;
	list-style-type: none;
}
footer .menuFooter li:last-child {
	margin-bottom: 0!important;
}
footer .menuFooter li a {
	color: #c6cae0;
	font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}
footer .menuFooter li a:hover {
	color: #005ccd;
}
footer .menuFooter li i {
	color: #005ccd;
    margin-right: 18px;
}
footer h4 {
	color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
	margin-bottom: 26px;
}
footer .copyrightFooter p {
	font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    padding: 25px 0;
    text-align: center;
	margin-bottom: 0;
    color: #c6cae0;
    border-top: 1px solid rgb(255 255 255 / 15%);
}
footer .copyrightFooter p a {
    color: #c6cae0;
	border-left: 1px solid #c6cae0;
	padding: 0 10px;
}
footer .copyrightFooter p a:first-child {
    margin-left: 10px;
}
footer .copyrightFooter p a:hover {
	color: #005ccd;
}
.scrollTopBtn {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(to top, #217ae7, #005ccd, #217ae7);
    background-size: 100% 200%;
    background-position: 0% 0%;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	z-index: 999;
}
.scrollTopBtn:hover {
	background-position: 0% 100%;
}
.scrollTopBtn.pulseBtnScroll {
	animation: pulseBtn 1.5s infinite;
}
.whatsappFloat {
	position: fixed;
	width: 55px;
	height: 55px;
	bottom: 30px;
	left: 30px;
	background: #25D366;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	line-height: 55px;
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
	z-index: 999;
	transition: transform 0.3s ease;
}
.whatsappFloat:hover {
	transform: scale(1.1);
}
@keyframes bgAnimation {
	0% {
		background-position: 0% 0%;
	}
	25% {
		background-position: 20% 60%;
	}
	50% {
		background-position: 60% 20%;
	}
	75% {
		background-position: 20% 60%;
	}
	100% {
		background-position: 0% 0%;
	}
}
@keyframes scrollCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
@keyframes pulseBtn {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(33, 122, 231, 0.6);
	}
	70% {
		transform: scale(1.1);
		box-shadow: 0 0 0 15px rgba(33, 122, 231, 0);
	}
	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(33, 122, 231, 0);
	}
}