@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';

:root{
	color-scheme: light only;
	color: #2b91cd;
	color: #79ba4f;
}
header{
    min-height: calc(182px + 50px);
}
.sliderhomebox .sliderhomebox_box{
	height: calc(100vh - 182px - 50px);
}
.headertop .sharesocial li a{
	border-radius: .25rem;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
	padding-bottom: 15px;
}
@media(min-width: 992px){
	.headerbg .navbar-nav > .nav-item + .nav-item{
		margin-left: 5px;
    }
}
.headerbg .navbar .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	padding: 7px 15px 10px;
    border-radius: 5px;
	font-weight: 500;
	color: #151515;
    position: relative;
	display: flex;
	align-items: center;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link .fa,
.sidenav .navbar-nav .nav-item .nav-link .fa{
	padding-top: 4px;
	margin-right: 15px;
}
.headerbg .navbar .navbar-nav .nav-item{
	position: relative;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle{
    padding-right: 30px !important;
    margin-right: 0 !important;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
	top: 14px;
    right: 8px;
	font-size: 14px;
}
.headerbg .navbar .navbar-nav .nav-item .nav-link:hover,
.headerbg .navbar .navbar-nav .nav-item.active .nav-link,
.headerbg .navbar .navbar-nav .nav-item .nav-link.active{
	color: #fff;
    background-color: #2b91cd;
}
.styledropdown .dropdown-menu{
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.styledropdown .dropdown-menu li a, .styledropdown .dropdown-menu .dropdown-item{
	font-size: 20px;
}
.headerbg.sticky{
	position: fixed;
	top: 0;
    left: 0;
	background-color: #fff;
	padding: 8px 0;
}
.admin-bar .headerbg.sticky{top: 32px;}
.headerbg.sticky .navbar .navbar-nav .nav-item .nav-link{
	font-size: 19px;
}
.headerbg.sticky .btn-lg{
	min-height: 40px;
	padding: 3px 15px 6px;
	font-size: 18px;
}
.iconbars{
	min-width: 30px;
	min-height: 19px;
}
.iconbars span + span{
	margin-top: 5px;
}
.iconbars span{
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 50px;
	background-color: #2b91cd;
	transition: .4s;
}
.iconbars span:nth-child(2){
	width: 20px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	right: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	right: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #79ba4f;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 10px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #79ba4f;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
	color: #fff;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
	position: absolute;
    right: 20px;
    top: auto;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #2784bb;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #1f6b98;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(21, 21, 21, 0.8);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
.sliderhomebox{
	border-radius: 30px 30px 0 0;
}
.sliderhomebox .sliderhomebox_box{
	z-index: 4;
}
#sliderhomebox__video{
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}
.sliderhomebox_box__content p,
.sliderhomebox_box__content h1{
	text-shadow: 0 5px 25px rgba(28, 28, 35, 0.5);
}
.sliderindex__down{
	right: 50px;
	bottom: 50px;
	z-index: 4;
}
.breadcrumb{
	background-color: transparent;
	padding: 0;
}
.breadcrumb-item a:hover{
    color: #2b91cd;
}
.breadcrumb-item {
	display: flex;
	align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 15px;
    padding-left: 2px;
	padding-right: 12px;
	margin-top: 3px;
}
.btn{
	font-weight: 500;
}
/* Fix padding font btn */
.btn{
	padding: 6px 12px 9px;
}
.btn-group-lg>.btn, .btn-lg,
.form-control-lg{
	padding: 10px 15px 14px;
}
.btn-group-sm>.btn, .btn-sm{
	padding: 3px 10px 7px;
}
.boxshadow10{
	box-shadow: 0 4px 10px 0 rgb(225 223 255 / 40%);
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 30%);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 10px 25px rgb(0 0 0 / 8%);
}
.boxshadow5{
	box-shadow: 0px 20px 65px rgb(0 0 0 / 8%);
}
.boxshadow2hover:hover{
	box-shadow: 0px 0px 45px rgb(0 0 0 / 42%);
}
body.stop{
	overflow: hidden !important;
}
.text-white-70{
	color: rgba(255, 255, 255, 0.8);
}
.fa-30{
	width: 30px;
	flex: 0 0 30px;
	max-width: 30px;
}
.fa-40{
	width: 40px;
	flex: 0 0 40px;
	max-width: 40px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #2b91cd;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.8;
}
.singlecontentbg.nocolors h1,
.singlecontentbg.nocolors h2,
.singlecontentbg.nocolors h3,
.singlecontentbg.nocolors h4,
.singlecontentbg.nocolors h5,
.singlecontentbg.nocolors h6{
	color: #0e1a20;
	font-weight: 700;
	line-height: 1.2;
}
.singlecontentbg.nocolors ul, .singlecontentbg.nocolors ol{
	margin: 0;
	font-weight: 700;
	color: #0e1a20;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 22px;
}
.singlecontentbg.nocolors p,
.singlecontentbg.nocolors ul,
.singlecontentbg.nocolors ol{
	line-height: 1.1;
}
.singlecontentbg.nocolors p{
	font-size: 21px;
	color: #222e33;
}
.singlecontentbg.font-bigger p,
.singlecontentbg.font-bigger ul,
.singlecontentbg.font-bigger ol{
	font-size: 24px;
}
.singlecontentbg ul li + li,
.singlecontentbg ol li + li{
	margin-top: 14px;
}
.singlecontentbg.nocolors ul li + li,
.singlecontentbg.nocolors ol li + li{
	margin-top: 8px;
}
.singlecontentbg.font-small p,
.singlecontentbg.font-small ul,
.singlecontentbg.font-small ol{
	font-size: 17px;
	line-height: 1.5;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg.nocolors h1,
.singlecontentbg.nocolors h2,
.singlecontentbg.nocolors h3,
.singlecontentbg.nocolors h4,
.singlecontentbg.nocolors h5,
.singlecontentbg.nocolors h6{
	margin-bottom: 0;
}
.singlecontentbg.nocolors p + h1,
.singlecontentbg.nocolors p + h2,
.singlecontentbg.nocolors p + h3,
.singlecontentbg.nocolors p + h4,
.singlecontentbg.nocolors p + h5,
.singlecontentbg.nocolors p + h6{
	margin-top: 10px;
}
.singlecontentbg.nocolors h1 + ul,
.singlecontentbg.nocolors h2 + ul,
.singlecontentbg.nocolors h3 + ul,
.singlecontentbg.nocolors h4 + ul,
.singlecontentbg.nocolors h5 + ul,
.singlecontentbg.nocolors h6 + ul{
	margin-top: 15px;
}
.singlecontentbg.nocolors ul + h1,
.singlecontentbg.nocolors ul + h2,
.singlecontentbg.nocolors ul + h3,
.singlecontentbg.nocolors ul + h4,
.singlecontentbg.nocolors ul + h5,
.singlecontentbg.nocolors ul + h6{
	margin-top: 15px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.card-body .singlecontentbg p{
	margin-bottom: 8px;
	font-size: 20px;
}
.singlecontentbg li::marker{
    color: #2b91cd;
    font-size: 24px;
}
.singlecontentbg a{
	font-weight: bold;
	color: #2b91cd;
}
.singlecontentbg a:hover{
	color: #49459b;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #2b91cd;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(-360deg);
	}
}
.svgblock path,
.svgblock3 path{
    fill: #f6f6ff;
}
.svgblock2 path,
.svgblock4 path{
    fill: #2b91cd;
}
.svgblock3,
.svgblock4{
    transform: rotate(180deg);
}
.footerbg a{
	color: #fff;
}
.footerbg a:hover{
	color: #2b91cd;
}
.footerbg .border-top{
	border-color: rgba(255, 255, 255, 0.06) !important;
}
.footerbg__links li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footerbg__links.d-flex{
	margin-right: -10px;
	margin-left: -10px;
}
.footerbg__links.d-flex li{
	margin-right: 10px;
	margin-left: 10px;
	flex: 0 0 calc(50% - 20px);
	max-width: calc(50% - 20px);
}
svg{
	display: block;
}
.fa-w50{
	width: 50px;
	max-width: 50px;
	flex: 0 0 50px;
}
.bg-custom-1::before{
	background: linear-gradient(90deg, #fff 15%, transparent 200%);
}
.bg-gra{
	background: url(assets/img/logoshape-2.png) no-repeat top right, linear-gradient(90deg, #1b5677 0%, #2b91cd 100%);
}
.sharefixed{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.sharefixed .sharesocial li{
    margin: 0;
}
.sharefixed .sharesocial li a{
    border-radius: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
}
.sharefixed .sharesocial li:first-child a{
    border-radius: 6px 0 0 0;
}
.sharefixed .sharesocial li:last-child a{
    border-radius: 0 0 0 6px;
}
.titleborder{
	border-radius: 0 0 80px 0;
}
.boxkey .boxkey__number{
	background-color: #257bad;
	transform: skew(-10deg);
	border-radius: 10px 0 0 10px;
	padding: 0 20px;
	text-shadow: 0 2px 2px #1b5677;
}
.boxkey .boxkey__des{
	background-color: #2b91cd;
	transform: skew(-10deg);
	border-radius: 0 10px 10px 0;
}
.boxkey .boxkey__des p{
	transform: skew(10deg);
}
.boxexhibition__col > [class^="col"]:nth-child(odd) .boxexhibition::before{
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b91cd;
	clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 28%, 0% 50%);
	border-radius: 15px;
}
.boxexhibition__col > [class^="col"]:nth-child(even) .boxexhibition::before{
	position: absolute;
	content: '';
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b91cd;
	clip-path: polygon(50% 72%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
	border-radius: 15px;
}
.boxexhibition__content{
	margin: 10px;
}
.boxindustry__col .col{
	margin-bottom: calc(50px + 30px);
}
.boxindustry{
	padding: 15px 25px 0;
	margin: 15px;
}
.boxindustry__box::before{
	position: absolute;
	content: '';
	bottom: -15px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2b91cd;
	clip-path: polygon(50% 100%, 100% 50%, 100% 100%, 0 100%, 0% 50%);
	border-radius: 15px;
}
.boxindustry p{
	min-height: 80px;
}
.boxindustry__icon{
	margin-bottom: -80px;
}
.grid__masonry{
    margin-right: -8px;
    margin-left: -8px;
	display: flex;
	flex-wrap: wrap;
}
.grid__masonry:after {
    content: '';
    display: block;
    clear: both;
}
.grid__masonry .grid__masonry--item{
    width: 20%;
    padding: 8px;
}
.mfp-bottom-bar{direction: ltr;}
.font404{font-size: 150px}
.customaccordion .card {
    border-radius: 0;
    border: 0;
    margin-bottom: 25px;
	background-color: #fff;
	border-radius: 10px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.customaccordion .card .card-header {
    border-radius: 0;
	padding: 0;
	background-color: transparent;
	border: none;
}
.customaccordion .card .card-header a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #2ab4ab;
    background-color: transparent;
    padding: 20px 35px;
    padding-right: 55px;
    position: relative;
}
.customaccordion .card .card-header a.collapsed:hover {
	color: #2ab4ab;
}
.customaccordion .card .card-header a.collapsed {
    color: #151515;
    background-color: transparent;
}
.customaccordion .card .card-header a:before {
    position: absolute;
    content: "\f077";
    font-family: "fa5_f";
    font-weight: 900;
    top: 20px;
    right: 30px;
}
.customaccordion .card .card-header a.collapsed:before {
    content: "\f078";
}
.customaccordion .card .card-body {
    background-color: transparent;
    font-size: 18px;
    line-height: 1.7;
    border: none;
    padding: 0 35px 35px;
}
.customaccordion .card .card-body p:last-child {
    margin-bottom: 0;
}
.modal-backdrop{
	background-color: #161c2d;
}
.modal-backdrop.show{
	opacity: .9;
}
.removeborder .form-control{
	border: 0;
}
.comment__box .comment-reply-link{
	background-color: #2b91cd;
	color: #fff;
	border-radius: 4px;
	padding: 0px 20px 4px;
}
.comment__box .avatar{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}
.comment__box .comment_text{
	font-size: 18px;
	font-weight: 500;
}
.comment__box .comment_text p:last-child{
	margin-bottom: 0;
}
.comment__body .children li .boxcomments{
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
	border-top: 2px solid #dbdbdb;
	padding-left: 50px !important;
}
.comment__body .children{
	list-style: none;
	padding-left: 0;
	margin-bottom: 15px;
}
.rounded-50{
    border-radius: 50px;
}
.bg_boxclock{
    padding: 0;
}
@media (min-width: 992px){
    .boxclock{
        height: 100px;
    }
    .boxclock .far,
    .boxclock .text{
        z-index: 2;
        position: relative;
    }
    .boxclock::before{
        position: absolute;
        content: '';
        right: 0;
        top: -40px;
        border-top: 90px solid transparent;
        border-bottom: 90px solid transparent;
        border-left: 70px solid #fff;
        filter: drop-shadow(30px 0px 0px #dee2e6);
    }
    .bg-light2 .boxclock::before{
        border-left: 70px solid #f6f6ff;
    }
}
.nav-tabs.customtabs5 .nav-item{
    margin-right: 15px;
}
.nav-tabs.customtabs5 .nav-link {
    border: 0;
    background-color: #faf9f9;
    color: #9b99a9;
    padding: 14px 18px;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
}
.nav-tabs.customtabs5 .nav-link::before{
    position: absolute;
    content: '';
    bottom: -10px;
    right: calc(50% - 5px);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2b91cd;
    transform: translateY(-20px);
    transition: .4s;
    z-index: -1;
}
.nav-tabs.customtabs5 .nav-item.active .nav-link{
    color: #fff;
}
.nav-tabs.customtabs5 .nav-item .nav-link.active::before{
    transform: translateY(0px);
    z-index: 2;
}
.nav-tabs.customtabs5 .nav-item.show .nav-link,
.nav-tabs.customtabs5 .nav-link.active,
.nav-tabs.customtabs5 .nav-link:hover{
    background-color: #2b91cd;
    color: #fff;
}
.nav-tabs.customtabs__css {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs__css .nav-item {
	margin: 0 0 20px;
}
.nav-tabs.customtabs__css .nav-link {
	border: 0;
    background-color: #fff;
    color: #9b99a9;
    padding: 18px 30px 22px;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 700;
    position: relative;
}
.nav-tabs.customtabs__css .nav-link span{
	color: #c5c5c5;
	transition: .5s;
}
.nav-tabs.customtabs__css .nav-link.active span,
.nav-tabs.customtabs__css .nav-link:hover span{
	color: #fff;
}
.nav-tabs.customtabs__css .nav-link [class^="fa"]{
	color: #2b91cd;
	transition: .5s;
}
.nav-tabs.customtabs__css .nav-link.active [class^="fa"],
.nav-tabs.customtabs__css .nav-link:hover [class^="fa"]{
	color: #fff;
}
.nav-tabs.customtabs__css .nav-item.show .nav-link,
.nav-tabs.customtabs__css .nav-link.active,
.nav-tabs.customtabs__css .nav-link:hover {
    background-color: #2b91cd;
    color: #fff;
}
.nav-tabs.customtabs__css .nav-item.active .nav-link{
    color: #fff;
}
.customtable100.table td,
.customtable100.table th{
    padding: 20px 16px;
    vertical-align: top;
    font-size: 16px;
}
.customtable100.table th:nth-child(1),
.customtable100.table th:nth-child(5){
    width: 12.5%;
}
.customtable100.table th:nth-child(2),
.customtable100.table th:nth-child(3),
.customtable100.table th:nth-child(4){
    width: 25%;
}
.customtable100.table td:nth-child(1),
.customtable100.table td:nth-child(5){
    text-align: center;
    vertical-align: middle;
}
.customtable100.table-striped tbody tr:nth-of-type(odd){
    background-color: #fbf1ff;
}
.customtable100.table-bordered td{
    border-color: #2b91cd;
}
.customtable100.table-bordered th{
    border-bottom-color: #2b91cd;
    border-top-color: #2b91cd;
    border-left-color: #fff;
    border-right-color: #fff;
}
.customtable100.table-bordered th:first-child{
    border-left-color: #2b91cd;
}
.customtable100.table-bordered th:last-child{
    border-right-color: #2b91cd;
}
.bg-primary-50{
	background-color: #2b92cd24;
}
.customflex__time .time{
	flex: 0 0 160px;
	max-width: 160px;
}
.customstickytop{
	top: 80px;
	z-index: 40;
}
.boxuser{
    border-radius: 15px;
    margin-left: 10px;
}
.boxuser:hover:not(.boxusernohover){
    transform: translateY(-2px);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.boxuser .boxuser__name::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #79ba4f;
    border-bottom-right-radius: 15px;
    transition: .25s;
    transform: translateY(100%);
}
.boxuser:hover:not(.boxusernohover) .boxuser__name::before{
    transform: translateY(0);
}
.boxuser .objectfit-cover{
	object-position: top;
}
.boxuser__name{
    background-color: white;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 5%);
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 68px;
    border-bottom-right-radius: 15px;
    z-index: 2;
}
.boxuser__title{
	bottom: -11px;
    left: -10px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 5px;
    min-height: 65px;
    z-index: 2;
    width: 95%;
}
.boxusernohover .boxuser__name{
    padding-bottom: 100px;
}
.boxusernohover .boxuser__title{
    min-height: 80px;
}
.boxuser__title p{
	z-index: 3;
}
.boxuser__title::before{
	position: absolute;
	content: '';
	top: -10px;
	left: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #1e6690;
    border-bottom: 0 solid transparent;
}
.boxuser__title::after{
	position: absolute;
	content: '';
	bottom: 0;
	right: -10px;
    border-top: 0 solid transparent;
    border-left: 10px solid #1e6690;
    border-bottom: 11px solid transparent;
}
.boxuser__icon{
    background-color: #e1e1e1;
    color: #5d5d5d;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    text-wrap: nowrap;
    overflow: hidden;
    padding: 5px;
    transition: border-radius 5s, width 2s, height 2s;
}
.boxuser__icon span{
    margin-left: 8px;
}
.boxuser:hover:not(.boxusernohover) .boxuser__icon{
    width: 145px;
    height: auto;
    border-radius: 5px;
    transition: border-radius 0s, width 2s, height 2s;
    background-color: #79ba4f;
    color: #fff;
}
.boxpartners img{
	width: 130px;
	height: 75px;
	object-fit: contain;
}
.boxpartners img.rectangular{
	width: 250px;
	height: 40px;
}
.boxpartners img.rectangular__big{
	width: 300px;
	height: 160px;
	padding: 35px;
}
.custom__cardcolumns{
			column-count: 2;
	   -moz-column-count: 2;
	-webkit-column-count: 2;
}
.rounded-30{
	border-radius: 30px;
}
.customtable__style_1.table{
	border-collapse: separate;
	width: calc(100% + 5px + 5px);
	margin-left: -5px;
	margin-bottom: -10px;
	border-spacing: 8px;
	border-radius: 8px 8px 0 0;
	border-color: #fff;
}
.customtable__style_1.table td{
	padding: 24px;
}
.customtable__style_1.table th{
	padding: 10px;
	border-bottom-width: 1px;
	background-color: #2b91cd;
	border-color: #2b91cd;
	color: #fff;
}
.customtable__style_1.table th,
.customtable__style_1.table td{
	vertical-align: middle;
	font-size: 22px;
	border-radius: 8px;
}
.customtable__style_1.table tr:last-child td{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 0;
	padding-bottom: 45px;
}
.customtable__style_1.table th:nth-child(1){
	width: 18%;
	text-align: center;
}
.customtable__style_1.table th:nth-child(2){
	width: 12%;
	text-align: center;
}
.customtable__style_1.table th:nth-child(3){
	width: 60%;
}
.customtable__style_1.table td:nth-child(1),
.customtable__style_1.table td:nth-child(2){
	text-align: center;
}
.customtable__style_1.table.table-striped tbody tr:nth-of-type(odd){
	background-color: #eaf7ff;
}
.customtable__style_1.table.table-striped tbody tr:nth-of-type(odd) td{
	border-color: #eaf7ff;
}
.customtable__style_1.table.table-striped tbody tr:nth-of-type(even) td{
	border-color: #e2f3fd;
}
.boxboard:hover{
	transform: translateY(-6px);
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.boxcolorright::before{
	position: absolute;
	content: '';
	width: 22%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #2b91cd;
	border-radius: 0 0.85rem 0.85rem 0;
	clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
.customtable101.table{
    border-collapse: separate;
    border-spacing: 5px;
    border: 0;
    padding: 0;
}
.customtable101.table td,
.customtable101.table th{
    padding: 12px;
    vertical-align: top;
    font-size: 20px;
    border-radius: 6px;
}
.customtable101.table td:nth-child(1){
    width: 25%;
}
.customtable101.table td:nth-child(2){
    width: 50%;
    text-align: center;
}
.customtable101.table td:nth-child(2) ul{
    text-align: left;
}
.customtable101.table td:nth-child(3){
    width: 25%;
    text-align: right;
}
.customtable101.table-striped tbody tr:nth-of-type(odd){
    background-color: #ecf9ff;
}
.customtable101.table-striped tbody tr:nth-of-type(odd) td{
    border-color: #caeeff;
}
.customtable101.table-striped tbody tr:nth-of-type(even){
    background-color: #fff;
}
.customtable101.table-striped tbody tr:nth-of-type(even) td{
    border-color: #ebebeb;
}
/*--------- Responsive ----- */
@media (max-width: 1200px) {
	header{min-height: 198px;}
	.sliderhomebox .sliderhomebox_box{height: inherit;min-height: 550px;}
}
@media (max-width: 992px) {
	header{min-height: 148px;}
	.sliderhomebox .sliderhomebox_box{height: inherit;min-height: 450px;}
	.custom__cardcolumns{column-count: 1;-moz-column-count: 1;-webkit-column-count: 1;}
	.boxpartners img.rectangular__big{width: auto;height: 70px;padding: 20px;}
	.customtable__style_1.table{border-collapse:collapse;width: 100%;margin-left: 0;margin-bottom: -10px;border-radius: 0}
	.customtable__style_1.table th,.customtable__style_1.table td:nth-child(1),.customtable__style_1.table td:nth-child(2){display: none;}
	.customtable__style_1.table td{padding: 25px 20px;border-radius: 0;}
	.rounded-30{border-radius: 15px;}
}
@media (max-width: 768px) {
	.sliderhomebox .sliderhomebox_box{height: inherit;min-height: 350px;}
	.grid__masonry .grid__masonry--item{width: 50%;}
	.grid__masonry .grid__masonry--item img{width: 50%;}
	.customtitleconference{border-radius: 10px !important;}
	.customflex__time .time{max-width: 100%}
	header{min-height: 105px;}
	.iconbars{min-width: 25px;}
	.iconbars span{width: 25px;}
	.iconbars span:nth-child(2){width: 17px;}
	.breadcrumb-item + .breadcrumb-item::before{font-size: 13px;}
	.nav-tabs.customtabs__css .nav-item{margin-bottom: 10px;}
	.nav-tabs.customtabs__css .nav-link{font-size: 16px;padding: 10px 20px 14px;}
}
@media (max-width: 600px) {
}
@media (max-width: 500px) {
	.sharefixed .sharesocial li a{width: 35px;height: 35px;line-height: 35px;font-size: 18px}
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}
