body {
	font-family: "Poppins", sans-serif;
	margin-top: 130px;
}

header {
    padding-top: 96px;
    padding-bottom: 70px;
}

.cs_logo img {
	height: 30px;
}

.cs_header_widget {
	padding-left: 0px;
	padding-right: 0px;
}

.cs_no_pad {
	padding: 0px !important;
	margin: 0px !important;
}

section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cs_footer_logo img {
	height: 40px;
}

.cs_navbar {
    background: #F26601;
    transition: all 0.5s;
    padding: 24px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.nav-link {
	color: #fff !important;
	font-weight: 600;
}

.cs_header {
	background-color: #1D3168 !important;
	margin-top: -45px;
}

.cs_footer {
    background: #F26601;
    padding: 40px 0;
}

.cs_footer_icons {
	color: #fff;
	font-size: 40px;
}

.cs_copyright {
	color: #fff;
	padding-top: 20px;
}

.cs_footer_menu h4 {
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}

.cs_footer_menu ul {
	padding: 0px;
	float: left;
	width: 100%;
}

.cs_footer_menu li {
	padding: 0px;
	float: left;
	width: 100%;
	list-style: none;
}

.cs_footer_menu a {
	color: #fff;
	text-decoration: none;
}

.cs_footer_menu a:hover {
	text-decoration: underline;
}

.cs_partner_section {
	background:#F6F6F6;
	padding:45px 0px 45px 0px;
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, .45) !important;
}

.cs_partner_section h2 {
	font-size:25px;
	margin-bottom:20px;
	color:#395678
}

.cs_header_title h1 {
	color: #fff;
	font-weight: 700;
	font-size: 45px;
}

.cs_header_links {
	margin-bottom: 20px;
}

.cs_search_link a {
    color: #f3751a;
	background-color: #fff;
    text-decoration: none;
    padding: 8px 14px;
    border-radius: 4px;
    margin-left: 6px;
    margin-right: 6px;
	font-weight: 700;
}

.cs_search_link {
    text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.cs_search_active_link {
    border: 1px solid #F26601 !important;
    background-color: #F26601 !important;
    padding: 5px 10px;
    border-radius: 4px;
	color: #fff !important;
}

.cs_search_link a:hover {
    background-color: #F26601 !important;
	color: #fff !important;
}

.cs_whyus_blok {
	background-color: #F6F6F6;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	box-shadow: 0 0 20px -5px rgba(0, 0, 0, .45) !important;
}

.cs_whyus_icon {
	font-size: 50px;
	color: #F26601;
}

.cs_whyus_title {
	color: #41547C !important;
	font-weight: 600;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
}

.cs_calendar_row {
	margin-top: 40px !important;
	margin-bottom: 40px !important;
}

.cs_faq_blok {
	margin-bottom: 60px !important;
}

.cs_title_row {
	padding: 20px 0 !important;
    background-color: #1C3168;
    margin-top: 40px !important;
	color: #fff;
	text-align: center;
}

.cs_title_row h1 {
	font-size: 32px;
}

.cs_content {
    margin-top: 40px !important;
	margin-bottom: 40px !important;
	font-size: 18px;
	line-height: 30px;
}

.cs_footer_menu i {
	margin-right: 5px;
}

.cs_footer_menu li {
	padding-bottom: 5px;
}

.cs_main_page_title {
	text-align: center;
	color: #41547C !important;
}

.cs_main_page_text {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.cs_accordion_title {
	font-weight: 700;
	color: #41547C !important;
}

.cs_accordion_title i {
	color: #F26601;
	font-size: 24px;
	margin-right: 8px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.whatsapp-widget {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
    font-family: "Poppins", sans-serif;
}

.bubble {
    background: #4BAE21;
    color: white;
    padding: 12px 18px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 8px;
}

.whatsapp-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    animation: pulse 1.5s infinite alternate ease-in-out;
	font-size: 60px;
	background-color: #4BAE21;
    color: #fff !important;
    padding: 25px 25px !important;
    font-size: 60px;
    bottom: 80px;
    right: 30px;
    border-radius: 10px;
    z-index: 1;
	text-decoration: none;
	
}

.whatsapp-icon img {
    width: 65px;
    height: 65px;
}

.cs_nav_lang img {
    height: 28px;
	border: 4px solid #fff;
	border-radius: 3px;
}

.cs_nav_lang_list img {
    height: 18px;
    margin-right: 10px;
	
}

.cs_nav_lang {
    text-decoration: none;
	color: #fff !important;
}

.cs_faq_cat_row {
	margin-bottom: 40px;
}

.cs_blog_card_category {
    margin-top: 20px;
    position: absolute;
    z-index: 999;
    float: left;
    min-width: 140px;
    text-align: center;
    border-radius: 5px;
    background-color: #0061e3;
    color: #fff;
    padding: 3px 5px;
    font-size: 12px;
    margin-left: 20px;
}

.cs_blog_card {
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cs_blog_card_photo:hover {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0,1.32,.12,1.26);
}

.cs_blog_card_title h4 {
    margin-top: -70px;
    position: absolute;
    margin-left: 30px;
    color: #fff;
    float: left;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    z-index: 999;
}

.cs_blog_category, .cs_blog_preview {
    margin-top: 30px;
}

.cs_blog_preview {
	margin-bottom:30px;
}

.cs_blog_category :first-child {
    margin-left: 4px;
}

.cs_blog_category ul {
    padding: 0;
    margin: 0;
}

.cs_blog_category li {
    padding: 0;
    margin: 0 20px 0 0;
    float: left;
    list-style: none;
}

.cs_active_category {
    border: 1px solid #05203d;
    background-color: #fff;
    border-radius: 5px;
}

.cs_active_category a {
    padding: 15px !important;
    color: #000;
}

.cs_blog_category a {
    text-decoration: none;
    color: #05203d;
}

.cs_blog_card_photo {
    background-color: #fff;
    height: 350px;
    background-size: 150%;
}

.cs_blog_tags_row {
    margin-top: 20px;
    font-weight: 700;
    font-size: 13px;
}

.cs_language_dropdown {
	
}

.cs_mobile_menu_language {
	display: none;
}

.cs_mobile_menu_currency ul, .cs_mobile_menu_language ul {
    padding: 10px 0;
    margin: 0 0 0 20px;
    float: left;
    width: 100%;
}

.cs_mobile_menu_currency li, .cs_mobile_menu_language li {
    padding: 0;
    margin: 0;
    float: left;
    width: 20%;
    list-style: none;
}

.cs_mobile_menu_language li a img {
    height: 40px;
    border: 1px solid #cbcbcb;
}

.cs_mobile_menu_language {
	margin-top: 20px;
}

.btn-primary {
	background-color: #1C3168 !important;
	border-color: #1C3168 !important;
}

.btn-warning {
	background-color: #F26601 !important;
	border-color: #F26601 !important;
	color: #fff !important;
}

.cs_navbar_toggler {
	font-size: 30px;
}

.navbar-toggler {
    border: 1px solid #fff !important;
}