@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


html, body{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-weight: 400;
	font-family: 'poppins', sans-serif;
}
.primary-color{
    color: #0A3364;
}
.secondary-color{
    color: #AECB06;
}
body{
	background-color: #fff;
}
p{
    color: #212121;
	margin: 0;
	padding: 0;
}
body.dark-mode{
	background-color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'poppins', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
button, button:hover{
	border: none;
	box-shadow: none;
	outline: none;
}
a, a:hover{
	text-decoration: none;
}

.home-main-title{
	font-family: 'poppins', sans-serif;
    font-weight: 800;
	font-size: 48px;
	color: #fff; line-height: 55px;
}
.main-title{
	font-family: 'poppins', sans-serif;
    font-weight: 800;
	font-size: 48px;
	color: #1F2F41; line-height: 55px;
}

.default-btn{
	display: inline-block;
	font-size: 14px;
	color: #232323;
    font-weight: 500;
	padding: 10px 20px;
	background-color: #AECB06;
	border: 1px solid #AECB06;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	text-decoration: none;
	transition: .5s;
	border-radius: 30px;
	align-content: center;
}
.default-btn:hover{
	background-color: #ffffff;
	color: #232323;
	border: 1px solid #303030;
}

.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.header .topbar{
	background-color:#fff;
	border-bottom:1px solid #eee;
}
.header .topbar{
	padding:15px 0;
}
.header .top-link{
	float:left;
}
.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#2C2D3F;
	font-size:14px;
	font-weight:400;
}
.header .top-link li:hover a{
	color:#0A3364;
}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#2C2D3F;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:#0A3364;
}
.header .top-contact li i{
	color:#0A3364;
	margin-right:8px;
}
.header .header-inner {
    background:rgba(255, 255, 255, 0.15);
    z-index: 999;
    width: 100%;
    position: absolute;
    width: 86%;
    margin-left: 6%;
    margin-top: 3%;
    padding: 20px 10px;
    border-radius: 50px;
}
.header .logo {
    float: left;
    width: 120px;
    position: absolute;
    top: -20px;
    left: -10px;
}
.header .navbar {
	background: transparent!important;
	box-shadow: none;
	border: none;
	margin: 0;
	height: auto;
	min-height: 0px;
}
.header .nav li{
	margin-right: 15px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px 10px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #AECB06;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#AECB06;
    font-weight: bold;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#AECB06;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #0A3364;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.display_desktop{display: block;}
    .display_mobile{display: none;}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #0A3364;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li.active{background: #0A3364;}
.header .nav li .dropdown li.active a,.header .nav li .dropdown li.active:hover a{color: #fff;}

.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li:hover a{
	color:#0A3364;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;
	float:left;
}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #0A3364;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 74px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
.header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #0A3364;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
.header .search-form button:hover{
	background:#fff;
	color:#0A3364;
	border-color:#e6e6e6;
}
/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/
::placeholder{
    color: #ffffffc5;
}
.home-banner {
    position: relative;
    background-color: #0A3364;
    /* background: url(../../images/default-ban.jpg) no-repeat; */
    background-position: center;
    background-size: cover;
    text-align: center;
    /* height: 100%; */
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 99;
    overflow: hidden;
}
.bg-spot::before {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 10%;
    border-radius: 100%;
    filter: blur(90px);
    z-index: -1;
	opacity: 0.3;
}
.bg-spot::after {
    content: '';
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 15%;
    right: 10%;
    border-radius: 100%;
    filter: blur(150px);
    z-index: -1;
}
.banner-content {
    padding: 200px 0 200px 0;
}
.header-content {
    padding: 200px 0 70px 0;
}
.banner-paragraph {
    color: #fff;
    padding: 25px 160px;
}
.search-item {
    border: 1px solid #fff;
    padding: 5px;
    display: inline-flex;
    border-radius: 50px;
}
.search-item input[type="text"] {
    background: transparent;
    border: none;
    width: 700px;
    forced-color-adjust: none;
    padding: 20px 20px;
    color: #fff;
}
.search-item input:focus-visible {
    outline-offset: 0px;
    outline: none;
    outline-width: 0;
}
.bg-pattern {
    position: absolute;
    z-index: 0;
    top: 0;
}
.circle {
    position: absolute;
    z-index: 0;
    top: 60%;
    left: 10%;
}
.circle2 {
    position: absolute;
    z-index: -1;
    top: 17%;
    right: 10%;
    transform: rotate(272deg);
}
.triangle-up {
    position: absolute;
    right: 15%;
    top: 50%;
    transform: rotate(45deg);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 25px solid #aecb06;
}
.bg-pattern img{
    width: 100%;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.recording-icon {
    color: #fff;
    font-size: 20px;
    background-color: transparent;
}
.logo-slider{
    overflow-x: hidden;
    background-color:rgba(255, 255, 255, 0.15);
}
.brand-logo {
    display: flex;
    padding: 1.5rem 0 1.5rem 0;
    width: 100%;
}
.logo-wrapper {
   display: flex;
   align-items: center;
   justify-content: space-between;
   animation: brandloop 60s linear infinite; 
}
.logo-item {
    margin-left: 50px;
    padding: 10px 30px;
    aspect-ratio: 30 / 9;
    display: grid;
    place-items: center;
    width: 170px;
}
.logo-item img{
	width: 100%;
    margin-inline: 20px;
}
.about{
    background-color: #ffffff;
    position: relative;
    z-index: 9999;
}
.main-section{
    padding: 70px 0;
	color: #212122;
}
.product-tab {
    position: relative;
    margin-top: -200px;
    z-index: 9999;
}
.product-tab .p-icon {
    display: inline-flex;
    background: #0A3364;
    padding: 14px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
   
}
.p-card {
    padding: 30px 20px;
    border: 1px solid #0A3364;
    text-align: center;
    border-radius: 25px;
    box-shadow: 0px 15px #0A3364;
   
}
.p-card-bg1{
	background-image: linear-gradient(rgb(255 255 255 / 61%), rgb(255 255 255)), url(../images/gov-image.jpg);
	background-size: cover;
}
.p-card-bg2{
	background-image: linear-gradient(rgb(255 255 255 / 61%), rgb(255 255 255)), url(../images/cred.jpg);
	background-size: cover;
}
.p-card-bg3{
	background-image: linear-gradient(rgb(255 255 255 / 61%), rgb(255 255 255)), url(../images/products.jpg);
	background-size: cover;
}
.product-section .p-icon {
    display: inline-flex;
    background: #0A3364;
    padding: 14px;
    /* border-radius: 50px; */
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
}
.p-card h4{
	font-weight: 600;
    margin: 15px 0;
    color: #0A3364;

}
.read-btn {
    display: inline-block;
    font-size: 14px;
    color: #0A3364;
    font-weight: 500;
    padding: 10px 20px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: .5s;
    border-radius: 30px;
    align-content: center;
    border: 1px solid #0A3364;
}
.read-btn:hover {
    color: #fff;
    background-color: #0A3364;
}
.theme-btn {
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #0A3364;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: .5s;
    border-radius: 30px;
    align-content: center;
    border: 1px solid #0A3364;
}
.theme-btn:hover {
    color: #0A3364;
    background-color:#fff ;
}
.abt-images{
    position: relative;
}
.image1{
    width: 90%;
    height: 270px;
    background: url(../images/abt1.jpg) no-repeat;
    background-size: cover;
    border-radius: 0 0 170px 0;
}
.image2 {
    width: 50%;
    height: 200px;
    background: url(../images/abt2.jpg) no-repeat;
    background-size: cover;
    border-radius: 150px 0 0 150px;
    margin-top: -50px;
    margin-left: 10%;
}
.text-content {
    color: #232323;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    top: -5%;
    left: -10%;
    z-index: 9999;
}
.text-content::before {
    content: '';
    width: 65px;
    height: 65px;
    background-color: #AECB06;
    position: absolute;
    z-index: -1;
    left: 0px;
    border-radius: 30px 0 0 30px;
}
.text-content2 {
    color: #232323;
    background-color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    position: absolute;
    bottom: 25%;
    right: 18.5%;
    z-index: 9999;
}
.text-content2::before {
    content: '';
    width: 65px;
    height: 65px;
    background-color: #AECB06;
    position: absolute;
    z-index: -1;
    left: 0px;
    border-radius: 30px 0 0 30px;
}

.text-content span,.text-content2 span {
    font-size: 30px;
    font-weight: 700;
    margin-right: 15px;
}
.abt-title {
	display: inline-block;
    margin: 0;
	padding: 0 10px;
	text-transform: uppercase;
	color:#0A3364;
	font-weight: 500;
}

.product{
    background-color: #E8EFF7;
    position: relative;
    z-index: 9999;
}
.product .abt-content{
	padding: 0 140px;
}
.product-item {
    display: flex;
    color: #333333;
    background-color: #AECB06;
    padding: 60px;
    border-radius: 70px;
    margin: 40px 40px;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
}
.p-img {
    width: 100px;
}
h2.p-tlt {
    font-size: 34px;
    font-weight: 700;
    margin: 20px 0;
}
.product-section {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 0;
    text-align: center;
    background-color: #fff;
    color: #0A3364;
    box-shadow: 0px 0px 10px -10px;
    /* margin-bottom: 25px; */
    cursor: pointer;
    /* height: 120px; */
    align-items: center;
}
.product-section .p-icon:after {
    content: "";
    position: absolute;
    border: 1px solid #ffffff50;
    width: 60px;
    height: 60px;
    /* border-radius: 50px; */
}
.product-section h5 {
    margin: 0;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    line-height: 24px;
    color: #0A3364;
    font-weight: 500;
    text-transform: none;
    text-align: left;
    margin-left: 10px;
}
.product-section:hover{
	/* transform: translateY(-10px); */
	box-shadow: 0px 0px 10px -7px;
	color: #0A3364;
}
/* .product-section:hover, .product-section.p-icon{
    background-color: #0A3364;
	color: #fff;
}
.product-section:hover .p-icon{
    background-color: #fff;
	color: #0A3364;
}
.product-section:hover img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(1234%) hue-rotate(186deg) brightness(95%) contrast(95%);
} */

.product .p-content {
    text-align: left;
    padding: 20px;
    border: 2px solid #0a3364;
    margin-bottom: 15px;
    margin-top: -14px;
}
.product-section .p-content {
    text-align: center;
    padding: 25px;
}
.product-section .p-content p{
    margin: 10px 0;
}
.nav-pills .product-section[aria-expanded="true"]{
    color: #fff;
    background-color: #0A3364;
    height: 90px;
    
}
.nav-pills .product-section[aria-expanded="true"] h5{
    color: #fff;
}
.nav-pills .product-section.active .p-icon{
    /* background-color: #fff; */
	/* color: #0A3364; */
}
.nav-pills .product-section.active h5{ color: #fff;}
.nav-pills .product-section.active img{
    /* filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(1234%) hue-rotate(186deg) brightness(95%) contrast(95%); */
}

.technology{
    background-color: #fff;
    position: relative;
    z-index: 9999;
}
.tech-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #d4d4d4;
    width: 150px;
    height: 150px;
    justify-content: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
.tech-img {
    width: 70px;
    margin-bottom: 10px;
}
.tech-section {
    display: flex;
    flex-direction: column;
	width: 100%;
    padding: 40px;
    text-align: center;
    background-color: #fff;
    color: #0A3364;
    box-shadow: 0px 0px 10px 0px #07070733;
    cursor: pointer;
    align-items: center;
	transition: all 0.3s ease-in-out; position: relative;
}
.tech-section .p-icon {
    display: inline-flex;
    background: #E9F0F7;
    padding: 14px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
}

.tech-section h5 {
    padding: 5px 0;
    border-bottom: 1px solid #AECB06;
    margin: 10px 0; color: #0A3364;
}
.tech-section:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 10px -7px;
	color: #0A3364;
}
/* .tech-section:hover, .tech-section.p-icon{
    background-color: #0A3364;
	color: #fff;
}
.tech-section:hover .p-icon{
    background-color: #fff;
	color: #0A3364;
}
.tech-section:hover img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(1234%) hue-rotate(186deg) brightness(95%) contrast(95%);
} */
.p-content p{
    margin: 10px 0;
}
.nav-pills .tech-section.active, .nav-pills .show>.tech-section {
    color: #fff;
    background-color: #0A3364;
}
.nav-pills .tech-section.active:before {
    left: 42%;
   content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-right: 30px solid transparent;
    border-top: 30px solid transparent;
    border-bottom: 30px solid #0A3364;
    border-left: 30px solid transparent;
    position: absolute;
    top: -60px;
}
.nav-pills .tech-section.active .p-icon{
    background-color: #fff;
	color: #0A3364;
}
.nav-pills .tech-section.active h5 {
    color: #fff;
}
.nav-pills .tech-section.active img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(87%) saturate(1234%) hue-rotate(186deg) brightness(95%) contrast(95%);
}
.nav-pills .tech-section.active p{
    color: #fff;
}
.margin-100{
	margin-top: -100px;
}

.technology .tab-content {
    background-image: linear-gradient(rgb(0 0 0 / 90%), rgb(255 255 255 / 30%)), url(../images/tech-bg.png);
    color: #fff;
    height: auto;
    padding: 50px 30px 200px 30px;
    background-size: cover;
}
.technology .p-content {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
	margin-right: 25px;
}
.technology .p-content h6 {
  color: #fff;
}
.tech-icon {
    display: inline-flex;
    background: #ffffff25;
    padding: 0px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
	margin-bottom: 10px;
}

.success {
    background-color: #E8EFF7;
    position: relative;
    z-index: 9999; padding-bottom: 30px;
}
.success .owl-nav{display: none;}
.success .owl-dots{margin-top: 50px!important;}
.story-card {
	position: relative;
    background-color: #fff;
    padding: 30px;
}
.story-card  h6{
	position: relative;
	font-size: 20px;
    padding:30px 0;
    font-weight: 600;
    color: #0A3364; line-height: 25px;
}
.story-card h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 40px;
    height: 4px;
    background-color: #AECB06;
}
.story-card  p{
	color: #212121;
	margin-bottom: 20px;
}
.story-card .card-label {
    position: absolute;
    background-color: #AECB06;
    padding: 7px 20px;
    top: 0;
    right: 50px;
    font-weight: 500;
}
.connect-banner{
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	align-items: center;
	padding: 30px;
	color: #fff;
	background-image: linear-gradient(180deg, rgba(21,87,166,0.8) 0%, rgba(10,42,80,0.8) 100%), url(../images/tech-bg.png); background-size: cover;
}
.connect-banner h2 {
    color: #fff;
    font-size: 28px;
    line-height: 44px; margin-bottom: 0;
}
.connect-banner h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 200;
    font-style: italic;
    text-transform: none; line-height: 40px;
}
.connect-banner .default-btn{
    margin-left: 30px;
}
.connect-banner p{
    color: #fff;
}
.faq {
    background-color: #fff;
    position: relative;
    z-index: 9999;
}
.coming-soon {
    display: flex; width: 35%; margin: auto;
    justify-content: center;
    padding: 0;
    background-image: linear-gradient(180deg, #0d2746 0%, #0A3364 100%);
    color: #fff;
}
.coming-soon h3 {
    font-size: 20px;
    font-weight: 500; color: #fff; margin-bottom: 0;
}

/* footer section  */
.footer-section {
	background-image: linear-gradient(180deg, #0d2746 0%, #0A3364 100%);
	position: relative;
	overflow: hidden;
	z-index: 9;
  }
  .footer-top {
	padding-top: 70px;
	padding-bottom: 50px;
    color: #fff;
  }
  .footer-top p, .company-footer-contact-list li {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}
  .company-footer-contact-list {
	margin-top: 10px;
	float: left;
  }
  .footer-section a {
	color: #ffffff;
  }
  .footer-section a:hover {
	color: #AECB06;
  }
  .company-footer-contact-list li {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
  }
  .company-footer-contact-list li+li {
	margin-top: 15px;
  }
  .company-footer-contact-list li i {
	margin-right: 10px;
	font-size: 20px;
	display: inline-block;
  }
  
  .footer-top .site-logo {
	  margin-bottom: 25px;
	  display: block;
	  max-width: 170px;
  }
  .courses-link-list{
	float: left;
  }
  .widget-title {
	text-transform: capitalize;
  }
  .widget h6 {
    color: #fff;
}
  .footer-top .widget-title {
	position: relative;
	color: #ffffff;
	margin-bottom: 26px;
  }
  .footer-top .widget-title:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
}
  .courses-link-list li+li {
	margin-top: 10px;
  }
  .courses-link-list li a {
	color: #ffffff;
	text-transform: capitalize;
	font-family: var(--para-font);
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
  }
 
  .courses-link-list li i {
	margin-right: 5px;
  }
  .footer-top .small-post-title a {
	font-family: var(--para-font);
	color: #ffffff;
	font-weight: 400;
  }
  
  .small-post-list li+li {
	margin-top: 30px;
  }
  .news-letter-form {
	margin-top: 15px;
  }
  .news-letter-form input {
	width: 100%;
	padding: 12px 25px;
	border-radius: 5px;
	border: none;
  }
  
  .footer-bottom {
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.149);
  }
  .copy-right-text {
	color: #ffffff;
  }
  .copy-right-text a {
	color: #AECB06;
  }
  .terms-privacy li+li {
	margin-left: 10px;
  }
  .terms-privacy li a {
	color: #ffffff;
	position: relative;
  }
  .terms-privacy li+li a:after {
	display: none;
  }
  footer .iso_block {
    display: block;
    margin-bottom: 30px;
}
footer .iso_block a {
    display: inline-block;
    width: 50px;
    margin-right: 30px;
}
footer .iso_block .border_award {
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    margin-left: 0px;
    padding-left: 30px;
    width: 160px;
    position: relative;
    top: 15px;
    color: #fff;
    display: inline-block;
}
footer .iso_block .border_award a {
    display: inline-block;
    width: auto;
    margin-right: 0px;
}
footer .partners_block {
    display: block;
    margin-bottom: 25px;
}
footer .members_block {
    display: block;
    margin-bottom: 10px; background: rgba(255, 255, 255, 100%); border-radius: 10px; padding: 10px; 
}
footer .members_block a {
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
}
footer .members_block a.nvtc img {
    width: 70px;
}
footer .members_block a.tedc img {
    width: 85px;
}
footer .members_block a.atp img {
    width: 45px;
}
footer .members_block a.ice img {
    width: 135px;
}
footer .members_block a.asae img {
    width: 90px;
}
.subscription_block .s_btn {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 999999;
    border: 1px solid #b0cb1f;
    background: #b0cb1f;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    border-radius: 0px 0px 10px 10px;
    padding: 12px 12px 12px 12px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: top right;
    transition: all .2s ease-out;
}
.subscription_block .widget_block {
    position: fixed;
    top: 19%;
    right: -315px;
    transition: all .5s ease-out;
    width: 300px;
    height: auto;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
    border-radius: 10px 0px 0px 10px;
    padding: 25px;
    border-left: 4px solid #b0cb1f;
}
.subscription_block .widget_block.active {
    transition: all .5s ease-out;
    right: 0px;
}
.technologies_logo_hm{background: rgb(255 255 255 / 90%); display: block; padding: 10px; height: 85px; border-radius: 10px;}