@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
  .form-control,
  a,
  body,
  button,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  input,
  select {
    font-family: "sofia-pro" !important;
  }
  body{
    overflow-x: hidden !important; 
  }
  button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

a {
    color: #216fa7;
}


a{
  text-decoration: none !important;
}
 
.header {
    background-color: #06040e;
    position: fixed;
    width: 100%;
    z-index: 1080;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}
 
  .slidebar {
    background-size: cover;
    background-image: url(../img/bg-slaider.webp);
    padding: 180px 0 100px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70vh;
}
.headding p {
    font-size: 25px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.krkacoa {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.headding h2 {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 25px;
}

.headding button {
    border-radius: 0px;
    padding: 15px 50px 15px 50px;
    background-color: #0d6aa8;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
    font-size: 22px;
}
/* .alignwide-div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
} */

.blog-img-section a {
  padding: 20px;
  background: linear-gradient(180deg, #0D3677 0%, #33073F 100%) !important;
  border-radius: 10px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-img-section a img {
    max-height: 207px;
    object-fit: cover;
    width: auto;
    box-sizing: border-box;
    height: auto; 
    vertical-align: bottom;
    max-width: 100%;
}
.blog-detail-text {
    padding: 15px 28px 15px 15px;
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.categories-text-tag{
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-detail-text p.sm-headding {
    font-size: 14px;
    font-weight: 500;
    color: #216fa7;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.blog-widgrt a img {
    border-radius: 15px;
}
p.ql-align-justify span {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
    font-weight: 400;
}
.contact_sec_form textarea.form-control.message_control {
    padding-left: 50px;
    height: 100px;
    min-height: 100px;
}
.categories-page-main {
    padding: 10px 0px;
}
h2.blog-post-title a {
    text-decoration: none !important;
    color: #010101 !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 900;
    font-family: "sofia-pro", sans-serif;
}

h2.blog-post-title a:hover{
    color: #216fa7 !important;
}

.blog-post-date {
    font-size: 14px;
    font-weight: 500;
    color: #010101;
    line-height: 1.2;
}

p.blog-excerpt__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
}
a.more-btn {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    line-height: 1;
    margin-bottom: 0;
}
.left-side-blog ul li {
    margin-bottom: 20px;
    padding-left: 0;
    background: #fff;
    box-shadow: 0 0 12px #f1f1f1;
    box-shadow: none !important;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
    margin-top: 0;
}
a.more-btn {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    line-height: 1;
    margin-bottom: 0;
}

.left-side-blog ul li {
    margin-bottom: 20px;
    padding-left: 0;
    background: #fff;
    box-shadow: 0 0 12px #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
    border: solid 1px #ddd;
    margin-top: 0;
}

a.more-btn {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    line-height: 1;
    margin-bottom: 0;
}

/* .blog-card-main {
    padding: 50px 0px;
    display: flex;
    gap: 24px;
} */

.left-side-blog {
    /* flex-basis: 65%; */
    /* width: 65%; */
}

.form-input {
    display: flex;
    align-items: center;
}

.blog-form-section {
    padding-top: 80px;
}

input.blog-search__input {
    padding: 0 10px;
    color: #4b4f58;
    background: #fff;
    border-color: #e5e5e5;
    border-radius: 8px !important;
    height: 45px;
    border-width: 1px;
    border-style: solid;
    width: 100%;
}

button.form-search-btn {
    padding: 12px 30px;
    background-color: #216fa7 !important;
    color: #fff;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    font-family: "sofia-pro", sans-serif;
    margin-left: 8px;
}

.form-input {
    display: flex;
    align-items: center;
}

.contact_sec_form {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1.464px 5px 1px rgb(0 0 0 / 11%);
    margin: 20px 0;
    padding: 15px;
}
.right-bg .contact_sec_form {
    box-shadow: none;
}
.up-arrow {
    margin-top: -4px;
}

input.form-control {
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
        padding-left: 50px !important;
    border-color: #eaeaea;
    border-radius: 7px;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
}

.form-group {
    position: relative;
    margin-bottom: 16px;
}

.user-icon {
    background-image: url(../img/bg_icon_new1.webp);
    background-position: -786px -1280px;
    height: 20px;
    width: 22px;
    position: absolute; 
}

.call-icon, .envelope-icon, .user-icon {
    top: 13px;
    left: 15px;
}

.envelope-icon {
    background-image: url(../img/bg_icon_new1.webp);
    background-position: -817px -1280px;
    height: 20px;
    width: 23px;
    position: absolute;
}

.form-group.select_custom_cls .call-icon {
    left: 15px;
}

.call-icon {
    background-image: url(../img/bg_icon_new1.webp);
    background-position: -932px -1279px;
}

.call-icon, .event_title_sec:after {
    height: 22px;
    width: 22px;
    position: absolute;
    z-index: 1;
}

select.form-control.country_code_list {
    border: 0;
    padding-left: 0;
    max-width: 120px;
    flex: 0 0 120px;
}

input.form-control.telephone_control {
    border-left: 0 !important;
    padding-left: 75px !important;
    border: 0;
}
.iti__country-list{
    max-width: 400px !important;
}

.form-group.select_custom_cls {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding-left: 5px;
    position: relative;
    outline: 0 !important;
}

.input-group.country_code {
    position: unset;
}

.comment-icon {
    background-position: -849px -1280px;
    height: 21px;
    width: 23px;
    position: absolute;
    top: 8px;
    left: 15px;
     background-image: url(../img/bg_icon_new1.webp);
}

.file_input input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.file_input {
    height: 47px;
    overflow: hidden;
    margin-bottom: 20px;
}

.file_input span {
    border: 2px dashed #ced4da;
    width: 100%;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.file_input span {
    text-overflow: ellipsis;
    white-space: nowrap;
}

input.btn.btn_blue {
    background: #010101 !important;
    color: #fff;
    width: 100%;
    cursor: pointer;
    height: 47px;
    font-size: 18px;
    border-radius: 7px !important;
}

.blog_form .contact_social_link .mail_address_cls {
    margin-bottom: 16px;
}

.mail_address_cls a {
    display: flex;
    background: #216fa7;
    height: 45px;
    align-items: center;
    padding: 0 15px 0 50px;
    border-radius: 5px;
    color: #fff;
    position: relative;
}

.mail_address_cls a .envelope-icon {
    filter: brightness(0) invert(1);
}

.envelope-icon {
     background-image: url(../img/bg_icon_new1.webp);
    background-position: -817px -1280px;
    height: 20px;
    width: 23px;
    position: absolute;
}
.skype-icon {
    position: absolute;
    left: 15px;
    top: calc(50% - 15px);
}

.mail_cont {
    border-left: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.mail_address_cls a h6 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}

.blog_form .contact_social_link .mail_address_cls:last-child {
    margin-bottom: 0;
}

.skype-icon {
    position: absolute;
    left: 15px;
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget {
    margin: 0 0 2.8em 0;
}

.widget_categories ul {
    margin: 0px;
}

.widget_categories li.cat-item {
    color: #216fa7;
    text-decoration: none !important;
    font-weight: 500;
}

.widget_categories li.cat-item {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #010101;
    margin-bottom: 10px;
    color: #216fa7;
    list-style: disc;
}

.widget_categories li.cat-item a {
    color: #0170b9;
    font-weight: 500;
}

.container{
    max-width: 1400px;
}

.for-gap{
    gap: 20px;
}

.menu-link {
    padding: 12px 5px;
    background-color: #216fa7;
    border: 0;
    border-radius: 0.25rem;
    max-height: 44px;
    font-size: 16px;
    color: whitesmoke;
}

.navbar-hover{
    width: 100%;
    height: 300px;
    border: 1px solid red;
    background-color: white;
}



.dropdown-btn {
    background-color: #010101;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
}

.dropdown-btn i{
    color: white;
}
/* .dropdown {
  position: relative;
  display: inline-block;
} */
.dropdown-menu {
  width: 1800px;
  margin-right: 1000px;
  background-color: white;
  box-shadow: 5px 16px 16px 8px rgba(0,0,0,0.4);
  z-index: 1;
  border-bottom-left-radius: 50px;
}
.dropdown-div{
    float: left;
    width: 410px;
    overflow: hidden;
    padding: 40px;
}

/* .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -810px;
    right: 0px;
    top: 55px;
} */
.dropdown-div h1{
    font-size: 16px;
    margin-top: 20px;
}

.dropdown-div-sub{
    border-left: 1px solid black;
}
 .dropdown-div-sub p{
    margin-left: 30px;
 }

/* .dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}  */
   /* .dropdown-menu a:hover {
      background-color: #cccccc;
 } */
   .dropdown:hover .dropdown-menu {
      display: block;
 }


 .dropdown-menu-first {
    width: 1200px;
    margin-right: 1000px;
    background-color: white;
    box-shadow: 5px 16px 16px 8px rgba(0,0,0,0.4);
    z-index: 1;
  }
  .dropdown-div-first{
      float: left;
      width: 380px;
      /* height: 200px; */
      /* border: 1px solid red; */
      overflow: hidden;
      padding: 50px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-first {
    position: absolute;
    left: -612px;
    right: -31px;
    /* bottom: -19px; */
    top: 55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
 
  .dropdown-div-first h1{
      font-size: 16px;
      margin-top: 20px;
  }
  
  .dropdown-div-sub-first{
      border-left: 1px solid black;
  }
   .dropdown-div-sub-first p{
      margin-left: 30px;
   }
  
  
     .dropdown:hover .dropdown-menu-first {
        display: block;
   }
  
   #first{
    left: -942px;
   }

   
 .dropdown-menu-second {
    width: 1200px;
    background-color: white;
    box-shadow: 5px 16px 16px 8px rgba(0,0,0,0.4);
    z-index: 1;
  }
  .dropdown-div-second{
      float: left;
      width: 380px;
      /* height: 200px; */
      /* border: 1px solid red; */
      overflow: hidden;
      padding: 50px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-second {
    position: absolute;
    left: -688px;
    right: -31px;
    /* bottom: -19px; */
    top: 55px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
 
  .dropdown-div-second h1{
      font-size: 16px;
      margin-top: 20px;
  }
  
  .dropdown-div-sub-second{
      border-left: 1px solid black;
  }
   .dropdown-div-sub-second p{
      margin-left: 30px;
   }

     .dropdown:hover .dropdown-menu-second{
        display: block;
   }
  
   
.dropdown-menu-second {
    display: none;
}

.dropdown-menu-first {
    display: none;
}

.first-space{
    margin-right: 200px;
}

/* .nav-link{
    color: #fff !important;
} */
/* 
li.nav-item {
    margin-left: 29px;
} */

.para{
    color: white;
}
.pagination {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.pagination a {
    color: #216fa7;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.pagination a.active {
    background-color: #216fa7;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}
.title-img img{
    border-radius: 20px;
    height: auto;
    max-width: 100%;
}
.titl-txt h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.titl-txt {
    margin-top: 2em;
}
.entry-meta {
    margin-bottom: 1em;
}
p.ql-align-justify {
    font-size: 17px;
    font-weight: 400;
    color: #010101;
    margin-bottom: 30px;
    line-height: 24px;
}
.enter-hdr-txt h4.ql-align-justify span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.titl-txt h1 {
    font-weight: 900 !important;
    font-size: 40px;
    color: #3a3a3a !important;

}
.entry-meta, .entry-meta * {
    color: #010101 !important;
}
.enter-hdr-txt p a {
    color: #216fa7;
    text-decoration: none !important;
    font-weight: 500;
}
.enter-hdr-txt h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    color: #3a3a3a;
}
.entry-content.clear {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2em;
}
.categories-page-main li {
    color: #216fa7;
    text-decoration: none !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.categories-page-main li a{
    color: #0170b9;
}


/***********New Css**********/
.blog-form-section .blog-section-right-bar {
    position: sticky !important;
    top: 100px;
}

.blog-card-main p{
    font-size: 18px;
    font-weight: 300;
    color: #010101;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.blog-card-main p.read-more{
    margin-bottom: 0px !important;
}

.enter-hdr-txt ul li:after {
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fa7;
    left: 15px;
    top: 10px;
    border-radius: 50%;
}

.enter-hdr-txt ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 300;
    color: #010101;
    line-height: 1.2;
    margin-bottom: 20px;
    border: none !important;
}

.enter-hdr-txt ul{
    padding-left: 0px !important;
}

.enter-hdr-txt h3 {
    line-height: 1;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px !important;
    margin-top: 30px;
    padding-bottom: 10px;
}

.point_cls:first-letter {
	font-size: 24px;
	font-family: cursive;
	line-height: 1;
	color: #216fa7
}
.blog-author-box p{
    margin-bottom: 0px;
}
.enter-hdr-txt img{
    width: 100%;
    height: auto;
}
.blog-widgrt img{
    width: 100%;
    height: auto; 
}


.wp-block-table{
    color: #4b4f58;
}
.wp-block-table td, .wp-block-table th {
    border: 1px solid #4b4f58;
    padding: .5em;
}
.wp-block-table thead {
    border-bottom: 3px solid #4b4f58;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
    margin-top: 20px;
}

.related-posts-list h3{
    font-size: 1.3333333333333rem;
    color: #3a3a3a;
    margin-top:15px ;
    font-weight: 800;
}
.related-posts-list p, .related-posts-list p a{
    font-size: 14px;
    color: #3a3a3a;
}
.related-posts-list p:hover, .related-posts-list p a:hover{
    font-size: 14px;
    color: #3a3a3a;
}

.related-posts-list h3:hover{
    font-size: 1.3333333333333rem;
    color: #3a3a3a;
}
.related-posts-list img{
    border-radius: 10px;
}
.btn-next-prev .nav-previous a, .btn-next-prev .nav-next a{
    color: #010101;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

.blog-card-main .read-more a{
    color: #010101;
}

.blog-post-excerpt {
    margin: 10px 0px;
}

.pagination button.active {
    padding: 5px 15px;
    background: #216fa7 !important;
    color: #fff;
    border-radius: 3px;
}

.pagination button {
    margin: 0 5px;
    padding: 5px 15px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
    border-radius: 3px;
}

.blog_form .call-icon, .blog_form .envelope-icon, .blog_form  .user-icon {
    top: 10px;
    left: 15px;
}

input.form-control{
    padding: 8px 0px 8px 50px !important;
}

.btn-mt-5{
    margin-top: 50px;
}
.wp-element-button {
    border-radius: 0px;
    padding: 15px 50px 15px 50px;
    background-color: #0d6aa8;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: none;
    font-size: 22px;
}
.wp-element-button:hover {
    background: #0d6aa8;
    left: 60%;
    right: 60%;
    color: #fff;
}
.wp-element-button:hover:before {
    background: rgba(255, 255, 255, 0.7);
    left: 60%;
    right: 60%;
}
.wp-element-button:hover:after {
    background: rgba(255, 255, 255, 0.7);
    top: 60%;
    bottom: 60%;
}
/******02-09-2024*******/
.enter-hdr-txt h2{
	font-weight: 800;
    font-size: 30px !important;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
 }

 .pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    border: none;
    background-color: #f0f0f0;
    cursor: pointer;
 }

 .pagination button.active {
    background-color: #007bff;
    color: white;
 }

 .pagination button:disabled {
    background-color: #dcdcdc;
    cursor: not-allowed;
 }

 .pagination span {
    margin: 0 5px;
    padding: 5px 10px;
 }
 .contact_social_link{
    display: block !important;
}
.footer_sec {
    background: #00152e;
    padding-top: 0px !important;
    margin-top: 20px;
}

div#onload .modal-dialog {
    width: 900px;
    max-width: 80%;
}
div#onload .modal-header {
    position: absolute;
    z-index: 99;
    right: 0;
    border-bottom: 0;
    top: 0px;
}
.col-md-9.right-bg {
    background: #fff;
}
.inner_banner_heads {
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}



.blog-post-title a{
    font-size: 32px !important;
}
h1.author-new-text {
    font-size: 38px;
    font-weight: 900;
}

/******02-09-2024*******/
/******04-09-2024*******/
ol li {
    font-size: 18px;
    color: #010101;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    font-weight: 300;
}
.blog-card-main p strong{
    font-weight: 600;
}
/******04-09-2024*******/

@media (max-width: 575.98px) { 
    .titl-txt h1 {
        font-size: 24px;
    }
    .alignwide-div {
        display: block;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    #blogList{
        padding-left:0px;
    }
    .inner_banner_heads {
        font-size: 34px;
    }
    .headding p {
        font-size: 16px;
    }
    .slidebar{
        padding: 90px 0 100px;
    }
 }


@media (max-width: 767.98px) { ... }


@media (max-width: 991.98px) { ... }


@media (max-width: 1199.98px) { ... }


@media (max-width: 1399.98px) { ... }