@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
*{
box-sizing: border-box;
padding: 0;
margin: 0;
/*font-family: 'Quicksand', sans-serif;*/
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
display: block;
height: auto;
max-width: 100%;
width: 100%;
}

summary {
display: list-item;
}

body,
html {
height: 100%;
}

html {
font-size: 100%;
}

body{
line-height: 1.4;
}

/*p {
font-size: 16px;
color: #000;
line-height: 1.55;
margin-bottom: 1rem;
font-weight: 500;
}*/

a, a:hover, a:focus{outline:none; box-shadow:none; text-decoration: none !important;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {     color: #000;    font-weight: 600;  font-family: 'Quicksand', sans-serif;}

/*---Custom Class Area---*/
.theme_list{
    position: relative;
    margin: 0;
    padding: 0;
}

.theme_list::before{
    content: '';
    position: absolute;
    height: 100%;
    border: 1px dashed #d3313a;
    width: 1px;
    left: 10px;
}

.theme_list li{
    padding-left: 29px;
    position: relative;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    font-weight: 500;
    list-style: none;
    line-height: normal;
}

.theme_list li::before{
    content: "\f135";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ed731c;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

.theme_list li i{display:none;}
.theme_list li ul li::before{display:none;}
.theme_list li ul {    margin: 10px 0;}
.theme_list li ul li{
         list-style: disc;
    padding: 0;
}

tbody, td, tfoot, th, thead, tr {
    font-weight: 500;
}

.bg_theme_grediante{  position:relative;z-index: 1;}
.bg_theme_grediante::before{
content:'';
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
z-index: -1;
}

.align_center{
vertical-align: middle;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center
}

.bg-pink{ background-color: #fdeef1!important;}
.sec_padding{padding:25px 0;}

.sec_title, .sec_titleTwo{
position: relative;
margin-bottom: 15px;
padding-bottom: 10px;
}

.sec_title::before{
content:'';
background: url(../images/bg/sec-line2.png);
width: 200px;
height: 5px;
position: absolute;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
bottom: 0;
z-index: 1;
}

.sec_title.text-center::before {
content: '';
margin: 0 auto;
left: 0;
right: 0;
}

.sec_title .heading_title{
font-weight: 700;
font-size: 40px;
position: relative;
margin: 0;
z-index: 11;
color: #242424;
}

.sec_title .heading_title span{
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}

.sec_titleTwo::before{
      content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    border-radius: 50px;
}

.sec_titleTwo::after{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 73px;
    width: 7px;
    height: 7px;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    border-radius: 50px;
}

.heading_titleTwo{
    font-weight: 600;
    color: #ffffff;
    font-size: 25px;
    background-image: -webkit-gradient(linear,left top, right top,from(#050505),to(#1a1a1a));
    background-image: -o-linear-gradient(left,#050505,#1a1a1a);
    background-image: linear-gradient(to right,#050505,#1a1a1a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.sec_title p{
font-size: 20px;
margin: 5px 0;
color: #444; font-weight: 600;
}

.btn_theme{
display: inline-block;
position: relative;
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
padding: 10px;
line-height: normal;
color: #fff;
font-size: 16px;
-webkit-box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 75%);
box-shadow: 0px 0px 0px 3px rgb(255 255 255 / 75%);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.btn_theme:hover, .btn_transparent:hover{
color:#fff;
background-image: -webkit-gradient(linear, right top, left top, from(#ed741d), to(#d61e42));
background-image: -o-linear-gradient(right, #ed741d 0%, #d61e42 100%);
background-image: linear-gradient(to left, #ed741d 0%, #d61e42 100%);
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

.btn_theme i, .btn_transparent i{margin-left:5px;}

.btn_theme_icon{
display: inline-block;
position: relative;
color: #000;
font-size: 16px;
}

.btn_theme_icon:hover{color:#d61f43;}
.btn_transparent{
display: inline-block;
position: relative;
color: #898989;
font-size: 16px;
border: 1px solid;
padding: 10px 25px;
line-height: normal;
font-size: 16px;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

/*---Header Area---*/
#main_header{position: relative;}
.top_header{
position: relative;
 
width: 100%;
overflow: hidden;
z-index: 1;
background: rgb(0 10 28 / 92%); padding: 8px 0px;
}

.topbar-left{position: relative;    border-left: 1px solid #2b2f5c;}
.topbar-left .mail-top{
color: #fff;
position: relative;
font-weight: 500;
font-size: 15px;
}

.topbar-left .mail-top i{
margin-right: 5px;}
.topbar-left .mail-top span{position: relative;}

/*-----Marquee-SEec-----*/

.topbar-left marquee{
width: 100%;
height: 30px;
}

.topbar-left marquee p{
font-size: 13px;
font-weight: 600;
color: #000328;
line-height: 35px;
margin: 0;
}

.topbar-right{
display: inline-block;
position: relative;
width: 100%;
}

.topbar-right .header-btn{
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px;
    background-color: #da2f51;
    border-right: 1px solid rgb(0 0 0 / 42%);
}

.topbar-right .header-btn:hover{
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    color: #ffffff;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.topbar-right .header-btn:last-child{border-right: 0; padding-right: 0;background: #f96f0b;
    padding: 10px;
    color: #fff}
#main_header.sticky .top_header {    height: 0;}
.bottom_header{position: relative; padding: 5px 0;}
#main_header.sticky .bottom_header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #fff;
box-shadow: 0px 0px 30px 0px #0000004d;
-webkit-box-shadow: 0px 0px 30px 0px #0000004d;
-ms-box-shadow: 0px 0px 30px 0px #0000004d;
-moz-box-shadow: 0px 0px 30px 0px #0000004d;
-o-box-shadow: 0px 0px 30px 0px #0000004d;
-webkit-animation: smoothScroll 1s forwards;
animation: smoothScroll 1s forwards;
z-index: 999;
}

@-webkit-keyframes smoothScroll {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}

100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

@keyframes smoothScroll {
0% {
-webkit-transform: translateY(-40px);
transform: translateY(-40px);
}

100% {
-webkit-transform: translateY(0px);
transform: translateY(0px);
}
}

.h-left{ width: 170px; margin-right: 30px;}
.h-middle{width: 100%;}
.h-right{    width: 386px;}

/*---Main Slider---*/
.main_slider{position: relative;overflow: hidden;}
#home-slider .slider_caption{
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}

#home-slider .slider_caption.caption1{
position: absolute;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
}

#home-slider .slider_caption.caption1 .slider_caption_text{
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
padding: 125px 50px;
background-color: rgb(0 0 0 / 26%);
}

#home-slider .slider_caption.caption2{
width: 50%;
}

#home-slider .slider_caption.caption2::before{
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 56%);
}

#home-slider .slider_caption.caption3{overflow: hidden;}
#home-slider .slider_caption.caption3::before{
content: '';
position: absolute;
right: 0;
top: 0;
width: 50%;
height: 100%;
background-color: rgb(0 0 0 / 56%);
}

#home-slider .slider_caption.caption3 .slider_caption_text{
padding: 150px 50px;
display: block;
width: 50%;
float: right;
}

#home-slider .slider_caption.caption2 .slider_caption_text{
padding: 85px 50px;
display: block;
width: 100%;
text-align: left;
}

#home-slider .slider_caption.caption2 .slider_caption_text h2{ color: #ed741d;}
#home-slider .slider_caption.caption2 .slider_caption_text h2 span{ color: #fff;display: block;}
#home-slider .slider_caption.caption2 .slider_caption_text p{
color: #fff;
position: relative;
font-size: 18px;
}

#home-slider .active .slider_caption h2 {
-webkit-animation: bounceInLeft 1400ms ease-in-out;
animation: bounceInLeft 1400ms ease-in-out;
}

#home-slider .active .slider_caption.caption1 .slider_caption_text{
-webkit-animation: fadeInRight 1400ms ease-in-out;
animation: fadeInRight 1400ms ease-in-out;
}

#home-slider .active .slider_caption.caption1 h2 {
-webkit-animation: bounceInRight 1700ms ease-in-out;
animation: bounceInRight 1700ms ease-in-out;
}

#home-slider .active .slider_caption.caption1 .btn_theme {
-webkit-animation: bounceInRight 1700ms ease-in-out;
animation: bounceInRight 1700ms ease-in-out;
}

#home-slider .active .slider_caption.caption2 h2 {
-webkit-animation: bounceInUp 1100ms ease-in-out;
animation: bounceInUp 1000ms ease-in-out;
}

#home-slider .active .slider_caption.caption2 p {
-webkit-animation: bounceInUp 1400ms ease-in-out;
animation: bounceInUp 1400ms ease-in-out;
}

#home-slider .active .slider_caption .btn_theme {
-webkit-animation: bounceInLeft 1600ms ease-in-out;
animation: bounceInLeft 1600ms ease-in-out;
}

#home-slider .slider_caption .slider_caption_text{
padding: 150px 0;
display: block;
width: 100%;
}

#home-slider .slider_caption h2{
position: relative;
font-size: 3rem;
font-weight: 700;
color: #fff;
text-shadow: 0px 0px 10px rgb(0 0 0 / 64%);
}

#home-slider .slider_caption h2 span{ font-weight: 500;}
#home-slider .slider_caption .btn_theme{
display: inline-block;
position: relative;
background-image: none;
background-color: transparent;
padding: 10px 10px;
border-radius: 4px;
line-height: normal;
font-weight: 600;
text-transform: uppercase;
font-size: 15px;
letter-spacing: .5px;
border: 1px solid #ddd;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#home-slider:hover .owl-nav{
opacity:1;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}

#home-slider .owl-nav{opacity:0;
-webkit-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;}
#home-slider .owl-nav .owl-prev,
#home-slider .owl-nav .owl-next{
background-color: #ffffff;
position: absolute;
top: 50%;
left: 0;
width: 30px;
height: 55px;
line-height: 55px;
font-size: 30px;
color: #cf1b3e;
border: none;
}

#home-slider .owl-nav .owl-prev i,
#home-slider .owl-nav .owl-next i{
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-slider .owl-nav .owl-next{left:auto;right:0;}
#home-slider .owl-nav .owl-prev:hover, #home-slider .owl-nav .owl-prev:focus,
#home-slider .owl-nav .owl-next:hover, #home-slider .owl-nav .owl-next:focus{outline:none;}

/*------Home ABout Start----*/
.home_about_area{
    padding-top: 12px;
overflow: hidden;
position: relative;
}

.home_about_area .d-flex{flex-direction: row;}

.about_left p{
	text-align: justify;
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
	}

.about_left .btn_theme_icon{
	padding: 8px 15px;
    color: #fff;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
	}	

	.about_left .btn_theme_icon:hover{
	background-image: -webkit-gradient(linear,left top, right top,from(#f47f2b),to(#d61e42));
	background-image: -o-linear-gradient(left,#f47f2b,#d61e42);
	background-image: linear-gradient(to right,#f47f2b,#d61e42);
	}

.about_right{
height: 100%;
display: block;
position: relative;
}

.about_right_img{
position: relative;
}

.about_right_img img{
float: right;
border: 1px solid #ddd;
border-end-end-radius: 50%;
}

.about_right_img .fiveg_text{
position: relative;
padding: 0;
text-align: center;
margin: auto;
}

.about_right_img .fiveg_text span{
font-size: 17rem;
font-weight: 800;
background: url(../images/bg/text-bg.jpg);
-webkit-background-clip: text;
background-clip: text;
color: transparent!important;
background-position: center;
-webkit-background-size: cover;
background-size: cover;
}

.about_right_img .fiveg_text::before{
content: '';
width: 100%;
height: 100%;
position: absolute;
background-color: #fff;
top: 0px;
left: 0px;
z-index: -1;
border-radius: 50%;
}

/*---Skill Counter Area Start---*/
.business_perpose_area{
position: relative;
padding: 20px;
}

.business_perpose_area p{    text-align: center;}
.business_perpose_area ul{
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
margin: 0;
}

.business_perpose_area ul li{
    position: relative;
    width: 47.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 7px;
    padding: 20px;
    list-style: none;
    background-color: #fff;
    text-align: center;
}

.business_perpose_area ul li:hover{
background: url(../images/bg/bg1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.business_perpose_area ul li a{
    display: block;
    position: absolute;
    right: -7px;
    bottom: 2px;
    padding: 5px 10px;
    color: #d50f36;
    background-color: #fff;
    opacity: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.business_perpose_area ul li:hover a{
    opacity: 1;
     -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.business_perpose_area ul li .img_area{
    width: 64px;
    height: 64px;
    background-position: top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    margin: 0 auto;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    }

    .business_perpose_area ul li:hover .img_area{
        background-position: bottom !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        margin: 0 auto;
        }

    .business_perpose_area ul li h3{
        font-size: 20px;
        font-weight: 600;
        margin: 10px 0 0;
        }

.business_perpose_area li:hover h3{
color: #fff;
}

.business_perpose_area ul li p{    font-size: 13px;}
.business_perpose_area ul li:hover p{ color:#fff}

.skill_counter_area{
position: relative;
background: url(../images/bg/bg6.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
-webkit-box-shadow: inset 8px 0 7px 0px rgb(0 0 0 / 17%);
box-shadow: inset 8px 0 7px 0px rgb(0 0 0 / 17%);
}

.milestone-counter{
position: relative;
display: block;
padding: 1rem;
padding-left: 8rem;
background-color: #fff;
-webkit-box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 33%);
box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 33%);
}

.milestone-counter.first{
padding-top: 6rem;
padding-left: 5rem;
overflow: hidden;
background-color: rgb(255 255 255 / 0%);
-webkit-box-shadow: none;
box-shadow: none;
}

.milestone-counter.first::before{
content: '';
position: absolute;
background: url(../images/bg/counter-rain.png);
background-repeat: no-repeat;
background-size: contain;
width: 175px;
height: 155px;
left: 10px;
top: 0;
}

.milestone-counter.first img {
position: relative;
top: 0px;
left: 0px ;
width: 80px;
height: 70px;
}

.milestone-counter.third{   margin: 10px 0;
background: url(../images/bg/bg1.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.milestone-counter.third::before{
content: '';
width: 15px;
height: 15px;
position: absolute;
left: -7px;
top: 45%;
background-color: #b9334f;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.milestone-counter img{
position: absolute;
top: 11px;
left: 10px;
width: 100px;
height: 90px;
}

.milestone-counter .stat-count{
font-weight: 700;
font-size: 2rem;
}

.milestone-counter.first .stat-count{
font-size: 3rem;
}

.milestone-counter .milestone-title{
font-weight: 500;
text-transform: uppercase;
font-size: 25px;
}

.milestone-counter.first .milestone-title{
font-weight:800;
}

.milestone-counter p{
font-weight: 600;
font-size: 15px;
}

/*-------GOV Scheme Area---------*/

.gov_scheme_sec{position: relative;    background-color:#f4f4f4;}
.gov_scheme_sec::before{
    content: '';
    position: absolute;
    width: 38%;
    height: 100%;
    background: #ffffff;
    top: 0;
    right: 10%;
-webkit-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    z-index: 1;
}

.govscheme-slide{
    position: relative;
    padding-bottom: 60px;
	}

.govscheme-slide .item_logo{
background-color: #fff;
border-radius: 10px 0px 10px 0px;
overflow: hidden;
border: 1px double #ddd;
padding: 10px;
}

.govscheme_padding{
    padding-right: 20%;
position: relative;
}

.govscheme-slide .owl-nav{
    position: absolute;
    bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.govscheme-slide .owl-nav .owl-prev, .govscheme-slide .owl-nav .owl-next{
display: inline-block;
position: relative;
width: 25px;
height: 25px;
line-height: 25px;
color: #898989 ;
border: 1px solid #898989 ;
background-color: transparent;
margin: 10px 0;
}

.govscheme-slide .owl-nav .owl-next{margin-left:15px;}
.govscheme-slide .owl-nav .owl-prev:hover, .govscheme-slide .owl-nav .owl-next:hover
{
color:#fff;
border-color: #fff;
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
}

.popular_post_area{
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    z-index: 1;
	}

.popular_post_area h3{}
.popular_post_area h3 span{
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	}	

.popular_items {
	border-bottom: 1px dotted #ddd;
  margin-top: 12px;
}

.popular_items:last-child{ border-bottom: 0;}

.single_post {
    position: relative;
	 padding-left: 120px;
    min-height: 60px;
    margin-bottom: 0;
    z-index: 2;
    transition: all 0.3s;
}

.single_post .post_img {
	position: absolute;
    left: 0;
    top: 0;
    height: 77px;
    width: 100px;
	height: 56.25px;
    border-radius: 5px;
    overflow: hidden;
    max-height: 69px;
    max-width: 100px;
}

.img_wrap {
    overflow: hidden;
}

.single_post .post_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;
    overflow: hidden;
}

.single_post_text h4 {
     font-size: 17px;
    color: #000000;
    font-weight: 500;
    line-height: normal;
	    margin: 0;
}

.single_post_text h4 a {
    color: #000000;
    font-weight: 700;
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.single_post_text .meta4 {
    margin-top: 0;
}

.single_post_text .meta4 {
	    font-size: 15px;
    font-weight: 800;
	background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	}

/*---CEo MEssage Area-----*/

.ceo_message_area{
position: relative;
background-color: #fff;
background: url(../images/bg/bg7.png) #fff;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-bottom: 110px;
}

.ceo_wrapper{position: relative;}
.ceo_message{
    background-color: #fff;
    position: relative;
    border-left: 5px solid #ed741d;
    padding: 20px;
    width: 75%;
    top: 5rem;
    margin-left: 18rem;
    -webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.ceo_message_img{
background-color: #fff;
width: 350px;
position: absolute;
top: 0;
height: 350px;
padding: 10px;
-webkit-box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
}

.ceo_message_img img{-o-object-fit: cover;object-fit: cover;}
.ceo_message p{position: relative;   }
.ceoModal .modal-content, .getdiractionModal .modal-content{
    border: 5px solid #ddd;
    border-radius: 0;
    background: url(../images/bg/s-shape2.png) #fff4ec;
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}

.ceoModal .modal-header, .getdiractionModal .modal-header{padding: 5px 15px;}
.ceoModal .modal-title, .getdiractionModal .modal-title{
    font-size: 30px;
    color: #000;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.ceoModal_content .quote-content {position: relative;}
.ceoModal_content .quote-content p{text-align: justify;}
.ceoModal_content .quote-content p:last-child{margin: 0;}
.getdiractionModal .modal-body iframe{width:100%;height: 450px;}

.signature-text h3{
        font-size: 20px;
    font-style: italic;
}

.signature-text h6{
        font-size: 15px;
    font-style: italic;
}

/*-------Blog News Area-----*/
.blog_area{
position: relative;
background: #f4f4f4;
background: url(../images/bg/bg6.jpg);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
z-index: 1;
}

.single-blog-box {
position: relative;
background: #ffffff;
overflow: hidden;
z-index: 1;
margin: 0 20px 0 0;
border: 1px solid #ddd;
border-radius: 10px;
}

.single-blog-box::before {
content: '';
position: absolute;
z-index: -1;
bottom: 0;
right: 0;
width: 90px;
height: 90px;
background-color: #e3eaf5;
border-radius: 272px 0 0 0;
opacity: .1;
-webkit-transition: .7s;
transition: .7s;
}

.single-blog-box:hover::before {
width: 100%;
height: 100%;
border-radius: 0px;
opacity: 1;
}

.single-blog-box .blog-img {
overflow: hidden;
}

.single-blog-box .blog-img img {
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;
height: 200px;
-o-object-fit: cover;
object-fit: cover;
-webkit-filter: brightness(1.2);
filter: brightness(1.2);
}

.single-blog-box:hover .blog-img img {
-webkit-filter: brightness(100%) hue-rotate(
45deg);
filter: brightness(100%) hue-rotate(
45deg);
-webkit-transform: scale(1.01);
transform: scale(1.01);
}

.single-blog-box .blog-content {
padding: 15px 25px;
}

.single-blog-box .blog-content h3, .blog-social-wrap p {
font-size: 20px;
line-height: 30px;
-webkit-transition: .5s;
transition: .5s;
line-break: auto;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 15px;
height: 50px;
line-height: normal;
}

.blog-social-wrap p {
font-size: 15px;
height: 37px;
margin-bottom: 10px;
}

.single-blog-box .blog-content h3 a{
color: #d8263e;
font-weight: 600;
margin-bottom: 10px;
}

.single-blog-box .blog-content .blog-social-wrap .blog-date span {
font-size: 14px;
color: #343434;
}

.single-blog-side .owl-nav{
    position: absolute;
    right: 1%;
    top: -9%;
    width: fit-content;
    display: inline-block;
}

.single-blog-side .owl-nav .owl-prev, .single-blog-side .owl-nav .owl-next{
display: inline-block;
position: relative;
width: 25px;
height: 25px;
line-height: 25px;
color: #898989 ;
border: 1px solid #898989 ;
background-color: transparent;
margin: 0 8px 0 0;
}

.single-blog-side .owl-nav .owl-prev:hover, .single-blog-side .owl-nav .owl-next:hover
{
color:#fff;
border-color: #fff;
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
}

.blog_read{
text-align: right;
padding-right: 20px;
}

/*-------GOV Scheme Area---------*/

.industry_sec{
position: relative;
background-color: #ffffff;
border-top: 1px solid #ddd;
}

.industry_sec .sec_title{
border-right: 1px solid #707070;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
vertical-align: middle;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}

/* .industry_sec .sec_title::before{ bottom: 25px;} */
.industry-slide{position: relative;}
.industry-slide .item{ padding: 10px;border-right: 1px solid #ddd;}

.industry-slide .item_logo{
background-color: #fff;
border-radius: 0px 10px 0px 10px;
overflow: hidden;
}

.industry_padding{
padding-right: 5%;
position: relative;
}

.industry-slide .owl-nav{
position: absolute;
right: -5%;
top: 18%;
width: fit-content;
display: block;
float: right;
}

.industry-slide .owl-nav .owl-prev, .industry-slide .owl-nav .owl-next{
display: block;
position: relative;
width: 25px;
height: 25px;
line-height: 25px;
color: #898989 ;
border: 1px solid #898989 ;
background-color: transparent;
margin: 10px 0;
}

.industry-slide .owl-nav .owl-prev:hover, .industry-slide .owl-nav .owl-next:hover
{
color:#fff;
border-color: #fff;
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
background-image: linear-gradient(to right,#d61e42,#f47f2b);
}

/*
==============Breadcrumb Area=============*/
.breadcrumb-area {
    z-index: 1;
    position: relative;
    }

    .brdcrum_wraper{
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      vertical-align: middle;
      align-items: center;
      background-color: rgb(0 0 0 / 40%);
    }

    .breadcrumb-title{
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    }

    .breadcrumb-list{
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 11;
    }

    .breadcrumb-list li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.58;
    text-transform: capitalize;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb-list li a {
    position: relative;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    }

    .breadcrumb-item+.breadcrumb-item::before{    padding-right: 3px;}
    .breadcrumb-list li.active {
      font-weight: 600;
      color: #ffffff;
      font-size: 16px;
      background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
      background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
      background-image: linear-gradient(to right,#d61e42,#f47f2b);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover;
  }

    .breadcrumb-item+.breadcrumb-item::before {
      float: left;
      padding-right: 0.5rem;
      font-size: 13px;
      margin-top: 3px;
      color: #ffffff;
      content: "\f285";
      font-family: bootstrap-icons !important;
    }

.inner_pageWrapper{
    position: relative;
    background: url(../images/bg/cross-line2.png);
    background-repeat: repeat;
}

.nav-topbar{
    position: relative;
    background-color: #fff;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.nav-topbar ul{
       padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.nav-topbar ul li{
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 8px 0;
}

.nav-topbar ul li a{
    position: relative;
    color: #383838;
    display: block;
    font-weight: 600;
    padding: 10px 8px;
    font-size: 16px;
    margin: 0 3px;
    background-color: #d7d7d7;
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.nav-topbar ul li.active a::after{
      content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15px;
    border: 8px solid;
    border-color: #ed741e rgb(0 0 0 / 0%) rgb(0 0 0 / 0%) rgb(0 0 0 / 0%);
    -webkit-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.nav-topbar ul li.active a{
    background-color: #ed741e;
    color: #fff;
}

.nav-topbar ul li a:hover{
    background-color: #ed741e;
    color: #fff;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
  }

.about_inner{position: relative;}
.about_inner p{text-align: justify;}
.about_img_right{
    position: relative;
    width: 40%;
    float: right;
    margin: 40px 0 55px 20px;
    padding: 0 40px 0 0px;
    z-index: 1;
}

.about_img_right:after {
    content: "";
    position: absolute;
    top: -40px;
    right: 0;
    width: 90%;
    height: auto;
    background-color: transparent;
    border: 20px solid #c7c7c7;
    z-index: 0;
    bottom: -40px;
    z-index: -1;
}

.about_innerTwo{
    position: relative;
    background-color: #ffffff;
    padding: 5px;
    margin: 0px 0px;
    /* box-shadow: 0px 0px 27px rgb(0 0 0 / 18%); */
}

.about_innerTwo img{
        width: 80%;
    margin: 20px auto;
}

.about_innerTwo h3{
    font-size: 20px;
    text-align: center;
    margin: 13px 0;
    padding: 0 30px;
}

.about_innerThree img{position: relative;}

.vision_mission, .Objectives_area{position: relative;}
.vision_mission p, .Objectives_area p{text-align: justify;}
.vision_mission .btn-group a{
        font-weight: 500;
    font-size: 17px;
}

.strong-clr{
       font-weight: 800;
    color: #ffffff;
    font-size: 18px;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.vision_mission .btn-group .btn-warning{
background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    color: #fff;
    border: none;
}

.Objectives_area{
background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 17%);
            box-shadow: 0px 0px 25px rgb(0 0 0 / 17%);
}

.Objectives_area::after{content:'';}
.blockquote-text{    background-color: #ededed;}
.blockquote-content{
    margin: 0;
    font-size: 20px;
    font-style: italic;
}

.vision_mission ul, .Objectives_area ul{
    position: relative;
    margin: 0;
    padding: 0;
}

.vision_mission ul::before,  .Objectives_area ul::before{
    content: '';
    position: absolute;
    height: 100%;
    border: 1px dashed #d3313a;
    width: 2px;
    left: 15px;
}

.vision_mission ul li, .Objectives_area ul li{
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    color: #000;
    text-align: justify;
    font-weight: 500;
    list-style: none;
    line-height: 24px;
}

.vision_mission ul li:last-child, .Objectives_area ul li:last-child{margin-bottom: 0px;}
.vision_mission ul li .numberList,  .Objectives_area ul li .numberList{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #ed731c;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
 }

.vision_mission_img_right{
    position: relative;
    width: 40%;
    float: right;
    margin: 40px 0 55px 20px;
    z-index: 1;
}

.vision_mission_img_right:after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 20px solid #c7c7c7;
    z-index: 0;
    bottom: -40px;
    z-index: -1;
}

.governer_bodyArea{position: relative;}
.governer_bodyArea p{text-align: justify;}
.governer_body_member{
    padding: 0 0 5px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #e02449;
}

.governer_body_member:hover {
    border-bottom: 2px solid #656d6d;
  }

  .col-md-3:nth-child(odd) .governer_body_member:hover {
    border-bottom: 2px solid #656d6d;
  }

.governer_body_member .pic {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-top: 25px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
  }

  .governer_body_member .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #e02449;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
  }

.governer_body_member:hover .pic::before {
    height: 100%;
    background: #656d6d;
  }

  .col-md-3:nth-child(odd) .governer_body_member .pic::before { background-color: #ee741d;}
  .col-md-3:nth-child(odd) .governer_body_member:hover .pic::before  {background-color: #656d6d;}
  .col-md-3:nth-child(odd) .governer_body_member { border-bottom: 2px solid #ee741d;}

  .governer_body_member .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
  }

  .governer_body_member:hover .pic::after {
    background-color: #ee741d;
  }

  .col-md-3:nth-child(odd) .governer_body_member:hover .pic::after {
    background-color: #e02449;
  }

  .governer_body_member .pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    -webkit-box-shadow: 0 0 0 10px #f7f5ec;
       box-shadow: 0 0 0 10px #f7f5ec;
    position: relative;
    z-index: 2;
  }

  .governer_body_member:hover .pic img {
    -webkit-box-shadow: 0 0 0 10px #f7f5ec;
      box-shadow: 0 0 0 10px #f7f5ec;
      transform: scale(0.8);
  }

  .governer_body_member .team-content {
    margin-bottom: 30px;
  }

  .governer_body_member .title {
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
  }

  .governer_body_member .post {
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-align: center;
    margin-bottom: 5px;
    text-transform: capitalize;
  }

 .Gbody-content a{
    color: #00216a;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}

.message_president{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.message_president figure{
    margin: 0;
}

.message_president figure{
    position: relative;
width: 200px;
height: 159px;
-o-object-fit: cover;
   object-fit: cover;
border-radius: 4px;
}

.message_president figure::after{
    content: '';
    position: absolute;
    top: 39%;
    right: -15px;
    width: 50px;
    height: 24px;
    background-color: #9aa7a0;
    -webkit-transform: rotate(121deg);
    -ms-transform: rotate(121deg);
            transform: rotate(121deg);
}

.message_president figcaption{
    width: 100%;
    padding-left: 50px;
}

.message_president figcaption h3{
        color: #e02449;
    font-weight: 700;
}

.message_president figcaption p{
       color: #67736f;
    text-align: justify;
}

.message_president figcaption p:last-child{ margin-bottom: 0;}
.message_president figcaption .bi-quote{
     position: absolute;
     right: 41px;
    bottom: 15px;
    font-size: 50px;
    color: #ddd;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.promoterArea{position: relative;}
.promoterArea p{text-align: justify;}
.promoterArea ul {
    padding-left: 15px;
}

.promoterArea ul li {
    font-size: 16px;
    color: #000;
    line-height: 1.55;
    margin-bottom: 1rem;
    font-weight: 500;
    text-align: justify;
    list-style: square;
}

.promoterArea_img_left, .promoterArea_img_right{
    position: relative;
    width: 25%;
    float: left;
    margin: 40px 40px 55px 0px;
    padding-left: 40px;
    z-index: 1;
}

.promoterArea_img_left::after, .promoterArea_img_right::after{
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 85%;
    height: auto;
    background-color: rgb(255 255 255);
    border: 20px solid #c7c7c7;
    z-index: 0;
    bottom: -40px;
    z-index: -1;
}

.promoterArea_img_right{
    float: right;
    padding-left: 0;
    padding-right: 40px;
    margin: 40px 0 55px 40px;
}

.promoterArea_img_right::after{
    left: auto;
    right: 0;
    }

.latestTssc_details{
        background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 21px rgb(0 0 0 / 23%); box-shadow: 0px 0px 21px rgb(0 0 0 / 23%);
    position: relative;
    overflow: hidden;
}

.latestTssc_details::before, .latestTssc_details::after{
      content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border: 5px solid;
    border-color: rgb(238 116 29) rgb(238 116 29 / 0%) rgb(238 116 29 / 0%) rgb(238 116 29);
    display: block;
}

.latestTssc_details::after{
    left: auto;
    right: 0;
    top:auto;
    bottom: 0;
    border: 5px solid;
    border-color: rgb(0 0 0 / 0%) #ee741d #ee741d rgb(0 0 0 / 0%);
}

.latestTssc_details .btn {
       color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.latestTssc_details p{text-align: justify;}
.latestTssc_details_image{
    position: relative;
        width: 35%;
    float: right;
    margin: 0 0 20px 20px;
}

.latestTssc_details_image::after{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 97%;
    height: 95%;
    left: 6px;
    border: 1px dashed#fff;
}

.partnersLogo_inner{position: relative;}
.partnersLogo_inner ul{
    margin: 0;
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
    }

.partnersLogo_inner .ptr_logo{
    list-style: none;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}

.partnersLogo_inner .ptr_logo img{
    width: 85%;
    height: 130px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    }

    .table-affiliation, .table {position: relative;    background-color: #fff;}
    .table-affiliation tr th, .table-affiliation tr td{
        vertical-align: middle;
   -webkit-box-align: center;
   -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
           justify-content: center;
   text-align: left;
   font-size: 15px;
   font-weight: 600;
}

.guideline_scheme_inner{
    position: relative;
    background-color: #fff;
    height: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-box-shadow: 2px 2px 5px 0px rgb(36 36 36);
    box-shadow: 2px 2px 5px 0px rgb(36 36 36);
    border-radius: 4px;
}

.guide_image{position: relative;}
.guide_image img{
width: 100%;
height: 185px;
-o-object-fit: contain;
   object-fit: contain;
}

.guide_content{
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
        }

.guide_content h3{
    font-size: 15px;
    text-align: left;
    font-weight: 700;
}

.guide_content p{
    font-size: 14px;
    text-align: left;
}

.guide_content a.readmore_txtbtn{
    position: absolute;
    bottom: 15px;
    font-size: 16px;
    color: #d42548;
    font-weight: 600;
    padding-left: 35px;
    right: 10px;
    display: block;
    text-align: right;
    width: 100%;
}

.guide_content a.readmore_txtbtn:hover{  color: #ee731c; }
.guide_content a.readmore_txtbtn::before{
     content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    bottom: 9px;
    margin-left: -35px;
    background-color: #c3c3c3;
    border-radius: 50px;
}

.download_lmis{
     position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    gap: 30px;
}

.download_wraper{
    flex: 0 0 25%;
    width: 25%;
    position: relative;
    background-color: #ddd;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.download_wraper a{
       background-color: #666769;
    color: #fff;
    display: inline-block;
    padding: 4px 8px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
 }

 .download_wraper a:hover{        background-color: #de0b34;}

 .inner_pageWrapper .page-link {
    padding: 0.375rem 0.75rem;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    border: 1px solid #ddd;
    /* box-shadow: 0px 0px 15px rgb(0 0 0 / 22%); */
    margin-right: 8px;
    cursor: pointer;
}

.inner_pageWrapper .page-link.bg-info {
    background-color: #d9002b !important;
}

.inner_pageWrapper .page-link.bg-info:hover{       background-color: #ed741d !important;color:#fff;}

.top-btn-area{
    display: inline-block;
    text-align: right;
    width: 100%;
    position: relative;
}

.top-btn-area .btn-download{
border: 1px solid #da0026;
    color: #d4022d;
    font-weight: 600;
}

.top-btn-area .btn-download:hover{
color: #ffffff;
background-color: #d3022c
}

.download_inner{position: relative;}
.download_inner .btn-info{
    background-color: #707478;
    border: 1px solid #707478;
    padding: 10px 20px;
    margin: 0 5px;
}

.download_inner .btn-info:hover{
    background-color: #ee731c;
border: 1px solid #ee731c;
}

.download_list{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
        padding: 0;
        margin: 0;
    }

.download_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 24%;
    list-style: none;
}

.download_list li a{
    position: relative;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
            overflow: hidden;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

.download_list li a img{
        width: auto;
    float: left;
    margin-right: 10px;
}

.download_list.newsletter_thumb a{display:block;text-align: center;}
.download_list.newsletter_thumb img{
	width: 100%;
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
	   }

       .plat-size{font-size: 35px; text-align: center;}
       .plat-size span{font-size: 35px; display: block;}

#myList1 li{ display:none;}
#myList2 li{ display:none;}
#myList3 li{ display:none;}
#myList4 li{ display:none;}
#myList5 li{ display:none;}
#myList6 li{ display:none;}

.download_list li a::before{
    content: "\f30a";
    font-family: bootstrap-icons !important;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 35px;
    height: 35px;
    background-color: #ddd;
    color: #f74242;
    text-align: center;
    font-weight: 500;
    line-height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 24px rgb(0 0 0 / 19%);
    box-shadow: 0px 0px 24px rgb(0 0 0 / 19%);
}

.download_list li a:hover{
    -webkit-box-shadow: 0px 0px 24px rgb(0 0 0 / 19%);
    box-shadow: 0px 0px 24px rgb(0 0 0 / 19%);
    border-color: #fff;
    color: #d30028;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.download_list li a:hover::before{
     background-color: #d30028;
     color:#fff;
    }

.downloadAccordian_inner .accordion{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.downloadAccordian_inner .accordion .accordion-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
}

.downloadAccordian_inner .accordion .accordion-button{
    background-color: #d7d7d7;
    color: #000;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding: 10px 10px;
    padding-left: 50px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.downloadAccordian_inner .accordion .accordion-button span{
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #d1183d;
    font-size: 16px;
    color: #fff;
}

.downloadAccordian_inner .accordion .accordion-collapse{
       border-width: 0 1px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
}

.downloadAccordian_inner .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 1px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.downloadAccordian_inner .accordion .job_wraper{position: relative;}
.downloadAccordian_inner .accordion .job_wraper p{
font-size: 15px;
text-align: justify;
}

.downloadAccordian_inner .accordion .job_wraper ul{
    padding-left: 15px;
}

.downloadAccordian_inner .accordion .job_wraper ul li{
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 5px 0;
    list-style: decimal;
    line-height: normal;
}

.downloadAccordian_inner .accordion .job_wraper .heading_titleTwo{font-weight: 700;font-size: 18px;}
.open_btn_area{
    display: inline-block;
    text-align: right;
    width: 100%;
    position: relative;
}

.open_btn_area .btn-openPage{
    background-color: #00bcd4;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-left: 5px;
}

.job_wraper .sec_titleTwo{padding-bottom: 4px;}
.job_wraper .sec_titleTwo::before{ width: 35px;height: 2px;}
.job_wraper .sec_titleTwo::after{  left: 30px;width: 6px;height: 6px;}

.industryMembership_inner{position: relative;}

.TpRegistration_inner{position: relative;}
.form_sec{
background-color: #fff;
    position: relative;
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 25px rgb(0 0 0 / 26%);
            box-shadow: 0px 0px 25px rgb(0 0 0 / 26%);
}

.form_sec .form-group{position: relative;}

.form_step ul{
       position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
        }

.form_step ul li {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: center;
    list-style: none;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.form_step li::after{
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 30%;
    right: -50%;
    border-radius: 50px;
    z-index: -1;
    background-color: #dbdbdb;
    -webkit-box-shadow: inset 0 1px 7px rgb(0 0 0 / 33%);
    box-shadow: inset 0 1px 7px rgb(0 0 0 / 33%);
}

.form_step ul li span{
    display: block;
    font-size: 33px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 48px;
    background-color: #d4012c;
    background-image: -o-linear-gradient(49deg, #ee731c 12%, #dc0c34 89%);
    background-image: linear-gradient(41deg, #ee731c 12%, #dc0c34 89%);
    border-radius: 50%;
    border: 2px solid #c9c9c9;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form_step li:last-child::after{ display: none; }
.form_step li.active::after{
    background-color: #198754;
    -webkit-transition: all 500ms ease;
   -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.form_step li.active span{
     background-image: -o-linear-gradient(49deg, #198754 12%, #198754 89%);
    background-image: linear-gradient(41deg, #198754 12%, #198754 89%);
    background-color: #198754;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
   transition: all 500ms ease;
 }

 .form_step li.active{
  color: #198754;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
 transition: all 500ms ease;
}

.form_sec .form-group label{
       margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.form_sec .form-group .form-control, .form_sec .form-group .form-select{
        border-radius: 0;
    font-weight: 500;
    color: #000;
    font-size: 16px;
    width: 100%;
}

.form_sec input[type="file"]::after{ 
   content: 'Choose file';
    position: absolute;
    top: 0;
    left: 12px;
    background-color: #ed741d;
    width: 18%;
    font-size: 16px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 38px;
	}

.form_sec .input-group .form-control{
    width:auto;
}

.form_sec .form-check{margin-right: 10px;}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
        }

        .file-upload input[type="file"].form-control{width: 20%;}
        .file-upload .drag-text {
            width: 50%;
            font-weight: 600;
            background-color: #ed741d;
            padding: 8px 20px;
            border: 1px solid #ed741d;
            text-align: center;
            color: #fff;
            font-size: 15px;
        }

        .form_sec .btn.btn-info{
                padding: 6px 30px;
            font-weight: 600;
            font-size: 17px;
            color: #000;
        }

        .form_sec .btn-outline-secondary {
            font-weight: 600;
            font-size: 17px;
        }

.update_inner{ 
    position: relative;
    background-color: #fff;
}

.update_inner p{
        text-align: justify;
    margin: 0 0 5px;
}

.target_url{position: relative;}
.target_url a{ 
       position: relative;
       margin-right: 10px;
    text-decoration: underline !important;
}

.target_url a:hover{     color: #d20028;}
.total-invoice {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin: 20px 0;
    padding: 10px 0;
}

.total-invoice h5 {margin-bottom: 0;}
.assessor-tab {
position: relative;
}

.assessor-tab li {
    text-align: center;
}

.nav-sidebar a {
    display: block;
    font-weight: 600;
    color: #d30029;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    border-bottom: 1px solid #f1f1f1;
    font-size: 15px;
    padding: 15px 15px
}

.nav-sidebar .active a {
    background-color: #d30029;
    border-bottom: 1px solid #e2e6e7;
    color: #fff;
    cursor: pointer;
}

.assessor-tab li a {
    border: none;
}

.courses_wraper{
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    height: 100%;
}

.courses_wraper img{
       position: relative;
    height: 245px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}

.courses_wraper h3{
    font-size: 20px;
    position: relative;
}

.courses_wraper p{    font-size: 15px;}
.courses_wraper .price_text{
color: #d3002a;
    font-weight: 600;
}

/*
==============Contact Area=============*/
.contactform_sec {
    color: #fff;position: relative;
    z-index: 1;
    }

    .contactform_sec iframe{    height: 300px;}
    .info_box {
        width: 100%;
        position: relative;
        z-index: 1;
    }

    .info_box a {
        position: relative;
        display: block;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        padding: 5px 0;
        padding-left: 44px;
        line-height: normal;
    }

    .info_box a i {
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        height: 35px;
        margin-right: 0;
        background-color: #ee741d;
        text-align: center;
        line-height: 35px;
        font-size: 19px;
        color: #fff;
        display: block;
    }

    .contactform{
    width: 100%;
    max-width: 95%;
    margin: 0;
    float: right;
    position: relative;
    display: block;
    }

    .contactform .input-group{    margin-bottom: 1rem;}
    .contactform .input-group label{
    position: absolute;
    left: -1px;
    width: 40px;
    height: 100%;
    background-color: #75828b;
    z-index: 1;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    }

    .contactform .input-group .form-control,
    .contactform .input-group textarea.form-control{
    height: 48px;
    border-radius: 0;
    position: relative;
    padding: 0px 0 0 50px;
    font-size: 15px;
    color: #2c2c2c;
    z-index: 0;
    }

    .contactform .input-group textarea.form-control{
    height:auto;
    padding: 10px;
    }

    .contactform .submit-form{
position: relative; display: flex; gap: 20px;
    }
    .back_home{background: #333; padding: 0px 12px;  color: #fff;  align-items: center;  display: flex;}
    .back_home:hover{ color: #fff;}

    .contactform .submit-form .btn{
        width:auto;
        padding: 12px 5px;
        font-size: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background-color: #d42648;
        font-weight: 600;
        color: #fff;
        border-radius: 0;
        padding: 10px 10px;
    }

    .map_area{
    margin: 0 0 -50px;
    position: relative;
    }

    .map_area iframe{height:350px;}

    .main_gallery{position: relative;}

    .gallery_wraper{
        border: 3px solid #ee741d;
        background-color: #fff;
        padding: 5px;
        border-radius: 4px;
        -webkit-box-shadow: 0px 0px 7px rgb(0 0 0 / 48%);
                box-shadow: 0px 0px 7px rgb(0 0 0 / 48%);
            }

    .main_gallery .col-md-3:nth-child(even) .gallery_wraper{ border: 3px solid #e11a42;}        
    .gallery_wraper a{position: relative;}
    .gallery_wraper img{
            width: 100%;
        height: 208px;
        -o-object-fit: cover;
           object-fit: cover;
        position: relative;
    }

    .gallery_wraper h5 a{
        text-align: center;
        display: block;
        margin: 4px 0 0;
        position: relative;
        font-size: 15px;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
        height: 50px;
    }

.event_wraper{
    position: relative;
    margin-left: 5%;
    width: 95%;
    border-bottom: 2px solid #cdcdcd;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 27%);
}

.enent_date{
    position: relative;
    color: #002c7c;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ffc107), color-stop(50%, #e1a901));
    background-image: -o-linear-gradient(right, #ffc107 50%, #e1a901 50%);
    background-image: linear-gradient(to left, #ffc107 50%, #e1a901 50%);
    padding: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    height: auto;
    display: block;
    line-height: 25px;
    text-shadow: 1px 1px 1px rgb(255 255 255);
}

.enent_date::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: -5%;
    border: 10px solid;
    border-color: #c59402 #c59402 #0000 #0000;
}

.enent_date::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -5%;
    height: 100%;
    width: 5%;
    background-color: #e1a901;
}

.enent_content{ 
        width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
}

.scroll-text{
height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
	}

.scroll-text::-webkit-scrollbar {  
    width: 4px;  
}  

.scroll-text::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  

.scroll-text::-webkit-scrollbar-thumb {  
    background-color: rgb(106 113 115);
border: 1px solid rgba(92, 92, 92, 0.5);
border-radius: 10px;
}  

.scroll-text::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
}

.enent_content p{
        font-size: 15px;
    text-align: justify;
    margin-bottom: 5px;
}

.event_wraper a{
  color: #d6002b;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    padding: 7px 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.enent_content h5{
        font-size: 16px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    line-break: auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn-body{ 
    position: relative;
    height: 7rem;
    display: block;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.btn-body::-webkit-scrollbar {  
    width: 4px;  
}  

.btn-body::-webkit-scrollbar-track {  
    background-color: #E7E7E7
}  

.btn-body::-webkit-scrollbar-thumb {  
    background-color: rgb(106 113 115);
border: 1px solid rgba(92, 92, 92, 0.5);
border-radius: 10px;
}  

.btn-body::-webkit-scrollbar-thumb:hover {  
    background-color: #000;  
}  

.btn-body a.btn{ 
    position: relative;
    border: 1px solid #ddd;
    border-right: 3px solid #d6002a;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 13px;
    color: #383838;
    margin: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 24%);
            box-shadow: 0px 0px 5px hsl(0deg 0% 0% / 24%);
}

.btn-body a.btn:nth-child(odd){ border-right: 3px solid #191e4f;}

.btn-body a.btn::after{
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #d6002a;
    border-radius: 50%;
 }

 .btn-body a.btn:nth-child(odd)::after{ background-color: #191e4f;}
.new_text{ 
       position: absolute;
       left: -10px;
    top: 8px;
    background-color: #d6002a;
    padding: 0 9px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.latest_updateInner .accordion{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

.latest_updateInner .accordion .accordion-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    margin: 5px 0;
}

.latest_updateInner .accordion .accordion-button{
    background-color: #ddd;
    color: #000000;
    font-weight: 600;
    text-align: left;
    position: relative;
    padding: 5px 10px;
    font-size: 17px;
    padding-left: 20px;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 5px solid #737271;
}

.latest_updateInner .accordion .accordion-item:nth-child(odd) .accordion-button{border-left: 5px solid #d3002a;}
.latest_updateInner .accordion .accordion-button span{
    position: absolute;
    left: 0;
    width: 40px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #d1183d;
    font-size: 16px;
    color: #fff;
}

.latest_updateInner .accordion .accordion-collapse{
    border-width: 0 1px;
    border-bottom: 2px solid #666564;
    border-top: 0;
    border-radius: 4px;
    background-color: #fff;
}

.latest_updateInner .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.update_inner img{ 
    height: 200px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 200px;
    margin-bottom: 10px;
    }

    .update_inner{overflow: hidden;}

.read-btn{
        border: 1px solid #ed741d;
    color: #fff;
    padding: 7px 20px;
    margin-top: 10px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    background-color: #ed741d;
}

.read-btn:hover{  color:#fff;  border-color: #d2002a;  background-color: #d2002a;}
.view-btn{
border: 1px solid #646365;
color: #fff;
padding: 7px 20px;
margin-top: 10px;
font-weight: 600;
display: inline-block;
position: relative;
background-color: #646365;
}

.view-btn:hover{  color:#fff;  border-color: #ed741d;  background-color: #ed741d;}

.new_marguee{background: #da2b3f; padding: 0px;}
.marguee_text marquee p{margin: 0; padding: 8px 0;}
.marguee_text marquee p a{ color: #fff; position: relative; padding: 0 15px;}
.marguee_text marquee p a::after {
    content: "\f135";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0;
    left:-15px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #ed731c;
    background-image: -webkit-gradient(linear,left top, right top,from(#ffd855),to(#eb9000));
    background-image: -o-linear-gradient(left,#ffd855,#eb9000);
    background-image: linear-gradient(to right,#ffd855,#eb9000);
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

/* Article Detail
-------------------------------------------------------------- */
.Innerblog_area{
    position:relative;
    padding: 30px 0;
    }
    
    .Innerblog_area .sec_title{    margin-bottom: 30px;}
    .Innerblog_area .blog_wrap{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
            box-shadow: 0px 0px 6px rgb(0 0 0 / 18%);
    position: relative;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    }
    
    .Innerblog_area .tittle_area {margin-bottom: 50px;}
    .Innerblog_area .blog_wrap:hover{ 
    -o-transition: all 500ms ease-in-out;  
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    }
    
    .blog_wrap .blog_img{    position: relative;}
    
    .blog_wrap .blog_img a{
    display: block;
    overflow: hidden;
    }

    .blog_wrap .blog_img img{ 
        height: 245px;
        -o-object-fit: cover;
           object-fit: cover;    
    -webkit-transform: scale(1); 
    -ms-transform: scale(1); 
    transform: scale(1);
    -o-transition: all 500ms ease-in-out;  
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;}
    .blog_wrap:hover .blog_img img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -o-transition: all 500ms ease-in-out;  
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    }

    .blog_wrap .blog_cnt{
    padding: 20px;
    position: relative;
    padding-bottom: 30px;
    }

        .blog_wrap .blog_cnt{}
    .blog_wrap .blog_cnt span{
  width: auto;
    position: relative;
    margin-bottom: 10px;
    color: #e5733f;
    display: block;
    font-size: 13px;
    font-weight: 600;
    }

    .blog_wrap .blog_cnt .date i{font-size: 20px;
    margin-right: 5px;}
    .blog_wrap .blog_cnt a h4{
    font-size: 22px;
    color: #2c2c2c;
    font-weight: 600;
    }

    .blog_wrap .blog_cnt p{    font-size: 15px;    margin: 0;}
    .blog_wrap .blog_cnt .btn.read{
    font-weight: 600;
    padding: 0;
    font-size: 17px;
    color: #e16d38;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    }

    .blog_wrap .blog_cnt .btn.read:hover{
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    }
    
    .blog-details img {
     -o-object-fit: cover;
        object-fit: cover;
        border-radius: 5px;
        width: 100%;
        height: 350px;
    }
    
    .blog-details .blog-card__content {
        position: relative;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
    }

    @media (min-width: 768px){
    .blog-card__content {
        padding: 40px;
    }

    .plat-size span { font-size: 18px;}
    }
    
    .blog-card__date {
        width: 160px;
        height: 60px;
        background-color: #d30028;
        border: 5px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        padding: 0 10px;
        line-height: 1.3;
        position: absolute;
        top: -35px;
        right: 20px;
    }
    
    .blog-card__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .blog-card__meta a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        color: #6e7673;
        font-size: 14px;
        font-weight: 600;
    }

    .blog-card__meta a+a {
        margin-left: 15px;
    }

    .blog-card__meta a i {
        color: #dc0c34;
        margin-right: 5px;
    }

    .blog-card__content h3 {
        font-size: 30px;
        line-height: 1.417;
        margin: 0;
        font-weight: 700;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .blog-card__content h3 a {
      color: #000000;
    }

    .blog-details__content p {
        margin: 0;
        text-align: justify;
    }

    .blog-details__content p+p {
        margin-top: 10px;
    }

    .blog-details__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top: 1px solid #e9e7e2;
        margin-top: 30px;
        padding-top: 20px;
    }

    @media (min-width: 1200px){
    .blog-details__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .plat-size span { font-size: 30px;}
    }

    .blog-details__tags span {
        color: #d10e35;
        font-size: 18px;
        font-weight: 700;
        margin-right: 5px;
    }
    
    .blog-details__tags a {
        font-size: 16px;
        color: #6e7673;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    @media (min-width: 1200px){
    .blog-details__tags a {
        font-size: 18px;
    }}
    .blog-details__social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    @media (min-width: 1200px){
    .blog-details__social {
        margin-top: 0;
    }
    }
    
    .blog-details__social a {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 14px;
        border: 1px solid #ddd;
        color: #84939e;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        margin-left: 10px;
    }
    
    .blog-sidebar {
        margin-top: 50px;
    }

    @media (min-width: 1200px){
    .blog-sidebar {
        margin-top: 0;
    }}
    
    .blog-sidebar__search {
        margin-bottom: 30px;
    }

    .blog-sidebar__search {
        width: 100%;
        padding: 8px;
        background-color: #ffffff;
        border-radius: 0;
        position: relative;
        border-left: 5px solid #d30028;
    }
    
    .blog-sidebar__search input[type=text] {
      width: 100%;
        height: 45px;
        padding: 3px 40px 3px 14px;
        border: 1px solid #ddd;
        border-radius: 0;
        color: #000;
        font-size: 15px;
    }
    
    .blog-sidebar__search a {
    width: auto;
        padding: 0;
        font-size: 22px;
        color: #e16d38;
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 17px;
        -webkit-transform: translateY(90%);
        transform: translateY(90%);
        background-color: transparent;
        border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .blog-sidebar__search a:focus{outline: none;}
    
    .blog-sidebar__posts, .blog-sidebar__categories {
          background-color: #ffffff;
        border-radius: 5px;
        margin-bottom: 20px;
        padding: 20px;
        padding-bottom: 0;
        border: 1px solid #ddd;
    }
    
    .blog-sidebar h3 {
        margin: 0;
        font-size: 18px;
        color:#000;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .blog-sidebar__posts h3 {
        margin-bottom: 10px;
    }

    @media (min-width: 1200px){
    .blog-sidebar h3 {
        font-size: 20px;
    }}
    
    .blog-sidebar__posts ul {
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .blog-sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .blog-sidebar__posts ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        border-radius: 5px;
        padding: 13px 0px;
        border-bottom: 1px solid #ddd;
    }

    .blog-sidebar__posts ul li:last-child{border-bottom:0;}
    
    .blog-sidebar__posts ul li span {
        color: #6e7673;
        font-size: 14px;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        margin-bottom: 10px;
    }

    .blog-sidebar__posts ul li span i {
        font-size: 14px;
        margin-right: 5px;
        color: #d8062f;
    }

    .blog-sidebar__posts ul li img {
      width: 60px;
        height: 60px;
        -o-object-fit: cover;
           object-fit: cover;
        position: relative;
        margin-right: 20px
    }

    .blog-sidebar__posts ul li h4 {
    margin: 0;
        font-size: 15px;
        font-weight: 600;
    }

    .blog-sidebar__posts ul li h4 a {
        color: inherit;
    }
    
    .blog-sidebar h3 {
        margin: 0;
        font-size: 18px;
        color: #000;
        font-weight: 700;
        margin-bottom: 20px;
    }	

  .Pastevent_list_header {
      width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    background-color: white;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

 .Pastevent_list_header .show-text{
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .Pastevent_list_header .show-text span{
      color: #d71b41;
    font-weight: 600;
    font-size: 16px;
}

  .Pastevent_list_header .sort-wrapper{
    width: 100%;
    padding: 5px 15px;
    background-color: #fff;
    border: none;
  }

  .Pastevent_list_header .sort-wrapper select{
       width: auto;
    float: right;
    padding: 6px 40px 6px 10px;
    border: 2px solid rgb(99 106 105);
    border-radius: 0;
    font-weight: 600;
  }

.single-Pastevent {
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 6%);
            box-shadow: 0 0 5px rgb(0 0 0 / 6%);
}

.single-Pastevent img{
height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
	   }

.Pastevent-text {
	width:100%;
    border: 1px solid #e9e9e9;
    padding: 0 20px 10px;
    display: inline-block;
}

.Pastevent-text span.posted-on {
    color: #fff;
    font-size: 18px;
    padding: 2px 30px;
    margin-left: -30px;
    background: #ef6a0b;
    position: relative;
}

.Pastevent-text span.posted-on {
    background: #ef6a0b;
}

.Pastevent-text span {
    display: inline-block;
    margin: 10px 0;
}

.Pastevent-text span.posted-on:before {
    position: absolute;
    top: -9px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 9px;
    border-color: transparent transparent #c35100 transparent;
}

.Pastevent-text h4 {
    text-transform: uppercase;
}

.Pastevent-text p {
    margin-bottom: 10px;
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Pastevent-btn {
   font-size: 25px;
    text-align: right;
    display: inline-block;
    color: #333;
    width: auto;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    float: right;
}  

  .upcommingvent_wraper{
   position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 1px solid #ddd;
	    padding: 20px;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);	
	}

.upcommingvent_date{
 background-color: #d4022c;
    width: 250px;
    padding: 10px;
    position: relative;
    margin-top: -30px;
    font-size: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-top: 9px solid #8a001b;
    border-bottom: 5px dashed #fff;
	}

.upcommingvent_date::after{
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    border: 7px solid;
    border-color: rgb(212 2 44) rgb(212 2 44 / 0%) rgb(212 2 44 / 0%) rgb(212 2 44 / 0%);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}	

.upcommingvent_date span{font-size: 15px;}
.main_event .col-md-6:nth-child(even) .upcommingvent_wraper .upcommingvent_date{
    background-color: #003259;
    border-top: 9px solid #001f37;
}

.main_event .col-md-6:nth-child(even) .upcommingvent_wraper .upcommingvent_date::after{
    border: 7px solid;
    border-color: rgb(0 50 89) rgb(212 2 44 / 0%) rgb(212 2 44 / 0%) rgb(212 2 44 / 0%);
}

.upcommingvent_content{
	width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    display: block;
    height: auto;
	}

.upcommingvent_content h6{ color: #67736f;}
.upcommingvent_content h5 a{ 
line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#000;}
.upcommingvent_content p {
       text-align: left;
    line-break: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
    font-size: 14px;
}

.upcommingvent_social{
	padding: 10px 0;
	display: inline-block;
    position: relative;
    background-color: #bfbfbf;
	}

.upcommingvent_social a{
    display: block;
    width: 30px;
    text-align: center;
    margin: 5px 0;
    color: #fff;
	}

.upcommingvent_social a:hover{color: #d4022c;}

div.block-content {
    position: relative;
	    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.single-post-box .title-post {
    padding: 0 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-top: -10px;
}

.single-post-box .title-post h1 {
    color: #333333;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px;
}

ul.post-tags {
    margin: 0;
    padding: 0;
}

ul.post-tags li {
       display: inline-block;
    margin-right: 7px;
    color: #d51a3f;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.post-tags li:last-child {
    margin-right: 0;
}

ul.post-tags li i {
    color: #000;
    margin-right: 9px;
}

.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px;
}

.single-post-box .share-post-box ul.share-box {
    margin: 0;
    padding: 0;
}

.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 2px;
}

.single-post-box .share-post-box ul.share-box li i {
    font-size: 20px;
    margin-right: 12px;
    color: #999999;
    float: left;
}

.single-post-box .share-post-box ul.share-box li span {
    display: inline-block;
    line-height: 15px;
}

.single-post-box .share-post-box ul.share-box li a {
  display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #ffffff;
    padding: 7px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.single-post-box .share-post-box ul.share-box li a i {
    color: #ffffff;
}

.single-post-box .share-post-box ul.share-box li a.facebook {
    background: #1854dd;
}

.single-post-box .share-post-box ul.share-box li a.twitter {
    background: #18a3dd;
}

.single-post-box .share-post-box ul.share-box li a.youtube {
    background: #f14133;
}

.single-post-box .share-post-box ul.share-box li a.linkedin {
    background: #1879dd;
}

.single-post-box .share-post-box ul.share-box li a:hover {
    opacity: 0.7;
}

.single-post-box .post-gallery {
    text-align: center;
    margin-bottom: 20px;
}

.single-post-box .post-gallery img {
      width: 100%;
    margin-bottom: 5px;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}

.single-post-box .post-gallery span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    margin: 0;
}

.single-post-box > .post-content {
    margin-bottom: 10px;
    overflow: hidden;
}

.single-post-box > .post-content p {
   padding: 0 20px;
    margin-bottom: 18px;
    font-size: 15px;
    text-align: justify;
}

.single-post-box > .post-content blockquote {
    padding: 20px;
    padding-left: 70px;
    background: #eeeeee;
    border: none;
    margin: 0 0 20px;
    position: relative;
}

.single-post-box > .post-content blockquote:before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 72px;
    color: #222222;
    font-family: georgia;
    line-height: 70px;
    font-weight: 700;
}

.single-post-box > .post-content blockquote p {
    color: #222222;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px;
}

.single-post-box .article-inpost {
    overflow: hidden;
    margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content {
    text-align: center;
    margin-bottom: 20px;
}

.single-post-box .article-inpost .image-content .image-place {
    position: relative;
    margin-bottom: 5px;
}

.single-post-box .article-inpost .image-content span.image-caption {
    display: inline-block;
    color: #aaa;
    font-size: 12px;
    font-style: italic;
    margin: 0;
}

.single-post-box .article-inpost .text-content {
    padding-top: 15px;
}

.single-post-box .article-inpost .text-content h2 {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
}

.single-post-box .article-inpost .text-content p {
      margin-bottom: 10px;
    text-align: justify;
    font-size: 15px;
}

.recent-event{
background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
	}

ul.list-posts {
    margin: 0;
    padding: 0;
}

ul.list-posts > li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

ul.list-posts > li img {
    width: 100px;
    margin-right: 20px;
    float: left;
}

ul.list-posts > li .post-content h2 {
    color: #333333;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 13px;
    max-height: 40px;
    overflow: hidden;
    margin-bottom: 7px;
}

ul.list-posts > li .post-content h2 a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #333333;
}

ul.list-posts ul.post-tags li {
    color: #d9022b;
    font-size: 12px;
    font-weight: 600;
}  



/*===========Scroll To Top===========*/

.scrollToTop{
width: 35px;
height: 53px;
border-radius: 25px;
text-align: center;
font-weight: bold;
color: #fff;
text-decoration: none;
position: fixed;
bottom: 20px;
right: 0;
padding-top: 10px;
z-index: 3;
display: none;
}

.scrollToTop:hover{
text-decoration:none;
}

.scrollToTop img{-webkit-transform: rotate(-45deg);    -ms-transform: rotate(-45deg);    transform: rotate(-45deg);}
.csr_bnifit{
    text-align: center;
        width: 100%;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: -3px 3px 0px 0px #b3b3b3;
            box-shadow: -3px 3px 0px 0px #b3b3b3;            
        }

        .csr_bnifit img{
            width: auto;
            margin: 0 auto 10px;
        }      

        .csr_bnifit h4 {
                text-transform: capitalize;
            color: #f06f13;
        }

        .csrpage p{    text-align: justify;}
.csrpage a{color: #d80831;}
.telcopage a img{ width: auto;    border: solid 2px #ddd;
    padding: 5px;
    margin-bottom: 15px;}
   .telcolink {background: #ed741d;
    padding: 15px;
    display: inline-block;} 
    .telcolink a{ color: #fff; font-size: 18px;}
    .telcolinkapps p{ font-size: 20px;    font-weight: 700; margin-top: 15px;}
    .telcolinkapps a img{ width: auto;display: inline-block; border: none;}
    .link_button{    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
        background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
        background-image: linear-gradient(to right,#d61e42,#f47f2b);
        display: inline-block;
        padding: 15px;
        border-radius: 4px;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        margin-top: 25px;}
     .link_button:hover {
            background-image: -webkit-gradient(linear,left top, right top,from(#f47f2b),to(#d61e42));
            background-image: -o-linear-gradient(left,#f47f2b,#d61e42);
            background-image: linear-gradient(to right,#f47f2b,#d61e42); color: #fff;
            font-size: 18px;
            font-weight: 600;
			}

	.event_nxtgeBanner{	position: relative;}		
.event_nxtgeBanner .btn_register{
    position: absolute;
    bottom: 0;
    right: 14%;
	}			

.event_nxtgen_inner {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		}

.event_nxtgen_img_left{
position: relative;
    width: 44%;
    flex: 0 0 auto;
    margin: 40px 30px 55px 0px;
    background-color: #fff;
    padding: 0 80px 0 40px;
    z-index: 1;
}

.event_nxtgen_img_left h3 span{ display: block;}
.event_nxtgen_img_left h3{     text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 34px; margin-top: 68px;color: #d80831;}
.event_nxtgen_img_left  p{text-align: center;}
.event_nxtgen_img_left:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 90%;
    height: auto;
    background-color: transparent;
    border: 20px solid #c7c7c7;
    z-index: 0;
    bottom: -40px;
    z-index: -1;
}

.events_nxtgenchi .sec_title::before{ left: 0; right: 0; margin: 0 auto;}
.event_nxtgen_img_left img{ float: left; max-width: 212px;}
.event_nxtgen {
    display: inline-block;
    float: right;
    width: 53%;
    flex: 0 0 auto;
    text-align: justify;
	}

.event_nxtgen h2{ position: relative;padding-bottom: 10px;}

.event_nxtgen h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    border-radius: 50px;
}

.event_nxtgen h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 73px;
    width: 7px;
    height: 7px;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
    border-radius: 50px;
}

.event_nxtgen p span {
    color: #d80831;
}

.inner_pageWrapper.event_nxtgeninner_wraper{
    background: url(../images/bg/5g_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	}

.contactEvent{
	padding: 20px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
            box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
			}

.contactEvent a{
    font-size: 17px;
color: #000000;
    font-weight: 600;
	}

.contactEvent i{
    color: #ffffff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    background-color: #d72342;
    text-align: center;
}

.btn_register {
    padding: 8px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
   background-image: -ms-linear-gradient(left,#03a9f4,#03a9f4);
	background-image: -webkit-gradient(linear,left top, right top,from(#03a9f4),to(#03a9f4));
	background-image: -o-linear-gradient(left,#03a9f4,#03a9f4);
	background-image: linear-gradient(to right,#03a9f4,#03a9f4);
}

.btn_register:hover{
	color:#fff;
	background-image: -ms-linear-gradient(left,#006795,#03a9f4);
	background-image: -webkit-gradient(linear,left top, right top,from(#006795),to(#03a9f4));
	background-image: -o-linear-gradient(left,#006795,#03a9f4);
	background-image: linear-gradient(to right,#006795,#03a9f4);
}

.btn-download-link{
    color: #d7153c;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    text-decoration: underline !important;
}

.text-left{ text-align: left!important;}
.text-right{ text-align: right!important;}
.bord{ border: solid 1px #ddd; padding: 2px;}
.our_offerings{border-bottom: solid 1px #ddd;}
.our_offerings ul{list-style: none; display: flex; flex-wrap: wrap; padding: 0;}
.our_offerings li{display: flex; width: 20%;}
.ceutr h3{ padding: 0px;font-size: 30px;}

.btn_theme_icon {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding: 8px 15px;
    color: #fff;
    background-image: -webkit-gradient(linear,left top, right top,from(#d61e42),to(#f47f2b));
    background-image: -o-linear-gradient(left,#d61e42,#f47f2b);
    background-image: linear-gradient(to right,#d61e42,#f47f2b);
}
.cont_captch{}
.cont_captch .d{}
.cont_captch .s {width: 300px;}
.cont_captch .s input{border-radius: 0; height: 42px;}
.plus_s { display: flex; align-items: center;}
.plus_s i{font-size: 26px; font-weight: 700;}