
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


 body {
  background: #fff;
/*  font-family: "Inter", serif; */ 
font-family: "Jost", sans-serif;
overflow-x:hidden;

}

h1, h2 {
 font-family: "Jost", sans-serif;

}
.navbar {
     background: #fff!important;
    padding: 15px 50px;
    z-index: 2;
    width: 100%;
    }

.navbar {
    background-color:transparent!important;
} 
.navbar-dark .navbar-brand {
    padding: 0;
    width: 16%;
}

.navbar-brand img {
    width: 100%;
 
}
 .navbar-brand {
      color: #F1E9DA;
     font-weight: bold;
    }

 .navbar {
   
    z-index: 9;
}

.navbar-dark .navbar-nav .nav-link {
   color: #fff!important;
    font-weight: 600;
    margin: 0 20px;
    font-size: 16px;
    padding: 0;
}

.nav-item {
    padding-left: 0px;
}
.header-button {
   border: 1px solid #e3e3e3;
    padding: 9px 20px;
    margin-left: 23px;
    border-radius: 30px;
}
.header-button:hover {
    background: #005153;
    border: 1px solid #c8c8c8;
}
.header-button i {
    margin-right: 3px;
}

.widget-text i {
    background: #b98e44;
    padding: 7px 9px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
}

.header-icon a {
    color: #fff;
    text-decoration: none;
}
.header-icon {
    display: flex;
    margin-left: 50px;
}

.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:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.dropdown-menu li {
    padding: 5px 0;
}
.dropdown-menu li a {
    padding: 8px 12px;
    color: #111;
    font-weight: 400;
    width: 100%;
    display: block;
    font-size: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #005153;
    border-radius: 4px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0.255em;
   content: "\f282";
    font-family: 'bootstrap-icons';
    border: 0;
    position: relative;
    top: 3px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;font-size: 13px;
}
.fixed-top.scrolled {
    background: #1a1a1a!important;
}
@media only screen and (max-width: 1024px) {

   .navbar-dark .navbar-brand {
    padding: 0;
    width: 20%;
} 
}
@media only screen and (max-width: 768px) {
.navbar {
    background-color: #1c1c1c!important;
}
.navbar-dark .navbar-toggler {
    color: #fff;
    border-color: transparent;

}
.navbar-brand img {
    width: 100%;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
    border-color: transparent;
    font-size: 24px
   
}
.navbar-dark .navbar-nav .nav-link {
   font-weight: 400;
   font-size: 15px;
    
}
.dropdown-menu .nav-item {
    padding: 5px 0;
}
.nav-item {
    padding: 10px;
}
.navbar-nav {
    margin: 10px 0 0;
}
.navbar-dark .navbar-toggler-icon {
    background-image:none;
  
}
.navbar-dark .navbar-toggler-icon:before {
    content: "\f3c7";
    font-family: bootstrap-icons;
    font-size: 37px;
}
.mobile-logo {
    display: block;
}
.des-logo {
    display: none;
}


}

@media only screen and (max-width: 480px) {
.navbar-brand img {
    width: 100%!important;
}
.navbar-dark .navbar-brand {
    padding: 0;
    width: 35%!important;
}
.navbar {
    padding: 8px 10px!important;
}
.nav-item {
    padding-left: 15px;
    line-height: 2.2;
}
.navbar-nav {
    margin: 10px 0;
}
}
/*----------------------------------------homeslider------------------------------------*/




.carousel-caption {
   bottom: 12rem
  
   
}
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 27rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}



.homeslider {
    margin-top: -95px;    
}
.homeslider img{
    height: 1030px;
    width: 100%;
}

.homeslider h2 {
    font-size: 53px;text-transform: capitalize;
}

.homeslider p {
  font-size: 20px;
    text-shadow: none;
    margin: 5px 0 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0;
    width: 74%;
}
.homeslider .carousel-control-next, .carousel-control-prev, .homeslider .carousel-indicators {
  display: none;
}


.form-control {
    padding: 1rem 0.75rem;
     line-height: 2.5;
    border-color: #f3f6f9;
    color: #444;
    border: 2px solid #ebebeb;
    box-shadow: none;
    border-radius: 0.25em;
    background: transparent;
    transition: all .2s linear;
    height: 55px;
}
::placeholder {
    color: #444!important;
    font-size: 15px;
    font-family: inter;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}


.contact-form  form {
    background: #fff;
    padding: 40px 40px;
    border-radius: 30px;
}


.contact-form  h3 {
   color: #222;
    font-weight: 700;
    font-size: 30px;
}
.contact-form h6 {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", serif;
}

.contact-form  {
  color: #444;
    font-weight: 500;
    font-size: 15px;width: 40%;
    margin-left: 91px;
     margin-top: -703px;
    z-index: 1;
    position: relative;
}
.btn.btn-default {
   background: #005153;
    padding: 11px 30px;
    color: #fff;
    border-radius: 5px
}
 .btn.btn-default:hover {
   color: #fff;
    background:#b98e44;
    text-shadow: none;
}
.blockbtn {
    margin: 20px 0 0;
}
.mobile-logo {
    display: none;
}
.homeslider .blockbtn {
    margin: 20px 0 0;
    text-align: center;display: none;
}
@media only screen and (max-width: 1024px) {
.homeslider h2 {
    font-size: 40px;
    
}
.header-icon {
    display: none;
    margin-left: 45px;
}
.homeslider h1 {
    font-size: 70px;
    line-height: 70px;
}
.contact-form form {
   padding: 35px 40px;
    border-radius: 30px;
}
.homeslider h2, .homeslider h2 b {
    font-size: 47px;
  
}
.homeslider img {
    height: auto;
    width: 100%;
}
.carousel-caption {
  bottom: 21%;
    left: 7%;
}
.slider-image {
  width: 430px;
    position: relative;
    left: 70px;
    top: 40px;
}
.homeslider h2 img {
    left: 294px;
    top: 40px;
    width: 9%;
}
.homeslider p {
    font-size: 16px;
     line-height: 32px;
}
.blockbtn .btn.btn-default {
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 16px;
    
}
.contact-form {
    width: 50%;
    margin-left: 0;
    margin-top: 46px;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;
    margin: auto;
}
section.form {
    float: left;
    width: 100%;
    padding: 50px 20px;
}
}
@media only screen and (max-width: 768px) {
 
.homeslider h2, .homeslider h2 b {
 font-size: 40px;
    margin: 0 0 10px;
    text-align: center;
}
.homeslider {
    margin-top: 0px;
}

.contact-form {
    width: 70%;
}

.carousel-caption {
    bottom: 50%;
    left: 10%;
}

.homeslider p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    margin: 0 0 22px;
    text-align: center;
}


.homeslider .carousel-indicators {
    display: none;
}

.homeslider .blockbtn {
    margin: 20px 0 0;
    text-align: center;display: block;
}
}

@media only screen and (max-width: 480px) {

.homeslider h2, .homeslider h2 b {
   font-size: 26px;
    line-height: 32px;
}
.carousel-caption {
    bottom: 8%;
    left: 10%;
}
.homeslider img {
    width: 100%;
    height: 290px;
}
.homeslider {
    height: 290px;
    margin-top: 45px;
    padding: 0 0px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.bi.bi-arrow-up-right {
   font-size: 15px;
}

.homeslider h2 b {
     margin-left: -3px;
}
.blockbtn .btn.btn-default {
    padding: 11px 24px;
    font-size: 15px;
} 
 .homeslider p {
    font-size: 15px;
    line-height: 25px;
   
} 
section.form {
    float: left;
    width: 100%;
    background: #f8f7f5;padding: 35px 20px 0px;
}
.contact-form {
    width: 91%;
    background: #fff;
}
.contact-form h3 {
     font-size: 23px;
    margin: 0 0 3px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  
    display: none;
}
}


/*----------------------------------------homeslider------------------------------------*/

/*----------------------------------------homeabout------------------------------------*/
section.maincate {
    display: none;
}

.homeabout {
   background: url(../userassets/aboutbkg.jpg);
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 100% 90%!important;
    padding: 80px 20px 160px;
}

.widget-icon {
    float: left;
}
.widget-block img {
    width: 50px;
    margin-right: 20px;
}
.widget-block h3 {
    font-size: 24px;
    font-weight: 600;text-transform: capitalize;
}
.widget-block {
    margin-bottom: 5px;
    float: left;
}

.homeabout .commontext {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {

.widget-des {
    width: 100%;
}
}
@media only screen and (max-width: 768px) {
.widget-des {
    width: 100%;
}
.homeabout {
  background-position: bottom!important;
    padding: 30px 30px 160px
}
.widget-block {
    width: 70%;
}
.widget-block p {
    line-height: 27px;
}
}
@media only screen and (max-width: 480px) {
.widget-block {
    width: 95%;
}
.widget-block img {
    width: 45px;
    margin-right: 10px;
}
.widget-block h3 {
   margin: 0 0 3px;
}
.widget-block p {
    line-height: 27px;
    display: flex;
}
.homeabout {
    background-position: bottom!important;
    padding: 60px 30px 58px;
    background: #f5f4f3;
}
}
/*----------------------------------------services-section------------------------------------*/
.services-section {
   background: url(../userassets/bkg.jpg);
    float: left;
    width: 100%;
    background-size: cover;
    padding: 80px 20px 100px;
}

.services-section .card {
   background: transparent;
    border-radius: 15px  15px;
}
.services-section img {
   
    border-radius:  15px 15px;
}
.services-section .card-body {
    flex: 1 1 auto;
    padding: 25px 40px 30px;
    margin: -70px auto 0;
    background: white;
    width: 87%;
    border-radius: 12px;
    height: 250px;
}
.solution-title {
    font-size: 25px;
    font-weight: 600;
}
.services-section p {
   color: #666;
    line-height: 28px;
   font-size: 17px;
    margin-bottom: 5px
}

.services-section .card-des {
    min-height: 165px;
}

.card-bottom i {
   background: #005153;
    padding: 9px 11px;
    border-radius: 50%;
    margin-right: 5px;
    color: #fff;
    font-size: 13px;
    position: relative;
    left: 14px;
    top: 6px;
}
.card-bottom i:hover{
    background: #b98e44;
}
.card-bottom a {
    color: #222;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
}
.commontext h5 {
    color: #b98e44;
    font-weight: 400;
    font-size: 18px;
}
.commontext h1 {
      color: #222;
    font-weight: 600;
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 15px
}
.commontext h1 b {
   color: #222;
    font-weight: 300;
    font-size: 45px;
    text-transform: capitalize;
}

.commontext p {
    margin-top: 0;
    margin-bottom: 13px;
    color: #333;
    font-size: 18px;
    line-height: 26px;
}


@media only screen and (max-width: 1024px) {

.services-section {
    padding: 68px 20px 80px;
}
.solution-title {
    font-size: 21px;
    font-weight: 600;
}
.services-section .card-body {
   padding: 24px 30px 30px;
   
}
.services-section p {
   font-size: 15.5px;
   
}
.commontext h1, .commontext h1 b {
   font-size:34px;
   
}
.commontext p {
   line-height: 30px;
}
}
@media only screen and (max-width: 768px) {
.services-section {
    padding: 50px 30px 64px;
}
.services-section .card-body {
    height: 240px;
}

}
@media only screen and (max-width: 480px) {
.commontext h1, .commontext h1 b {
   font-size: 28px;
    line-height: 36px;
    margin: 0;
}
.services-section .card-body {
    height: auto;
}
.services-section .card-des {
    min-height: 140px;
}
.services-section .bi.bi-arrow-up-right {
    font-size: 11px;
}
}

/*----------------------------------------cta-section------------------------------------*/
.homecta {
    background: url(../userassets/ctabkg.jpg);
    float: left;
    width: 100%;
    padding: 80px 20px;
    background-size: cover;
    background-position: 100% 23%;
}

.homecta h2 {
    font-size: 54px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    text-align: right;
}
.homecta h5 {
  font-size: 20px;
    width: 100%;
    text-align: right;
    padding: 6px 0px 10px 130px;
    line-height: 35px;
    font-weight: 400;
    text-transform: capitalize;color: #fff;
}
.homecta .blockbtn {
    margin: 20px 0 0;
    float: right;
}

.homecta .btn.btn-default {
    background: #b98e44;
}
.homecta .btn.btn-default:hover {
    background: #005153;
}
@media only screen and (max-width: 1024px) {

.homecta h2 {
    font-size: 40px;
   
}
}
@media only screen and (max-width: 768px) {
.homecta h2 {
    font-size: 32px;
    line-height: 45px;
}
.homecta {
    padding: 40px 20px 55px;
}
.homecta p {
    font-size: 17px;
    padding: 6px 0px 10px 0px;
    line-height: 30px;
    
}
.homecta h5 {
    font-size: 18px;
   padding: 6px 0px 10px 0px;
    line-height: 32px;
    
}

}
@media only screen and (max-width: 480px) {
.homecta h2 {
    font-size: 30px;
    line-height: 40px;
}
.homecta p {
    font-size: 16px;
     text-align: left;
}
.homecta {
    padding: 35px 30px 45px;
    background-position: 56% 15%;
}
}
/*----------------------------------------faq-section------------------------------------*/
.faq-section {
    float: left;
    width: 100%;
    background: #fff;
    padding: 80px 20px;
}


/*----------------------------------------faq-section------------------------------------*/
.faq-section {
    padding: 80px 20px;
    background-color: #f8f9fa; /* Light gray background */
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    border-radius: 23px;
    border: 0;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    background: #005153 none repeat scroll 0 0;
    border: 0px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px 15px 50px;
    position: relative;
    transition: all 0.3s ease 0s;    border: 0;
}
.accordion-button {
   position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.2rem 3rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 25px;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #222;
    margin-bottom: 10px;
    font-weight: 600;
}
.accordion-button:not(.collapsed)::after {
   content: "\f077";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: -3px;
    margin-right: 63px;
    left: -14px;
    background: #eb9c32;
    border-radius: 50%;
    color: #fff;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;border: 1px solid #eb9c32;
}
.accordion-button::after {
content: "\f054";
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 4px;
    margin-right: 63px;
    left: -14px;
    background: #005153;
    border-radius: 50%;
    color: #fffdfd;
    height: 52px;
    width: 52px;
    text-align: center;
    line-height: 4;
    border: 1px solid #ddd;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.accordion-item {
    background-color: #fff0;
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 10px;
}
.accordion-button:hover {
    background-color: #0d4744;color: #fff;
}

.accordion-button:focus {
    box-shadow: none; /* Remove focus outline */
}

.accordion-collapse {
    border-top: 0px solid #ddd; /* Border between header and body */
}

.accordion-body {
  color: #444;
    padding: 20px
}
.accordion {
    background: white;
    padding: 40px;
    border-radius: 30px;
    box-shadow: 0 0 20px #00000026;min-height: 400px;
}

.accordion-item:last-of-type .accordion-button{
border-radius: 23px;
}
@media only screen and (max-width: 480px) {
.accordion {
    background: transparent;
    padding: 0 10px;
   box-shadow: none;
}
.faq-section {
    padding: 40px 20px 50px;
   
}
.accordion-button:not(.collapsed) {
    font-size: 16px;
   line-height: 20px;
}
}

 /*-------------------------------------homepost----------------------------*/
.homepost {
    float: left;
    width: 100%;

    background-size: cover;
    padding: 50px 40px 70px;
    background: #fff!important;
    background-position: 100% 58%;
}

.homepost .authorlogo img {
    width: 45px!important;
    border: 3px solid #e3e3e3e8;
    height: 45px!important;float: left;
}



.homepost .category {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    margin: 0;
}
.homepost .card-title {
     min-height: 100px;
}
.homepost h2 {
    font-size: 37px;
    margin-bottom: 15px;
    line-height: 45px;
    text-transform: capitalize;
    color: #111;
}
.homepost li {
    text-align: left;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    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;
    float: left;
    margin-left: 10px;
}
.homepost a {
   text-decoration: none;
    color: #111;
    line-height: 29px;
    font-size: 19px;
    font-weight: 600;
    background-image: linear-gradient(#ffffff00,#ffffff00),linear-gradient(#005153,#005153);
    background-size: 100% 15px,0 3px;
    background-position: 100% 100%,0 78%;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
}

.homepost a:hover {
   color: #333;
    background-size: 0 10px,100% 3px;
    text-decoration: none !important;
    color: inherit !important;
}
.blog-category-grid a:hover {
    color: #ffffff!important;
    background: #26411c;
    border-radius: 30px;padding:3px 14px;
}
.blog-category-grid a {
    color: #000!important;
    text-decoration: none;
    font-size: 19px;padding:3px 14px;
}
.homepost .cate-des {
   position: absolute;
    top: -216px;
    background: #111;
    padding: 4px 10px;
    border-radius: 4px;
    right: 20px;
}
.homepost .card img {
    border-radius: 20px 20px 0 0;
    width: 100%;
    height: 230px;margin-right: 10px;
}
.homepost .card {
    box-shadow: 0 0 20px #ddd;
    border-radius: 20px;transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.homepost .card:hover {
   transform: translateY(-15px);
    box-shadow: 0 20px 40px rgb(0 0 0 / 15%);
}

.homepost  .btn.btn-default {
    background: #c5f957;
    border-radius: 30px;
    padding: 4px 16px!important;
    box-shadow: 3px 4px #444;
    font-size: 14px!important;
    font-weight: 500;
}
.homepost  .card-footer {
    background: #fff;
    border-radius: 0 0 20px 20px; padding: 1rem 1.5rem 1rem;display: none;
}

.homepost .btn.btn-default i {
    padding: 3px 5px!important;
    font-size: 11px!important;
    
}

.homepost .card-body {
    flex: 1 1 auto;
    padding: 1.5rem 2rem 2rem;
}
.post-link{
    margin-top: 9px;float: right;
}
.post-link a {
  color: #fff;
    font-weight: 500;
    margin: 5px 0 0;
    text-decoration: none;
    transition: opacity .65s,transform .85s;
    transition-timing-function: cubic-bezier(.15,.85,.31,1);
    font-size: 14px;
    background: #005153;
    border-radius: 19px;
    padding: 9px 12px;
    border-radius: 30px
}
.post-link a:hover {
   background-color: #b98e44 ;
     color: #fff;
   
   
}
.resource .card-title {
    min-height: 35px!important;
}
.resource h5{
    min-height: 54px!important;
}

@media only screen and (max-width: 1024px){
.homepost .card-title {
    min-height: 120px;
}
.post-link a {
   font-size: 13px;
  padding: 8px 10px;
  
}
}

@media only screen and (max-width: 768px){
.blog-category-grid {
    float: left;
    width: 100%;padding: 0;
}
.blog-category-grid a {
    font-size: 18px;
    padding: 5px 14px 5px 0;
}
.homepost li {
    margin-left: 0;
}
.homepost {
    padding: 40px 40px 40px;
}
}
@media only screen and (max-width: 1024px){

.homepost .card img {
   height: 260px;
  
}
.homepost .cate-des {
   top: -244px;
    
}
.homepost:after, .homeabout:after{
    display: none;
}
.resource .card-title {
    min-height: 64px!important;
}
.homepost {
  padding: 50px 40px 40px;
    
}
.header-content {
    margin-top: 115px;
  
}
}
@media only screen and (max-width: 480px){
.homepost {
   padding: 30px 20px 40px;
  
}
.resource .card-title {
    min-height: auto!important;
}
.blog-category-grid {
    float: left;padding: 0;padding: 7px 0 0;
}
.homepost h2 {
    font-size: 32px;
   text-align: center;
}
.blog-category-grid a {
    font-size: 15px;
    padding: 3px 11px;
    border: 1px solid #222;
    margin-right: 5px;
    border-radius: 30px
}
.homepost li {
    text-align: left;
    font-weight: 600;
    color: #333;
    list-style: none;
    background-position: 0;
    display: block;
    line-height: 2.5;
    float: left;
    margin-left: 0!important;
}
.post-link a {
   font-size: 13px;
    padding: 8px 20px;
   
}
}



/*----------------------------------------footer------------------------------------*/

.bottom-cta {
   float: left;
    width: 100%;
    padding: 20px 20px 15px;
    background: #005153;
    color: #fff;
    text-transform: capitalize;
}
.bottom-cta a {
    color: #fff;
    margin-left: 16px;
    font-weight: 400;text-decoration: none;
}
.bottom-cta a:hover {
    text-decoration: underline;
    color: #b98e44;
}
.footer-logo p {
  color: #222;
    text-align: left;
    width: 85%;
    font-size: 15px;
}
.footer-start {
    padding-bottom: 40px;
}

footer a {
    color: #222;
    font-size: 16px;
    text-decoration: none;
}
.bottom-cta h3 {
    font-size: 30px;
}
.footer-logo img {
    margin-bottom: 20px;
}
footer .navbar {
    padding: 0px 0px;
    z-index: 999;
}
footer .nav-item {
    margin: 0 10px;
    display: inline-block;
}
footer {
  float: left;
    width: 100%;
    padding: 54px 0 0px;
    background-size: cover;
    z-index: 9999;
    position: relative;
    background: #fff;
    background: url(../userassets/bkg.jpg);
    background-size: cover;

}
footer p {
    color: #222;
    margin: 0 0 0px;
    line-height: 28px;
   
}
footer h3 {
    font-size: 22px;
    font-weight: 600;
}



footer h5 {
    font-size: 18px;
    margin: 0;
}
.first-column p{
    width: 70%; 
}

.footer-icon {
    margin-right: 7px;
}

.footer-icon i{
font-size: 16px;
    background: #005153;
    padding: 7px 8px;
    border-radius: 50%;
    position: relative;
    top: 5px;
    color: #fff;
}
.footer-logo img {
    margin-bottom: 20px;
    width: 80%;
}
.bottom-link li {
    list-style: none;
    float: left;
}
 .bottom-link ul {
    padding-left: 0;
}
.bottom-link li a {
    color: #ddd;
    padding: 0 11px 0 0;
}
.bottom-link li a:hover {
    color: #2ef79b;
  
}
footer li:before {
    content: "\f26e";
    font-family: 'bootstrap-icons';
    background: #005153;
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    border-radius: 50%;
    color: #fff;
}
footer li a:hover {
   color: #B98E44;
}



footer li {
    list-style: none;line-height: 2;
}
footer ul {
   padding: 0;
}
.footerlogo {
    width: 40%;
    margin-bottom: 10px;
    margin-top: -7px;
}

.socialicon img {
    filter: brightness(0.1);
    width: 30px;
    margin-right: 10px;
}


.bottomfooter {
    float: left;
    width: 100%;
    background: #1d1d1d;padding: 12px;
}
.bottomfooter p {
    margin-bottom: 0;
    color: #fff;
   font-size: 15px;
    font-weight: 300;
}
.bottomfooter a {
    margin-bottom: 0;
    color: #fff;
   font-size: 15px;
    font-weight: 300;
}
.webdesign {
    color: #ddd;
}


.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

@media only screen and (max-width: 1024px) {


footer .col-lg-4 {
   width: 33%;
}
footer .social-media {
   margin: 0px 8px;
}
footer h5 {
    font-size: 17px;
    
}
footer p {
   line-height: 26px;
   font-size: 14px;
}
}

@media only screen and (max-width: 768px){
.footer-column ul {
    text-align: left;
    display: block;
}
footer .col-lg-4 {
    width: 42%;
}
.bottom-cta h3 {
    font-size: 24px;
}
.footer-logo p {
    width: 88%;
   margin-bottom: 20px;
}
}

@media only screen and (max-width: 480px){

  footer {
    padding: 25px 0px 35px;
}
.footer-logo img {
    margin-bottom: 10px;
    width: 66%;
}
.footer-logo img {
    margin-bottom: 10px;
    width: 66%;
}
.footer-logo p {
    width: 100%;
  
}
 .social-media img {
     width: 68%;
}
footer .navbar-brand img {
    width: 75%;
    float: none;
    margin: auto;
}
footer .social-media {
   float: none;
    margin-top: 10px!important;
}
.footer-column {
    padding: 0;
}
.footer_start {
    padding: 20px 15px 15px;
}
footer .copyright {
    float: none;
   text-align: center;
}
footer .bottomfooter {
   padding: 10px 10px 5px;
   line-height: 2;
}
footer p {
     width: 100%;
}
.footerlogo {
   width: 69%;
    margin: 0px 0 15px;
}
.copyright ul {
    padding: 0;
    margin: 0;
}

.footerlink1 {
    margin-top: 30px;
}
footer .nav-link {
    margin: 0px 3px;
    font-size: 14px;
}
.footerlink2 h4, .footerlink1 h4 {
   margin-bottom: 10px;
    font-size: 20px;
}
footer .bottom-link {
    float: none;
    padding: 0;
}
.copyright li {
    float: none;
     text-align: center;
}
footer .col-lg-4 {
    width: 100%;
}
footer p {
    line-height: 30px;
    font-size: 15px;
}

.webdesign .webdesign a, .copyright {
   font-size: 16px;
    
}
.bottom-link ul {
    padding-left: 0;
    width: 100%;
    float: left;
    justify-content: center;
    display: flex;
    margin: 0;
}
.order-sm-first.order-last {
    margin-top: 26px!important;
}
.webdesign {
    float: none;
}
.bottom-cta h3 {
    font-size: 21px;
    line-height: 32px;
}
footer h3 {
    margin-top: 12px;
}
footer .bi.bi-envelope {
    margin-right: 5px;
}
.first-column p {
    width: 100%;
}
.footer-start {
    padding: 10px 25px 0;
}
}


@media screen and (min-width: 1500px) and (max-width: 3500px) { 

.contact-form {
    width: 33%;
    margin-left: 160px;
}

.carousel-caption {
   right: 14%;
    bottom: 27rem;
    left: 14%;
    
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 17px;
}

.navbar-brand {
    width: 16%!important;
}
.blocktitle {
    font-weight: 800;
    font-size: 45px;
}

.navbar {
    padding: 20px 30px 12px;
    z-index: 2;
}
.nav-link {
    font-size: 24px;
}
.btn.btn-default {
    font-size: 20px;
}


}









@media only screen and (min-width: 768px) {
 /* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }*/
}



@media only screen and (max-width: 375px){


}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes mover{0%{transform:translateY(-10px);}100%{transform:translateY(10px);}}
@keyframes mover{0%{transform:translateY(-10px);}100%{transform:translateY(10px);}}
@keyframes MoveUpDown{0%, 100%{bottom:0;}50%{bottom:50px;}}




/*-------------------------------form-alart-----------------------------*/
.form-top.alert.alert-danger {
    background: transparent;
    border: 0;
    text-align: center;
    line-height: 0;
    color: #ef0d23;
    padding: 0px;
    margin: 0;
}
.form-top .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;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #ff0018;
    box-shadow: 0 0 0 0.25rem rgb(241 71 87 / 25%);
}


.form-floating>label {
    font-size: 15px;
    color: #444;
    font-weight: 500;display: none;
}
/*-------------------------------form-alart-----------------------------*/

/*-------------------------------cms-----------------------------*/

.common-header {
    background: url(../userassets/headerblock.jpg);
    background-size: cover;
    height: 300px;
    margin-top: -80px;
}

.about-page {
    float: left;
    width: 100%;
    padding: 60px 30px;
}


.about-page .commontext h4 {
    font-size: 18px;
    color: #666;
    margin-top: 20px;
}
.about-img img {
   border-radius: 10px;
    position: relative;
    z-index: 1;
}
.about-page .commontext h2 {
    margin: 0;
    margin-bottom: 5px;
    color: #222;
    font-size: 24px;
    font-weight: 600;margin-top: 15px;
}
.about-page .commontext {
    margin: 0 0 14px;
    float: revert;
    position: relative;
    z-index: 0;
}
.about-page .about-page .commontext h2 b {
    background: #82f5f5;
    border-radius: 30px;
    padding: 0 10px;
    background-image: linear-gradient(305deg, #39c1f3 0%, #2AF598 100%);
    font-style: italic;
    font-weight: 500;
}
.about-page .commontext h3 {
    font-size: 20px;
   width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-page .commontext p {
    font-size: 18px;
    color: #555;
    line-height: 30px;
   
}
.about-page a {
    color: #005153;
    font-weight: 700;
}

.about-page .commontext h1 {
    color: #222;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 15px;line-height: 40px;
}

.about-page .commontext li {
    list-style: none;
    line-height: 34px;
    color: #666;
    float: left;
    margin-right: 14px;
    margin-bottom: 0px;
    z-index: 4;
    position: relative;
    font-size: 18px;
    font-weight: normal;
    width: 100%;
}


.about-page .commontext li:before {
   content: "\f270";
    font-family: 'bootstrap-icons';
    color: #555;
    margin-right: 7px;
    float: left;
    display: inline-block;
    font-size: 14px;
    border-radius: 50%;
    position: relative;
    top: -1px;
}
.about-page .cms img {
    float: left;
    width: 590px;
    margin-right: 50px;
    margin-bottom: 30px;
    border-radius: 20px;
    height: auto;
}
.btnblock {
    float: left;
}

@media only screen and (max-width: 1024px){

.about .btn.btn-default {
   font-size: 18px;
   
}
.container-fluid {
    max-width: 100%;
}
}
@media only screen and (max-width: 768px){
    .cms h1 {
    font-size: 30px;
}
.about-page .cms img {
   width: 100%;
    margin-bottom: 30px;
    
}
.common-header {
   
    display: none;
}
.about-page {
   padding: 40px 30px;
}
}
@media only screen and (max-width: 480px){
.about-page {
  
    padding: 30px 30px;
}
.about-page .commontext h2 {
    margin-bottom: 10px;
    font-size: 26px;
   
}
.about-page .commontext p {
    font-size: 15px;
    
}
}
/*-------------------------------loginpage-----------------------------*/
.userlogin {
    background: url(../userassets/loginbkg.png);
    padding: 100px;
   background-size: cover;
}

.userlogin .container {
    width: 35%;
}

.login {
    padding: 40px 50px 30px;
}




.loginstart {
 background: #fff;
 border-radius: 20px;
 margin:60px 0;
 padding: 0 0px 0px 0px;
 
}
.loginstart form {
    margin: 30px 0 15px;
}

.loginstart img {
 border-radius: 0;
    margin: 0px;
    width: 47%;
    position: relative;
    top: 0px;
    left: 0;
}
.loginstart h3 {
   font-size: 26px;
    font-weight: 600;
    margin: 0 0 5px
}

.loginstart h2 {
    font-size: 2rem;
    margin: 20px 0 10px;
 font-weight: 700;
}

.login-form h6 {
  font-size: 16px;
   line-height: 1.8;
}

.loginstart .fa.fa-check {
    font-size: 70px;
    color: #6ec969;
}


.loginstart .bi {
    font-size: 50px;
    color: #6ec969;
}



.loginbtn .btn.btn-default {
  border-radius: 5px;
    padding: 13px 50px;
   background-size: 300%;
    font-weight: 600;
    line-height: 2;
    border: 0;
     color:#fff;
    font-size: 18px;
    overflow: hidden;
   position: relative;background: #005153;
}
.loginbtn .btn.btn-default:hover {
   background: #c9af80!important;
    color: #111!important;
}

.lost {
    text-align: center;
    display: block;
}
.lost a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color:#005153;
    font-weight: 600;
}
.lost a:hover {
   color: #333;
   text-decoration: underline;
}

.account {
    text-align: center;
    display: block;
    font-size: 15px;color: #666;
   
}
.account a {
    font-size: 15px;
   text-align: center;
    text-decoration: none;
    color:#005153;
    font-weight: 600;
}
.account a:hover {
   color: #333;
   text-decoration: underline;
}

.loginstart .col {
    flex: 1 0 0%;
    padding: 0px 5px;
}
.loginstart h6 {
   text-transform: capitalize;
    color: #666;
    font-size: 17px;
    font-weight: 400;
}
.loginstart p {
    font-size: 14px;
    color: #666;margin: 0;
}
 .loginstart .form-control, .form-select  {
    padding: 12px 12px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 14px;
    border: 1px solid #e4e4e4;
    color: #333;
    line-height: inherit;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #fafafa;
    
}

.loginstart label {
    color: #333;
    font-weight: 500;
    font-size: 15px;
}

.agree a {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    text-decoration: none;
}
.error1 {
    width: 25%!important;
}
.error img {
    width: 45%;
}
.error1 {
    width: 40%!important;
}
.loginbtn .btn.btn-default a {
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}
@media only screen and (max-width: 1024px){
.userlogin .container {
    width: 85%;
}
}
@media only screen and (max-width: 768px){
.loginlogo img {
    width: 40%!important;
    margin: 15px auto 7px!important;
}
 .login {
    padding: 30px 20px 20px;
    width: 100%;
}
.account {
    
 font-size: 15px;
 margin: 0!important;
}
.loginstart {
    margin: 20px 0;
}
}
@media only screen and (max-width: 425px){
.userlogin .container {
    width: 100%;
    padding: 0;
}
.loginstart h2 {
   font-size: 24px;
    margin: 10px 0 0;
}
.loginlogo img {
    width: 55%!important;
   margin: 15px auto 15px!important;
}

.loginbtn .btn.btn-default {
   font-size: 16px;
}
.error img {
    width: 30%;
}
.login {
    padding: 15px 30px 35px;
    width: 100%;
}
.error img {
    width: 35%;
}
.userlogin {
     padding: 30px;
   
}
.loginstart h3 {
    font-size: 20px;
    margin: 0;
}
.loginstart h6 {
    font-size: 16px;
   
}
.form-floating {
  margin-bottom: 10px;
}

.form-floating>label {
    font-size: 14px;
   
}
.loginstart form  .col {
    flex: none!important;

}
.loginstart form .g-2, .gy-2 {
    --bs-gutter-y: 0rem;
}
.agree a {
    font-size: 14px;
    font-weight: 300;
   
}

}

/*-------------------------------loginstart-----------------------------*/

 /*-------------------------------------singleblog----------------------------*/


.header-title {
     text-transform: capitalize;
    text-align: center;
    margin-bottom: 50px;
}
.header-title h2 {
  color: #222;
    font-size: 36px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.singleblog {
    float: left;
    width: 100%;
    padding: 60px 30px 60px;
  background: #fbf9fb;
     background-attachment: fixed;
     background-size: cover;
}
.singleblog  .card {
    box-shadow: 0 0 60px 20px rgb(0 0 0 / 10%);
    padding:20px 30px;
   /* border-bottom: 4px solid #5F3C66;*/
    border-radius: 20px;
    border-radius: 20px;
   
}
.singleblog .container {
    width: 55%;
}
p.social-note a {
    color: #222;
    font-weight: 600;
}
.comment-area {
    position: relative;
    display: flex;
    flex-direction: column;
    word-wrap: break-word;
    margin-bottom: 20px;
}
.sidebar-blog .card {
    padding: 15px!important;
   
}

.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;
  padding: 12px 15px 12px;
    border-radius: 12px;
    border: 0;
}
.sidebar-blog .card h3 {
     border-bottom: 1px solid #ddd;
    
}

.rating-post {
    margin-left: 10px;
    color: #777;
}
.keywordNow {
    padding: 8px 0 0;
}
.post-bar {
    padding: 8px 0 0;
}
.flagreview {
   font-weight: 600;
    text-decoration: underline;
    color: #5f3c66;
}
.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%;
    border-radius: 20px;
    box-shadow: 0 0 20px #ddd;
    padding: 40px 50px 50px;
    background: #fff;
}*/

.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: 17px;
   
    
}
.singleblog .single-blog-img img {
    width: 100%;
   margin: 0px 0 15px;
    border-radius: 20px;
   height: 507px;
   width: 100%;
}
.singleblog  dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 0px 0 0px;
}
.singleblog .card-title a {
  font-size: 28px;
    line-height: 38px;
    color: #222;
    text-decoration: none;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0;
}
.singleblog .card-title a:hover {
   color: #387a6f;
  box-shadow: none;
}
.singleblog p{
  font-size: 17px;
    color: #222;
    text-align: left;
    line-height: 30px;
    margin: 0 0 5px;
}
.singleblog li {
     font-size: 16px;
    color: #222;
    text-align: left;
    line-height: 30px;list-style: none;
}
.blog-info .bi.bi-chevron-right {
    font-size: 12px;
}
.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;
}
blockquote {
   float: left;
    background: #f8f8f8;
    padding: 20px 30px 30px;
    width: 100%;
  margin: 10px auto 10px;
    text-align: center;
    color: #363636;
    border-radius: 10px;
   border-bottom: 4px solid #005153;
}
blockquote p {
  font-size: 18px!important;
    margin: 0;
    font-weight: 600;
    text-align: left!important;
    line-height: 30px;margin: 0!important;
}

iframe {
   border: 0;
    border-radius: 20px;
    margin: 15px auto 10px;
    width: 100%;
    height: 430px;
}
.blockquote>:last-child {
    margin-bottom: 15px;
}

.icon.style-color {
    float: left;
    margin-right: 5px;
}


.blog-info a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.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: 20px;
  
}
.singleblog h2 {
  line-height: 30px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 21px;
    margin: 0px 0 5px;
   
}

.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;
}
.multiproduct .card-body {
    padding: 10px!important;
}
.multiproduct .card-title {
    font-size: 18px!important;
    line-height: 24px!important;
  margin-bottom: 0rem;
    text-align: left!important;min-height: 53px;
}
.mydesc {
  min-height: 150px;
    line-height: 30px!important;
    margin-bottom: 10px;
}
.singleproduct {
  padding: 0!important; height: 300px;
}
.multiproduct {
    height: 300px;padding: 6px!important;
}  
.multiproduct img {
  width: 100%;
}
.gallery-blog-img  {
 margin-bottom: 0px;
    display: flex;
    justify-content: center;
    padding: 20px 0px 0;
} 
.gallery-blog-img img {
   margin: 0;
    float: left;
    width: 100%;
    border-radius: 15px;
    height: 210px;
    box-shadow: 0 0 20px #ddd;
} 
.blog-optin2 form {
    padding: 30px 10px 0;
}
.cta-Text {
    text-align: center;
    float: left;
    width: 100%;
    background: url(../userassets/ctabkg.jpg) center;
    padding: 32px 50px;
    border-radius: 20px;
background-size: cover;
    color: #fff;
    margin-bottom: 22px;
}
.cta-Text p {
    text-align: center;
   
}
.cta-Text .btn.btn-default {
   background: #f6b63a;
    border-radius: 15px;
    padding: 12px 36px;
    font-size: 15px;
    margin: 0px 0;
    color: #222;
    font-weight: 600;
    box-shadow: none;
    margin-top: 15px;
}
.cta-Text .btn.btn-default:hover {
       background: #5F3C66;
   color: #fff;
}
.cta-Text  h3 {
    font-size: 25px;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-transform: capitalize;
}
.cta-Text p{
    text-align: center!important;
}
.conent-Text h3 {
    font-size: 20px;
    line-height: 30px;
}
.conent-Text {
    float: left;
    width: 100%;margin: 10px 0;
}
.bloglocation {
 
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.blog-block {
    line-height: 44px;
    font-size: 18px;
}
.breadcrums a {
  font-size: 14px!important;
    color: #222;
    text-decoration: none;
    font-weight: 500!important;
}
.cateb, .postb {
   font-size: 13px!important;
    color: #666!important;
}
.author-block h2 {
    font-size: 17px;
    font-weight: 500;margin-left: 9px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 51px;
    right: 30px;
    z-index: 99999;
    font-size: 14px;
    border: none;
    outline: none;
    background-color:#005153;
    color: white;
    cursor: pointer;
    padding: 3px 18px 7px;
    border-radius: 50%;
    line-height: 1.5;
    }

#myBtn i {
    display: block;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.catebubble {
    float: left;
    width: 100%;
    padding: 40px 0 0;
}


.cate-bubbles {
 float: left;
    width: 100%;
   padding: 15px 0 10px;
    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 5px;
    float: left;
}
.cate-bubbles li a {
   list-style: none;
    border-radius:30px;
   text-decoration: none;
   color: #222
}
.cate-bubbles li a {
    list-style: none;
    
    border-radius: 30px;
    text-decoration: none;
    padding: 3px 20px;
    font-size: 15px;
    color: #005153;
    background: #f6ffff;
    border: 1px solid #005153;
}
.cate-bubbles li a:hover {
    
      color: #B98E44;
    background: #fdf5e6;
    border: 1px solid #B98E44;
}



@media only screen and (max-width: 1024px){
.singleblog .card-title, .singleblog .card-title a {
   font-size: 36px;
     line-height: 42px;
}
.singleblog .bottom-block .card-body {
    padding: 1rem 1.2rem 1.7rem;
}
.singleblog .card-title {
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0.2rem;
    min-height: 50px;
}
.singleblog .single-blog-img img {
    width: 100%;
   height: 420px;
   
}
.add-to-wishlist {
    margin-top: 0px!important;
    margin-right: 3px;
}

.btn.btn-default i {
    font-size: 10px;
}
.multiproduct img {
    height: 200px;
}
.multiproduct {
    height: 350px;
}
.shareurl img {
    width: 50%!important;
}
blockquote p {
    font-size: 17px!important;
    line-height: 36px!important;
   
}
.singleblog .singleph .card-title {
    font-size: 22px!important;
    line-height: 30px;
    margin-bottom: 0.2rem;
   
}
.singleblog p {
    font-size: 17px;
  
}
.singleblog p, .singleblog li {
   line-height: 44px!important;
}
.conent-Text h4 {
    font-size: 20px;
}
.conent-Text h3 {
    font-size: 18px;
}

}
@media only screen and (max-width: 768px){
.singleblog .card-title, .singleblog .card-title a {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    margin: 0!important;
    min-height: 37px;
}
blockquote {
  width: 100%;

}
.singleblog .multiproduct .card-title {
    font-size: 16px!important;
    font-weight: 600;
    line-height: 26px!important;
}
.card-img.singleph img {
    border-radius: 20px 20px 0 0px;
    height: 240px;
    width: 100%;
}
.mydesc {
    min-height: 140px;
   
}
.singleproduct {
    height: 510px;
  
}
.singleph {
   width: 100%;
 }
.gallery-blog-img img {
    height: 180px;
    margin-bottom: 20px;
}
.cta-Text .btn.btn-default {
     font-size: 16px;
    
}
.blog-optin2 {
    width: 100%!important;
} 
.blog-optin2 .optintext {
  width: 72%;
    left: 82px;
}
.keywordNow a {
   padding: 5px 12px;
    font-size: 15px;
     margin-bottom: 10px;
}
.bottom-block .btn.btn-default {
    font-size: 13px;
    padding: 4px 18px;
    float: right;
    color: #222;
}
.blog-info span {
    font-size: 15px;
}
.singleblog h2 {
    line-height: 40px;
    font-size: 24px;
}
.author-block {
    width: 90%;
   
}
.author-block img {
    width: 100%;
    height: 100%;
}


.parent-header {
    display: block!important;
}
.post-bar {
    font-size: 15px;
    float: left;
}
.post-bar i {
    font-size: 15px!important;
}
.author-block {
    width: 90%;
   
}
.readcontent {
    margin: -5px;
}
.similarContent h3 a {
    font-size: 19px;
  
}
.bloglocation {
    float: none;
   
}
.singleblog p, .singleblog li {
    font-size: 17px;
    
}

.similarContent h5 a, .similarContent h5  {
     font-size: 15px;
}
.singleblog h2 {
    font-size: 20px!important;
}
}
@media only screen and (max-width: 480px){
  .topbanner {
    padding: 30px 0 15px;
}  
iframe {
    width: 100%;
    height: auto;
}
.topbanner img {
    border-radius: 8px;
    width: 100%;
}
.featuredblock {
    padding: 10px 20px 20px;
}
.singleblog {
    padding: 30px 30px 20px;
}
.title-bar {
    width: 100%;
   display: block;
   line-height: 25px!important;
}
.singleblog .card {
  box-shadow: none;
    padding: 0px 0px;
    background: transparent;
}

.multiproduct {
    height: 320px;
}
.rating-post {
    margin-left: 0px;
  
}
.shareurl {
    position: relative;
    top: 1px!important;
    left: 0px!important;
}

.commenttop {
    position: relative;
    top: 0px!important;
    left: 0px!important;
}
blockquote {
    box-shadow: 0 0 20px #0202021c;padding: 20px 20px 20px;
}
blockquote p {
    font-size: 16px!important;
    line-height: 36px!important;
    font-weight: 400;
}

.blog-block a {
   font-size: 15px;
    margin-left: 0px;
}

.breadcrums {
    line-height: 1.3;
    margin-bottom: 10px;
}
.singleblog .card-title, .singleblog .card-title a {
    font-size: 19px;
    line-height: 26px;
   
}
.post-bar i {
    font-size: 13px!important;
    padding: 4px 5px!important;
}
.singleblog h2 {
    font-size: 18px!important;
    line-height: 32px;
}
.singleblog ul {
    padding: 0 15px;
}
.singleblog .single-blog-img img {
     margin: 10px 0 15px;
    height: 230px!important;
    width: 100%;
}

.similarContent ul {
    padding: 0 0px!important;
}
.bloglocation {
    float: none;
    font-size: 16px;
}
.singleproduct {
    height: auto;
}
.bottom-block .card {
   margin-bottom: 20px;
     padding: 0px 0 15px!important;
}
.card-img.singleph img {
    height: auto;
   
}
.singleblog p, .singleblog li {
     text-align: left;
}
.blog-optin2 {
    width: 100%;
 
}
.blog-optin2 .optintext h3 {
    font-size: 20px;
    line-height: 26px;
}
.blog-optin2 .optintext p {
   line-height: 25px!important;
    font-size: 15px!important;
    margin: 0!important;
}
.blog-optin2 .optintext {
   margin-top: -250px!important;
    width: 80%!important;
    left: 30px!important;
}
.comment-area ul {
    padding: 0!important;
}
.singleblog .singleph .card-title {
    font-size: 20px!important;
    line-height: 30px;
    margin-bottom: 0.2rem;
}
.singleblog p, .singleblog li {
    font-size: 16px;
    line-height: 30px!important;
    text-align: left;
}


dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0 15px;
}

.bottom-block .col-lg-12.col-md-12.col-sm-12 {
    padding: 0;
}
.optinform {
    padding: 20px!important;
}
.author-block {
    width: 100%!important;
    }
    .author-block img {
    width: 45px!important;
    height: 45px!important;
}
.author-block .col-md-3 {
    float: left;
    width: 22%;
}
.author-block .col-md-9 {
    float: left;
    width: 70%;
}
.author-comment {
   padding: 0px 10px 5px!important;
}
.readcontent {
    margin: -4px 0!important;
}
.similarContent h3 a {
    font-size: 17px!important;
    
}
.readheading {
    margin-bottom: 25px!important;
}

.similarContent h6 {
    font-size: 15px!important;
    top: 0px!important;
   
} .similarContent img {
   width: 38px!important;
    height: 38px!important;
     margin-right: 0;
}
.cate-bubbles ul {
  
    margin: 0;
}
.singleblog .container {
    width: 100%;
}
}
 /*-------------------------------------singleblog----------------------------*/