	@charset "utf-8";
/* CSS Document */

.exo-flm {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
}

.oswald-flm {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/* CSS Root Data*/
:root{
/*Primary Color*/
--color-primary: #025E75;
--color-primary-dark: #101231;

/*Secondary Color*/
--color-secondary: #092C51;
--color-light: #ffffff;
	
/*Thired Color*/
--color-gray-light: #414042;
--color-gray-dark: #232323;
	
/*Fonts*/
--font-primary: "Exo", serif;
--font-secondary: 'Oswald', serif:

/*Fonts Size*/
--font-size-sm: 16px;
--font-size-md: 18px:
--font-size-lg: 22px:
--font-size-xl: 24px;
--font-size-h: 80px;
}

body{
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	color: var(--color-primary-dark)
}
button.btn:hover {
    background-color:var(--color-primary);
}
ul li{
	list-style: none;
}
a{
	color: var(--color-gray-light);
	text-decoration: none;
}
h1{
	font-family: "Oswald", sans-serif;
	    font-size: 36px;
    font-weight: 700;
	color: var(--color-primary-dark);
}
h3{
	color: var(--color-primary-dark);
	 font-size: 36px;
    font-weight: 700;
}
header{
	z-index: 9;
	position: relative;
}
header .container{
	max-width: 1000px;
}
header a.nav-link {
    padding: 0 26px !important;
	font-family: "Exo", sans-serif;
	font-weight: 600;
	color: var(--color-primary-dark)
}
header  .navbar{
	margin-top: 20px;
}
.navbar-scroll {
    background: rgba(255, 255, 255, 0.9);
    transition: background-color 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    .navbar-initial {
      background-color: transparent !important; /* Transparent at top */
      transition: background-color 0.3s ease;
    }
.HeadBtn {
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 28px;
	color: #fff;
}
.RegBtn{
	background: var(--color-primary);
}
.RegBtn:hover{
	background: var(--color-primary-dark);
	color: #fff
}


/*Home Page*/
#home{
	position: relative;
	width: 100%;
    height: 780px;
    margin-top: -78px;
    overflow: hidden;
    padding: 140px 0 100px;
	z-index: 0;
}
#home video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 80%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    padding: 0;
}
#home .container{
max-width: 1600px;
}

#home .VidOverlay{
	background: url("../images/Mask%20Group%2015.png") no-repeat center center;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9;
	left: 0;
	top:0;
}
/*Inner Banner*/
.InnerBanner{
	position: relative;
      z-index: 1;
      color: white;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
}
.InnerBanner h2{
    margin: 0 auto;
    color: #1E5125;
    font-family: "Exo", Sans-serif;
    font-size: 55px;
    font-weight: 700;
    text-shadow: 4px 5px 10px rgba(0, 0, 0, 0.15); 
}
.InnerBanner img{
	width: 100%;
	margin-top: 180px;
	margin-left: 60px;
}
/*Countdown*/
.CotDnWrap{
	color: var(--color-light);
    margin-top: -154px;
    z-index: 9;
    position: relative;
}
.ContDown {
    position: absolute;
    left: 0;
    bottom: 0;
}

.CotDowInner{
}
.CotTitle{
    background-color:  var(--color-primary-dark);
	height: 100%;
	text-align: center;
	box-shadow: -6px -6px 10px rgba(0, 0, 0, 0.2);
	border: 1px solid #fff;
}
.CotText{
	 background-color:  var(--color-secondary);
	margin-top: 2rem ;
}
.box {
    border-radius: 100px !important;
    height: 100px;
    width: 100px;
	font-family: "Exo", sans-serif;
}
.box .number{
		font-weight: bold;
	font-size: 38px;
	margin-top: -10px;
}
.box .label{
	font-size: 14px;
	font-weight: 500;
	margin-top: -13px;
}
/*WelCOme Message*/
#WelMeg{
	font-weight: 500;
	background: url("../images/AI_bg.jpg") no-repeat center center;
}
#WelMeg strong{ 
font-size: 22px;
color: var(--color-primary);
}
#WelMeg h1{
	font-size: 58px;
	font-weight: bold;
	color
}
.HomeBox {
    background: #F9F9F9;
    margin-top: -40px;
    padding: 100px 0 60px;
}
#WelMeg .HomeBox strong{
	color:var(--color-primary-dark);
	font-size: 16px;
}
.HBoxW-1{
	width: 44%;
}
.HBoxW-2 {
    width: 53%;
    margin-left: 38px;
}
.HBox1{
	background: url("../images/line-shape.png") no-repeat center center #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.HBox1 ul li {
    list-style: disc;
    padding: 4px 0;
    font-weight: 600;
}
.WSA{
	background: url("../images/AI-bg.jpg") no-repeat center right #000;
	color: var(--color-light);
	padding: 80px 0
}
.WSA h1{
	color: var(--color-light);
}
.WSA ul li {
    list-style: disc;
    font-weight: 600;
	padding: 2px 0
}
.WhyATT{
	background: url("../images/AI_bg.jpg") no-repeat center center;
	background-size: cover;
	padding: 80px 0 60px;
}
.WhyATT ul{margin: 0; padding: 0 0 20px 16px;}
.WhyATT ul li {
    list-style: disc;
    font-weight: 600;
	padding: 10px 0
}
#WelMeg .WhyATT strong{
	color:var(--color-primary-dark);
	font-size: 16px;
}
.WGI{background-color: #F9F9F9}
.WGI ul li{display: inline-block}

/*Speakers*/
#speakers {
    background: url(../images/AI_bg.jpg) no-repeat center bottom;
    background-size: cover;
	padding: 100px 0 100px;
}
.tag{
	background: var(--color-primary-dark);
	display: block;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 600;
	width: 180px;
	margin: 0 auto;
	color: var(--color-light);
}
/*Agenda*/
#agenda {
    background: url(../images/AI_bg.jpg) no-repeat center top;
    background-size: cover;
	padding: 100px 0 100px;
}
/*Registration*/
#registration{
	background: url("../images/Registration Fees-bg.jpg") no-repeat center center;
	 background-size: cover;
	padding: 100px 0 140px;
}
#registration .container{
	max-width: 1100px
}
#registration strong{
	font-size: 22px;
}
#registration .btn{
	background: var(--color-primary-dark);
	border: 0;
	padding: 6px 20px;
}
#registration .btn:hover{
	background: var(--color-primary)
}
/*Sponsors*/
#sponsor{
	margin-top: -60px;
}
#sponsor h1{
 color: var(--color-light)	
}
#sponsor .container{
	max-width: 1000px
}
#sponsor .SpInner{
	background: url("../images/sponsors-bg.png") no-repeat center center;
	background-size: cover;
	padding: 50px 30px;
	color: #fff;
	border-radius: 20px;
}
.SpInner a.btn{
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
/*Venue*/
section#venue {
    overflow: hidden;
}
#venue .VenInner{
	background: #101231
}
#venue h1{
    background: #101231;
    width: fit-content;
    margin: 0 auto;
    padding: 8px 110px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    color: #fff;
}	
/*Contact Form*/
#contactus{
	background: url("../images/AIin-Human-Capital-Summit-2025.jpg") no-repeat center top;
	background-size: cover;
}
#contactus .container{
	max-width: 1100px;
}
#contactus ul{
	margin: 0;
	padding: 0;
}
#contactus ul li{
	margin: 10px 0;
}
.login-form input[type="text"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
	outline: none;
	color: #555;
}
.login-form input[type="email"] {
    padding: .8em 4em .8em 1em;
    width: 100%;
    margin-bottom: 1em;
    border: 1px solid#CECCCC;
    outline: none;
    color: #555;
}

.login-form input.user {
   background: url(../images/user.png) no-repeat 96% 55%;
}
.login-form input.phone{
background: url(../images/phone.png) no-repeat 96% 55%;
}
.login-form input.email{
background: url(../images/email.png) no-repeat 96% 55%;
}
.login-form textarea.mess{
background: url(../images/mess.png) no-repeat 96% 5%;
}
.login-form input[type="text"]:hover {
    border: 1px solid #71c6c1;
}
.login-form  textarea {
    width: 100%;
    height: 120px;
    outline: none;
	resize: none;
	margin-bottom: 1em;
	border: 1px solid #CECCCC;
	padding: .8em 4em .8em 1em;
	font-size: 1em;
	color: #555;
}
::-webkit-input-placeholder{
color:#C3C3C3 !important;
    font-family: 'Josefin Sans', sans-serif;
}
.login-form textarea:hover {
    border: 1px solid #71c6c1;
}
.login-form input[type="submit"] {
    font-size: 1em;
    padding: .8em 1em;
    border: none;
    text-transform: capitalize;
    outline: none;
    background: var(--color-primary-dark);
    color: #fff;
    cursor: pointer;
	font-weight: 600;
	    border-bottom: 2px solid var(--color-primary-dark);
}
.login-form input[type="submit"]:hover {
    background: var(--color-primary);
	border-bottom: 2px solid var(--color-primary-dark);
}

/*Footer*/
footer{
	background: #101231;
	border-top: 1px solid #87839D;
}
footer .container.text-center {
    display: flex;
    justify-content: center; /* horizontal centering */   /* vertical centering */ 
    text-align: center;      /* optional: centers inline text inside child */
}
@media (max-width:768px){
	.col-lg-5.ms-5.aos-init.aos-animate {
		margin-left: 0 !important;
}
	.HBoxW-1, .HBoxW-2 {
    width: 100%;
		margin: 10px 0 !important;
}
	#WelMeg .container-fluid.p-5 {
    padding: 30px 10px !important;
}
.path {
    display: none;
}
div.InnerBanner img {
    margin-left: 0;
	margin-top: 100px;
	width: 100%
}
div#countdown.gap-3 {
    gap: 0.5rem !important;
}
div.ContDown {
    left: 0;
    bottom: -140px;
}
 .box {
        height: 83px;
        width: 83px;
	 	padding: 24px 10px !important;
    }
	.box .number {
    font-size: 28px;
	}

section#home {
        height: 580px;
        margin-top: -73px;
        padding: 80px 0 80px;
    }
	.w-75 {
    width: 100% !important;
}
#agenda {
    padding: 100px 0 100px !important;
}
.WSA {
    background: url(../images/AI-bg.jpg) no-repeat center bottom #000;
    background-size: contain;
}
#contactus .col-lg-4.d-flex.p-0 {
    display: inline-block !important;
    text-align: center;
}
#WelMeg h1 {
    font-size: 44px;
    font-weight: bold;
}
p.text-center.w-50.m-auto.mt-2 {
    width: 100% !important;
}
#registration .col-lg-9.bg-white.rounded-4.border-dark.border.p-4.pt-5.align-items-center.aos-init.aos-animate {
    margin-top: 30px;
}
footer .container.text-center {
    display: inline-block !important;
}
header .navbar {
    margin-top: 0;
}
}
@media (max-width:1280px){
	#home .VidOverlay {
    background-size: cover
}
	#home{
        height: 620px;
        padding: 50px 20px;
	}
.InnerBanner img {
    width: 84%;
    margin-top: 190px;
	}
.ContDown {
    position: absolute;
    left: 0;
    bottom: -30px;
}
#home video {
    min-height: 100%;
}
.HBoxW-2 {
    margin-left: 32px;
}
}