
/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&family=Source+Sans+Pro:wght@300;400;600;700;900&display=swap"); */

/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');*/
/* font-family: 'Inter', sans-serif; */

 /*@import url("https://use.typekit.net/mot6toy.css");*/
 /* font-family: neuzeit-grotesk,sans-serif; */
@import url("https://use.typekit.net/hxn4tfr.css");
/*font-family: myriad-pro,sans-serif;*/
 a{color:#3d7edb;}
 
  @font-face {
     font-family: 'GothamBold';
     src: url('http://mindovermatter.tatasteel.mettl.com/landing-page/css/Gotham-Bold.otf'));
 }

 
 
.bg-primary {
	background-color: #2f55d4 !important;
}

.bg-secondary {
	background-color: #5a6d90 !important;
}

.bg-success {
	background-color: #2eca8b !important;
}

.bg-danger {
	background-color: #e43f52 !important;
}

.bg-info {
	background-color: #9084e2 !important;
}

.bg-warning {
	background-color: #f17425 !important;
}

.bg-dark {
	background-color: #3c4858 !important;
}

.bg-light {
	background-color: #f8f9fc !important;
}

.text-primary {
	color: #2f55d4 !important;
}

.text-secondary {
	color: #5a6d90 !important;
}

.text-success {
	color: #2eca8b !important;
}

.text-danger {
	color: #e43f52 !important;
}

.text-info {
	color: #9084e2 !important;
}

.text-warning {
	color: #f17425 !important;
}

.text-dark {
	color: #3c4858 !important;
}

.text-light {
	color: #f8f9fc !important;
}

.text-muted {
	color: #8492a6 !important;
}

.list-inline-item:not(:last-child) {
	margin-right: 5px;
}

.rounded {
	border-radius: 10px !important;
}

.rounded-top {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
}

.rounded-left {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.rounded-right {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.small,
small {
	font-size: 90%;
}

.component-wrapper .title {
	font-size: 20px;
}
.countdown{
        /*background:#3d7edb;*/
    border-radius: 15px;
    color: #000;
}
.btn {
  padding:10px 24px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:600;
  text-transform: capitalize;
  border-radius: 0rem;
  
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn.btn-sm {
	padding: 7px 16px;
	font-size: 10px;
}

.btn.btn-lg {
    padding: 14px 26px;
    font-size: 20px;
}

.btn-blue {
	background: #355AA5!important;
	border: #3f5e9e!important;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-success,
.btn.btn-danger,
.btn.btn-info,
.btn.btn-warning,
.btn.btn-dark {
	color: #2f313a !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus,
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus,
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
	color: #000 !important;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus,
.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus,
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus,
.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus,
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus,
.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus,
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active,
.btn.btn-dark-outline.active,
.btn.btn-dark-outline.focus {
	color: #000 !important;
}

.btn.btn-primary {
    background: #FFD92A!important;
    /*background: rgb(7,9,11);*/
    /*background: linear-gradient(90deg, rgba(7,9,11,1) 0%, rgba(17,117,185,1) 50%, rgba(7,9,11,1) 100%);*/
    /*background: linear-gradient(150deg, rgb(18 106 177) 40%, rgb(229 0 86) 100%);*/
    border: 1px solid #FFD92A!important;
    color: #000 !important;
    /*border-radius: 5px;*/
}

 
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-primary.focus {
background-color: #E1BC16  !important;
border: 1px solid #E1BC16!important;
color: #000!important;
}

.btn.btn-primary-outline {
	border: 1px solid #81c822;
	color: #81c822;
	background-color: transparent;
}

.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active,
.btn.btn-primary-outline.focus {
	background-color: #006193;
	border-color: #006193;
}


.btn.btn-dark {
    background: #000!important;
    /*background: rgb(7,9,11);*/
    /*background: linear-gradient(90deg, rgba(7,9,11,1) 0%, rgba(17,117,185,1) 50%, rgba(7,9,11,1) 100%);*/
    /*background: linear-gradient(150deg, rgb(18 106 177) 40%, rgb(229 0 86) 100%);*/
    border: 1px solid #000!important;
    color: #fff !important;
    /*border-radius: 5px;*/
}

 
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark:active,
.btn.btn-dark.active,
.btn.btn-dark.focus {
background-color: #000  !important;
border: 1px solid #000!important;
color: #fff!important;
}


.btn.btn-secondary {
	background: #A2153F !important;
	border: 1px solid #A2153F !important;
	color:#fff !important;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active,
.btn.btn-secondary.focus {
	background-color: #E50056 !important;
	color:#fff !important;
}

.btn.btn-secondary-outline {
	border: 1px solid #A2153F;
	color: #A2153F;
	background-color: transparent;
}

.btn.btn-secondary-outline:hover,
.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active,
.btn.btn-secondary-outline.focus {
	background-color: #E50056;
	border-color: #E50056;
	color: #fff;
}

.btn.btn-success {
	background: #2eca8b;
	border: 1px solid #2eca8b;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active,
.btn.btn-success.active,
.btn.btn-success.focus {
	background-color: #25a06e !important;
}

.btn.btn-success-outline {
	border: 1px solid #2eca8b;
	color: #2eca8b;
	background-color: transparent;
}

.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active,
.btn.btn-success-outline.focus {
	background-color: #2eca8b;
	border-color: #2eca8b;
}

.btn.btn-danger {
	background: #e43f52;
	border: 1px solid #e43f52;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active,
.btn.btn-danger.active,
.btn.btn-danger.focus {
	background-color: #d21e32 !important;
}

.btn.btn-danger-outline {
	border: 1px solid #e43f52;
	color: #e43f52;
	background-color: transparent;
}

.btn.btn-danger-outline:hover,
.btn.btn-danger-outline:focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active,
.btn.btn-danger-outline.focus {
	background-color: #e43f52;
	border-color: #e43f52;
}

.btn.btn-info {
	background: #9084e2;
	border: 1px solid #9084e2;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info.active,
.btn.btn-info.focus {
	background-color: #6b5bd8 !important;
}

.btn.btn-info-outline {
	border: 1px solid #9084e2;
	color: #9084e2;
	background-color: transparent;
}

.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active,
.btn.btn-info-outline.focus {
	background-color: #9084e2;
	border-color: #9084e2;
}

.btn.btn-warning {
	background: #f17425;
	border: 1px solid #f17425;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active,
.btn.btn-warning.active,
.btn.btn-warning.focus {
	background-color: #d55b0e !important;
}

.btn.btn-warning-outline {
	border: 1px solid #f17425;
	color: #f17425;
	background-color: transparent;
}

.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline.focus {
	background-color: #f17425;
	border-color: #f17425;
}

.btn.btn-dark {
  background: #000;
  border: 1px solid #000;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active, .btn.btn-dark.active, .btn.btn-dark.focus {
  background-color: #000 !important;
}

.btn.btn-dark-outline {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.btn.btn-dark-outline:hover, .btn.btn-dark-outline:focus, .btn.btn-dark-outline:active, .btn.btn-dark-outline.active, .btn.btn-dark-outline.focus {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-light {
	color: #3c4858;
	background: #f8f9fc;
	border: 1px solid #dee2e6;
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-light.focus {
	background-color: #d4daed !important;
	color: #3c4858;
}

.btn.btn-light-outline {
	border: 1px solid #dee2e6;
	color: #3c4858;
	background-color: transparent;
}

.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active,
.btn.btn-light-outline.active,
.btn.btn-light-outline.focus {
	background-color: #f8f9fc;
}

button:not(:disabled) {
	outline: none;
}

.shadow {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.page-next-level .title {
	font-size: 28px;
	letter-spacing: 1px;
}

.page-next-level .page-next {
	letter-spacing: 0.5px;
	position: relative;
	padding-left: 0;
	top: 70px;
	z-index: 99;
}

.page-next-level .page-next li {
	display: inline-block;
	margin-right: 5px;
}

.page-next-level .page-next li:after {
	content: "\f142";
	font-size: 14px;
	color: #3c4858;
	font-family: 'Material Design Icons';
}

.page-next-level .page-next li:last-child {
	margin-right: 0;
}

.page-next-level .page-next li:last-child:after {
	display: none;
}

.page-next-level .page-next li a,
.page-next-level .page-next li span {
	font-size: 14px;
	padding-right: 8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.page-next-level .page-next li a:hover {
	color: #2f55d4 !important;
}

.page-next-level .page-next li span:last-child {
	padding-right: 0px;
}

b, strong {
  font-weight:600;
}

.badge {
	padding: 5px 8px;
	border-radius: 5px;
	letter-spacing: 0.8px;
}

.badge.badge-primary,
.badge.badge-secondary,
.badge.badge-success,
.badge.badge-danger,
.badge.badge-info,
.badge.badge-warning,
.badge.badge-dark {
	color: #ffffff !important;
}

.badge.badge-primary {
	background-color: #2f55d4 !important;
}

.badge.badge-secondary {
	background-color: #5a6d90 !important;
}

.badge.badge-success {
	background-color: #2eca8b !important;
}

.badge.badge-danger {
	background-color: #e43f52 !important;
}

.badge.badge-warning {
	background-color: #f17425 !important;
}

.badge.badge-info {
	background-color: #9084e2 !important;
}

.badge.badge-light {
	color: #3c4858;
	background-color: #f8f9fc !important;
}

.badge.badge-dark {
	background-color: #3c4858 !important;
}

.alert {
	padding: 8px 15px;
	border-radius: 10px;
}

.alert.alert-primary,
.alert.alert-secondary,
.alert.alert-success,
.alert.alert-danger,
.alert.alert-warning,
.alert.alert-info,
.alert.alert-dark {
	color: #ffffff;
}

.alert.alert-primary {
	background-color: #6e89e1;
	border-color: #2f55d4;
}

.alert.alert-secondary {
	background-color: #8494b2;
	border-color: #5a6d90;
}

.alert.alert-success {
	background-color: #68ddad;
	border-color: #2eca8b;
}

.alert.alert-danger {
	background-color: #ed828e;
	border-color: #e43f52;
}

.alert.alert-warning {
	background-color: #f6a26d;
	border-color: #f17425;
}

.alert.alert-info {
	background-color: #c8c2f1;
	border-color: #9084e2;
}

.alert.alert-dark {
	background-color: #5b6d85;
	border-color: #3c4858;
}

.alert.alert-light {
	background-color: #f8f9fc;
	color: #3c4858;
	border-color: #dee2e6;
}

.avatar.avatar-small {
	height: 80px;
}

.avatar.avatar-medium {
	height: 110px;
}

.avatar.avatar-large {
	height: 140px;
}

.faq-container .question {
	font-size: 20px;
}

.faq-content .card .faq .card-header.card-header-2 {
	border-bottom: 0;
}

.faq-content .card .faq .card-header.card-header-2 .faq-question {
	font-size: 18px;
}

.faq-content .card a.faq[data-toggle=collapse] {
	background-color: #ffffff;
	color: #2f55d4;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse]:before {
	content: '\F143';
	display: block;
	font-family: 'Material Design Icons';
	font-size: 18px;
	color: #3c4858;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed {
	background-color: #ffffff;
	color: #3c4858;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
	top: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-content .card .title {
	font-size: 18px;
}

.nav-pills .nav-link {
	color: #3c4858 !important;
	margin: auto 15px;
	border: 1px solid #dee2e6;
	padding: 5px;
}

.nav-pills .nav-link.active {
	background-color: #2f55d4;
	color: #ffffff !important;
	border-color: #2f55d4 !important;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.nav-pills a .skill-container .title {
	font-size: 18px;
	font-weight: 700;
}

.blockquote {
	border-left: 3px solid #dee2e6;
	border-radius: 10px;
	font-size: 14px;
}

body {
	font-family: myriad-pro,sans-serif;
	font-weight: 400;
	overflow-x: hidden !important;
	font-size: 1.125rem;
	color: #161c2d;
	font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5
{
	line-height: 1.5;
	font-weight: 400;
}

::-moz-selection {
	background: #4466d8;
	color: #ffffff;
}

::selection {
	background: #4466d8;
	color: #ffffff;
}

a {
	text-decoration: none !important;

}

p {
	line-height: 1.6;
}

.section {
	padding: 100px 0;
	position: relative;
}

.section-two {
	padding: 60px 0;
	position: relative;
}

.bg-overlay {
	background-color: rgba(35, 37, 47, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.title-heading {
	line-height: 26px;
}

.title-heading .heading {
	font-size: 45px;
	letter-spacing: 1px;
}

.title-heading .para-desc {
	font-size: 18px;
}

.section-title {
	position: relative;
}

.section-title .main-title {
    font-size: 34px;
    letter-spacing: -0.8px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 30px;
    color: #81298f;
    line-height: 36px;
}

.section-title .title {
	letter-spacing: 0.5px;
	font-size: 30px;
}

.para-desc {
	max-width: 600px;
}

/* .mt-100 {
	margin-top: 100px;
} */

.mb-60 {
	margin-bottom: 60px;
}

.home-shape-bottom {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -1px;
	left: 0;
}

.home-shape-bottom img {
	width: 100%;
	height: auto;
}

.home-shape-arrow {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: -38px;
	z-index: 1;
	left: 0;
}

.home-shape-arrow img {
	height: auto;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.home-shape-arrow .arrow-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: inline-block;
}

.mover {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes mover {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}


.common-space{
    /*padding:10% 5%;*/
        padding: 5% 5%;
}

.common-space-small{padding:5% 5%;}

.red{background-color:#ed2939 !important; color:#fff !important;}
.blue{background-color:#006193 !important; color:#fff !important;}
.aqua {
     background-color: #F0FAFF !important; 
    color: #000 !important;
    background-size: cover;
    /* background-image: url(../images/rewards.jpg); */
     background-image: url(../images/tatasteel/wiiner1.2.jpg); 
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    /*padding-bottom: 60px;*/
    /*background: #2889fc;*/
    /*position: relative;*/
    /*overflow: hidden;*/
}




.teal{background-size: cover;background-color:#459dc2 !important;background-image:url(../images/Schedule.jpg);background-repeat:no-repeat; background-position:center; color:#fff !important;background-attachment: fixed;}

.teal .main-title {
	color: #ffffff;
}


#rules .main-title {
	color: #ffffff;
}
#rules a {
text-decoration: underline !Important;
    font-weight: 700;
}
.green{background-color:#4AA00F !important; color:#fff !important;}
.yellow{background-color:#D99F00 !important; color:#fff !important;}
.price-yellow{background-color:#FFCD22 !important; color:#000 !important;}

#about{
    /*background-image: url(../images/tata-bg.png);*/
	background-position: bottom center;
	background-repeat: no-repeat; 
	/*background-color:#F0FAFF;*/
	background-size: cover;
}

#prizes{
    background-image: url(../images/price-bg.png);
	background-position: center left;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
	background-attachment: fixed;
}

.bg1{
    background-image: url(../images/Table-01.png);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
}

.bg2{
    /*background-image: url(../images/bg21.png?v1);*/
       background-image: url(../images/tatasteel/rules-banner1.3.jpg?v1);
	background-position: bottom right;
	background-repeat: no-repeat; 
	background-color:#F0FAFF;
	    /*background-attachment: fixed;*/
    background-size: cover;
}


.myList p {
    /* line-height: 40px; 
    color: #fff;*/
    position: relative;
    text-align: left;
    padding-left:20px;
}
.myList p:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 0px;
    left:0px;
    top: 6px;
    /*    background-color: #d1050d10;*/
    /*border: 3px solid #fff;*/
    background: url(../images/bullet.png?v1) no-repeat left top;
        display: none;
}

.myList.reward .list-check {
    margin-left: 20px;
}



.aqua .myList p:before {
   position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
     border-radius: 0px; 
    left: 0px;
    top: 6px;
    background: url(../images/bullet.png?v1) no-repeat left top;
}



.moretext {
  display: none;
}

@media (max-width:480px) { 
    .social-icon a .fa{margin-right:0px !important;    font-size: 20px !important;}
    /*#about {*/
    /*  background-image: url(../images/mobile-about-bg.png);*/
    /*  background-position: bottom center;*/
    /*  background-repeat: no-repeat;*/
    /*  background-color: #F0FAFF;*/
    /*  background-attachment: inherit;*/
    /*  padding-bottom: 300px;*/
    /*}*/
    .teal{background-position:left top; }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    /*#about{*/
    /*    background-image: url(../images/about-bg.png);*/
    /*	background-position: bottom center;*/
    /*	background-repeat: no-repeat; */
    /*	background-color:#F0FAFF;*/
    /*	background-attachment: fixed;*/
    /*}*/
}


a.showMore {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  color: #0077C8;
  text-decoration: none;
}
a.showMore::after {
  content: "+ VIEW MORE";
}
a.showMore.showLess::after {
  content: "- VIEW LESS";
}


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(45deg, #ffffff, #ffffff);
	z-index: 9999999;
}

#preloader #status {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #2f55d4;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.social-icon li a {
	color: #3c4858;
	border: 1px solid #3c4858;
	display: inline-block;
	height: 32px;
	text-align: center;
	font-size: 15px;
	width: 32px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
	position: relative;
}

.social-icon li a:hover {
	background-color: #2f55d4;
	border-color: #2f55d4 !important;
	color: #ffffff !important;
}

.social-icon.social li a {
	color: #adb5bd;
	border-color: #adb5bd;
}

.back-to-top {
	z-index: 99;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: none;
	color: #fff;
	background-color: #000000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	display:none;
}

.back-to-top i {
	font-size: 14px;
}

.back-to-top:hover {
	background-color: #e5406a;
	color: #ffffff;
}

.back-to-home {
	position: absolute;
	top: 4%;
	right: 2%;
	z-index: 1;
}

.back-to-home a {
	font-size: 22px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #2f55d4;
}

@media (min-width: 768px) {
	.margin-top-100 {
		margin-top: 100px;
	}
	.margin-top-100 .heading {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
    .wcydh-bg{
        /*background:none !important;*/
        
    }
	.pt-sm-60 {
		padding-top: 0 !important;
	}
	.common-spane {
      padding: 50px 5%;
    }
}

@media (max-width: 768px) {
	.section {
		padding: 60px 0;
	}
	.title-heading .heading {
		font-size: 35px !important;
	}
	.title-heading .para-desc {
		font-size: 18px;
	}
	.section-title .main-title {
		font-size: 30px;
	}
	.section-title .title {
		font-size: 24px;
	}
	.mt-60 {
		margin-top: 60px;
	}
}

#topnav {
	position:fixed;
	right: 0;
	left: 0;
	top: 0;
	/* z-index: 1030; */
	z-index:10;
	background-color:transparent;
	border: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	  /*background:#fff; */
	
}

#topnav {text-align:center;}
#topnav .logo {
	float: left;
	color: #3c4858 !important;
	text-align:left;
}
#topnav .logo img {
    max-height: 40px;
    width: 150px;
}

#topnav .logo-right {
	float: left;
	color: #3c4858 !important;
	text-align:left;
}
#topnav .logo-right img{max-height:57px;}
#topnav .has-submenu.active a {
	color: #ffffff;
}

#topnav .has-submenu.active .submenu li.active>a {
	color: #2f55d4;
}

#topnav .has-submenu.active.active .menu-arrow {
	border-color: #2f55d4;
}

#topnav .has-submenu {
	position: relative;
}

#topnav .has-submenu .submenu .submenu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2.5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: 20px;
	top: 14px;
}

#topnav .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 32px 20px 24px;
	height: 18px;
}

#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #006193;
	display: block;
	margin-bottom: 5px;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}

#topnav .buy-button {
	float: right;
	line-height: 68px;
	padding: 3px 0;
}

#topnav .navbar-toggle.open span {
	position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
	background-color: #2f55d4;
}

#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu>li>a:hover,
#topnav .navbar-toggle:focus {
	background-color: transparent;
}

#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 10px;
}

#topnav .navigation-menu>li>a {
	    display: block;
    color: #000;
    font-size: 16px;
    background-color: transparent !important;
    font-weight:600;
    line-height: 24px;
    transition: all 0.5s;
    padding-left: 6px;
    padding-right: 6px;
    text-transform: uppercase;
}

#topnav .navigation-menu>li>a:hover,
#topnav .navigation-menu>li>a:active {
	color: #006193;
}

#topnav .navigation-menu .has-submenu .menu-arrow {
	border: solid #3c4858;
	border-radius: 0.5px;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	right: -1px;
	top: 30px;
}

#topnav .menu-extras {
/*	float: right;
	 display:none; */
}

#topnav.scroll,
#topnav.scroll-active,
#topnav.dark-menubar {
	background-color: #ffffff;
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#topnav.scroll .navigation-menu>li>a,
#topnav.scroll-active .navigation-menu>li>a,
#topnav.dark-menubar .navigation-menu>li>a {
	color: #3c4858;
}

#topnav.scroll .navigation-menu>li>a:hover,
#topnav.scroll-active .navigation-menu>li>a:hover,
#topnav.dark-menubar .navigation-menu>li>a:hover {
	color: #fff !important;
}

#topnav.scroll .navigation-menu>li.active>a,
#topnav.scroll-active .navigation-menu>li.active>a,
#topnav.dark-menubar .navigation-menu>li.active>a {
	color: #2f55d4 !important;
}

#topnav.defaultscroll.dark-menubar .logo {
	line-height: 70px;
}

#topnav.defaultscroll.scroll .logo {
	line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo {
	line-height: 62px;
}
#topnav.defaultscroll.dark-menubar .logo-right {
	line-height: 70px;
}

#topnav.defaultscroll.scroll .logo-right {
	line-height: 62px;
}

#topnav.defaultscroll.scroll.dark-menubar .logo-right {
	line-height: 62px;
}
#topnav.nav-sticky {
	background: #fff;
	;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.cust-top-nav{margin-top: 65px;
    margin-right: -97px;}
.cust-logo{margin-top: 31px;}
.logo {
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
	line-height: 68px;
	    /*width: 100px;*/
}
.logo-right {
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
	line-height: 68px;
}


@media (min-width: 992px) {
	#topnav .navigation-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}
	#topnav .navigation-menu>.has-submenu>.submenu>.has-submenu>.submenu::before {
		top: 20px;
		margin-left: 12px;
		-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.15);
		border-color: transparent #ffffff #ffffff transparent;
	}
	#topnav .navigation-menu>li .submenu>li .submenu {
		left: 105%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
		min-height: 62px;
	}
	#topnav .navigation-menu>li:hover>.menu-arrow {
		border-color: #2f55d4;
	}
	#topnav .navigation-menu>li:hover,
	#topnav .navigation-menu>li.active>a {
		color: #2f55d4 !important;
	}
	#topnav .navigation-menu>li .submenu {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		padding: 15px 0;
		list-style: none;
		min-width: 180px;
		visibility: hidden;
		opacity: 0;
		margin-top: 10px;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		border-radius: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu:before {
		content: "";
		position: absolute;
		top: 2px;
		margin-left: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 7px solid #495057;
		border-color: transparent transparent #ffffff #ffffff;
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		-webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
		box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	}
	#topnav .navigation-menu>li .submenu li {
		position: relative;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		padding: 10px 20px;
		clear: both;
		white-space: nowrap;
		font-size: 11px;
		text-transform: uppercase;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu li a:hover {
		color: #2f55d4;
	}
	#topnav .navigation-menu>li .submenu li ul {
		list-style: none;
		padding-left: 0;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu {
		white-space: nowrap;
		width: auto;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li {
		overflow: hidden;
		width: 180px;
		display: inline-block;
		vertical-align: top;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li .submenu {
		left: 100%;
		top: 0;
		margin-left: 10px;
		margin-top: -1px;
	}
	#topnav .navigation-menu>li.last-elements .submenu {
		left: auto;
		right: 0;
	}
	#topnav .navigation-menu>li.last-elements .submenu>li.has-submenu .submenu {
		left: auto;
		right: 100%;
		margin-left: 0;
		margin-right: 10px;
	}
	#topnav .navbar-toggle {
		display: none;
	}
	#topnav #navigation {
		display: block !important;
	}
	#topnav.scroll {
		top: 0;
	}
	#topnav.scroll .navigation-menu>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#topnav.scroll-active .navigation-menu>li>a {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}


@media (max-width: 768px) {
	#topnav .navigation-menu .has-submenu .menu-arrow {
		right: 16px;
		top: 16px;
	}
	.main-banner {
	  background-position:41% center !important;
	}
	.h3, h3 {
      font-size: 1.25rem;
    }
}

@media (min-width: 768px) {
	#topnav .navigation-menu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}
	#topnav .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
		visibility: visible;
		opacity: 1;
		margin-left: 0;
		margin-right: 0;
	}
	.navbar-toggle {
		display: block;
	}
}

@media (max-width: 475px) {
	#topnav .buy-button {
		display: block;
		width: 100%
	}
	#topnav .buy-button a.btn {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.btn-outline-light {
		color: #000!important;
	}
	/* #topnav .navbar-toggle .lines {
		margin-right: 0 !important;
	} */
}

.home-center {
	display: table;
	width: 100%;
	height: 100%;
	padding:153px 0 70px 0;
}

.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}

.bg-home {
	height: 100vh;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

.bg-half-170 {
	padding:0px 0 !important;
	margin-top: 90px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
	    min-height: auto !IMPORTANT;
}

.bg-half {
	padding: 144px 0 50px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

.gradient {
	background: #2f55d4 !important;
	background: linear-gradient(45deg, #2f55d4, #2f55d4) !important;
	opacity: 0.9;
}

.home-dashboard img {
	position: relative;
	top: 60px;
	z-index: 1;
}

.studio-home {
	padding: 7%;
	border-radius: 30px;
}

.agency-wrapper:before {
	content: "";
	position: absolute;
	bottom: 25rem;
	right: 54rem;
	width: 90rem;
	height: 35rem;
	border-radius: 17rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #f8f9fc;
	z-index: -1;
}

.bg-marketing {
	padding: 76px 0 120px;
	background-size: cover;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	position: relative;
	background-position: center center;
}

@media (min-width: 769px) {
	.bg-studio:after {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 50%;
		height: 100%;
		content: "";
		background: #ffffff none repeat scroll 0 0;
		z-index: 2;
	}
}

@media (max-width: 768px) {
	.agency-wrapper:before {
		right: 12rem;
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	.bg-home,
	.bg-half-170,
	.bg-marketing {
		padding: 77px 0;
		height: auto;
	}
	.agency-wrapper:before {
		right: 0rem;
	}

}

.feature-list li {
	margin-bottom: 5px;
	font-size: 15px;
}

.features .icon {
	font-size: 24px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #edf0fb;
	text-align: center;
}

.features .image img {
	height: 60px;
}

.features .image:before {
	content: "";
	position: absolute;
	bottom: 0px;
	right: -15px;
	width: 70px;
	height: 70px;
	border-radius: 10px;
	-webkit-transform: rotate(22deg);
	transform: rotate(22deg);
	background-color: #f1f4fc;
	z-index: -1;
}

.features .title-2 {
	font-size: 20px;
}

.key-feature {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.key-feature .icon {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #edf0fb;
	font-size: 24px;
}

.key-feature:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.key-feature .content .title,
.features .title {
	font-size: 18px;
}

.work-process {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-process .title {
	font-size: 20px;
}

.work-process .step,
.work-process .step-icon {
	font-size: 45px;
	opacity: 0.06;
}

.work-process a {
	font-size: 15px;
}

.work-process a:hover {
	color: #2443ac !important;
}

.work-process:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media (max-width: 767px) {
	.features .image:before {
		display: none;
	}
}

.owl-theme .owl-controls .owl-page span {
	background: #2f55d4 !important;
}

.customer-testi .content:before {
	content: "";
	position: absolute;
	top: 30px;
	margin-left: -3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid #495057;
	border-color: transparent #ffffff #ffffff transparent;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 2px -1px rgba(0, 0, 0, 0.15);
}

.pricing-rates {
	position: relative;
	z-index: 1;
	border-bottom: 3px solid #adb5bd;
}

.pricing-rates .title {
	font-weight: 700;
	font-size: 14px;
}

.pricing-rates .feature .feature-list {
	margin: auto auto 5px;
	font-size: 14px;
}

.pricing-rates.business-rate {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.pricing-rates.business-rate:hover {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	z-index: 2;
	border-color: #2f55d4;
}

.pricing-rates.business-rate:hover .title {
	color: #2f55d4;
}

.pricing-rates.starter-plan {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
	border-color: #2f55d4;
}

@media (max-width: 767px) {
	.faq-img{display:none;}
	.pricing-rates.starter-plan {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.watch-video a.watch {
	font-size: 14px;
	font-weight: 700;
}

.watch-video a .play-icon-circle {
	height: 36px;
	width: 36px;
	background-color: #2f55d4;
	line-height: 36px;
}

.watch-video a .play-icon-circle.play-iconbar {
	font-size: 14px;
}

.watch-video a .play-icon-circle.play {
	top: 77%;
}

.bg-cta {
	padding: 150px 0;
}

.bg-cta .play-btn {
	height: 80px;
	width: 80px;
	font-size: 30px;
	line-height: 78px;
	border-radius: 50%;
	display: inline-block;
	color: #ffffff;
	border: 2px solid #ffffff;
	margin-top: 30px;
}

.play-icon {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	left: 0;
	text-align: center;
}

.play-icon i {
	height: 75px;
	-webkit-text-stroke: 2px #2f55d4;
	-webkit-text-fill-color: transparent;
	width: 75px;
	font-size: 25px;
	line-height: 75px;
	display: inline-block;
}

.play-icon i:hover {
	-webkit-text-stroke: 2px #2f55d4;
	-webkit-text-fill-color: #2f55d4;
}

.blog {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blog .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content h4 {
	line-height: 1.2;
}

.blog .content .title {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content .title:hover {
	color: #2f55d4 !important;
}

.blog .content .post-meta .like,
.blog .content .post-meta .comments,
.blog .content .post-meta .readmore {
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog .content .post-meta .like:hover {
	color: #e43f52 !important;
}

.blog .content .post-meta .comments:hover {
	color: #2eca8b !important;
}

.blog .content .post-meta .readmore:hover {
	color: #2f55d4 !important;
}

.blog .author {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.blog:hover .overlay {
	opacity: 0.4;
}

.blog:hover .author {
	opacity: 1;
}

.sidebar .widget .widget-search form {
	position: relative;
}

.sidebar .widget .widget-search input[type="text"],
.sidebar .widget .searchform input[type="text"] {
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 12px 15px;
	height: 45px;
	font-size: 14px;
	display: block;
	width: 100%;
	outline: none !important;
	padding-right: 45px;
}

.sidebar .widget .widget-search input[type="submit"],
.sidebar .widget .searchform input[type="submit"] {
	position: absolute;
	top: 5px;
	right: 10px;
	opacity: 0;
	width: 40px;
	height: 40px;
}

.sidebar .widget .widget-search .searchform:after {
	content: "\F349";
	position: absolute;
	font-family: "Material Design Icons";
	right: 16px;
	top: 15px;
	font-size: 20px;
	line-height: 20px;
	pointer-events: none;
}

.sidebar .widget .widget-title {
	font-size: 18px;
}

.sidebar .widget .catagories li {
	padding-bottom: 10px;
}

.sidebar .widget .catagories li:last-child {
	padding-bottom: 0;
}

.sidebar .widget .catagories li a,
.sidebar .widget .catagories li span {
	font-size: 15px;
}

.sidebar .widget .catagories li a {
	color: #3c4858;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .catagories li a:hover {
	color: #2f55d4;
}

.sidebar .widget .post-recent {
	padding-bottom: 15px;
}

.sidebar .widget .post-recent:last-child {
	padding-bottom: 0;
}

.sidebar .widget .post-recent .post-recent-thumb {
	width: 25%;
}

.sidebar .widget .post-recent .post-recent-content {
	width: 75%;
	padding-left: 10px;
}

.sidebar .widget .post-recent .post-recent-content a {
	display: block;
	color: #3c4858;
	font-size: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .post-recent .post-recent-content a:hover {
	color: #2f55d4;
}

.sidebar .widget .post-recent .post-recent-content span {
	font-size: 13px;
}

.sidebar .widget .tagcloud>a {
	background: #e9ecef;
	color: #3c4858;
	display: inline-block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 8px 12px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.sidebar .widget .tagcloud>a:hover {
	background: #2f55d4;
	color: #ffffff;
}

.page-title {
	font-size: 20px;
}

.comment-area .media-list .media img {
	width: 80px;
}

.comment-area .media-list .media .media-body a:hover {
	color: #2f55d4 !important;
}

.comment-area .media-list .media .media-body .media-heading,
.comment-area .media-list .media .media-body .media-para {
	font-size: 14px;
}

.comment-area .media-list .media .media-body .media-para {
	background: #f8f9fc;
}

.pagination {
	line-height: 20px;
	font-size: 13px;
}

.pagination li {
	display: inline;
}

.pagination li:first-child a {
	border-left-width: 1px;
	border-radius: 20px 0 0 20px;
}

.pagination li:last-child a {
	border-radius: 0 20px 20px 0;
}

.pagination li a {
	float: left;
	text-decoration: none;
	color: #3c4858;
	border: 1px solid #dee2e6;
	border-left-width: 0;
	background: #ffffff;
}

.pagination li a:hover {
	color: #ffffff;
	background: #4466d8;
	border-color: #4466d8;
}

.pagination .active a {
	color: #ffffff;
	background: #2f55d4 !important;
	border-color: #2f55d4;
	cursor: not-allowed;
}

.work-container {
	overflow: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.work-container img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container .overlay-work {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	border-radius: 10px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #3c4858;
	z-index: 1;
}

.work-container .content {
	position: absolute;
	z-index: 1;
	bottom: 5%;
	left: 5%;
}

.work-container .content .title {
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container .content .title:hover {
	color: #aebdee !important;
}

.work-container .client {
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 5%;
}

.work-container:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

.work-container:hover .overlay-work {
	opacity: 0.4;
}

.team img {
	height: 200px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team .name:hover {
	color: #2f55d4 !important;
}

.team .team-icon {
	position: absolute;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	right: 0;
	opacity: 0;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.team:hover img {
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	opacity: 0.2;
}

.team:hover .overlay-team {
	opacity: 0.6;
}

.team:hover .team-icon {
	opacity: 1;
}

.login-page {
	font-size: 15px;
}

.login-page .forgot-pass {
	z-index: 99;
	position: relative;
	font-size: 13px;
}

.coming-soon,
.maintenance,
.error-page {
	font-size: 40px;
	letter-spacing: 1px;
}

#countdown .count-down {
	display: inline-block;
	margin: 30px 10px;
	color: #ffffff;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #dee2e6;
	height: 130px;
	width: 130px;
}

#countdown .count-down .count-number {
	font-size: 40px;
	line-height: 95px;
}

#countdown .count-down .count-head {
	display: block;
	position: relative;
	margin-top: -20px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

#clock {
	color: #ffffff;
}

#clock p {
	width: 80px;
}

#clock p span {
	font-size: 40px;
}

#clock p span.indicator {
	font-size: 18px;
}



@media (min-width: 200px) and (max-width: 767px) {
	.coming-soon,
	.maintenance,
	.error-page {
		font-size: 32px;
	}
}

.contact-detail .icon img {
	height: 70px;
}

.contact-detail .content .title {
	font-size: 20px;
}

.form-group {
	margin-bottom: 13px !important;
}

.form-group label {
	font-size: 13px;
	font-weight: 700;
}

.form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: oldlace;
	border-bottom: 1px solid #ced4da;
	font-size: 14px;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	/*padding: 0px 0px 0px 35px !important;*/
	color: #000000;
}

.form-group .custom-select {
	border: none;
	border-bottom: 1px solid #ced4da;
	font-size: 14px;
	font-weight: 400;
	border-radius: 0;
	padding-left: 30px !important;
}

.form-group .custom-select:focus {
	border-color: #2f55d4;
	outline: 0;
	box-shadow: none;
}

.form-group .form-control:focus,
.form-group .form-control.active {
	border-color: #2f55d4;
}

.form-group .icons {
	position: absolute;
	top: -33px;
	left: 0;
	line-height: 100px;
	font-size: 18px;
}

.form-group textarea {
	height: 120px !important;
}

.form-group textarea.form-control {
	line-height: 25px;
}

.map iframe {
	width: 100%;
	height: 400px;
}

.error {
	margin: 8px 0px;
	display: none;
	color: #e43f52;
}

#ajaxsuccess {
	font-size: 14px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}

.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #e43f52;
	color: #e43f52;
	border-radius: 10px;
	font-size: 14px;
}

.contact-loader {
	display: none;
}

#success_page {
	text-align: center;
	margin-bottom: 50px;
}

#success_page h3 {
	color: #2eca8b;
	font-size: 22px;
}

.footer {
	background:#fff ;
	padding: 88px 102px 210px;
	position: relative;
	color: #000000;
}

.footer .logo-footer {
	color: #f8f9fc;
	font-weight: 700;
	font-size: 24px;
	padding: 3px 0;
	letter-spacing: 1px;
}

.footer .footer-head {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 500;
}

.footer .foot-subscribe .form-control {
	background-color: #25304e;
	border: 1px solid #25304e;
	color: #f8f9fc;
}

.footer .foot-subscribe .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer .foot-subscribe input::-webkit-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input:-ms-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input::-ms-input-placeholder {
	color: #adb5bd;
}

.footer .foot-subscribe input::placeholder {
	color: #adb5bd;
}

.footer .text-foot {
	color: #adb5bd;
}

.footer .footer-list {
	margin-bottom: 0;
}

.footer .footer-list li {
	margin-bottom: 10px;
}

.footer .footer-list li a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer .footer-list li a:hover {
	color: #e6e8ea;
}

.footer .footer-list li:last-child {
	margin-bottom: 0;
}

.footer.footer-bar {
	padding: 15px 0;
	font-size: 12px;
	/* background:#f6f7fd !important; */
}

.footer.footer-bar .payment-cards img {
	height: 25px;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #333744;
}


/*# sourceMappingURL=style.css.map */


/*------------Sandeep Css------------*/

.main-title h3 {
	font-weight: 300;
	text-align: center;
	background: #db3d6f;
	padding: 6px 30px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	color: #fff;
}

.card-header button i {
	position: absolute;
	right: 0px;
}

.card-header button {
	display: flex;
	text-transform: unset;
	font-weight: 500;
	width: 100%;
	text-align: left;
	font-size: 14px;
}

.card-header .btn {
	padding: 8px 0px;
	font-size: 16px;
    font-weight: 600;
}
.bs-example .card-header:first-child {
    border-radius: 14px;
}
#faq {
    /*background: url(../images/faq-bg.png) no-repeat center;*/
     /*background: url(../images/tatasteel/faq-banner-2.3.jpg) no-repeat center;*/
      background: url(../images/tatasteel/faq-banner-2.6.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
#faq .card-body {
       color: #fff;
    background: #1869b3;
    border-radius: 0 0 15px 15px;
    padding-top: 10px;
    border-bottom: 0px;
}
#faq .card-body a {
    color: #d2e7fb;
    text-decoration: underline !important;
    font-weight: 700;
}
#faq .card-header button i {
  position: absolute;
  right: 17px;
  border-radius: 7px;
  border: 1px solid #DCDCDC;
  padding: 9px 13px;
  top: 15px;
  color: #818181;
  z-index: 9;
}

#faq .card-header button {
  text-align: left;
  padding-right: 44px !important;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.scroll {
	top: 10px;
	left: 20px;
	bottom: 10px;
	right: 0;
	padding: 30px;
	/*overflow-y: scroll;
	overflow-x: hidden;
	height: 470px;*/
}


/* Scrollbar Styling */

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background-color: #ebebeb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #424555;
}
.card-body {
    background-color: #fff;
    border-radius: 10px;
}
.date-time-section .media h5 {
	color: #fff;
	margin-bottom: 0px;
	font-size: 13px;
	padding-top: 5px;
}

.date-time-section .media a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.footer .media h5 {
	font-size: 14px;
	margin: 0;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	padding-top: 7px;
}

.footer .media a {
	color: #000;
	font-size: 18px;
}

.connectText {
	font-size: 22px;
	font-weight: 300;
}

.connectText b {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}


/* .course-accordian{
	 
background: #ffffff;
 
  border-radius: 0px;
  border:0;
 
}

.course-accordian.collapsed{
		
		background:transparent;
} */


/* .collapsed, .card {border: 1px solid #000!important;
} */

.card {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #d0d0d0;
}

.btn-link:hover {
	color: unset;
	text-decoration: underline;
}

.card-header button span {
	/*background-color: #363636;*/
	/*padding: 2px 8px;*/
	/*border-radius: 5px;*/
	color: #000;
	text-align: center;
	/*width: 130px !important;
	 display: table; */
}

.accordion .fa {
	margin-right: 0.5rem;
}

.faq-img {
	background-image: url(../images/faq-img.png);
	position: absolute;
	width: 640px;
	height: 600px;
	right: -50px;
	background-repeat: no-repeat;
	background-size: contain;
	    margin-top: 95px;
}

.mt-100 {
	margin-top: 110px
}
.shape{position:relative;background-image: url(../images/slide-1.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat; 
	height:38vh;}
/* .shape:after {
	content: "";
	position: absolute;
	background: #e5406a;
	height: 100%;
	width: 50%;
	right: 0;
	top:0;
}

.shape:before {
	content: "";
	background-image: url(../images/USyd-img.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	left: 0;
	top:0;
} */


/* video-banner */

	.main-banner {
	  position: relative;
	  background-color: #000c26;
	  /*background: url('../images/new-poster.jpg') top center no-repeat;*/
	  background: url('../images/tatasteel/banner/2.jpg') top center no-repeat;
	   /*background: url('../images/tatasteel/banner/banner1.jpg') top center no-repeat;*/
	  background-size:cover;
	  height: 100vh !important;
	  height:auto;
	  /*min-height: 100%;*/
	  width: 100%;
	  overflow: hidden;
	  background-attachment: fixed;
	}
	
	
.main-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
   background: #ffffff37;
}
.banner-text {
    width: 100%;
    background: #fcfcfc94;
    padding-bottom: 40px;
    border-radius: 25px;
}

/*    .banner-content {*/
/*    display: none;*/
/*}*/



section.prca-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
        
}

.heroBanner {
  width: 100%;
  height: auto;
  /*background: url(../images/main-banner-img.jpg) top center;*/
  background: url(../images/Symphony-Webinar-Banner.jpg) top center;
  background-size: cover;
  position: relative;
  padding-left:4%;
  padding-right: 4%;
}

.heroBanner:before {
    content: "";
     background: rgba(0, 0, 0, 0.6); 
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
/*.heroBanner .myMainText{margin-top: 50% !important;}
*/


.carousel.slide.pcra-slider {
    width: 100%;
    height: 100vh;
}
.carousel.slide.pcra-slider img {
    width: 100%;
    height: auto;
}

.formOuter.pt-100.py-80 {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    z-index: 2;
    /*width: 45%;*/
}
.mainText {
    margin: 0;
    padding: 0px;
    margin-top: 0 !IMPORTANT;
}

.pt-100 {
    padding-top: 100px;
}
.py-80 {
    padding-left: 0px;
    padding-right: 80px;
}
.formOuter h1 {
    text-align: left;
    font-size: 35px;
    color: #81298f;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 35px;
    padding-bottom: 10px !important;
    letter-spacing: -0.5px;
        font-family: 'Gotham Bold', sans-serif;

}
.mobile-banner {
    display: none;
}
.formOuter h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}
.formOuter h3 {
    text-align: left;
    padding-top: 20px;
    font-weight: 500;
    color: black;
}
.logo-banner {
    width: 100%;
    /*float: left;*/
    /*margin-right: auto;*/
    display: block;
    /*margin-top: -20px;*/
}
.logo-banner img {
    width: 100% !IMPORTANT;
    display: block !IMPORTANT;
    height: auto !IMPORTANT;
}


.register-event {
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
.register-event h5 {
    width: 100%;
    text-align: center !important;
    font-size: 25px !important;
}
 .register-event .custom-btn {
    display: inline-block;
    margin: 5px auto !important;
}


/*.formOuter img {*/
/*    float: left;*/
/*}*/
.formOuter h4 {
    text-align: left;
    font-weight: 700;
    color: #81298f;
    font-size: 25px;
    position: relative;
    top: -10px;
}
.formOuter h5 {
    text-align: left;
    padding-top: 20px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(to right, #81298f 0%, #277bdf 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
     margin-top: -10px;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 0;
    text-align: center;
    /*float: left;*/
    margin-top: 10px;
    margin-right: auto;
}
.carousel-control-next-icon {
    background-image: url(https://events.alumni.amrita.edu/public/form-2/images/alumini/arrow-next.png?v=1251647312);
    margin-left: 110px;
}
.carousel-control-prev-icon {
    background-image: url(https://events.alumni.amrita.edu/public/form-2/images/alumini/arrow-pre.png?v=1251647312);
    margin-left: -110px;
}


	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}1

	.main-banner .container {
	  position: relative;
	  z-index: 2;
	}

	.main-banner .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  background-color: black;
	  opacity: 0.5;
	  z-index: 1;
	}
/* video-banner */

.lr-p {
	padding-right: 120px;
	padding-left: 120px;
}

.form {
	background-color: white;
	box-shadow: 0px 0px 70px #00000033;
	border-bottom-left-radius: 50px;
	border-top-right-radius: 50px;
}

form {
	/* padding: 30px 40px; */
	position: relative;
	z-index: 111;
}

/* .form:before { */
	/* width: 157px; */
	/* content: " "; */
	/* background-image: url(../images/pink-dots.png); */
	/* position: absolute; */
	/* left: -30px; */
	/* top: 38px; */
	/* height: 340px; */
	/* z-index: -1; */
/* } */

/* .form:after { */
	/* width: 137px; */
	/* content: " "; */
	/* background-image: url(../images/grey-dots.png); */
	/* position: absolute; */
	/* right: -35px; */
	/* top: 274px; */
	/* height: 243px; */
	/* z-index: 0; */
/* } */

.form-icon {
	position: absolute;
	top: 5px;
}

.pink-btn {
	background-color: #DB3D70;
	border-color: #DB3D70;
	color: #fff;
}

form .pink-btn {
	margin-bottom: 30px;
}

.get-s-now {
	background: #DFDFDF;
	display: inline-block;
	padding: 4px 42px;
	margin-top: 60px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.cites .card-img-overlay {
	position: absolute;
	bottom: 0;
	top: unset;
	padding: 9px;
	right: 0;
	text-align: right;
}

.cites .card-title {
	font-size: 18px;
}

.cites .location-title h5 {
	font-weight: 400;
}

.main-title .virtual {
	color: #006193;
}

.platform-features {
	background-image: url(../images/platform-features-img.svg);
	position: absolute;
	width: 640px;
	height: 604px;
	left: 20%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.platform-features-icon .media p {
	font-size: 14px;
	line-height: 18px;
}

.mt-80 {
	margin-top: 80px;
}

.steps h5 {
	font-size: 30px;
	padding: 0px 86px;
	margin-top: -34px;
	line-height: 36px;
}

.steps p {
	font-size: 18px;
	padding: 1px 0 0 90px;
	color: #707070;
}

.experts {
	padding: 0 0 0 90px;
}

.blue-dots:after {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #355AA5;
	position: absolute;
	left: 70px;
	border-radius: 82px;
	top: 10px;
}

.blue-dots {
	width: 20px;
	height: 24px;
	background-color: #DB3D70;
}

.who-s-r img {
	margin-top: -5px;
}

.who-s-r h5 {
	font-size: 22px;
	font-weight: 700;
	color: #000;
}

.footer-text p {
	font-weight: 300;
	font-size: 20px;
}

.footer-text h5 {
	font-size: 30px;
}

.footer-bar p {
	color: #707070;
}

.social-icon a .fa {
	font-size: 24px;
	color: #000000;
	margin-right: 20px;
}

#topnav .navigation-menu>li:hover,
#topnav .navigation-menu>li.active>a {
	color: #006193 !important;
}

.mobile-text-1 {
	line-height: 30px;
	text-align: center;
	margin-bottom: 20px;
}

.btn-outline-light {
	color: #ffffff;
	border-color: #ffffff;
	border: 2px solid;
	border-radius: 0px;
}

.btn.btn-dark {
	background: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	padding: 10px 15px;
}

#topnav .navigation-menu>li {
	float: left;
	display: block;
	position: relative;
	margin: 0 5px;
}

.banner-text {
	width: 100%;
	 /*margin-top: 260px; */
}

.banner-text h2 {
    font-size: 48px;
    color: #81298f;
	font-weight:400;
	/*line-height:80px;*/
	/*text-shadow:1px 1px #020202;*/
	/*letter-spacing: -2px;*/
}

.banner-text h3 {
    font-size: 30px;
}

.banner-text h6 {
	font-size: 15px;
	color: #fff;
	margin-right: 0px;
	font-weight: 400;
	line-height:1.7;
}

.lr-p {
	padding-right: 40px;
	padding-left: 40px;
}

.date-time-section {
	padding: 8px 15px;
	background-color: #006193;
	border-radius: 9px;
}

.video-play {
    /* background-color: #D71996; */
	background:none;
    padding: 1px 20px 5px 15px;
    border-radius: .25rem;
    display: inline-block;
	border: 1px solid #fff;
}

.video-play h3 {
	font-size: 20px;
	padding-top: 10px;
	color: #fff;
	font-weight:400;
}
.dry-logo{width:120px;margin-top:-2px; margin-left:8px;}
.moretext {
	display: none;
}

.registration-form .form-section .form-control {
border-radius: 0;
    padding: 0px 15px!important;
    font-size: 14px;
    height: 46px;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 11%);
    border: 2px solid #000;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins';
}
.select2-selection__rendered{
border-radius: 0;
    padding: 0px 15px!important;
    font-size: 14px;
    height: 46px;
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 11%);
    border: 2px solid #000;
    font-weight: 500;
    text-align: left;
    font-family: 'Poppins';
}
.select2-container--default .select2-selection--single{border:0px !important;}
.select2-container .select2-selection--single{height:46px !important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    
    line-height: 41px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important;
    
}

.registration-form .form-section .form-control.custom-select {
	padding: 0px 10px!important;
}

.registration-form .form-section h3 {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin: 0;
}

.registration-form .form-section .form-check-label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}

.form-section .form-check-input {
	position: absolute;
	margin-top: 0;
	margin-left: -22px;
	width: 24px;
	height: 21px;
}

#about .about-text {
	 /* position: absolute;
	left: -212px;
	top: 27px; padding: 36px;
	background-color: #fffffff0; */
	
}

.text-bold {
    font-size: 20px;
}

#about .about-text ul{padding-left:20px;}

.about-text .btn-outline-dark {
	color: #000000;
	border-color: #000000;
	border-radius: 0px!important;
	border: 2px solid;
	padding: 8px 18px !important;
	font-size: 14px!important;
}

.about-text .btn-outline-dark:hover {
	color: #fff!important;
	background-color: #000000;
}
.why-participate{
	background: url(../images/participate-bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
}
 

h2.other-winner {
    position: absolute;
    left: 52%;
    bottom: 100px;
    font-size: 25px;
    cursor: pointer;
}
ul.nav.nav-tabs.winner-tabel li {
    margin: 0 5px;
}
ul.nav.nav-tabs.winner-tabel {
    justify-content: center;
}
ul.nav.nav-tabs.winner-tabel a.nav-link.active {
    background: linear-gradient(150deg, rgb(129 41 143 / 89%) 40%, rgb(0 95 160) 100%);
    color: #fff;
}
ul.nav.nav-tabs.winner-tabel a.nav-link {
    background: #277bdf;
    color: #fff;
    border: 0;
    text-align: center;
}

.modal-content.winner {
    border-radius: 0;
    background: #4b054e;
}
button.close.winer span {
    position: relative;
    top: -3px;
}
button.close.winer {
position: absolute;
    right: -1px;
    top: 10px;
    z-index: 10;
    background: red;
    width: 35px;
    height: 35px;
    line-height: 5px;
    font-size: 30px;
    top: -1px;
    color: white;
}

.modal-content.winner thead {
    background: #fff;
}
.modal-content.winner tr {
    color: #fff;
}
.modal-content.winner thead tr {
    color: #000;
}

/*.wcydh-bg {*/
/*	padding-bottom: 50px;*/
/*	padding-top: 50px;*/
/*}*/

.who-should-register {
	/*background: url(../images/who-should-register-bg.jpg) no-repeat;*/
	background-size: cover;
	width: 100%;
	/*background-attachment: fixed;*/
}
/*.who-should-register .main-title{color:#fff;}*/
.who-should-register .who-s-r  h5{color:#fff !important;}
#faq .card {
	background-color: #fff;
	border-bottom:0px;
	border-radius: 15px;
}

.footer .media img {
	background-color: #ffffff4f;
	padding: 16px 14px;
	border-radius: 10px;
}

.contact-text-img {
	background: url(../images/contact.png) no-repeat top center;
	background-size: initial;
	content: "";
	position: absolute;
	left: 0;
	height: 125px;
	right: 0;
	bottom: -1px;
}



.eligibilty-common-sapce {
	background: url(../images/tatasteel/elibility-banner.jpg) no-repeat center;
	background-size: cover;
	/*background:linear-gradient(0deg, rgba(242,206,114,1) 0%, rgba(255,232,170,1) 100%);
	width: 100%;*/
	background-attachment: fixed;
}
.eligibilty-common-sapce .main-title {
    color: #fff;
}
.eligible-content p {
    color: #fff;
    position: relative;
    text-align: left;
    padding-left:15px;
}
.eligible-content p a {
    text-decoration: underline;
    color: white;
    font-weight: 700;
    border-bottom: 1px solid white;
}
.list-check {
    /*background: #3d7edb;*/
    border-radius: 50%;
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 0px;
}
.myList.reward .list-check img {
    width: 25px;
}
.list-check img {
    width: 25px;
}
section#rules .list-check img {
    filter: brightness(0) invert(1);
}

.collage-logo {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}
.collage-logo h5 {
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    padding-top: 5px;
}
.collage-logo img {
    width: 80px;
    margin: 0 auto;
    display: block;
}
.eligible-button {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: center;
    text-align: center;
}

.eligible-button .btn {
border: none;
  background-color: #3d7edb;
    border-radius: 3px;
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
    margin: 5px;
    /*padding: 16px 24px;*/
}

.eligible-button .active {
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
    /*background: linear-gradient(90deg, rgb(127 20 172) 0%, rgba(17,117,185,1) 50%, rgb(127 20 172) 100%);*/
    /*background: linear-gradient(90deg, rgba(7,9,11,1) 0%, rgba(17,117,185,1) 50%, rgba(7,9,11,1) 100%);*/
background: linear-gradient(150deg, rgb(166 2 192 / 89%) 40%, rgb(0 95 160) 100%);
}

.custom-btn {
    /* width: 140px; */
    /* height: 40px; */
    color: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
        font-size: 18px;
            text-transform: unset;
}
.custom-btn.btn-14.register {
    padding: 10px 12px;
    font-size: 16px;
}

.btn-14 {
  background: rgb(255,151,0);
  border: none;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
    background: linear-gradient(150deg, rgb(229 0 86) 0, rgb(18 106 177) 100%);
    transition: all 0.5s ease;
}
.btn-14:hover {
  color: #fff;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}



.box {
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  padding: 10px;
  height: 100px;
  width: calc(25% - 10px);
  float: left;
  margin: 5px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
}
.spacer {
  clear: both;
  height: 20px;
}


.competitative-structure {
	/*background: url(../images/tatasteel/compitative1.1.jpg) no-repeat center;*/
	background: url(../images/tatasteel/compitative1.4-banner.jpg?v1) no-repeat center;
	background-size: cover;
	/*background:linear-gradient(0deg, rgba(242,206,114,1) 0%, rgba(255,232,170,1) 100%);
	width: 100%;*/
	/*background-attachment: fixed;*/
}

.eligible-content.competition p {
    color: #3c4858 !important;
}
.agenda-box {
    padding: 20px 0 !IMPORTANT;
}

.agenda-box h6 {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    display: flex;
    position: relative;
}
.agenda-box.agendas h6:before {
    content: "";
    position: absolute;
    width: 135px;
    height: 14px;
  background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}

.agenda-box.case-submission h6:before {
content: "";
    position: absolute;
    width: 180px;
    height: 14px;
    background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}
.agenda-box.short-listing h6:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 14px;
    background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}
.agenda-box.technical h6:before {
    content: "";
    position: absolute;
    width: 465px;
    height: 14px;
    background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}
.agenda-box.result h6:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 14px;
    background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}

.agenda-box.internship h6:before {
    content: "";
    position: absolute;
    width: 118px;
    height: 14px;
   background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}

.agenda-box.finale h6:before {
    content: "";
    position: absolute;
    width: 75px;
    height: 14px;
 background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 17px;
    box-shadow: 0px 0px 2px #0000005c;
}


.agenda-box h6 span {
    margin-left: 25px;
  border: 1px solid #6c178c;
    padding: 1px 10px;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}
.agenda-box h6 span strong {
    font-weight: 600;
}
.agenda-box h5 {
    color: #4d4f53;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    /* font-family: Arial, sans-serif; */
}
.eligible-content.competition .list-check {
    margin-left: 15px;
}

.myList.text-dark h1 {
font-size: 35px;
    /* letter-spacing: 0.8px; */
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 30px;
    color: #81298f;
}
#rewards .main-title {
    /*color: #fff;*/
}
#rewards .myList.reward img {
    /*filter: brightness(0) invert(1);*/
}
.reward-winner {
    position: absolute;
    bottom: -60px;
    overflow: hidden;
}
.reward-winner img {
    width: 100%;
}


.aboutus img {
    border-image: linear-gradient(#81298f, #0080c6) 50;
    border-width: 7px;
    border-style: solid;
}

.competitative-structure .service-icon-box {
display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}
.competitative-structure .text-right .service-icon-content {
    padding: 20px 55px 20px 20px;
}
.dates-right .service-icon-content {
    padding-left: 12% !IMPORTANT;
}
.dates-right .service-icon {
    margin-right: -50px;
}

.competitative-structure .service-icon-box .service-icon-content {
    border: 3px solid rgba(83, 94, 224, 0.16);
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    width: -moz-calc(100% - 82px);
    width: -webkit-calc(100% - 82px);
    width: calc(100% - 82px);
    background: white;
}
.competitative-structure.common-space {
    /*background: #ffffff;*/
}
.competitative-structure .service-icon-box .service-icon-content h4 {
    text-align: left;
    font-size: 22px;
}
.competitative-structure .service-icon-box .service-icon-content p:last-child {
    margin-bottom: 0;
}
.competitative-structure .service-icon-box .service-icon {
    background-color: #ffffff;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 12%);
    border-radius: 100%;
    height: 82px;
    width: 82px;
    border: 1px solid #277bdf;
    z-index: 9;
}
.competitative-structure .text-right .service-icon {
    margin-left: -34px;
}
.competitative-structure .service-icon-box .service-icon i {
    color: #535EE0;
    font-size: 44px;
}
.service-inner .dates-right .service-icon-box {
    flex-direction: row-reverse;
}
.competitative-structure .service-image {
    position: relative;
    z-index: 1;
}
.competitative-structure .service-icon-box .service-icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.service-inner {
    margin-top: 60px;
}
.service-icon-content p {
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
}
.schedule {
    color: #767676;
    font-size: 14.5px !IMPORTANT;
}
.service-icon img {
    width: 50px;
}
figure.service-image img {
    width: 100%;
    border-radius: 50%;
}
.service-icon-content h4 a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}


.timeline {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    position: relative;
}
 .timeline__event {
	 margin-bottom: 20px;
	 position: relative;
	 display: flex;
	 margin: 20px 0;
	 border-radius: 6px;
	 align-self: center;
	 width: 50vw;
}
 .timeline__event:nth-child(2n + 1) {
	 flex-direction: row-reverse;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__date {
	 border-radius: 0 6px 6px 0;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__content {
	 border-radius: 6px 0 0 6px;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
	 content: "";
	 width: 2px;
	 height: 100%;
	        background: #a3a3a3;
	 position: absolute;
	 top: 0%;
	 left: 50%;
	 right: auto;
	 z-index: -1;
	 transform: translateX(-50%);
	 animation: fillTop 1s forwards 1s ease-in-out;
}
 .timeline__event:nth-child(2n + 1) .timeline__event__icon:after {
	 content: "";
	 width: 100%;
	 height: 2px;
        background: #a3a3a3;
	 position: absolute;
	 right: 0;
	 z-index: -1;
	 top: 50%;
	 left: auto;
	 transform: translateY(-50%);
	 animation: fillLeft 1s forwards 1s ease-in-out;
}
.timeline__event__title {
    font-size: 20px;
    /* line-height: 2.4; */
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
}
.timeline__event__title h5 {
    color: #444343;
    font-size: 16px;
}
 .timeline__event__content {
    padding: 25px;
    /* box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%); */
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
}
 .timeline__event__date {
color: #fff;
    font-size: 20px;
    font-weight: 4000;
    background: #81298f;
    background: #4b054e;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}
 .timeline__event__icon {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: #9251ac;
	 padding: 20px;
	 align-self: center;
	 margin: 0 20px;
	    background: #4b054e;
	 border-radius: 100%;
	 width: 40px;
	 box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
	 padding: 40px;
	 height: 40px;
	 position: relative;
}

.timeline__event__icon img {
    width: 50px;
    filter: brightness(0) invert(1);
}
.timeline__event--type2 .timeline__event__icon {
    background: #3c7dd9;
}
.timeline__event__icon i {
    font-size: 32px;
    color: white;
}
 .timeline__event__icon:before {
	 content: "";
	 width: 2px;
	 height: 100%;
	    background: #a3a3a3;
	 position: absolute;
	 top: 0%;
	 z-index: -1;
	 left: 50%;
	 transform: translateX(-50%);
	 animation: fillTop 1s forwards 1s ease-in-out;
}
 .timeline__event__icon:after {
	 content: "";
	 width: 100%;
	 height: 2px;
	    background: #a3a3a3;
	 position: absolute;
	 left: 0%;
	 z-index: -1;
	 top: 50%;
	 transform: translateY(-50%);
	 animation: fillLeftOdd 1s forwards 1s ease-in-out;
}
 .timeline__event__description {
	 flex-basis: 60%;
}
 .timeline__event--type2:after {
	 background: #555ac0;
}
.timeline__event--type2 .timeline__event__date {
    color: #fff;
    background: #3d7edb;
}

.timeline__event__icon.last:before {
    display:none;
}

 @media (max-width: 786px) {
     
      .navbar-toggler {
        border: 1px solid #A2153F;
        background-color: #A2153F;
        z-index: 9;
        margin-right: 15px;
      }
     
     
	 .timeline__event {
		 flex-direction: column;
		 align-self: center;
	}
	 .timeline__event__content {
		 width: 100%;
	}
	 .timeline__event__icon {
		 border-radius: 6px 6px 0 0;
		 width: 100%;
		 margin: 0;
		 box-shadow: none;
	}
	 .timeline__event__icon:before, .timeline__event__icon:after {
		 display: none;
	}
	 .timeline__event__date {
		 border-radius: 0;
		 padding: 20px;
	}
	 .timeline__event:nth-child(2n + 1) {
		 flex-direction: column;
		 align-self: center;
	}
	 .timeline__event:nth-child(2n + 1) .timeline__event__date {
		 border-radius: 0;
		 padding: 20px;
	}
	 .timeline__event:nth-child(2n + 1) .timeline__event__icon {
		 border-radius: 6px 6px 0 0;
		 margin: 0;
	}
}
 @keyframes fillLeft {
	 100% {
		 right: 100%;
	}
}
 @keyframes fillTop {
	 100% {
		 top: 100%;
	}
}
 @keyframes fillLeftOdd {
	 100% {
		 left: 100%;
	}
}
 

.prizes-rewards {
    position: relative;
}
.prizes-rewards h1 {
position: absolute;
    left: -90px;
    transform: rotate(270deg);
    top: 71px;
    font-size: 40px;
    color: #0000002e;
    font-weight: 700;
}

.myList.reward.text-dark.fisrt-satge {
    padding-bottom: 40px;
}
.prizes-rewards ul {
    padding-left: 8%;
}
.prizes-rewards ul li {
font-size: 22px;
    font-weight: 400;
    color: #000;
    margin-bottom: 5px;
    padding: 0 0 20px;
    position: relative;
}
.prizes-rewards ul li:before {
content: "";
    position: absolute;
   width: 410px;
    height: 14px;
    background: #00000017;
    z-index: 0;
    border-radius: 50px;
    top: 20px;
    box-shadow: 0px 0px 2px #0000005c;
}
.prizes-rewards ul li.one:before {
    width: 434px;
}
.prizes-rewards ul li.two:before {
    width: 418px;
}
.prizes-rewards ul li.three:before {
    width: 425px;
}
#rewards .myList.reward p {
    color: #000;
}


       .winner-tata .nav-item .nav-link,
       .winner-tata .nav-tabs .nav-link {
            -webkit-transition: all 300ms ease 0s;
            -moz-transition: all 300ms ease 0s;
            -o-transition: all 300ms ease 0s;
            -ms-transition: all 300ms ease 0s;
            transition: all 300ms ease 0s;
        }

        .winner-tata .card a {
            -webkit-transition: all 150ms ease 0s;
            -moz-transition: all 150ms ease 0s;
            -o-transition: all 150ms ease 0s;
            -ms-transition: all 150ms ease 0s;
            transition: all 150ms ease 0s;
        }

        [data-toggle="collapse"][data-parent="#accordion"] i {
            -webkit-transition: transform 150ms ease 0s;
            -moz-transition: transform 150ms ease 0s;
            -o-transition: transform 150ms ease 0s;
            -ms-transition: all 150ms ease 0s;
            transition: transform 150ms ease 0s;
        }

        [data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }


       .winner-tata .now-ui-icons {
            display: inline-block;
            font: normal normal normal 14px/1 'Nucleo Outline';
            font-size: inherit;
            speak: none;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        @-webkit-keyframes nc-icon-spin {
            0% {
                -webkit-transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
            }
        }

        @-moz-keyframes nc-icon-spin {
            0% {
                -moz-transform: rotate(0deg);
            }

            100% {
                -moz-transform: rotate(360deg);
            }
        }

        @keyframes nc-icon-spin {
            0% {
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                -o-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            100% {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
        }

       .winner-tata .now-ui-icons.objects_umbrella-13:before {
            content: "\ea5f";
        }

       .winner-tata .now-ui-icons.shopping_cart-simple:before {
            content: "\ea1d";
        }

      .winner-tata  .now-ui-icons.shopping_shop:before {
            content: "\ea50";
        }

       .winner-tata .now-ui-icons.ui-2_settings-90:before {
            content: "\ea4b";
        }

      .winner-tata  .nav-tabs {
            border: 0;
            padding: 15px 0.7rem;
        }

       .winner-tata .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
            box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
        }

       .winner-tata .card .nav-tabs {
            border-top-right-radius: 0.1875rem;
            border-top-left-radius: 0.1875rem;
        }

       .winner-tata .nav-tabs>.nav-item>.nav-link {
               color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: #3d7edb;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 11px 23px;
    line-height: 1.5;
        }

       .winner-tata .nav-tabs>.nav-item>.nav-link:hover {
            background-color: transparent;
        }

      .winner-tata  .nav-tabs>.nav-item>.nav-link.active {
            background-color: #444;
            border-radius: 30px;
            color: #FFFFFF;
        }

      .winner-tata  .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
            font-size: 14px;
            position: relative;
            top: 1px;
            margin-right: 3px;
        }

       .winner-tata .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
            color: #FFFFFF;
            width:100%;
        }

       .winner-tata .nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
            background-color: rgba(255, 255, 255, 0.2);
            color: #FFFFFF;
                background: linear-gradient(150deg, rgb(129 41 143 / 89%) 40%, rgb(0 95 160) 100%);
        }

        .card.winner-tata {
          border: 0;
    /* border-radius: 0.1875rem; */
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
        }

        .card.winner-tata .card-header {
            background-color: transparent;
            border-bottom: 0;
            background-color: transparent;
            border-radius: 0;
            padding: 0;
        }



[data-background-color="orange"] {
    /*background-color: #277bdf;*/
    border-radius: 5px;
}




.winner-tabs-card {
    width: 100%;
    padding: 15px;
    background: #4b054e;
    border-radius: 15px;
    height: 100%;
}
.winner-tabs-card h3 {
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
    padding-bottom: 5px;
}
.winner-tabs-card p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #fff;
}
li.nav-item .custom-btn.btn-14 {
    width: auto;
}

li.nav-item a.nav-link.custom-btn.btn-14:after {
    border-radius: 50px;
}





.section {
  background: #F45B69;
  padding: 50px 0;
}

.section .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section h1 {
  font-size: 2.5rem;
}

.section h2 {
  font-size: 1.3rem;
}


/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #277bdf;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px !important;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
      background: #ffffff;
    height: 250px !important;
    border-radius: 5px;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    padding-top: 30px;
}
.timeline ol li:nth-child(odd) div::before {
    top: 98%;
    border-width: 13px 13px 0 0;
    border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -10px;
    border-width: 13px 0 0 13px;
    border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.timeline ol li div time {
    background: #277bdf;
    width: 35px;
    height: 35px;
    text-align: center;
    /*border-radius: 25px;*/
    line-height: 35px;
    color: #fff;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}


/* TIMELINE ARROWS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline .arrows {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
    width: 45px;
    height: 45px;
    filter: brightness(0) invert(1);
}



#about p {
    text-align: justify;
}
.moretext {
  display: none;
}
.moreless-button {
    background: linear-gradient(150deg, rgb(129 41 143 / 89%) 40%, rgb(0 95 160) 100%);
    padding: 10px 25px;
    color: #fff;
    margin-top: 5px;
    border-radius: 5px;
}


.tab-container{
width:100%;
}
.tab-menu{}
.tab-menu ul{
	margin: 0;
	padding: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a{
text-decoration: none;
    color: white;
    background-color: #277bdf;
    padding: 7px 25px;
    border-radius: 4px;
}
.tab-menu ul li a.active-a{
    background: linear-gradient(150deg, rgb(129 41 143 / 89%) 40%, rgb(0 95 160) 100%);
	color: #ffffff;
}
.tab{
	display: none;
}

.tab-active {
    display: block;
    margin-top: 25px;
}
.tab-container table.table.table-bordered {
    text-align: left;
}

.cust-modal button.btn.btn-primary {
    padding: 10px 25px;
}


.overflow-list ul {
    display: flex;
    justify-content: center;
}
.overflow-list ul li {
    padding: 0 25px;
    font-size: 18px;
}

.common-space.overflow-work {
    background-image: url(../images/tatasteel/banner-overflow.jpg?v1);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #F0FAFF;
    background-size: cover;
background-attachment: fixed;
}

/* Comment this to match borders */
.steps-list-looped {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 12px;
}

.steps-list-looped .step-wrapper {
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    flex-basis: 33%;
    margin-bottom: -1px;
    border-bottom: 1px solid #212121;
    /* You can style first and last element here */
}

.steps-list-looped .step-wrapper::before,
.steps-list-looped .step-wrapper::after {
    content: '';
    display: block;
    flex-basis: 100%;
}

.steps-list-looped .step-wrapper::before {
    height: 50%;
    border-bottom: 1px solid #212121;
}

.steps-list-looped .step-wrapper::after {
    align-self: self-end;
    margin-top: auto;
    margin-bottom: -1px;
    height: calc(50% + 2px);
    border-top: 1px solid #212121;
}

.steps-list-looped .step-wrapper .step-content {
    flex-shrink: 0;
    flex-basis: 50px;
    margin: 0 auto;
    align-self: center;
}

.steps-list-looped .step-wrapper:first-child::before {
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
}

.steps-list-looped .step-wrapper:last-child::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

@media only screen and (max-width : 399px) {

    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 100% !important;
    }

    .step-wrapper:nth-child(1n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(1n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(1n + 1) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(1n + 1) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 400px) and (max-width : 749px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 50% !important;
    }

    .step-wrapper:nth-child(2n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(2n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(2n + 2) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 750px) and (max-width: 999px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 33.3333333333% !important;
    }

    .step-wrapper:nth-child(3n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(3n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(4):nth-child(3n + 3) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 3) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(3):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

@media only screen and (min-width : 1000px) {

    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* Last line */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    /* First line (ex. 4 in row, but there is only 3) */
    .step-wrapper {
        flex-basis: 25% !important;
    }

    .step-wrapper:nth-child(4n)::after {
        margin-right: -12px;
        border-bottom: 1px solid #212121;
        border-right: 1px solid #212121;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .step-wrapper:nth-child(4n+1)::before {
        margin-left: -12px;
        border-top: 1px solid #212121;
        border-left: 1px solid #212121;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .step-wrapper:nth-last-child(1):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(2):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(3):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(4):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-last-child(5):nth-child(4n + 4) ~ .step-wrapper {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(1):nth-last-child(-n + 4) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(2):nth-last-child(-n + 3) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(3):nth-last-child(-n + 2) {
        border-bottom-color: transparent;
    }

    .step-wrapper:nth-child(4):nth-last-child(-n + 1) {
        border-bottom-color: transparent;
    }
}

/* Custom styling */
.step-number {
color: #fff;
    width: 80px;
    font-size: 18px;
    line-height: 40px;
    height: 80px;
    /*border: 1px solid #a1a1a1;*/
    border-radius: 50%;
    /* margin: 55px 15px; */
    box-shadow: 0 2px 5px rgb(0 0 0 / 5%);
    font-weight: 600;
    margin: 0 auto;
    background: #0580c3;
    align-items: center;
    display: flex;
    justify-content: center;
}

#example-snake .step-content {
    padding: 20px 15px;
}

#example-snake .step-content .fas,
#example-snake .step-content .far {
    font-size: 48px;
    margin-bottom: 20px;
    color: #43c957;
}

#example-snake .step-content p {
    width: 150px;
    font-size: 17px;
}

#example-snake .step-content p strong {
    color: #009f94;
    font-size: 22px;
    margin-right: 5px;
}

.step-number img {
    width: 50px;
    filter: brightness(0) invert(1);
}




  .timeline_chalnges {
            /*margin: 4em auto;*/
            position: relative;
            max-width: 80%;
        }

        .timeline_chalnges:before {
            background-color: #000;
            content: '';
            margin-left: -1px;
            position: absolute;
            top: 0;
            left: 2em;
            width: 2px;
            height: 100%;
        }

        .timeline-event {
            position: relative;
        }

        .timeline-event:hover .timeline-event-icon {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background-color: #a83279;
        }

        .timeline-event:hover .timeline-event-thumbnail {
            -moz-box-shadow: inset 40em 0 0 0 #a83279;
            -webkit-box-shadow: inset 40em 0 0 0 #a83279;
            box-shadow: inset 40em 0 0 0 #a83279;
        }

        .timeline-event-copy {
            padding: 1em;
            position: relative;
            top: -1.875em;
            left: 4em;
            width: 80%;
        }

        .timeline-event-copy h3 {
            font-size: 1.75em;
        }

        .timeline-event-copy h4 {
            font-size: 1.2em;
            margin-bottom: 1.2em;
        }

        .timeline-event-copy strong {
            font-weight: 700;
        }

        .timeline-event-copy p:not(.timeline-event-thumbnail) {
            padding-bottom: 1.2em;
        }

        .timeline-event-icon {
        -moz-transition: -moz-transform 0.2s ease-in;
    -o-transition: -o-transform 0.2s ease-in;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
background-color: #3e7fdd;
    outline: 5px solid white;
    display: block;
    margin: 0.5em 0.5em 0.5em -0.5em;
    position: absolute;
        top: -10px;
    left: 36px;
    width: 1em;
    height: 1em;
        }

        .timeline-event-thumbnail {
            -moz-transition: box-shadow 0.5s ease-in 0.1s;
            -o-transition: box-shadow 0.5s ease-in 0.1s;
            -webkit-transition: box-shadow 0.5s ease-in;
            -webkit-transition-delay: 0.1s;
            transition: box-shadow 0.5s ease-in 0.1s;
            color: white;
            font-size: 0.75em;
            background-color: black;
            -moz-box-shadow: inset 0 0 0 0em #ef795a;
            -webkit-box-shadow: inset 0 0 0 0em #ef795a;
            box-shadow: inset 0 0 0 0em #ef795a;
            display: inline-block;
            margin-bottom: 1.2em;
            padding: 0.25em 1em 0.2em 1em;
        }

.timeline-event-copy .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
   
    background-clip: border-box;
border: 1px solid rgb(0 0 0 / 28%);
    border-radius: 0.25rem;
}
.timeline-event-copy .card-body {
    background-color: #fff0;
    border-radius: 10px;
}
.timeline-event-copy .card-body {
    background-color: #fff0;
    border-radius: 10px;
    color:white;
}
.timeline-event-copy .card-body span {
    padding: 15px;
    border: 1px solid white;
    width: 22em;
    font-weight: 600;
}
.timeline-event-copy .card-body span b {
    font-size: 16px;
}
.timeline-event-copy .card-body span a {
    color: #fff;
    font-weight: 700;
        font-size: 16px;
}
.timeline-event-copy .card-body {
    background-color: #3e7fdd;
    border-radius: 15px;
        border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
        text-align: justify;
}
#challenges{
        /* background: url(../images/faq-bg.png) no-repeat center; */
    /* background: url(../images/tatasteel/faq-banner-2.3.jpg) no-repeat center; */
    background: url(../images/tatasteel/chalnges-banner1.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.timeline-event-copy .card-header.pointer {
    border-radius: 10px;
    background: #fff;
    display: flex;
    width: 90%;
}
.timeline-event-copy h5 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.timeline-event-copy .card i {
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 0;
    font-size:16px;
}

/* Shared */

.loginBtn {
	box-sizing: border-box;
	position: relative;
	/* width: 13em;  - apply for fixed size */
	margin: 0 0 7px 0;
	padding: 0 15px 0px 40px;
	border: none;
	text-align: left;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 5px;
	font-size: 13px;
	color: #000000;
	/* width: 100%; */
	border: none;
}

.loginBtn:before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: 3px;
	left: 0;
	width: 34px;
	height: 100%;
}

.ride-line {
	position: relative;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.ride-line-empty {
	height: 1px
}

.ride-line span {
	background-color: #000;
	padding-left: 8px;
	padding-right: 8px;
	display: inline-block;
	line-height: 24px;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 500;
}

.ride-line:before {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #000;
}

.loginBtn:focus {
	outline: none;
}

.loginBtn:active {
	box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}


/* Facebook */

/*.loginBtn--facebook {
	background-color: #4C69BA;
	text-shadow: 0 -1px 0 #354C8C;
}*/
.loginBtn--facebook {
	background-color: #fff;
	/* text-shadow: 0 -1px 0 #000; */
}

.loginBtn--facebook:before {
	/* border-right: #364e92 1px solid; */
	background: url('../images/facebook-icon.png') 6px 6px no-repeat;
}

/*.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #5B7BD5;
}*/
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
	background-color: #fff;
}


/* Google */

.loginBtn--google {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #fff;
	color:#000;
}

.loginBtn--google:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/google-icon.png') 6px 6px no-repeat;
}

.loginBtn--google:hover,
.loginBtn--google:focus {
	background: #fff;
}


/* Linkedin */

.loginBtn--linkedin {
	/*font-family: "Roboto", Roboto, arial, sans-serif;*/
	background: #2567b3;
}

.loginBtn--linkedin:before {
	/* border-right: #BB3F30 1px solid; */
	background: url('../images/linkdin-icon.png') 6px 6px no-repeat;
}

.loginBtn--linkedin:hover,
.loginBtn--linkedin:focus {
	background: #19559a;
}

.text14 {
	font-size: 14px;
}

/* form:before { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/red-dots.png); */
	/* position: absolute; */
	/* left: -120px; */
	/* top: 160px; */
	/* height: 335px; */
	/* z-index: -1; */
/* } */

/* form:after { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/red-dots-2.png); */
	/* position: absolute; */
	/* right: -90px; */
	/* top: 75px; */
	/* height: 107px; */
	/* z-index: -1; */
/* } */

/* .form-section:after { */
	/* width: 107px; */
	/* content: " "; */
	/* background-image: url(../images/grey-dots.png); */
	/* position: absolute; */
	/* right: -90px; */
	/* bottom: 66px; */
	/* height: 107px; */
	/* z-index: -1; */
/* } */

/* #home {
	min-height: 860px;
} */

.thankyou_box {
	color: #fff;
}

.section-title {
	position: relative;
}

#share {
	margin: 20px auto;
	text-align: center;
}


/* buttons */

#share a {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 4px;
	border-radius: 50%;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	/*opacity: 0.75;*/
	transition: opacity 0.15s linear;
	border: 2px solid #fff;
}

#share a:hover {
	opacity: 1;
}


/* icons */

#share i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* colors */

.facebook {
	background: #3b5998;
}

.whatsapp {
	background: #7ad06d;
}

.twitter {
	background: #55acee;
}

.googleplus {
	background: #dd4b39;
}

.linkedin {
	background: #0077b5;
}

.pinterest {
	background: #cb2027;
}

.btn.btn-danger {
	background: #000000;
	border: 1px solid #a5a5a5;}

.thankyou_box {
    margin-top: 80px;
}
@media (max-width: 380px) {
	.loginBtn{
		padding:0 10px 0px 40px;
	}
}
@media (max-width: 480px) {
     #faq .card-header .btn {
      margin-top:0px;
    }
	.banner-text h6 {
	font-size: 13px;}
	.thankyou_box {
    margin-top: 10px;
}
	.form-section:after {display: none;}
	form:before {
		display: none;
	}
	form:after {
		display: none;
	}
	#topnav .navigation-menu>li {
		float: unset!important;
	}
	#topnav .navigation-menu>li:hover,
	#topnav .navigation-menu>li.active>a {
		color: #000 !important;
	}
	.about-shape:before {
		content: "";
		background-image: url(../images/USyd-img.png);
		background-size: cover;
		position: absolute;
		width: 100%;
		height: 470px;
		right: 0;
		left: 0;
		z-index: -11;
	}
	.form-section {
		padding-top: 25px;
	}
	.banner-text {
		margin-top: 10px!important;
		padding-bottom: 30px;
	}
	.connectText b {
		font-size: 18px;
	}
	.connectText {
		font-size: 14px;
		font-weight: 300;
	}
	.banner-text h2 {
		font-size: 25px!important;
		line-height: 38px!important;
		padding-top: 0px !important;
	}
	.banner-text h3 {
    font-size: 24px;
}
	#about .about-text {
		position: unset!important;
		padding: 0px!important;
	}
	.footer .media a {
		color: #000;
		font-size: 13px;
	}
	.footer {
		background: #e5406a;
		padding: 10px 0!important;
		position: relative;
		color: #000000;
		/* padding-bottom: 70px!important; */
	}
	.contact-text-img {
		background-size: contain!important;
		height: 48px!important;
	}
	.shape:before {
		display: none;
	}
	/* .main-banner{height:auto!important;} */
	.lr-p {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	form {
		padding: 0;
	}
	.main-title h3 {
		font-weight: 400;
		text-align: center;
		background: #db3d6f;
		padding: 5px 1px;
		border-bottom-left-radius: 25px;
		border-top-right-radius: 25px;
		color: #fff;
		font-size: 14px;
	}
	.heading {
		font-size: 14px;
	}
	.buy-button {
		display: block;
		width: 100%
	}
.buy-button a.btn {
    display: block;
    width: 90%;
    margin-bottom: 15px;
    margin: 0 auto;
}
	.platform-features {
		background-image: url(../images/platform-features-img.svg);
		position: relative;
		width: 100%;
		height: 294px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.shape:after {
		width: 100%;
		/* height: 1030px; */
	}
	.form:after {
		right: -10px;
	}
	.form:before {
		display: none;
	}
	.bg-home,
	.bg-half-170,
	.bg-marketing {
		padding: 120px 0;
	}
	.cites .location-title h5 {
		text-align: center;
	}
	.steps h5 {
		font-size: 20px;
		padding: 8px 5px;
		margin-top: 0;
		line-height: 28px;
	}
	.steps p {
		font-size: 14px;
		padding: 0px 12px;
		color: #707070;
	}
	.experts {
		padding: 0px;
	}
	.blue-dots:after {
		content: "";
		width: 10px;
		height: 10px;
		background-color: #355AA5;
		position: absolute;
		left: -4px;
		border-radius: 82px;
		top: 6px;
	}
	.platform-features-icon .media p {
		padding-top: 15px;
	}
	.get-s-now {
		padding: 4px 29px;
		margin-top: 30px;
		font-size: 26px;
	}
	.section-title .main-title {
		font-size: 30px;
		margin-top: 15px;
	}
	.footer-dot:after {
		display: none;
	}
	.scroll {
		overflow-y: unset;
		overflow-x: unset;
		padding: 0;
		height: unset;
	}
	.card-header .btn {
		padding: 8px 20px 8px 0px;
	}
	.card-header button {
		font-size: 14px;
		line-height: 18px;
	}
	.accordion .fa {
		margin-right: 0rem;
	}
	.mt-100 {
		margin-top: 0px;
	}
	.platform-features-icon {
		display: none;
	}
	.mt-80 {
		margin-top: 10px;
	}
	.card-header button i {
		position: absolute;
		right: 8px;
	}
	.faq-img {display: none;}
	.thankyou-page .shape:after {height: 660px;}
/* #home {min-height: 640px;} */

	/*.main-banner {
	  background: url('../images/new-poster.jpg') top center no-repeat;
	  background-size: cover;
	  background-position:41% center;
	}*/	
	
	.banner-content {
    /*display: block;*/
        width: 60% !IMPORTANT;
}

}


@media (max-width: 991px) {
	#topnav {
		/* background-color: #ffffff; */
		/* -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); */
		/* min-height: 74px; */
	}
	#topnav .container {
		width: auto;
	}
	#topnav .navigation-menu {
		float: none;
		max-height: 400px;
	}
	#topnav .navigation-menu>li {
		float: unset!important;
	}
	#topnav .navigation-menu>li .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
	}
	#topnav .navigation-menu>li .submenu li a {
		display: block;
		position: relative;
		padding: 7px 15px;
		text-transform: uppercase;
		font-size: 11px;
		letter-spacing: 0.04em;
		font-weight: 700;
		color: #3c4858;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	#topnav .navigation-menu>li .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu .submenu {
		display: none;
		list-style: none;
	}
	#topnav .navigation-menu>li .submenu .submenu.open {
		display: block;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul {
		list-style: none;
		padding-left: 0;
	}
	#topnav .navigation-menu>li .submenu.megamenu>li>ul>li>span {
		display: block;
		position: relative;
		padding: 10px 15px;
		text-transform: uppercase;
		font-size: 12px;
		letter-spacing: 2px;
		color: #8492a6;
	}
	#topnav .navigation-menu>li>a {
		color: #3c4858;
		padding: 10px 20px;
	}
	#topnav .navigation-menu>li>a:after {
		position: absolute;
		right: 15px;
	}
	#topnav .navigation-menu>li>a:hover,
	#topnav .navigation-menu>li .submenu li a:hover,
	#topnav .navigation-menu>li.has-submenu.open>a {
		color: #2f55d4;
	}
	#topnav .menu-extras .menu-item {
		border-color: #8492a6;
	}
	#topnav .navbar-header {
		float: left;
	}
	#topnav .has-submenu .submenu .submenu-arrow {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 20px;
		top: 12px;
	}
	#topnav .has-submenu.active a {
		color: #2f55d4;
	}
	#topnav .logo{ width:100%; /* text-align:center; */}
	#topnav .logo-right{ width:100%; /* text-align:center; */}
	
	#navigation {
		position: absolute;
		/*top: 35px;*/
		    top: 9px;
		left: 0;
		width: 100%;
		display: none;
		height: auto;
		padding-bottom: 0;
		overflow: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #ffffff;
	}
	#navigation.open {
		display: block;
		overflow-y: auto;
	}
	
	.h3, h3 {
      font-size: 1.25rem;
    }
    .formOuter h1 {
    padding-bottom: 0px !important;
    letter-spacing: -0.5px;
    font-family: 'Gotham Bold', sans-serif;
}
.formOuter h4 {
    margin-top: -15px;
}

.timeline-event-copy {
    padding: 15px;
    position: relative;
    top: -1.875em;
    left: 17px;
    width: 100%;
}  

.timeline-event-icon {
    top: 5px;
    left: 4px;
    width: 15px;
    height: 15px;
}
.timeline_chalnges:before {
    background-color: white;
    content: '';
    margin-left: -1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
}
.timeline-event-copy {
    padding: 15px;
    position: relative;
    top: -0.875em;
    left: 17px;
    width: 100%;
}
.timeline_chalnges {
    /* margin: 4em auto; */
    position: relative;
    max-width: 100%;
}
.timeline-event-copy .card i {
    position: absolute;
    right: 8px;
    top: 15px;
    bottom: 0;
    font-size: 14px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
.shape:before {
		display:none;
	}
	.shape:after {
		    width: 100%;
	}
	.btn-outline-light {
    color: #000000;}
#topnav .buy-button {    float: left;}
.footer .media a {
    color: #000;
    font-size: 14px;
}
.about-pic{text-align:center;}
#about .about-text {
    position: unset;
 }
 .wcydh-bg {
    /*padding-bottom: 80px;*/
    /*padding-top: 80px;*/
    
    background-size: cover !Important;
 
}
.aqua{background-position:left !Important;}
#faq{background-position:right !Important;}
.mt-100 {
	margin-top:10px;
}

/* .form-section:after { */
     
    /* content: " "; */
    /* right: -40px; */
    /* bottom: 6px; */
    /* z-index: -1; */
/* } */
/* form:after { */
    
   
    /* right: -30px; */
    /* top: 36px; */
    
/* } */
form:before {
	display:none;
}
.faq-img {
	display:none;
}
.about-shape:before {
		content: "";
		background-image: url(../images/USyd-img.png);
		background-size: cover;
		position: absolute;
		width: 100%;
		height: 470px;
		right: 0;
		left: 0;
		z-index: -11;
	}
	
	.banner-text {
		margin-top: 0;
		padding-bottom: 30px;
	}
	

	.main-banner-content {
    padding: 110px 0;
}
}

.form-section .input-group-text{background-color: #fff; border: 2px solid #000; border-radius:0rem;}
.form-section .input-group-prepend {
    margin-right: -2px;
}

.alreadyRegistered{font-size:14px; font-weight:500; line-height:16px; color:#fff; padding-top: 5px;}
.alreadyRegistered a{    color: #ffd92a;
    text-align: right;
    display: inline-block;}
.alreadyRegistered span{ border-bottom:3px solid #fff; padding-bottom:5px;}



#already-reg-modal-body form:before {
	background:none;
}

#already-reg-modal-body form:after {
	background:none;
}

.myShape:after {
  content: "";
  position: absolute;
  background: #e5406a;
  height: 80px;
  width: 100%;
  right: 0;
}
.myShape:before {
  content: "";
  background-image: url(../images/USyd-img.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 380px;
  right: 0;
  left: 0;
}
#myhome {
  min-height: 400px;
}
@media (max-width: 580px) {
 /*   .main-banner {*/
	 
	/*  background-position:41% center;*/
	/*}	*/
	
/*	.heroBanner {
      background:none;
    }
*/
	
	.registration-form .form-section h3 {
		font-size: 30px;
		font-weight: 800;
		color: #fff;
		margin: 0;
		line-height: 30px;
	}
	.myShape:before{
		height: 330px;
	}
	#myhome {
		min-height: 345px;
		padding: 80px 0 30px 0
	}
}
/* New-Listing-Box */
.block-main {
  background-color: #efefef;
  padding: 10px 10px;
}
.block-wrapper {
  border: 1px solid #dee2e6;
  background-color: #ffffff;
  border-radius: 12px;
  width: 100%;
  display: flex;
  align-items: top;
  min-height: 120px;
  margin-bottom: 30px;
}
.block-wrapper a {
  color: #000;
}
.left-block {
  padding: 10px;
  position: relative;
  min-width: 100px;
  max-width: 100px;
}
.right-block {
  padding: 10px;
  width: 100%;
  margin-left: auto;
  border-radius: 0 12px 12px 0;
  align-self: stretch;
  background: rgba(242, 242, 242, 1);
  background: -moz-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242, 242, 242, 1)), color-stop(46%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.left-block .wishlist {
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
  width: 26px;
  height: 26px;
  padding: 2px 0 0 0;
  color: #000;
  border-radius: 5px;
  position: absolute;
  right: -13px;
  top: 7px;
  font-size: 14px;
  text-align: center;
  z-index: 9;
}
.logo-block {
  border-bottom: 1px solid #9e9e9e;
  padding: 0 0 10px 0;
  min-height: 70px;
}
.logo-block img {
  max-height: 70px;
}
.school-name {
  color: #2b2929;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 0;
}
.subject {
  color: #ff0000;
}
.school-add {
  color: #7f7f7f;
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
}
.school-details {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.detail-head {
  color: #ff6600;
  font-size: 14px;
  font-weight: 500;
}
.detail-txt {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
} /* New-Listing-Box */
/* @media (max-width:550px) { */
/* .right-block { */
/* padding: 10px; */
/* min-width: 110px; */
/* max-width: 110px; */
/* } */
/* } */
.btn-sm {
  font-size: 11px;
}


.time-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* height: 300px; */
}

 .time-list li {
     margin: 5px 3px;
     text-align: center;
     /* min-width: 150px; */
     line-height: 35px;
 }
 @media (max-width: 550px) {
   .time-list li {min-width:48%;} 
 }
 
  .time-list li a {
     color: #333;
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     background: #fff;
     border-radius: 4px;
     border: 1px solid #e0e0e0;
     transition: all .3s linear;
 }
 
  .time-list li:hover a,
  .time-list li a.active {
     background: rgba(0, 0, 0, 0.7);
     border: 1px solid rgba(0, 0, 0, 0.7);
     color: #fff;
 }
 
  .time-list li .active_selected {
     padding: 0px 30px;
     font-size: 14px;
     display: block;
     border-radius: 4px;
     background: #495057;
     border: 1px solid #495057;
     color: #fff;
 }
 
 .disabled {
     background: rgba(0, 0, 0, 0.1) !important;
 }
 
 .confirm-btn {
     display: table;
     background: rgba(0, 0, 0, 0.9);
     padding: 10px 30px;
     border-radius: 4px;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     margin:0px auto 0;
     color: #fff;
     outline: none;
     border: 0;
     transition: all 300ms linear;
 }
 
 .confirm-btn:hover {
     background: #000;
 }
 
 .close {
    color: #ed1651;
    font-size: 44px;
    position: absolute;
    right: 15px;
    top: auto;
    font-weight: 300;
    line-height: 20px;
}
.modal-title{font-size:26px; font-weight:400;}

.modal-open {
    overflow: hidden !important;
}

.Contact-Person {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0px;
    margin: 0 0 15px 0;
}
.Contact-Person span {
    background-color: #e5406a;
    color: #fff;
    padding: 5px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    font-weight: 600;
}
.text-pink{color:#e5406a;}
.text-blue{color:#4472c4}
.steps-block{height:100%;width:100%;padding:30px 100px 0px 20px;border-left:2px solid #acacac;position:relative}
.steps-block a{    font-size: 13px;    color: #ce1746;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 7px;}
	.steps-block a:hover{color:#000;}
 
.steps-block:after{width:3px;height:10px;position:absolute;top:0;left:-2px;background:#fdf7f9;content:''}
.steps-block:before{width:100%;left:0;right:0;bottom:-25px;height:14px;content:'';position:absolute;}
.steps-block.border1:before{background:#023961}
.steps-block.border2:before{background:#e5406a}
.steps-block-bg1{background:url(../images/Report-Icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
.steps-block-bg2{background:url(../images/document-icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
.steps-block-bg3{background:url(../images/Agenda-Icon.png) no-repeat right top, url(../images/arrow1.png) no-repeat -1px top;}
/* .registration-form{background-color:rgba(71,117,150,0.6); border-radius:0px; padding:30px;} */
.form-section {
    /* background-color: rgba(71,117,150,0.6)!important; */
    border-radius: 0px;
    padding: 30px 15px;
}



.vol-icon{position:fixed;top:30px;color:#ff0000;z-index:9999;right:30px; cursor: pointer;}
.vol-icon img{width:40px;opacity:0.5}
.unmute-icon{display:none;}
.mute-icon{display:inline-block;}
.mute .mute-icon{display:none;}
.mute .unmute-icon{display:inline-block;}

 @media screen and (max-width: 900px) and (orientation: landscape) {
    .vol-icon img { width: 25px;}
}


@media (max-width: 767px) {
    #topnav .logo img {
    max-height: 37px;
}
 #topnav .logo-right img {
    max-height: 50px;
}
.cust-logo {
    /*margin-top: 26px;*/
    margin-top: 0;
}
   .aqua, .bg2 {
     background-position: left !important;
}
    
	.shape {
    
    height: auto;
}

.main-banner {
    /* height: 50vh; */
    /* height: 100% !IMPORTANT; */
    height: 100% !important;
    width: 100%;
    /* background: url(../images/Xathon-Banner-new1.jpg) top center no-repeat; */
    background-size: cover;
    overflow: unset;
}

.main-banner.bg-half-170 {
  margin-top: 74px;
}

/*.home-center {*/
/*    display: table;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    padding: 30px 0 !IMPORTANT;*/
/*}*/
/*.banner-content {*/
/*       display: block;*/
/*    width: 50%;*/
/*}*/
.banner-text {
    margin-top: 30px !important;
    /*padding-bottom:0px;*/
      border-radius: 10px;
}



	.registration-form{
	    /*background-color:rgba(71,117,150,0.6); */
	    border-radius:0px;
	    padding:0px 10px 30px 10px;
	}
	.form-section { background: none !important; padding: 0;}
		/*.main-banner {
	 
	  background: rgb(2,7,24);
background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);
	}*/
	
	
		.agenda-box h6:before {
       width: 135px !IMPORTANT;
    height: 11px !IMPORTANT;
    top: 11px !IMPORTANT;
}
.agenda-box h6 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    display: block;
    position: relative;
}
.agenda-box h6 span {
    margin-left: 0;
    border: 1px solid #6c178c;
    padding: 1px 10px;
    border-radius: 23px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    position: relative;
    width: auto;
}
	.agenda-box.finale h6:before {
    width: 60px !IMPORTANT;
	}
	
	.agenda-box.internship h6:before {
    width: 95px !IMPORTANT;
	}
	
	.list-check {
    margin-left: 0;
    margin-top: 0px;
}
	
}
@media (min-width: 768px) and (max-width: 991px) {
    .sm-icon {
    width: 35px !important;
    height: 35px !important;
    
    line-height: 35px !important;
    
    margin-right: 3px !important;
   
}
.main-banner {
    /*height: 50vh;*/
    height: 100% !IMPORTANT;
    width: 100%;
    /*background: url(../images/Xathon-Banner-new1.jpg) top center no-repeat;*/
    background-size: cover;
    overflow: unset;
    
    /*background: rgb(2,7,24);
    background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
    background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);
        background-position-x: 0%;
        background-position-y: 0%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
}


	.main-banner {
    position: relative;
    height: auto !important;
    height: auto !important;
    min-height: auto;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
  padding:0px 0;
}


.main-banner.bg-half-170 {
  margin-top: 75px;
}

/*.banner-content {*/
/*    display: block;*/
/*    width: 70%;*/
/*}*/

/*	.main-banner {*/
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
/*	}*/
/*.banner-text {*/
/*    margin-top: 50px;*/
/*    padding-bottom: 50px;*/
/*}*/

.banner-text {
    margin-top: 20px;
    padding-bottom: 20px;
}

}
@media (min-width: 991px) and (max-width: 1024px) {
     .wcydh-bg {
    background-size: cover !Important;
 
}
    .shape{height:auto;    background-position: center;}
    .banner-text{padding:30px 0;}
    .banner-text h6 {line-height:1.5;}
    .participate-icon p{font-size:13px !important;}
    .faq-img{right:0;       width: 357px;
    height: 450px;}
    #topnav .navigation-menu>li{margin:0 4px;}
    #topnav .navigation-menu>li>a{padding-left:4px;padding-right:4px;font-size:14px;font-size:13px !important;}
	.registration-form .form-section h3 {
		font-size: 24px; line-height:24px;
	}
/*	.main-banner {*/
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
/*	}*/
.home-center {
    display: table;
    width: 100%;
    height: 100%;
}
 

}
@media (min-width: 1025px) and (max-width: 1123px) {
     .wcydh-bg {  background-size: cover !Important; }
    	.main-banner {
	 
/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
	}
	#topnav .navigation-menu>li>a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    font-size: 13px !important;
}
}

@media (min-width: 1124px) and (max-width: 1280px) {
    #topnav .navigation-menu>li>a {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
    font-size: 13px !important;
}
.custom-btn.btn-14.register {
    padding: 10px 11px;
    font-size: 14px;
}
    	.main-banner {
/*padding:40px 0 !important;*/
    /*height: auto;*/

/*	  background: rgb(2,7,24);*/
/*background: -moz-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: -webkit-linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*background: linear-gradient(90deg, rgba(2,7,24,1) 36%, rgba(123,1,53,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020718",endColorstr="#7b0135",GradientType=1);*/
	}
	.registration-form .form-section h3 {
		font-size: 24px; line-height:24px;
	}
	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 10%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-10%) translateY(-50%);
	  -moz-transform: translateX(-10%) translateY(-50%);
	  -webkit-transform: translateX(-10%) translateY(-50%);
	  transform: translateX(-10%) translateY(-50%);
}
#topnav .logo img {
    background: #fff;
}
}

@media (min-width: 1281px) and (max-width: 1400px) {
    .faq-img{width:525px;}
}
@media (min-width: 1281px) and (max-width: 1600px) {
  
	.registration-form .form-section h3 {
		font-size: 22px; line-height:36px;
	}
	.main-banner video {
	  position: absolute;
	  top: 50%;
	  left: 10%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-10%) translateY(-50%);
	  -moz-transform: translateX(-10%) translateY(-50%);
	  -webkit-transform: translateX(-10%) translateY(-50%);
	  transform: translateX(-10%) translateY(-50%);
	}
	
/*.prca-banner {*/
/* height: 800px !important;*/
/*}*/
.mainText {
    margin-top: 0 !IMPORTANT;
}
.formOuter.pt-100.py-80 {
    right: 0;
}
}


.btn-pink{background:#D71996;color:#fff; font-size: 20px;}
.btn-pink:hover{color:#fff;}
.participate-icon img{width:100px;}
.participate-icon p{font-size:14px;margin-top:10px; font-weight:500;line-height:18px; }
.footer-top-line{background:#006193;padding:16px 0;text-align:center;}


.tittle{font-size: 1.2em; font-weight: 500;}


.about-bg1 {
	background: url(../images/about-exela-bg-plan.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	     /*background-attachment: fixed;*/
}
.about-bg1 .main-title{color:#fff;}
.about-bg1 .about-text p{color:#fff;}


.site-footer{
    background:#18191b;
    height:auto;
    /*position:absolute;*/
    width:100%;
}
.resource-container{
    background-color:#40505b;
}
.social-share-block img{    width: 55px;
    border-radius: 5px;}
.footermap-col ul,.footermap-col li,#block-socialmediablock-2 ul.social-share-block,#block-socialmediablock-2 ul.social-share-block li{
    list-style:none;
    padding-left:0;
}
li.footermap-item--depth-1.footermap-item--haschildren{
    width:190px;
    float:left;
}
li.footermap-item--depth-1 a{
    color:#ffffff !important;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.8px;
}
li.footermap-item--depth-2 a{
    color:#80888F !important;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:.8px;
    text-transform:capitalize;
}
li.footermap-item--depth-2 a:hover{
    color:#D71996 !important;
}
.site-footer #block-pluggedinsubscribeblock .subscribe{
    color:#fff;
    margin:15px 0px 25px 0px;
}
.page-node-type-industry .footermap-col ul,.footermap-col li,#block-socialmediablock-2 ul.social-share-block,#block-socialmediablock-2 ul.social-share-block li{
    list-style:none;
    padding:4px 0px;
}
.contact-representative .block-title{
    font-size:36px;
    color:#fff;
    font-weight:400;
    text-align:center;
}
#block-copyrightblock .footer-text{
    color:#000;
    font-size:14px;
}
.copyright{
    margin:0;
    font-size:12px;
    color:#78828D;
    margin-left:0;
}
#block-exela-socialmediaprivacyblock .social{
    float:left;
}
.social-share{
    margin-left:0px;
    margin-top:40px;
}
div.social-share span,div.social-share a{
    float:left;
    margin-right:11px;
}


.site-footer .layout-container{
    padding:0% 6%;
}
.site-footer .top{
    /*margin:3% 0px 0px 0%;*/
    padding:0px 0;
}
.site-footer .bottom{
    /*margin:4% 0 3% 0;*/
    padding:0px 0px;
}

.btn-blue{
    outline:none;
    color:#fff !important;
    background:#006193;
    padding:9px 10px !important;
    border-radius:4px;
    font-size:1.2em;
    border:none;
    min-width: 160px;
    display: inline-block;
    text-align: center;

}
.btn-blue:hover{
    color:#fff;
    background:#D71996;
}
a.social-share-instagram{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/instagram.png) no-repeat center center;
    background-size:auto;
    background-size:80%;
    border:2px solid #80888f;
}
a.social-share-twitter{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/twitter.png) no-repeat center center;
    background-size:auto;
    background-size:65%;
    border:2px solid #80888f;
}
a.social-share-linkedin{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/linkedin.png) no-repeat center center;
    background-size:auto;
    background-size:90%;
    border:2px solid #80888f;
}
a.social-share-facebook{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    background:#80888f url(/themes/exela/img/Facebook_Logo.png) no-repeat center center;
    background-size:auto;
    background-size:70%;
    border-radius:50%;
}
a.social-share-youtube{
    display:block;
    height:30px;
    width:30px;
    text-indent:-9999px;
    border-radius:40px;
    background:#80888f url(/themes/exela/img/youtube.png) no-repeat center center;
    background-size:auto;
    background-size:75%;
    border:2px solid #80888f;
}
.lang-fr .footer-links a,.lang-de .footer-links a{
    font-size:12px;
}
.footer-links a{
    text-decoration:none;
    color:#78828D !important;
    font-size:13px;
    list-style-type:none;
    margin:0 8px;
}
.footer-links a:hover{
    color:#D71996 !important;
}
 .footer-links a{
    text-decoration:none;
    color:#78828D !important;
    font-size:13px;
    list-style-type:none;
    margin:0 8px;
}
.footer-links a:hover{
    color:#D71996 !important;
}
 .site-footer nav ul{
    list-style:none;
    padding:0;
    margin:0;
}
.site-footer nav ul ul{
    list-style:none;
    padding:0;
    margin:0;
}
.site-footer nav ul li{
    display:block;
    margin-right:0;
    width:33.33%;
    float:left;
}
.site-footer nav ul ul li{
    display:block;
    float:left;
    width:100%;
}
.site-footer nav ul li a{
    color:#ffffff;
    font-size:12px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:0.8px;
    padding:8px 0;
}
.site-footer nav ul li a:hover,.site-footer nav ul li a:visited,.site-footer nav ul li a:focus{
    background:transparent;
}
.site-footer .nav .open > a,.site-footer .nav .open > a:hover,.site-footer .nav .open > a:focus{
    background-color:#eee;
    border-color:#337ab7;
    background:transparent;
}
.site-footer nav ul ul li a:hover,.site-footer nav ul ul li a:visited,.site-footer nav ul ul li a:focus{
    background:transparent;
}
.site-footer nav ul li ul{
    list-style:none;
    padding-left:0;
}
.site-footer nav ul li ul li a{
    color:#80888F;
    font-size:14px;
    font-style:normal;
    font-weight:400;
    letter-spacing:.8px;
    text-transform:capitalize;
    line-height:28px;
}
.site-footer nav ul li ul li a:hover{
    color:#D71996;
}
.site-footer #block-exela-pluggedinsubscribeblock .subscribe {
    color: #fff;
    margin: 15px 0px 25px 0px;
}
.cust-block{padding:0 0 0 25px;position:relative;}
.cust-block:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 30px;
    width: 30px;
    border-radius: 0px;
    left:0px;
    top: 6px;
    /*    background-color: #d1050d10;*/
    /*border: 3px solid #fff;*/
    background: url(../images/bullet.png?v1) no-repeat left top;
}
#careers{background:#18191b;}
#careers .main-title{color:#fff;}
#careers p{color:#fff;}

.sm-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  color: #000;
  margin-right: 5px;
  background:#80888f;
}


@media(min-width:1281px) and (max-width:1366px) {
	#topnav .navigation-menu>li>a {
		font-size:13px !important;
	}
	.custom-btn.btn-14.register {
    padding: 10px 11px;
    font-size: 14px;
}
	
}

@media (max-width:47.93em){
.site-footer nav ul li{
        width:100%;
        float:left;
    }
    .site-footer nav ul ul li{
        display:inline-block;
        float:left;
        width:50%;
        line-height:2em;
    }
    
}
@media (max-width: 75em){
.site-footer .layout-container {
    padding: 0% 2%;
}
}
@media (max-width: 57em){
.footer-links {
    float: none;
    display: block;
    margin-top: 15px;
    clear: both;
}
}
.cust-border-top{border-top:1px solid #252627}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.main-banner {
  /*background: url(../images/main_poster.jpg) center -21px no-repeat;*/
  background-size: cover;
}
     
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
      /*.main-banner{height:auto;padding:50px 0 !important;    background-position: center;}*/
     .faq-img {
    width:370px;
    right: 0;
    
    /*height: 470px;*/

}

}

@media (min-width: 1981px)  {
    .wcydh-bg {
    
     background-size: cover; 
     background-position:top;
}
.main-banner{height:60vh;}
}

@media (max-width: 1440px)  {
h2.other-winner {
    bottom: 68px;
    font-size: 25px;
    cursor: pointer;
}
.dates-right .service-icon {
    margin-right: -35px;
}
.banner-text h2 {
    font-size: 44px;
}
.formOuter h3 {
    padding-top: 14px;
    font-weight: 500;
    font-size: 24px;
}
.formOuter h2 {
    font-size: 20px;
    font-weight: 600;
}
.prizes-rewards h1 {
    position: absolute;
    left: -110px;
    transform: rotate(270deg);
    top: 70px;
}
}

@media (max-width: 1366px)  {
    .main-banner {
  position: relative;
  background-color: #000c26;
  background: url('../images/new-poster.jpg') top center no-repeat;
  /*background: url('../images/main-banner-new.jpg') top center no-repeat;*/
  background: url('../images/tatasteel/banner/2.jpg') top center no-repeat;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
.banner-content {
    width: 160px;
}
/*.logo-banner img {*/
/*    width: 200px !IMPORTANT;*/
/*}*/

.banner-text {
    margin-top: 40px;
}
.banner-text h2 {
    font-size: 38px;
}
.banner-text h3 {
    font-size: 25px;
}
.agenda-box.technical h6:before {
    content: "";
    position: absolute;
    width: 440px;
}
.dates-right .service-icon-content {
    padding-left: 17% !IMPORTANT;
}
.home-service .service-icon-box .service-icon-content {
    width: calc(100% - 50px);
    background: white;
}
.home-service .text-right .service-icon-content {
    padding: 20px 20px 20px 20px;
}
.dates-right .service-icon {
    margin-right: -34px;
}
}



@media (min-width: 991px) and (max-width: 1280px) {
.prizes-rewards ul li {
    font-size: 19px;
    font-weight: 400;
}
.prizes-rewards ul li.one:before {
    width: 378px;
}
.prizes-rewards ul li.two:before {
    width: 363px;
}
.prizes-rewards ul li.three:before {
    width: 365px;
}
.prizes-rewards ul li:before {
    width: 355px;
}
.prizes-rewards h1 {
    left: -113px;
}
.mainText {
    margin-top: 30px !IMPORTANT;
}
.formOuter.pt-100.py-80 {
    position: absolute;
    right: 20px;
}
section.prca-banner {
    width: 100%;
    /*height: 800px;*/
    overflow: hidden;
}
}


@media (max-width: 1152px)  {
    #topnav .logo img {
    background: #fff;
}
h2.other-winner {
    bottom: 44px;
    font-size: 21px;
    cursor: pointer;
}
.wcydh-bg {
    background-attachment: fixed;
}
section.prca-banner {
    width: 100%;
    height: 100%;
        padding-top: 8%;
}
.formOuter h5 {
    text-align: left;
    padding-top: 0;
}
.py-80 {
    padding-left: 0px;
    padding-right: 0;
}
.carousel.slide.pcra-slider img {
    width: 100%;
    height: 100vh;
}
}

 


@media (min-width: 991px) and (max-width: 1024px) {
.prizes-rewards ul li.one:before {
        width: 335px;
}
.prizes-rewards ul li.two:before {
 width: 375px;
}
.prizes-rewards ul li.three:before {
    width: 382px;
}
.prizes-rewards ul li:before {
    width: 250px;
}
.prizes-rewards h1 {
    left: -113px;
}
#rewards .myList.reward p {
    font-size: 16px;
}
.py-80 {
    padding-left: 0px;
    padding-right: 0;
}
.formOuter h1 {
    text-align: left;
    font-size: 30px;
}.formOuter h2 {
    font-size: 20px;
}
section.prca-banner {
    width: 100%;
    height: 800px;
}
.carousel.slide.pcra-slider img {
    width: 100%;
    height: 800px;
}
}

@media (max-width: 991px)  {
.prizes-rewards h1 {
position: relative;
    left: 0;
    transform: rotate(0deg);
    top: 0;
    font-size: 40px;
    font-weight: 700;
    font-size: 25px;
    /* letter-spacing: 0.8px; */
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
    color: #81298f;
}
.reward-winner {
    position: relative;
    bottom: 0;
    overflow: unset;
}
.prizes-rewards ul {
    padding-left: 0;
}
.prizes-rewards ul li:before {
    width: 275px !IMPORTANT;
}
.myList.text-dark h1 {
    font-size: 25px;
    /* letter-spacing: 0.8px; */
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px;
    color: #81298f;
}
.aqua {
    /*padding-bottom: 0;*/
}
.timeline__event {
    width: 100%;
}
.timeline__event__title {
    text-align: center;
}

.table.table-bordered {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
        background: #fff;
}
.service-inner .dates-right .service-icon-box {
    flex-direction: unset;
}
.dates-right .service-icon-content {
    padding-left: 20px !IMPORTANT;
}
.compitative-image {
    order: -1;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 5px;
}
.py-80 {
    padding-left: 0px;
    padding-right: 0;
}
.formOuter.pt-100.py-80 {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
section.prca-banner {
    width: 100%;
    /*height: 700px;*/
    position: relative;
}
.carousel.slide.pcra-slider img {
    width: 100%;
    height: auto;
    display: none;
}
.mainText {
    margin: 0;
    padding: 0px;
    margin-top: 0px !IMPORTANT;
}
.mobile-banner {
    display: block !IMPORTANT;
}
.formOuter h1 {
    text-align: center;
}
.formOuter h2 {
    text-align: center;
}
.formOuter h3 {
    padding-top: 25px;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
}
.formOuter img {
    float: unset;
}
.logo-banner {
    width: 100%;
    float: unset;
    margin-right: auto;
    display: block;
    margin-top: 0;
}
.formOuter h4 {
    text-align: center;
}
.formOuter h5 {
    text-align: center;
    padding-top: 0;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 10px;
    text-align: left;
    float: unset;
    margin-top: 10px;
    margin-right: auto;
    margin-top: 30px!important;
}
/*section.prca-banner:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*        background: #ffffffa8;*/
/*    content: "";*/
/*     z-index: 2;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.carousel-item:before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffffa8;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
}
.carousel-item-4:before {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent!important;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
}
.logo-banner img {
    display: block !IMPORTANT;
    margin: 0 auto;
}
.timeline-event-copy .card-body span {
    padding: 15px;
    border: 1px solid white;
    width: 100%;
    font-weight: 600;
}
.timeline-event-copy .card-body span a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.logo-banner.amrita_new {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.formOuter.amrita_new .mainText {
    margin-top: 0 !important;
}
.formOuter.amrita_new.pt-100.py-80 .custom-btn {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.register-event.register {
    padding: 15px 0;
}
}

@media screen and (max-width: 900px) and (orientation: landscape){
    h2.other-winner {
    bottom: 87px;
    font-size: 21px;
    cursor: pointer;
}
.bg2 {
    background-attachment: fixed;
    background-size: cover;
}
figure.service-image img {
    width: 50%;
    border-radius: 50%;
}
}

     
        @media screen and (max-width: 768px) {

            .nav-tabs {
                   display: flex;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
            }
            .winner-tabs-card p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
}

            .nav-tabs .nav-item>.nav-link {
                margin-bottom: 5px;
            }
            .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    white-space: nowrap;
}
        }

@media (max-width: 767px)  {
.timeline__event__icon {
    display: none;
}
.timeline__event {
    margin: 5px 0;
}
section#rewards {
    position: relative;
        background-position: right !important;
}
section#rewards:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
       height: 100%;
    background: #ffffffed;
    z-index: 0;
}
.bg2 {
    background-attachment: fixed;
    background-size: cover;
}
.card.winner-tata .nav-item {
    margin-bottom: 5px;
}
.card-body {
    background-color: #fff0;
    border-radius: 10px;
}
.card.winner-tata {
    background: transparent;
}
figure.service-image img {
    width: 80%;
    border-radius: 50%;
}

}


@media (max-width: 767px){
.mainText {
    margin: 0;
    padding: 0px;
    margin-top: 0px !IMPORTANT;
    padding-top: 0 !important;
}
.formOuter h3 {
    padding-top: 15px;
    font-weight: 500;
    text-align: center;
    font-size: 28px;
}
}


@media (max-width: 575px)  {
section.prca-banner {
    width: 100%;
    height: auto;
    position: relative;
    
        padding-top: 15%;
}
.carousel.slide.pcra-slider img {
    width: 100%;
    height: 650px;
    /*height: 100vh;*/
    display: none;
}
.carousel.slide.pcra-slider {
    width: 100%;
    height: auto;
}
.formOuter h2 {
    text-align: center;
    line-height: 30px;
}
.formOuter h3 {
    padding-top: 12px;
    font-weight: 500;
}
.mainText {
    margin: 0;
    padding: 0px;
    margin-top: 80px !IMPORTANT;
    padding-top: 0 !IMPORTANT;
}

.heroBanner .myMainText{margin-top:18% !important;}



.carousel-control-prev ,.carousel-control-next{
    display:none!important;
}
.formOuter.pt-100.py-80 {
    overflow: hidden;
}
.formOuter h1 br {
    display: none;
}
.formOuter h1 {
    font-size: 28px;
}
.logo-banner {
    margin-top: -18px;
}
.formOuter img {
    float: unset;
    width: 100% !IMPORTANT;
    display: block !IMPORTANT;
    height: auto !IMPORTANT;
    margin: 0 auto;
}
}

/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media screen and (max-width: 900px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}




@media only screen and (max-width:992px) and (orientation: landscape) {
.main-banner {
    position: relative;
    background-color: #000c26;
    background: url(../images/new-poster.jpg) top center no-repeat;
    /* background: url(../images/main-banner-new.jpg) top center no-repeat; */
    background: url(../images/tatasteel/banner/2.jpg) top center no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-size: cover;
    height: auto !important;
    height: auto !important;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
.banner-text {
    margin-top: 0px !important;
    border-radius: 10px;
}
}
.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #931420;
    border: 1px solid transparent;
    /* border-radius: 0.25rem; */
    box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    /*min-height: 3rem;*/
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    padding: 14px 50px 14px 50px;
}

.button-5:hover,
.button-5:focus {
  background-color: #C44A3B;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color:#fff;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #931420;
  box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
  transform: translateY(0);
}

.login-button {

}
.bg-half-170 {
     min-height: unset; 
    height: 100vh;
}
.carousel-caption .spom-img {
     max-width: 25%!important; 
}
  .footer.footer-bar {
    position: relative;
    width: 100%;
    bottom: 0;
}  
/* media query */
@media screen and (min-width: 1153px) and (max-width: 1380px) { 
 
    .heroBanner {
    width: 100%;
    height: auto !important;
    padding: 10% 2% 8% 2%;
   }
}
@media screen and (min-width: 1381px) and (max-width: 1680px) { 
 
    .heroBanner {
    width: 100%;
    height: auto !important;
    padding: 10% 2% 8% 2%;
   }
}
@media screen and (min-width: 576px) and (max-width: 767px) { 
    
/*.heroBanner {
    background: none;
}*/
header nav.navbar {
    /* background: #a4123f!important; */
   /* position: unset!important;
        background: url(../images/alumini/top-righ-mobile.png) top right no-repeat;*/
     
}
.heroBanner .myMainText {
    margin-top: 23% !important;
}
section.prca-banner {
    width: 100%;
    height: auto;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) { 
    
/*.heroBanner {
    background: none;
}*/
header nav.navbar {
    /* background: #a4123f!important; */
   /* position: unset!important;
        background: url(../images/alumini/top-righ-mobile.png) top right no-repeat;*/
     
}
.heroBanner .myMainText {
    margin-top: 20% !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1140px) { 
    .event-name {
    font-size: 18px;
     
    line-height: 40px;
}
.event-date {
    font-size: 16px;
    }
    .tagline {
     
    font-size: 13px;
    
}
.punchline{font-size: 16px;}
.punchline span {
    
    font-size: 16px;
}
.btn.btn-lg {
    padding: 14px 22px;
    font-size: 16px;
}
.logo {
    
    width: 80px;
}
}
@media screen and (min-width: 1141px) and (max-width: 1280px) { 
    .logo {
    
    width: 80px;
}
    .event-name {
    font-size: 24px;
     
    line-height: 40px;
}
.event-date {
    font-size: 20px;
    }
    .tagline {
     
    font-size: 16px;
    
}
.punchline{font-size: 16px;}
.punchline span {
    
    font-size: 16px;
}
.btn.btn-lg {
    
    font-size: 20px;
}
}
@media screen and (min-width: 1601px) and (max-width: 1680px) { 
    .all-img, .registration-form{
    margin-top:40px!important;
}
}
@media screen and (min-width: 1441px) and (max-width: 1600px) { 
     .navbar-brand .logo-main {
    max-width: 90%!important;
}
/*.heroBanner .myMainText {
    margin-top: 54% !important;
}*/
   
    .carousel-caption .spom-img {
    max-width: 21%!important;
}
.all-img, .registration-form{
    /*margin-top:50px!important;*/
     margin-top:0px!important;
}
.navbar-brand .logo {
    max-width:100%!important;
}
.mainText {
    margin-top: 0 !IMPORTANT;
    width: 80%;
    margin-left: auto;
}
}
@media screen and (min-width: 1367px) and (max-width: 1440px) { 
    .btn.btn-lg {
    padding: 8px 30px;
    font-size: 24px;
}
    .navbar-brand .logo-main {
    max-width: 90%!important;
}
.heroBanner .myMainText {
    margin-top: 15% !important;
}
    .event-name {
    font-size: 26px;
    
    line-height: 30px;
}
    .all-img{
    margin-top:60px!important;
}
.registration-form{
    /*margin-top:70px!important;*/
     margin-top:10px!important;
}
.navbar-brand .logo {
    max-width:80%!important;
}

/*.bg-half-170 {*/
/*     min-height: unset; */
/*    height: auto;*/
/*}*/
.mainText {
    margin-top: 0 !IMPORTANT;
    width: 80%;
    margin-left: auto;
}
}
@media screen and (min-width: 1281px) and (max-width: 1366px) { 
    
    .navbar-brand .logo-main {
    max-width: 90%!important;
}
/*.heroBanner .myMainText {
    margin-top: 54% !important;
}*/
    .event-name {
    font-size: 22px;
    
    line-height: 30px;
}
.carousel-caption img {
    max-width: 73%!important;
}
.carousel-caption .spom-img {
    max-width: 20%!important;
}
    .all-img{
    margin-top:80px!important;
}
.registration-form{
    /*margin-top:110px!important;*/
     margin-top:10px!important;
}
.navbar-brand .logo {
    max-width:80%!important;
}
.navbar-brand .logo-main {
    max-width:90%!important;
}
/*.bg-half-170 {*/
/*     min-height: unset; */
/*    height: auto;*/
/*}*/
.mainText {
    margin-top: -60px !IMPORTANT;
    width: 70%;
    margin-left: auto;
    text-align:center;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 0;
    text-align: center;
    float: unset;
    margin-top: -50px!important;
    margin-right: auto;
}
.formOuter.amrita_new.pt-100.py-80 .custom-btn {
    margin-top: 0 !important;
}
.register-event .formOuter.pt-100.py-80 .custom-btn {
    display: inline-block;
    margin: 5px auto !important;
    margin-top: 0 !important;
}
}
@media screen and (min-width: 1196px) and (max-width: 1280px) { 
.carousel-caption img {
    max-width: 80%!important;
}
.carousel-caption .spom-img {
    max-width: 21%!important;
}
.registration-form{
    /*margin-top:100px;*/
}
/*.footer.footer-bar {*/
/*    margin-top: 110px!important;*/
/*}*/
.bg-half-170 {
     min-height: unset; 
    height: auto!important;
}
    .all-img{
    /*margin-top:110px!important;*/
}
.registration-form{
    /*margin-top:120px!important;*/
}
.navbar-brand .logo {
    max-width:80%!important;
}
.navbar-brand .logo-main {
    max-width:90%!important;
}
.bg-half-170 {
     min-height: unset; 
    height: auto;
}
.mainText {
    margin-top: -60px !IMPORTANT;
    width: 75%;
    margin-left: auto;
    text-align:center;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 0;
    text-align: center;
    float: unset;
    margin-top: -70px!important;
    margin-right: auto;
    padding: 6px 20px 6px 20px!important;
}
.formOuter.amrita_new.pt-100.py-80 .custom-btn {
    margin-top: 0 !important;
}
}
@media screen and (min-width: 1025px) and (max-width: 1195px) { 
    .mainText {
    margin-top: -60px !IMPORTANT;
    width: 75%;
    margin-left: auto;
    text-align:center;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 0;
    text-align: center;
    float: unset;
    margin-top: -50px!important;
    margin-right: auto;
    padding: 6px 20px 6px 20px!important;
}
.formOuter.amrita_new.pt-100.py-80 .custom-btn {
    margin-top: 0 !important;
}
.register-event.register {
    padding-top: 15px;
}
}
@media screen and (min-width: 993px) and (max-width: 1024px) { 
.button-5 {
    padding: 7px 40px 7px 40px;
}
.carousel-caption img {
     max-width: 100%!important; 
}
    .all-img{
    margin-top:125px!important;
}
.registration-form{
    /*margin-top:120px!important;*/
}
.navbar-brand .logo {
    max-width:80%!important;
}
.navbar-brand .logo-main {
    max-width:90%!important;
}
.bg-half-170 {
     min-height: unset; 
    height: auto;
}
.mainText {
    margin-top: -60px !IMPORTANT;
    width: 75%;
    margin-left: auto;
    text-align:center;
}
.formOuter.pt-100.py-80 .custom-btn {
    margin: 0;
    text-align: center;
    float: unset;
    margin-top: -50px!important;
    margin-right: auto;
    padding: 6px 20px 6px 20px!important;
}
.formOuter.amrita_new.pt-100.py-80 .custom-btn {
    margin-top: 0 !important;
}
.register-event.register {
    padding-top: 15px;
}
}
@media screen and (max-width: 992px) and (orientation: landscape) { 
.bg-half-170 {
    min-height: unset;
    height: auto;
}
/*.navbar{
    position:unset!important;
}*/
.footer.footer-bar {
    position: unset!important;

}
/*header nav.navbar {
    background: #a4123f!important;
    position: unset!important;
}*/
}
@media screen and (min-width: 737px) and (max-width: 992px) and (orientation: landscape) { 
}
@media screen and (min-width: 0px) and (max-width: 736px) and (orientation: landscape) { 

}
@media screen and (max-width: 992px) and (orientation: portrait) { 
.bg-half-170 {
    min-height: unset;
    height: 85vh;
}
/*.navbar{*/
/*    position:unset!important;*/
/*}*/
.footer.footer-bar {
    position: unset!important;

}
.bg-half-170 {
    min-height: unset;
    height: auto;
}
header nav.navbar {
   background: rgba(0, 0, 0, 0, 0.7)!important;
    /* position: unset!important;
    background: url(../images/alumini/top-righ-mobile.png) top right no-repeat;*/
}

}
@media screen and (max-width: 767px) and (orientation: portrait) { 
}
@media screen and (min-width: 821px) and (max-width: 992px) and (orientation: portrait) { 
}
@media screen and (min-width: 768px) and (max-width: 820px) and (orientation: portrait) { 

}
@media screen and (min-width: 0px) and (max-width: 767px) and (orientation: portrait) { 
.carousel-caption .spom-img {
    max-width: 40%!important;
}
.bg-half-170 {
    min-height: unset;
    height: auto;
}
.button-5 {
    padding: 8px 40px 8px 40px;
}
.form-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: portrait) { 
}
@media screen and (min-width: 360px) and (max-width: 414px) and (orientation: portrait) { 
}
@media screen and (min-width: 0px) and (max-width: 360px) and (orientation: portrait) { 

}

/* media query */

















.main-title {
    position: unset !important;
    padding-top: 28px;
}
/*.maindivsection{
     max-height: 49vh;
      overflow: auto;
}

.center-logo-bg {
background: url(../../../../public/lpage/3d/images/logo-bg.png) no-repeat top center;
    width: 303px;
    height: 164px;
    position: relative;
    padding: 2%;
}*/


.box p {font-size: 14px; line-height: 18px;    margin-bottom: 3px;}
.box h4 {    color: #0e3570; font-weight: 700!important; margin-top: 15px;}
 
body {
        /*background: url(https://ibentos.com/mte2021/se//public/assets/images/1//exhibitionhall/2021-05-281622175997.jpeg) no-repeat center 0px !important;*/
/*       overflow: auto;*/
/*background-size: cover !important;*/
/*background-attachment: fixed !important;*/
/*background-color:#fffbf7;*/

}
@media (max-width:1280px) { 
    
	
.inner-page-bg {
        /*background: url(https://ibentos.com/mte2021/se//public/assets/images/1//exhibitionhall/2021-05-281622175997.jpeg) no-repeat center 0px !important;*/
background-size: cover !important; background-attachment: fixed !important;  }
}

.highlighted {background-color: #008ab7;
    font-weight: 700;
    padding: 3px 15px;
    display: inline-block;
    color: #fff;}

.box {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: rgb(28 28 28 / 4%) 0px 2px 8px;
    border: 1px solid #d0d0d0;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
     background-color: #0e3570;
}

.nav-item .nav-link h5 {
    font-size: 18px;
    text-align: center;
    font-family: sans-serif;
    margin-bottom: 0px;
}

.nav-pills .nav-link {
    margin-right: 10px;
    border-radius: 0px;
    background-color: #fff;
    color: #000;
}

.box .timebox {
    color: #0e3570;
    font-size: 16px;
    line-height:24px;
}
.calender-icon{
    width: 40px;
}
.screen1 {
    z-index: -1;
}

.footer-black-overlay {    background: unset!important;}

.center-logo-bg {
    z-index: 99;
    margin: 10px auto;
}

    .portfolio{
    background-color: white;
    padding: 100px 7px;
    }
    .portfolio .section-title h1:before{
        left: 30%;
    }
    .portfolio .filter-buttons{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .portfolio .filter-buttons ul{
        list-style: none;
        text-align: center;
        padding: 0;
    }
    .portfolio .filter-buttons ul li{
        color: #1d5c99;
        font-weight: 500;
        font-size: 18px;
        display: inline-block;
        margin: 8px 8px;
        text-transform: uppercase;
        cursor: pointer;
        padding-bottom: 0px;
    }
    .portfolio .filter-buttons ul li.active{
           color: #215e8a;
    background-color: white;
    padding: 3px 10px;
    border-radius: 4px;
    }
    .main-bg{
    background: url(/corephp_build/landing-page/form-2/images/land-bg.jpg);
    /*background: #00abee45;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    }
    
.reghere-amrita {
    padding: 0px 0 60px 0;
    background: #aad8ec;
    background-image: url(https://events.alumni.amrita.edu/public/form-2/images/alumini/banner-amirta.jpg);
    background-attachment: fixed;
}
/*    span#submitBtn {*/
/*    border-radius: 50px;*/
/*    padding: 10px 30px;*/
/*    color: #ffff !important;*/
/*    background: #ffa600 !important;*/
/*    border: #e50056 !important;*/
/*    font-size: 16px !important;*/
/*}*/
    
/*    .stuck .sticky-top .nav-item .nav-link {
    color: #000;
}*/
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus {
    border-bottom: 3px solid #de6c27;
}

.radio-btn-set label {
    width: 100%;
}

.radio-btn-set .card-input-element {
    display: none;
}

.radio-btn-set .card-input {

    margin: 10px;
    padding: 0px;
    border: 2px solid#fff;
    border-radius: 10px;
    text-align: center;
}


.radio-btn-set .card-input:hover {
    cursor: pointer;
}

.radio-btn-set .card-input-element:checked + .card-input {
border: 2px solid #0e3570;
    background: #0e3570;
 }


    /*.portfolio .portfolio-gallery{
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .portfolio .portfolio-gallery .item{
        flex: 0 0 33.33%;
        max-width: 33.33%;
        position: relative;
        padding: 8px;
     
    }
    .portfolio .portfolio-gallery .item .inner{
        position: relative;
    }
    .portfolio .portfolio-gallery .item img{
        width: 100%;
        display: block;
    }
    
    @media(max-width:767px){
    
        .portfolio .portfolio-gallery .item{
            flex:0 0 50% ;
            max-width: 50%;
            position: relative;
            padding:8px ;
        }
    
    
    }
    @media(max-width:500px){
    
        .portfolio .portfolio-gallery .item{
            flex:0 0 100% ;
            max-width: 100%; }
    }*/
    @media (min-width: 993px) and (max-width:1280px) {
        .heroBanner .myMainText {
    margin-top: 10% !important;
}
           .main-content{
            align-items:center!important;
        }
         .main-content .all-img{
            margin-top: -3.5em!important;
        }
    }
    @media (min-width: 1281px) and (max-width:1366px) {
           .main-content .all-img{
            margin-top: 3em!important;
        }
    }
    @media (min-width: 1025px) and (max-width:1366px) {
.radio-btn-set .card-input {
    margin: 0px;
    padding: 0px;
    border: 2px solid#fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 15px;
}
    }
    @media (min-width:1920px) {
           .main-content{
            margin-top: 3rem!important;
        }
    }
    @media (min-width: 993px) and (max-width:1366px) {
           .main-content{
            margin-top: 3rem!important;
        }
    }
    @media (min-width: 993px) and (max-width:1024px) {
       
          .alreadyRegistered {
            font-size: 13px;
          }
          .wsize2 {
            background: #0000008c;
            padding: 20px;
            width: 100%;
        }
/*        .carousel-caption {*/
/*    margin-top: -100px;*/
/*}*/
    }
    @media (min-width: 0px) and (max-width:350px) {
          .alreadyRegistered {
            font-size: 13px;
          }
          .wsize2 {
            background: #0000008c;
            padding: 20px;
            width: 100%;
        }
/*        .carousel-caption {*/
/*    margin-top: -100px;*/
/*}*/
    }
    
    /*.select-indent{text-indent:55px; padding-left:0px !important;}*/
    
    /*@-moz-document url-prefix() {*/
    /*    select {padding-left:0px !important; text-indent:27px !important;}*/
    /*}*/
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
