/* styles.css */
body,html{height: 100%;}
html { font-size: 62.5%; }  /* =10px */
/*
 * Base structure
 */

a{
    text-decoration: none;
    color: #C8A951;
}
a:hover{
    color: #000000;
}
body {
    font-family: "Lato", sans-serif;
  font-weight: 400;
    font-size: 1.8rem;
  line-height: 1.6;
  background-color: #fff;
  padding-top: 86px;
  color: #09111c;
    transition: all 1s ease-in;

}
h1{
font-size: 6rem;
color: #09111c;
font-weight: 900;

}
h2, .section-title{
font-size: 5rem;
color: #09111c;
font-weight: 700;

}
h3{
font-size: 3.2rem;

font-weight: 700;
 

}
.linktext{
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
}
.linktext:hover{
  color: #FFB332
}
.linktext:hover svg path{
  fill: #FFB332;
}
.navbar-expand-lg{
  flex-wrap: wrap;
  padding: 0;
}

.contact-links{
  display: inline-flex;
}
.contact-links a{
  color: #fff;
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
 font-weight: 500;
}
.top-links li a:hover, .contact-links a:hover{
  color: #CD8E33;
}
.contact-links a img{
  margin-right: 5px;
}
.text-yellow{
  color: #B80004
}
.text-blue{
  color: #002C6E;
}
.text22{
  font-size: 2.2rem;
}
.blog-box{
  border:1px solid #B2B2B2;
}
.blog-box a:hover{
  color: #F1C803;
}

.navbar{
  
  transition: padding 0.5s ease-in-out;
}
.navbar-dark{
  background-color: #010101;
}
.scrolled-fixed-top{
  padding:0;
}
.navbar-nav li{
  margin-right:5px;
}
.navbar-nav .nav-link, .login-link{
  font-size: 1.8rem;
  font-weight:500;
  color:  #fff;
 
  position: relative;
  display: block;

}
.navbar-nav .nav-link:after{
 
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover, .login-link:hover, .news-box:hover{
  color: #C8A951;
}

.section-title {
  text-align: center;
  
  margin-bottom: 20px;
  color: #002147;
}
.text20{
  font-size: 2rem;
}
.fw-medium{
  font-weight: 500;
}
.text28{
  font-size: 2.8rem;
}
.fw-semi-bold{
  font-weight: 600;
}
.bg-green{
  background: #368239;
}
.bg-dark-green{
  background: #124F18;
}
.btn-primary {
  background-color: #C8A951;
  border-color: #C8A951;
  color: #fff;
}
.btn-primary:hover {
   background-color: #fff;
  border-color: #C8A951;
  color: #C8A951;
}
.btn-primary:hover svg path{
  fill: #545454;
}

.section{
  padding: 100px 0;
}
.connected{
  background: #B80004;
}
.navbar-brand img{
  transition: max-height 0.35s ease-out;
  max-height: 120px;
}

.text-green{
  color: #368239;
}
.footer {
  background-color: #010101;
  color: #fff;
  padding: 50px 0;
  padding-bottom: 10px;
}
.text-blue{
  color:  #06295E;
}
.footer h6 {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
}

.footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 15px;
}
.morelink{
  font-weight: 500;
  color: #C8A951;
}
.morelink:hover{
  font-weight: 500;
  color: #000;
}
.bg-orange{
  background: #B80004;
}
.footer a:hover {
  color: #C8A951;
}
.bg-yellow{
  background: #C8A951;
}
.banner-box{
  padding: 70px 0;
}
.we-icon{
  background: #F5F5F5;
  width: 160px;
  height: 160px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.btn{
   font-size: 1.8rem;
    padding: 12px 30px;
    font-weight: 500;
    
  
}
.worl-content{
  max-width: 670px;
}
.check-list-items{
  list-style: none;
  margin: 0;
  padding: 0;
}
.check-list-items li{
  background: url('images/check.svg') no-repeat top 8px left;
  padding-left: 30px;
  margin-bottom: 15px;
}
.check-list-items li ul{
  list-style: none;
}
/*.section .btn{
  min-width: 270px;
}*/
.fixed-h-box{
  position: relative;
  padding-bottom: 50px;
}
.btn-box{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}
.btn-box .btn{
  min-width: 190px;
}
.form-check-input:checked{
  background-color: #C8A951;
  border-color: #C8A951;
}
.accordion-button:not(.collapsed){
  background-color: #C8A951;
  color: #000;
}
.servebox{
  border:1px solid #3C64BB;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
}

.servebox .morelink, .servebox .btn{
  position: absolute;
  left: 15px;
  bottom: 10px;
}
.location-box{
  position: relative;
  padding-bottom: 40px;
}
.location-btn{
  position: absolute;
  left: 0;
  bottom: 20px;
  right: 0;
}
.btn-outline-primary{
   border-color: #C8A951;
  color: #C8A951;
}
.btn-outline-primary:hover{
  background-color: #C8A951;
   border-color: #C8A951;
  color: #fff;
}
.btn-white{
  border-color: #fff;
  color: #B80004;
  background: #fff;
}
.btn-white:hover{
  border-color: #fff;
  color: #fff;
  background: #B80004;
}
.zoom-img {
  overflow: hidden;
  display: block;
}
.zoom-img img {
  transition: transform 0.2s;
  cursor: pointer;
}
.zoom-img img:hover {
  transform: scale(1.03) !important;
}
.social-links a{
  display: inline-block;
  margin: 0 5px;
}
.social-links a:hover svg path{
  fill:  #C8A951;
}
.ft-bottom{
  margin-top: 30px;
 border-top: 1px solid #666;
  padding-top: 30px;
  font-size: 1.6rem
  color: #fff;
}
.ft-bottom a{
  color: #fff;
}
.dropdown-menu{
  min-width:  100%;
  font-size: 1.8rem;
  background: #C8A951;
  padding: 0;
}
.text-yellow{
  color: #C8A951;
}
.num{
   background: #B80004;
   width: 65px;
   height: 65px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #fff;
   font-size: 4rem;
   font-weight: 500;
   border-radius: 50%;
}
.accordion-button{
  font-size: 2.2rem;
}
.dropdown-menu li{
  margin-right: 0 !important;
}

.dropdown-item{
  padding: 5px;
  color: #fff;
  display: block;
}
.text24{
  font-size: 2.2rem;
}

.text32{
  font-size: 3.2rem;
}

.text40{
  font-size: 4rem;
}

.form-control, .form-select{
  font-size: 1.8rem;
  height: 54px;
}
.serach-input{
  background-image: url('images/search.svg');
  background-position: left 10px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.nav-container{
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg-grey{
  background: #F5F5F5;
}
.review-box img{
  width: auto !important;
}
.practice-banner:before{
  display: none;
}
.review-box img.rounded-circle{
  width: 95px;
  height: 95px;
}
.stars{
  display: flex;
}
.review-box .stars{
  margin-top: 5px;
}
.reviews{
  padding: 0 50px;
}
.certified-carousel{
  margin: 0 60px;

}
.owl-nav{
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
}
/*.owl-prev{
  margin-left: -50px;
}
.owl-next{
  margin-right: -50px;
}*/


.border-yellow{
  border-color: #CD8E33 !important;
}
.text-grey{
  color: #EFEFEF;
}

.text30{
  font-size: 3rem;
}
.team-box:hover{
  color: #CD8E33;
}
.banner-overlay{
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-section .btn{
  padding: 15px 50px;
}
.banner-section, .inner-banner-section{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.inner-banner-section{
  height: 445px;
}
.ft-bottom{
  font-size: 1.4rem;
}
.overlay{
  background: rgba(0,0,0,0.6);
}
.breadcrumb-item + .breadcrumb-item::before, .breadcrumb-item a{
  color: #fff
}
.breadcrumb-item.active{
  color: #fff;
}
.table{
  font-size: 1.8rem;
}
.table td, .table th{
  padding: 10px;
}
.list-items{
  list-style: none;
  margin:0;
  padding: 0;
}
.list-items li{
  background: url(images/circle.svg) no-repeat top 10px left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.sidebar-links{
  list-style: none;
  margin:0;
  padding: 0;
  padding-bottom: 15px;
}

.sidebar-links li a{
  display: block;
  padding: 10px 17px;
  color: #fff;
}
.sidebar-links li a:hover, .sidebar-links li a.active{
  background: #fff;
  color: #B80004;
}
.page-item{
  margin: 0 5px;
}
.page-link{
  border:1px solid #B80004 !important;
  border-radius: 50% !important;
  font-size: 1.8rem;
  font-weight: 600;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B80004;
}
.active > .page-link, .page-link.active{
  background: #B80004;
  color: #fff;
}
.blog-links {
  background: #fff;
  line-height: 1.4;
  border: 1px solid #3C64BB;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #3C64BB
}
.bg-ovarlay{
  background: rgba(0,0,0,0.7);
}
.cta-secton{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.text-orange{
  color: #B80004;
}
#carouselProducts .carousel-indicators{
  position: inherit;
  margin-top: 15px;
}
.carousel-indicators [data-bs-target]{
  width: 100px;
  border-radius: 0;
  height: auto;
}
.icon-box{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C8A951;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}
.icon55{
  width: 55px;
  height: 55px;
}
.icon-box-small{
  width: 35px;
  height: 35px;
}

.bg-yellow-light{
  background-color: #E6D3A3;
}
.btn-blue{
   background: #06295E;

   border-color: #06295E;
   color: #fff;
}
.btn-blue:hover{
  color: #06295E;
  border-color: #06295E;
   background: #fff;
}
.sort-links a{
  display: inline-flex;
  border:1px solid #C9C9C9;
  border-radius: 5px;
  padding: 5px 10px;
  color: #666;
  margin-left: 3px;
  margin-bottom: 3px;
}
.sort-links a:hover{
  color: #B80004;
  border-color: #B80004;
}
.sort-links a.active{
  background: #B80004;
  border-color: #B80004;
  color: #fff;
}
.cate-links{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cate-links li{
  margin-bottom: 10px;
}
.cate-links li a{
  display: flex;
  justify-content: space-between;
  color: #000;
}
.cate-links li a:hover{
  color: #B80004;
}
.bg-blue{
  background: #06295E;
}
.icon70{
  width: 70px;
  height: 70px;
}
.ready-bg{
  background-image: url('images/retirement-img.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}
.section-overlay{
  background: rgba(0,0,0,0.7);
}
.table tr td.bg-yellow-light{
  background: #E6D3A3;
}
.btn
@media (min-width: 1600px) {
  .scrolled-fixed-top .navbar-brand img {
    max-height: 80px;
}
}

@media (min-width: 768px) {
.banner-section{
  background: none !important;
}

}
@media (max-width: 1600px) {
 
  .navbar-brand img{
    max-height: 80px;
  }

h3{
  font-size: 2.8rem
}

.navbar-nav .nav-link{
  font-size: 1.6rem;
}
.navbar-right .btn{
  font-size: 1.6rem
}
}
@media (max-width: 1365px) {

header .btn{
  padding: 10px;
  font-size: 1.4rem;
}
.navbar-nav .nav-link{
  font-size: 1.5rem;
}

h1{
  font-size: 5rem;
}
h2{
  font-size: 4rem;
}


}
@media (max-width: 1225px) {
h1{
  font-size: 4rem;
}
h2{
  font-size: 3.2rem;
}
.banner-section .text20{
  font-size: 1.6rem;
}
    h3 {
        font-size: 2.4rem;
    }
   .navbar-nav .nav-link{
  font-size: 1.3rem;
}
.navbar-right .btn{
  font-size: 1.4rem
}
}
@media (max-width: 1125px) {
  .text30{
    font-size: 2rem;
  }
  body{
    padding-top: 55px;
  }
  .navbar-brand img{
    max-height: 50px;
  }
.text24{
  font-size: 2rem;
}
.text40{
  font-size: 3rem;
}
 .navbar-nav .nav-link{
  font-size: 1.2rem;
}
.navbar-right .btn{
  font-size: 1.4rem
}
.footer{
  font-size: 1.6rem;
}
.navbar-brand{
  margin-right: 0;
}
}
@media (max-width: 1023px) {
   body{
    padding-top: 55px;
  }
}
@media (max-width: 767px) {
 
h1{
  font-size: 3rem;
}
h2{
  font-size: 3rem !important;
}
.banner-section{
 height: 500px;
}
.text40{
  font-size: 2.4rem;
}
.banner-section br{
  display: none;
}

.section{
  padding: 50px 0;
}
.footer{
  text-align: center;
}
.inner-banner-section{
  height: 200px;
}
.navbar-nav .nav-link, .login-link{
  font-size: 1.8rem;
}
}