
p{
    font-weight: 300;
  /*font-family: 'Lato', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /* margin: 0px; */
  font-size: 18px;
  line-height: 25px;
}


.red-heading {
    color:  #ef3743;
    font-weight: 400;
    font-size: 26px;
}

.container2{
/*    margin-top: 20px;
    margin-bottom: 20px;*/
/*    padding: 60px 0 60px 0;*/
padding: 60px 0 0px 0;
}

.container4{
  padding: 60px 0 60px 0;
}

.container4 h3{
    font-size: 15px;
    font-weight: 700;
    padding-top: 12px;
    color: #202a35;
}


.container2 h2,.container4 h2{
    color:  #ef3743;
    font-weight: 700;
    /* margin-top: 20px; */
    padding-bottom: 20px;
    font-size: 2em;
}

.container4 p{
    font-size: 15px;
    line-height: 1.5;
}

.bold-paragraph{
    font-weight: 400;
    line-height: 1.5;
    font-size: 20px;
    color: #000;
    padding: 0px 121px 0px 0px;
}

.bshadow{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
border-radius: 15px;
}

.pro-speakers{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
border-radius: 15px;
    z-index: 999;
    position: relative;
    margin-top: -114px;
    background-color: #fff;
    padding: 0px 40px 40px 40px;

}

.pro-speakers h2 {
    font-family: 'Montserrat', sans-serif;
    background: #049400;
    background: linear-gradient(to right, #049400 32%, #CF1512 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 15px;
}

.pro-speakers p{
    padding-left: 20px;
}

.stitle{
 font-weight: 600;   
}

.sdesignation{
    font-weight: 500;
    font-size: 16px;
}

.scompany{
    font-weight: 500;
    color: #049400;
    font-style: italic;
    font-size: 16px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-t-100 {
    padding-top: 100px;
}

#partners{}

#partners h3{
    font-family: inherit;
    font-size: 24px;

}

.hexagon{
   display: flex;
   justify-content: center;
   align-items: center;
}
.hexagon-container {
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background-image: url('../img/welcome-img.jpg');
    background-size: cover;
    background-position: center;
    width: 400px; /* Adjust the size as needed */
    height: 400px; /* Adjust the size as needed */
}

/*.section-with-bg {
    background-image: url('https://cdn-images-1.medium.com/max/800/1*Atewa8L1uhTH_-ovI8csIQ.jpeg');
    background-size: cover;
    background-position: center;
    padding: 20px;
    position: relative;
    
}
*/

h2{
    font-weight: bold !important;
}

h2{
      font-family: 'Montserrat', sans-serif;
background: #049400;
background: linear-gradient(to right, #049400 0%, #CF1512 20%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 15px;
/*background: linear-gradient(to right, green, red); 
-webkit-background-clip: text !important; 
-webkit-text-fill-color: transparent !important;*/

}

h1{
    font-size: 3.2em;
background: #049400;
background: linear-gradient(to right, #049400 0%, #CF1512 70%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 15px;
/*background: linear-gradient(to right, green, red); 
-webkit-background-clip: text !important; 
-webkit-text-fill-color: transparent !important;*/
font-weight: bold;
line-height: 52sspx;
margin-top: 50px;
}


.section-with-bg {
    background-image: url(../img/section-bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0px 140px 0px;
    position: relative;
    z-index: 1;
}

.section-with-bg::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* background: #000; */
    background: rgba(0, 0, 0, 0.616);
    opacity: 0.4;
}
.section-content {
    /* background-color: rgba(0, 0, 0, 0.6);     Background color with opacity */
    /* color: white; */
    padding: 20px;
    z-index: 4;
}
.bold3{
    font-weight: 400;
    color: #ffffff;
    
}

.patch-bg {
    background-image: url(../img/patch-bg.png);
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px 40px 0px;
    position: relative;
    z-index: 1;
 -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: none;
  
}

.patch-bg p{
    text-align: center;
    color: #fff;
    z-index: 4;
    font-size: 24px !important;
}

.patch-bg .btext{
    font-weight: 600;
}

/* #top{
    margin-bottom: 30px;
}
#top>div{
     margin-left: 20px;
    margin-right: 20px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
   
   
}
#top>div>div>img{
     width: 100%;
}

@media all and (min-width: 401px) and (max-width: 800px) {
#top>div{
    grid-template-columns: repeat(3,1fr);
}
}


@media all and (min-width: 100px) and (max-width: 400px) {
#top>div{
    grid-template-columns: repeat(2,100px);
}
} */

 .row2 h1{

    font-weight: 700;
    /* margin-top: 20px; */
    padding-bottom: 20px;
    font-size: 2rem;
} 

 .row2 h3{

    font-weight: 500;
    /* margin-top: 20px; */
/*    padding-bottom: 20px;*/
    font-size: 1.3rem;
} 

h4{
    font-weight: 300;
    color: #bab5b5;
    font-style: italic;
}

.headb{
    font-size: 20px !important;
    line-height: 1.5;
    font-weight: 600;
}

.bx-shadow{
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

ul{
    padding-left: 0px !important
}
ul li {
      font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 36px;
  list-style-position: inside;
    text-indent: -1.2em;
    padding-left: 1.2em;
    padding-bottom: 10px;
  ;
}
/* .redbg h3{
    font-size: 40px;
    line-height: 1.6;
}
.redbg p{
    font-size: 25px;
    line-height: 1.9;
}

.redbg ul li{
    line-height: 1.6;
    font-size: 20px;
} */
.container-4 {
    background-color:  #ef3743;
    color: white;
    padding: 50px;
    /* margin: auto; */
}

.container5{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row1,.row21, .row3, .row4, .row4{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* .container5 p{
    font-size: 22px;
} */
.gray-background {
    background-color: #f7f7f7;
    padding: 20px;
}

strong{
    font-weight: 600;
}
.p-b-20{
    padding-bottom: 20px;
}

.p-t-30{
    padding-top: 30px;
}

.p-b-30{
    padding-bottom: 30px;
}
.p-t-50{
    padding-top: 50px;
}

.m-b-30{
    margin-top: 30px;
}

.gray-background1 {
    background-color: #333d47;
/*    padding: 20px;*/
    padding: 60px 0 60px 0;
}
/* .red-background1 {
    background-color: #ef3743;
    padding: 20px;
    margin: 20px;
    text-align: center;


    
} */

.m-t-15{
    margin-top: 15px;
}

.m-t-50{
    margin-top: 50px;
}

.m-t-75{
    margin-top: 75px;
}

.footer h5{
    font-weight: 400;
    
}

.footer .container-fluid {
    background: #282828;
    padding: 15px;
}

.red-background1 {
    background-color: #ef3743; /* Red background color */
    padding: 20px; /* Add padding to your preference */
    height: 100%; /* Set a fixed height for all red-background1 elements */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
/*    align-items: center; */
/*    text-align: center;*/
}

.red-background1 img {
    margin-bottom: 10px; /* Add spacing between image and h4 tag */
}


.hexagonal-image {
    clip-path:  polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.red-background1 p{
    color: white;
    padding: 10px;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: linear-gradient(to right, red, green);;
  border-radius: 0px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/*.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0; 
    margin-right: auto;
    margin-left: auto;
}*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
   
}

.home-team{
float: left;
position:relative;
overflow:hidden;
margin-top: 25px;
}

.home-team-name{
float: left;
/*position:relative;*/
/*overflow:hidden;*/
/*margin-top: 100%;*/
margin-top: 3.5em;
font-size: 15px;
font-weight: normal;
width: 150px;
line-height: 20px;
}

.txt-italic{
    font-style: italic !important;
}

.float-container {
/*    border: 3px solid #fff;*/
/*    padding: 20px;*/
}

.float-child {
/*    width: 50%;*/
    float: left;
        padding: 20px 10px 0 10px;
/*    border: 2px solid red;*/
margin-top:-40px
}  

.bifont {
    font-weight: 400;
    font-style: italic;
}

.sec-heading{ font-size:18px;background: linear-gradient(to right, green, red); -webkit-background-clip: text !important; -webkit-text-fill-color: transparent !important;}

.f-left{float: left}

.program-takeaway{
/*    background: #333;*/
padding: 20px 0px;
position: relative;
}

.program-takeaway h3{
    color: #fff!important;
    padding-bottom: 40px;
    font-weight: bold;
}
.section-padding {
    padding: 70px 0px;
}

.program-takeaway h2{
    padding-bottom: 50px;
    color: #fff;
    font-weight: 500;
}

.program-takeaway p{
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight:400 ;
    padding-left: 40px;
}

/* image hover effect*/
.content {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 16px;
    font-weight: 500;
}

.content-details a{
    text-decoration: none !important;
}
.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.text-p{
    padding:0px 50px 0px 50px;
}

/*accordion*/
.custom-width{
    width: 70px;
    margin-right: 20px;
}

.accordion-body ul {
  list-style-image: url('../img/ac-bullet.png');
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.accordion-body {
    padding: 1rem 0px 0rem 7.25rem;
}


.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
     font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #212529 !important;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-item {
    background-color: #fff;
    border:none;
}
.accordion-button{
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../img/arrow-active.png');
    transform: rotate(0deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('../img/arrow-default.png');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
/*accordion ends*/

@media (min-width: 320px) and (max-width: 480px) {
.bold-paragraph {
  font-weight: 400;
  line-height: 1.5;
  font-size: 20px;
  color: #000;
  padding: 0px;
  text-align: center;
}
.r-pt-30{
    padding-top:30px;
}

h2{
      font-family: 'Montserrat', sans-serif;
background: #049400;
background: linear-gradient(to right, #049400 0%, #CF1512 65%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-bottom: 15px;
/*background: linear-gradient(to right, green, red); 
-webkit-background-clip: text !important; 
-webkit-text-fill-color: transparent !important;*/
text-align: center;

}

}