@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
:root {
   /* --font1:'Lora', serif; */
   --font1:'Merriweather', serif; 
    --maincolor:#233F9A;
    --gradcolor:linear-gradient(to right, #233F9A, #92278F);
    --textcolor:#000000;

  }
  /* .color_1 {
    color: #1369b2!important;
  } */
  .header-two #mega-menu-holder>ul> li> a.active {
    color: #233F9A;
}
   #banner_xslider .owl-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 2%;
    right: 50%;
    margin-right: 0px;
    display: block !important;
    border: 0px solid black;
    background-color: #fff;
    
    border-radius: 0;
    transition: 1s;
}

#banner_xslider .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 2%;
  left: 50%;
  margin-right: 0px;
  display: block !important;
  border: 0px solid black;
  background-color: #fff;
  
  border-radius: 0;
  transition: 1s;
}
#banner_xslider .owl-prev i, #banner_xslider .owl-next i {
    font-size:30px;
    color: #000;
    line-height: 45px;
    
}

#banner_xslider .owl-next:hover{
   box-shadow: 0 8px 21px rgb(225 231 255 / 58%);
   transition:1s;
}
#banner_xslider .owl-prev:hover{
    box-shadow: 0 8px 21px rgb(225 231 255 / 58%);
    transition:1s;
 }
 #banner_xslider .slider-img img{
  max-width: 100%;
  width: 100%;
  height: auto;
 } 

 /* #event-slide .owl-prev {
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 0%;
    right:40px;
    margin-right: 0px;
    display: block !important;
    border: 0px solid black;
    background-color: #fff;
    line-height: 23px;
    border-radius: 0;
}

#event-slide .owl-next {
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 0%;
    right: 2px;
    margin-right: 0px;
    display: block !important;
    border: 0px solid black;
    background-color: #fff;
    line-height:23px;
    border-radius: 0;
}
#event-slide .owl-prev i, #event-slide .owl-next i {
  font-size: 23px;
  color: #000;
  line-height: 26px;
}
#event-slide .owl-next:hover{
    box-shadow: 0 8px 21px rgb(225 231 255 / 58%);
    transition:1s;
 }
 #event-slide .owl-prev:hover{
     box-shadow: 0 8px 21px rgb(225 231 255 / 58%);
     transition:1s;
  }  */

.left-widget li{
    font-family: var(--font1);
    font-size:13px;
}
#polyglotLanguageSwitcher   a{
    font-family: var(--font1);
}
.media .pull-left{
    color:#fff;
    margin-right:15px;
    font-size:20px;
}
.media-body .media-heading{
    font-size:16px;
    font-family:var(--font1);
    color:#fff;
    font-weight:500;
}
.media-body span{
    color:#fff;
    font-size:14px;
    font-weight:600;
    font-family: var(--font1);
}
.custome_hx h2{
    font-size:24px;
    line-height:36px;
    font-family:var(--font1);
    font-weight:700;
    text-transform: capitalize;
}
.content_xp p {
  font-family: var(--font1);
  color: #000 !important;
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
}
#more {display: none;}
#myBtn{
    background:transparent;
    font-family:var(--font1);
    font-weight:700;
}
.mt-6{
    margin-top:10px;
}
.video-box{
    padding:10px;
    background:#fff;
    border:1px solid #d7def4;
    position: relative;
    -webkit-box-shadow:0 1px 2px 0 #d7def4;
    box-shadow: 0 1px 2px 0 #d7def4;
  
}
.video-before{
    position: relative;
}
/* .video-before:before {
        content: "";
        position: absolute;
        bottom: -15px;
        left: -15px;
        border-left: 120px solid #2B3B8D;
        border-top: 120px solid transparent;
        border-right: 100px solid transparent;
        z-index: -1;
    }
     */
.socialBrhld{
    text-align:center;
    margin-top:5px;
  }
  .photo_x_gallery{
    margin-top:15px;
}
  .at-share-btn{
      border-radius:0px !important;
  }
.border_right{
    border:1px solid #fff;
    margin-right:10px;
    margin-left:10px;
}
.bg-color_g{
    background:#F7F7F7;
    
}
.bg-color_g h2{
    font-family:var(--font1);
}
.about-compnay-two{
  background: url("../images/home/11.jpg") no-repeat center center;
  background-size: cover;
  /* background-attachment: fixed; */
  background-color: #707d9e;
}

.about-compnay-two .attend_before h2:before{
    left:45% !important;
    background:#fff !important;
  }
.attend_before{
    margin-bottom:15px !important;
}
.attend_before h2{
      font-family: var(--font1);
}
.attend_xp {
    color:#fff !important;
    font-family: var(--font1);
    font-weight:500;
}
.attend_list{
    margin-top:25px;
}
.attend_list ul li{
    font-family: var(--font1);
    color:#fff;
    margin-bottom:25px;
    text-align:justify;
    position:relative;
    padding-left: 15px;
    font-size: 15px;
    font-weight:normal;
}
.attend_list ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 7px;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background: #000;
    /* border-radius: 50%; */
    box-shadow: 0px 0px 0px 3px #fff inset;
}

.attend_box{
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 0.0px );
    -webkit-backdrop-filter: blur( 0.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    /* margin-top:50px; */
    padding:20px;
   
   
}
.attend_who{
   background-color:#001a57;
}
.bg-banner{
    background: url('../images/home/who.jpg') no-repeat center center;
    background-repeat: no-repeat; 
    background-position: center;
    /* background-attachment: fixed;        */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
 
}
.attend_who h2{
    color:#fff;
    font-family: var(--font1);
}
.attend_who p{
    font-family:var(--font1);
    margin-bottom:20px;
    color:#fff;
}
.attend_who h2::before{
    background-color:#fff !important;
}
.attend_who .theme-title-one{
    margin-top:0px !important;
}

.speakers-section {
    padding:50px 0 150px;
    background: #f7f7f7;
}
.our-team{
  padding: 50px 0 50px;
}
.speakers-section h2{
    font-family: var(--font1);
    text-transform: capitalize;
    color: #0c2957;
}
.speakers-section h2::before{
    background-color:#000 !important;
}
.speakers-section .text h6{
    background-color:#fff;
    font-family:var(--font1);
    
}
.speakers-section .team-member{
    margin-bottom:20px;
}
.marquee-text {
  font-size: 15px;
}
.register-now {
    padding:50px 0;
    clear: both;
    background: url('../images/home/register.jpg') no-repeat center center;
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
}
.register-now .theme-title-one  h2{
    font-family:var(--font1);
}
.register-now .theme-title-one  h2::before{
    background-color:#000 !important;
}
.register-now .card-header{
    background:linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%);
    border:0px;
    border-radius:0px;
}
.register-now .card-header h4{
    text-align:center;
    color:#fff;
    font-size:25px;
    font-weight:800;
    font-family:var(--font1);
}
.register-now .card{
    border-radius:10px;
    border:0;
    min-height:580px;
    margin-bottom:40px;
    box-shadow: rgb(225 231 255 / 58%) 0px 8px 21px;
}
.card-body ul li{
    font-family: var(--font1);
    font-weight:500;
    color:#000;
    margin-left:35px;
    margin-top:25px;
}
.card-body ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -2.8em;
    color: #000;
    background: linear-gradient(
90deg
, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%);
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    line-height: 31px;
    font-size: 14px;
}
.card-body p{
    font-family: var(--font1);
    font-weight:500;
    color:#000;
    margin-top:15px;
}
.card-body .h-245{
    min-height:250px;
}
.card-body .sponsor{
    display: block;
    font-family: var(--font1);
  
    font-weight: bold;
    color: #000;
    background: rgb(255, 242, 189);
    width: 250px;
    height: 35px;
    line-height: 35px;
   
    border-radius: 30px;
    margin: 0 auto;
    transition:1s;
}
.card-body .sponsor:hover{
background-color:rgb(69, 49, 238);
color:#fff;
transition:1s;
}
.card-body a{
 font-family:var(--font1);   
}
.query-form h2{
font-family:var(--font1);
color: #0c2957;
}
.query-form h2:before{
    background-color:#000;
}
.query-form input , select , textarea{
    font-family: var(--font1);
    color:#000;
}
.query-form .contact-box h3{
    font-family: var(--font1);
    font-size:25px;
    color:#fff;
    text-transform:capitalize;
}
.query-form .contact-box p{
    font-family: var(--font1);
      color:#fff;
    font-weight:600;
    font-size:17px;
    margin-bottom:10px;
}
.query-form .contact-box a{
    font-family: var(--font1);
      color:#fff;

    font-weight:500;
    
}
.btnwidth{
  width: 100%;
}
.query-form  .contact-bg{
    background:linear-gradient(90deg, rgb(43, 59, 141) 35%, rgb(15, 112, 183) 100%);
}
.our-solution .single-solution-block{
    margin-top: 50px;
    text-align: center;
    background: #fff;
    min-height: 240px;
    padding: 20px;
    box-shadow: rgb(215 222 244) 0px 1px 2px 0px;
    border-radius:10px;
}

.theme-footer-two:before{
    background: url("../images/curve.png") no-repeat center;
		z-index: 1;
	background-size: cover;
	position: absolute;
	top: -140px;
	height: 110px;
	width: 100%;
	content: " ";
	margin-top: 60px;
}
.top-social-icon-list {
    text-align:center;
}
.top-social-icon-list  li {
	margin-bottom: 8px;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 44px !important;
	border-radius: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.top-social-icon-list li a {
	color: #dad7d7;
	color: #ffffff;
	font-size: 14px !important;
	width: 40px;
	height: 40px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	line-height: 42px;
	font-size: 20px !important;
}
.top-social-icon-list a.fbIocn {
	background: #4267B2 !important;
}

.top-social-icon-list a.twIcon {
	background: #1da1f2 !important;
}

.top-social-icon-list a.linkIcon {
	background: #007bb5 !important;
}

.top-social-icon-list a.insaIcon {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}

.top-social-icon-list a.ytIcon {
	background: #ff0000 !important;
}


.linkFtr ul li {
  list-style: none;
  display: inline-block;
  color: #fff;
  font-family: var(--font1);
  margin-right: 02px;
  margin-left: 02px;
}
.linkFtr ul li a {
  color: #fff;
  font-family: var(--font1);
  position: relative;
  font-weight: normal;
  font-size: 14px;
}
.linkFtr ul >li>a:before {
	position: absolute;
	bottom:-10px;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background: #fff;
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	-o-transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1), -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1)
}
.linkFtr ul >li>a::before {
	background-color: #fff;
	height: 2px
}


.linkFtr ul  >li.active>a::before, .linkFtr ul >li:hover a::before  {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}





.our-solution .single-solution-block p {
    padding: 0 22px;
    font-family: var(--font1);
    color: #000;
    margin-top: 15px;
}
.mh-280{
    min-height:280px !important;
}
.pd-50{
    padding:40px 0 100px;
}
.bg-white {
    background-color:#F0F4FF !important;
   }


.theme-inner-banner  h2{
    font-family: var(--font1);
}
.mkdf-breadcrumbs a , .mkdf-delimiter , .mkdf-current {
    font-family: var(--font1);
    color:#fff;
    font-weight:500;
}
.agenda-heading h4{
    font-family: var(--font1);
    font-weight:bold;
    font-size:30px;
    margin-bottom:15px;
    color: #000;
}
.agenda-heading h5{
    font-family: var(--font1);
    font-weight:bold;
    margin-bottom: 15px;
    color: #233F9A;
}
.agenda-list ul li{
    font-size: 16px;
    font-family: var(--font1);
    color: #000;
    font-weight: 500;
    margin-bottom:15px;
    padding-left:2rem;
}
.agenda-list ul li:before {
	content: '\f192';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #233F9A;
	font-size: 15px;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #cd-timeline::before {
    /* this is the vertical line */
    content: "";
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
  }
  @media only screen and (min-width: 1170px) {
    #cd-timeline {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    #cd-timeline::before {
      left: 29%;
      margin-left: -2px;
    }
  }
  
  .cd-timeline-block {
    position: relative;
    margin: 2em 0;
  }
  .cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-block {
      margin: 4em 0;
    }
    .cd-timeline-block:first-child {
      margin-top: 0;
    }
    .cd-timeline-block:last-child {
      margin-bottom: 0;
    }
  }
  
  .cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  }
  .cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
  }
  .cd-timeline-img.cd-picture {
      background: var(--gradcolor);
  }
  .cd-timeline-img.cd-movie {    
    background: var(--gradcolor);
  }
  .cd-timeline-img.cd-location {    
    background: var(--gradcolor);
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-img {
      width: 60px;
      height: 60px;
      left: 29%;
      margin-left: -30px;
      /* Force Hardware Acceleration in WebKit */
      -webkit-transform: translateZ(0);
      -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-1 0.6s;
      -moz-animation: cd-bounce-1 0.6s;
      animation: cd-bounce-1 0.6s;
    }
  }
  
  @-webkit-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
    }
  }
  @-moz-keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -moz-transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -moz-transform: scale(1.2);
    }
    100% {
      -moz-transform: scale(1);
    }
  }
  @keyframes cd-bounce-1 {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2);
    }
    100% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  }
  .cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
  }
  .cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-timeline-content h2 {
    color: #303e49;
    margin-bottom: 10px;
  }
  .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
  }
  .cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
  }
  .cd-timeline-content .cd-read-more {
    float: right;
    padding: 0.8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
  }
  .no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
  }
  .cd-timeline-content .cd-date {
    /* float: left; */
    padding: 0.8em 0;
   
  }
  .cd-timeline-content::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
  }
  @media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
      font-size: 20px;
      font-family: var(--font1);
      color: #000 !important;
      font-weight: 900;
      line-height: 27px;
      letter-spacing: .5px;
  }
  .cd-timeline-content h5 {
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
}
    .cd-timeline-content p {
        font-size: 16px;
        font-family: var(--font1);
        color: #000;
        font-weight:500;
        margin: 10px 0;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
      font-size: 14px;
      font-size: 0.875rem;
    }
  }
  @media only screen and (min-width: 1170px) {
    .cd-timeline-content {
      margin-left: 0;
      padding: 1.6em;
      width: 65%;
    }
    .cd-timeline-content::before {
        content: "";
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid #ffffff;
    }
    .cd-timeline-content .cd-read-more {
      float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        right: 32%;
        top: 6px;
        
        color: #000 !important;
        font-weight: bold;
        font-size: 18px;
        font-family: var(--font1);
    }
    .right-date{
      right: 22% !important;
    }
    .cd-timeline-block:nth-child(odd) .cd-timeline-content {
        float: right;
      }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
      top: 24px;
      left: auto;
      right: 100%;
      border-color: transparent;
      border-right-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
      float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
      left: auto;
      right: 116%;
      text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
      visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
      visibility: visible;
      -webkit-animation: cd-bounce-2 0.6s;
      -moz-animation: cd-bounce-2 0.6s;
      animation: cd-bounce-2 0.6s;
    }
  }
  
.cd-timeline-img span{
    display: block;
    line-height:60px;
    color:#fff;
    text-align:center;
    font-size:25px;
}
.notes h4{
    font-family: var(--font1);
    font-size:19px;
    line-height: 32px;
}

  @media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
      -webkit-animation: cd-bounce-2-inverse 0.6s;
      -moz-animation: cd-bounce-2-inverse 0.6s;
      animation: cd-bounce-2-inverse 0.6s;
    }
  }
  @-webkit-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -moz-transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2 {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-100px);
      -moz-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
      -o-transform: translateX(-100px);
      transform: translateX(-100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(20px);
      -moz-transform: translateX(20px);
      -ms-transform: translateX(20px);
      -o-transform: translateX(20px);
      transform: translateX(20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @-webkit-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
    }
  }
  @-moz-keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -moz-transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -moz-transform: translateX(-20px);
    }
    100% {
      -moz-transform: translateX(0);
    }
  }
  @keyframes cd-bounce-2-inverse {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-20px);
      -moz-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
      -o-transform: translateX(-20px);
      transform: translateX(-20px);
    }
    100% {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
    }
  }

.spekars{
  margin-top:30px;
}
  .spekars .card{
    box-shadow:0 8px 21px rgb(225 231 255 / 58%);
	border-radius: 2px;
	text-align: center;
    border: 0px;
    margin-top:25px;
    min-height: 420px;
}

.spekars .card-header {
  height: 92px;
  background: var(--gradcolor);
  background-size: cover;
  border-radius: 5px 5px 0 0;
  margin-bottom: 65px;
  
}
.spekars .card-header .speakers-img img {
    width: 100%;
}
.spekars .card-header .speakers-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  top: 20px;
  margin: auto;
  border: 2px solid #fff;
  cursor: pointer;
  background-color: #fff;
}
.spekars .microphone{
  margin-bottom:20px;
}

.spekars h3{
  font-family: var(--font1) !important;
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 20px;
  /* min-height: 40px; */
}
.spekars h5{
  font-family: var(--font1) !important;
  font-size:14px;
  line-height:25px;
  font-weight:600;
  margin-bottom: 10px;
  min-height: 95px;
}
.heading-mode h5{
  font-size:20px;
}
.mt34{
  margin-top: 34px;
}
.mt6{
  margin-top: 6px;
}
.mt7{
  margin-top: 7px;
}
.mt28{
  margin-top: 28px;
}
/* .spmb-0{
  margin-bottom: 54px !important;
} */
.spekars .card:hover .microphone{
  color:#001A57;
}
.view_more a{
  font-family: var(--font1) !important;
}
.speakers-section .attend_xp{
  color:#000 !important;
}
.speaker-bg_color{
  background-color:#EFF4F5;
  padding: 50px 0 160px;
}
 .pic img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.modal-dialog {
	max-width: 850px;
	width: 100%;
}

.modal-dialog button.close {
	background: #222 none repeat scroll 0 0;
	
	
	cursor: pointer;
	font-size: 22px;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	z-index: 9999;
	color: #fff !important;
	outline: none;
	text-shadow: none;
	font-size: 18px;
  line-height: 30px;
}

.modal-dialog button.close i {
	color: #fff;
}

.update-modal .modal-dialog {
	max-width: 500px;
	width: 100%;
}
.modal-dialog h5{
  font-family: var(--font1);
  margin: 0 15px 0 0;
  line-height: 30px;
  font-size: 17px;
}
.modal-dialog  p{
  font-family: var(--font1);
  font-size:16px;
  line-height:26px;
  color:#000;
  text-align:justify;
  margin:15px 0 15px 0;
  font-weight:normal;

}
.become-sepeaker {
  padding: 40px 0 150px;
}
.become-sepeaker_p p{
  font-family: var(--font1);
  font-size:16px;
  line-height:26px;
  color:#000;
  text-align:justify;
  margin:15px 0 15px 0;
  font-weight:normal;

}

.speaker_bg{
  background-color:#EFF4F5;
}

.bec_spe_box{
  padding:20px;
  background-color:#fff;
  border-radius:3px;
  
}
.bec_spe_box h3{
  text-align:center;
  font-family: var(--font1);
}
.company-form  label {
	font-weight: 600 ;
	color: #000 ;
	font-size: 14px ;
  font-family: var(--font1);
}
.company-form .form-control{
border-radius:0px;
font-family: var(--font1);
color:#000;
margin-bottom:30px;
font-size: 14px;
}
.company-form .form-control:focus , .form-control:active{
 box-shadow:none;
 border:1px solid #274494; 
}
.company-form textarea{
  height:100px;
  resize:none;
}
.rate-heading h3{
  font-family: var(--font1);
  font-weight: 800;
  margin-bottom:25px;
}
.sponsors-section {
  padding:40px 0px;
}

.sponsors-section .theme-title-one h2{
  font-family: var(--font1);
  text-transform: capitalize;
  color: #0c2957;
  font-size: 33px;
}
.sponsors-titile h4{
  font-family: var(--font1);
  margin-top:25px;
  text-align:center;
  margin-bottom: 15px;
}
.topTille_SP h2{
  font-family: var(--font1);
  font-size:32px;
  margin-bottom:15px;
}
.topTille_SP p{
  font-family: var(--font1);
  font-size:16px;
  line-height:26px;
  color:#000;
  text-align:justify;
  
  font-weight:normal;
}
.list-why {
  margin-top:15px;
}
.list-why li{
  margin-bottom:10px;
  font-family: var(--font1);
  font-size:16px;
  color:#000;
  position: relative;
  font-weight:normal;
  margin-left:15px;
}
.list-why ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 7px;
  width: 12px;
  height: 12px;
  border: 1px solid #274494;
  background: #274494;
  /* border-radius: 50%; */
  box-shadow: 0px 0px 0px 3px #fff inset;
  
}
.bg-inverse .carousel-item  img {

	width: 100%;
}
.photo-Sponsors {
  padding: 40px 0 90px;
  background: #F0F4FF;
}
.photo-Sponsors .Supported{
  font-family: var(--font1);
  font-weight:800;
  color:#000;
  margin-bottom:25px;
}
.photo-Sponsors .infoSponsors{
  font-family: var(--font1);
  font-size:16px;
  line-height:26px;
  color:#000;
  text-align:justify;
}
.photo-Sponsors .btn-primary {
  /* background:linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%); */
  background: #1b59a4;
  border:0;
  color: #fff;
  padding: 8px 10px;
  /* float: right; */
  margin-top: 10px;
  margin-right:15px;
}
.photo-Sponsors .btn-primary:hover , .btn-primary:active{
  border:0px !important;
  background:linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%) !important;
  color: #fff !important;
  box-shadow:none;
}

.photo-Sponsors .sponsorsSection {
	margin-bottom: 60px;
	padding: 30px 30px;
	text-align: left;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	border-radius: 0px;
}

.photo-Sponsors .btn-primary:hover {
	background-color: #0F70B7;
	border: 1px solid #0F70B7;
	color: #fff;
}
.saleDetails{
  font-family: var(--font1);
  color:#000;
  
}
.speakers-include p{
  margin:7px 0px 10px 0 !important;
  
}
.box-media{
  padding: 5px;
  /* box-shadow: 0 8px 21px rgb(225 231 255 / 58%); */
}
.box-media img{
  margin:0 auto;
  display: block;
  text-align: center;
}
#back-to-top {
	z-index: 9999;
	position: fixed;
	right: 40px;
	bottom: 40px;
	opacity: 0;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: 300ms ease-out;
	-o-transition: 300ms ease-out;
	transition: 300ms ease-out;
  background: var(--gradcolor) ;
	/* background: linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%); */
	font-size: 20px
}

#back-to-top:hover {
	background:#5C489D;
}

#back-to-top.show {
	opacity: 1
}
.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: 0px;

}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  /* background: #000f32; */
  padding: 0px 5px 0px 5px;
  border-radius: 0px;
}
.lang-flag {
  width: 20px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
  font-size:14px;
}
.lang-dropdown {
  display: none;
  background: #000f32;
  border-radius: 5px;
  margin-top: 2px;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang:hover {
  background: #22313f;
}
ul > :first-child {
  border-radius: 0px;
}
ul > :last-child {
  border-radius: 0px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type="number"] {
	-moz-appearance: textfield
}

.form-content {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0
}
.last-year-logo {
padding:20px 20px 10px 20px;

border-right:1px solid #ddd;
margin-top: 15px;
  
}
.last-year-logo img {
  width:80%;
 margin:0 auto;
 display: block;
 text-align:center;
 
}
/*.last-year-logo:hover{
  box-shadow: 0 14px 28px hsl(226, 57%, 90%), 0 10px 10px hsl(226, 57%, 90%);
}*/
.past_event_logo {
  position:10px;
  /* margin-top:20px;   */
  /* box-shadow:0 1px 2px 0 #d7def4; */
  /* border: 1px solid #d7def4; */
}
.past_event_logo h3{
   font-size: 20px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    font-weight:400;

}
.bp_0{
    border-right:0px;
}
.btnAra .event_btn {
  width: 100%;
  font-size: 16px !important;
  padding: 10px 7px;
  border: 1px solid;
  text-align: center;
  background: var(--gradcolor);
  color: #fff !important;
  border-radius: 5px;
  font-family: var(--font1);
  margin-bottom: 15px;
  line-height: normal;
  display: block;
  font-weight: 500;
  border: 0;
  box-shadow: none !important;
  text-shadow: none;
  line-height: inherit !important;
}
.addeventatc_icon {
  display: none;
}
.addeventatc{
  z-index: 99 !important;
}
#Remind .modal-sm {
  max-width: 750px;
}
#Remind label{
  color:#000;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font1);
}
#Remind label span{
color:#ff0000 !important;
}
.br_0{
  border-radius:0px;
  box-shadow:none;
  color: #000;
}
#Remind .form-control {
  height: 45px;
  border-radius: 5px;
}
#Remind  .icon_input {
  position: absolute;
  right: 25px;
  top: 47px;
  color: #898a8b;
}
#remindMeFinance{
  font-size: 17px;
    padding: 8px 20px;
    border: 1px solid;
    text-align: center;
    background: var(--gradcolor);
    color: #fff;
    border-radius: 5px;
    font-family: var(--font1);
    margin-top:10px;
    cursor: pointer;
}
.br_0:focus{
box-shadow:none;
outline:none;
border:1px solid #274494;
}
.col-md-25{
  max-width:25%;
}
.livesession-btn{
  display:none;
}
.presentation-slide{
  padding:40px 0px;
}
.Presentations .modal-dialog{
  max-width: 400px;
}
@media (max-width:767px) {
	.modal-dialog.modal-dialog-centered.pop-up {
		width: 90%!important
	}
  .m-nav-m{
    position: inherit;
  }
  .last-year-logo img {
    width: 100% !important;
    padding: initial !important;
}
.col-md-25{
  max-width:100%;
}
}


@media only screen and (max-width:992px) {
	#back-to-top.show {
		opacity: 0
	}
}

@media only screen and (max-width: 600px) {
  .m-nav-m{
    position: inherit;
  }

  .btnAra .event_btn{
    font-size:15px;
  }
  #Remind .modal-sm{
    max-width:100%;
  }
}

.keyfocus {
	padding: 40px 0px;
	clear: both;
}

.bg1 {
	background-color: rgba(38, 103, 255, 0.07);
	position: relative;
    z-index: 1;
}
.triangle-pattern-right::before {
    background-image: url('../images/triangle-pattern-2.png');
    background-repeat: no-repeat;
    background-position: right center;
  }
  .triangle-pattern-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
.title h2 {
	text-align: center;
	font-family: var(--font1);
	font-weight: 700;
	color: #000;
	font-size: 33px;
	position: relative;
	line-height: 50px;
	margin-bottom: 30px;
}

.title h2:before {
	content: '';
	width: 80px;
	height: 4px;
	border-radius: 10px;
	background: #000;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -50px;
}

.title .attend_xp {
	font-family: var(--font1);
	color: var(--c3);
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 30px;
}

.process-box-layout2 {
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 60px 50px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
	transition: all 0.3s ease-in-out;
}

.process-box-layout2.color-one:before {
	background-color: #FFA800;
}

.process-box-layout2:before {
	border-radius: 100px;
	content: "";
	top: 10px;
	right: 10px;
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
	transition: all 0.5s ease-in-out;
}

.process-box-layout2 .icon-box {
	margin-right: 15px;
}

.process-box-layout2 .content-box {
	flex: 1;
}

.process-box-layout2 .content-box .numbering {
	height: 90px;
	width: 90px;
	background-color: #ffffff;
	border-radius: 50%;
	border: 5px solid #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
	right: -5px;
	top: -15px;
	transition: all 0.3s ease-in-out;
}

.process-box-layout2 .content-box .title {
	font-weight: 600;
	margin-bottom: 10px;
}

.process-box-layout2 .content-box .description {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	font-family: var(--f2);
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: normal;
	color: var(--c2);
}

.process-box-layout2:hover:before {
	border-radius: 15px;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.process-box-layout2.color-one .numbering {
	color: #FFA800;
}

.process-box-layout2:hover.color-one .numbering {
	background-color: #FFA800;
	color: var(--c3);
}

.process-box-layout2.color-two .numbering {
	color: #0FB5DA;
}

.process-box-layout2:hover.color-two .numbering {
	background-color: #0FB5DA;
	color: var(--c3);
}

.process-box-layout2.color-two:before {
	background-color: #0FB5DA;
}

.process-box-layout2.color-three .numbering {
	color: var(--c1);
}

.process-box-layout2:hover.color-three .numbering {
	background-color: var(--c1);
	color: var(--c3);
}

.process-box-layout2.color-three:before {
	background-color: var(--c1);
	color: var(--c3);
}

.process-box-layout2.color-four .numbering {
	color: #FF3C77;
}

.process-box-layout2:hover.color-four .numbering {
	background-color: #FF3C77;
	color: var(--c3);
}

.process-box-layout2.color-four:before {
	background-color: #FF3C77;
	color: var(--c3);
}

.process-box-layout2:hover .description {
	color: var(--c3);
}

.process-box-layout2:hover .icon-box .colx1,
.process-box-layout2:hover .icon-box .colx2,
.process-box-layout2:hover .icon-box .colx3,
.process-box-layout2:hover .icon-box .colx4 {
	fill: var(--c3);
}

.process-box-layout2:hover {
	box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
	transition: all 0.3s ease-in-out;
}
.feature-item {
	padding: 32px 23px;
	-webkit-box-shadow: 0 10px 30px 0 rgba(2, 24, 95, .06);
	box-shadow: 0 10px 30px 0 rgba(2, 24, 95, .06);
	text-align: center;
	background: #fff;
	border-radius: 5px;
	min-height: 230px;
}
.feature-item-ch{
  min-height: 240px;
}

.feature-item__icon {
	width: 90px;
	min-height: 90px;
	border-radius: 25px;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	margin: 0 auto 30px;
}

.feature-item__content p {
	line-height: 27px;
	color: #000;
	font-size: 15px;
	font-family: var(--font1);
	font-weight: 500;
}

.feature-item__icon img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition: .3s;
	transition: .3s;
}

.feature-item:hover .feature-item__icon img {
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.feature-item__icon-1 {
	background-color: #37b546;
}

.feature-item__icon-2 {
	background-color: #423288;
}

.feature-item__icon-3 {
	background-color: #0084ff;
}

.feature-item__icon-4 {
	background-color: #fd4a36;
}

.feature-item__icon-5 {
	background-color: #0f418f;
}

.feature-item__icon-6 {
	background-color: #b33838;
}

.feature-item__icon-7 {
	background-color: #2E7D32;
}

.feature-item__icon-8 {
	background-color: #4E342E;
}

.feature-item__icon-9 {
	background-color: #aecc53;
}

.feature-item__icon-10 {
	background-color: #f8ab17;
}
/* ---------------------------------- */

.Who_will_attend {
	padding: 60px 0px 40px;
	clear: both;
	position: relative;
}

.bg2 {
  width: 100%;
  background-image: url('../images/banner-will-1.jpg');
  background-attachment: fixed;
  background-size: cover;
  padding: 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
}
.b-section__background_overlay {
  padding: 40px 0;
  background:rgb(23 48 78 / 73%);
}

.Who_will_attend .title h2 {
	color: #fff;
}

.Who_will_attend .title h2:before {
	background-color: #fff;
}

.attend-list ul {
	margin: 0px;
	padding: 0px;
}

.attend-list ul li {
	color: #fff;
	font-family: var(--font1);
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: 500;
	line-height: 30px;
	list-style: none;
	padding-left: 10px;
	position: relative;
}

.attend-list ul li:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	top: 10px;
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 0px 3px #fff inset;
}

/* ---------------------------------------------------- */

.priceevent{
  padding:50px 0px;
  /* background-image: url('../img/bg-img/consultation-bg.jpg'); */
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  overflow:hidden;
  position: relative;
  z-index: 1;
background: rgba(38, 103, 255, 0.07);
}
.priceevent::before{
  background-image: url('../images/line-4.png');
  background-repeat: no-repeat;
  background-position: 0 51%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.priceevent::after {
background-image: url('../images/line-2.png');
background-repeat: no-repeat;
background-position: 100% 85%;
content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.register-title h2{
text-align: center;
font-family: var(--font1);
font-weight: 700;
color: #000;
font-size: 33px;
position: relative;
line-height: 50px;
margin-bottom: 30px;	
}
.register-title h2::before{
content: '';
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}
.priceevent .mt-30{
margin-top:30px;
}
.pricing-table{
padding: 35px;
  border: 2px solid  #233F9A;
  border-radius: 7px;
  background-color:  #fff;
  position: relative;
min-height:520px;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pricing-table  {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.pricing-table  .template-btn {
font-size: 15px;
line-height: 22px;
padding: 13px 15px;
border: 1px solid;
text-align: center;	
border-radius: 5px;
font-family: var(--font1);
margin-bottom: 0px;
display: block;
font-weight: 700;
text-decoration: none;
width: 100% !important;
position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--gradcolor);
  /* background: linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%); */
color: #fff;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
padding: 13px 35px;
  border: 2px solid rgba(11, 20, 96, 0.1); 
  border: none;   
}
.template-btn::before{
content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* background-color: var(--c1); */
  top: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pricing-table:hover {
border-color: transparent;
-webkit-box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
    box-shadow: 0px 20px 100px 0px rgba(58, 65, 111, 0.1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing-table:hover .template-btn{
text-decoration: none;
/* background-color: #0c2957; */
/* color: #fff; */
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.pricing-table:hover .template-btn{
/* background-color: #0c2957; */
top: 0;
transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.plan-name{
font-family: var(--font1);
font-size: 26px;
font-weight: 700;
color: #000;
margin-bottom: 20px;	
}
.plan-list ul li {
  list-style: none;
  font-size: 16px;
  font-family: var(--font1);
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: 1rem;
  color:#000;
}
.plan-list ul li:before {
content: '\f00c';
font-family: 'fontawesome';
float: left;
margin-left: -1.5em;
color: #233F9A;
}
.registrations-received{
font-family: var(--font1);
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  color: var(--c2);
}
.mh-270{
min-height: 275px;
}
.mb40{
  margin-bottom: 42px;
}

.nav-tabs .nav-link{
  border: 0 !important;
}
.nav-tabs{
  border: 0 !important;
}
.ml30{
  margin-left: 20px;
}
.tabtext{
  font-size: 18px;
  font-family: var(--font1);
  color: #000;
  font-weight: 500;
}
.ml30 .active{
  background: linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%) !important;
  color: #fff !important;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  background: #fff;
  border-radius: 4px;
}
.mt130{
  padding: 40px 0 130px !important;
}
/* ----------------------------------------- */

.agenda-btn{
  text-align: center;
  padding-left: 260px;
}
.agenda-btn a{
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: var(--font1);
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  border: 1px solid #2b3b8d;
  transition: all .5s ease-in;
}
.agenda-btn a:hover{
  border: 1px solid transparent;
  /* background: linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%) !important; */
  background: #1b59a4;
  color: #fff;

}

.track-a {
    background: transparent !important;
    color: #000 !important;
    border: 1px solid #2b3b8d;
    border-radius: 4px;

}
.track-a:hover{
  color: #000 !important;
}
.track-b{
  /* background: linear-gradient(90deg, rgba(43,59,141,1) 35%, rgba(15,112,183,1) 100%) !important; */
  background: #1b59a4;
    color: #fff !important;
    border: 1px solid #2b3b8d;
    border-radius: 4px;
    text-decoration: none;
    border: none !important;
}
.agenda-btn-1 i {
  font-size: 14px;
  font-weight: 100;
  margin-left: 10px;
}
.agenda-btn i {
  font-size: 14px;
  font-weight: 100;
  margin-left: 10px;
}
.track-b:hover{
  color: #fff !important;
}
.agenda-btn-1{
  text-align: center;
}
.agenda-btn-1 a{
  /* color: #000; */
  padding: 8px 15px;
  border-radius: 4px;
  font-family: var(--font1);
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  border: 1px solid #2b3b8d;
  transition: all .5s ease-in;
}
.pb-50{
 padding: 40px  0 40px;
}
.agenda-btn-ch {
  text-align: center;
  padding-left: 340px;
}
.agenda-btn-ch a {
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: var(--font1);
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  border: 1px solid #2b3b8d;
  transition: all .5s ease-in;
}
.btnch{
  margin: 30px 0 0px;
 
}
.menu-left-ch{
  margin-left: 200px;
}
.video-text p {
  font-family: var(--font1);
  color: #0c2957 !important;
  text-align: justify;
  margin-bottom: 10px;
}
.mh-166{
  min-height: 166px;
}
.pt-ch{
  min-height: 410px;
}
.pdd150{
  padding: 50px 0 90px;
}

.min-112{
  min-height: 112px !important;
}
.min-85{
  min-height: 85px !important;
}
.min-110{
  min-height: 109px !important;
}

.modal_width {
  width: 73%;
  position: relative;
  left: 5%;
  padding: 6px 15px;
}
.watch-heading h2 {
  font-family: var(--font1);
  color: #0c2957;
  font-size: 18px;
}
/* .watch-heading h2:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 15px;
  margin-left: 0;
  top: 45px;
} */
.btn-part1 {
  padding-top: 20px;
  text-align: center;
}

.btn-part1 a {
  border: 1px solid transparent;
  background: #1b59a4;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font1);
  margin:  0 10px;
}


/* -------contact form------------------ */

.summit_contact{
  padding:50px 0px 150px;
  clear:both;     
}
.summit_contact .custome_tabs .nav-link{      
text-align: center;
width: 100%;
border: none;
padding: 5px 25px;
color: #fff;
background: #272e38;
border-radius: 0;
font-size: 18px;
font-weight:600;
border-right: 1px solid #ffffff !important;
border-left: 1px solid #ffffff !important;
position: relative;
}
.summit_contact .custome_tabs .nav-link.active {
border: none;
background: #272e38 !important;
color: #fff;
border-radius: 0;
transition: background 0.20s linear;
z-index: 1;
font-size: 18px;
font-weight:600;
}
.summit_contact .custome_tabs .nav-link.active:after {
content: '';
display: block;
position: absolute;
top: 140%;
left: 43%;
transform: translateY(-50%);
border: 15px solid transparent;
border-top-color: #272e38;
}
.summit_contact .custome_content{
background: #fdfdfd;
line-height: 25px;
border: 1px solid #ddd;
border-bottom: 5px solid #233F9A;
padding: 30px 25px;
}
.summit_contact .contact_listing{
padding: 35px 20px 20px;
background: #fff;
border-radius: 5px;
border: 1px solid #ccc;
}
.summit_contact .contact_listing ul li{
margin-bottom: 10px;
color: #000;
font-weight: 600;
font-size: 18px;
}
.summit_contact .contact_listing ul li a{
color:#000;
}
.summit_contact .contact_listing ul li a:hover{
text-decoration: underline;
color:#233F9A;

}
.summit_contact .contact_listing ul li .fa_icon {
border: 1px solid #000;
width: 28px;
height: 28px;
line-height: 28px;
text-align: center;
margin-right: 10px;
border-radius: 30px;
font-size: 13px;
}


.check-mr input {
  margin-right: 5px;
}

.contact-mobile{
  display: none;
}

#fieldother input {
  margin-top: 7px;
}

.china-logo img{
  max-width: 100%;
  width: 185px;
  height: auto;
  margin: 0 auto;
}

.top-num a{
  display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: var(--font1);
    margin-left: 5px;
}
.icon-map-marker {
  font-size: 16px;
  font-family: var(--font1);
  margin-left: 5px;
  color: #fff;
}
.china-item{
  min-height: 240px;
}

.modal-open{
  padding-right: 0 !important;
}
.speakers-ch{
  padding: 50px 0 60px;
}
.spekars .card-ch{
  min-height: 562px;
}
.custome_hx h1 {
  font-size: 24px;
  line-height: 36px;
  font-family: var(--font1);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 30px;
  color: #000;
}
.theme-title-one h1:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 3%;
  margin-left: -20px;
}
.title h3 {
  text-align: center;
  font-family: var(--font1);
  font-weight: 700;
  color: #fff;
  font-size: 33px;
  position: relative;
  line-height: 50px;
  margin-bottom: 30px;
}
.title h3:before {
  content: '';
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}
.feature-block-two .innerbox-ch{
min-height: 120px;
}
.saleDetails p{
  border-top: 1px solid #ccc;
    padding-top: 10px;
    text-align: center;
    font-family: var(--font1);
    font-size: 16px;
}
.saleDetails p a {
  font-size: 16px;
  font-family: var(--font1);
  text-decoration: underline;
}

.menu-left-en{
  margin-left: 100px;
}

.speakers-include h5 {
  font-size: 17px;
  font-weight: 700;
  font-family: var(--font1);
  margin-bottom: 7px;
}




.swal2-title{
  font-size: 22px;
  color: #000;
  font-family: var(--font1);
  line-height: 30px;
  font-weight: 600;
}
.swal2-styled.swal2-confirm{
  background: var(--gradcolor) !important;
}
.swal2-styled.swal2-confirm:hover{
  background: var(--gradcolor) !important;
}
.swal2-popup
{
  border-radius:0px;
}

.event_btn i {
  font-size: 16px;
  font-weight: 500;
  margin-right: 1px;
}



/* -----------agenda search--------------- */
.search-bar {
  margin: 10px 0;
}
.search-bar .form-control{
border-radius: 7px;
border: 1.5px solid #233F9A;
font-size: 15px; 
font-family: var(--font1);
font-weight: 500;
}
.search-bar input.form-control:focus{
box-shadow: none;
border: 1.5px solid #233F9A;
background-color: transparent;
letter-spacing: 1px;
}
.search-bar .secrch_btn {
  background: var(--gradcolor)!important;
  border-radius: 0px 5px 5px 0px;
  border-color: #233F9A;
  padding: 6px 20px;
  color: #fff;
  cursor: pointer;
}
.search-bar .secrch_btn:focus{
box-shadow: none;
}
.search-bar .form-control::placeholder { 
  color: #8F8F8F;
  font-size: 15px;
  font-family: var(--font1);
  font-weight: 500;
}

.search-bar .form-control:-ms-input-placeholder {
  color: #8F8F8F;
  font-size: 15px;
  font-family: var(--font1);
  font-weight: 500;

}

.search-bar .form-control::-ms-input-placeholder { 
  color: #8F8F8F;
  font-size: 15px;
  font-family: var(--font1);
  font-weight: 500;
}

/* ------------------------- */
.session_heading {
  margin-top: 10px;
}
.session_heading h6 {
  font-size: 18px;
  font-family: var(--font1);
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
}

.session_list ul {
  display: inline-flex;
}
.session_list ul li {
  margin: 0px 0 0;
}
.name-agenda {
  font-family: var(--font1);
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #2b3d99 !important;
  margin-left: 15px !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
}
.desig-agenda {
  font-family: var(--font1);
  font-size: 14px !important;
  color: #000;
  font-weight: 500;
  margin-left: 15px !important;
  line-height: 20px !important;
  margin-top: 0 !important;
}
.session_list img {
  max-width: 60px;
  width: 60px;
  border-radius: 5%;
  height: auto;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.fixed-agenda {
  position: sticky;
  top: 0px;
  z-index: 99;
  width: 100%;
  left: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  background: #f0f4ff;
}

#fieldother .form-control {
  margin-bottom: 0px;
}

.speakers-include h5 {
  font-size: 19px;
  font-family: var(--font1);
  font-weight: 800;
  line-height: 30px;
  margin-bottom: 7px;
}

/* ----------venue-area---------------  */
.venue-area{
  padding: 50px 0 50px;
  background: #eff4f585;
}

.venue-mt h2{
  margin-bottom: 50px;
}
.venue-box {
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  
}

.venue-heading h2 {
  font-size: 22px;
  font-family: var(--font1);
  font-weight: 800;
  color: #0F70B7;
  margin-bottom: 10px;
}

.venue-heading h3 {
  font-size: 19px;
  font-family: var(--font1);
  font-weight: 600;
  margin-bottom: 15px;
}
.venue-add p {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font1);
  color: #000;
  line-height: 26px;
  position: relative;
  left: 20px;
  padding: 0 10px;
  margin-bottom: 15px;
}

.venue-add p i {
  color: #0F70B7;
  font-size: 19px;
  margin-right: 5px;
  left: -22px;
  position: absolute;
  top: 4px;
}

.venue-add p a {
  font-size: 16px;
  font-family: var(--font1);
  font-weight: 500;
  color: #000;
  transition: all .5s ease-in-out;
}
.venue-add p a:hover{
  color: #0F70B7;
}

.venue-map-box{
  background: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.venue-map iframe {
  width: 100%;
  height: 215px;
  margin: 0;
  padding: 0;
  border: 0;
}

.venue-title h2{
  text-align: center;
  font-family: var(--font1);
  font-weight: 700;
  color: #000;
  font-size: 33px;
  position: relative;
  line-height: 50px;
}
.venue-title h2:before{
  content: '';
    width: 80px;
    height: 4px;
    border-radius: 10px;
    background: #000;
    position: absolute;
    bottom: -15px;
    left: 51%;
    margin-left: -50px;
}

/* .btn-align a {
  float: left;
  font-weight: 600;
  color: #14833F;
  position: relative;
  transition: all .10s ease-in-out;
  margin-top: 10px;
  font-family: var(--font1);
  font-size: 16px;
}
.btn-align i {
  font-size: 16px;
  margin-left: 1px;
}
.btn-align a:before {
	position: absolute;
	bottom:-3px;
	left: 0;
	margin: auto;
	width: 100%;
	height: 3px;
	background: #14833F;
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	-o-transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1);
	transition: transform 1s cubic-bezier(.2, 1, .3, 1), -webkit-transform 1s cubic-bezier(.2, 1, .3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1)
}
.btn-align a::before {
	background-color: #14833F;
	height: 2px
}


.btn-align:hover a::before  {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

.event_btn i {
  font-size: 16px;
  font-weight: 500;
  margin-right: 1px;
} */

/* ------venue area end-------- */

/* ------------------------------- */
.tackled-area{
  padding: 50px 0;
  background: #F0F4FF;
  position: relative;
}
.tackled-area::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/pattern-3.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: .4;
}

.card{
  position: relative;
}


.project-list-box {
  position: relative;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: .4s;
  border-radius: 5px;
  margin-bottom: 30px;
  min-height: 140px;
  border: 0;
}

.icon-img {
  position: absolute;
  left: 0;
  top: 25%;
  height: 60px;
  width: 70px;
  font-size: 30px;
  /* background: #d41c5d; */
  text-align: center;
  line-height: 59px;
  border-radius: 0px 42px 42px 0px;
  transition: .4s;
  justify-content: center;
  align-items: center;
}
.icon-img img {
  width: 35px;
  height: auto;
  line-height: 35px;
  position: relative;
  top: 10px;
  margin: auto;
  transition: all ease .5s;
  transform: rotateY(360deg);
}
.specific-heading{
  margin-bottom: 60px;
}

.specific-heading h2 {
  text-align: center;
  font-family: var(--font1);
  font-weight: 700;
  color: #000;
  font-size: 28px;
  position: relative;
  line-height: 40px;
  margin-bottom: 30px;
}
.specific-heading h2:before {
  content: '';
  width: 80px;
  height: 4px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}

.specific-text {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  left: 45px;
  top: 0px;
  padding-right: 30px;
}

.specific-text  p {
  font-family: var(--font1);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin: 0 0 5px;
  color: #000;
}
.specific-box:hover .project-list-box .icon-img img{
  transition: all ease .5s;
  transform: rotateY(180deg);
}

/* -----------------why sponsors-------------- */
.new-sponsor-area {
  background-image: url('../images/2024-bg.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 50px 0 130px;
}

.spon-text {
  margin-bottom: 40px;
}
.spon-text p {
  font-size: 18px;
  font-family: var(--font1);
  color: #000;
  text-align: center;
  line-height: 28px;
  margin-bottom: 5px;
 
}

.spons-card {
  background: #fff;
  width: 100%;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 15px 0;
 
}
.spons-card-text {
  position: relative;
  padding: 0 10px;
  padding-left: 100px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
}

.spons-card .icon-inner-box {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  margin-bottom: 30px;
  background: #d81c5c;
  padding: 9px;
  border-radius: 10px;
}
.spons-card .icon-inner-box img {
  max-width: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transition: all ease .5s;
  transform: rotateY(360deg);
}
.spons-card-text p {
  font-size: 16px;
  font-family: var(--font1);
  color: #000;
  line-height: 26px;
  min-height: 80px;
}

.spons-card:hover .icon-inner-box img {
  transition: all ease .5s;
  transform: rotateY(180deg);
}