/**
*
* -----------------------------------------------------------------------------
*
Theme Name: India Content Leadership 
Version: 1.0
Author: Vaibhav Jain
Author URI: https://www.jenext.com/
Description: India Content Leadership Awards is a unique initiative to acknowledge and reward remarkable efforts and achievements in the field of content development, content technologies, content platforms, content marketing, content publishing, and content networks among others.
*/

/*
:root{
    --color1: #f2f2f2;
    --color2: #f2f2f2;
    --color3: #f2f2f2;
    --color4: #f2f2f2;
}
*/

.main-timeline{
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50.1%;
    padding: 20px 0 20px 100px;
    float: right;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: '';
    background: #000;
    height: 100%;
    width: 10px;
    position: absolute;
    left: 7px;
    top: 0;
}
.main-timeline .timeline:after{
    background: var(--color1);
    height: 13px;
    width: 200px;
    box-shadow: 0 0 10px -5px #000;
    transform:  translateY(-50%);
    top: 50%;
    left: -90px;
}
.main-timeline .timeline.highlight:after{
    background:#db2129 !important;
}

.main-timeline .timeline-content{
    color: #517d82;
    background-color: var(--color1);
    padding: 0 0 0 50px;
    box-shadow: 0 0 20px -10px #000;
    border-radius: 0 50px 50px 0;
    display: block;
}
.main-timeline .highlight .timeline-content{
    background:#db2129 !important;
}

.main-timeline .timeline-content:hover{
    color: #517d82;
    text-decoration: none;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--color1);
    font-size: 35px;
    text-align: center;
    line-height: 62px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -100px;
    top: 50%;
    z-index: 1;
}
.main-timeline .highlight .timeline-icon{
    background:#db2129 !important;
}

.main-timeline .timeline-year{
    color: var(--color1);
    background-color: #fff;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 74px;
    height: 85px;
    width: 85px;
    border: 6px solid var(--color1);
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 50px;
    top: 50%;
    z-index: 1;
}
.main-timeline .highlight .timeline-year{
    color:#db2129 !important;
    border: 6px solid #db2129 !important;
}
.main-timeline .inner-content{
    background-color: #fff;
    padding: 10px;
	border-radius:0 50px 50px 0;
}
.main-timeline .title{
    color: var(--color1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 0px 0;
	text-transform:uppercase;
}
.main-timeline .highlight .title{
    color:#db2129 !important;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
	font-weight:bold;
	text-transform:uppercase;
	line-height:18px;
	color:#f2f2f2;
}
.main-timeline .highlight .description{
    color:#000 !important;
}

.main-timeline .timeline:nth-child(even){
    padding: 20px 100px 20px 0;
    float: left;
	border-radius:50px 0 0 50px;
}
.main-timeline .timeline:nth-child(even):before{
    left: auto;
    right: -14.5px;
}
.main-timeline .timeline:nth-child(even):after{
    left: auto;
    right: -90px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 0 50px 0 0; border-radius:50px 0 0 50px;}
.main-timeline .timeline:nth-child(even) .timeline-content .inner-content {border-radius:50px 0 0 50px; text-align:right;}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: -100px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    left: auto;
    right: 50px;
}



.main-timeline .timeline:nth-child(4n+2):before, .main-timeline .timeline:nth-child(4n+3):before, .main-timeline .timeline:nth-child(4n+4):before {background:#000000;}
.main-timeline .timeline:nth-child(4n+2):after{
    background: var(--color2);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content,
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    background-color: var(--color2);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-year{ border-color: var(--color2); }
.main-timeline .timeline:nth-child(4n+2) .title{ color: var(--color2); }

.main-timeline .timeline:nth-child(4n+3):after{
    background: var(--color3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content,
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    background-color: var(--color3);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-year{ border-color: var(--color3); }
.main-timeline .timeline:nth-child(4n+3) .title{ color: var(--color3); }
.main-timeline .timeline:nth-child(4n+4):after{
    background: var(--color4);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content,
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    background-color: var(--color4);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-year{ border-color: var(--color4); }
.main-timeline .timeline:nth-child(4n+4) .title{ color: var(--color4); }
@media only screen and (max-width:1200px){
    .main-timeline .timeline:before{ left: -3.5px; }
    .main-timeline .timeline:nth-child(even):before{ right: -4.5px; }
}
@media only screen and (max-width:990px){
    .main-timeline .timeline:before{ left: -4.5px; }
	
}
@media (min-width:768px) and (max-width:991px) {
	.main-timeline .timeline-content {padding:0 0 0 35px;}
	.main-timeline .title {font-size:14px;}
	.main-timeline .timeline:nth-child(even) .timeline-content { padding:0 35px 0 0;}
}
@media only screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 20px 0 20px 37px;
    }
    .main-timeline .timeline:before{ left: 33px; }
    .main-timeline .timeline:nth-child(even):before{
        right: auto;
        left: 33px;
    }
    .main-timeline .timeline:after,
    .main-timeline .timeline:nth-child(even) .timeline:after{
        display: none;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: 0;
        display: none;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        height: 75px;
        width: 75px;
        line-height: 60px;
        font-size: 25px;
        left: 1px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 0 0 0 40px;
    }
	.main-timeline .timeline:nth-child(even) .timeline-content,
	.main-timeline .timeline:nth-child(even) .timeline-content .inner-content {text-align:left; border-radius:0 50px 50px 0;}
	.main-timeline .title {font-size:15px;}
	
}

.form-field .nf-after-field .nf-error-msg { float:right; /*position:absolute;*/  top:10px; right:0px; font-size:13px; margin-right: 0px;}
.form-group .nf-after-field .nf-error-msg { float:right; position:absolute; top:-42px; right:58px; font-size:13px; margin-right: 0px;}
.register-section .nf-field-container {margin-bottom:0px !important;}
.register-section .nf-response-msg {text-align:center !important;padding-bottom:10px !important;}
.register-section .ninja-forms-form-wrap {}
.nf-form-fields-required {text-align:center; font-size:13px; margin-bottom:5px;}
.register-section .nf-form-title h3 {text-align:center; text-transform:uppercase;}

.nf-form-content label {font-size:16px !important; font-weight:400 !important;}


.header ul.navbar-nav > li > a {padding: 0 8px;}
