@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

/* TMB brand tokens — shared with adminstyle.css */
:root {
  --tmb-primary:        #0c359e;
  --tmb-primary-hover:  #0a2b80;
  --tmb-accent:         #2ad982;
  --tmb-accent-hover:   #22c06e;
  --tmb-dark:           #0d1b3e;
}
   



    body {
    font-family: "Inter", serif;
     overflow-x:hidden;
    }

h1, h2 {
   font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

p {
    color: #8a8c91;
    line-height: 32px;
    font-size: 18px;
}

.topheader {
    background: #0c359e;
    width: 100%;
    height: 35px;
}
.bg-dark {
  
    background: #fff!important;
}
.navbar {
   margin: 30px 0 0;z-index: 2;
}
.navbar-dark .navbar-toggler {
    color: rgb(8 8 8);
    border-color: rgba(255,255,255,.1);
}

.btn-primary {
    background-color: var(--tmb-primary);
    border-color: var(--tmb-primary);
    padding: 12px 45px;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s, border-color 0.2s;
}
/*.btn-primary:hover {
    background-color: #0c359e;
    border-color: #0c359e;
    padding: 12px 45px;
    color: #fff;
   box-shadow: 5px 5px #111;
    
}*/
.btn-primary .btn-title {
   transition: opacity .65s,transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);margin:0;color: #111;
    font-weight: 400;
}
/*.btn-primary:active .btn-title, .btn-primary:hover .btn-title {
   transform: translateY(-200%);
    
}*/

.btn-primary .btn-title:after {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 0%;
    transform: translate(-50%,100%);
    transition: opacity .5s,transform .8s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}
/*.btn-primary:hover .btn-title:after {
    transform: translate(-50%,150%);
    opacity: 1;
}*/


.btn1 {
display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden;top: 0!important;
}
.nav-right {
    gap: 10px;
}
.nav-right .btn.btn-link {
    margin: -5px 0 0!important;
}
.btn.btn-link {
    background-color: var(--tmb-primary);
    border-color: var(--tmb-primary);
    padding: 10px 25px;
    color: #fff;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
}
.btn.btn-link:hover {
    background-color: var(--tmb-primary-hover);
    border-color: var(--tmb-primary-hover);
    color: #fff;
    box-shadow: none;
}
.navbar-dark .navbar-nav .nav-link  {
    color: #111!important;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    font-size: 18px;z-index: 2;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
   border-radius: 10px;
    width: 280px;
    border: 0;
    box-shadow: 0 0 45px rgb(0 0 0 / 15%);
    padding: 8px 20px;
}
.dropdown-menu li a {
    padding: 10px 12px;
}
.scrolled {
    box-shadow: 0 0 20px #0b0b0b42;
    background: #fff;
    margin: 0!important;z-index: 2;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #eee;
   
}
.dropdown-menu li {

    padding: 5px 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}
.dropdown-item:focus, .dropdown-item a:hover, .nav-item a:hover, li a:hover {
    color: #ffffff;
    background-color: #0c359e;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff!important;
}

.second-level .nav-item.dropdown a:hover:before {
  right: 4px;
    opacity: 1;    
     
}
.second-level .nav-item.dropdown a:before {
    content: "\f135";
    color: #fff;
    font-family: bootstrap-icons;
    font-weight: 400;
    font-size: 23px;
    position: absolute;
    right: 6px;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.61,1,.88,1);
    transition: all .3s cubic-bezier(.61,1,.88,1);top: 10px;
}
.second-level .dropdown-menu {
    width: 240px;
   
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
    content: "\f078";
    font: normal normal normal 13px/1 FontAwesome;
    border: 0;
    position: relative;
    top: 3px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
   
}

.second-level .dropdown-toggle::after {
    display: none!important;
   
}
/*for hover on click*/
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
 
}
@media screen and (max-width: 768px) {

 /*li:hover > .dropdown-menu.show {
   opacity: 0!important;
    position: absolute;
    z-index: 0;
    display: none;
}
li:hover > .dropdown-menu {
    opacity: 1!important;
    position: relative!important;
    top: 0!important;
}*/
.dropdown-menu li:not(:last-child) {
   
    padding: 0px 0;
}
}

@media only screen and (max-width: 1024px){
p {
    color: #8a8c91;
    line-height: 24px;
    font-size: 15px;
}
.btn.btn-link {
    padding: 7px 20px;
    box-shadow: none;
    font-size: 12px;
}
h1 {
    font-size: 30px;
}

}
/*----------------------------------------------homeslider------------------------------------------------------*/
.homeslider {
   
 float: left;
    width: 100%;
}
.sliderbkg {
    width: 100%;height: 800px;
}
.homeslider .carousel-caption h1 {
    color: #111;
    font-size: 50px;margin-bottom: 15px;
}

.homeslider .carousel-caption {
   bottom: 7rem;
   right: 5%;
    left: 5%; 
   
}
.blockbtn span {
    color: #111;
    position: relative;
    top: 11px;
    font-weight: 700;
}

.slideruser {
    color: #111;
    margin: 20px;
    position: relative;
    top: 11px;
}

.homeslider .carousel-indicators {
   display: none;
}
@media only screen and (max-width: 1024px){

.homeslider .carousel-caption h1 {
    font-size: 36px;
   
}
.homeslider .carousel-caption {
    bottom: 8rem;
   
}
.blockbtn span {
     display: none;
}
.sliderbkg {
    width: 100%;
    height: 600px;
}
}
@media only screen and (max-width: 768px){
.homeslider .carousel-caption h1 {
    margin-bottom: 10px;
    font-size: 24px;
}
}
/*----------------------------------------------features-section------------------------------------------------------*/

.features-section {
    float: left;
    width: 100%;
}
.features-start {
    background: #0c359e;
    padding: 40px;
    border-radius: 25px;
    margin-top: -204px;
    z-index: 1;
    position: relative;
    color: #fff;box-shadow: 8px 8px #0c359e8c;
}
.featureimg {
    float: left;
    margin-right: 25px;
}

.features-start .row {
  text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.features-start h3 {
   font-size: 20px;
    width: 58%;
    float: left;
    text-align: left;
    font-family: 'Poppins';
    line-height: 30px;
    font-weight: 400;
    position: relative;
    top: 8px;
}
.features-start img {
   width: 80%;
    margin-top: -8px;
}
@media only screen and (max-width: 1024px){
.features-start h3 {
    font-size: 18px;
    width: 44%;
    line-height: 30px;
    top: 0px;
}
.features-start img {
    width: 65%;
    margin-top: -8px;
}
.features-start {
    margin-top: -165px;
   
}
}
/*----------------------------------------------homeabout------------------------------------------------------*/

.homeabout {
    float: left;
    width: 100%;
    padding: 40px 40px 100px;
}
.commontext  h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #888;
}
.commontext h2 {
  font-size: 32px;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: capitalize;
}

.page-cta {
    float: left;width: 100%;
    background: #0c359e;
    padding: 45px 50px;
    border-radius: 25px;
    margin-top: 40px;
    z-index: 1;
    position: relative;
    color: #fff;
    box-shadow: 8px 8px #0c359e8c;
}
.page-cta h4 {
    text-transform: capitalize;
    float: left;
    text-align: left;
    font-size: 32px;
    width: 92%;
    line-height: 40px;
}
.page-cta a {
    color: #ffffff;
    text-decoration: underline;
}
.feature-box-icon i {
    font-size: 29px;
}
.feature-box-icon {
    float: left;
    background: #4d73d3;
    padding: 20px 25px;
    margin-right: 20px;
    border-radius: 50%;
}
.feature-box-content {
    display: grid;
    line-height: 2;
}
.feature-box-content span {
   font-size: 18px;
}
.feature-box-content h6 {
   font-size: 30px;
}

.ctaimg {
        float: left;
    width: 28%!important;
    margin-right: 0!important;
    border-radius: 0!important;
    margin-top: -55px;
    position: relative;
    top: 35px;

}
@media only screen and (max-width: 1024px){
.homeabout {
   
    padding: 30px 50px 60px;
}
.commontext h2 {
    font-size: 26px;
    line-height: 36px;
    
}

}
@media only screen and (max-width: 768px){
.commontext h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0!important;
}}


/*----------------------------------------------homeabout------------------------------------------------------*/




/*----------------------------------------------homecourse------------------------------------------------------*/

.homecourse {
    float: left;
    width: 100%;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
   padding: 70px 40px 40px;
}
.homecourse h2 {
    width: 76%;
    margin: auto;
}
.homecourse .card img {
   margin: 20px auto 0;
   min-height: 130px;
}
.homecourse .card {
   border-radius: 25px;padding-bottom: 30px; border: 3px solid #fff!important;height: 430px;
}
.homecourse .card:hover {
    border: 3px solid #0c359e!important;
}

.homecourse .card-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
}

@media only screen and (max-width: 1024px){
.homecourse .card img {
   width: 140px;
    height: 120px;
}
}
/*----------------------------------------------homecourse------------------------------------------------------*/
.hometesti {
    float: left;
    width: 100%;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
    padding: 65px 40px 80px;
}
.hometesti .carousel-indicators {
    display: none;
}
.testi-user {
    float: left;
    margin-right: 20px;
}
.hometesti .carousel-control-next, .carousel-control-prev {
   display: none;
}

.testi-user img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #bcb9b952;
    -webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
    box-shadow: 0 0 40px rgb(0 0 0 / 0%);
    padding: 3px;
}
.quote {
    background: #2ad982;
    padding: 16px 12px;
    border-radius: 50%;
}
.quote img {
    width: 55px;
}

.quote .fa {
   color: #fff;
}
.hometesti .card {
    border-radius: 30px;
    padding: 20px;box-shadow: 0 0 20px #0000001a;
}
.hometesti .testi-name h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 12px;
}
.hometesti .star .fa {
    color: #ebc14d;
    font-size: 20px;
    margin-top: 7px;
}

/*----------------------------------------------homecta------------------------------------------------------*/
.homecta {
    float: left;
    width: 100%;
    padding: 70px 40px;
}
.homecta  .ctaright img {
  
   position: relative;
    width: 105%;
    margin-top: -128px;
}


.homecta .row {
  background: #fff;
    box-shadow: 0 0 20px #0000001a;
    border-radius: 25px;
    padding: 35px;
    height: 335px;
}
.ctaleft {
  color: #ddd;
    background: #0c359e;
    padding: 30px 30px 30px;
    text-align: center;
    border-radius: 20px;
    margin-top: -3px;
    height: 260px;
    width: 23%;
}
.cta-title {
    font-size: 22px;
   padding: 0 20px;
    line-height: 38px;
}
.ctaleft img {
    margin-top: -20px;
}

.homecta h5 {
    font-size: 17px;
    text-transform: capitalize;
    padding: 0 36px 0 20px;
    line-height: 30px;
    color: #8a8c91;
    font-weight: 400;
}
.homecta .blockbtn {
    margin-left: 20px;
    margin-top: 13px;
}
.ctaleft h4 {
    font-size: 21px;
    margin: 0;
}
@media only screen and (max-width: 768px){
.homecta .row {
    height: auto;
}
}
/*----------------------------------------------service-benefits------------------------------------------------------*/
.service-benefits {
    float: left;
    width: 100%;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
   padding: 70px 40px 40px;
}
.service-benefits h2 {
    width: 76%;
    margin: auto;
}
.service-benefits .card img {
   margin: 0px auto 0;
    width: 100px;
    
   }
.service-benefits .card .img-wrapper {
  background: #0c359e;
    border-radius: 50%;
    width: 30%;
    margin: 30px auto 10px;
    padding: 20px;

}
.service-benefits .card {
   border-radius: 25px;padding-bottom: 20px;
}
.service-benefits .card-title {
   margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
}

@media only screen and (max-width: 1024px){
.service-benefits .card img {
   width: 140px;
    height: 120px;
}
}
 /*-------------------------------------homepost----------------------------*/
.homepost {
    float: left;
    width: 100%;
    background: url(../userassets/bkg.jpg);
    background-size: cover;
    padding: 70px 40px 40px;
}

.homepost .authorlogo img {
    width: 45px!important;
    border: 3px solid #e3e3e3e8;
    height: 45px!important;float: left;
}
.authorlogo {
    width: 50%;
}
.homepost .category {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    color: #0fb764;
}
.homepost .card-title {
     min-height: 70px;
}
.authorlogo h5 {
    color: #444;
    font-size: 15px;
    position: relative;
    top: 5px;
}
.authorlogo span {
    color: #999;
    font-size: 13px;
    
}
.homepost a {
    text-decoration: none;
    color: #111;
    line-height: 27px;
    font-size: 19px;
}

.homepost .card img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 300px;margin-right: 10px;
}
.homepost .card {
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
}
.homepost .btn.btn-default {
    background: var(--tmb-accent);
    color: #fff;
    border-radius: 30px;
    padding: 4px 16px !important;
    box-shadow: none;
    font-size: 14px !important;
    font-weight: 500;
}
.homepost  .card-footer {
    background: #fff;
    border-radius: 0 0 20px 20px; padding: 1rem 1.5rem 1rem;
}

.homepost .btn.btn-default i {
    padding: 3px 5px!important;
    font-size: 11px!important;
    
}
.homepost .card-body {
    flex: 1 1 auto;
    padding: 1.5rem 1.5rem 1.5rem;
}
.post-link{
    margin-top: 9px;}
.post-link a {
    background-color: #0c359e;
    border-color: #0c359e;
    padding: 8px 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 6px 0 0;
    border-radius: 5px;
    text-decoration: none;
     transition: opacity .65s,transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
}


/*----------------------------------------------cate-bubbles------------------------------------------------------*/

.cate-bubbles {
 float: left;
    width: 100%;
   padding: 15px 0 20px;
    text-align: center;
    margin: auto;
}

.cate-bubbles ul {
  padding: 0;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cate-bubbles li {
   list-style: none;
   margin: 0 10px;
   float: left;
}

.cate-bubbles li a {
    list-style: none;
    background: #0c359e;
    border-radius: 30px;
    text-decoration: none;
    padding: 4px 20px;
    border: 2px solid #0c359e;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.cate-bubbles li a :hover {
    color: #c5f957;
    background: #333;
   
}

/*-------------------------.accordion-item--------------------*/
.accordion-item {
    background-color: transparent;
    border: 0px solid rgba(0,0,0,.125);
}
.accordion-body {
  text-align: left;
    color: #777;
    font-weight: 400;
    line-height: 30px;
    padding: 0 25px 50px 0;
    border-bottom: 1px solid #ddd;
}
.accordion-button {
   font-family: "Inter", serif;
    background-color: transparent;
    padding: 1rem 0.25rem;
    font-size: 18px;
    color: #333!important;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
  
    background-color: transparent;
    box-shadow: none;
}
/*===========================================singleblog=======================================*/

.singleblog {
  float: left;
    width: 100%;
    padding: 50px 0 60px;
  background-attachment: fixed!important;
    background-size: cover!important;
    background: url(../userassets/bkg.jpg);
}
.singleblog  .card {    
  background: transparent;
   
}
.blog-block {
    background: #fff;
    padding: 35px 50px;
    border-radius: 20px;
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}


.post-bar {
    display: flex;
    position: relative;
}
.singleblog .card h3 {
 font-size: 16px;
    font-weight: 500;
    border-bottom: 0px solid #ddd;
    color: #fff;
    padding-bottom: 12px;
    background: #5F3C66;
    padding: 12px 15px 12px;
    border-radius: 12px;
    border: 0;
}

.breadcrums {
    color: #999;
    margin-bottom: 10px;
}
.rating-post {
    margin-left: 10px;
    color: #777;
}
.author-block {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
   
    display: flex;
}

.author-block p {
  line-height: 17px!important;
    font-size: 13px;
    font-weight: 300;
    color: #888;
}
.author-des {
    padding: 0;
}
.author-block .social-media a {
    color: #222;
    font-size: 20px;
}
.author-block img {
    width: 50px;
    height: 50px;
}
.author-block .img-wrapper {
    margin-right: 10px;
}
.author-bio{
    color: #888;
}
.author-bio li:not(:last-child) {
    border-right: 0px solid #ddd;
}
.author-bio li {
    line-height: normal;
    font-size: 15px;
    float: left;
    list-style: none;
    font-family: "Roboto";
    color: #999;
    display: contents;
}
.author-bio h2 {
    margin-left: 8px;
}

.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 8px 0 0;
}
.flagreview {
    color: #333;
    font-weight: 500;
    text-decoration: underline;
}
.flagreview:hover {
    color: #5F3C66;
}
.title-bar {
   display: flex;
    font-size: 14px;
}

.rating .bi.bi-flag {
    margin-right: 3px;
    position: relative;
    color: #222;
    font-size: 14px;
}
.rating .bi.bi-flag:hover {
  color: #5F3C66!important;
}

.singleblog .container {
    margin: 0 auto 30px;
    max-width: 75%;
   
}

.author-comment {
    background: transparent!important;
    box-shadow: none!important;padding: 0;
}
.singleblog .card-body {
  flex: 1 1 auto;
    padding: 0rem 0rem;
    line-height: 35px;
    font-size: 16px;
    font-family: roboto;
    
}
.singleblog .single-blog-img img {
  width: 100%;
    margin: 0px 0 30px;
    border-radius: 20px;
    height: 600px;
    width: 100%;
}
.singleblog  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0px 0 14px;
}
.singleblog .card-title a {
  font-size: 36px;
    line-height: 50px;
    color: #222;
    text-decoration: none;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0;
  
}
.singleblog .card-title a:hover {
   color: #2ad982;
  box-shadow: none;
}
/*.singleblog p, .singleblog li {
  font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 30px;
    margin: 0 0 15px;
}*/
.singleblog .text-link {
    color: #222;
    font-weight: 700;
}
.blog-info span {
    font-size: 15px;margin: 0px 3px;
}
.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.conent-Text img {
       margin-bottom: 20px;
    border-radius: 20px;
    height: 450px;
    margin-top: 15px;
}
.social-note a {
    color: #222;
    font-weight: 600;
}

.blockquote {
    font-size: 1.25rem;
    width: 90%;
    margin: auto;
}

blockquote {
 float: left;
    background: #f0f4ff;
    padding: 20px 40px 30px;
    width: 100%;
    margin: 10px auto 30px;
    text-align: center;
    color: #363636;
    border-radius: 10px;
    box-shadow: 0 0 20px #11111100;
}
blockquote p {
  font-size: 18px!important;
    text-align: left!important;
    line-height: 30px;
    margin: 0!important;color: #222!important;
}
blockquote .icon-box {
    position: absolute;
    left: -6px;
    margin-top: -32px;
}
blockquote .icon {
    background-color: #1c3194;
    border-radius: 25px 25px 25px 25px;
    box-shadow:0px 5px 25px -10px #07070747;
    margin: 0px 10px 0px 0px;
    padding: 20px 20px 20px 20px;
    height: 70px;
    width: 70px;
    color: #fff;
}
.blockquote>:last-child {
    margin-bottom: 25px;
}
iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blog-info a {
  text-decoration: none;
    color: #999;
    font-weight: 400;
    font-size: 15px;
}

.bottom-block {
    flex: 1 1 auto;
   padding: 0rem 0rem 0rem;
   margin: 10px 0 10px;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bottom-block .card-body {
    padding: 1.5rem 1.5rem;
}
.bottom-block .card img {
    border-radius: 20px 20px 0 0; height: 180px;
}

.bottom-block .optinform {
    padding: 20px!important;
}

.singleph {
    float: left;
    width: 48%;
   
}

.comment-area h5 {
    font-size: 15px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    margin: 0;
}

.bottom-block .card {
   box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 15px;
    display: inline-block;
   border: 3px solid #5F3C66!important;
}
.bottom-block .btn.btn-default {
font-size: 14px;
    padding: 3px 20px;
}
.btn.btn-default i {
   font-size: 17px;
    left: 2px;
}
.card-img.singleph img {
    border-radius: 18px 0 0 18px;
    height: 294px;
   width: 527px;
}
.singleblog .card-title {
   font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0rem;
  
}
.singleblog h2 {
  line-height: 22px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 19px;
    margin: 0px 0 0px;
    font-family: roboto;
    color: #222;position: relative;
    top: 4px;
}

.singleblog .bottom-block .card-body {
    padding: 1.2rem 1.5rem 1.7rem;
}
.singleblog .singleph .card-title {
   font-size: 21px!important;
    line-height: 26px;
    font-weight: 700;
    min-height: 0!important;
    margin-bottom: 10px;
    text-align: left;
}
::selection {
    background-color: #c9a3cf36;
}
#myBtn {
  display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    color: #111;
    cursor: pointer;
    line-height: 1.6;
    background: transparent;
    font-weight: 700;
}
   

#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}


/*----------------------------------------------ask-question------------------------------------------------------*/

.ask-question {
    padding: 50px 20px;
    float: left;
    width: 100%;
}

.row-start {
    background: #f0f4ff;
    padding:60px;
    border-radius: 25px;margin-top: 70px;
}

/*----------------------------------------------footer------------------------------------------------------*/

.footer-start {
    float: left;
    width: 100%;
    background: url(../userassets/sliderbkg.jpg);
    background-size: cover;padding: 50px;
}
.bottomfooter {
    float: left;
    width: 100%;
    background: #0c359e;padding:8px 0px; color:#ddd;
}
.bottomfooter p {
    margin: 0;font-size: 15px;
    color:#ddd;
}
.bottomfooter a {
   font-size: 15px;
    color:#ddd;text-decoration: none;
}
.footer-start h6{
  margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}
.footer-start h6:before {
    background-color: #ed4a43;
}
.footer-start h6:before {
    content: '';
    position: relative;
    top: 34px;
    left: 0;
    height: 3px;
    width: 30px;
    background-color: #0c359e;
    display: block;
}

.first-column {
    background: #0c359e;
    padding: 30px 30px 30px;
    text-align: center;
    border-radius: 20px;
    margin-right: 40px!important;
    margin-top: -120px;height: 315px;
}
.first-column p {
    color: #ddd;
    line-height: 28px;font-size: 14px;
}
.second-column h4 {
    font-size: 17px;
    margin: 0;
}
.footer-start .row {
  
    width: 100%;
}
.footer-start .col-lg-4 {
    flex: 0 0 auto;
    width: 23%;
}
.footer-icon i {
  
    margin-right: 10px;
}
.footerlogo {
    margin-bottom: 12px;
}

.socialicon {
    text-align: center;
    display: block;
    margin: auto;
}
.socialicon a {
    text-decoration: none;
   margin: 10px;
}
.socialicon img {
    width: 25px;
    text-align: center;margin: 0px 5px;
}
.call-icon {
    margin-right: 20px;margin-top: -10px;
}
.inquiry-block {
   float: left;
    margin-bottom: 30px;
    margin-left: 332px;
    width: 68%;
}
.inquiry-block h3 {
    font-size: 24px;
    font-weight: 700;
}
.inquiry-block h4 {
    font-size: 20px;
    font-weight: 600;
}
.call-info {
    border-bottom: 2px solid #eee;
    width: 100%;padding-bottom: 10px;
}
.footer-start p {
    font-size: 16px;
    line-height: 28px;
}
.footer-start li a {
    color: #111;
    font-weight: 500;
    text-decoration: none;
}


.footer-start li a:hover {
    color: #0c359e;
   background: transparent;
}
.footer-start li  {
   list-style: none;
}
.footer-start ul  {
  padding: 0;
}
@media only screen and (max-width: 1024px){
.footer-start .col-lg-4 {
    
    width: 32%;
}
}
@media only screen and (max-width: 768px){
.inquiry-block {
    width: auto;
}
.footer-start .col-lg-4 {
    width: 45%;
}
}

@media screen and (min-width: 1500px) and (max-width: 4000px){

.homeslider .carousel-caption {
    bottom: 7rem;
    right: 12%;
    left: 15%;
}
.sliderbkg {
height: 850px;
}
.singleblog .container {
    margin: 0 auto 30px;
    max-width: 60%;
}
}



/*-------------------------------loginpage-----------------------------*/

.userlogin {
   float: left;
    width: 100%;
   background-size: cover!important;
  
   
   }

.login {
    width: 47%;
    margin: 60px auto;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 60px 0px rgb(52 52 60 / 24%);
    margin-left: auto;
    min-height: 400px;
   padding: 40px 60px 30px;
    position: relative;
    z-index: 100000;
}

.login-wrapper {
    padding: 40px 0px 120px 120px;
    width: 95%;
    height: auto;
}
.userlogin::after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    right: -15%;
    width: 50%;
    z-index: 0;
    clip-path: circle(70% at 80% 50%);
    background-color: var(--bg-color);
    background-image: url(../userassets/bg.png);
}


.loginstart {

    border-radius: 0px;
   padding: 0 0px 0px 0px;
   
 
}
.loginstart form {
    margin: 25px 0 15px;
}

.loginstart img {
  border-radius: 0;
    margin: 0px;
    width: 30%;
    position: fixed;
    top: 0px;
    left: 0;
    height: 800px;
}
.loginlogo img {
    position: static!important;
    height: auto!important;width: 50%;
}
.loginlogo img {
    margin-bottom: 15px;
}
.loginstart h3 {
   font-family: "Roboto", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 10px;
}
 
.loginstart h2 {
    font-family: "Roboto", sans-serif;
    font-size: 2rem;
    margin: 20px 0 0;
   font-weight: 700;
}

.login-form h6 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
   line-height: 1.8;
}
.agree {
    font-size: 13px;
    color: #666;
}
.login-text {
    color: #fff;
    width: 75%;position: absolute;
    top: 70px;
}
.login-text p {
    width: 30%;
}
.login-form input[type="checkbox"] {
   position: relative;
    top: 2px;
    margin-right: 3px;
}
.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}
.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.loginstart .bi {
    font-size: 50px;
    color: #6ec969;
}

.loginuser{
    width: 100%;
    margin: auto;
}


.loginbtn .btn.btn-default {
    background-color: var(--tmb-primary);
    border-color: var(--tmb-primary);
    padding: 12px 45px;
    color: #fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
    transition: background-color 0.2s, border-color 0.2s;
}
.loginbtn .btn.btn-default:hover {
    background-color: var(--tmb-primary-hover);
    border-color: var(--tmb-primary-hover);
    padding: 12px 45px;
    color: #fff;
    box-shadow: none;
}
.loginbtn .fa.fa-arrow-right {
    background: #002A4C;
    padding: 10px;
    border-radius: 50%;
    position: relative;
    left: 0px;
    transform: translate3d(5px, 0, 0);
}
.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
  text-align: center;
    text-decoration: none;
    color: #777;
    font-weight: 400;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}
.bottombtn {
    text-align: center;
}
.bottombtn .btn img {
    width: 23px;
    margin-right: 4px;
}
.bottombtn .btn {
    font-size: 13px;
    padding: 10px 6px;
    border: 1px solid #ddd;
    color: #666;
    margin: 0px 2px;
    background-color: transparent;
}
.account {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.account a {
    font-size: 15px;
  text-align: center;
    text-decoration: none;
    color: #777;
    font-weight: 400;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}
/*error*/
.error-page {
    padding: 60px 0;
}
.errorimg img {
  position: static!important;
    height: 100px!important;
    width: 100px!important;
}
.errorimg {
    margin:40px 0 0;
    text-align: center;
}
.error-page h2 {
text-align: center!important;
}
.form-control, .form-select {
    font-size: 13px;
    border-color: #f3f6f9;
    color: #444;
    border-bottom: 2px solid #ebebeb;
    box-shadow: none;
    transition: all .2s linear;
    padding: 5px 5px;
    font-weight: normal;
    font-family: roboto;
    border-right: 0px solid #222;
    border-left: 0px solid #222;
    border-top: 0px solid #222;
    background: #f7f7f7;
    background-color: #fafafa;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}
.form-floating>label, .form-select {
    font-size: 14px;
    color: #777;
    font-weight: 400;padding:17px 10px;
}
.form-check-input:checked {
    background-color: #4c4df5!important;
    border-color: #4c4df5!important;
}
.rememberme span {
    font-size: 14px;
    color: #777;
}
input#remember_me {
    position: relative;
    top: 2px;
}
.agree a{
font-size: 14px;font-weight: 500;
text-decoration: none;  color: #111;
}
.mandatory {
    color: #999;
    line-height: 32px;
    font-size: 14px;
}


/*error*/
@media only screen and (max-width: 1024px) {
.logining {
    display: none!important;
}
.login {
  width: 70%;
}

}
@media only screen and (max-width: 768px) {
.userlogin::after {
    display: none;
}
.userlogin {
     background-size: cover!important;
    background-position: center!important;
}
.login {
  width: 90%;
  margin: 20px auto;
}
}
@media only screen and (max-width: 480px) {
.login-wrapper {
    padding: 0px 0px 40px 0px;
    width: 100%;
    height: auto;
}
.login {
    width: 85%;
    margin: 40px auto;
    padding: 40px 40px 45px;
}
.login-wrapper .container {
    padding-top: 0px;
    margin: auto;
}
}

/*-------------------------------loginstart-----------------------------*/

/*==================================alert=======================================*/

.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 0px;
}
.alert-danger {
    color: #ff2828;
    background-color: #fee;
    border-color: #fdd8d8;
    padding: 4px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
}

.form-top.alert.alert-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.alert-danger li {
    list-style: none;
}
.alert.alert-danger ul {
    margin: 0;
}
/*==================================alert=======================================*/

.about-page {
    min-height: 400px;
    float: left;
    width: 100%;
    padding: 60px 20px;
}
.header-content {
    margin-top: 150px;
    color: #fff;
}
.header-content  h2 {
  font-size: 25px;
    font-weight: 500;
}
.common-header{
    float: left;width: 100%;
    background: url(../userassets/headerblock.jpg);
    background-size: cover;height: 280px;
}
.about-page img {
    float: left;
    width: 49%;
    margin-right: 50px;
    margin-bottom: 15px;
    border-radius: 15px;
}
.commontext {
    margin: 10px 0;
    line-height: 40px;
   
}
.commontext h4 {
  font-size: 18px;
  font-weight: normal;
    color: #666;
 
   }
.commontext h1 {
    color: #222;
     text-transform: capitalize;
    line-height: 44px;
  }
.commontext h3 {
    font-size: 24px;
 font-weight: 700;
    margin-bottom: 15px;
}

.commontext li {
   text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    line-height: 39px;
    list-style: none;
    background: url(../userassets/bulletgreen.png) no-repeat;
    background-position: left 0px top 0.6vw;
    display: flex;
   line-height: 2.5;
    background-size: 18px;
    
}
.about-page .btn.btn-default {
   font-size: 18px;
    padding: 9px 30px;
    background: #002A4C;
    color: #fff;
    border-radius: 6px;
    line-height: 2;
    font-family: "Plus Jakarta Sans", sans-serif;
    border: 2px solid #002A4C;
}
.about-page .btn.btn-default:hover {
  background: #BFA55D; border: 2px solid #BFA55D;
}


.commontext ul {
    padding: 0;

}
