@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Khula:wght@800&display=swap');

body {
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #111111;
    font-style: normal;
    overflow-x: hidden;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
}

h1,
.h1 {
    font-size: 48px;
    margin-bottom: 25px;
}

h2,
.h2 {
    font-size: 42px;
    margin-bottom: 25px;
}

h3,
.h3 {
    font-size: 36px;
    margin-bottom: 25px;
}

h4,
.h4 {
    font-size: 24px;
    margin-bottom: 15px;
}

h5,
.h5 {
    font-size: 18px;
    margin-bottom: 15px;
}

h6,
.h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px;
    line-height: 24px;
    font-weight: 500;
    color: #111111;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    color: #FF570C ;
    font-weight: 500;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #111111;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
}

ul.nosyely_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section_title {
    position: relative;
    margin-bottom: 25px;
}

.section_title .title {
    text-transform: none;
    padding: 10px 0;
    font-size: 28px;
}

.section_title .title:before {
    width: 30px;
    content: " ";
    position: absolute;
    border-top: solid 0px #b40909;
    left: 0;
    top: 0;
}

.footerlogo {
    width: 220px;
}

.footerlogovama {
    width: 160px;
}

.section_title1 {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.section_title1 .title {
    text-transform: none;
    padding: 10px 0;
    font-size: 36px;
    color: #ffffff;
}

.section_title1 .title:before {
    width: 30px;
    content: " ";
    position: absolute;
    border-top: solid 0px #b40909;
    left: 49%;
    right: auto;
    top: 0;
}
.contactsocial{
    list-style: none;display: flex;margin: 0;padding: 0;
}
.contactsocial li a{ color: #111111;
padding: 10px;font-size: 22px;}
.pagecontent1 {
    padding: 0px 10px 40px;
}

.pagecontent {
    padding: 40px 10px;
}

.pagecontent p {
    color: #111111;
}

.pagecontent p span {
    color: #FF570C;
    font-weight: 600;
}
.pagecontent a{
    font-weight: 600;
}
.programsubfont{
    font-size: 20px;
    font-weight: 500;
}


.aboutpoints{
    list-style: none;
    padding: 0 10px;margin: 0;
}
ul.aboutpoints li {
   
    padding-left: 24px;
    position: relative;padding-bottom: 14px;
}
ul.aboutpoints li i {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 16px;color: #FF570C;
    text-align: center;
}

ul.aboutpoints li span{
   color: #111111;font-weight: 600;
}

.boxonepatern{padding: 34px;background: #ffffff;
   border: 1px solid #ededed;
    transition: all 300ms ease;border-bottom-right-radius: 40px;margin-bottom: 30px;
}
.boxonepatern h3{
    font-size: 20px;color: #111111;margin: 0;
}



.accordion-container .panel {
  margin: 10px 0;
  border: 1px solid #FF570C ;
}
.panel-heading{
  background-color: #ffffff !important;
  cursor: pointer;border: 1px solid #FF570C ;border-radius:6px;
}

.panel-heading.collapsed{
  background-color: #FFF !important;border: 1px solid #FF570C ;margin-bottom: 20px;border-radius:6px;
}

.accordion-container .panel-heading {
  padding: 0!important;
  border-radius: 5px;
}
.accordion-container .accordion {
  padding: 0 !important;
}
.accordion-container .accordion .panel-group {
  margin-bottom: 0;
}
.accordion-container .accordion .panel {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 10px solid transparent;
  border-radius: 0;
  margin: 0;
}
.accordion-container .accordion .panel-default {
  margin: 20px 0;
  border: 1px solid #FF570C;
  border-radius: 5px;
  z-index: 100;
}

.panel-heading table{
  border: none;width: 100% ;
 
}

.panel-heading table td{
  width: 100%;
  padding:12px 0px 12px 20px;font-weight: 600;
}

.panel-heading table td.icon{
  width: 100%;
  font-weight: bold;
  padding:12px 20px 12px 0px!important
}

.panel-body{
    padding:10px 20px;
}


.icon:after { 
  content: "\2212";
  font-weight: bold;
  font-size: 20px;
  color: #FF570C;
  display: block;
  width: 21px;
}

.panel-heading.collapsed .icon:after{
  content: "+";
  font-weight: bold;
  font-size: 20px;
  color: #FF570C;
  display: block;
  width: 21px;
}

.accordion-container .accordion .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #FF570C;
  padding-top: 0;
  padding: 20px 20px 20px 30px;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0 0 5px 5px;
}




/*timeline*/

.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    padding: 150px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    text-align: center;
    padding: 0 18px 18px;
    border: 2px dashed #cccccc;
    border-top: none;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border-radius: 20px;
    display: block;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: #FF570C;
    height: 60px;
    width: 60px;
    border-radius: 80% 100% 10px;
    box-shadow: 0 0 20px -3px rgba(0,0,0,0.4);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: -100px;
    z-index: -1;
}
.main-timeline .timeline-year{
    color: #111111;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px;
    height: 36px;
    width: 36px;
    padding: 10px 6px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.5),0 0 0 7px #fff;
    transform: translateX(-50%);
    position: absolute;
    top: -90px;
    left: 50%;
}
.main-timeline .timeline-year span{ display: block; }
.main-timeline .title{
    color: #111111;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
.main-timeline .description{
    color: #111111;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right; 
    margin: 0 0 0 10px;
}
.main-timeline .timeline:nth-child(2){ --main-color: #FF3E58; }
.main-timeline .timeline:nth-child(3){ --main-color: #02A7B9; }
.main-timeline .timeline:nth-child(4){ --main-color: #FF8E16; }


.requestform{
    padding: 60px 0px 0px;
}

.aboutus{
    padding: 60px 0px 60px;
    text-align: center;
}
.numberheading{
    background: rgb(255,126,12);
background: linear-gradient(90deg, rgba(255,126,12,1) 0%, rgba(255,87,12,1) 100%);
    padding: 14px;line-height: 12px;
    font-size: 20px;font-weight: 600;
    color: #ffffff;border-radius: 50%;position: absolute;
    right: 0;text-align: center;
    top: -10px;
}
.link{
    font-weight: 600;color: #FF570C;
}
.servicesweprovide{
    margin-bottom: 20px;
}

.maintitle{
    color: #111111;font-size: 26px;margin: 12px 0;text-transform: capitalize;
}
.maintitle span{color: #FF570C;}

.maintitle-light{
    color: #FF570C;font-size: 26px;margin: 12px 0;
}

.subtitle{
    color: #FF570C;font-size: 16px;margin: 12px 0 4px;
}

.sectionsecond{
     padding: 60px 0px 60px;
}
.bglight{background: #F4F4F4;}
.bgdark{background: #1F1E2C;}
.secgrid{
    padding: 20px 10px;
}
.secgrid h3{
    font-size: 16px;color: #111111;margin: 10px 0px 4px;
}

.sergridimg{
    width: 80px !important;padding: 0px;
}

.servicesgrid{
    padding: 60px 0px 60px;
    
}

.input-group-prepend{
    position: absolute;right: 0;z-index: 111;
        padding: 6px;color: #F15A22;
}
.testimonials{
    background: #ffffff;
    padding: 30px;
    border-radius: 6px;    margin: 30px 0px;
}
.testimonials::before{
    content: "";
    position: absolute;
    left: 10%;
    width: 0;
    bottom: 75px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
}
.testimonials p{
    padding: 0;
    margin: 0;
}

.testimonialsimg {
    width: 80px !important;
    padding: 0px !important;
    position: absolute!important;
    top: 0!important;left: 40px;
}
.stargrid{margin: 0;padding: 0;
    list-style: none;display: flex;
}
.stargrid li{
    padding: 6px;font-size: 18px;color: #FFB800;
}

.writtenby{
    color: #ffffff;
    font-size: 16px;font-weight: 500;
}
.writtenby span{
    color: #FF570C;
}
/*Registration Details Page*/
.download-box {
    margin: 20px 0px;
    background: transparent;
    color: #fff;
    height: 100%;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border: 2px solid #ffffff;
    border-radius: 0.25rem;
    display: block;
    text-decoration: none;
    transition: 0.5s;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3)
}

.download-box:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5)
}
.download-box span{
    font-weight: 500;
}
.download-box p {
    margin-bottom: 0
}

.download-box .icon i {
    font-size: 40px;
    margin-bottom: 15px
}

.download-box .icon1 i {
    font-size: 40px;
    margin-bottom: 15px;
    margin-top: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 80px;
}

.download-box .New_btn {
   background-color: #b40909;
    border: solid 1px #b40909;
    color: #ffffff;
    font-weight: 600;
   
    border-radius: 40px;
}

ul.programul {
    padding: 10px 14px 4px;
    margin: 0;
    list-style: none;
}

ul.programul li {
    color: #ffffff;
    font-size: 14px;
    padding: 2px 10px;
    padding-left: 30px;
    font-weight: 600;
    margin-bottom: 2px;
    position: relative;
}

ul.programul li i {
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 22px;
    text-align: center;
}


/*pagebanner*/
.pagebanner{background: #111111;
        position: relative;
    text-align: center;
}


.centered {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%,2%);
}
.pagebanner-txt h1 {
    margin: 0;
    font-size:34px;
    line-height: 36px;
    color: #edb214;
    font-weight: 700;
    text-transform: uppercase;
}

.pagebanner-txt p {
    margin: 10px;
    font-size:16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    text-transform: none;
}
ul.programulsub {
    padding: 0px 4px;
    margin: 0;
    list-style: none;
}

ul.programulsub li {
    color: #ffffff;
    font-size: 10px;
    padding:2px  10px;
    padding-left: 20px;
    font-weight: 400;
    margin-bottom: 4px;
    position: relative;
}

ul.programulsub li i {
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 16px;
    text-align: center;
}

.colorone{
    color: #ff00e0;  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);

}


.colortwo{
    color: #a022ff; text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.colorthree{
    color: #00fff3; text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.colorfour{
    color: #e2fb09; text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.colorfive{
    color: #ffffff; text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}


#facultyModal{
    
}



.modal-dialog{
    background: rgba(0,0,0,0.9);
}
.modelcont{
    background: #000;
    border: 2px solid #FF570C;
}
#lblName{
    font-size: 20px;
    line-height: 20px;
}

#lblcountry{
    font-size: 20px;
    line-height: 20px;
}
.modal-header{
    border-bottom: 1px solid #000000;
}
.close, .close:hover, .close:focus{
    color: #ffffff;
    opacity: 0.9;

}


.close1, .close1:hover, .close1:focus{
    color: #000000;
    opacity: 0.9;

}
.procolor1{
    color: #ca6200;
}

.procolor2{
    color: #137333;
}

.procolor3{
    color: #174fa6;
}

.procolor4{
    color: #b40909;
}






.ourclients{
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ourclientsimg{
    border-radius: 6px;
    width: 200px;
}

.programlinkview, .programlinkview:hover, .programlinkview:active, .programlinkview:focus{
    color: #ffffff;
    text-decoration: none;
    padding: 0px;
}
.programlinkview i{
    padding: 6px;
}
.welmsg {
    text-align: center;
    padding: 100px 10px;
    margin-bottom: 20px;
    background-image: url(../img/lines-section-orange.png);
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.welmsg h4 {
    font-size: 14px;
    margin: 4px 0 0;
    color: #254b99;
}

.welmsg p {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-align: justify;
}

.welmsg p span {
    color: #FF570C;
    font-weight: 600;
}

.signature {
    width: 120px;
    margin: 18px 0px 0px;
}

.iconbtn {
    font-size: 46px;
}

.second-button{
	display: none;
}

.speakersimg {
    width: 200px;
    /*
   border-left: 10px solid #b20909;
    border-bottom: 30px solid #b20909;
*/
}

.abstractname {
    font-size: 18px;
    color: #ffffff !important;
}

.abstracttxt {
    font-size: 10px;
    font-weight: 600;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff !important;
    text-align: justify;
}

.welmsgpic {
    text-align: left;
    padding: 0px;
    margin: 30px 6px;
    /*     background-image: linear-gradient(to right, #b40909, rgba(255,0,0,0) ); */
}

.cpemail,
.cpemail:hover,
.cpemail:active,
.cpemail:focus {
    color: #ffffff;
}

.welmsgpic h4 {
    font-size: 18px;
    margin: 10px 4px 0px;
    color: #ffffff;
}

.welmsgpic p {
    font-size: 10px;
    font-weight: 600;
    padding: 0 6px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #ffffff;
    text-align: justify;
}

.welmsgpic p span {
    color: #ffffff;
    font-weight: 600;
}

.countdown {
    text-align: left;
    margin-top: 30px;

}

.countdown div {
    margin: 4px;
    display: inline-block;
    padding: 26px 10px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    background: transparent;
    border: 8px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.countdown div span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.supported {
    list-style: none;
    display: inline-flex;
}

.supported li {
    padding: 4px 10px;
}

.container-fluid {
    max-width: 1920px;
}

.abtvenue {
    padding: 40px 20px;
}



.carousel-caption{
   bottom: 0%;     width: 100%;
    display: block;    right: 0;
    left: 0;
    text-align: left;
}

.carousel-caption h2{ 
    margin-top: 45px;
 font-size: 34px;line-height: normal;
    font-weight: 700;text-transform: uppercase;
    color: #ffffff;margin-bottom: 20px;
}

.carousel-caption h2 span {
    color: #FF570C;
}

.carousel-caption p{
        color: #ffffff;
      font-size: 14px; 
}

.carousel-caption p
span{
    color: #FF570C;
    font-weight: 500;
}


.carouselcaption{    
    position: absolute;
    text-align: left;
    right: 5%;
    top: 10%;
    left: 5%;
}

.carouselcaption h2{ 
    margin-top: 160px;
   font-size: 48px;
    font-weight: 700;
    color: #ffffff; 
    margin-bottom: 30px;
}

.carouselcaption h2 span {
    color: #FF570C;
}

.carouselcaption h3{ 
   
    margin-top: 5px;
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}
.carouselcaption p{
    color: #555555;
    font-weight: 400;
    font-size:20px;
    line-height: 26px;   
   
}
.carouselcaption p span{
    color: #FF570C;font-weight: 500;
}
.carousel-control-next, .carousel-control-prev{
    width: 8%;
    opacity: inherit;
}
.crausalicon{
    background: transparent linear-gradient(90deg, #FF570C 0%, #ff4d00 100%) 0% 0% no-repeat padding-box;
   border-radius: 50%;
    color: #ffffff;  
    padding: 8px 15px;
    font-size: 22px;
    
}


.btn {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #51b514 0%, #51b514 100%) 0% 0% no-repeat padding-box;
    border: none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 12px 26px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.btn.ss-btn{
    background: transparent linear-gradient(90deg, #51b514 0%, #51b514 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    transition: 0.8s;
}

.btn.ss-btn1{
    background: transparent linear-gradient(90deg, #FF570C 0%, #FF570C 100%) 0% 0% no-repeat padding-box;
    color: #ffffff;
    transition: 0.8s;
}


.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}



.bg-img {
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.bg-img .overlay_dark {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.brand_item {
    padding: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.brand_item img {
    display: block;
    width: 100%;

    margin: 0 auto;
}

.brand_item:hover {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.icon_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.icon_list li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 50px;
    min-height: 50px;
    margin-bottom: 7px;
}

.icon_list li i {
    background-color: #b40909;
    display: block;
    border-radius: 50px;
    padding: 7px 0;
    font-size: 24px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
}

.icon_list li span {
    color: #000000;
    padding-top: 6px;
    display: inline-block;
}

.packagetxt {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    padding: 16px;
}

.cemail {
    font-size: 14px;
    font-weight: 600;
}

.cemail:hover {
    color: #000;
}

.cemailfooter {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

.cemailfooter:hover,
.cemailfooter:focus,
.cemailfooter:active {
    color: #ffffff;
}

.packagetxt span {
    font-weight: 500;
}

blockquote {
    padding: 75px 25px 25px;
    font-size: 20px;
    text-align: center;
    margin: 25px 50px;
}

blockquote:before {
    content: open-quote;
    display: block;
    font-size: 134px;
    font-family: Georgia, Verdana, Roboto, serif;
    line-height: 0.2;
    padding: 0;
    opacity: 0.2;
    font-weight: 600;
    margin: 0;
}

blockquote p {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    font-style: italic;
}

.text-muted {
    color: #868e96 !important;
    font-size: 14px;
    line-height: 2.1;
}


.instagram_list li a {
    color: #ededed;
}

.instagram_list li a:hover,
.instagram_list li a:active,
.instagram_list li a:focus {
    color: #ededed;
}

strong {
    font-weight: 700;
}

.text-xs {
    font-size: 11px;
}

.text-xl {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

img {
    max-width: 100%;
}

@media (max-width: 768px) {
    .pagebanner-txt p{
        display: none;
    }
    .centered{
        top: 40%;
    }
    .navbar-brand{
        margin-right: 0;
    }
    .second-button{
		background: transparent !important;
		background-color: transparent !important;
		border:1px solid transparent !important;
	}
	.second-button, .second-button:hover, .second-button:active, .second-button:focus{
		display: inline-block;
		float: right;
		border:1px solid transparent !important;
		background: transparent !important;
		margin-top: 10px;
		margin-right: 10px;   
		margin-bottom: 16px;
		background-color: transparent !important;
	}
    
    .animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	}

	.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	}

	.animated-icon1 span {
	background: #ffffff;
	}

	.animated-icon2 span {
	background: #ffffff;
	}

	.animated-icon3 span {
	background: #ffffff;
	}

	.animated-icon1 span:nth-child(1) {
	top: 0px;
	}

	.animated-icon1 span:nth-child(2) {
	top: 10px;
	}

	.animated-icon1 span:nth-child(3) {
	top: 20px;
	}

	.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	}

	.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
	}

	.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}

	/* Icon 3*/

	.animated-icon2 span:nth-child(1) {
	top: 0px;
	}

	.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
	}

	.animated-icon2 span:nth-child(4) {
	top: 20px;
	}

	.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
	}

	.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}

	.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
		border:1px solid transparent !important;
	}

	.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
	}

	/* Icon 4 */

	.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}

	.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}

	.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	}

	.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
	}

	.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
	}

	.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
	}
    header .logo img{
        width: 250px;
    }

    .carousel-caption h2{font-size: 24px;line-height: 26px;}
    h1,
    .h1 {
        font-size: 28px;
        margin-bottom: 15px;
        font-weight: 700;
    }

    h2,
    .h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    h3,
    .h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    h4,
    .h4 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    h5,
    .h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h6,
    .h6 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .hide-md {
        display: none !important;
    }
}

/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
    .text-center-xs {
        text-align: center;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 999999;
}

.loader .loader-inner {
    position: absolute;
    border: 2px solid #FF570C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes loader-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* ----------------colors------------------- */
.color-gray {
    color: #f0f2f6 !important;
}

.color-dark-gray {
    color: #838383 !important;
}

.color-dark {
    color: #333333 !important;
}

.color-black {
    color: #18181c !important;
}

.color-light {
    color: #ffffff !important;
}

.color-green {
    color: #6cc47f !important;
}

.color-blue {
    color: #0652fd !important;
}

.color-red {
    color: #f97794 !important;
}

.color-orange {
    color: #f79257 !important;
}

.color-yellow {
    color: #ffbf00 !important;
}

.color-purple {
    color: #926cc4 !important;
}

.bg-grad-purple {
    background: #8C66CA;
    background: linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
}

.bg-macaroni {
    background: -webkit-gradient(linear, left top, right top, from(#ff5f6d), to(#ffc371));
    background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
}

.bg-light {
    background-color: #ffffff !important;
}

.bg-gray {
    background-color: #f0f2f6 !important;
}

.bg-black {
    background-color: #18181c !important;
}

.bg-blue {
    background-color: #0652fd !important;
}

.bg-purple {
    background-color: #926cc4 !important;
}




.Committeeimg {
    padding: 100px 20px;
}

/* --------------PADDING STYLE-------------- */
.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.p30 {
    padding: 30px !important;
}

.p35 {
    padding: 35px !important;
}

.p40 {
    padding: 40px !important;
}

.p45 {
    padding: 45px !important;
}

.p50 {
    padding: 50px !important;
}

.p55 {
    padding: 55px !important;
}

.p60 {
    padding: 60px !important;
}

.p65 {
    padding: 65px !important;
}

.p70 {
    padding: 70px !important;
}

.p75 {
    padding: 75px !important;
}

.p80 {
    padding: 80px !important;
}

.p85 {
    padding: 85px !important;
}

.p90 {
    padding: 90px !important;
}

.p95 {
    padding: 95px !important;
}

.p100 {
    padding: 100px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pt55 {
    padding-top: 55px !important;
}

.pt60 {
    padding-top: 60px !important;
}

.pt65 {
    padding-top: 65px !important;
}

.pt70 {
    padding-top: 70px !important;
}

.pt75 {
    padding-top: 75px !important;
}

.pt80 {
    padding-top: 80px !important;
}

.pt85 {
    padding-top: 85px !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pt95 {
    padding-top: 95px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.pt120 {
    padding-top: 120px !important;
}

.pt200 {
    padding-top: 200px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pr45 {
    padding-right: 45px !important;
}

.pr50 {
    padding-right: 50px !important;
}

.pr55 {
    padding-right: 55px !important;
}

.pr60 {
    padding-right: 60px !important;
}

.pr65 {
    padding-right: 65px !important;
}

.pr70 {
    padding-right: 70px !important;
}

.pr75 {
    padding-right: 75px !important;
}

.pr80 {
    padding-right: 80px !important;
}

.pr85 {
    padding-right: 85px !important;
}

.pr90 {
    padding-right: 90px !important;
}

.pr95 {
    padding-right: 95px !important;
}

.pr100 {
    padding-right: 100px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb55 {
    padding-bottom: 55px !important;
}

.pb60 {
    padding-bottom: 60px !important;
}

.pb65 {
    padding-bottom: 65px !important;
}

.pb70 {
    padding-bottom: 70px !important;
}

.pb75 {
    padding-bottom: 75px !important;
}

.pb80 {
    padding-bottom: 80px !important;
}

.pb85 {
    padding-bottom: 85px !important;
}

.pb90 {
    padding-bottom: 90px !important;
}

.pb95 {
    padding-bottom: 95px !important;
}

.pb100 {
    padding-bottom: 100px !important;
}

.pb120 {
    padding-bottom: 120px !important;
}

.pb200 {
    padding-bottom: 200px !important;
}

.pl0 {
    padding-left: 0;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
    margin: 0;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.m55 {
    margin: 55px;
}

.m60 {
    margin: 60px;
}

.m65 {
    margin: 65px;
}

.m70 {
    margin: 70px;
}

.m75 {
    margin: 75px;
}

.m80 {
    margin: 80px;
}

.m85 {
    margin: 85px;
}

.m90 {
    margin: 90px;
}

.m95 {
    margin: 95px;
}

.m100 {
    margin: 100px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt55 {
    margin-top: 55px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt65 {
    margin-top: 65px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt75 {
    margin-top: 75px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt85 {
    margin-top: 85px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt95 {
    margin-top: 95px !important;
}

.mt100 {
    margin-top: 100px !important;
}

.mt110 {
    margin-top: 110px !important;
}

.mt120 {
    margin-top: 120px !important;
}

.mt-75 {
    margin-top: -75px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mr45 {
    margin-right: 45px !important;
}

.mr50 {
    margin-right: 50px !important;
}

.mr55 {
    margin-right: 55px !important;
}

.mr60 {
    margin-right: 60px !important;
}

.mr65 {
    margin-right: 65px !important;
}

.mr70 {
    margin-right: 70px !important;
}

.mr75 {
    margin-right: 75px !important;
}

.mr80 {
    margin-right: 80px !important;
}

.mr85 {
    margin-right: 85px !important;
}

.mr90 {
    margin-right: 90px !important;
}

.mr95 {
    margin-right: 95px !important;
}

.mr100 {
    margin-right: 100px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb65 {
    margin-bottom: 65px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb75 {
    margin-bottom: 75px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb85 {
    margin-bottom: 85px !important;
}

.mb90 {
    margin-bottom: 90px !important;
}

.mb95 {
    margin-bottom: 95px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

.ml45 {
    margin-left: 45px !important;
}

.ml50 {
    margin-left: 50px !important;
}

.ml55 {
    margin-left: 55px !important;
}

.ml60 {
    margin-left: 60px !important;
}

.ml65 {
    margin-left: 65px !important;
}

.ml70 {
    margin-left: 70px !important;
}

.ml75 {
    margin-left: 75px !important;
}

.ml80 {
    margin-left: 80px !important;
}

.ml85 {
    margin-left: 85px !important;
}

.ml90 {
    margin-left: 90px !important;
}

.ml95 {
    margin-left: 95px !important;
}

.ml100 {
    margin-left: 100px !important;
}

/*  --------------MARGIN STYLE MINUS----------------------------- */
.mt-5 {
    margin-top: -5px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-35 {
    margin-top: -35px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-45 {
    margin-top: -45px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-55 {
    margin-top: -55px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-65 {
    margin-top: -65px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-75 {
    margin-top: -75px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-85 {
    margin-top: -85px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-95 {
    margin-top: -95px;
}

.mt-100 {
    margin-top: -100px;
}

.mt-110 {
    margin-top: -110px;
}

.mt-120 {
    margin-top: -120px;
}

.mt-130 {
    margin-top: -130px;
}

.mt-140 {
    margin-top: -140px;
}

.mt-150 {
    margin-top: -150px;
}

.ml-5 {
    margin-left: -5px;
}

.ml-10 {
    margin-left: -10px;
}

.ml-15 {
    margin-left: -15px;
}

.ml-20 {
    margin-left: -20px;
}

.ml-25 {
    margin-left: -25px;
}

.ml-30 {
    margin-left: -30px;
}

.ml-35 {
    margin-left: -35px;
}

.ml-40 {
    margin-left: -40px;
}

.ml-45 {
    margin-left: -45px;
}

.ml-50 {
    margin-left: -50px;
}

.ml-55 {
    margin-left: -55px;
}

.ml-60 {
    margin-left: -60px;
}

.ml-65 {
    margin-left: -65px;
}

.ml-70 {
    margin-left: -70px;
}

.ml-75 {
    margin-left: -75px;
}

.ml-80 {
    margin-left: -80px;
}

.ml-85 {
    margin-left: -85px;
}

.ml-90 {
    margin-left: -90px;
}

.ml-95 {
    margin-left: -95px;
}

.ml-100 {
    margin-left: -100px;
}

.ml-110 {
    margin-left: -110px;
}

.ml-120 {
    margin-left: -120px;
}

.ml-130 {
    margin-left: -130px;
}

.ml-140 {
    margin-left: -140px;
}

.ml-150 {
    margin-left: -150px;
}

.mb-5 {
    margin-bottom: -5px;
}

.mb-10 {
    margin-bottom: -10px;
}

.mb-15 {
    margin-bottom: -15px;
}

.mb-20 {
    margin-bottom: -20px;
}

.mb-25 {
    margin-bottom: -25px;
}

.mb-30 {
    margin-bottom: -30px;
}

.mb-35 {
    margin-bottom: -35px;
}

.mb-40 {
    margin-bottom: -40px;
}

.mb-45 {
    margin-bottom: -45px;
}

.mb-50 {
    margin-bottom: -50px;
}

.mb-55 {
    margin-bottom: -55px;
}

.mb-60 {
    margin-bottom: -60px;
}

.mb-65 {
    margin-bottom: -65px;
}

.mb-70 {
    margin-bottom: -70px;
}

.mb-75 {
    margin-bottom: -75px;
}

.mb-80 {
    margin-bottom: -80px;
}

.mb-85 {
    margin-bottom: -85px;
}

.mb-90 {
    margin-bottom: -90px;
}

.mb-95 {
    margin-bottom: -95px;
}

.mb-100 {
    margin-bottom: -100px;
}

.mb-110 {
    margin-bottom: -110px;
}

.mb-120 {
    margin-bottom: -120px;
}

.mb-130 {
    margin-bottom: -130px;
}

.mb-140 {
    margin-bottom: -140px;
}

.mb-150 {
    margin-bottom: -150px;
}


.table-registration {
    color: #FFFFFF !important;
    font-weight: 500 !important;
}
.table-bordered td span{
    color: #ffeb00;font-weight: 500;
}
/*  ----------------------------------------------------
2. HEADER
-------------------------------------------------------- */
header {
    min-height: 50px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

header .menu {
    position: relative;
}

header .logo {
    padding-top: 0;
    padding-bottom: 0;
}

header .logo img {
    float: left;
    max-width: 280px;
    margin-right: 3px;
}

header ul.menu li a.nav-link {
    padding: 12px 16px 12px ;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    display: block;
    text-transform: none;
    color: #ffffff;
}

header ul.menu li a.nav-link:hover {
    color: #FF570C;
}

header ul.menu .search_btn {
    padding: 16px 8px !important;
    color: #ffffff;
}

header ul.menu .search_btn a {
    font-size: 30px;
}

header li ul {
    display: none;
    visibility: hidden;
}

header li ul.sub_menu {
    position: absolute;
    background: #333333;
    min-width: 250px;
    padding: 10px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.08);
}

header li ul.sub_menu li {
    display: block;
}

header li ul.sub_menu li a {
    color: #999999 !important;
    padding: 7px 2px;
    display: block;
    margin-left: 0;
    line-height: 22px;
    word-break: break-word;
}

header li ul.sub_menu li a:hover {
    color: #ffffff !important;
    transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
}

.navbar {
    padding: 0;
}

header.sticky_header {
    background-color: #111111;
    margin: 0;
    padding: 5px;
    -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.navbar-toggler {
    border: 1px solid transparent;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 28px;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 0 !important;
    box-shadow: 0 0 0 !important;
    cursor: pointer;
    font-weight: 100;
    border-radius: 2px;
}

.dropdown-menu {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    margin: 0;
    padding: 0;
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    left: 20%;
    width: 0;
    top: -6px;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
}

.dropdown-item {
    font-size: 13px;
    letter-spacing: 1px;
    color: #333333 !important;
    padding:8px 12px;
    font-weight: 600;
    transition: 0.6s;
}

.brandname {
    width: 220px;
}

.dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #FF570C  !important;
    background-color: transparent;
}

.headerbutton, .headerbutton:hover, .headerbutton:active{
       background: #FF570C !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    margin: 4px 8px;
    color: #ffffff !important;
    font-weight: 500 !important;
}


@media (min-width: 767px) {
    header li:hover > ul {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 767px) {
    header {
        background-color: #111111;
        margin: 0;
        -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
        box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

    header .container {
        padding: 15px !important;
    }

    header li > ul {
        position: static;
        visibility: visible;
        width: 100%;
    }
}

.googlerating{
    width: 200px;
}


iframe {
  opacity: .9;
}


.iconproj{
    padding: 10px;height: 40px;
    border-radius: 50%;line-height: 20px;
    background: #ededed;
    color: #FF570C;
    font-size: 20px;
}
/*  ----------------------------------------------------
3 Footer
-------------------------------------------------------- */
footer {
    padding: 40px 0 20px;
    background-color: #111111;
}

footer .footer_box {
    position: relative;
    margin-top: 50px;
}

footer .footer_box h4.footer_title {
    text-transform: uppercase;
    padding: 10px 0;font-weight:600;
    font-size: 14px;
    color: #fcbc12;
}

.footer_box_body p {
    color: #ededed;
}

footer p {
    text-align: left;
    color: #ededed;
}

.footer_box_body p a,
.footer_box_body p a:hover,
.footer_box_body p a:active,
.footer_box_body p a:focus {
    color: #ff570c;
    font-weight: 500;
}

footer .footer_header {
    margin-bottom: 10px;
}

footer .footer_social {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .footer_social li {
    display: inline-block;
    margin: 3px;
}

footer .footer_social li a {
    display: block;
    border-radius: 50px;
    padding:0px 0;
    font-size: 24px;
    color: #ededed;
    width: 40px;
    height: 40px;
    text-align: center;
}

footer .footer_social li a:hover {
    color: #ededed;
}

footer ul.instagram_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer ul.instagram_list li {
    display: inline-block;
    width: 100%;
    color: #ededed;
    margin: 0 0 2% 2%;
    float: left;
}

footer .newsletter_form .form-control {
    background-color:transparent;
    border-bottom: solid 1px #1f1039;
    font-weight: 500;
    color: #ffffff;
}

.copyright_footer {
    background-color: #111111;
}

.copyright_footer p {
    font-size: 12px;
    text-transform: capitalize;
    color: #ededed;
}

.copyright_footer ul.footer_menu {
    padding: 0;
    margin: 0;
    list-style: none;
    direction: rtl;
}

.copyright_footer ul.footer_menu li {
    display: inline-block;
}

.copyright_footer ul.footer_menu li a {
    padding: 10px;
    text-transform: capitalize;
    color: #838383;
}

.copyright_footer ul.footer_menu li a:hover {
    color: #ffffff;
}
.mobdevice{display: none;}


@media (max-width: 767px) {
    footer{padding: 20px 0px 90px;}
    .copyright_footer {
        text-align: center;
    }
    .mobdevice{display: block;
        border-top: 1px solid #f3f3f3;
        position: fixed;z-index: 111;
        bottom: 0;width: 100%;
        background: #ffffff;
        padding:12px 2px;
    }

    .mobdevice a {
       color: #111111;font-size: 11px;line-height: 16px;font-weight: 500;
    }
    .mobdevice a i{
        font-size: 20px;color: #ff570c;
    }
    
    .headerbutton, .headerbutton:hover, .headerbutton:active{margin: 0;text-align: center;}
    
   .fixed-top {    position: sticky;}
    
     .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
    .pagebanner-txt h1{
        font-size: 16px;
    }
}
@media (max-width: 460px) {
    
    ul.programul{
        padding:  6px 0px 4px;
    }
    ul.programul li{
        font-size: 10px;padding: 0px 1px;font-weight: 400;text-align: center;
       line-height: 20px;
    }
    ul.programul li i{
        font-size: 14px;
        position: relative;
        top: 0px;
    }
    
    
/*    sub stiki*/
    
    ul.programulsub{
        padding:  2px 0px 4px;
    }
    ul.programulsub li{
        font-size: 10px;padding: 0px 6px;font-weight: 400;text-align: center;
       line-height: 20px;
    }
    ul.programulsub li i{
        font-size: 12px;
        position: relative;
        top: 0px;
    }
}

@media (max-width: 360px) {
    header .logo img {
        width: 204px;
    }
    ul.programul{
        padding:  6px 0px 4px;
    }
    ul.programul li{
        font-size: 10px;padding: 0px 1px;font-weight: 400;text-align: center;
       line-height: 20px;
    }
    ul.programul li i{
        font-size: 14px;
        position: relative;
        top: 0px;
    }
    
    
/*    sub stiki*/
    
    ul.programulsub{
        padding:  2px 0px 4px;
    }
    ul.programulsub li{
        font-size: 10px;padding: 0px 1px;font-weight: 400;text-align: center;
       line-height: 20px;
    }
    ul.programulsub li i{
        font-size: 12px;
        position: relative;
        top: 0px;
    }

    .breadcrumbs ul li a {
        padding: 14px 6px !important;
    }

    .inner_cover .inner_cover_content h3 {
        font-size: 28px !important;
    }

    .breadcrumbs ul:before {
        display: none !important;
    }

    .breadcrumbs ul:after {
        display: none !important;
    }
    .mobdevice{
        padding: 10px 2px;
    }
    .mobdevice a{
        font-size: 10px;
    }
}

/*  ----------------------------------------------------
4 buttons
-------------------------------------------------------- */


.btn-sm {
    padding: 10px 20px;
}

.btn-lg {
    padding: 18px 50px;
}

.btn_center {
    margin: 0 auto;
    display: block;
}

.btn.btn-shadow {
    -webkit-box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 3px 4px 5px 0 rgba(0, 0, 0, 0.09);
}

.btn.btn-shadow:hover {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.09);
}

.btn-rounded {
    border-radius: 50px;
}

.btn-primary {
    background-color: #b40909;
    border: solid 1px #b40909;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #b40909;
    border: solid 1px #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-primary-outline {
    background-color: transparent;
    border: solid 1px #b40909;
    color: #b40909;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-primary-outline:hover {
    background-color: #b40909;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-light {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    color: #18181c;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-light:hover {
    color: #ffffff;
    border: solid 1px #18181c;
    background-color: #18181c;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-dark {
    background-color: #333333;
    border: solid 1px #18181c;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-dark:hover {
    color: #18181c;
    border: solid 1px #ffffff;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/*  ----------------------------------------------------
Cover
-------------------------------------------------------- */
.home-cover {
    position: relative;
}

.cover_slider {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
    position: relative;
    list-style: none;
    word-break: break-all;
}

.cover_slider .slider-content-center {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cover_slider .slider-content-left {
    max-width: 800px;
    text-align: left;
}

.cover_slider .cover_item {
    width: 100%;
    position: relative;
    height: 70vh;
    min-height: 600px;
    padding: 150px 0;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.cover_slider .cover_item .slider_content {
    display: table;
    /*  background-color: rgba(0, 0, 0, 0.2);*/
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    bottom: 0;
    color: #ffffff;
}

.cover_slider .cover_item .slider_content .slider-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.cover_slider .cover_item .slider_content .slider-content-inner .cover-title {
    margin-top: 10px;
    margin-bottom: 0px;
    opacity: 0;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transform: translateY(10px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s 600ms ease-in-out;
    transition: all 0.4s 600ms ease-in-out;
}

.cover_slider .cover_item .slider_content .slider-content-inner .cover-xl-text {
    font-family: 'Khula', sans-serif;
    opacity: 0;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
    line-height: 66px;
    color: #b40909;
    -webkit-transform: translateY(10px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s 600ms ease-in-out;
    transition: all 0.4s 600ms ease-in-out;margin-bottom: 10px;
}

.text-stroke {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}

.coverslidertxt{
    color: #ffffff;
    font-size: 18px;
    margin: 0;
}
.cover_slider .cover_item .slider_content .slider-content-inner .cover-date {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: none;
    opacity: 0;
    line-height: 20px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.4s 900ms ease-in-out;
    transition: all 0.4s 900ms ease-in-out;
}

.cover_slider .cover_item .slider_content .slider-content-inner a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: transform 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
    -webkit-transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform 0.4s 1200ms ease-in-out;
    transition: opacity 0.4s 1200ms ease-in-out, -webkit-transform 0.4s 1200ms ease-in-out;
    transition: transform 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out;
    transition: transform 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, -webkit-transform 0.4s 1200ms ease-in-out;
}

.cover_slider .active .slider_content .slider-content-inner * .cover-title {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 300ms ease-in-out;
    transition: all 0.4s 300ms ease-in-out;
}

.cover_slider .active .slider_content .slider-content-inner * .cover-xl-text {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 600ms ease-in-out;
    transition: all 0.4s 600ms ease-in-out;
}

.cover_slider .active .slider_content .slider-content-inner * .cover-date {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 900ms ease-in-out;
    transition: all 0.4s 900ms ease-in-out;
}

.cover_slider .active .slider_content .slider-content-inner * a {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, background-color 0.4s ease-in-out;
    -webkit-transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, background-color 0.4s ease-in-out;
    transition: all 0.4s 1200ms ease-in-out, opacity 0.4s 1200ms ease-in-out, color 0.4s ease-in-out, border 0.4s ease-in-out, background-color 0.4s ease-in-out;
}

.cover_slider .owl-dots {
    bottom: 25px;
    text-align: center;
    position: absolute;
    width: 100%;
}

.cover_slider .owl-dots .owl-dot span {
    width: 15px;
    height: 2px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cover_slider .owl-dots .owl-dot.active span {
    background: #ffffff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cover_nav {
    position: relative;
    bottom: 0;
    z-index: 999;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    top: -40px;
}

.cover_nav .cover_dots {
    padding: 15px 90px;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: auto;
    display: inline-block;
    list-style: none;
    position: relative;
    background-color: #ffffff;
    top: -14px;
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
}

.cover_nav .cover_dots li {
    display: inline-block;
    border: solid 2px transparent;
    border-radius: 14px;
    margin: 0;
    width: 30px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
    color: #000000;
}

.cover_nav .cover_dots li.active {
    border: solid 2px #b40909;
}

.cover_nav .cover_dots:before {
    content: " ";
    display: block;
    z-index: 99999;
    position: absolute;
    left: -30px;
    bottom: 0;
    top: 21px;
    border-top-left-radius: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid white;
    border-left: 40px solid transparent;
}

.cover_nav .cover_dots:after {
    content: " ";
    display: block;
    z-index: 99999;
    position: absolute;
    right: -30px;
    bottom: 0;
    top: 21px;
    border-top-left-radius: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid #ffffff;
    border-right: 40px solid transparent;
}

.inner_cover {
    min-height: 400px;
    position: relative;
    background-position: center center;
    background-size: cover;
}

.inner_cover .overlay_dark {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}


.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: 46%;
    right: -100px;
    font-size: 38px;
    background-image: url(../images/arrow-right.png) !important;
    background-repeat: no-repeat;
    padding: 22px;
    color: transparent;
    transition: .8s;


}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    bottom: 46%;
    font-size: 38px;
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    padding: 22px;
    color: transparent;
    left: -40px;
    transition: .10s;


}

.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}

.owl-carousel .owl-nav .owl-next:hover {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    color: transparent;
    background-color: transparent;
}



.supportlogo{
    width: 160px;
}
.inner_cover .inner_cover_content {
    padding: 170px 0;
}

.inner_cover .inner_cover_content h3 {
    text-transform: capitalize;
    color: #ffffff;
    font-size: 48px;
    font-weight: 500;
}

.breadcrumbs {
    position: absolute;
    bottom: -1px;
    margin: 0;
}

.committee {
    background-image: url(../img/waves-red.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 120px 10px;
}

.regpackages {
    padding: 80px 10px;
}

.ptrnsitetitle {
    margin: auto;
    text-align: center;
    width: 100px;
}

.welmsgimg {
    max-width: 140px;
    margin: 0 auto;
}

.breadcrumbs ul {
    padding: 5px 90px;
    margin: 0 auto;
    text-align: center;
    float: none;
    bottom: 0;
    min-height: 50px;
    position: relative;
    width: auto;
    display: inline-block;
    list-style: none;
    background-color: #ffffff;
    color: #18181c;
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
}

.breadcrumbs ul:before {
    content: " ";
    display: block;
    position: absolute;
    left: -30px;
    bottom: 0;
    top: 21px;
    border-top-left-radius: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid #ffffff;
    border-left: 40px solid transparent;
}

.breadcrumbs ul:after {
    display: block;
    position: absolute;
    right: -30px;
    bottom: 0;
    top: 21px;
    border-top-left-radius: 0;
    width: 0;
    height: 0;
    border-bottom: 40px solid #ffffff;
    border-right: 40px solid transparent;
    content: " ";
}

.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    color: #18181c;
}

.breadcrumbs ul li span {
    padding: 13px;
    font-size: 12px;
    font-weight: 600;
    color: #b40909;
}

.tblheader {
    background: #000929;
    color: #ffffff;
}

.table-bordered td,
.table-bordered th {
    letter-spacing: 0.5px;

}

.digital {
    background-image: url(../img/bg-digital.jpg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 100px 10px;
}

.digitalcontent {
    border: 1px solid #b40909;
    padding: 30px 26px;
    background: rgba(0, 0, 0, 0.1);
}

.digitalcontent p {
    color: #ffffff;
}

.contectmaintxt{
    font-size: 24px;
    line-height: 30px;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}


@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @end */

.normtxt{
 font-size: 20px;   
}
@media (max-width: 767px) {
    .btn-primary{
        padding: 6px 12px;
        font-size: 11px;
    }
    .countdown {
        margin-top: 120px;
    }

    .countdown div {
        min-width: 64px;
        height: 64px;
        border: 4px solid rgba(255, 255, 255, 0.1);
        font-size: 16px;
        margin: 0px;
        padding: 10px 0;
    }

    .countdown div span {
        font-size: 6px;
        font-weight: 600;
    }

    .owl-carousel .owl-nav .owl-prev {
        bottom: 0;
        left: 40px;
        padding: 14px;
    }

    .owl-carousel .owl-nav .owl-next {
        bottom: 0;
        right: 0;
        padding: 14px;
    }

    .cover_slider .cover_item .slider_content .slider-content-inner .cover-title {
        font-size: 16px;
    }

    .cover_slider .cover_item .slider_content .slider-content-inner .cover-xl-text {
        font-size: 28px;
    }

    .cover_slider .cover_item .slider_content .slider-content-inner .cover-date {
        font-size: 13px;
    }

    header ul.menu li a.nav-link {
        padding: 10px 0px ;
    }

    .dropdown-menu::after {
        display: none;
    }

    .breadcrumbs ul {
        padding: 5px 30px;
    }


    /*Registration Page*/
    .table.table-registration {
        border-collapse: collapse;
    }

    .table.table-registration thead {
        display: none
    }

    .table.table-registration tbody tr {
        display: block;
        width: 100%;
        margin-bottom: 0px
    }

    .table.table-registration tbody tr td {
        display: block;
        text-align: right;
        width: 100%;
        justify-content: space-between;
        font-size: 13px;
        color: #FFFFFF;
    }

    .table.table-registration tbody tr td:before {
        content: attr(data-label);
        font-weight: 500;
        text-transform: uppercase;
        text-align: left;
        vertical-align: middle;
        float: left;
    }

    .table.table-registration tbody tr td.mid-title {
        text-align: center;
    }

    .table-bordered td,
    .table-bordered th {

        border: 1px solid #FFF;

    }

    .table-bordered {
        border: 1px solid transparent;
    }

    .supported {
        list-style: none;
        display: inline-block;
        padding: 0;
    }

    .supported li {
        padding: 20px 16px;
    }

    .digitalcontent {
        padding: 14px;
    }
}

/*  ----------------------------------------------------
5 icon boxes
-------------------------------------------------------- */
.icon-lg {
    font-size: 64px !important;
}

.icon-md {
    font-size: 32px !important;
}

.icon-sm {
    font-size: 16px !important;
}

.icon_box_one {
    background-color: #f0f2f6;
    padding: 0;
    margin: 25px 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one i {
    margin-top: -10px;
    padding: 0 15px;
    font-size: 72px;
    color: #b40909;
    vertical-align: middle;
    border-radius: 4px;
    display: block;
    margin-bottom: 15px;
    line-height: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one .content {
    margin-top: 0;
    padding: 10px 25px 25px;
}

.icon_box_one .content h4 {
    color: #18181c;
    margin-bottom: 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one .content a {
    color: #b40909;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one .content p {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one:hover {
    -webkit-box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
    background-color: #b40909;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one:hover i {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one:hover .content h4 {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one:hover .content p {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_one:hover .content a {
    color: #ffffff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.icon_box_two {
    position: relative;
    padding: 0;
    margin: 25px 0;
}

.icon_box_two i {
    position: absolute;
    left: 0;
    font-size: 56px;
    width: 50px;
    color: #b40909;
    top: 0;
    bottom: auto;
    line-height: 1;
}

.icon_box_two .content {
    margin-left: 60px;
    float: left;
}

.icon_box_two .content .box_title {
    margin-bottom: 3px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 6px;
}

.icon_box_two .content p {
    font-weight: 500;
    color: #838383;
}

/*  ----------------------------------------------------
6 speakers
-------------------------------------------------------- */
.speaker_box {
    position: relative;
    overflow: hidden;
}

.speaker_box .speaker_img {
    position: relative;
    overflow: hidden;
}

.speaker_box .speaker_img img {
    width: 100%;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box .speaker_img .info_box {
    position: relative;
    bottom: 0px;
    background-color: #18181c;
    padding: 6px 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box .speaker_img .info_box .name {
    color: #b40909;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box .speaker_img .info_box .position {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
}

.speaker_box .speaker_social {
    padding: 50px;
}

.speaker_box .speaker_social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.speaker_box .speaker_social ul li {
    display: inline-block;
    margin-left: 4px;
}

.speaker_box .speaker_social ul li a {
    border: solid 1px #b40909;
    display: block;
    border-radius: 50px;
    padding: 7px 0;
    font-size: 24px;
    color: #b40909;
    width: 40px;
    height: 40px;
    text-align: center;
}

.speaker_box .speaker_social ul li a:hover {
    color: #ffffff;
    background-color: #b40909;
}

.speaker_box:hover .speaker_img img {
    width: 100%;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box:hover .speaker_img .info_box {
    background-color: #b40909;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box:hover .speaker_img .info_box .name {
    color: #ffffff;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.speaker_box:hover .speaker_img .info_box .position {
    color: #ffffff;
}

/*  ----------------------------------------------------
7 Price box
-------------------------------------------------------- */
.table thead th {
    border: 1px solid #ffffff;
    text-align: center;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ffffff;
    text-align: center;
}

.highlited {
    background-color: #b40909;
}


.highlitedsub{
    background-color: #000929; 
}

.probg1{
    background-color: #ca6200 ; 
}

.probg2{
    background-color: #b40909; 
}

.probg3{
    background-color:  #137333;
}

.probg4{
    background-color:  #174fa6;
}

.probg5{
    background-color:  #7527bb;
}
.probg6{
    background-color:  #c50040;
}
.overlepbox1{
    padding: 6px;
    position: absolute;
    border-radius: 6px;
    border-top-left-radius: 0px;
    color: #ffffff;
    right: 0;
    top: 84px;
    min-height:40px;
    width: 80%;
    -webkit-box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
    -moz-box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
    box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
}
.overlepbox1 p{
    font-size: 12px;
    margin: 0; 
    letter-spacing: 1px;
    line-height: 16px;
}
.programview{
    padding: 6px; 
    border-radius: 6px;
    -webkit-box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
    -moz-box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
    box-shadow: 2px 2px 14px -3px rgba(0,0,0,0.94);
    margin-bottom: 30px;
    min-height: 120px;
}
.programview p{
    font-size: 12px;
    margin: 0;
    letter-spacing: 1px;line-height: 16px;
}
.programview p span{
    float: right;
    padding: 0px 3px;display: inline-flex;
    color: #ffffff!important;
    font-weight: 400;
    font-size: 16px;
    border-radius: 4px;line-height: 16px;
}
.nav-tabs {
    border-bottom: 1px solid transparent;
}

.nav-tabs .nav-link {
    font-size: 16px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #b40909;
    padding: 10px 20px;
    border-color: transparent;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.price_box {
    position: relative;
    padding: 70px 35px 35px;
    margin: 20px 0;
    text-align: center;
    border: 1px solid #b40909;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    border-radius: 2px;
}

.price_box .price_highlight {
    background-color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 15px;
    color: #fff;
}

.price_box .price_header h4 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.price_box .price_header h6 {
    font-size: 14px;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 400;
}

.price_box .price_tag {
    padding: 10px 0;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.price_box .price_tag sup {
    font-size: 24px;
    font-weight: 400;
    top: -15px;
    left: -7px;
    color: #838383;
}

.price_box .price_features ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.price_box .price_features ul li {
    padding: 7px;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.price_box .price_footer {
    margin-top: 30px;
}


/*  ----------------------------------------------------

/*  ----------------------------------------------------
7 Event box
-------------------------------------------------------- */
.event_box {
    margin: 70px 0;
}

.event_box .event_info {
    position: relative;
    margin: 30px 0;
}

.event_box .event_info .event_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #18181c;
    position: relative;
    padding: 15px 0;
    line-height: 1.3;
}

.event_box .event_info .event_title:before {
    width: 30px;
    content: " ";
    position: absolute;
    border-top: solid 4px #b40909;
    left: 0;
    top: 0;
}

.event_box .event_info .speakers strong {
    font-size: 14px;
    font-weight: 700;
    color: #18181c;
}

.event_box .event_info .speakers span {
    font-size: 14px;
    font-weight: 400;
}

.event_box .event_info .event_date {
    color: #b40909;
    font-size: 12px;
    font-weight: 700;
}

.event_box .readmore_btn {
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: underline;
    line-height: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #b40909;
}

.event_box .readmore_btn:hover {
    color: #18181c;
}

/*  ----------------------------------------------------

7 counter
-------------------------------------------------------- */
.counter_box {
    text-align: left;
    margin: 25px 0;
    padding: 15px 5px;
}

.counter_box span,
.counter_box .counter {
    font-size: 48px;
    display: inline-block;
    margin: 0;
    color: #b40909;
    font-weight: 600;
}

.counter_box h5 {
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    color: #18181c;
    margin-top: 15px;
}

/*  ----------------------------------------------------
8 tabs
-------------------------------------------------------- */
.table.event_calender {
    position: relative;
    min-width: 1000px;
}

.table.event_calender thead.event_title {
    background-color: #b40909;
    color: #ffffff;
    border: 0;
}

.table.event_calender thead.event_title th {
    vertical-align: bottom;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}

.table.event_calender thead.event_title th i {
    font-size: 32px;
    float: left;
    line-height: 1;
}

.table.event_calender thead.event_title th span {
    margin-left: 10px;
    padding: 3px 0;
    display: inline-block;
}

.table.event_calender tbody {
    background-color: #f0f2f6;
}

.table.event_calender tbody td,
.table.event_calender tbody th {
    padding: 30px 25px;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

.table.event_calender tbody td img,
.table.event_calender tbody th img {
    border-radius: 4px;
    display: block;
    max-width: 100px;
}

.table.event_calender tbody td.event_date {
    font-weight: 600;
    font-size: 30px;
    color: #000;
}

.table.event_calender tbody td.event_date span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.table.event_calender tbody td.event_place h5 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
}

.table.event_calender tbody td.event_place h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.table.event_calender tbody td.buy_link a {
    text-transform: capitalize;
    font-weight: 600;
    color: #b40909;
    text-decoration: underline;
    line-height: 24px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.table.event_calender tbody td.buy_link a:hover {
    color: #18181c;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

/*  ----------------------------------------------------
9 testimonial
-------------------------------------------------------- */
.testimonial_carousel {
    border: solid 2px #b40909;
    padding: 25px;
    position: relative;
    margin: 15px 0;
}

.testimonial_carousel p {
    font-style: italic;
}

.testimonial_carousel .testimonial_author {
    display: inline-block;
    position: relative;
    padding: 15px 60px;
}

.testimonial_carousel .testimonial_author img {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.testimonial_carousel .testimonial_author h5 {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #333333;
    padding-top: 10px;
}

.testimonial_carousel .testimonial_author p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
}

.testimonial_carousel .testimonial_author p span {
    color: #b40909;
}

.testimonial_carousel:before {
    content: "\f347";
    font-family: "Ionicons";
    position: absolute;
    color: #18181c;
    top: -10px;
    background-color: #ffffff;
    padding: 0 35px;
    font-size: 18px;
    left: 15px;
    line-height: 0.8;
}

.testimonial_carousel .slick-dots {
    position: absolute;
    bottom: 50px;
    right: 15px;
    left: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}

.testimonial_carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 11px;
    height: 10px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.testimonial_carousel .slick-dots li button {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #856404;
    border-radius: 50%;
    margin: 0 1px;
    opacity: 0.5;
    padding: 0;
    cursor: pointer;
}

.testimonial_carousel .slick-dots li button:before {
    content: "";
    opacity: 0;
}

.testimonial_carousel .slick-dots li.slick-active button {
    opacity: 1;
}

/*  ----------------------------------------------------
10 blog
-------------------------------------------------------- */
.blog_card {
    margin: 0 0 70px 0;
    position: relative;
}

.blog_card img {
    border-radius: 4px;
}

.blog_card .blog_box_data {
    padding: 25px 0;
}

.blog_card .blog_box_data .blog_date {
    background-color: #b40909;
    padding: 15px 30px;
    border-radius: 2px;
    margin-bottom: 15px;
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.blog_card .blog_box_data .blog_meta a {
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #838383;
}

.blog_card .blog_box_data .blog_meta a:hover {
    color: #b40909;
}

.blog_card .blog_box_data .blog_word {
    word-break: break-all;
}

.blog_card .blog_box_data .readmore_btn {
    font-size: 12px;
    font-weight: 600;
    color: #b40909;
    text-decoration: underline;
}

.blog_card .blog_box_data .readmore_btn:hover {
    color: #18181c;
}

.nav_menu {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    float: none;
    width: auto;
    display: inline-block;
    list-style: none;
    position: relative;
    background-color: #ffffff;
    top: -14px;
    border-top-left-radius: 51px;
    border-top-right-radius: 51px;
}

.nav_menu li {
    display: inline-block;
    border: solid 2px transparent;
    border-radius: 14px;
    margin: 0;
    height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    font-weight: 600;
    color: #000000;
}

.nav_menu li a {
    border-radius: 50px;
    padding: 12px 8px;
    font-weight: 600;
    border: solid 2px transparent;
}

.nav_menu li a:hover {
    border: solid 2px #b40909;
}

.nav_menu li span {
    border-radius: 50px;
    padding: 12px 8px;
    border: solid 2px #b40909;
}

.downloadlink {
    background-image: radial-gradient(circle, #b40909, #b40909);
    padding: 40px 16px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    transition: 0.8s;
    cursor: pointer;
}

.downloadlink1 a {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.downloadlink1 a i {
    font-size: 40px;
    padding-bottom: 20px;
}

.downloadlink1 a:hover {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.widget {
    margin-bottom: 10px;
}

.widget .widget-title {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #254b99;
    text-transform: capitalize;
}

.widget ul {
    padding: 0;
    padding-left: 15px;

    margin: 0;
}

.widget_recent_posts {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.widget_recent_posts img {
    float: left;
    width: 100px;
}

.widget_recent_posts .content {
    margin-left: 115px;
}

.widget_recent_posts .content a {
    color: #18181c;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
}

.widget_recent_posts .content a:hover {
    color: #b40909;
}

.widget_recent_posts .content p {
    font-size: 12px;
}

.widget_search {
    position: relative;
    width: 100%;
}

.widget_search input {
    border: 0;
    border-bottom: solid 3px #333333;
    padding: 12px;
    width: 100%;
    outline: 0;
    font-size: 12px;
    font-style: italic;
}

.widget_categories {
    position: relative;
    width: 100%;
}

.widget_categories ul li {
    padding: 6px 0;
    display: block;
    width: 100%;
    color: #000000;
    font-size: 14px;
    font-weight: 500;

}

.widget_categories ul li a {
    padding: 6px 0;
    display: block;
    width: 100%;
    color: #838383;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.widget_categories ul li a:hover {
    color: #b40909;
}

.widget_instagram {
    position: relative;
    width: 100%;
}

.widget_instagram ul li {
    display: inline-block;
    width: 32%;
    padding: 1%;
    margin: 2px 0;
}

.widget_instagram ul li img {
    width: 100%;
}

.widget_tags {
    position: relative;
    width: 100%;
}

.widget_tags ul li {
    display: inline-block;
    margin: 7px 2px;
}

.widget_tags ul li a {
    display: block;
    padding: 10px 12px;
    background-color: #f0f2f6;
    color: #838383;
    border: solid 1px #f0f2f6;
    font-size: 12px;
    font-weight: 500;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.widget_tags ul li a:hover {
    background-color: #ffffff;
    border: solid 1px #b40909;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

/*  ----------------------------------------------------
11 contact box
-------------------------------------------------------- */
.contact_box {
    padding: 35px;
    background-color: #ffffff;
    border-radius: 4px;
}

.contact_box label {
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
}

.social_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social_list li {
    display: inline-block;
    margin: 5px;
}

.social_list li a {
    border: solid 1px #b40909;
    display: block;
    border-radius: 50px;
    padding: 7px 0;
    font-size: 24px;
    color: #b40909;
    width: 40px;
    height: 40px;
    text-align: center;
}

.social_list li a:hover {
    background-color: #b40909;
    color: #ffffff;
}

.map {
    width: 100%;
    min-height: 400px;
}

.form-control {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    padding: 12px 15px;
    height: auto;font-style: normal;
    border-radius: 1px;border: 0;
     background-color:transparent;
    border-bottom: solid 2px #CCCCCC;
    margin-bottom: 25px;
    color: #111111;
    opacity: 1;
    outline: 0 !important;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
select.form-control:not([size]):not([multiple]){
    height: auto;color: #111111;
}
.form-control:focus {
    background-color: transparent;
    border-color: #FF570C;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

textarea.form-control {
    min-height: 200px;
    resize: vertical; background-color:transparent;
    border-bottom: solid 1px #CCCCCC;color: #111111;
}

/*  ----------------------------------------------------
12 progressbar
-------------------------------------------------------- */
.single_progressbar {
    position: relative;
    margin-top: 30px;
}

.single_progressbar .progress_text {
    margin-bottom: 5px;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
}

.single_progressbar .progress_text span.progress_bar {
    color: #333333;
}

.single_progressbar .progress_text .progress_num {
    position: absolute;
    left: 90%;
}

.single_progressbar .progress {
    margin-bottom: 5px;
    overflow: hidden;
    background: #b40909;
    /* The Fallback */
    background: rgba(245, 1, 54, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

.single_progressbar .progress .progress-bar {
    height: 4px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #b40909;
}

.accordion_card {
    border: solid 1px #b40909;
    border-radius: 0;
    margin: 15px 0;
}

.accordion_card .card-header {
    color: #ffffff;
    border-bottom: 0;
    border-radius: 0 !important;
    padding: 0;
}

.accordion_card .card-header h5 {
    margin: 0;
}

.accordion_card .card-header h5 a {
    background-color: #ffffff;
    color: #b40909;
    display: block;
    padding: 15px;
    border-bottom: solid 1px #b40909;
}

.accordion_card .card-header h5 a.collapsed {
    background-color: #b40909;
    color: #ffffff;
    border-bottom: solid 0 #b40909;
}

.accordion_card .card-body {
    font-size: 16px;
}

.headline{
    width: 80px;
}

.form-control::placeholder{
    font-family: "Montserrat", sans-serif;
    color: #111111;font-size: 14px;
}
/* width */
/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #0e1831;
    border-radius: 30px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff570c;
    border-radius: 10px;
    transition: .8s;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ff570c;
}
