@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    word-break: break-word;
    font: 15px/25px "Montserrat", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Urban-Shadow";
    src: url(../fonts/Urban-Shadow.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffffd4;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */

/* header */

.container-fluid {
    padding: 0 5%;
}

.topSec {
    padding: 10px 0;
    background: #203a70;
}

.top-bar-left span {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
}

.top-bar-left a {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
}

.top-bar-left {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.top-bar-right ul li a {
    font-weight: 500;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.top-bar-right ul li a i {
    font-size: 15px;
}

.top-bar-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

.line {
    position: relative;
}

.line::before {
    content: '';
    position: absolute;
    background: #fff;
    height: 13px;
    width: 1px;
    top: -7px;
    left: 0;
    z-index: 1;
}

.menuSection {
    background: #0b1731;
}

.header_btn {
    text-align: end;
}

.themebtn {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 2px solid #2954ac;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 7px 7px 7px 25px;
    transition: background-color 0.4s ease, color 0.4s ease;
}

.btn_icon {
    background: #2954ac;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.btn_icon img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    transition: transform 0.4s ease;
    height: 13px !important;
}

.themebtn:hover .btn_icon img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(69%) saturate(1128%) hue-rotate(193deg) brightness(95%) contrast(93%);
    transform: translateX(5px);
}

.themebtn:hover .btn_icon {
    background: #ffffff;
}

.themebtn:hover {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #2954ac;
}

.header-logo {
    margin-bottom: -40px;
    position: relative;
    z-index: 99;
}

/* header */
/* footer */

.footerSec {
    background-color: #212121;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.newsletter {
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    color: #ffffff;
}

.newsletter p {
    font-size: 14px;
    color: #ffffff8a;
    margin: 0 auto 30px;
    width: 74%;
    font-weight: 500;
}

.newsletter form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.newsletter input[type="email"] {
    padding: 15px 20px;
    width: 50%;
    border: 1px solid #626262;
    border-radius: 40px;
    font-size: 14px;
    background: #1f1f1f;
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 500;
}

.newsletter input::placeholder {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
}

.footer_content {
    padding: 55px 0;
    position: relative;
}

.footer_content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    height: 1px;
    width: 90%;
    background: #ffffff1c;
    z-index: 1;
    transform: translateX(-50%);
}

.ftr_links ul,
.ftr_social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr_links a {
    color: #fef7f6;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
}

.ftr_links a:hover {
    color: #2954ac;
}

.ftr_social_links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ftr_social_links a {
    color: #fff;
    font-size: 12px;
    transition: background 0.3s, color 0.3s;
    height: 35px;
    width: 35px;
    background-color: #2954ac;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr_social_links a:hover {
    color: #2954ac;
    background-color: #ffffff;
}

.footer-btm {
    border-top: 1px solid #ffffff1c;
    padding-top: 20px;
    text-align: center;
}

.copy-txt p {
    color: #ffffff8a;
    font-weight: 500;
    font-size: 14px;
}

/* footer */

:root{
    --navy: #203a70;
    --navy-mid:#22366b;
    --gold:#d68a2b;
    --bg-soft:#f6f8fc;
  }
  .intro-section{
    padding:100px 0 110px;
    background:#fff;
  }
  .intro-section > .container > .eyebrow{
    
    font-weight:600;
    font-size:.8rem;
    letter-spacing:3px;
    color:var(--gold);
    text-transform:uppercase;
    margin-bottom:.8rem;
  }
  .intro-section > .container > h2{
    
font-weight: 500;
    
color:var(--navy);
    
font-size:2.7rem;
    
margin-bottom:1rem;
    
font-family: "Urban-Shadow";
    
text-transform: uppercase;
  }
  .intro-sub{
    color:#6b7280;
    max-width:560px;
    margin:0 auto 60px;
    font-weight:300;
    font-size:1rem;
  }

  .intro-card-link{
    display:block;
    text-decoration:none;
    color:inherit;
    height:100%;
  }
  .intro-card{
    background:#fff;
    border:1px solid #eef0f5;
    border-radius:18px;
    padding: 0;
    height:100%;
    box-shadow:0 6px 20px rgba(20,30,60,.05);
    transition:transform .3s ease, box-shadow .3s ease, border-color .3s ease;
    position:relative;
    overflow:hidden;
  }
  .intro-card::before{
    content:"";
    position:absolute;
    top:0; left:0; right:0;
    height:4px;
    background:linear-gradient(90deg, var(--navy), var(--gold));
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .35s ease;
  }
  .intro-card-link:hover .intro-card{
    transform:translateY(-8px);
    box-shadow:0 18px 34px rgba(20,30,60,.12);
    border-color:transparent;
  }
  .intro-card-link:hover .intro-card::before{
    transform:scaleX(1);
  }
  .intro-card .icon-wrap{
    width:96px;
    height:96px;
    margin:0 auto 1.6rem;
    background:var(--bg-soft);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:background .3s ease;
  }
  .intro-card-link:hover .icon-wrap{
    background:var(--navy);
  }
  .intro-card .icon-wrap img{
    width:48px;
    height:48px;
    object-fit:contain;
    transition:filter .3s ease;
  }
  .intro-card-link:hover .icon-wrap img{
    filter:brightness(0) invert(1);
  }
  .intro-card h4{
    
font-weight: 500;
    
color:var(--navy);
    
font-size:1.25rem;
    
margin-bottom:.9rem;
    
font-family: "Urban-Shadow";
    
text-transform: uppercase;
  }
  .intro-card .meta-row{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:.6rem;
    margin-bottom:1.2rem;
    font-size:.85rem;
    color:#6b7280;
    font-weight:400;
  }
  .intro-card .meta-row .author{
    color:var(--navy);
    font-weight:600;
  }
  .intro-card .meta-row .dot{
    width:4px;
    height:4px;
    border-radius:50%;
    background:#c7cbd6;
    display:inline-block;
  }
  .intro-card .detail-tag{
    font-size:.78rem;
    color:var(--gold);
    font-weight:600;
    letter-spacing:.6px;
    text-transform:uppercase;
    margin-bottom:1.2rem;
  }
  .intro-card .read-more{
    
    font-size:.8rem;
    font-weight:600;
    letter-spacing:.5px;
    color:var(--navy);
    display:inline-flex;
    align-items:center;
    gap:.5rem;
  }
  .intro-card .read-more .arrow-circle{
    width:26px;height:26px;
    border-radius:50%;
    background:var(--bg-soft);
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:background .3s ease, transform .3s ease;
    font-size:.7rem;
    color:var(--navy);
  }
  .intro-card-link:hover .read-more .arrow-circle{
    background:var(--gold);
    color:#fff;
    transform:translateX(4px);
  }

  @media (max-width: 767px){
    .intro-card{margin-bottom:10px;}
  }

/* Newsletter Filters Styles */
.newsletter-filters-wrap {
    background: #ffffff;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    max-width: 100%;
    margin: 0 auto;
}

.newsletter-filters-wrap.mb-5 .themebtn {
  width: 100%;
  font-size: 16px;
}
.filter-search-box {
    position: relative;
}

.filter-search-box .fa-search {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
}

.filter-search-box .form-control {
    padding-left: 45px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.filter-search-box .form-control:focus, .filter-select:focus {
    border-color: #28b16d;
    box-shadow: 0 0 0 0.2rem rgba(40, 177, 109, 0.15);
}

.filter-select {
    height: 50px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    color: #555;
    cursor: pointer;
    background-color: #fff;
    box-shadow: none;
    font-size: 14px;
    padding: 0 40px 0 20px;
}

.filter-select:hover {
    border-color: #ccc;
}
section.main_slider.inn {
    height: 450px;
}

section.main_slider.inn::before {
    height: 470px;
    width: 43%;
}

section.main_slider.inn .bnr_bg {
    height: 369px;
    width: 100%;
}
/* banner */

.d_block {
    display: block;
}

.bnr_bg {
    text-align: end;
}

.bnr_bg img {
    height: 700px;
    width: 60%;
    object-fit: cover;
    margin: 0 0 0 auto;
}

h1 {
    font-family: 'Urban-Shadow';
    font-size: 65px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
}

.banner_text p {
    color: #909db8;
    margin-bottom: 30px;
    width: 80%;
}

.banner_text {
    position: relative;
    z-index: 99;
}

.main_slider {
    position: relative;
    height: 900px;
}

.main_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 900px;
    width: 47%;
    background: #203a70;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0%, 100% 78%, 0 100%);
}

.bnr_social ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #0b1731;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    transition: all .4s ease-in;
}

.bnr_social ul li a:hover {
    background: #ffffff;
    border: 1px solid #0b1731;
    color: #0b1731;
}

.bnr_social ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.bnr_social h4 {
    font-size: 20px;
    color: #ffffff;
}

.bnr_social {
    display: flex;
    justify-content: space-between;
    background: #0b1731;
    align-items: center;
    height: 100px;
    width: 60%;
    padding: 0px 80px;
    margin: 0 0 0 auto;
    position: relative;
}

.bnr_btm_main {
    width: 100%;
    position: absolute;
    height: 100px;
    background: #0b1731;
}

.bnr_social::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 19%;
    height: 1px;
    width: 50%;
    background: #414a5e;
    z-index: 1;
}
.container-fluid {
    padding: 0 5%;
}
/* banner */
/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/
.intro-card-body {padding: 40px 20px;}
.card-img-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}