@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,400;0,600;1,400&display=swap');
:root{
/* Font */
  --primary_font: 'Poppins', sans-serif;
  --secondary_font:'Roboto', sans-serif;

/* color */
  --text_clr: #1a1a1a;
  --primary_clr: #0066cc;
  --secondary_clr: #ffaa00;
  --tertiary_clr: #001a33;

}
.text-primary{
    color: var(--primary_clr)!important;

}
.text-secondary{
    color: var(--secondary_clr)!important;

}
.row>* {
    padding-right: calc(var(--mdb-gutter-x)*0.8);
    padding-left: calc(var(--mdb-gutter-x)*0.8);
  }
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  font-family: var(--primary_font);
  font-family: var(--secondary_font);
  font-size: 16px;
  font-weight: 400;
}

h1, .h1, h2, .h2, h3, h4, h5, h6 {
  font-family: var(--primary_font);
    color: #1a1a1a;
}
p, li {
  font-family: var(--secondary_font);
  font-size: 1.8rem;
  color: var(--text_clr);
  line-height: 1.4;
    
    font-weight: 400;
}
a, span {
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}
h1, .h1 {
  font-size: 8rem;
  font-weight: 600;
}
h2, .h2 {
   font-size: 4rem;
   font-weight: 700;
}
h3, .h3 {
   font-size: 3rem;
   font-weight: 500;
}
h4, .h4 {
   font-size: 2.4rem;
   font-weight: 500;
}
h5, .h5 {
   font-size: 2rem;
   font-weight: 500;
}
h6, .h6 {
   font-size: 1.8rem;
   font-weight: 500;
}
.mt-10{
    margin-top: 10rem;
}
.mb-10{
    margin-bottom: 10rem;
}
.pt-10{
    padding-top: 10rem;
}
.pb-10{
    padding-bottom: 10rem;
}


header .top_header{
  min-height: 50px;
  background-color: var(--tertiary_clr);
  color: #ffffff;
  font-family: var(--primary_font);
  display: flex;
  align-items: center;

}
.top_header ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 0;

}
.top_header ul li {
  width: auto;
  min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
}
.top_header a{
  color: #ffffff;
}
.top_header div > ul > li:not(:last-child) {
  margin-right: 24px;
  }
.top_header  i{
  color: var(--secondary_clr);
  margin-right: 10px;
    font-size: 18px;

}
.top_header ul li.follow_us {
  display: flex;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid var(--primary_clr);
}
.top_header .right_col ul{
  float: right;
}

.top_header ul li.follow_us a{ 
   display: inherit;
}
.top_header ul li.follow_us a i{
  color: #fff;
  margin-right: 0;
  margin-left: 10px;
      font-size: 23px;
}

.top_header ul li.follow_us a:hover i{
  color: var(--secondary_clr);
}
nav.navbar{
  padding-top: 17px;
  padding-bottom: 17px;
}
nav .navbar-brand img{
  width:41.6rem;
  max-width: 100%;
  height: auto;

}
nav.navbar .navbar-toggler{
  font-size: 24px;
  color: var(--primary_clr);
}
.contact_us_now{

}
.header_cta{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap:20px;
  margin-inline: -15px;

}
.header_cta .cta_item{
  display: flex;
  align-items: center;
  padding-inline:15px;
  
  }

.header_cta .cta_item i{
  font-size: 4rem;
  color: var(--secondary_clr);
  margin-right:  10px;

}
.header_cta .cta_item .cts-detail{
  display: block;
  font-family: var(--primary_font);
  font-size: 1.8rem;
  color:var(--primary_clr) ;
        font-weight: 500;
}
.header_cta .cta_item .cts-detail span{
  color: #333333;
  font-size: 80%;
  display: block;
  width: 100%;
  line-height: 1;
}
header .navbar-expand-lg .navbar-nav .nav-link{
  font-size: 1.8rem;
  color: #000;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: uppercase;
  font-weight: 500;
 font-family: var(--primary_font);
}
header .navbar-expand-lg .navbar-nav .active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--primary_clr);
}

.site_btn_groups{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
    margin-top: 4rem;

}

 .site_btn{
  padding: 1.4rem 1.6rem;
  min-width: 17rem;
  font-size: 1.8rem;
  line-height: 1;
  font-family: var(--secondary_font);
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  border: 2px solid #ffffff;
     margin-top: 4rem;

}
.site_btn_groups .site_btn{
     margin-top: 0rem;
}
 .site_btn.btn_primary{
  background-color: var(--primary_clr);
  border-color: var(--primary_clr);
  outline: 0!important;
  color: #ffffff;
}
 .site_btn.btn_primary:hover{
  color: var(--primary_clr);
}
 .site_btn.btn_secondary{
  background-color: var(--secondary_clr);
  border-color: var(--secondary_clr);
  outline: 0!important;
  color: #ffffff;
}
 .site_btn:hover{
  background-color: #ffffff;
  color: var(--secondary_clr);
}

.site_btn.btn_outline_dark{
  background-color: #ffffff;
  border-color: #1a1a1a;
  outline: 0!important;
  color: #1a1a1a;
}
 .site_btn.btn_outline_dark:hover{
  background-color: #DDDDDD;
}
 .site_btn.btn_outline_white{
  background-color: #ffffff;
  border-color: #ffffff;
  outline: 0!important;
  color: #ffffff;
}
 .site_btn.btn_outline_white:hover{
  background-color: #DDDDDD;
}
.carousel-item .carousel-caption {
    position: absolute;
    right: unset;
    left: 50%;
    padding-top:0;
    padding-bottom: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.carousel-item .caption_content {
  text-align: left;
}

.carousel-item .caption_content h1{
  color: #fff;
   text-shadow: 10px 0 10px rgb(0 0 0 / 25%);
}
.carousel-item .caption_content h4{
  color: #fff;
}
.carousel-item .caption_content p {
  font-size: 3.6rem;
  color: #ffffff;
}
#Sagar-Brothers-banner .carousel-item .caption_content .site_btn_groups{
  margin-top: 3rem;
}
#Sagar-Brothers-banner .carousel-control-next{
right: 10rem;
}

#Sagar-Brothers-banner  .carousel-control-prev{
  left: 10rem;
 }
#Sagar-Brothers-banner .carousel-control-next-icon:after, #Sagar-Brothers-banner .carousel-control-prev-icon:after {
    font-size: 6rem;
    line-height: 1;
}
#Sagar-Brothers-banner .carousel-control-next, #Sagar-Brothers-banner .carousel-control-prev {
    transition: opacity .15s ease;
    top: 50%;
    transform: translateY(-50%);
}
#Sagar-Brothers-banner .carousel-control-next, #Sagar-Brothers-banner .carousel-control-prev,
#Sagar-Brothers-banner .carousel-control-next-icon, #Sagar-Brothers-banner .carousel-control-prev-icon{
    height: 6rem;
    width: 6rem;
}

#Sagar-Brothers-banner .carousel-inner  .carousel-item{
/*    max-height: calc(100vh - 15rem);*/

}
/* services_sec */
.services_sec {
  margin-top: -10rem;
  position: relative;
    z-index: 1;
}
.services_sec .services_col{
  background-color: #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 3rem;
  box-shadow: 0px 0 10px rgb(0 0 0 / 25%);;
  text-align: center;
  margin-bottom: 20px;
  transition: all  0.3s;
}
.services_sec .services_col:hover{
  border-color: var(--secondary_clr);
}
.services_sec .services_col img{
  margin-bottom: 2rem;
}
.services_sec .services_col h4{
   margin-bottom: 2rem;
   font-weight: 600;
   color: var(--primary_clr);
}
.services_sec .services_col p{
   margin-bottom: 2rem;
}
.services_sec .services_col .read_more_link{
   margin-top: 2rem;
   color: #000;
}
.services_sec .services_col .read_more_link:hover{
  color: var(--primary_clr);
  text-decoration: underline;
}
.services_sec .services_col:hover .read_more_link{
color: var(--primary_clr);
}


/*about_sec*/

.about_sec{
    background-image: url("../img/about_bg.png");
    background-position: top left;
    background-size: contain;
}

h2.section_title{
    color: var(--primary_clr);
    margin-top: -1rem;
    margin-bottom: 6rem;
}
h2.section_title span.text-thin{
    display: block;
    color: #1a1a1a;
    font-weight: 400;

}

ul.about_listing{
    padding-left: 0;
    list-style: none;
    margin-top: 5rem;
}

ul.about_listing li{
        font-size: 1.8rem;
        width: 100%;
        display: inline-flex;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: all 0.3s;
        font-weight: 600;
        color: #1a1a1a;
}
ul.about_listing li:not(:last-child){
    border-bottom: 1px solid #cccccc;
}
ul.about_listing li:before {
    content: "\f058";
    font-size: 2rem;
    color: var(--secondary_clr);
    display: inline-block;
    margin-right: 1rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.3s;
}
ul.about_listing li:hover,
ul.about_listing li:hover:before {
     color: var(--primary_clr);
}
/*product_slider*/
.best_product {
    overflow-x: hidden;
    background-color: #f0f0f0;
}
.product_slider_wrap{
    margin-right: -10vw;
    padding-left: 4vw;
}

.product_details .product_item,
.products .product_item{
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0px 0 10px rgb(0 0 0 / 25%);
    position: relative;
    margin-top: 10rem;
    margin-bottom: 1rem;
    border:1px solid transparent;
    display: block;
    
}
.product_details .product_image .product_item{    
    margin-top: 11rem;
    margin-bottom: 0;
}
.product_details .product_item:hover,
.products .product_item:hover{
     border:1px solid var(--primary_clr);
}
.product_details .product_item .pr_thumbnail_img,
.products .product_item .pr_thumbnail_img{
    position: absolute;
    width: 57.5%;
    padding-top: 41%;
    border: 1rem solid #ffffff;
    background-color: #ffffff;
    box-shadow: 0px 0 10px rgb(0 0 0 / 25%);      
    overflow: hidden;
    top: -20%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product_details .product_item  img,
.products .product_item img{
    position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
        width: 100%;
    object-fit: cover;
    height: 100%;
}
.product_details .product_item .pr_actual_img,
.products .product_item .pr_actual_img{
     position: relative;
   width: 100%;
   padding-top: 100%;
    overflow: hidden;
    
}
.product_slider .product_item .pr_actual_img img {
   position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
        width: 100%;
    object-fit: cover;
    height: 100%;
}
.products .product_item .product_sku{
    font-size: 3rem;
    color: #000000;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;    
}
.products .product_item:hover .product_sku{
    color: var(--primary_clr);
}
.slick-slider {
    margin:0 -15px;
}
.slick-slide {
    margin-right:15px;
    margin-left:15px;
}
.product_nav {
    display: flex;
    align-items: flex-end;
    
    
}
.product_nav .site_btn{
    margin-right: auto;
}
.product_nav .product_nav_btn{
    width: 5rem;
    height: 5rem;
    border: 2px solid #1a1a1a;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #1a1a1a;
    background-color: #ffffff;
    cursor: pointer;
}
.product_nav .product_nav_btn:last-child{
    margin-left: 2rem;
}
.product_nav .product_nav_btn:hover{
    background-color: #1a1a1a;
    color: #ffffff;
}
.product_listing  .products .product_item{
    margin-bottom: 3rem;
    display: block;

}

.product_details .product_summary  .product_gallery{
    margin-top: 5rem;
    padding-left:5rem;
    padding-right: 5rem;}

.product_gallery .pr_gallery_item{
    overflow: hidden;
    margin: 5px;
    height: auto;
    text-align: center;
    cursor: pointer;
    
}
.product_gallery .pr_gallery_item img{
    padding: 5px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    height: auto;
    transition: all 0.3s;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    margin-bottom: 5px;
 
}
.product_gallery .pr_gallery_item:hover img{
    padding: 0px;
}


.product_gallery.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
    font-size: 4rem;
    color: #cccccc;
}
.product_gallery.slick-slider .slick-arrow:hover{
    color: #000000;

}
.product_gallery.slick-slider .slick-prev {
    left: 15px;
}
.product_gallery.slick-slider .slick-next {
    right: 15px;
}


/*workplace_sec*/
.workplace_sec .img_col img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.workplace_sec .content_col{
    padding: 6rem;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center
        
}
.workplace_sec .content_col h3{
    font-weight: 400;
    margin-bottom: 2.5rem;
}
.workplace_sec .workplace_row  > div{
    margin-bottom: 3rem;
}
@media(min-width:992px){
.workplace_sec .workplace_row .content_col + .img_col {
    order: 1;
    
}
}
/*testimonial_sec*/

.testimonial_sec{
    background-image: url("../img/testimonials_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#Testimonial_slider .t-row{
    position: relative;
}
#Testimonial_slider .t-row i{
    font-size: 3rem;
    color: var(--secondary_clr);
}
#Testimonial_slider .t-row img {
    margin-inline:4rem;
}
#Testimonial_slider .t_content{
    margin-top: 4rem;
}

#Testimonial_slider .t_content p.text {
     margin-bottom: 4rem;
    font-style: italic;
    color: #1a1a1a;
}
#Testimonial_slider .t_content  h4{
    font-weight: 600;
    margin-bottom: 0!important;
}
#Testimonial_slider .carousel-control-next,
#Testimonial_slider .carousel-control-prev{
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    background-color: #b2b2b2;
    color: #ffffff;
    opacity: 1;
    top: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#Testimonial_slider .carousel-control-next:hover,
#Testimonial_slider .carousel-control-prev:hover{
     background-color: var(--secondary_clr);
}
#Testimonial_slider .carousel-control-next span,
#Testimonial_slider .carousel-control-prev span{
    filter: unset;
    line-height: 1;
    width: auto;
    height: auto;
}
#Testimonial_slider .carousel-control-next span:after,
#Testimonial_slider .carousel-control-prev span:after{
     font-size: 2.2rem;
}

/*Achievements_sec*/

.achievements_sec{
    background-color: #f0f0f0;
}
.counter_row .counter_col{
    background-color: #e6e6e6;
    border-radius: 2rem;
    text-align: center;
    padding: 0 2rem 3rem 2rem;
    
}
.counter_row {
    row-gap:30px;
}
.counter_row .counter_col .counter_icon{
    background-color: #ffffff;
    border-radius: 0 0 2rem 2rem;
    padding: 2rem 3rem;
    color:  var(--secondary_clr);
    font-size: 4.5rem;
    margin-bottom: 2rem;
    display: table;
    margin-left: auto;
    margin-right: auto;
        line-height: 1;
}

.counter_row .counter_col .count{
    font-size: 6rem;
    font-weight: 800;
    margin-bottom: 0.7rem;
    color: var(--primary_clr);
    line-height: 1;
}

.counter_row .counter_col .counter_text{
    font-size: 2.4rem;
    color: #1a1a1a;
    line-height: 1;
    
}
/*page_title*/
.page_title{
    padding-top: 10rem;
    padding-bottom: 10rem;
    text-align: center;
    position: relative;
    z-index: 0;
    background-image: url("../img/page_title_bg.png");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.page_title:before{
    content: '';
    position: absolute;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: -1;
        
}
.page_title h1{
    color: #ffffff;
    font-size: 6rem;
    line-height: 1.1;
    margin-bottom: 0;
}
.page_title .breadcrumb{
    justify-content: center;
}

.page_title .breadcrumb li{
    font-size: 2.4rem;
    color: #ffffff;   
}
.page_title .breadcrumb li a{
    color: #cccccc;
}
.page_title .breadcrumb li a:hover{
    color: #ffffff;
    
}
.breadcrumb-item+.breadcrumb-item:before{
        color: var(--secondary_clr); 
}
/*footer*/

footer{
    position: relative;
    background-image: url("../img/footer_bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

footer:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00264d;
    opacity: 0.9;
    z-index: -1;
}

footer .top_footer{
    padding:20px;
    background-color: #ffffff;
    z-index: 1;
}


footer .top_footer .footer_logo img {
    width: 41.6rem;
    max-width: 100%;
    height: auto;
}
footer .social_media_links {
    margin-top: 3rem;
}
.social_media_links {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 2rem;
}

.social_media_links .social_media_link{
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    width: 5.4rem;
    height: 5.4rem;  
    color: #ffffff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

}
.social_media_links .social_media_link:hover{
    border-color: var(--secondary_clr);
    color: var(--secondary_clr);
}

.product_filter{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #cccccc;
}
.product_filter h3{
    margin-bottom: 0;
    font-weight: 700;
    color: var(--primary_clr);
}

/*dropdown*/
.select_category{
    float: right;
    display: inline-flex;
    align-items: center;
}
.select_category label{
    font-size: 2rem;
    color: #000000;
    font-family: var(--primary_font);
    font-weight: 600;
}
.select_category select{
    padding: 1rem 4rem 1rem 2rem;
    font-size: 1.8rem;
    margin-left: 1.5rem;
    border: 2px solid  var(--primary_clr);
    appearance: none;
    -webkit-appearance: none;
    background:url('https://api.iconify.design/uiw/caret-down.svg?color=%23010101&width=16&height=16')  no-repeat right 14px center/ 16px;
    line-height: 1.3;
    width: 200px;
}
.select_category select:focus{
    outline: 0;
    box-shadow: none;
}

.product_listing{
    background-color: #f0f0f0;
}
#contact_form {
    margin-top: 5rem;
}
#contact_form .form_row{
    row-gap:30px;
    
}

#contact_form select,
#contact_form input:not([type="checkbox"]),
#contact_form textarea{
  background-color: rgb(240, 240, 240);
  width: 100%;
  min-height: 6rem;
  transition: all 0.3s;
  border: 2px solid rgba(0, 102, 204, 0);
 width: 100%;
 line-height: 1.4;
    padding: 1rem 1.5rem;
 border-radius: 0;

}


#contact_form #terms{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 500;
    font-size: 1.8rem;
    cursor: pointer;
}
#contact_form #terms input[type="checkbox"]{
    width: 3rem;
    height: 3rem;
    border: 2px solid#cccccc;
    outline: 0;
    margin-right: 1rem;
    border-radius: 0;
    
}
/*
#contact_form select:invalid:not(:focus) ,
#contact_form input:invalid:not(:focus) ,
#contact_form textarea:invalid:not(:focus) {
    border: 2px solid red;
    
}
*/
#contact_form select:focus,
#contact_form input:focus,
#contact_form textarea:focus{
     outline: 0;
    border: 2px solid rgba(0, 102, 204, 0.4);
    box-shadow: none;
    
}

#contact_form input[type="submit"]{
    
}

#map iframe{
    width: 100%;
    height: 45rem;
}

.get_in_touch .get_in_touch_col h2{
    color:var(--primary_clr);
}
.get_in_touch .get_in_touch_col p{
    
}
.get_in_touch .get_in_touch_col ul{
    list-style: none;
    border-top: 1px solid #cccccc;
    padding: 0;
    margin: 0;
}
.get_in_touch .get_in_touch_col ul li{
    border-bottom: 1px solid #cccccc;
    padding: 1.5rem 0;
    
}
.get_in_touch .get_in_touch_col ul li a{
    display: block;
    color: #000;
    display: flex;
    align-items: center;
    
}
.get_in_touch .get_in_touch_col ul li a strong{
    margin-right: 1rem;
}
.get_in_touch .get_in_touch_col ul li i{
    font-size: 3rem;
    color: var(--secondary_clr);
    margin-right: 1.5rem;
    transition: all 0.3s;
}

.get_in_touch .get_in_touch_col ul li:hover i{
    color:var(--primary_clr);
}
.product_summary h3.product_title{
    color: var(--primary_clr);
    font-weight: 600;
    margin-bottom: 1rem;
}
.list-style_caret{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    position: relative;
}
.list-style_caret li:before {
        content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 2rem;
    display: inline-block;
    margin-right: 1rem;
    color: var(--secondary_clr);
    transition: all 0.3s;
}


footer .footer_widget_row{
    color: #ffffff;
    row-gap: 30px;
}
.footer_widget .widget_title  {
    color: var(--secondary_clr);
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3.5rem;
}
.footer_widget p, .footer_widget li, .footer_widget a{
    color: #ffffff;
}

footer .widget_01 p{
    display: inline-flex;
    line-height: 2.5;
}
footer .widget_01 p i{
    color: var(--secondary_clr);
    font-size: 2rem;
    margin-top: 1.4rem;
    margin-right: 1rem;     
}
.footer_nav_links{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer_nav_links li{
    position: relative;
    padding: 1.2rem 0;
}
.footer_nav_links li:last-child:after,
.footer_nav_links li:before{
    position:absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(45deg, #0066cc, transparent);
    top: -0.1rem;
    left: 0;
}
.footer_nav_links li:last-child:after {
    top: 100%;
}
.footer_nav_links li a {
  position: relative;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.footer_nav_links li a:before{
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size:1rem;
    display: inline-block;
    margin-right: 1rem;
    transition: all 0.3s;
}
.footer_nav_links li a:hover:before,
.footer_nav_links li a:hover {
    color: var(--secondary_clr);
}
.footer_widget  .contact_number {
    margin-top: 3rem;
}
.footer_widget  .contact_number a {
    color: var(--secondary_clr);
    font-weight: 500;
    line-height: 1;
}
.footer_widget  .contact_number a:hover {
    color: #ffffff;
}
footer .copyright_footer {
    background-color: #000d1a;
    padding: 25px 15px;
}
footer .copyright_footer p{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.4;
    
    
}

/* =============== */

/*  
  --primary_font: 'Poppins', sans-serif;
  --secondary_font:'Roboto', sans-serif;

  --text_clr: #1a1a1a;
  --primary_clr: #0066cc; blue
  --secondary_clr: #ffaa00; yellow
  --tertiary_clr: #001a33;

 */