:root {
  /* Primary Blues */
  --color-blue: #0138AA;            /* Sub-subheadings or secondary titles */
  --color-better-blue: #000864;     /* Headings */
  --color-semi-blue: #020633;       /* Background or dark sections */

  /* Accent */
  --color-accent-red: #CF1020;      /* Buttons & links (body) */

  /* Optional Text & Utility Colors */
  --color-text-light: #ffffff;
  --color-text-dark: #1a1a1a;
}
li{
	list-style-type:none;
}
#topbar svg{
	color: white !important;
}
html {
    overflow-x: hidden;
}
body.single-post, 
body.page-template {
    overflow-x: visible !important;
}
body {
     font-family: "Rubik", sans-serif !important;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    text-rendering: auto;
}

.wp-block-image img {
    max-width: 100%;
    height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    color: #111;
}


a {
    color: #000864;
    text-decoration: none;
}

a:hover {
    color: #000;
}

h2 {
    padding-bottom: 10px;
    position: relative;
    color: #000;
    font-size: 36px;
    line-height: 0.95em;
    font-weight: 700;
}

h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #000f89 !important;
    padding-left: 12px;
    position: relative;
}

h5:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    height: 5px;
    width: 5px;
    background: #CF2E2E !important;
}

h5.has-text-align-center {
    position: relative;
}

h5.has-text-align-center:before {
    content: "";
    position: relative;
    top: -1px;
    left: 0;
    height: 5px;
    width: 5px;
    margin-right: 6px;
    display: inline-block;
    background: #CF2E2E !important;
}

h5.has-text-align-center:after {
    content: "";
    position: relative;
    top: -1;
    right: 0;
    height: 5px;
    width: 5px;
    margin-left: 6px;
    display: inline-block;
    background: #CF2E2E !important;
}

.default-btn {
    margin-top: 40px;
}

.default-btn a {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    background: #CF1020;
    padding: 12px 30px;
    border-radius: 50px;
}

.default-btn a:hover {
    background: #000;
}


.contact-btn {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    background: #019cf6;
    margin-top: 10px;
    transition: 0.3s;
    border-radius: 50px;
}

.contact-btn:hover {
    background: #000;
    color: #fff;
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #024c81;
    color: #FFF;
    text-shadow: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #000864;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #134a7b;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

::placeholder {
    font-size: 12px;
}

.comments {
    display: none;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #000864 !important;
    font-size: 14px;
    color: #fff;
    padding: 0;
    height: 36px;
    z-index: 999;
    position: relative;
}

/*#topbar .contact-info a {*/
/*    line-height: 0;*/
/*    color: #cfdcf5;*/
/*    transition: 0.3s;*/
/*    text-decoration: none;*/
/*}*/

/*#topbar .contact-info a:hover {*/
/*    color: #F79521;*/
/*}*/

/*#topbar .contact-info i {*/
/*    color: #0B76BC;*/
/*    line-height: 0;*/
/*    margin-right: 5px;*/
/*}*/

#topbar .contact-info ul {
    justify-content: space-between;
}


/*#topbar .social-links a:hover {*/
/*    color: #fff;*/
/*}*/

/*#topbar .kb-svg-icon-wrap {*/
/*    color: #cfdcf5;*/
/*}*/

/*#topbar .wp-social-link {*/
/*    padding: 6px 0 0 0 !important;*/
/*}*/

#topbar .wp-social-link {
    font-size: 16px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.headerb {
    z-index: 997;
    position: absolute;
    width: -webkit-fill-available;
    width: -moz-available;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#headin nav {
    float: right;
	margin-right:5rem;
}

.headerb img.logo {
    height: 90px;
    width: 120px;
	object-fit:cover;
	margin: 8px 0 !important;
/* 	object-position: top center; */
    transition: 0.3s;
/*     padding: 3px 0; */
}
@media only screen and (max-width: 768px) {
    #mega-menu-wrap-header-menu .mega-menu-toggle {
     margin-top:-20px;
    }
/* 	logo responsive */
	.responsive-mobile-logo{
		height:80px;
		object-fit:contain;
	}
}

.headerb .mega-menu-link {
    transition: 0.3s !important;
}


.scrolled-offset {
    margin-top: 150px;
}

.header-shrink {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: 0.3s;
}

.header-link {
    position: absolute;
    top: 0;
    right: 0;
    background: #000864 !important;
    padding: 14px 15px;
    border-radius: 0 0 10px 10px;
}
.header-link p {
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .scrolled-offset {
        margin-top: unset;
    }
}

/*--------------------------------------------------------------
# Sections General and Packages
--------------------------------------------------------------*/
section {}

.section-bg {
    background-color: transparent;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #5c768d;
}

.section-title p {
    margin-bottom: 0;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
}

.services .icon-box:hover {
    transform: translateY(-5px);
}

.services .icon {
    position: absolute;
    left: -20px;
    top: calc(50% - 30px);
}

.services .icon i {
    font-size: 64px;
    line-height: 1;
    transition: 0.5s;
}

.services .title {
    margin-left: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .icon-box:hover .title a {
    color: #BF1E6C;
}

.services .description {
    font-size: 14px;
    margin-left: 40px;
    line-height: 24px;
    margin-bottom: 0;
}

.header-wrap {
    min-height: 450px;
    padding-top: 18%;
    background-size: cover !important;
}

.header-wrap h1.entry-title {
    font-size: 3.01rem;
    font-weight: 700;
    color: #FFF;
    line-height: 1.2em;
    margin-top: 1em;
    margin-bottom: 0px;
    text-shadow: 1px 1px 2px black;
}

.header-wrap a {
    color: #0138AA;
    text-decoration: none;
    font-weight: 600;
}

.header-wrap p {
    color: #DDDDDD;
    margin-top: 5px;
}

@media (max-width: 768px) {
    .header-wrap {
        padding-top: 95px;
        min-height: auto !important;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background-color: #f5f9fc;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }

    .breadcrumbs ol {
        display: block;
    }

    .breadcrumbs ol li {
        display: inline-block;
    }
}


/*--------------------------------------------------------------
# Sidebar Settings
--------------------------------------------------------------*/
.widget .widget-title {
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 0px solid rgba(0, 0, 0, .09);
    position: relative;
}

.page-sidebar ul>li {
    border: none;
    padding-bottom: 6px !important;
    position: relative;
    list-style: none;
}

.page-sidebar ul>li a:after {
    font-family: bootstrap-icons;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    content: "\F285";
    float: right;
    font-weight: 800;
    font-size: 15px;
}

.page-sidebar ul>li a {
    padding: 15px 20px;
    display: block;
    position: relative;
    color: #262120;
    transition: all .25s ease-in-out;
    text-decoration: none;
}

.page-sidebar p i {
    color: #019cf6;
    height: 35px;
    width: 35px;
    border: 1px solid #019cf6;
    border-radius: 50%;
    text-align: center;
    padding: 8px 0;
    margin-right: 5px;
}

.page-sidebar .widget_nav_menu {
    background: transparent;
}

.page-sidebar .widget_nav_menu .menu li a {
    display: block;
    border: 1px solid #17508e26;
    transition: all .5s ease;
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.page-sidebar .widget_nav_menu .menu li a:last-child {
    border-bottom: 1px solid #17508e26;
}

.page-sidebar .widget_nav_menu #menu-item-515 a {
    border-bottom-color: #d3e1fb;
}

.page-sidebar .widget_nav_menu .menu li a:hover {
    color: #019cf6;
    transition: all .5s ease;
}

.page-sidebar .widget_nav_menu .menu li a:hover::before {
    color: #fff;
    transition: all .5s ease;
    background: #019cf6;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a {
    border-color: #000F89;
    background: #000864;
    color: #fff;
}
.page-sidebar .widget_nav_menu .menu li.current-menu-item a:hover {
    border-color: #000F89;
    color: #fff !important;
}

.page-sidebar .widget_nav_menu .menu li.current-menu-item a:after {
    content: "\F3E4";
    color:#fff;
}

.sidebar-sticky {
    position: sticky;
    top: 6.5em;
    margin-bottom: 43px;
}

.sidebar-sticky ul {
    padding: 0;
}

.blog-image img {
    width: 100%;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title {
    margin: 0;
    font-size: 17px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-header .entry-title a {
    color: #111;
}

.page-sidebar .wp-block-kadence-posts .entry-summary {
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .entry-content-wrap {
    padding: 0 0 0 8px;
}

.page-sidebar .wp-block-kadence-posts .loop-entry .post-thumbnail {
    height: 100%;
}

.page-sidebar .wp-block-kadence-posts .content-bg {
    box-shadow: none;
}

.page-sidebar .wp-block-kadence-posts.grid-cols {
    row-gap: 0.8rem;
}

/*--------------------------------------------------------------
# Blog page customization
--------------------------------------------------------------*/
.blopg .academy-post-title {
    margin: 25px 0 11px;
    color: #363636;
}

.academy-post-title a {
    color: #363636;
}

.academy-post-title a:hover {
    color: #019cf6;
}

.blopg p {
    margin: 10px 0;
}

.academy-blog-meta {
    width: 100%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border-top: 1px dotted #f2f2f2;
}

.view-article {
    color: #000864;
}

.date,
.author {
    color: #999;
}

.author a {
    color: #999;
}

.date i,
.author i {
    color: #FFBF00;
}

.gsidebar .entry-title {
    color: #363636;
    text-decoration: none;
    font-size: 15px;
}

.gsidebar .entry-title a {
    color: #363636;
}

.gsidebar .entry-title a:hover {
    color: #019cf6;
}

.wp-block-latest-posts a {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.0;
}

.wp-block-latest-posts .view-article {
    color: #363636;
    visibility: hidden;
}

.sp-latest-posts-widget.latest-posts .media,
.sp-latest-posts-widget.latest-posts .media .media {
    margin-top: 20px;
    margin-bottom: 20px !important;
    overflow: hidden;
}

.sp-latest-posts-widget.latest-posts .entry-meta {
    color: #888;
    visibility: hidden !important;
    line-height: 0px !important;
}

.ep_ti_open .ep_toggle_item_title {
    background-image: linear-gradient(#019cf6, #019cf6) !important;
}

.ep_toggle_item_title:hover {
    background-image: linear-gradient(#019cf6, #019cf6) !important;
}

.ep_toggle_item_content {
    background-image: linear-gradient(#F9F9F9, #F9F9F9) !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 12px 17px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

label {
    display: inline-block;
    width: 100%;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #428bca;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
}


.wpcf7-textarea {
    height: 165px;
}

.cbox {
    border: 1px solid #d3e7ee;
    border-radius: 5px;
}

#footer {
    font-size: 15px;
    color: #fff;
    background: #0138AA;
}

#footer .footer-top {
    padding: 60px 0;
    background: #000864;
}


#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top h2 {
    font-size: 25px;
    margin-top: 18px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

#footer .footer-top h2:after {
    display: none;
}


#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #8DC442;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;

}

#footer .footer-top .social-links a:hover {
    background: #73A930;
    color: #fff;
    text-decoration: none;
}


#footer .wp-block-social-links .wp-social-link a {
    padding: 10px !important;
    background: #ffffff1a;
    font-size: 20px;
    border-radius: 50%;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#footer .footer-top .footer-links ul li {
    padding: 2px 0;
    display: flex;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
}

#footer .footer-number {
    color: #019cf6;
    font-size: 27px;
    font-weight: 700;
}

#footer .footer-top .footer-links ul a:hover {
    color: #019cf6;
    margin-left: 4px;
}

#foooter .wp-block-social-link {
    padding: 1px 2px !important;
}

#footer .uagb-icon-list__label {
    text-align: left;
    color: #fff;
}

#footer .credits {
    font-size: 13px;
    color: #fff;
    border-top: 1px solid #2a2a2a;
    text-align: center;
    padding: 0px 0 10px 0;
}

#footer .copyright a {
    color: #019cf6;
    font-weight: 900;
}

#footer .credits .kt-svg-icon-list {
    display: inline-flex;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

#footer .credits .kt-svg-icon-list a {
    color: #a4a4a4;
    text-decoration: none;
    font-size: 10px;
    font-weight: 600;
}
#footer .credits a{
	color:orange !important;
}

#footer .credits .alignright {
    margin: 0;
    padding: 0;
}

/*** ---------------------------
Mobile Settings
--------------------------**/
@media only screen and (max-width:480px) {

    .header-wrap h1.entry-title {
        font-size: 2.01rem;
        font-weight: 800;
        color: #FFF;
        line-height: 1.1em;
        margin-top: 1em;
        margin-bottom: 0px;
        text-shadow: 1px 1px 2px black;
    }
}

/*--------------------------------------------------------------
# Upcoming Event Page
--------------------------------------------------------------*/
.event-section .fat-event-thumb img {
    height: 250px;
    object-fit: cover;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-section .entry-title a {
    color: #000;
}

/*--------------------------------------------------------------
# Homepage Css
--------------------------------------------------------------*/
.about-section .wp-block-kadence-infobox .kt-blocks-info-box-link-wrap {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.about-section .about-cards {
    position: relative;
    width: 50%;
    margin-right: -20%;
    align-self: center;
}
.counter-section .alignnone {
    margin: 0;
}
.counter-section .counter-top{
    background-color: #ebeef0;
    border: 1px solid #e6e7e8;
    padding: 25px 20px 21px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 8px;
}
.counter-section .counter-inner:hover .counter-top {
    -webkit-box-shadow: 0 18px 18px rgba(0,8,67,.15);
    -khtml-box-shadow: 0 18px 18px rgba(0,8,67,.15);
    -moz-box-shadow: 0 18px 18px rgba(0,8,67,.15);
    -ms-box-shadow: 0 18px 18px rgba(0,8,67,.15);
    -o-box-shadow: 0 18px 18px rgba(0,8,67,.15);
    box-shadow: 0 18px 18px rgba(0,8,67,.15);
    -webkit-transform: translateY(-13px);
    -khtml-transform: translateY(-13px);
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -o-transform: translateY(-13px);
    transform: translateY(-13px);
    background-color: #fff;
}
.services-section .kt-blocks-info-box-link-wrap {
    justify-content: space-between !important;
    z-index: 99;
    position: relative;
}
.services-section .content{
    margin: 0 15px 0 15px;
}
.services-section .wp-block-column {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.services-section img {
    height: 230px !important;
    object-fit: cover;
    transition: 0.5s;
}

.services-section .wp-block-column:hover img {
    filter: blur(1px);
    transform: translate(0px, 10px);
}
.services-section h4 strong {
    font-weight: 400;
}
.services-section .wp-block-column a{
    color: #CF1020;
}

.services-section .wp-block-column a:hover {
    text-decoration: underline;
}

.marquee-section {
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
}

.marquee-section marquee {
    background: #CF1020;
    color: #fff;
    font-size: 18px;
    padding: 16px 0;
}

.destination-section img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border: 3px solid #d5d5d5;
}

.destination-section .wp-block-columns {
    gap: 15px;
}

.destination-section .wp-block-column {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 15px 20px 15px;
    transition: 0.3s;
}

.destination-section .wp-block-column:hover {
    background: #000;
    color: #fff;
}
.destination-section .wp-block-column:hover h4{
    color: #fff;
}
.destination-section .wp-block-column:hover hr{
    background: #fff;
    color: #fff;
}
.cta-section {
    padding: 120px 0 50px;
}
.cta-section .wp-block-getwid-video-popup__wrapper {
    justify-content: start;
}
.cta-section .wp-block-getwid-video-popup {
    text-align: left;
}
.partner-section .gs_logo_single {
    border-radius: 8px;
    background: #fff;
    box-shadow: rgb(149 157 165 / 21%) 0px 5px 12px;
}
.testimonial-section {
    margin-top: -110px;
    z-index: 9;
    position: relative;
}

.ictp_articles .cta-section {
    padding: 50px 0 10px;
}

/*--------------------------------------------------------------
# Blog Css
--------------------------------------------------------------*/

.entry-title a{
    color: #000;
}

/*--------------------------------------------------------------
# Downlaod Css
--------------------------------------------------------------*/
.wpdmdlbtn {
    background: #019cf6;
    border-color: #019cf6;
    box-shadow: none;
}
.w3eden .badge {
    color: #000 !important;
}
/*--------------------------------------------------------------
# Responsiveness Css
--------------------------------------------------------------*/

@media(max-width: 768px){
   .about-section .about-cards {
    width: 80%;
    margin: auto;
    padding-bottom: 28px;
}
.counter-col .wp-block-columns .wp-block-column {
    flex-basis: 44% !important;
}
.top-head-section{
    padding-bottom: 72px;    
}
}

@media(max-width: 425px){
    h2 {
    font-size: 28px;
}
}
/* responsive language selecttor */
@media screen and (max-width:1024px){
	section#gtranslate-4 {
    position: absolute;
    top: 0;
    right: 0;
}
	section#block-11{
		display:none; !important;
	}
	#responsive-country-selection-mobile{
	display:none !important;
}
}
/* #responsive-country-selection-mobile{
	display:none !important;
	z-index: 0 !important;
} */
@media screen and (max-width:780px){
		#responsive-country-selection-mobile{
/* 		display:none !important; */
			display:block !important;
			z-index:9999;
			padding: 8px !important;
}
	.selected-option{
		padding: 4px !important;
	}
	#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
    margin-left: -4rem !important;
}
	#mega-menu-wrap-header-menu{
	margin-left: -14px;
	}
}
@media (min-width: 768px) {
	#responsive-country-selection-mobile {
		display: none !important;
	}
}
