/* ===================================
    Crafto - Corpotare
====================================== */
/* font */

sup {
    top: -0.7em;
}
.lh-42px {
    line-height: 42px;
}
/* box layout */
.box-layout {
    padding: 0 40px;
}
a {
    color: #878898;
} 
b, strong {
    font-weight: 700;
}
/* 
.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 17px;
}
header .navbar-brand img {
    max-height:28px;
}
.header-icon .icon > a {
    font-size: 20px;
}
.navbar .btn.btn-switch-text.btn-medium > span {
    padding: 10px 25px;
    font-size: 14px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 0 35px 0 rgb(0 0 0 / 10%);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 29px;
    width: 28px;
    margin-right: 12px;
}
.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a{
    color: var(--white);
    font-weight: 500;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
    opacity: 0.6;
}
.navbar .navbar-nav .dropdown .dropdown-menu {
    background-color: var(--dark-gray);
}
*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
}
/* page title */
.down-section {
    bottom: 30px;
}
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
}
h1, .h1 {
    font-size: 4.688rem;
    line-height: 4.688rem;
}
h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
}
.small-screen {
    height: 350px !important;
}
/* text gradient color */
.text-gradient-orange-sky-blue {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* bg gradient color */
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-blue-whale-transparent { 
    background: -webkit-linear-gradient(right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(17, 27, 50, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-light-transparent {
    background: -webkit-linear-gradient(right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(227, 225, 245, 1.0), rgba(255, 255, 255, 0.0));
}
.bg-gradient-quartz-white { 
    background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
}
.bg-gradient-base-color-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(60 47 192)), to(transparent));
    background-image: linear-gradient(to top, rgba(60, 47, 192, .8) 0%, transparent 100%);
}
.bg-gradient-regal-blue-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22 35 64)), to(transparent));
    background-image: linear-gradient(to top, rgb(22 35 64) 0%, transparent 100%);
}
.bg-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af);
}
.bg-gradient-base-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 32, 44, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(22, 32, 44, .9) 8%, transparent 80%);
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #162340), to(transparent));
    background: linear-gradient(to top, #162340 7%, transparent 70%);
}



.bg-regal-blue {
    background-color: #162340;
}
.bg-blue-whale {
    background-color: #16233F;
}
/* top left right */
.top-40 {
    top: 40%!important;
}
.left-30 {
    left: 30%!important;
}
.right-30 {
    right: 30%!important;
}
.top-30 {
    top: 30%;
}
.top-20 {
    top: 20%;
}
.left-170px {
    left: 170px;
}
.mt-minus-2 {
    margin-top: -2px;
}
.left-minus-300px {
    left: -300px;
}

.home-portal-cta {
	position: relative;
	overflow: hidden;
	padding: 14px 0 18px;
	background: linear-gradient(145deg, #f5f7fc 0%, #e8f3ef 38%, #f0edf8 72%, #fafbfd 100%);
	border-bottom: 1px solid rgba(22, 35, 64, 0.06);
}
@media (min-width: 768px) {
	.home-portal-cta { padding: 18px 0 22px; }
}
.home-portal-cta__blob {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(56px);
	opacity: 0.42;
}
.home-portal-cta__blob--1 {
	width: 220px;
	height: 220px;
	top: -90px;
	right: -50px;
	background: #2ea88c;
}
.home-portal-cta__blob--2 {
	width: 200px;
	height: 200px;
	bottom: -70px;
	left: -40px;
	background: #6b4fbf;
}
.home-portal-cta__blob--3 {
	width: 140px;
	height: 140px;
	top: 40%;
	left: 45%;
	background: #3c82f6;
	opacity: 0.18;
}
.home-portal-cta .container { position: relative; z-index: 1; }
.home-portal-card {
	display: block;
	height: 100%;
	padding: 14px 16px 14px 14px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.95);
	box-shadow: 0 6px 24px rgba(22, 35, 64, 0.07), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-portal-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 36px rgba(22, 35, 64, 0.11), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
}
.home-portal-card--meet { border-left: 3px solid #2ea88c; }
.home-portal-card--member { border-left: 3px solid #5c4bb7; }
.home-portal-card a { color: inherit; }
.home-portal-card__row {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.home-portal-card__icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	font-size: 1.15rem;
}

.home-portal-card--meet .home-portal-card__icon {
	background: linear-gradient(135deg, rgba(46, 168, 140, 0.18), rgba(60, 130, 246, 0.12));
	color: #1a7a68;
}

.home-portal-card--member .home-portal-card__icon {
	background: linear-gradient(135deg, rgba(92, 75, 183, 0.2), rgba(46, 168, 140, 0.1));
	color: #4c3aa3;
}

.home-portal-card__title {
	font-size: 1.52rem;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 6px;
	color: #23262d;
}
.home-portal-card__sub {
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 10px;
	color: #6b7280;
}
.home-portal-card__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 1.05rem;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 999px;
	border: 0;
	color: #fff;
	background: linear-gradient(105deg, #1e3a5f 0%, #2ea88c 55%, #3c5aa6 100%);
	background-size: 160% auto;
	box-shadow: 0 4px 14px rgba(30, 58, 95, 0.25);
	transition: background-position 0.35s ease, box-shadow 0.2s ease;
}
.home-portal-card:hover .home-portal-card__btn {
	background-position: 100% center;
	box-shadow: 0 6px 18px rgba(30, 58, 95, 0.3);
}
.home-portal-head {
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.home-portal-head { margin-bottom: 14px; }
}
.home-portal-head .h-portal-title {
	font-size: 1.15rem;
	line-height: 1.35;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 700;
	color: #162340;
}
.home-portal-head .kicker {
	font-size: 0.7rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	color: #2ea88c;
	margin-bottom: 4px;
	display: inline-block;
}


/* btn */
.btn {
    letter-spacing: 0px;
    text-transform: inherit;
}
.btn.btn-extra-large {
    font-size: 18px;
}
.btn.btn-large {
    font-size:16px;
}
.btn.btn-medium {
    font-size: 15px;
}
.btn.btn-small {
    font-size: 14px;
}
.btn.btn-link {
    padding: 0 0 2px;
    position: relative;
    text-decoration: none;
    border: 0;
    border-bottom: 2px solid;
    letter-spacing: 0;
    background-color: transparent;
}
.btn-gradient-flamingo-amethyst-green {
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: var(--white);
}
/* box overlay */
.interactive-banner-style-02.dark-hover:hover .btn {
    opacity: 0.7;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* process-step style 05 */
.process-step-style-05 .progress-step-separator {
    bottom: inherit;
    height: 100%;
}
/* interactive banner */
.interactive-banner-style-02:hover figure figcaption .features-icon {
    margin-bottom: 17px;
}
/* blog grid */
.pagination-style-01 .page-item .page-link:hover,
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
    background: transparent;
    color: var(--medium-gray);
}
.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
    color: var(--dark-gray);
}
.accordion-style-06 .accordion-item.active-accordion {
    background-image: linear-gradient(to bottom, #f7f8f9, #f9fafb, #fbfbfc, #fdfdfd, #ffffff);
}
/* google map */
#map {
    border-radius: 6px 0 0 6px;
}

.border-radius-top-lr {
    border-radius: 6px 6px 0 0;
}

footer ul li {
    margin-bottom: 0;
}

.scroll-progress {
    right: 10px;
}

/* google map */
.newsletter-style-02 input {
    font-size: 15px;
}

/* Revolution Slider */
#demo-corporate-slider {
	border-radius: 0;
}

.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }
/* media query responsive */


@media (min-width: 1700px) {
	.demo-corporate-slider_wrapper{
		height:1080px!important;
    }
	.demo-corporate-slider_wrapper img{
		height:100%!important;
    }
	
}

@media (max-width: 1700px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 19px;
        padding-right: 19px;
    }
	
	.demo-corporate-slider_wrapper{
		height:830px!important;
    }

}

@media (max-width: 1600px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
	
	
}


@media (min-width: 991px) {
	.swiper-slide .image img{
		height:350px;
	}
	
	
}

@media (max-width: 1350px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1300px) {
	
    .navbar .navbar-nav .nav-link {
        padding-left: 9px;
        padding-right: 9px;
    }
	
	.demo-corporate-slider_wrapper{
		height:690px!important;
    }
}

@media (max-width: 1199px) {
    .accordion-style-06 .accordion-item {
        padding: 15px 50px 15px 35px;
    }
    .box-layout {
        padding: 0;
    }
	
	#demo-corporate-slider {
        border-radius: 0;

    }

   .demo-corporate-slider_wrapper {
	   
	   height:580px!important;
    }
	
    .lg-border-radius-0px {
        border-radius: 0 !important;
    }
    .navbar .navbar-nav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
	
	.demo-corporate-slider_wrapper {
		margin-top:90px;
		height:490px!important;
    }
	
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
        font-size: 17px;
        line-height: normal;
        display: flex;
        align-items: center;
    }
    [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
        font-size: 26px;
    }
}
@media (max-width: 767px) {
	
	
    #map {
        border-radius: 0;
    }
	
	.demo-corporate-slider_wrapper {
		
		height:410px!important;
    }
	
    .small-screen {
        height: 300px !important;
    }
    .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
	
	.demo-corporate-slider_wrapper {
		
		height:300px!important;
    }

	
    .accordion-style-06 .accordion-item {
        padding: 15px;
    }
    footer .elements-social.social-icon-style-02 li {
        margin: 0 15px 0 0;
    }
    footer .elements-social.social-icon-style-02 li:first-child {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
	
	.demo-corporate-slider_wrapper {
		
		height:210px!important;
    }
}