:root {
    --primary-color: linear-gradient(to right, #00c1ff, #0073ff);
    --gradiant1-color: linear-gradient(0deg, #00c1ff, #0073ff, #00000000);
    --gradiant2-color: linear-gradient(90deg, #00c1ff 6%, #ffffff 25%, #0073ff 70%);
    --lightblue: #00c1ff;
    --blue: #0073ff;
    --dark: #171B35;
    --white: #ffffff;
    --black: #000000;
}

body {
    height: 100vh;
    place-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Be Vietnam Pro', sans-serif;
}

::selection {
    background: #00c1ff;
    color: var(--white);
}

a {
    color: #0073ff;
    text-decoration: underline;
}

/* header css */
.topbar {
    background-color: var(--dark);
}

.widget-header .widget-contact {
    display: inline-block;
    margin-right: 15px;
}

.widget-header .contact-info {
    display: flex;
    align-items: center;
}

.widget-header .contact-icon {
    color: var(--white);
    margin-right: 10px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info a {
    text-decoration: none;
    color: var(--white);
}

.widget-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget-header .widget-social ul {
    text-align: left;
}
.widget-header{
    text-align: end;
}

.widget-header .widget-social ul li {
    display: inline-block;
}

.widget-header .widget-social ul li a {
    text-decoration: none;
    color: var(--white);
    display: inline-block;
    text-align: center;
}

.menu-bar {
	border-top: 2px solid var(--blue);
	border-bottom: 2px solid var(--blue);
}

.menubar-inner .logo {
    flex: 1;
}

.logo img {
    width: 10.5rem;
	height:auto;
}
.modal-header{
	margin-top: 30px;
}

.menubar_bg {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    border-radius: 5px 5px 0 0;
}
.menubar-inner .menubar_bg .offcanvas-body .navbar-nav{
flex-wrap: wrap;
}
.header-main .navbar .navbar-nav .nav-item .nav-link {
    color: var(--dark);
    font-weight: 400;
    margin-right: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header-main .navbar-nav .nav-item.dropdown .nav-link::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    border: none;
    transition: 0.3s;
    position: absolute;
    font-size: 13px;
    line-height: 2;
}

/* Hover animation */
.header-main .navbar .navbar-nav .nav-item .nav-link:hover {
    background: linear-gradient(to left, #00c1ff, #0073ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-3px);
}

/* Active animation */
.header-main .navbar .navbar-nav .nav-item .nav-link.active {
    background: linear-gradient(to left, #00c1ff, #0073ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.1);
}

.header-main .navbar .navbar-nav .nav-item:first-child .nav-link {
    margin-left: 15px;
}
.header-main .navbar .navbar-nav .nav-item .dropdown-item {
    text-decoration: none;
}
.menu-bar .right-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
}
.header-search form.search-form {
    width: 100%;
}
.header-search form.search-form>div {
    position: relative;
}
.header-search {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.screen-reader-text{}
.bypostauthor{}
.header-search form.search-form>div .form-control {
    padding: 15px;
    box-shadow: none;
    color: var(--dark);
}
.header-search form.search-form>div .submit-search {
    padding: 15px 30px;
    background: var(--primary-color);
    border-radius: 5px;
    border: none;
    color: var(--white);
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
}
.menu-bar .right-menu ul li .btn_main {
    color: var(--white);
    padding: 12px 35px;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-size: 300%;
    transition: all 0.6s;
}
.btn_main {
    margin: 20px 2px;
    color: var(--white);
    background: var(--primary-color);
    padding: 8px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.6s;
}
.site-description{
	color:#fff;
	word-wrap:break-word;
}
.site-title{
	word-wrap:break-word;
}
.blue {
    color: blue;
    background-image: linear-gradient(145deg, var(--blue) 50%, white 50%);
}

.menu-bar .right-menu ul li .btn_main:hover {
    color: var(--blue);
    border: 1px dotted var(--blue);
    background: var(--white);
    background-position: 100%;
    transform: translateX(0.5rem);
}

.menu-bar .right-menu ul li.btn_main:active {
    transform: translate(0.5rem, 0.5rem);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 0.75);
}

nav.navbar .btn-bars {
    background: none;
    border: none;
    width: 35px;
    height: 35px;
    line-height: 0;
    text-align: center;
    border-radius: 35px;
    border: 1px solid #00c1ff;
    color: #00c1ff;
}

.right-menu .cart_icon span {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: var(--white);
    line-height: 15px;
    border-radius: 15px;
    font-size: 10px;
    position: absolute;
}

.menu-bar .right-menu ul li .cart_icon,
.menu-bar .right-menu ul li .search_icon {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid;
    text-align: center;
}

.menu-bar .right-menu ul li {
    margin-left: 15px;
}

.navbar .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0;
}

.dropdown-menu>li {
    position: relative;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 100%;
    left: 0%;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu,
.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -100%;
    top: 0%;
}

.navbar .navbar-nav li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0%;
    left: -100%;
}

/* header cart */
.shopping-cart a.main-btn i {
    margin-left: 10px;
}

.cart_dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    width: 320px;
    padding: 20px;
    background-color: var(--white);
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.cart_dropdown>a span.cart-badge {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: var(--primary-color);
    line-height: 16px;
    font-size: 12px;
    border-radius: 15px;
    vertical-align: super;
    margin: 0 0 0 -3px;
    color: var(--white-fix);
}

.shopping-cart .cart-header>i {
    font-size: 16px
}

.shopping-cart a.cart-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    background: var(--primary-color);
    padding: 10px;
    border-radius: 5px;
}

.shopping-cart .cart-header {
    display: flex;
    border-bottom: 1px solid rgba(120 120 120 / 20%);
    padding-bottom: 15px;
    line-height: 1;
    justify-content: space-between
}

.shopping-cart .main-button {
    text-decoration: none;
    border: 1px solid rgba(255 255 255 / 20%);
    color: var(--text-white);
    font-weight: 500;
    display: block;
    font-size: 18px;
    background: var(--dark-3);
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px
}

.shopping-cart .cart-header .cart-total {
    font-size: 16px
}

div.shopping-cart ul.cart-items {
    padding: 0;
    margin: 20px 0 20px;
    list-style: none;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
}

div.shopping-cart ul.cart-items li {
    display: inline-block;
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 0;
    font-size: 15px;
    position: relative;
    border: 1px solid rgba(120 120 120 / 20%);
    border-radius: 5px;
}

div.shopping-cart ul.cart-items li a:focus-within,
div.shopping-cart ul.cart-items li a:hover {
    color: var(--primary-color);
}
footer.footer-section .wp-block-search .wp-block-search__label {
    font-weight: 700;
    font-size: 26px;
    font-weight: 600;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


div.shopping-cart ul a.remove {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0px, -50%);
    width: 15px;
    height: 15px;
    line-height: 13px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--dark);
    color: var(--white);
    text-decoration: none;
    transition: 0.65s;
    opacity: 0;
}

div.shopping-cart ul.cart-items li a.remove:hover,
div.shopping-cart ul.cart-items li a.remove:focus {
    text-decoration: none;
    color: var(--white-fix);
    background-color: var(--primary-color);
}

.menu-bar.sticky.sticky-menu {
    background-color: var(--white);
}
.shopping-cart .cart-items .item-img {
    float: left;
    margin-right: 12px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    text-align: center;
    line-height: 4.1;
}

.shopping-cart .cart-items .item-img img {
    width: 90%;
    display: inline-block;
    float: none;
    height: auto;
    margin: auto
}

.shopping-cart .cart-items .item-name {
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-top: 15px;
    line-height: 1;
    text-align: left;
    color: var(--dark);
}

.shopping-cart .cart-items .item-name:focus-within,
.shopping-cart .cart-items .item-name:hover {
    color: var(--primary-color)
}

.shopping-cart .cart-badge {
    color: var(--white-fix);
    font-size: 10px;
    margin: 0 0 0 -10px;
    width: 16px;
    height: 16px;
    line-height: 1.6;
    text-align: center;
    vertical-align: super;
    border-radius: 100px;
    display: inline-block;
    background-color: var(--primary-color)
}

.shopping-cart .cart-items .quantity {
    font-size: 12px;
    font-weight: 500;
    color: var(--dark);
    line-height: 3;
    float: left;
    transition: 0.65s;
}

.shopping-cart .cart-items .quantity span bdi {
    color: var(--dark);
    font-weight: 400
}

.shopping-cart .cart-items .amount {
    font-size: 12px;
    font-weight: 600;
    margin-right: 0;
    color: #222
}

div.shopping-cart ul.cart-items li:hover a.remove,
div.shopping-cart ul.cart-items li:focus a.remove {
    opacity: 1;
    z-index: 0;
}

/* slider css  */
.slider-text{
	max-width:100%;
	width:400px;
}
.slider-section .slide-item{
	justify-content: space-around;
    align-items: center;
    display: flex;
    height: 600px;
    background: var(--dark);
    position: relative;
} 
.slide-item > img{
    width: 100%;
    height: 750px;
    object-fit: cover;
}
.slider-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
}
span.slide-subtitle {
    color: var(--white);
    font-size: 22px;
    position: relative;
    margin-bottom: 15px;
    display: block;
}
span.slide-subtitle::before{
    content: '';
    width: 100px;
    height: 3px;
    background: var(--primary-color);
    display: inline-block;
    vertical-align: super;
    margin-right: 10px;
}
.slide-title {
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 20px;
	background: var(--primary-color);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.slide-title span{
    display: inline-block;
    background: var(--primary-color);
    color: var(--white);
    padding: 2px 10px;
    border-radius: 5px;
}
.slide-discription{
    color: var(--white);
    margin-bottom: 25px;
}
.main-content {
    width: 40%;
}
a.btn_main {
    text-decoration: none;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    transition: 0.65s;
}
.btn_main:hover,.btn_main:focus-within {
    background-position: left left;
}
.slider-section .slide-carousel .owl-dots {
    text-align: center;
    position: relative;
    bottom: 40px;
    z-index: 665;
}

.slider-section .slide-carousel .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background: var(--primary-color);
    border-radius: 50%;
}

.slider-section .slide-carousel .owl-dot.active {
    background: var(--white);
}

.slider-section .slide-carousel .owl-dot :hover,
.slider-section .slide-carousel .owl-dot :focus-within {
    background: var(--white);
    color: var(--dark);
}

.slide-item img {
    border-radius: 50% 0 50% 0;
    border-radius: 50% 0 50% 0;
    background: linear-gradient(to right, #ffffff, #ffffff) padding-box, var(--primary-color) border-box;
    border: 1.75rem double transparent;
    transition: var(--transition);
}

a.play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    background: var(--white);
    line-height: 50px;
    color: var(--dark);
    position: relative;
    transition: 0.65s;
}
a.play-btn::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100%;
    animation: wave 1.5s linear infinite;
}
a.play-btn:hover,a.play-btn:focus-within{
    background: var(--primary-color);
    color: var(--white);
}
@keyframes wave{
    from{
        box-shadow: 0 0 0 0px rgba(255 255 255 / 50%);
    }
    to{
        box-shadow: 0 0 0 10px rgba(255 255 255 / 50%);
        opacity: 0;
    }
}

/* about */
.about-section {
    padding: 45px 0;
    background: linear-gradient(315deg, #ffffff, #00bfff5c);
    animation: gradient 5s ease infinite;
    background-size: 400% 400%;
    background-attachment: fixed;
}

@keyframes gradient {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0% 0%;
    }
}


.about-image0 {
    position: relative;
    text-align: center;
}

.about-image0 img {
    width: 250px;
    border: 15px solid #0073ff60;
    position: relative;
    border-radius: 0 65px;
    right: 128px;
}

.about-image1 {
    position: relative;
    text-align: center;
}

.about-image1 img {
    width: 250px;
    border-radius: 65px 0;
    border: 15px solid #0073ff60;
    position: relative;
    left: 128px;
}

.about-image2 {
    position: relative;
    text-align: center;
}

.about-image2 img {
    width: 250px;
    border-radius: 0 65px;
    border: 15px solid #0073ff60;
    position: relative;
    right: 128px;
}

.about-content span {
    background: var(--primary-color);
    font-size: 26px;
    font-weight: 500;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.about-content>h2 {
    font-size: 34px;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 10px;
}

.about-content .btn_main {
    margin-right: 25px;
}

ul.about-feature {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    border-bottom: 1px dashed var(--dark);
}

ul.about-feature li {
    flex: 1;
    display: flow;
}

ul.about-feature li h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
}

ul.about-feature li .feature-icon {
    font-size: 50px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.about-video {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    background: var(--primary-color);
    line-height: 50px;
    color: var(--white);
    position: relative;
    transition: 0.65s;
}

.about-video a {
    color: var(--white);
}

.about-video::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100%;
    animation: wave 1.5s linear infinite;
}

.about-video:hover,
.about-video:focus-within {
    background: var(--primary-color);
    color: var(--white);
}

/* feature section */
.feature-section {
    padding: 45px 0;
    position: relative;
    height: 450px;
    z-index: 1;
}


.feature-section::before {
    position: absolute;
    inset: 0;
    background: var(--gradiant1-color);
    opacity: 0.5;
    content: '';
    z-index: -1;
}

.section-title {
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    color: var(--dark);
}

.feature-section .section-title h2 {
    color: var(--white);
}

.feature-item {
    height: 15rem;
    background: var(--dark);
    padding: 35px 15px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 20px 0px #171B3525;
}

.feature-item:hover{
    background: var(--white);
}

.feature-item .feature-icon {
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    margin: 0 auto 25px;
    border-radius: 100px;
    font-size: 33px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    position: relative;
}

.feature-item .feature-icon i {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item .feature-icon::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 100px;
    border: 40px dotted #0073ff4a;
    animation: spinAround 18s linear infinite;
}
.feature-item .feature-icon:hover::before {
    animation-play-state: paused;
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}
.feature-content h2 {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
}
.feature-content a {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 35px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
}
/* service section */
.service-section {
    padding: 45px 0;
}
.section-heading {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 25px;
    padding: 10px;
}
.service {
    padding: 10px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 45px;
    margin-top: 25px;
    box-shadow: 0px 0px 20px 0px #171b3572;
}
.service:hover {
    background: var(--primary-color);
    color: var(--white);
}
.service-img {
    position: relative;
}
.service-img::before {
    position: absolute;
    inset: 0;
    border-radius: 5px;
    background: var(--black);
    opacity: 0;
    content: '';
    transition: 0.65s;
    border-bottom: 5px solid;
    border-image: var(--primary-color);
}
.service:hover .service-img::before {
    opacity: 0.5;
}
.service-img img {
    border-radius: 5px;
    width: 100%;
}
.service-content {
    text-align: center;
    position: relative;
    height: 160px;
    padding: 60px;
}
.service-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #0073ff;
    margin: 0;
}
.service-icon {
    width: 70px;
    height: 70px;
    font-size: 25px;
    border-radius: 40px;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    background: var(--white);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 5px solid var(--white);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    transition: 0.65s;
}
.service:hover .service-icon {
    border: 5px solid var(--white);
    background: var(--primary-color);
    color: white;
}
.service:hover .service-content h2 ,.service:hover a.service-i{
    color: var(--white);
}
a.service-i {
    font-size: 30px;
    color: #0073ff;
    top: 25px;
    position: relative;
}
/* port folio */
.portfolio-section {
    background-color: #eee;
    padding: 45px 0;
    position: relative;
}
figure.portfolio-image img {
    width: 100%;
    border-radius: 5px;
}
figure.portfolio-image {
    margin: 0;
    position: relative;
}
figure.portfolio-image::before {
    position: absolute;
    content: '';
    inset: 0;
    background: var(--gradiant1-color);
    opacity: 0;
    transition: 0.65s;
}
.portfolio-item:hover figure.portfolio-image::before,
.portfolio-item:focus-within figure.portfolio-image::before {
    opacity: 0.3;
}

.portfolio-content {
    padding: 25px 25px 45px;
    background: var(--white);
    position: relative;
}

.portfolio-item {
    text-align: center;
    margin-bottom: 25px;
}

.portfolio-content h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--dark);
}

.portfolio-content span {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.portfolio-content a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white);
    position: absolute;
    transform: translateX(-50%) translateY(100%);
    left: 50%;
    transition: 0.65s;
    bottom: 20px;
}

/* pricing section */
.pricing-section {
    background: var(--white);
    padding: 45px 0;
}

.price-icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: var(--primary-color);
    text-align: center;
    color: var(--white);
    margin-right: 15px;
}

.pricing-content>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pricing-content>ul>li {
    display: flex;
}

.pricing-content>ul>li h2 {
    font-size: 18px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.price-heading {
    text-align: center;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px;
    border-radius: 5px;
}

.price-heading h2 {
    font-size: 22px;
}

.price-heading h2 {
    margin: 0;
}

.price-item {
    margin: 10px 0;
    text-align: center;
    background: var(--dark);
    border-radius: 5px;
    position: relative;
    padding-bottom: 25px;
}

.price-item:hover {
    box-shadow: 0 0 20px 0 var(--blue);
}

.main-price {
    text-align: center;
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.main-price::before {
    position: absolute;
    content: '';
    width: 200px;
    height: 100px;
    background: var(--white);
    left: 50%;
    border-radius: 20px;
    transform: translateX(-50%) rotate(0deg);
    bottom: 45px;
    z-index: -1;
}

.main-price>span {
    position: relative;
    z-index: 1;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateY(-25px);
    display: inline-block;
}

.main-price>.period {
    font-size: 16px;
}

ul.pricing-feature {
    padding: 25px;
    margin: 0;
    list-style: none;
    text-align: left;
}

ul.pricing-feature li {
    color: var(--white);
    margin-bottom: 10px;
}

ul.pricing-feature li:last-child {
    margin-bottom: 0;
}

a.price-button {
    display: inline-block;
    background: var(--primary-color);
    padding: 15px 25px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    border-radius: 5px;
    transition: all 0.6s;
}

a.price-button:hover {
    color: var(--dark);
    background-position: 100%;
    transform: translateX(0.5rem);
}

.tab-filter {
    text-align: center;
    margin-bottom: 40px;
    background: var(--dark);
    display: inline-block;
    border-radius: 5px;
}

.tab-filter a {
    text-decoration: none;
    padding: 10px;
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
}

.tab-filter a.active {
    background: var(--primary-color);
}

.filter-wrapper {
    text-align: center;
}


.funfact-section {
    background: url(../images/fun-fact.jpeg) no-repeat fixed center center / cover rgb(0 0 0 / 0.7);
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

body,
html {
    width: 100%;
    height: 100%;
}

.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}
.funfact-section::before {
    position: absolute;
    content: '';
    inset: 0;
    background: var(--black);
    opacity: 0.5;
    z-index: -1;
}

.funfact-item {
    width: 260px;
    height: 260px;
	border: 35px solid #ffffff50;
    border-radius: 50%;
    display: flex;
    padding: 35px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.funfact-item:hover {
    transition: all 1s ease-in;
    border: 35px solid #171b3599;
}
.funfact-item:hover:before {
    visibility: visible;
    transform: scale(1);
}

.funfact-item>span {
    width: 100%;
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.funfact-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: var(--primary-color);
    color: var(--white);
    margin: 0px 25px;
    position: relative;
}

.funfact-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100%;
    animation: wave 1.5s linear infinite;
}

.funfact-item h2 {
    margin: 0;
    z-index: 1;
    color: var(--white);
    font-size: 40px;
}

/* team */
.team-section {
    padding: 45px 0;
    background: #00b9ff5c;
    position: relative;
}

.team {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.team::before {
    position: absolute;
    inset: 0;
    background: var(--primary-color);
    content: '';
    z-index: 1;
    opacity: 0.5;
    transform: scale(0);
    border-radius: 100%;
    visibility: hidden;
}

.team:hover::before,
.team:focus-within::before {
    transition: 0.65s;
    transform: scale(1);
    border-radius: 0;
    visibility: visible;
}

.team-image img {
    width: 100%;
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-content {
    position: absolute;
    bottom: 0;
    background: var(--dark);
    width: 100%;
    left: 0;
    text-align: left;
    padding: 25px;
    z-index: 1;
    transform: translateY(50px);
    transition: 0.65s;

}

.team:hover .team-content,
.team:focus-within .team-content {
    transform: translateY(0px);
}

.team-content h2 {
    font-size: 20px;
    font-weight: 600;
    background: var(--gradiant1-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.team-content span {
    color: var(--white);
    margin: 0;
    font-weight: 300;
}


.widget-social ul li {
    display: inline-block;
    list-style: none;
}

.widget-social li a i {
    vertical-align: middle;
}

.widget-social li:not(:last-child) {
    margin-right: 5px;
}

.widget-social ul {
    margin-top: -12px;
}

.widget-social ul li {
    margin-top: 15px;
}

.widget-social li a i {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.widget-social li a i {
    position: absolute;
    display: block;
    text-decoration: none;
    line-height: 35px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.widget-social li a i+i {
    opacity: 0;
    transform: scale(1.5);
}

.widget-social li a:hover i+i {
    opacity: 1;
    transform: scale(1);
    color: #fff;
    border-radius: 50%;
}

.widget-social li:nth-child(1) a:hover i+i {
    background: #1877F2;
}

.widget-social li:nth-child(2) a:hover i+i {
    background: #000000;
}

.widget-social li:nth-child(3) a:hover i+i {
    background: #0A66C2;
}

.widget-social li:nth-child(4) a:hover i+i {
    background: linear-gradient(90deg, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040);
}

.widget-social li:nth-child(5) a:hover i+i {
    background: #E60023;
}

.widget-social li:nth-child(6) a:hover i+i {
    background: linear-gradient(90deg, #128C7E, #25D366);
}

/* Add more similar rules for other social icons as needed */


.widget-social ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: var(--primary-color);
    text-decoration: none;
    color: var(--white);
}

.team-content .widget-social ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    visibility: hidden;
}

.team:hover .widget-social ul,
.team:focus-within .widget-social ul {
    visibility: visible;
}
/* sponsor sectopn */
section.sponsor-section {
    background: url(../images/sponser-bg1.jpg) no-repeat fixed center center / cover rgb(0 0 0 / 0.7);
    padding: 50px;
    text-align: center;
}

span.capsule1 {
    opacity: 0.65;
    padding: 30px;
    display: inline-block;
    padding: 20px 50px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    transform: rotate(45deg);
    position: relative;
    top: 15px;
    margin: 10px 0;
}

span.capsule2 {
    opacity: 0.65;
    padding: 30px;
    display: inline-block;
    padding: 20px 50px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    transform: rotate(-45deg);
    position: relative;
    top: 15px;
    margin: 10px 0;
}

.sponsor-para {
    bottom: 20px;
    position: relative;
}

.sponsers-name img {
    z-index: 5;
    width: 190px;
    font-weight: 600;
    position: relative;
    bottom: 40px;
}

.circle-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.circle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.circle {
    position: absolute;
    border: 1px solid var(--white);
    padding: 50px;
    border-radius: 50%;
    transition: all 1s ease;
}

.circle:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    left: -5px;
    top: 50%;
}

.circle--1 {
    -webkit-animation: rotateanimreverse 20s linear 2s infinite;
    animation: rotateanimreverse 20s linear 2s infinite;
}

.circle--2 {
    padding: 100px;
    -webkit-animation: rotateanim 20s linear 2s infinite;
    animation: rotateanim 20s linear 2s infinite;
}

.circle--3 {
    padding: 150px;
    -webkit-animation: rotateanimreverse 20s linear 2s infinite;
    animation: rotateanimreverse 20s linear 2s infinite;
}

.circle--4 {
    padding: 200px;
    -webkit-animation: rotateanim 20s linear 2s infinite;
    animation: rotateanim 20s linear 2s infinite;
}

@-webkit-keyframes rotateanim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateanim {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateanimreverse {
    from {
        transform: rotate(180deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes rotateanimreverse {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}




/* blog section */
.blog-section {
    padding: 45px 0;
    background: var(--white);
}

.blog-section figure.post-image {
    position: relative;
}

.blog-section figure.post-image::before {
    content: '';
    position: absolute;
    width: 100%;
    right: 100%;
    top: 0;
    height: 100%;
    visibility: hidden;
    background: var(--dark);
    transition: 0.35s;
    z-index: 1;
    opacity: 0.3;
    border-radius: 5px;
}

.blog-section .post-item:hover figure.post-image::before,
.blog-section .post-item:focus-within figure.post-image::before {
    right: 0%;
    visibility: visible;
}

.blog-section figure.post-image img {
    width: 100%;
    transition: 0.65s;
}

.blog-section .post-item {
    border-radius: 10px;
    border: 2px solid #78787833;
    position: relative;
    margin: 10px 25px 25px 0px;
    overflow: hidden;
}
.blog-post.author-details h2{
	display: inline-block;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    padding: 10px 0px 0px 0px;
}
.breadcrumb-item+.breadcrumb-item::before{
	display:none;
}
.post-content {
    padding: 10px 25px;
}

.post-content .post-title a,
.post-content .post-title {
    display: inline-block;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    padding: 10px 0px 0px 0px;
}

.post-content p {
    font-weight: 300;
    font-size: 16px;
    padding: 0 0 10px 0;
	margin-bottom: -10px;
}

.more-options-icons a{
    text-decoration: none;
    color: var(--dark);
    margin-right: 10px;
}

.post-content .meta span a i {
    margin-right: 5px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.more-options-icons {
    display: flex;
    justify-content: space-between;
}
.post-content .meta span a {
    text-decoration: none;
    color: var(--dark);
    margin-right: 10px;
}
footer .wp-block-calendar caption {
    color: #fff;
}
footer .wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
    color: #fff;
}
.meta {
    width: 275px;
}

.meta.top .date a {
    display: inline-block;
    text-decoration: none;
    background: var(--primary-color);
    color: var(--white);
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: -65px;
    right: 0;
    border-radius: 10px 0 0 10px;
    font-weight: 600;
    z-index: 1;
}

.meta.top .date a span {
    display: block;
}

.meta.top .date a::before {
    left: -10px;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 50%);
}

.meta.top .date a::after {
    right: -10px;
    clip-path: polygon(50% 50%, 100% 100%, 0 100%, 0 0);
}

/* cta section */
.cta-section {
    background: url(../images/sponser-bg.jpg) no-repeat fixed center center / cover rgb(0 0 0 / 0.7);
    padding: 45px 0;
    position: relative;
    z-index: 1;
}
.cta-main,
.cta_right {
    position: relative;
    margin: 10px 0;
}

.cta-main::before,
.cta_right::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--black);
    opacity: 0.6;
}

.cta-main::after {
    content: '';
    position: absolute;
    background: var(--primary-color);
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
}

.cta-main img,
.cta_right img {
    width: 100%;
}

.cta-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(40% - 25px);
    z-index: 1;
    display: flex;
    align-items: center;
}

.cta-detail h2 {
    font-size: 22px;
    color: var(--white);
    font-weight: 600;
}

.cta-detail a {
    text-decoration: none;
    color: var(--white);
    font-weight: 600;
    font-size: 22px;
}

.cta-icon {
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--white);
    border-radius: 50px;
    font-size: 25px;
    margin-right: 15px;
}

.cta-icon i {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-right_content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
}

.cta-right_content .cta-count {
    min-width: 150px;
    width: 150px;
    height: 150px;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 100%;
    text-align: center;
    border: 4px solid;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-weight: 600;
    margin-right: 15px;
    transition: all .8s;
}

.cta-right_content .cta-count:hover {
    content: '';
    inset: 0;
    border-radius: 100%;
    background: var(--dark);
    animation: wave 1.2s linear infinite;
}

.cta-right_content .cta-count span {
    font-size: 25px;
}

.cta-right_content div>span {
    color: var(--white);
}

.cta-right_content div>h2 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
}



/* footer section */
.footer-section {
    position: relative;
    background: var(--dark);
}

.footer-top .contact-icon {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    line-height: 80px;
    text-align: center;
    color: var(--white);
    font-size: 35px;
    background: var(--primary-color);
    margin-right: 15px;
    animation: pulse 1.2s infinite alternate;
    /* Animation added */
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

.footer-top .contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-top .contact-us {
    display: flex;
    flex-direction: column;
}

.footer-top .contact-us>span {
    color: var(--white);
}

.footer-top .contact-us>a {
    font-size: 18px;
    font-weight: 600;
}

.footer-top .row>div:not(:last-child) .widget-contact {
    border-right: 1px solid rgb(0 179 255);
}

.footer-top .widget-contact {
    padding: 40px 0;
}

.footer-top {
    border-bottom: 1px solid rgb(0 179 255);
}

.footer-main {
    padding: 40px 0;
}

.footer-main .footer-item {
    position: relative;
}

.custom-widget p {
    color: var(--white);
}

.footer-main .widget-social ul {
    display: flex;
}

.footer-item .custom-widget {
    background: var(--gradiant1-color);
    border-radius: 5px;
    padding: 20px;
}

.footer-section .widget_recent_entries ul li .wp-block-latest-posts__featured-image img {
    border-radius: 100px;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.footer-section .widget_recent_entries ul li .wp-block-latest-posts__featured-image {
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.footer-section .widget_recent_entries ul li .wp-block-latest-posts__post-author,
.footer-section .widget_recent_entries ul li .wp-block-latest-posts__post-date {
    color: var(--white);
}

.footer-section .widget_recent_entries ul li .wp-block-latest-posts__post-date {
    color: var(--white);
}

.footer-section .widget_block.widget_recent_entries ul li:after {
    content: '';
    display: block;
    clear: both;
}

.footer-section .widget_block.widget_recent_entries ul li .wp-block-latest-posts__post-title {
    display: block;
    color: var(--white);
    text-decoration: none;
}

.footer-section .widget_recent_entries ul li:not(:last-child) {
    margin-bottom: 25px;
}

.footer-section .widget-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-section .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-section .widget_media_gallery .gallery .gallery-item {
    display: inline-block;
    width: 32%;
}

.footer-section .widget_media_gallery .gallery .gallery-item img {
    width: 100%;
}

.newsletter-widget p {
    color: var(--white);
}

.newsletter-form input[type="email"] {
    background: transparent;
    border: 1px solid #0073ff;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    color: var(--dark);
}

.newsletter-form>div {
    position: relative;
}

.newsletter-form button {
    border: none;
    background: var(--primary-color);
    color: var(--white);
    padding: 10px 15px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.footer-item .widget-contact {
    margin-top: 20px;
}

.footer-item .contact-icon {
    color: var(--white);
    font-size: 35px;
    margin-right: 15px;
}

.footer-item .contact-info {
    display: flex;
    align-items: center;
}

.footer-item .contact-us span {
    color: var(--white);
    font-weight: 600;
}

.footer-item .contact-us a {
    color: var(--white);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
}

.footer-copyright {
    padding: 15px;
    border-top: 1px solid rgba(120 120 120 / 20%);
}

.copyright-text {
    margin: 0;
    text-align: center;
    color: var(--white);
}


/* scroll up */
.scrollingUp.scroll-btn {
    display: inline-block;
    text-decoration: none;
    background: var(--primary-color);
    color: var(--white);
    border-radius: 100%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    z-index: 999;
    border: none;
    position: fixed;
    bottom: 0;
    right: 50px;
    visibility: hidden;
    transition: all 0.65s ease 0s;
}

.scrollingUp.scroll-btn.is-active {
    bottom: 8%;
    visibility: visible;
}


/* menu-stikey */
.header-main .sticky-menu {
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 15px rgb(0 0 0 / 5%);
    -webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
    background-color: var(--dark);
}


/* breadcrumb */
.breadcrumb-section {
    position: relative;
    padding: 100px 0;
}

.breadcrumb-section::before {
    position: absolute;
    content: '';
    inset: 0;
    background: var(--gradiant1-color);
    opacity: 0.5;

    z-index: -1
}

.content-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-breadcrumb h1, .breadcrumb-item span, .breadcrumb-item .fa-arrow-circle-o-right:before{
    color: var(--white);
}
.post-content .wp-block-calendar .wp-calendar-table tbody tr td{
	color:#000;
}
.content-breadcrumb ol li a {
    /* text-decoration: none; */
}

.content-breadcrumb ol li.active,
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--dark);
}


/* 404 */
.error_404 {
    padding: 100px 0;
    background: var(--white);
}

.error_404 {
    padding: 100px 0;
    background: var(--white);
    text-align: center;
}

.error_404 .error_404_content h2 {
    font-size: 200px;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px var(--white);
}

/* About page  */
.timeline-section {
    padding: 100px 0;
    background: var(--white);
}

.timeline-year {
    width: 120px;
    min-width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: var(--primary-color);
    border-radius: 100px;
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.timeline-year::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 4px;
    background: var(--gradiant2-color);
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-year::after {
    content: '';
    position: absolute;
    inset: 10px;
    border: 5px solid #ffffffd1;
    z-index: -1;
    border-radius: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(-45deg);
}

.timeline-content {
    background: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 15px;
    margin: 10px 0;
}

.timeline-item {
    display: flex;
    align-items: center;
}

.timeline-item.left .timeline-year {
    margin-right: 0px;
    margin-left: 25px;
}

.timeline-item.left .timeline-year::before {
    left: -25px;
    right: unset;
}

.timeline-item.left .timeline-year::after {
    transform: rotate(135deg);
}

.timeline-info h2 {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


/* work process section */
.work_process-section {
    padding: 45px 0;
    position: relative;
    z-index: 1;
}

.work_process-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradiant1-color);
    opacity: 0.65;
    z-index: -1;
}

.work-process_icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white);
    font-size: 36px;
    border-radius: 100px;
    margin: 0 auto 25px;
    position: relative;
}

.work-process_item {
    text-align: center;
    margin-bottom: 25px;
}

.work-process_content h2 {
    background: var(--dark);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
}

.work-process_icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 100%;
    animation: wave 1.5s linear infinite;
}

.work_process-section .section-title h2 {
    color: var(--white);
}


/* contact us */
.contact-info_section {
    padding: 45px 0;
    background: var(--white);
}

.contact-info_item>span {
    display: inline-block;
    font-size: 22px;
    font-weight: 800;
    -webkit-text-stroke: 1px var(--white);
}

.contact-info_item .contact-icon i {
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info_item .contact-icon::before {
    content: '';
    position: absolute;
    inset: 10px;
    background: var(--white);
    border-radius: 50px;
    z-index: -1;
}

.contact-info_item .contact-info span {
    font-size: 18px;
    font-weight: 600;
    background: var(--primary-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-info_item .contact-info a {
    text-decoration: none;
    color: var(--dark);
}

.contact-info_item {
    margin: 15px 0;
    background: var(--dark);
    border-radius: 15px 100px 15px 15px;
    display: flex;
    padding: 15px;
    align-items: end;
    justify-content: space-between;
    transition: all 0.5s;
}

.contact-info_item:hover,
.contact-info_item:focus-within {
    background: var(--primary-color);
    transition: all 0.5s;
}

.contact-info_item .widget-contact>.contact-info {
    text-align: center;
    width: 230px;
    height: 230px;
    border-radius: 230px;
    background: var(--white);
    position: relative;
    right: -25px;
    top: -25px;
    box-shadow: rgb(0 0 0 / 43%) 0px 4px 12px;
    padding-top: 10px;
}

.contact-info_item .contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    line-height: 70px;
    text-align: center;
    background: var(--primary-color);
    font-size: 20px;
    position: relative;
    z-index: 1;
    margin: 0 auto 20px;
}

.map-chart iframe {
    width: 100%;
    height: 350px;
}

.map-chart {
    line-height: 0;
}

/* country office */
.country-section {
    padding: 45px 0;
}

.country-section .country {
    text-align: center;
    margin-bottom: 25px;
}

.country .country-name {
    background: var(--dark);
    color: var(--white);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.country .country-name:hover {
    background: var(--primary-color);
}

.country p {
    padding: 15px 15px 50px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.country-image {
    margin-top: -50px;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.country-image img {
    width: 100%;
    border-radius: 100%;
}



/* form */
section.contact-section {
    padding: 100px 0;
}

.main-contact_Form form p:nth-child(1),
.main-contact_Form form p:nth-child(2) {
    width: 49%;
}

.main-contact_Form form p:nth-child(1) {
    float: left;
}

.main-contact_Form form p:nth-child(2) {
    float: right;
}

.main-contact_Form form p label {
    display: block;
    color: var(--fix-white);
    margin-bottom: 5px;
}

.main-contact_Form form p input[type="text"],
.main-contact_Form form p input[type="email"],
.main-contact_Form form p textarea {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 10px 15px;
    color: var(--fix-white);
    background: var(--primary-color);
    opacity: .3;
}

.main-contact_Form form p input[type="text"],
.main-contact_Form form p input[type="email"] {
    height: 40px;
}

.main-contact_Form form p:last-child {
    text-align: center;
}

.main-contact_Form form p input[type="submit"] {
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--primary-color);
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
}

/* blog-single  */
.blog-section .comments-area {
    margin-bottom: 25px;
    background: #eee;
    border-radius: 10px;
    padding: 20px;
}

ol.comment-list {
    margin: 0 0 25px;
    padding: 0px;
    list-style: none;
    position: relative;
    z-index: 1;
}

ol.comment-list::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
    border-radius: 5px;
}

ol.children {
    margin: 0;
    list-style: none;
}

.comments-area .comment-meta .comment-author img {
    position: absolute;
    z-index: 0;
    left: 0;
    border-radius: 5px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 25px;
}

.comments-area .comment-body {
    position: relative;
    padding: 25px 25px 25px 145px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border-radius: 3px;
    z-index: 1;
    min-height: 150px;
}

.comment-list>li:not(:last-child).comment .comment-body::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.2;
    z-index: -1;
}

.comment-list>li.comment .children .comment-body::before {
    left: -32px;
}

.comment-list>li.comment .children .children .comment-body::before {
    left: -64px;
}

.comment-content p {
    margin: 0;
    color: var(--dark);
}

.comment-author .fn a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 700;
    font-size: 18px;
}

.comment-metadata a {
    text-decoration: none;
    font-weight: 600;
    color: var(--primary-color);
}

.comment-metadata a time:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 5px;
}

.comment-metadata a.reply {
    display: inline-block;
    background: var(--primary-color);
    padding: 8px 15px;
    color: var(--white);
    border-radius: 5px;
}

.comment-metadata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-respond {
    background-color: var(--bg-color);
    border-radius: 5px;
}

.comment-reply-title {
    color: var(--primary-color);
    font-size: 22px;
    font-weight: 600;
}

.comment-form p {
    color: var(--dark)
}

.comment-form p .comment-textarea,
.comment-form p input[type='text'],
.comment-form p input[type='email'],
.comment-form p input[type='url'] {
    width: 100%;
    background-color: var(--white);
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 4px;
    color: var(--dark);
}


.comment-form p.form-submit input[type='submit'] {
    background: var(--primary-color);
    border: none;
    outline: none;
    color: var(--white);
    padding: 10px 15px;
    border-radius: 4px;
}


.btn {
    position: relative;
    display: inline-block;
    margin: 15px 0;
    padding: 12px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--blue);
    background: #ffffff;
    border: 3px solid var(--blue);
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn.btn-border-4::after,
.btn.btn-border-4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn.btn-border-4::after {
    top: -9px;
    left: -9px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn.btn-border-4::before {
    bottom: -9px;
    right: -9px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btn.btn-border-4:hover {
    color: var(--blue);
}

.btn.btn-border-4:hover::after,
.btn.btn-border-4:hover::before {
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    border-color: var(--blue);
	border-radius:50px;
}


.btn.btn-border-1::after,
.btn.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn.btn-border-1::after {
    bottom: -3px;
    right: -3px;
    border-left: 3px solid var(--blue);
    border-bottom: 3px solid var(--blue);
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn.btn-border-1::before {
    top: -3px;
    left: -3px;
    border-top: 3px solid var(--blue);
    border-right: 3px solid var(--blue);
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn.btn-border-1:hover {
    animation: pulse 1s ease-out .4s;
    color: var(--blue);
}

.btn.btn-border-1:hover::after,
.btn.btn-border-1:hover::before {
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    visibility: visible;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
	border-radius:50px;
}

.btn.btn-border-1:hover::after {
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn.btn-border-1:hover::before {
    transition: width .1s ease, height .1s ease .1s;
}
.page-numbers.current{
	background-color: #0d6efd;
    padding: 10px 15px;
    color: #fff;
}
.page-numbers{
	background-color: #000;
    padding: 10px 15px;
    color: #fff;
}
.next.page-numbers, .prev.page-numbers{
	background-color: #0d6efd;
    padding: 10px 15px;
    color: #fff;
}
.navigation.pagination{
	justify-content: center;
}
.wp-block-calendar table:where(:not(.has-text-color)){
    color: #fff;
}
.wp-block-calendar caption {
    color: #fff;
	margin-left:10px;
}
.modal-backdrop {
    z-index: 0;
}
.blog-section figure.post-image img {
    height: auto;
}
.header-main .navbar-nav .nav-item.dropdown .nav-link::after {
			margin-left: 5px;
}
.has-light-green-cyan-background-color {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-block-button{
	margin-bottom:10px;
	margin-right:10px;
}
.wp-block-cover-is-layout-flow p{
	color:#fff;
}
.wp-block-file{
	margin-top:10px;
}
.wp-block-query-pagination .wp-block-query-pagination-numbers{
	margin-top:20px;
	margin-bottom:20px;
}
.form-submit{
	margin-top:10px;;
}
.wp-block-cover{
	margin-right:20px;
}