/*!
Theme Name: avaniko
Theme URI: 
Author: supercode
Author URI: https://supercode.in/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: avaniko
*/

.page-jumbotron{
	background-color: #100344;
	padding: 8em 0px 2em
}
.features-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.features-list ul li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.features-list ul li::before {
  content: "\203A";
  position: absolute;
  left: 0;
  color: #000;
  font-size: 1.2em;
}

/** Newsroom Content **/
.newsroom-content a{
	color: #4646f5;
	font-weight: 500;
}
.button-animation{
	background: linear-gradient(-45deg, #FFA63D, #FF3D77, #338AFF, #3CF0C5);
  background-size: 600%;
  animation: anime 4s linear infinite;
}
.button-animation:before{
	display:none;
}
@keyframes anime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/** Academy Page **/
.academy-page{
	background-color:#1a4fcf;
	padding-top: 5.92rem;
}
.academy-banner{
	background-color:#fff;
}
.academy-banner-image{
	width:420px;
}
.academy-banner-logo{
	width: 243px;
    margin-bottom: 3em;
}
.academy-banner-title, .academy-banner-subtitle{
	font-size: 40px;
    font-weight: 800;
	color:#2d2d2d;
}
.academy-banner-subtitle{
	color:#ff551c;
}
.academy-banner-content{
	font-size: 18px;
    line-height: 30px;
    margin: 20px 0px;
}
.academy-about{
	background-color:#1a4fcf;
	padding: 2em 0em;
}
.academy-about-image{
	width:462px;
}
.academy-about-logo{
	width: 158px;
    margin-bottom: 2em;
}
.academy-about-title, .academy-about-subtitle{
	font-size: 4.5em;
    font-weight: 900;
	color:#fff;
}
.academy-about-subtitle{
	color:#ffd935;
}
.academy-about-content{
	font-size: 18px;
    line-height: 30px;
    margin: 20px 0px;
	color:#fff;
}
.academy-about-info{
	display:block;
	background-color:#fff;
	padding:30px 30px;
	text-align:center;
	margin-bottom:30px;
}
.academy-about-info-icon{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.academy-about-info-icon img{
	height:56px;
}
.academy-about-info-content h4{
	color: #000;
    font-weight: 800;
    font-size: 20px;
}
.academy-about-info-content p{
	color: #000;
    font-size: 14px;
	margin-bottom:0px;
}
/** Academy Common Section**/
.academy-common-section{
	background-color:#fff;
	padding:3em 0em;
}
.academy-common-title, .academy-common-subtitle{
	font-size: 4.5em;
    font-weight: 900;
	color:#2d2d2d;
}
.academy-common-subtitle{
	color:#ff551c;
}
.academy-common-content{
	font-size: 18px;
    line-height: 30px;
    margin: 20px 0px;
}
.academy-training-list{
	width:100%;
	display:flex;
	margin: 25px 0px;
}
.academy-training-list-image{
	width: 66px;
    margin-right: 20px;
}
.academy-training-list-content{
	width:100%;
}
.academy-training-list-content h4{
	color: #000;
    font-weight: 800;
    font-size: 20px;
}
.academy-training-list-content p{
	color: #000;
    font-size: 14px;
	margin-bottom:0px;
}
.academy-course-info{
	display:block;
	background-color:#fff;
	padding:30px 30px;
	text-align:center;
	margin-bottom:30px;
	border:1px solid #000;
}
.academy-course-info h4{
	color: #000;
    font-weight: 800;
    font-size: 34px;
}
.academy-course-info p{
	color: #000;
    font-size: 16px;
	margin-bottom: 8px;
    font-weight: 500;
}
body .academy-contact-form .gform_wrapper .gform_body ul.gform_fields li.gfield{
	width:50%;
}
body .academy-contact-form .gform_wrapper .gform_body ul.gform_fields li.gfield:nth-last-child(1){
	width:100%;
}
#globe_mobile{
	position:absolute
}

#footer{
	background:white;
	color : black
}
#footer footer{
	min-width:90%
}

#footer ul{
	line-height:2.25;
	font-size:0.8rem;
}

#footer h5{
	font-size:1rem;
	font-weight:bold;
}

#footer hr{
	background-color:black;
}

#footer .btm_rt_nav_itm{
	padding-right:1rem;
}

#footer .social-links{
	padding:0
}

/* Make form inputs inline */
#footer form.wpcf7-form, 
#footer form.wpforms-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content:end;
  gap: 0.5rem;
}

/* Ensure inputs take minimal width */
#footer form.wpcf7-form input[type="text"],
#footer form.wpcf7-form input[type="email"],
#footer form.wpcf7-form textarea,
#footer form.wpforms-form input,
#footer form.wpforms-form textarea {
  flex: 1 1 auto;
  min-width: 200px;
	max-width:60vw;
	padding:0.5rem;
	border-radius:0.5rem;
}

/* Style submit button like Bootstrap */
#footer form.wpcf7-form input[type="submit"],
#footer form.wpforms-form button[type="submit"] {
  background-color: #15172a;
    color: #fff;
    border: none;
    padding: 0.5rem;
    width: 125px;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    height: 40px;
}

#footer form.wpcf7-form input[type="submit"]:hover,
#footer form.wpforms-form button[type="submit"]:hover {
  background-color: #0b5ed7;
}
#footer .wpcf7-spinner{
	display:none
}
.mobile_copyright{
    position: relative;
    padding: 1rem;
    color: #fff;
    background-color: #15172a;
    height: 5rem;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.mobile_copyright p{
	margin:0;
}