
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* :root can be useful for declaring global CSS variables: */

:root {
    /*--font1: 'Lora', serif;*/
     --font1: 'serif';
     --font2: 'Bitter', serif;
	--pfontweight: 500;
	--fontweight: 500;
	--pfontsize: 16px;
    --color1: #000;
    --color2: #fff;
    --color3: #222;
    --padd: 20px 0px 20px 0;
}

/*----------------------------------------*/
*{
    margin:0px;
    padding:0px;
    box-sizing:border-box;
}
html {
    height: 100%;
    width:100%;
}
body{
    font-family: var(--font1);
}

.typography-p p {
    font-family: var(--font1);
    font-weight: 500;
    color: #000;
    font-size: 19px;
    line-height: 29px;
    text-align: justify;
}
.linked li{
    font-size:16px!important;
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align:justify;
    line-height:26px;
    
}
.typography-heading h3{
      font-family: var(--font2);
      font-weight:700;
      color:#000;
      
}
.main_heading h4{
    font-weight:700;
    font-family: var(--font2);
    line-height:36px;
}
.award_list h5 {
    font-size: 19px;
    font-weight: 700;
    font-family: var(--font2);
    margin-bottom: 10px;
    color: #000;
    line-height: 24px;
    margin-top: 20px;
    text-transform: inherit;
}
ol.linked {
    padding-left: 0!important;
}
.award_list ul li {
    list-style: none;
    padding-left: 30px;
    font-family: var(--font1);
    color: #000;
    text-align: justify;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}
.award_list ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1em;
    color: #000;
 }
 .submission_heading h4{
     font-weight:bold;
     font-family: var(--font2);
     color: #000;
 }
.heading_5{
    font-weight: 700;
    font-family: var(--font2);
    color: #000;
    margin-top: 20px;
    font-size: 19px;
}

span.my-calander {
   display: block;
    margin-top: 0!important;
    padding-left: 10px;
    font-family: var(--font);
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.heading-scard h4 {
    font-weight: 700;
    font-family: var(--font2);
    line-height: 36px;
}
/**************************************** header- to*********************************************** */

.social-media_icons ul li {
	display: inline-block;
	margin: 0px 0px 0px 10px;
}
.social-media_icons ul li:first-child {
	margin-right:0px;
}
.social-media_icons ul li:last-child {
	margin-right:0px;
}
.social-media_icons ul li a {
	color: var(--color2);
	font-size: 20px;
}
.social-media_icons ul li a i{
    height: 38px;
    width: 38px;
    line-height:38px; 
    text-align: center;
    border-radius: 30px; 
}
.social-media_icons ul li a i:hover{
    height: 38px;
    width: 38px;
    line-height:38px; 
    text-align: center;
    border-radius: 30px;
    transition:0.5s ease-in;
}
.social-facebook i:hover{
    background: #4267B2;
}
.social-twitter i:hover{
    background: #14171A;
}
.social-linkedin i:hover{
    background: #0e76a8;
}
.social-youtube i:hover{
    background: #FF0000;
}
.social-instagram i:hover{
    background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social-rss i:hover{
    background: #ee802f ;
}
.social-reddit i:hover{
    background: #FF5700;
}
.header_social_icons{
    margin-top:35px;
}
.social-media_icons.header_social_icons ul li a i {
    height: 34px;
    width: 34px;
    line-height: 34px
    
}
.social-media_icons.header_social_icons ul li a {
    color:#fff;
}
.social-media_icons ul li {
    display: inline-block;
     margin: 0px -2px 0px 0px;
    text-align: center;
    line-height: 16px;
    padding-bottom: 0;
}

.header_social_icons li.social-twitter {
    background:#14171A;
}

.header_social_icons li.social-linkedin {
    background: #4875B4;
}

.header_social_icons li.social-facebook {
    background: #3b5998;
}

.header_social_icons li.social-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.header_social_icons li.social-youtube {
   background: #ff0000;
}
.header_social_icons li.social-rss{
        background: #FF4500;
}

.header_social_icons li.social-reddit{
    background: #F44336;
}
   .order-list {
            padding-left: 25px;
        }
        .order-list ol li {
    font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 28px;
    list-style: roman;
    margin-bottom: 10px;
}
.footer-followheading {
    color: #fff;
    font-family: var(--font1);
    font-size: 17px;
    text-align: center;
}
.social-media_icons.text-center ul {
    margin-bottom: 0;
}
.footer a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}

.footer marquee{
  font-size: 14px;
  color: #fff;
}

.winners-list .nav-tabs  {
background:#2b2c36;
    margin-bottom: 15px;
}
.winners-list li.nav-item.active a {
    background: #194A84!important;
    color: #fff;
}
.winners-list .nav-tabs  .nav-item a{
	color: var(--color2);
	border:0px !important;
	border-radius:0px;
	font-family: var(--font1);
	font-size:17px;
	font-weight:600;
	margin-bottom:0;
	/* border-right:0.5px solid var(--color2) !important; */
}
.winners-list .nav-tabs  .nav-item a:hover{
	background:#194A84;
	border-radius:0px;
}
.winners-name .list-group {
	border-radius:0px;
}
.winners-list li.nav-item {
    padding-bottom: 0;
}
.winners-name .list-group-item{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color: var(--color1);
	font-size:15px;
	line-height:25px;
}
.winners-name .alert-light{
	font-family: var(--font1);
	font-weight: var(--fontweight);
	color:var(--color2);
	background: #194A84;
	border-color: #194A84 !important;
	margin-bottom:0px;
}
.winnerpdf {
	position: absolute;
	top:20px;
	right:20px;
}

.heading_h2 h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 15px 0;
    font-family: var(--font2);
    line-height: 36px;
    color: #000;
}
.typography-p h4 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 22px;
    margin-top: 0px;
    font-family: var(--font2);
}
.bg-black {
    background-color: var(--color1);
    color: var(--color2);
    font-size: 16px;
}
.galley-box {
    padding: 30px 19px 9px!important;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    overflow: hidden;
    height: 410px;
}
.para-p {
    padding-top: 20px;
}
.following-heading {
    margin-bottom: 9px;
    font-size: 17px;
    text-align: left !important;
    margin-left: 0px;
    font-family: var(--font1);
    color: #333;
    line-height: 20px;
}
.top-header_social_media {
    float: right;
}
#banner-slider .owl-dots {
    text-align: center;
    margin-bottom: 10px;
}
#banner-slider{
    margin-bottom:20px;
}
#banner-slider .owl-dots {
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    right: 30px;
    bottom: 0;
}
#banner-slider .owl-dots .owl-dot span {
    background: #fff;
    border: 2px solid #fff;
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#banner-slider .owl-dots .owl-dot.active span, #banner-slider .owl-dots .owl-dot:hover span {
    background: #3b5998;
    border: solid 2px #3b5998;
}
@media (min-width: 768px){
            .winners-list .nav-tabs.nav-justified > li {
             
                display: inline-block!important;
                width: 75px!important;
                margin-bottom: 0px;
            }
            
        }
        @media(max-width:767px){
            .winners-list .nav-tabs {
                
                display: -ms-flexbox;
                display: flex;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
            }
            .winners-list li.nav-item {
                padding-bottom: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                text-align: center;
                
            }
        }
 @media only screen and (max-width:600px){
    .award_list ul li{
        text-align:left;
    }
    .galley-box{
        height:auto;
    }
   
   
 }
 
 
 
 /*---------------------------upcoming event css-----------------------------------*/
.category-title {
    border-bottom: 3px solid #005fa6 !important;
    display: block !important;
    padding: 0 !important;
    /* position: relative; */
    z-index: 1;
    margin-bottom: 0px;
    font-size: 19px !important;
    line-height: initial;
    color: black;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.category-title.blue {
    border-color: #005fa6;
    padding-bottom: 5px !important;
}
.ditto_summaryPost a {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    color: #1b1b1b !important;
    line-height: 19px !important;
    margin-bottom: 10px !important;
}
.datetext {
    font-size: 16px !important;
    font-family: var(--font1) !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin-top: 7px !important;
    display: block !important;
    line-height: 19px !important;
    margin-bottom: 10px !important;
}
.ditto_summaryPost{
    padding: 8px 0 0 !important;
}
.moreImg.mt-15 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}

/* -------------------------------- */

.normal {
    font-family: var(--font1) !important;
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 27px;
    padding-right: 10px;
   
}
.normal-p{
	font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 26px;
}
.normal-p p{
	font-family: var(--font1);
    font-weight: var(--fontweight);
    color: var(--color1);
    font-size: 19px;
    line-height: 26px;
}


.normal-con{
    margin: 12px 0;
    font-family: var(--font1) ;
    font-size: 19px ;
    font-weight: 500 ;
    line-height: 30px ;
    text-align: justify ;
}
.retaillist {
    margin-left: 20px;
    list-style: disc !important;
    display: inline-block;
    vertical-align: top;
}
.retaillist li {
    font-family: var(--font1);
    font-weight: 500;
    color: #000;
    font-size: 19px;
    line-height: 28px;
    position: relative;
    left: 0px;
    padding: 0 0px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.tab-content tr td{
    padding: 10px;
}
.tab-content tr {
    border-bottom: 1px solid #ddd;    
}
.tab-content tr:last-child{
    border-bottom: 0;
}


/*------------------------------------*/


.submission-heading h2 {
    font-size: 26px;
    font-family: var(--font2);
    font-weight: 700;
    /* text-align: center; */
    margin: 0;
    color: #333;
    line-height: 34px;
}
.submission-heading p {
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align: justify;
    line-height: 30px;
    font-size: 19px;
}
.sub-checklist {
    position: relative;
    margin-left: 30px;
}
.checkbox input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    margin-top: 6px;
}
.sub-checklist .checkbox label {
    padding-left: 6px;
    font-family: var(--font1);
    font-weight: var(--pfontweight);
    text-align: left;
    line-height: 30px;
    font-size: 19px;
}
.get-heading {
    background: #eee;
    padding: 5px 20px;
}
.get-heading h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    font-family: var(--font2);
    padding: 0;
}
.form-area{
    padding: 30px 0;
}
.touch-form {
    padding: 20px 0;
}

  .touch-form .form-control {
    box-shadow: none;
    padding: 10px 5px;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}
.download-btn {
    background-color: #005FA6 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    border-radius: 3px !important;
}
.check_box {
    position: relative;
    margin: 10px 0 40px;
}
.check_box label.privacy-text {
    display: inline-block;
    line-height: 23px;
    font-weight: 500;
    color: #545353;
    position: absolute;
    padding-left: 9px;
    color: #1c1c1c!important;
    font-size: 14px!important;
    font-family: var( --font2) !important;
}

/* ---------------------SubmisionArea Start-------------------- */

.subHeading{
    margin-bottom: 20px;
}
.subHeading h2 {
    font-size: 25px;
    font-family: var(--font2);
    font-weight: 800;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 30px;
    color: #005fa6;
}
.awardHeading{
    margin: 20px 0;
}

.awardHeading h4 {
    font-size: 21px;
    font-family: var(--font1);
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-transform: inherit !important;
    padding: 8px 10px;
    background: #c2d9ffcc;
    margin-bottom: 10px;
    color: #000;
}
.awardHeading p {
    font-family: var(--font1);
    font-weight: 500;
    color: #000;
    font-size: 19px;
    line-height: 26px;
    text-align: justify;
}
.tfHeading h5 {
    font-size: 20px;
    font-family: var(--font2);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 10px;
    color: #005fa6;
}
.colorH h6{
    color: #333 !important;
}
.tfHeading h6 {
    font-size: 19px;
    font-family: var(--font2);
    font-weight: 600;
    text-transform: capitalize;
    margin:0px 0px 10px 10px;
  
    
}
.tfcheck_list .checkbox input {
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;   
}
.tfcheck_list .checkbox label {
    padding-left: 10px;
    font-size: 19px;
    font-family: var(--font1);
    font-weight: 500;
    line-height: 27px;
}
.tfcheck_list .checkbox  {
    margin-left: 40px;
}
.tfcheck_list .check_heading {
    margin-left: 20px;
    margin-top: 0;
    padding: 3px 0;
}
.tfcheck_list .check_heading h6{
    margin: 4px 0 0;
     font-family: var(--font1);
     font-size: 20px;
}
.submissionBtn button {
    background: #005fa6;
    padding: 7px 30px;
    margin: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    font-family: var(--font1);
    font-weight: 600;
    border-radius: 4px;
    transition: all .5s ease-in-out;
    margin-top: 15px;
}
.submissionBtn button:hover{
    background: #333;
}

.kitForm .form-control {
    border-bottom: 1px solid #ddd !important;
    border: 0;
    box-shadow: none;
    font-family: var(--font1);
    font-size: 19px;
    height: 45px;
    color: #333;
    margin-bottom: 10px;
}
.mt30{
     margin-bottom: 20px !important;
}
.kit_ml{
    margin-left: 0;
    padding: 0 10px;
}
.policy_list label {
    padding-left: 10px;
    font-size: 19px;
    font-family: var(--font1);
    font-weight: 500;
    line-height: 27px;
}
.policy_list {
    margin-left: 15px;
}

.view-more-event {
    padding: 20px 0 20px;
    float: right;
}
.view-more-event a {
    font-size: 17px;
    font-family: var(--font1);
    font-weight: 600;
    padding: 6px 12px;
    border: 2px solid #252525;
    color: #252525;
    text-decoration: none;
	transition: all .5s ease-in-out;
}

.view-more-event a:hover{
	background: #194A84;
	border: 2px solid #194A84;
	color: #fff;
}

.coming-soon {
    text-align: center;
    margin: 40px 0 40px;
}

.coming-soon h3 {
    font-size: 30px;
    font-family: var(--font1);
    font-weight: 800;
    color: #959599;
}

/*.winner-list-card {*/
/*    border: 1px solid rgba(0,0,0,.125);*/
/*}*/


/* ---------------SubmisionArea Eand---------------------- */
  
@media (min-width: 320px) and (max-width: 480px) {
    
    .logo-wrapper img{
        width: 250px !important;
    }
  
  .download-btn {
    margin-top: 70px;
}
.touch-form .form-control{
  font-size: 17px
  
}
.submission-heading h2{
  font-size: 23px
}
.subHeading h2{
    font-size: 20px;
    line-height: 18px;
}
.awardHeading p{
    font-size: 17px;
}
.tfHeading h5{
    font-size: 20px;
    line-height: 24px;
}
}
}
@media (min-width: 768px) and (max-width: 1024px) {
  .download-btn {
    margin-top: 20px;
}
 
  
}


.logo-wrapper img {
    max-width: 100%;
    width: 100%;
}

