/*Theme Name: CRAN
Theme URI:
Description: Custom WordPress theme for CRAN
Version: 1.0
Author: Shrinivas Naik
Author URI: http://techsini.com
*/
/*----------------------
Global Styles
-----------------------*/
body {
    /* font-family: 'Saira', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    background-color: #fafafa;
    overflow-x: hidden;
}
html{
    scroll-behavior: auto;
}
p {
    line-height: 1.8;
}

a {
    color: #3D5A80;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.4 !important;
}

b, strong {
    /* font-weight: 500; */
}

.button,
.btn {
    border: 1px solid transparent;
    font-size: 15px !important;
    color: #E0FBFC !important;
    /* background: #005AA6; */
    background: #f8cd47;
    font-weight: 400;
    padding: 10px 16px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0px !important;
}

.button:hover,
.btn:hover {
    border: 1px solid #293241;
    background: #fff;
    color: #293241 !important;
}

.button:focus,
.btn:hover {
    text-decoration: none;
    border: 1px solid #293241;
    color: #293241 !important;
    background: #fff;
}

.listnodots li {
    list-style-type: none;
}

.primary-list {
    padding-left: 15px;
}

.primary-list li {
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
}

.primary-list li i {
    margin-right: 15px;
}

.form-control:focus {
    box-shadow: none;
}

.shadow-light > .elementor-container {
    box-shadow: 5px 3px 40px 5px #cfcfcfab;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="color"],
.wpcf7-form textarea {
    outline: 0 !important;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #dedede;
}

.wpcf7-form .btn-link{
    background: transparent;
    color: #000 !important;
    padding: 0;
    border: 0;
}
.wpcf7-form .btn-link:hover{
    border: 0;
}
.wpcf7 textarea {
    max-height: 100px;
}
/*----------------------
Elementor style
-----------------------*/
.elementor-button-wrapper .elementor-button {
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 0px !important;
    color: #000;
    /* background: #005AA6; */
    background: #f8cd47;
    font-weight: 500;
    padding: 13px 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.elementor-button-wrapper .elementor-button:hover {
    border: 1px solid #293241;
    background: #fff;
    color: #293241;
}

.featured-box p{
    margin-bottom: 0 !important;
}

/* Contact Forms Forms */
.wpcf7 label {
    font-weight: normal !important;
    font-size: 16px;
}

.footer-wrapper .wpcf7 label {
    color: #CECECE;
}
.footer-wrapper .wpcf7-response-output {
    color: #fff;
}


.cover {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #261F69;
    top: 0;
    z-index: 9999;
    /* background-image: url('images/preloader-logo.png'); */
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.preloader-logo{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/*---------------------------------
WordPress Tweak style starts here
--------------------------------*/
/* WordPress Sidebar
---------------------*/
.widget-title {
    margin-bottom: 30px;
    text-transform: uppercase;
}

/* tag cloud widget
---------------------*/
.wp-tag-cloud {
    padding: 0;
}

.wp-tag-cloud li {
    display: inline-block;
}

.wp-tag-cloud li a {
    font-size: 14px !important;
    font-weight: lighter;
    color: #fff !important;
    background-color: #ff6347;
    margin: 4px;
    padding: 5px;
    font-weight: bold;
    border: 1px solid #D3D3D3;
    text-rendering: initial;
    display: inline-block;
}

/*----------------------
Header top Navigation
-----------------------*/
.header-top-menu{
    background: #2c314c;
    color: #DDDDDD;
    padding: 8px 45px;
    display: flex;
    justify-content: flex-end;
}
.header-top-menu ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 22px;
}
.header-top-menu ul li{
    /* display: inline-block; */
}
.header-top-menu p{
    margin: 0;
}

.header-top-menu .square-icon {
    background: #00A0E3;
    padding: 6px;
    color: #fff;
    font-size: 11px;
    margin-right: 8px;
    text-shadow: 1px 1px 2px #000;
}
.header-top-menu a {
    color: #EAEAEA;
    font-size: 14px;
    text-decoration: none;
}

/*----------------------
Navigation
-----------------------*/
.header-wrapper {
    z-index: 999;
    position: relative;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.3);

    /* For transparent header (on slider)*/
    /* z-index: 999;
    left: 0;
    right: 0;
    position: absolute; */
}

.header-shadow{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    z-index: 1;
}
.menu-wrapper {
    background-color: #191e36;
}

.navbar {
    padding: 0rem 1rem;
    /* background-color: #191e36; */
}

.navbar-brand img {
    height: 80px;
    /* padding: 12px 0; */
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #F8CD47;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: #F8CD47;
    font-weight: 600;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>.open>a:focus {
    color: #F8CD47;
    background-color: transparent !important;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: #F8CD47;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.dropdown-menu {
    padding: 0;
    background-color: #261F69;
	font-size: 14px;
    top: 65px;
}

.dropdown-item {
    color: #d5d5d5;
    padding: 10px 15px;
    text-transform: uppercase;
    /* font-size: 13px; */
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #005AA6;
    /* font-weight: bold; */
}

.dropdown-menu .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #00a0e3 !important;
}

ul.dropdown-menu li > ul.dropdown-menu{
    left: 100%;
    top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}
/* to show the arrow */
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 1.2em;
}
.dropdown-toggle a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}

.highlighted-menu{
    border: 1px solid transparent;
    border-radius: 22px !important;
    background: #005AA6;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.highlighted-menu a{
    color: #fff !important;
}

.navbar-scroll{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#191e36;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.2);
	/* padding:5px 20px; */
	transition:0.5s;
	animation:scroll 0.6s 1;
}

@keyframes scroll{
0%{transform:translateY(-100%);}
100%{transform:translateY(0%);}
}

/* Custom burger */
.navbar-toggler {
    padding: 0;
    border: 0;
}
.navbar-toggler:focus{
    outline: 0;
    box-shadow: none;
}
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    margin-top: 12px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #293241;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* @media(min-width:769px) {
    .primarymenu>li>.nav-link::before {
        content: '';
        margin: auto;
        display: block;
        position: absolute;
        top: 0;
        bottom: -58px;
        left: 0;
        right: 0;
        height: 2px;
        width: 84%;
        background-color: #00a0e3;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: color 0.1s, transform 0.2s ease-out;
    }

    .primarymenu>li>.nav-link:active::before {
        background-color: #005AA6;
    }

    .primarymenu>li>.nav-link:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
}
 */


/*featured content style*/
.featured-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.featured-content h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 40px;
}

/*featured content dark style*/
.featured-content-dark {
    /* background-color: #00487F; */
    background-color: #797979;
    color: #fff;
}

.featured-content-dark h2 {
    color: #fff;
}

.featured-content-dark h2:after {
    content: '';
    display: block;
    background: #fff;
    height: 3px;
    max-width: 40px;
    width: 100%;
    margin: 15px auto;
}

/*featured content lite style*/
.featured-content-lite {
    color: #000;
    background-color: #fafafa;
}

.featured-content-lite h2 {
    color: #000;
}

.featured-content-lite h2:after {
    content: '';
    display: block;
    background: #7d7d7d;
    height: 3px;
    max-width: 40px;
    width: 100%;
    margin: 15px auto;
}

.featured-content-lite .heading-style-2,
.featured-content-dark .heading-style-2 {
    text-align: left;
    margin-bottom: 30px;
}

.featured-content-lite .heading-style-2:after,
.featured-content-dark .heading-style-2:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    max-width: 40px;
    width: 100%;
    margin: 15px 0;
}

.featured-content-inner {
    padding: 40px 0;
}

/* Homepage Custom CSS */
.img-shadow img{
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
}

/* gradient background */
.revealbg::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(90deg, rgba(116,199,169,1) 0%, rgba(116,199,169,1) 33%, rgba(49,163,220,1) 100%);
}
/*----------------------
Footer
-----------------------*/
.footer-wrapper {
    padding: 60px 0px;
    background-color: #120d3e;
    background-image: url('images/dots-matrix.png');
    background-repeat: no-repeat;
    background-position: 5vw top;
}

.footer-wrapper p {
    color: #CECECE;
    font-size: 15px;
}

.footer-wrapper a {
    color: #EAEAEA;
    font-size: 15px;
    text-decoration: none;
}
.footer-wrapper a:hover{
    color: #fff;
}

.footer-wrapper h3 {
    color: #fff;
    font-size: 1.2rem;
}

.footer-wrapper h3:after {
    content: '';
    display: block;
    background: #00a0e3;
    height: 2px;
    max-width: 40px;
    width: 100%;
    margin: 15px 0;
}

.footer-wrapper h4 {
    color: #fff;
    font-size: 1rem;
}

.footer-wrapper h5 {
    color: #fff;
    font-size: 0.8rem;
}

.footer-wrapper ul {
    padding: 0;
}

.footer-wrapper ul li {
    color: #fff;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
}

.footer-wrapper ul li a {
    margin-left: 26px;
}

.footer-wrapper ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f35d';
    position: absolute;
    top: 3px;
    left: 0;
    color: #00a0e3;
    font-weight: 900;
    font-size: 12px;
}

.footer-wrapper .square-icon {
    background: #00A0E3;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    margin-right: 8px;
    text-shadow: 1px 1px 2px #000;
    margin-bottom: 8px;
	/* border-radius: 20px; */
}
.copyright {
    color: #bdbdbd;
    background-color: #060416;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.copyright p {
    margin: 0 !important;
}

.copyright a {
    color: #C3C3C3;
    font-weight: bold;
}

.backtotop {
    cursor: pointer;
    position: fixed;
    display: none;
    background: #00A0E3;
    bottom: 20px;
    right: 30px;
    padding: 12px 15px;
    width: 40px;
    line-height: 0;
    height: 40px;
}

.backtotop i {
    color: #fff;
}

.footer-wrapper .footer-socialmedia-icons li {
    display: inline-block;
    font-size: 1.5em !important;
    margin-right: 6px;
}
.footer-wrapper .footer-socialmedia-icons li a{
    font-size: 24px;
}

/* Floating buttons */
.floating-btns-wrapper {
    position: fixed;
    right: 0;
    bottom: 20%;
}

.floating-btns-wrapper .contact-btn {
    border: 1px solid transparent;
    font-size: 18px !important;
    color: #ffffff !important;
    background: #005AA6;
    font-weight: 400;
    padding: 4px 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/* Homepage */
/* Slider */
.cs-slides h2{
    padding: 10px 20px;
    background: rgb(255 255 255 / 72%);
    font-size: 2.2vw !important;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px !important;
}
.cs-slides h3{
    padding: 10px 20px;
    background: rgb(0 0 0 / 72%);
    color: #fff;
    font-size: 1.4vw !important;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 3px !important;
}

/* Our services */
.services .service-item{
    margin-right: 20px;
}
.services .service-item .service-image{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.services .service-item .card-title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.services .service-item .card-text{
    font-size: 15px;
    text-align: center;
}
.slick-prev:before, .slick-next:before{
    font-size: 24px;
    opacity: .75;
    color: #fff;
}
.slick-prev:before {
    content: "\f053";
    color: #000;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.slick-next:before {
    content: "\f054";
    color: #000;
    font-size: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.slick-prev {
    left: -35px;
}
.slick-next {
    right: -35px;
}

/* News & Events Bi Bank*/
.homepage-news{
    /*margin-right: 15px;
    padding: 15px;*/
}
.home-news-item a{
    color: #fff;
    font-size: 1em;
}
.home-news-desc{
    color: #d1d1d1;
    font-size: 0.8em;
    margin-top: 8px;
}
.homepage-news .slick-dots li button:before{
    color: #fff;
    opacity: 1;
}
.homepage-news .slick-dots li.slick-active button:before{
    color: #00a0e3;
    opacity: 1;
}
.homepage-news .slick-dots li {
    margin: 0 0px;
}

/* News & Events */
.events-section-heading, .events-section-heading{
    font-weight: bold;
    margin-bottom: 20px;
}
.homepage-events .homepage-events-inner{
    background: #ffffff;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px;
}
/* Events style for homepage */
.homepage-events .event-item{
    margin-bottom: 30px;
}
.homepage-events .event-date{
    font-size: 30px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    background: #044881;
    color: #fff;
    border-radius: 7px 7px 0 0;
}
.homepage-events .event-month-year{
    text-align: center;
    background: #005aa6;
    color: #fff;
    margin-top: 2px;
    border-radius: 0 0 7px 7px;
    font-size: 14px;
    padding: 3px;
}
.homepage-events .event-desc h3{
    font-size: 18px;
    font-weight: 600;
}
.homepage-events .event-desc p{
    font-size: 15px;
    margin-bottom: 5px;
}
.homepage-events .event-desc a{
    font-size: 14px;
    font-weight: bold;
}

/*----------------------
Page
-----------------------*/
.page-title {
    padding: 300px 0 10px;
    color: #fff;
    background-color: #005AA6;
    /* background-color: #215F94; */
    /* background-image: linear-gradient(to bottom, #00487f, #1d5b91, #326ea2, #4582b4, #5896c6); */
    position: relative;
    background-image:url('images/page-header.jpg');
    background-size: cover;
    background-position: center -140px;
    z-index: 1;
}
.page-title:after {
    background: rgb(38 31 105 / 49%);
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.page-title h2 {
    position: relative;
    /* text-transform: uppercase; */
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    background: #261F69;
    padding: 10px 20px;
    position: absolute;
    bottom: -17px;
    border-bottom: 9px solid #00a0e3;
}

/*.page-title h2:after {
    content: '';
    display: block;
    background: #fff;
    height: 2px;
    max-width: 40px;
    width: 100%;
    margin: 15px auto;
}*/

.page-content {
    padding: 50px 0;
    font-size: 16px;
}

.page-content .elementor-heading-title {
    font-size: 24px;
}

.page-widget-wrapper {
    padding: 60px 0;
}

.inner-page-right-widget {
    margin-bottom: 30px;
    background: #eaeaea;
    border-bottom: 1px solid #3D5A80;
}

.inner-page-widget-title {
    text-transform: uppercase;
    background: #005AA6;
    color: #fff;
    padding: 8px 12px;
    font-size: 20px;
    /* box-shadow: 0px 5px 15px -5px #8c8585; */
}

.inner-page-right-widget>div {
    padding: 20px 0;
}

.inner-page-right-widget ul li {
    list-style-type: none;
    margin-bottom: 10px;
    font-size: 14px;
}

.inner-page-right-widget ul li a {
    color: #3D5A80;
}

.inner-page-right-widget ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: '\f105';
    margin: 0 10px 0 -15px;
    color: #000;
}

/* Search widget */
#searchform {
    position: relative;
}

#s {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
}

#searchsubmit {
    border-radius: 0;
    font-size: 13px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #005AA6;
    border: 0;
    color: #ffffff;
}

/* Pagination */
.post-pagination {
    margin: 20px 0px;
    padding: 0;
}

.post-pagination li {
    display: inline-block;
    background-color: #005AA6;
    /* border: 2px solid #fff; */
}

.post-pagination li a {
    padding: 8px 8px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.post-pagination .previous-page {
    float: left;
}

.post-pagination .next-page {
    float: right;
}

/* Events page */
.events-page .event-item .event-featured-img{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.events-page .event-item{
    background-color: #F5F5F5;
}

.events-page .event-date{
    font-size: 30px;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    background: #044881;
    color: #fff;
    border-radius: 7px 7px 0 0;
}
.events-page .event-month-year{
    text-align: center;
    background: #005aa6;
    color: #fff;
    margin-top: 2px;
    border-radius: 0 0 7px 7px;
    font-size: 14px;
    padding: 3px;
}
.events-page .event-desc h3{
    font-size: 18px;
    font-weight: 600;
}
.events-page .event-desc p{
    font-size: 15px;
    margin-bottom: 5px;
}
.events-page .event-desc a{
    font-size: 14px;
    font-weight: bold;
}

/* News page */
.news-page .news-item .news-featured-img{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.news-page .news-item{
    background-color: #F5F5F5;
}
.news-page .news-desc h3{
    font-size: 18px;
    font-weight: 600;
}
.news-page .news-desc p{
    font-size: 15px;
    margin-bottom: 5px;
}
.news-page .news-desc a{
    font-size: 14px;
    font-weight: bold;
}

/* Services page */
.services-page .service-item .service-featured-img{
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.services-page .service-item{
    background-color: #F5F5F5;
    border-bottom: 1px solid #005AA6;
}
.services-page .service-desc h3{
    font-size: 18px;
    font-weight: 600;
}
.services-page .service-desc p{
    font-size: 15px;
    margin-bottom: 5px;
}
.services-page .service-desc a{
    font-size: 14px;
    font-weight: bold;
}

/**
* WordPress Number Pagination CSS Styles
*/

.page-navi.meta {
    color: RGB(38, 166, 154);
    font-size: 20px;
    font-weight: normal;
    border: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    padding-left: 0;
    border-radius:3px;
}

.page-numbers {
    border-right: solid 1px rgb(221, 221, 221);
    padding: 10px 20px;
    font-weight: normal;
    margin-left:-6px;
}

.page-numbers.current {
   padding: 10px 20px;
   background: #044881;
   color: #fff;
   font-weight: 600;
}

.page-navi .prev {
   float: left;
   margin-right: 0;
   margin-top: -10px;
   border-right: solid 1px #eee;
   font-size: 18px;
   letter-spacing: 0;
   font-weight: normal;
}

.page-navi .next {
   float: right;
   margin-top: -10px;
   border-left: solid 1px #ddd;
   border-right: none;
   border-top: none;
   border-bottom: none;
   font-size: 18px;
   font-weight: normal;
   letter-spacing: 0;
}

/* Medium Screen */
@media(max-width:991px) {
    .navbar-nav>li>a {
        padding: 35px 5px;
    }
}

/* Tablet */
@media(max-width:768px) {
    .navbar-brand img{
        padding: 0;
    }
    .cs-slides h2{
        letter-spacing: 1px !important;
    }
    .cs-slides h3{
        letter-spacing: 1px !important;
    }
    .datetime{
        width: 100%;
    }
}

/* Mobile */
@media(max-width:767px) {
    .header-wrapper {
        margin-top: 0;
        position: relative;
    }

    .navbar-brand {
        position: relative;
        /* height: 80px; */
    }

    .navbar-brand>img {
        margin: auto;
        height: 50px;
        width: auto;
    }

    .navbar-nav>li>a {
        padding: 10px 10px !important;
    }

    /* Homepage services */
    .slick-prev {
        left: -25px;
    }
     .slick-next{
         right: -25px;
     }

    .page-title {
        padding: 150px 0 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}


/* Elementor hack for Bootstrap 5 xx-large breakpoint (≥1400px) */
@media screen and (min-device-width: 1400px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1320px !important;
        padding-right: calc(1.5rem * .5);
        padding-left: calc(1.5rem * .5);
    }

    .elementor-section.elementor-section-boxed > .elementor-column-gap-no {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
