/*==== 15-11-24 ====*/
.home .banner {
    margin-top: 0px !important;
    height: 100% !important;
    padding: 220px 0 0;
}
.home .banner-text {
    position: relative;
    top: 0;
    transform: translate(0, 0); 
    z-index: 99;
    color: #fff;
    width: auto;
    padding-bottom: 45px;
}
.home .banner item .pic{
    width: auto;
    right: 0;
    top: inherit;
    bottom: 0;
    position: absolute;
    text-align: right;
    vertical-align: bottom;
    height: auto;
	margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.banner .container{
position:relative;
}
.home .banner item .pic img {
        max-width:100%;
    }
.home .banner item .pic img {
    width: 100%;
	min-height:auto;
}
 
/*==== END ====*/


.social-icon .twitter, .social-icon{
	position:relative;
}
.social-icon .twitter:before{
	content:"" !important;
	display: inline-block;
    position: absolute;
    left: 4px;
    padding: 0px;
    background-image: url('/images/twitter-img3.png');
    width: 30px;
    height: 30px;
    background-size: 32px;
    background-repeat: no-repeat;
    top: 5px;
}
/* Meeting Planner Tools CSS Starts */
.small-desc{
	text-align: center;
    margin-bottom: 30px;
}
.backto-mpt{
	width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.backto-mpt .back-link{
	position:relative;
}
.palnner-tool-bio{
	display: inline-flex;
    width: 950px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.palnner-tool-bio a{
	padding: 10px 25px;
    background: #fd8727;
    color: #fff !important;
    border-radius: 3px;
}
.palnner-tool-bio a:hover, .extra-btns a:hover {
    background: #af5710;
}
.extra-btns a{
	padding: 10px 25px;
    background: #fd8727;
    color: #fff !important;
    border-radius: 3px;
	display: inline-block;
    margin-bottom: 30px;
}
.extra-btns{
	margin-top: 20px;
    display: inline-block;
	width:100%;
}
.pt-list img{
	width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px auto;
}
.extra-lable span{
	font-size:20px;
	color:#fd8727;
	border-bottom:1px solid #ccc;
	padding-bottom:30px;
	margin-bottom:20px;
	display: inline-block;
    width: 100%;
}
.extra-lable{
	margin-top:50px
}
.palnner-tool-img{
	width:520px;
}

@media(max-width:767px){
	.palnner-tool-bio {
        display: inline-block;
        width: 100%;
	}
	.palnner-tool-bio .pt-list{
		text-align: center;
		margin-bottom: 40px;
	}
}
@media(max-width:600px){
	.palnner-tool-img{
		width:90%;
	}
}
/* Chat Boat CSS*/
#chatboxContainer{
	cursor: pointer;
}
#chatboxContainer p{
	margin:0px 20px 0px 0px !important;
	padding:0px 10px;
	position:relative;
}
.mobile-device{
	display:none;
}
.desktop-device{
	display:block;
}
#chatboxContainer{
	position: fixed;
    right: 80px !important;
	height: 42px;
    bottom: 61px;
    z-index: 1;
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    border-radius: 16px;
    padding: 0px;
    box-shadow: rgba(0, 18, 46, 0.24) 0px 6px 32px 0px;
    background: rgb(255, 255, 255);
}
 #chatbase-bubble-button:before{ 
	 content: "Chat with ESB AI"; 
     display: inline-block; 
     position: absolute; 
     left: -220px; 
     background: #fff; 
     height: 42px; 
     line-height: 42px; 
     width: 210px; 
     border-radius: 16px; 
     padding: 0px 20px; 
	 top:5px; 
 } 
#chatbase-bubble-button:after{ 
	content: "";
    display: inline-block;
    position: absolute;
    left: -50px;
    padding: 0px;
	background-image: url('/images/hand-img.png');
	width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    top: 15px;
 }
.team-block ul li .cd-item .overlay{
	left: 0px !important;
}
.cd-trigger-hvr{
	display:none;
}
/* Planner Details CSS*/
.newsDetial li{
list-style: none;
}
.bio.pt-list a img, .intro.pt-list a img{
	width: 20px;
    height: 20px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    display: inline-flex;
    position: relative;
    top: 2px;
}
.intro.pt-list a img{
	width: 20px;
    height: 20px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    display: inline-flex;
    position: relative;
    top: 2px;
}
.av-sheet.pt-list a img{
	width: 20px;
    height: 20px;
    margin: 0px 0px 0px 10px;
    padding: 0;
    display: inline-flex;
    position: relative;
    top: 2px;
}
.newsImg .planner-img > img{
	
	position: relative;
    width: 100%;
    height: 180px;
    object-fit: cover;

}
.newsImg.newsImg2 .planner-img > img {
    position: relative;
    width: 100%;
    height: 440px;
    object-fit: cover;
}
.newsImg .planner-img span {
	position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    border: 1px solid #fd8727;
    max-width: 160px;
    margin: 0 auto;
    padding: 10px 29px;
    display: flex;
    border-radius: 30px;
	color: #fd8727;
}
.newsImg .planner-img span img {
    width: 20px;
    height: 20px;
    transform: rotate(-40deg);
}

@media only screen and (min-width: 1199px){
	body.home #chatboxContainer, body.home #chatbase-bubble-button{
		bottom:11% !important;
	}
	#chatboxContainer, #chatbase-bubble-button{
		bottom:6% !important;
		z-index: 999;
	}
	body.chat-box-postion #chatboxContainer, body.chat-box-postion #chatbase-bubble-button {
		top: auto !important;
		bottom: 4% !important;
		transition: all 0.5s ease;
	}
}

@media only screen and (max-width: 1199px){

	#chatboxContainer, #chatbase-bubble-button{
		bottom: 5%!important;
		z-index: 99;
	}

}

@media only screen and (max-width: 1199px){
	#chatboxContainer, #chatbase-bubble-button {
		/* left: 20px; */
		z-index: 999;
	}
	
}

@media only screen and (max-width: 700px){
	.mobile-device{
		display:block;
	}
	.desktop-device{
		display:none;
	}
}
	
/* Meeting Planner Tools CSS Ends */

#esb-booknow-form form {

  padding: 40px;

  background: #f7f7f7;

  margin: 0 auto;

}

#esb-booknow-form form .form-group input {

  background: none;

  border-radius: 0;

}

#esb-booknow-form form .form-group .nice-select {

  background: none;

}

#esb-booknow-form form .form-group textarea {

  background: none;

}

#esb-booknow-form form .form-submit-bttn input {

  margin-top: 10px;

}

#esb-booknow-form form label {

  color: #555;

}

.popup-form .form-group input {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #707070;
  font-size: 14px;
  font-family: 'poppins_regular';
  border: none;
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  border-radius: .25rem;
}
.popup-form .form-group textarea {
  height: 100px !important;
  background: #fff;
  color: #707070;
  font-size: 14px;
  font-family: 'poppins_regular';
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  border-radius: .25rem;
  width: 100%;
}
.popup-form .form-group .nice-select {
  width: 100%;
  height: 45px;
  background: #fff;
  color: #707070;
  font-size: 14px;
  font-family: 'poppins_regular';
  border: 1px solid #ccc;
  padding: 7px 14px 9px;
  border-radius: .25rem;
}
.popup-form .form-group label {
  text-align: left;
  padding-bottom: 6px;
  width: 100%;
  font-size: 15px;
  color: #fff;
}
.popup-form .form-group .current {
  position: relative;
  top: -5px;
}
.popup-form .form-group .nice-select .list {
  width: 100%;
}
.popup-form .form-submit-bttn input {
  padding: 0 50px;
  background: #fd8727;
  color: #fff;
  outline: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: capitalize;
  border-radius: 50px;
  color: #fff !important;
  font-size: 16px;
  font-family: 'poppins_semibold';
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  border: none;
  margin-top: 30px;
  cursor: pointer;
}
.popup-form .form-submit-bttn input:hover {
  background: #af5710;
}
.popup-form .form-group textarea:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none;
}
.popup-form .form-group input:focus-visible {
  border: none !important;
  box-shadow: none !important;
  outline: none;
}

a.scrollup {
    display: none !important;
}

.authorparent-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
@media(max-width:600px){
    .authorparent-info {
        flex-direction: column;
    }
    .authorparent-info a.rg-btn.bt-blue {
        margin-top: 15px;
    }
}
#tidio-chat {
    position: relative !important;
    z-index: 9999 !important;
}

.idea-form .c-mask.active + a + .content-sec {
    z-index: 99999 !important;
}
a.scrollup {
    display: none !important;
}
#tidio-chat iframe#tidio-chat-iframe {
    bottom: 0 !important;
}
      
body.home {
    
    font-size: 16px !important;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    color: #9595b2;
    background: #1e2645;
}



h1 {
    font-size: 50px;
    line-height: 55px;
    font-family: 'poppins_semibold';
}

h2 {
  font-size: 30px;
  line-height: 36px;
  font-family: 'poppins_semibold';
}

h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: 'poppins_semibold';
}

h4 {
  font-size: 24px;
  line-height: 30px;
 font-family: 'poppins_semibold';
}

h5 {
  font-size: 20px;
  line-height: 26px;
  font-family: 'poppins_semibold';
}

h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'poppins_semibold';
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}

.home a:hover {
  color: #123157;
  text-decoration: none !important;
}

a:focus {
  outline: none;
}

.home p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'poppins_regular';
    margin-bottom: 20px;
    color: #9595b2;
}
p:last-child{margin-bottom: 0;}

figure {
  margin: 0;
}

/* Font Family Start */
@font-face {
    font-family: 'poppins_light';
    src: url('fonts/poppins_light.eot');
    src: url('fonts/poppins_light.eot') format('embedded-opentype'),
         url('fonts/poppins_light.woff2') format('woff2'),
         url('fonts/poppins_light.woff') format('woff'),
         url('fonts/poppins_light.ttf') format('truetype'),
         url('fonts/poppins_light.svg#poppins_light') format('svg');
}

@font-face {
    font-family: 'poppins_medium';
    src: url('fonts/poppins_medium.eot');
    src: url('fonts/poppins_medium.eot') format('embedded-opentype'),
         url('fonts/poppins_medium.woff2') format('woff2'),
         url('fonts/poppins_medium.woff') format('woff'),
         url('fonts/poppins_medium.ttf') format('truetype'),
         url('fonts/poppins_medium.svg#poppins_medium') format('svg');
}
@font-face {
    font-family: 'poppins_regular';
    src: url('fonts/poppins_regular.eot');
    src: url('fonts/poppins_regular.eot') format('embedded-opentype'),
         url('fonts/poppins_regular.woff2') format('woff2'),
         url('fonts/poppins_regular.woff') format('woff'),
         url('fonts/poppins_regular.ttf') format('truetype'),
         url('fonts/poppins_regular.svg#poppins_regular') format('svg');
}
@font-face {
    font-family: 'poppins_bold';
    src: url('fonts/poppins_bold.eot');
    src: url('fonts/poppins_bold.eot') format('embedded-opentype'),
         url('fonts/poppins_bold.woff2') format('woff2'),
         url('fonts/poppins_bold.woff') format('woff'),
         url('fonts/poppins_bold.ttf') format('truetype'),
         url('fonts/poppins_bold.svg#poppins_bold') format('svg');
}

@font-face {
    font-family: 'poppins_semibold';
    src: url('fonts/poppins_semibold.eot');
    src: url('fonts/poppins_semibold.eot') format('embedded-opentype'),
         url('fonts/poppins_semibold.woff2') format('woff2'),
         url('fonts/poppins_semibold.woff') format('woff'),
         url('fonts/poppins_semibold.ttf') format('truetype'),
         url('fonts/poppins_semibold.svg#poppins_semibold') format('svg');
}


@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.btn{
  padding: 0 50px;
  background: #fd8727;
  color: #fff;
  outline: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: capitalize;
  border-radius: 50px;
  color: #fff !important;
  font-size: 16px;
  font-family: 'poppins_semibold';
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
}


.btn.focus, .btn:focus,.btn:hover {
  outline: 0;
  box-shadow: none;
  background: #af5710;
  color: #fff;
}

.read-more{color:#fd8828;}
.home .read-more:hover{color: #fff !important;}

.image-fill {
  position: relative;
  overflow: hidden;
}

.image-fill img {
  width: 100%;
  height: 100%;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  
}

.image-auto {
  position: relative;
}

.image-auto img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.parallax-bg {
  background-attachment: fixed !important;
  background-size: cover !important;
  background-color: #555;
  position: relative;
}

.parallax-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(62, 103, 142, 0.8);
}

.clear {
  clear: both;
}

.title {
  position: relative;
  display:block;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  font-family: 'poppins_semibold';
  margin-bottom: 40px;
  text-transform: capitalize;
}

.title span{font-size: 20px;line-height: 26px;color: #fd8828;display: block;font-family: 'poppins_regular';text-transform: uppercase;}

.title-border::before {  
  content: "";
  display: block;
  height: 200px;
  width: 180px;
  border: 25px solid rgba(253, 136, 40, 7%);
  position: absolute;
  top: -50px;
  left: -50px;
}

.link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pad-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}


.pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padBT-100{padding-bottom: 100px !important;}
.padBT-50{padding-bottom: 50px !important;}

.head-block .search-area select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    background: url(../images/select-arow.png)no-repeat 135px center !important;
}


.logo {
  width: 250px;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   display: inline-block; 
}

.logo img {
  width: 100%;
  height: 100%;
}

.logo-img {
  display: inline-block;
}

.head-block {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #1e2645;
  height: auto;
  
}

    .head-block.sticky {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
        -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
  
}



.head-block.sticky .logo{
  width: 220px;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.head-block.sticky .menu-sec {
  padding: 25px 0 15px;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-Navlist ul li {
    line-height: 20px;
    color: #fff;
    float: left;
    padding: 0;
    font-size: 14px;
    position: relative;
}
.top-Navlist ul li a,.top-right .divspshortlistdata a{color: #fff;}
.divspshortlistdata .my-speaker-list{position:relative;}
.top-Navlist ul li a:hover,.top-right .divspshortlistdata a:hover{color: #f6862d !important;}
.divspshortlistdata .my-speaker-list::after,.divspshortlistdata .phone::after {
    content: "";   
    width: 1px;
    height: 20px;
    position: absolute;    
    top: 50%;
    margin: -9px 0 0;
	background: #4e4e4e;  
    right: 0;
}
.top-Navlist .divspshortlistdata a:first-child::before{display: none;} 

.top-right ul{display: inline-block;}
.top-right .divspshortlistdata a {
    line-height: 22px;
    color: #fff;
    display: inline-block;
    padding: 0 0 0 25px;
    font-size: 14px !important;
    position: relative;
    font-family: 'poppins_medium';
}
.sp-list em {
    font-style: normal;
    background: #fc8828;
    border-radius: 15px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-left: 5px;
    top: -2px;
    color: #fff;
    position: relative;
}
.top-right ul li:before  {
   display:none;
	
}
.top-right .divspshortlistdata .my-speaker-list,.top-right .divspshortlistdata a.phone{float: left;padding: 0 25px 0 0;}


.top-bar {
  position: relative;  
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px 0;
    background: -moz-linear-gradient(left, rgba(30,38,69,0.9) 0%, rgba(21,27,58,0.9) 50%, rgba(21,27,58,0.9) 52%, rgba(21,27,58,1) 100%);
background: -webkit-linear-gradient(left, rgba(30,38,69,0.9) 0%,rgba(21,27,58,0.9) 50%,rgba(21,27,58,0.9) 52%,rgba(21,27,58,1) 100%);
background: linear-gradient(to right, rgba(30,38,69,0.9) 0%,rgba(21,27,58,0.9) 50%,rgba(21,27,58,0.9) 52%,rgba(21,27,58,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61e2645', endColorstr='#151b3a',GradientType=1 );
display:none;
}

.header{padding:20px 0 10px;}



.email, .phone, .address {
  position: relative;
  font-size: 18px !important;
  font-family: 'poppins_medium' !important;
}

.email::before, .phone::before, .address::before {
  content: "\f0e0";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #f6862d;
  margin-right: 10px;
  display: inline-block;
  top: 2px;
  position: relative;
}

.phone::before {
  content: "\f095";
}

.address::before {
  content: "\f041";
}

.findSpeaker{
    display: none;
}

/* Nav Style Start*/
.main-nav {
    float: right;    
    padding: 10px 0 0;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.main-sec.row{justify-content: space-between;}
.head-block.sticky .main-nav{padding: 10px 0 0;}
.head-block.sticky .main-nav ul.slimmenu li{margin: 0 0 0 30px;}
.main-nav ul.slimmenu li:first-child {
            padding-right: 0;
        }

        .main-nav ul.slimmenu li {
            padding: 0 0 0 0;
            margin: 0;
        }

        .main-nav ul.slimmenu li .sub-toggle {
            right: 0;
            top: 3px;
}        
ul.slimmenu li .sub-toggle i{display: none;}
@media only screen and (min-width:1200px) {
	.container{max-width: 1170px;}
            .main-nav ul.slimmenu li ul{min-width: 200px;left: 50%;right: inherit;transform: translateX(-50%);}
            .main-nav ul.slimmenu li a {
                color: #fff;
                font-family: 'poppins_semibold';
                font-size: 22px;
				line-height:26px;
                font-weight: 500;
                height: auto;
                text-transform: capitalize;
                -webkit-transition: 0.3s ease;
                -moz-transition: 0.3s ease;
                -ms-transition: 0.3s ease;
                -o-transition: 0.3s ease;
                transition: 0.3s ease;
                padding: 3px 0 5px;
                position: relative;
            }
ul.slimmenu li.has-submenu ul li a{text-transform: capitalize;}
            .main-nav ul.slimmenu li a:hover,
            .main-nav ul.slimmenu li.current-menu-item a,
            .main-nav ul.slimmenu li.current-menu-parent a {
                color: #f6862d !important;
            }

            
            .main-nav ul.slimmenu li:hover>a.btn-contact {
                background: #f2a900;
                color: #fff;
            }

            .main-nav ul.slimmenu li:hover .sub-toggle i {
                color: #fff !important;
            }
            .main-nav ul.slimmenu li {
            display: inline-block;
            margin: 0 0 0 30px;
            -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
        }

.mob-menu{display: none;}        
}

.effect-7 {
    border: 1px solid #ccc;
    padding: 7px 14px 9px;
    transition: .4s;
    height: 50px;
    background: 0;
}
.effect-7~.focus-border:after, .effect-7~.focus-border:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #ffd19c;
    transition: .4s;
}
.effect-7~.focus-border:after {
    top: auto;
    bottom: 0;
}
.effect-7:focus~.focus-border:after, .effect-7:focus~.focus-border:before {
    left: 0;
    width: 100%;
    transition: .4s;
}


.effect-7~.focus-border i:after, .effect-7~.focus-border i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #ffd19c;
    transition: .6s;
}

.effect-7:focus~.focus-border i:after, .effect-7:focus~.focus-border i:before {
    top: 0;
    height: 100%;
    transition: .6s;
}
.effect-7~.focus-border i:after {
    left: auto;
    right: 0;
}

/* Search Area Style Start */
.search-area {
    position: relative;
    z-index: 9;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    background: #333c61;
    box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.5);
}
.form-signin{-moz-transition: 0.3s ease; -ms-transition: 0.3s ease;-o-transition: 0.3s ease;transition: 0.3s ease;}
.search-area .inner-sec{padding: 10px 10px;background: #333c61;}
.search-area .row{margin: 0;align-items: center;width:100%;}
.search-area .form-control,
.search-area input.form-control,
.head-block .search-area .btn.multiselect {
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
   /* background: #1e2645;*/
   background:#fff;
    border-radius: 5px;
    outline: 0;
    text-transform: capitalize;
    padding: 0 20px 0 15px !important;
    box-shadow: none;
    font-family: 'poppins_light';
    margin: 0 5px 0 0;
    text-align: left;
}

.search-area .col {
    padding: 0;
    position: relative;
    
}
.search-area .col:before {
    content: "";
    background: #575757;
    width: 1px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -13px 0 0;
	display:none;
}
.search-area .search-input{padding: 0;margin-right: 0;width: 250px;margin: 0;}
.search-area .btn{margin: 0 10px 0 0;height: 45px; line-height: 45px;}
.clear-all{font-size: 14px;line-height: 20px;font-family: 'poppins_medium';background: none;border: none;color: #fff;}
.clear-all:hover{color: #fd8828;}
.head-block.sticky .search-area .inner-sec{
    box-shadow: none;
    /*padding: 5px 10px;*/

}

.search-area input::-webkit-input-placeholder {
    color: #fff;
}
.search-area input::-moz-placeholder {
    color: #fff;
}
.search-area input:-ms-input-placeholder {
    color: #fff;
}
.search-area input:-moz-placeholder {
    color: #fff;
}

/*.head-block .search-area .nice-select {
    display: none;
}*/

.head-block .search-area .multiselect.dropdown-toggle::after {
    background: url(/images/select-arow.png)no-repeat center center #fff !important;
    width: 20px;
    height: 20px;
    border: 0;
    position: absolute;
    right: 15px;
    top: 13px;
	border-radius:50%;
}



/* Banner Style Start */
.banner {
    position: relative;
    height: 600px;
}

    .banner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        /*background: rgba(0,0,0,0.3);
    background: #0000004d;*/
        background: #000000;
        opacity: 0.3;
    }

    .banner .pic {
        height: 100%;
        margin: 0;
    }
.banner.banner-slider .slick-list, .banner .pic img,.banner.banner-slider .slick-track{
  height: 100%;
}
    .banner.banner-slider .slick-list{z-index:9;}

    .banner-text {
        position: absolute;
        top: 50%;
        transform: translate(0, -35%);
        z-index: 99;
        color: #fff;
        width: 750px;
    }
.banner .banner-text h2 {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-family: 'poppins_regular';
}
.banner .banner-text span{color: #fd8828;font-family: 'poppins_regular';font-size: 20px;line-height: 26px;margin-bottom: 35px;display: block;}
.banner .banner-text .btn{margin: 20px 0 40px;}
.banner .partner-icons .icon{width: 70px;height: 60px;border: 1px solid #292525;border-radius: 10px;display: inline-block;margin: 0 5px;}
.banner.banner-slider .slick-prev {left: 50px;z-index:99;}
.banner.banner-slider .slick-next {right: 50px;z-index: 99;}
.banner.banner-slider .slick-prev:before, .banner.banner-slider .slick-next:before {font-size: 50px;}
.banner-text p{font-size:18px;}


    /** Trending Topic Style Start **/
    .trending-topics .topics-block {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.trending-topics .topics-block::after{content:"" ;position: absolute;top:0;bottom: 0;left: 0;right: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#cc000000',GradientType=0 ); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#cc000000',GradientType=0 ); 
}
.trending-topics .topics-block .pic{width: 100%;height: 100%;}
        .trending-topics .topics-block h6 {
            color: #fff;
            margin: 0;
            position: absolute;
            bottom: 0;
            width: 100%;
            z-index: 99;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            padding: 20px 10px;
            background: #fd8727;
        }
.trending-topics .topics-block:hover h6 {background: #af5710;}
.trending-topics .topics-block:hover h6.blue-bg { background: #333c61 !important; }
 .common-slider.slick-initialized .slick-slide, .video-slider.slick-initialized .slick-slide {
        display: block;
        padding: 0 15px;
        margin: 0;
    }
.slick-prev:before, .slick-next:before{content: "\f104";font-family: "FontAwesome";font-size: 26px;font-weight: bold;color:#fff;}
.slick-next:before{content: "\f105";}

/** About Style Start **/
.about{position: relative;}
.about::before{content: "";position: absolute;left: 0;width: 80%;height: 100%;background: #0f183a;}
.about .text-blk p a{color: #fd8828;}
.about .text-blk p a:hover,.about .text-blk p{color: #fff;}
.about .right-block .pic{width: 100%;height: 430px;border-radius: 20px;}
.about .right-block::before {  
  content: "";
  display: block;
  height: 410px;
  width: 370px;
  border: 50px solid rgba(253, 136, 40, 7%);
  position: absolute;
  top: -230px;
  right: 50px;
  
}
.form-control:focus {box-shadow: none;border-color: transparent;}

/** Keynote Speakers Style Start **/
.keynote_speakers .speakers-block{position: relative;}
.keynote_speakers .speakers-block .pic{width: 100%;height: 300px;margin-bottom:25px;border-radius: 20px;position: relative;overflow: hidden;box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);}
.keynote_speakers .speakers-block h5{color: #fff;margin-bottom:15px;}
.keynote_speakers .speakers-block p{font-size: 14px;line-height: 20px;margin-bottom:0 !important;}


/** videos Section Style Start**/
.videos-section .full_img_blk{text-align: center;position: relative;height: 600px;}
.videos-section .full_img_blk:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.3);z-index: 9;}
.videos-section .full_img_blk .text-blk{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 9;width:80%;}
.videos-section .full_img_blk .pic{width: 100%;height: 100%;}
.videos-section .full_img_blk .text-blk h1{color: #fff;}
.videos-section .full_img_blk .text-blk .play-icon{width: 140px;height: 140px;display: inline-block;margin-bottom: 30px;}
.videos-section  .thumb_img_sec .thumb_pic{width: 100%;height: 170px;border-radius:15px;display: inline-block;position: relative;}
.videos-section .thumb_img_sec .thumb_pic::before{content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);
background: url("/images/paly-icon_sm.png")no-repeat center center;width: 70px;height: 70px;}
.videos-section .thumb_img_sec{margin-top: -85px;z-index: 9;position: relative;}
.videos-model iframe{width: 100%;height: 100%;}
.videos-model .modal-dialog{max-width: 800px;height:350px;}
.videos-model .modal-dialog .modal-content{height: 100%;width: 100%;background: #1e2645;padding: 50px 30px 30px;}
    .videos-model .modal-dialog .close {
        text-shadow: none;
        position: absolute;
        right: 10px;
        top: 10px;
        opacity: 1;
        width: 30px;
        height: 30px;
        z-index: 1;
        color: #fff;
        outline: none;
        border: 0;
        background: none;
    }
.videos-model .modal-dialog .close span{font-size: 40px;}
.videos-model .modal-dialog .modal-body{padding: 0;}
.videos-model .modal-dialog .close:hover{opacity: 1;color: #fff;}


/** Event Subscribe Section Style Start **/
.event-subscribe{background: #0f183a;}
.event-subscribe .text-blk h2{color: #fff;margin-bottom: 30px;}
.event-subscribe .text-blk .name-tag{margin-bottom: 10px;}
.event-subscribe .text-blk .name-tag span{color: #fa892b;}
.event-subscribe .pic {height: auto;width: 100%;}
.subscribe-section .pic img{width:auto !important; height:100% !important;-webkit-object-fit: fill;-moz-object-fit: fill;-ms-object-fit: fill;-o-object-fit: fill;object-fit: fill;}
.subscribe-form input.form-control{height: 70px;padding: 0 65px 0 30px;color: #777777;background: #fff;border-radius: 5px;width: 630px;display: inline-block;
z-index: 9;position: relative;}
.subscribe-form input.btn{padding: 0 35px;margin-left: -60px;z-index: 9;position: relative;}
.subscribe-form .form-section{margin-top: 35px;}

/** Latest News Style Start **/
.latest-news{text-align: center;}
.latest-news .pic {height: 264px;width: 100%;border-top-left-radius: 20px;border-top-right-radius: 20px;margin: 0 0 25px;background: #2d3652;}
.latest-news .pic img{
    object-position:top;
    height:auto;
}
.latest-news .text-blk span {
        font-size: 14px;
        line-height: 18px;
        font-family: 'poppins_regular';
        margin-bottom: 15px;
        display: inline-block;
    }
.latest-news .text-blk h5{color: #fff;margin-bottom: 25px;}
.latest-news .content-sec{text-align: left;padding-bottom: 50px;}
.latest-news .content-sec .block{padding: 0 30px;}

/** Subscribe Section Style Start **/
.subscribe{background: #0f183a;}
.subscribe .content-sec{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap; flex-wrap: wrap;align-items: center;text-align: center;justify-content: center;}
.subscribe .subscribe-form input.form-control{width: 480px;}
.subscribe .content-sec h3{color: #fff;margin: 0 30px 0 0;}
.subscribe .subscribe-form{position: relative;}
.subscribe .subscribe-form::before{content: ""; display: block;height: 200px;width: 180px;border: 25px solid rgba(253, 136, 40, 7%);position: absolute;
  top: 50%;left: 50%;transform: translate(-50%, -50%);}

/** Blog Style Start **/  
.blog .post-block{width: 100%;height: 350px;border-radius: 20px;position: relative;overflow: hidden;box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);}
.blog .post-block::after{content:"" ;position: absolute;top:0;bottom: 0;left: 0;right: 0;
background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.5) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#cc000000',GradientType=0 ); 


}
.blog .post-block .pic{width: 100%;height:100%;}
.blog .post-block .text-blk{color: #fff;margin: 0;position: absolute;bottom:0;width: 100%;z-index: 99; align-items:center;-webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;  -ms-transition: 0.3s ease;  -o-transition: 0.3s ease;  transition: 0.3s ease;display: -ms-flexbox;
    display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;text-align: left;padding: 10px 10px;}
.blog .post-block .text-blk .date-sec{text-align: center;width: 80px;margin-right: 20px;padding-right: 15px;position: relative;margin-bottom: 0;}    
.blog .post-block .text-blk .date-sec::before{content: "";position: absolute;right: 0;height: 70px;width: 1px;background: #ae6224;}
.blog .post-block .text-blk .date-sec span{color:#707070;font-size: 14px;line-height: 20px;font-family: 'poppins_regular';display: block;}
.blog .post-block .text-blk h5{width: calc(100% - 100px);margin: 0;}
.blog .post-block:hover .text-blk{/*bottom: 50%;transform: translate(0, 50%);*/background: rgba(0, 0, 0, 0.8);}
.blog .post-block:hover .text-blk .date-sec::before {top: -6px;}

/** Featured Clients Style Start **/ 
.featured_clients{background: #0f183a;}
.featured_clients .title{margin:0 0 0 80px;padding: 0;} 
.featured_clients .pic{width: 100%;height: 85px;margin: 0 auto;background: #fff;border-radius: 5px;}
.featured_clients .title-border::before{left: 0;height: 310px;width: 280px;border: 40px solid rgba(253, 136, 40, 7%);top: 50%;transform: translate(0, -50%);}
.featured_clients .clients-slider .slick-prev {left: 5px;}
.featured_clients .clients-slider .slick-next {right: 5px;}
.featured_clients .clients-slider.slick-initialized .slick-slide {padding: 0 5px;margin:0;}
.featured_clients .clients-slider{padding: 0 30px;}

/** Footer Style Start **/
footer .footer-menu li{display: inline-block;width: 31%;padding-right: 20px;}
footer .content-sec ul li{padding-bottom: 10px;vertical-align: top;line-height: 20px;}
    footer .content-sec ul li a {
        font-size: 15px;
        line-height: 20px;
        color: #9595b2;
        text-transform: capitalize !important;
    }
footer .content-sec ul li a:hover{color: #f6862d;}

/** Copy Right Style Start **/
.copy-right {
    padding: 20px 0;
    background: #080f28;
}
.copy-right .content-sec{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-pack: justify!important; justify-content: space-between!important;}
.copy-right p{font-size: 14px;line-height: 20px;color: #43435b;margin-bottom: 0;padding:0px;}
.copy-right p a{color: #9595b2;}
.copy-right p a:hover{color: #f6862d;}


/** social Icons **/
#socialShare {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
}
footer.pad-100 {
    padding-top: 60px;
    padding-bottom: 40px;
}
#socialShare > a,#socialGallery > a{display: none !important;}

#socialShare .plus-icon{width: 30px; height: 30px;line-height: 30px;border-radius: 5px; background: #fd8828;position: relative;padding: 0;}
#socialShare .plus-icon::before{content: "\f067";font-family: "FontAwesome";font-size: 16px;color: #fff;}

#socialShare a,
#socialShare > .socialBox{
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

#socialShare  a {
  background-color: rgba(0, 0, 0, 0.2);
}

#socialShare > * > span {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 8px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
#socialShare > * > span:hover,
#socialShare > .open > span {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#socialGallery {
  left: -155px;
  margin: 0 auto 0;
  position: absolute;
  top: 50px;
  
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;  -ms-transition: 0.3s ease;  -o-transition: 0.3s ease;  transition: 0.3s ease;
}

.socialBox.open #socialGallery{visibility: visible;}
#socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin:0 2px;
  background-color:#af5710;
  position: relative;
  top: 10px;
  color: #fff;
  padding: 0;
}

.social-icon a {
    background-color: #af5710 !important;
    padding: 0 !important;
    margin: 0 5px 0 0;
}
    #socialGallery a:hover,
    .social-icon a:hover {
        background: #fd8828 !important;
    }
    #socialGallery a::before, .social-icon a::before {
        content: "";
        color: #fff;
        font-size: 18px;
        position: absolute;
        font-family: "FontAwesome";
        width: 40px;
        height: 40px;
        line-height: 40px;
        left: 0;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    #socialGallery a.facebook::before, .social-icon a.facebook::before {
        content: "\f09a";
    }
    #socialGallery a.twitter::before, .social-icon a.twitter::before {
        content: "\f099";
    }
    #socialGallery a.linkedin::before, .social-icon a.linkedin::before {
        content: "\f0e1";
    }
    #socialGallery a.youtube::before, .social-icon a.youtube::before {
        content: "\f167";
    }

#socialGallery a.youtube img, .social-icon a.youtube img {
    display: none;
}
#socialGallery a > span {
        position: relative;
        top: 4px;
        left: 4px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    }

.socialToolBox {
  cursor: default;
}

.pointer {
  cursor: pointer
}

@media only screen and (max-width: 480px) {
  #socialGallery {
    width: 220px;
  }

}

/** Ideas Form **/
.idea-form .get-idea{width: 205px;height: 85px;position: fixed;right: 0;top: 70%;z-index: 99;}
.idea-form .content-sec{background: #0f183a;padding:20px 40px;text-align: center;position: fixed;top: 0;right:-650px;width: 650px;height: 100%;z-index: 9999;
-webkit-transition: 0.3s ease; -moz-transition: 0.3s ease; -ms-transition: 0.3s ease;-o-transition: 0.3s ease;transition: 0.3s ease;overflow-y: scroll;}
.idea-form .content-sec .block{margin-bottom: 20px;}
.form-open .idea-form .content-sec{right: 0;}
/*body.home .idea-form .get-idea {
    top: auto !important;
    bottom: 21% !important;
}*/
.idea-form .c-mask {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
    transition: opacity .3s, width 0s .3s, height 0s .3s;
    z-index: 999;
    position: absolute;
}
.idea-form .c-mask.active {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 9999;
    position: fixed;
}
.idea-form .content-sec .form-control{height: 45px;background: #fff;color: #707070;font-size: 14px;font-family: 'poppins_regular';}
.form-close{width: 24px;height: 24px;float: right;}
.idea-form .content-sec .form-control.text-area{height: 70px;resize: none;}
.idea-form .content-sec h2,.idea-form .content-sec h5{color: #fff;margin-bottom: 20px;}
.idea-form .content-sec p{color: #fff;font-size: 14px;line-height: 20px;}
.idea-form .content-sec .form-control::-webkit-input-placeholder {
  color: #707070;
}
.idea-form .content-sec .form-control::-moz-placeholder {
  color: #707070;
}
.idea-form .content-sec .form-control:-ms-input-placeholder {
  color: #707070;
}
.idea-form .content-sec .form-control:-moz-placeholder {
  color: #707070;
}
.idea-form .content-sec .btn{margin-bottom: 30px;}
.idea-form .content-sec .form-control.code{width: calc(100% - 50px);display: inline-block;}
.btn-reset{background: url(/images/rest-icon.png)no-repeat 0 0;width: 30px;height: 32px;display: inline-block;font-size: 0;border: 0;margin-left: 10px;vertical-align: middle;}



/*RT 02-12-2020*/

.search-area .multiselect-container > li {
    margin-bottom: 5px;
}

.search-area .multiselect-container input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 0 5px 0 0;
    float: left;
    top: 2px;
    position: relative;
}

.search-area .multiselect-container > li > a > label {
    padding: 0 0 0 10px;
    font-size: 14px;
	
}
.search-area .multiselect-container > li > a{color: #023662;}
.search-area .multiselect-container > li > a:hover{color: #fc8828;}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    color: #323232 !important;
    background: none !important;
    border: 0;
    outline: none !important;
}

.caret {
    display: none !important;
}

.search-area .nice-select {
    display: none !important;
}

.search-area .submit-btnnew {
    background: url(../images/submitbtn.png) center right no-repeat;
    width: 96px;
    padding: 0;
    font-size: 14px;
    color: #023662;
    font-weight: 700;
    margin: 0 0 0 15px;
    text-align: left;
    position: relative;
    left: 0;
    cursor: pointer;
}

.loader {
    position: fixed;
    display: block;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #666;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.multiselect-container {
    min-width: 230px;
}

    .multiselect-container .multiselect-search {
        border: 2px solid #eee;
    }

        .multiselect-container .multiselect-search:focus {
            box-shadow: none;
        }

/*.search-area .btn-group {
    width: 165px !important;
}*/

.search-area .btn-group .multiselect {
    width: 100% !important;
    height: 30px;
    line-height: 30px;
    color: #555;
    font-size: 15px;
    font-weight: 300;
    border: none;
    background: #fff;
    outline: 0;
    border-radius: 0;
    text-align: left;
    cursor: pointer;
}

    .search-area .btn-group .multiselect span {
        display: block;
        line-height: 18px;
    }

.search-area .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 14px;
}

.multiselect-container .input-group {
    padding: 10px 5px;
    margin: 0 !important;
}

.show-block p,
.show-block span {
    line-height: 22px !important;
    padding-bottom: 0 !important;
}

.multiselect-container .input-group-addon {
    background: #333c61;
    border: 0;
}
.multiselect-container .form-control.multiselect-search {
    background: #1e2645;
    color: #9595b2;
	margin:0;
}


.multiselect-clear-filter.btn{padding:0 15px;}
.multiselect-clear-filter .glyphicon {
    position: relative;
    top: 3px;
    font-style: normal;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
}

.multiselect-clear-filter .glyphicon-remove-circle:before {
    content: "x";
    font-size: 12px;    
    top: -2px;
    position: absolute;
    left: 4px;
}





ul.slimmenu li .sub-toggle:before{font-size:14px;}


ul.slimmenu > li.trending-topics {
    padding: 3px 20px 0 0;   
    color: #fff;
    cursor: pointer;
    font-weight: 600;    
	font-size:22px;
	line-height:26px;
}

    ul.slimmenu > li.trending-topics:hover {
       color: #f6862d !important
    }
    /*ul.slimmenu > li.trending-topics:before {
    top: 54%;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    display: block;
    transform: translateY(-50%)
}*/
    ul.slimmenu li.trending-topics ul:before {
        display: none
    }

ul.slimmenu > li.has-sub > a:before {
    top: 54%
}

ul.slimmenu > li.trending-topics ul {
    width: auto;
    position: fixed;
    height: 0;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    top: auto;
    max-width: inherit;
    background: transparent;
}

ul.slimmenu > li.trending-topics:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 30px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #333c61;
    transform: translateX(-50%);
    display: none
}

ul.slimmenu > li.trending-topics ul li.container {
    width: 1110px;
    height: 0;
    overflow: hidden;    
    margin-top: 13px !important;
}

ul.slimmenu > li.trending-topics:hover ul li.container {
    height: auto;
    padding: 30px 30px 60px
}

    ul.slimmenu > li.trending-topics:hover ul li.container a:hover, ul.slimmenu li.has-submenu ul li a:focus {
        background: transparent;
    }

    ul.slimmenu > li.trending-topics:hover:after,
    .myspeackers-list-dp:hover .collapse {
        display: block
    }

ul.slimmenu > li.trending-topics:hover ul {
    height: auto;
    background: transparent;
}

ul.slimmenu > li.trending-topics ul li a {
    display: inline-block;
    width: 24%;
    font-size: 13px;
    line-height: 15px;
    padding: 0 25px 25px 8px;
    min-height: 25px;
    vertical-align: top;
    text-transform: inherit !important;
    color: #e3e9ef;
    position: relative
}

ul.slimmenu > li.trending-topics ul li a:before {
    content: "\f138";
    left: -10px;
    top: 2px;
    font: normal normal normal 11px/1 FontAwesome;
    position: absolute;
    color: #fa8e35;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

ul.slimmenu > li.trending-topics ul li a:hover:before {
    left: -5px
}

ul.slimmenu > li.trending-topics ul li a:hover,
ul.slimmenu > li.trending-topics ul li a:hover:before {
    color: #fff
}

    ul.slimmenu > li.trending-topics ul li a.rg-btn {
        text-align: center;
        position: absolute !important;
        width: 100%;
        left: 0;
        bottom: 0;
        height: 45px !important;
        line-height: 40px !important;
        font-size: 16px !important;
        border-radius: 0 !important;
    }

.cd-nav-trigger:before,
.links-footer a:before {
    content: "";
    height: 100%
}

ul.slimmenu > li.trending-topics ul li a.rg-btn:hover {
    background: #d2661a
}



.my-speaker-list:hover .myspeackers-list-dp-content {
    display: block;
    transition: all .3s ease-in-out
}

.myspeackers-list-dp-content .card ul li:before {
    top: 14px;
    width: 0;
}

/*
.myspeackers-list-dp-content {
    position: absolute;
    background: #f5f5f5;
    z-index: 9999;
    top: 100%;
    -webkit-box-shadow: 0 18px 25px 1px #454545;
    box-shadow: 0 18px 25px 1px #454545;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    display: none;
    width: 400px
}


.myspeackers-list-dp-content:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    content: "";
    position: absolute;
    left: 10px;
    top: -8px;
    transition: all .3s ease-in-out
}

.myspeackers-list-dp-content .inner {
    max-height: 366px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0
}

.myspeackers-list-dp-content .card {
    border: none;
    border-bottom: 1px dotted #cfcfcf;
    border-radius: 3px;
    background: 0 0;
    flex-direction: inherit;
    margin: 10px;
    padding: 15px
}

    .myspeackers-list-dp-content .card:hover {
        color: #fff
    }

    .myspeackers-list-dp-content .card h4 {
        font-size: 18px;
        margin-bottom: 6px;
        color: #555
    }

        .myspeackers-list-dp-content .card h4 input.close-cst {
            background: url(../images/sprite-png.png) -92px -92px no-repeat;
            border: 0;
            cursor: pointer;
            width: 21px;
            height: 21px;
            font-size: 0;
            position: absolute;
            right: -5px;
            top: -5px
        }

    .myspeackers-list-dp-content .card:hover h4 input.close-cst {
        background-position: -114px -92px
    }

    .myspeackers-list-dp-content .card:hover {
        -webkit-box-shadow: 0 0 10px 0 #030303;
        box-shadow: 0 0 10px 0 #030303;
        border-color: transparent;
        background: #044b85
    }

        .myspeackers-list-dp a,
        .myspeackers-list-dp-content .card:hover h4,
        .myspeackers-list-dp-content .card:hover li,
        .myspeackers-list-dp-content .card:hover li a {
            color: #fff
        }

.myspeackers-list-dp .inner a {
    color: #555
}

.myspeackers-list-dp-content .card ul {
    position: relative;
    display: block
}

.myspeackers-list-dp-content .card ul li {
        line-height: 18px;
        font-size: 14px;
        padding: 5px 0 5px 25px;
        position: relative;
        color: #333
}

.myspeackers-list-dp-content .card ul li:before {
            content: "\f192";
            position: absolute;
            left: 0;
            top: 8px;
            color: #fa8e35
 }*/
.nospeakers {
    padding: 15px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
	color: #555 !important;
	font-family: Roboto, sans-serif !important;
	
}

.myspeackers-list-dp-content .center-block {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #eaeaea;
}

.center-block {
    text-align: center;
    display: block;
    width: 100%;
}
/*
.rg-btn {
    font-size: 18px !important;
    color: #fff;
    line-height: 42px !important;
    background: #fc8828 !important;
    border: 0 !important;
    margin: 0 !important;
    display: inline-block;
    height: 42px !important;
    padding: 0 26px !important;
    -webkit-border-radius: 3px;
    border-radius: 3px !important;
    position: relative !important;
    overflow: hidden !important;
}
.bt-blue {
    background: #023662 !important;
}
.rg-btn:hover {
    color: #fff !important;
    box-shadow: 0 5px 10px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 5px 10px 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 5px 10px 1px rgba(0,0,0,.3);
    -ms-box-shadow: 0 5px 10px 1px rgba(0,0,0,.3);
}
*/
.home .slick-slide {
    background: transparent;
    border:0;
}

.top-right .divspshortlistdata a.rg-btn {
    padding: 0 26px !important;
    font-size: 18px;
    color: #fff;
    line-height: 42px;
}

.top-right .divspshortlistdata a.rg-btn:hover {
    color: #fff !important;
}

body.home .testimonials-block {
    background: #fff !important;
}

.event-subscribe .text-blk p{color:#9595b2}

/** RT 05-01-2021 **/

.search-area .btn-group .multiselect span{overflow:hidden;}
body .mylivechat_inline .mylivechat_expanded_outer{top:10px;}
body .mylivechat_inline .mylivechat_expanded_outer button{color:#fff !important;}

.divspshortlistdata {
    float: right;
}
.social-icon a.youtube iframe {
    display: none;
}

.modal.videos-model{padding:0;}



@media (min-width: 1600px) {

    .idea-form .get-idea {
        top: 80%;
    }
}


.keynote_speakers .slick-prev, .keynote_speakers  .slick-next{top:35%;}
.videos-section  .slick-prev, .videos-section   .slick-next{top:42%;}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(253 136 40); 
  border-radius: 3px;
}


.top-Navlist{display:inline-block;margin-right:20px;}
.divspshortlistdata{display: inline-block;float:none;}
.top-right .divspshortlistdata .sp-list{font-family: 'poppins_regular';}
.login-btn{float:left;}
.top-right{justify-content: flex-end; margin: 0;}
.top-Navlist ul li a span{margin:0 10px;}
.head-block.sticky .logo{width: 220px;}
.search-area .btn.submit-btn {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #fff;
    color: #1c2441 !important;
    width: 200px;
    padding: 0 25px;
}
.search-area .btn.submit-btn:hover{background: #fc8828;}
.clear-all {
    background: url(/images/clear-all.png)no-repeat center center;
    font-size: 0;
    width: 30px;
    height: 45px;
    vertical-align: middle;
    cursor: pointer;
} 
.myspeackers-list-dp-content:before {left:320px;}
.blue-bg {
    background: #5d6b9f !important;
}
.search-area .search-input {
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    height: 46px;
    overflow: hidden;
}
.search-bar .col {
    background: #fff;
}
.search-area input.form-control {
    color: #023662;
    width: calc(100% - 40px);
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px !important;
}
.search-area .search {
    width: 30px;
    border: 0;
    height: 46px;
    display: inline-block;
    font-size: 0;
    background: url(../images/HomeSearchicon.png)no-repeat center center;
    vertical-align: middle;
    line-height: 45px;
    cursor: pointer;
}
.top-right .client-login .sub-login li a {
    border-bottom: solid 1px #d06317;
    display: block;
    float: none;
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 15px 10px;
    position: relative;
    overflow: hidden;
    background: #ff7a1e;
}
.client-login .sub-login li:hover a {
        background: #d06317;
        color: #fff;
    }

/* Raju CSS */
.home .head-block {
    /*background: linear-gradient( 0deg, rgba(255,255,255,0) 64%, rgba(30,38,69,0.785049053801208) 78%);
        background: linear-gradient( 0deg, #ffffff00 0%, #11182b 60%);
    ;*/
}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .home .head-block {
        background: linear-gradient(to bottom, #ffffff00, #11182b00);
    }
}
@supports not (-webkit-touch-callout: none) {
    /* CSS for other than iOS devices */
    /*.home .head-block {
        background: linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgb(17 24 43) 60%)
    }*/

    .home .head-block {
        background: linear-gradient( 0deg, rgba(255,255,255,0) 0%, rgb(17 24 43 / 50%) 40%);
    }
}

    .home.sitemap-testi .head-block {
        background: transparent;
    }

    ul.slimmenu > li.trending-topics:focus ul li.container a:focus, ul.slimmenu > li.trending-topics:active ul li.container a:active {
        background: transparent;
    }

    body.home.sitemap-testi, .home.sitemap-test .head-block {
        background: #1e2645 !important;
    }

    .home .head-block.sticky {
        background: #1e2645 !important;
    }

    .home .banner {
        margin-top: 0px !important;
        height: 93vh;
    }

        .home .banner .pic {
            height: 93vh;
        }
    /*.home .head-block.sticky {
    z-index: 991 !important;
}*/
    .main-nav {
        display: flex;
        justify-content: flex-end;
    }

    .max-container {
        max-width: 100%;
        padding: 0px 50px;
    }
    /*#divspshortlistdata .my-speaker-list, #divspshortlistdata .phone {
    border-right: 1px solid #fd87277a;
}*/
    /*.home .banner {
    min-height: 800px;
}

.remaining {
    border: 1px solid #333;
    padding: 10px;
    margin-top: 96px;
}

.remaining-scrolled {
    top: 0px;
    position: fixed;
    width: 100%;
}*/
    .s-sticky {
        top: -10px;
        width: 100%;
    }
        /*@-moz-document url-prefix() {
    .s-sticky {
        top: 0px;
        width: 100%;
    }
}*/
        .s-sticky.fixed {
            /*margin-top:106px*/
        }

    .home .head-block.home-head-block {
        border-bottom: none !important;
        box-shadow: none;
    }

    .home .head-block.home-head-block {
        position: relative !important;
        z-index: 99;
    }

    .home .search-area.home-search-area {
        display: block;
    }

    .home .home-search-area .search-bar .col {
        background: #fff;
    }

    .home .home-search-area .search-input {
        background: #fff;
    }

    .home .home-search-area .form-control.ui-autocomplete-input, .home .home-search-area input.form-control.ui-autocomplete-input {
        background: #fff;
        color: #000;
        font-weight: 600;
    }

    .search-area .btn.submit-btn {
        height: 46px;
    }

    .search-bar .col.btn-blk {
        background: transparent !important;
    }

    .home .head-block.home-head-block .search-area .multiselect.dropdown-toggle::after {
        background: url(/images/select-arow.png)no-repeat center center #ffffff !important;
    }

    .btn-group .multiselect span {
        color: #023662;
    }

    .search-area .btn.multiselect {
        background: #fff;
        font-weight: 600;
    }

    .home .banner {
        z-index: 0;
        margin-bottom: -106px;
    }

    .search-area .btn.submit-btn {
        background: #fd8727;
        color: #fff !important;
        border-radius: 0px 5px 5px 0px;
    }

        .head-block .search-area .btn.submit-btn:hover {
            background: #af5710;
        }

    .search-input .ui-autocomplete-input::-webkit-input-placeholder {
        color: #023662;
    }

    .search-input .ui-autocomplete-input:-moz-placeholder {
        color: #023662;
        opacity: 1;
    }

    .search-input .ui-autocomplete-input::-moz-placeholder {
        color: #023662;
        opacity: 1;
    }

    .search-input .ui-autocomplete-input:-ms-input-placeholder {
        color: #023662;
    }

    .search-area .search {
        background: url(/images/HomeSearchicon.png)no-repeat center center #fff;
        position: relative;
        left: -10px;
        height: 46px;
    }

    .home .head-block.home-head-block .search-area.home-search-area .search-input {
        border-radius: 5px 0px 0px 5px;
        margin: 0;
        height: 46px;
        overflow: hidden;
    }

    .home .head-block.home-head-block .search-area.home-search-area .inner-sec {
        padding: 10px 10px;
    }

    .home .home-head-block.head-block .search-area.home-search-area .btn.multiselect {
        height: 46px;
    }

    .home .home-head-block.head-block .search-area.home-search-area #loading {
        position: absolute !important;
        opacity: 0.9 !important;
    }

    .home .btn.bt-blue {
        margin-right: 15px;
    }

    .home .banner .banner-text h2 {
        font-size: 46px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .home .banner-text p {
        color: #fff;
        line-height: 1.5;
    }
    /*.home .banner:after {
    content: "";
    display: inline-block;
    background: linear-gradient(0deg, rgba(255,255,255,0) 64%, rgba(30,38,69,0.785049053801208) 78%);
}*/
    .home .head-block.sticky {
        border: none;
    }

    .home .home-nav-sec {
        z-index: 9999;
    }
    /*html {
    scroll-behavior: smooth;
}*/
    ul.slimmenu li ul li {
        background: #333c61 !important;
    }

    .home .search-area.home-search-area, .home .trending-topics {
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s
    }
    /*.home .banner {
    height: 560px;
}*/
    .search-bar .col.small-div {
        padding-left: 20px;
    }

    /*.home.sitemap-testi .search-bar .col.small-div {
        padding-left: 0px;
    }*/

    .home .trending-topics.pad-100 {
        padding-top: 50px;
    }

    .home .slick-prev:before, .home .slick-next:before {
        font-size: 32px;
    }

    .home .slick-prev, .home .slick-next {
        height: 32px;
    }

    .event-subscribe .right-block {
        padding-left: 50px !important;
    }

    .home .blog .post-block:after {
        content: "";
        display: inline-block;
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 80%);
        width: 100%;
        position: absolute;
        bottom: 0;
        top: auto;
        height: 160px;
    }

    body {
        overflow-x: hidden;
    }

    .home .blog .post-block .text-blk {
        z-index: 9;
    }

    .home .blog .post-block, .home .videos-section .full_img_blk {
        z-index: 0;
    }

    .modal.videos-model.fade, .range-points #myModal {
        z-index: 9999;
    }

    .rating-right-block.open-rating {
        z-index: 99999 !important;
    }

    @-moz-document url-prefix() {
        .home .search-area .form-control, .home .search-area input.form-control {
            height: 46px;
        }
    }

    @supports (-webkit-touch-callout: none) {
        .home .trending-topics .topics-block {
            height: 280px;
        }

        .home .title-border::before, .home .about .right-block::before, .home .subscribe .subscribe-form::before, .home .featured_clients .title-border::before {
            border-color: #fd8828;
            opacity: 0.1;
        }
    }
    /* .home .banner .image-fill img { */
        /* object-position: right 60px; */
    /* } */
.video-slider.padBT-50{
    padding:0px !important;
}
.video-slider .slick-list item.slick-slide {
    padding-bottom:50px;
}
.video-img{
    z-index:99;
}
.video-img .youtube {
    padding-top: 40%;
}

/* Our Team page CSS */
.pv-list-no{
    width:100% !important;
}
.pv-list-no .cd-items {
    justify-content: center;
}


    @media(min-width:1700px) {
        ul .slimmenu > li.trending-topics ul {
            width: 100%;
            left: none;
        }

            ul.slimmenu > li.trending-topics ul li.container {
                width: 100%;
                margin-top: 20px !important;
                max-width: 100%;
            }

        ul.slimmenu > li.trending-topics:after {
            top: 40px;
        }

        ul.slimmenu > li.trending-topics ul li a {
            width: 16%;
        }
    }

    @media(max-width:1699px) {
        ul.slimmenu > li.trending-topics ul {
            left: 50%;
        }
    }

    @media(max-width:1200px) {
        .event-subscribe .right-block {
            padding-left: 90px !important;
        }

        .search-area .search {
            left: 0;
        }

        #divspshortlistdata .my-speaker-list, #divspshortlistdata .phone {
            border-right: none;
        }

        .home .banner {
            height: 600px;
        }

            .home .banner .pic {
                height: 100%;
            }

        .home-search-area .search-bar.accordion-open .dropdown-menu.show {
            max-height: 280px !important;
            /* transform: translate3d(0px, -232px, 0px) !important;*/
        }

        .home .head-block.home-head-block {
            z-index: 999;
        }

        @-moz-document url-prefix() {
            .home .trending-topics .topics-block {
                height: 280px !important;
            }
        }

        @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
            .home .trending-topics .topics-block {
                height: 280px;
            }
        }

        .head-block.grndt-cls {
            z-index: 999999;
        }

        .home .idea-form .content-sec {
            z-index: 99999;
        }

        .home .home-nav-sec.sp-wrap {
            z-index: 999999;
        }

        .modal.videos-model.fade, .range-points #myModal {
            z-index: 99999;
        }

        .search-bar .col.small-div {
            padding-left: 0;
        }

        .search-area .inner-sec {
            position: relative;
        }

        .findSpeaker {
            position: relative;
            z-index: 9;
        }

        .search-bar.accordion-open:after {
            content: "X";
            display: inline-block;
            background: #fd8727;
            color: #fff;
            position: absolute;
            top: 10px;
            right: 10px;
            width: 24px;
            height: 24px;
            text-align: center;
            line-height: 24px;
            border-radius: 3px;
            font-size: 14px;
        }

        .home .search-bar.accordion-open:after {
            top: 10px;
        }

        .findSpeaker:before {
            content: "";
            display: inline-block;
            background: url(/images/HomeSearchicon.png)no-repeat center center;
            height: 17px;
            width: 40px;
            position: relative;
            top: 2px;
        }

        @-moz-document url-prefix() {
            .header-sticky .mylivechat_inline {
                z-index: 777777;
            }

            .header-sticky.chat-box-postion .mylivechat_inline {
                z-index: 77777;
            }

            .home .mylivechat_inline {
                z-index: 999999 !important;
            }
        }
        /*.chat-expand .mylivechat_inline{
            z-index:999999;
        }*/
        .idea-form .c-mask.active + a + .content-sec {
            z-index: 9999999999;
        }

        .find-speaker-open .head-block {
            z-index: 99999;
        }
    }

    @media(min-width:992px) and (max-width:1200px) {
        .search-bar.accordion-open:after {
            top: -35px;
        }
    }
	
	@media(max-width:1199px){
		/** 31-07-2024 Start **/
		.home .s-sticky{
			top:auto;
			bottom:0px;
			position:fixed !important;
		}
		.home .sticky .s-sticky{
			bottom:0px;
		}
		.home .trending-topics.pad-100 {
			margin-top: 170px;
		}
		.home .search-bar.accordion-open:after {
			bottom: 10px;
			top: auto;
		}
		/** 31-07-2024 Ends **/
	}

    @media(min-width:768px) and (max-width:1199px) {
        .search-area .col {
            max-width: 100%;
        }

        .search-area .form-control, .search-area input.form-control {
            width: calc(100% - 34px);
        }

        .search-area .row {
            margin: 0 auto;
            align-items: center;
            width: 100%;
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px 10px;
        }

        .search-area .search-input {
            width: 100%;
        }

        .search-area .col.btn-blk {
            width: 100%;
            text-align: left;
            margin-top: 0;
        }

        .search-area .search-input {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .search-area .col {
            max-width: 100%;
        }
    }

    @media(min-width:500px) and (max-width:1199px) {
        .mylivechat_inline {
            z-index: 999999;
        }
    }

    @media(max-width:1024px) {
    }
    /*    @media(min-width:1199px){
        .idea-form .get-idea {
            top: auto !important;
            bottom: 25%;
        }
        .mylivechat_collapsed {
            position: relative;
            bottom: 95px !important;
        }

    }*/

    @media only screen and (max-width: 991px) {
        .home .banner .banner-text h2 {
            font-size: 38px;
        }

        .event-subscribe .right-block {
            padding-left: 0px !important;
        }

        .max-container {
            padding: 0px 40px;
        }

        .s-sticky {
            top: -8px;
        }

        .home .head-block.sticky {
            transition: none;
        }

        .home .blog .post-block .text-blk {
            z-index: 9;
        }

        .home .banner .image-fill img {
            /* object-position: 73% 70px;*/
			/* object-position: 86% 90px !important; */
        }

        .video-slider .slick-list item.slick-slide {
            padding-bottom: 30px;
        }
    }
	
	@media(min-width:768px) {
	.banner-text .bnr-desktop{
		display:block;
		}
		.banner-text .bnr-mobile{
		display:none;
		}
    }

    @media(max-width:991px) {
        @media(max-height:500px) {
            .idea-form .get-idea {
                top: 62% !important;
            }
        }
    }



    @media(max-width:767px) {
        .search-bar .col.small-div {
            padding-left: 0px;
        }

        .search-bar .col.small-div {
            margin-top: 20px;
        }

        .home .head-block.home-head-block .search-area.home-search-area .search {
            left: 5px;
        }

        .max-container {
            padding: 0px 30px;
        }

        .home .trending-topics .topics-block {
            height: 340px;
        }

        .footer-menu {
            display: inline-grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            justify-content: space-between;
        }

        footer .col-md-3 ul {
            display: inline-grid;
            grid-template-columns: 1fr 1fr;
            width: 100%;
            justify-content: space-between;
            margin-top: 20px;
        }
		/** 31-07-2024 Start **/
		.search-bar.accordion-open {
			padding: 15px 0 0;
			overflow-y: scroll;
			height: 360px;
		}
		.banner-text .bnr-desktop{
		display:none;
		}
		.banner-text .bnr-mobile{
		display:block;
		}
		/** 31-07-2024 Ends **/
    }


    @media only screen and (max-width: 575px) {
		/** 31-07-2024 Start **/
		.home .banner-text{
			top:60%;
		}
        .home .banner .banner-text h2 {
            font-size: 20px;
        }
		.button-block{
			display:flex;
		}
		.button-block a{
			padding: 6px 12px !important;
			border-radius: 50px;
			height: 36px;
			font-size: 13px;
			line-height: 26px;
			text-transform: uppercase;
			font-weight: 500;
		}
		.button-block .rg-btn.bt-blue{
			margin-right:8px;
		}
		/** 31-07-2024 Ends **/
        .home .banner .banner-text h2 {
            font-size: 24px;
        }
		.home .banner {
			height: 660px;
		}

        .max-container {
            padding: 0px 20px;
        }

        .search-bar.accordion-open:after {
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            font-size: 13px;
        }

        .top-bar .login-btn i.fa {
            display: none !important;
        }
        /*.s-sticky {
            top: -6px;
        }*/

    }
    /*@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
        .home .banner-text {
            top: 25% !important;
        }
    }*/

    @media(max-width:380px) {
        .my-speaker-list {
            margin-left: 14px;
        }
    }

    @media(max-width:350px) {
        .footer-menu, footer .col-md-3 ul {
            grid-template-columns: 1fr;
        }

        footer .content-sec ul li {
            text-align: center !important;
        }
    }

    @media(max-width:330px) {
        .max-container {
            padding: 0px 10px;
        }

        .my-speaker-list {
            margin-left: 8px;
        }

        .top-right .divspshortlistdata a {
            font-size: 13px !important;
        }
    }

    @media screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) {
        /*.home .banner-text {
        top: 28% !important;
    }*/
    }

    @media only screen and (min-width: 1199px) {
        .idea-form .content-sec {
            z-index: 9999999999;
        }

        body .mylivechat_inline.mylivechat_template1.mylivechat_template_float_right.mylivechat_template_float_bottom {
            z-index: 99998;
        }
    }
    /*@media only screen and (max-width: 1199px) {
    html body .mylivechat_inline.mylivechat_template1.mylivechat_template_float_right.mylivechat_template_float_bottom {
        bottom: 0 !important;
        z-index: 99;
    }
        html body .mylivechat_inline.mylivechat_template1.mylivechat_template_float_right.mylivechat_template_float_bottom .mylivechat_collapsed {
            bottom: 0 !important;
            visibility: hidden !important;
        }
    html body.chat-box-postion .mylivechat_inline.mylivechat_template1.mylivechat_template_float_right.mylivechat_template_float_bottom .mylivechat_collapsed {
        visibility: visible !important;
        bottom: 0 !important;
    }
    html body .idea-form .get-idea {
        top: 80% !important;
        z-index: 9;
    }
}*/
    /*@media (-webkit-device-pixel-ratio: 1.50) {
        * {
            zoom: 0.992;
        }
    }*/
	
	@media(min-width:1200px){

.videopopupInner iframe {

    width: 640px;
    height: 360px;

}
.videopopupInner {
    object-fit: cover;
}

}

/* Our team Popup 13 Sep 2024 */
.team-popup{
     display: flex;
      width: 80%;
}
 
.team-popup img {
    width: 300px;
    height: 300px;
	padding: 15px;
}

@media(max-width:992px){
.team-popup img {
    width: 250px;
    height: 250px;
}
}
 
@media(max-width:767px){
.team-popup {
    display: block;
    width: 80%;

  }

}
/* Our team Popup end 13 Sep 2024 */

@media(min-width: 1200px) {
 .banner-text .bnr-desktop {
 max-width: 500px;
 font-size: 15px;
}
}

@media(min-width: 992px) and (max-width: 1199px) {
 .banner-text .bnr-desktop {
 max-width: 380px;
 font-size: 14px;
}
.home .banner .banner-text h2 {
  font-size: 36px;
  max-width: 380px;
}
}

@media(min-width: 768px) and (max-width: 991px) {
 .banner-text .bnr-desktop {
 max-width: 320px;
 font-size: 14px;
}
.home .banner .banner-text h2 {
 font-size: 34px;
 max-width: 230px;
 }
}

@media only screen and (max-width: 767px) {
    .home .banner-text {
        top: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .home .banner-text {
        top: 80%;
    }
}




/*==== 15-11-24 ====*/

/*1599 to 1440 */
@media (max-width: 1599px) {
		.home .banner .pic {
	width: 870px;}
	.home .banner item .pic img {
  max-height: none;
}
.home .banner{    height: 660px;}

.home .banner item .pic img {
        max-width: 100%;
    }
}
/*1439 to 1360 */
@media (max-width: 1439px) {
 
}
/*1359 to 1280 */
@media (max-width: 1359px) {
	.home .banner .banner-text h2 {
font-size: 37px;}
}
/*1279 to 1152 */
@media (max-width: 1279px) {
    .home .banner item .pic {
        right: 0;
    }
  .home .banner .banner-text h2 {
    max-width: 420px;
  }
  .home .banner .pic {
    width: 610px;
  }
/*  .home .banner .banner-text {
  left: 46px;
}*/
.css-e4pgre {
  display: none !important;
}
 
.css-6mn7tc {
  width: 70px !important;
  height: 54px !important;
  border-radius: 60px !important;
}
.home .btn{
 
    margin-bottom: 0 !important;
	        padding: 0 20px;
}
}
/*1023 to 992 */
@media (max-width: 1023px) {
.home .banner .button-block .btn {
  padding: 9px 19px;
  font-size: 13px;
  line-height: inherit;
  height: auto;
  margin: 0 5px;
}    
}
 
/*1023 to 970 */
@media (max-width: 991px) {
  .banner-text {
 
  left: 42px;
}
  .home .banner {
    height: 600px;
  }
      .home .banner .banner-text h2 {
        font-size: 26px;
    }
	.home .banner-text {
    padding-left: 0;
}
}
/*899 to 800 */
@media (max-width: 899px) {
	.home .banner item .pic img {
  max-width: 490px;
  height: auto;
  min-height: auto;
}
.home .banner item .pic {
  width: auto;
}
  .home .banner .banner-text h2 {
  font-size: 29px;}
.home .banner {
    height: 540px;
  }
.home #chat-widget-container {
  position: fixed !important;
  bottom: 41px !important;
  z-index: 99 !important;
}
  /*#chat-widget-minimized {
  position: fixed;
  bottom: 41px;
  right: -12px;
  width: 200px !important;
}
/*#chat-widget-container {
  z-index: 99 !important;
}
.home .home-nav-sec {
  z-index: 99;
}*/
.home #chat-widget {
  padding-top: 40px !important;
}
.home .home-nav-sec {
  z-index: 99;
}
.banner .container {
    max-width: 95%;
}
}
/*767 to 736 */
@media (max-width: 767px) {
  .home .banner-text {
    top: 50%;
    left: 30px;
  }
    .home .banner .banner-text h2 {
    font-size: 28px;
    margin-bottom: 13px;
  }
    .banner .banner-text p {
    padding: 0;
    font-size: 16px;
  }
    .home .banner item .pic {
    width: auto;
    top: inherit;
    left: inherit;
  }
   .home .banner {
    height: 570px;
  }
    .home .banner .banner-text {
    width: 320px;
  }
  .home .banner .button-block .btn {
    margin: 5px;
  }
}
/*666 to 600 */
@media (max-width: 666px) {
.css-1h1ne2e .css-6mn7tc {
  width: 68px;
  height: 55px;
  border-radius: 60px;
}
.css-1h1ne2e .css-e4pgre {
  display: none;
}
	  /**/
.home .banner item .pic img{
	margin: 0 auto;
}
  .home .banner item {
  text-align: center;
}
.home .banner item .pic {
  position: relative;
  margin-bottom: 35px;
  top:0;
}
.home .banner  .banner-text {
    width: 100%;
    position: relative;
    top: 0;
	transform: translate(0, -0%);
	left: 0;
  }
    .home .banner .banner-text h2 {
    max-width: 100%;
  }
    .banner-text .bnr-desktop {
    max-width: 100%;
  }
    .home .banner {
    height: auto;
	display: block;
  }
  .home .banner item {
  display: block;}	
  .banner .row {
    display: block;
}
    .home .banner item .pic {
 
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
	.home .banner .banner-text {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
}
 
 
/*599 to 568 */
@media (max-width: 599px) {
	  .banner .banner-text .button-block {
    display: inline-block;
  }
	.home .banner item .pic img {
  max-width: 80%;
  margin: 0 auto;
  min-height: auto;
}
.banner .banner-text .button-block a {
  padding: 6px 20px !important;
  height: auto;
  margin: 0 4px;
}
  .banner .banner-text .button-block {
    display: block;
  }
    .home .banner .pic {
    width: auto;
  }
}
/*567 to 480  */
@media (max-width : 567px) {
      .home .banner .banner-text h2 {
    font-size: 23px;}
 
 
}
/*479 to 414  */
@media (max-width : 479px) {
     .home .banner item .pic img {
    max-width: 100%;}
}
/*413 to 375*/
@media (max-width : 413px) {
	 .banner .banner-text .button-block a {
    width: 100%;
    margin-bottom: 5px;
  }
 
}
/*  new banner image css  end 12 Nov 2024 */


.home .banner item .pic {
    top: -50px;

}
 
@media (max-width: 899px) {
    .home .banner item .pic img {
        height: -webkit-fill-available;
    }
}

/* request ideas buttons*/
li.reqideas a {
    background: #fd8727 !important;
    padding: 10px 25px !important;
    border-radius: 50px;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'poppins_semibold' !important;
    text-transform: uppercase !important;
}
.main-nav ul.slimmenu li.reqideas a:hover{
  background: #af5710 !important;
    color: #fff !important;
}
@media(min-width:1200px){
 ul.slimmenu {
    display: flex !important;
    align-items: center;
}
}

.speakerBy {
    padding-top: 30px;
}

.breadcrumb_new {
	margin-bottom:10px;
}
 