@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  --first-color: #231F20;
  --second-color: #000; 
  --third-color: #FFF200; 
}

:root {
  font-size: 0.6rem;
}

body {
  font-family: "Josefin Sans", sans-serif;
}

.container {
  max-width: 1200px;
}

.container-fluid {
  padding: 0 30px;
}

.section-padding {
padding: 40px 0;
}

/* h1,h2,h3,h4,h5,h6 {
  
} */

a,button{
  display: inline-block;
  text-decoration: none;
  
  transition: 0.2s ease-in;
}

i {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

label, input { 
font-family: "Josefin Sans", sans-serif;
}


/* header */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.mobile-toggler {
  display: none;
}

.toggler-wrapper {
  text-align: right;
}
.toggler-wrapper a {
  font-size: 25px;
  color: #000;
}

.top-header {
  padding: 9px 0;
  background-color: #168ac0;
}

.top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.top-flex p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgb(255 255 255);
  font-weight: 400;
  text-decoration: none;
  transition: .5s ease-in-out;
}

.top-flex p strong {
  /* margin-right: 10px; */
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
  transition: .5s ease-in-out;
  font-weight: 400;
}

.top-flex p a {
  font-size: 13px;
  color: rgb(255 255 255);
  font-weight: 400;
  letter-spacing:0.5px;
}

.top-flex p a:hover {
  color: #fff;
}

.top-flex p i {
  font-size: 14px;
  margin-right: 5px;
}

.header {
  background-color: #fff;
  z-index: 999999;
}

.header-logo  img{
  width: 100%;
  height: 60px;
}

.menu-links {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.menu-links li a {
  display: block;
  font-size: 17px;
  color:#000;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  transition: 0.2s ease-in;
}

.menu-links li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:#0a11a2;
  opacity: 0;
}

.menu-links li:hover a::after  {
  opacity: 1;
}

.menu-links li:hover a {
  color:#fff;
  background-color: #128bbc;
  font-weight: 600;
}

.header-social {
  text-align: center;
  background-color: #128bbc;
  padding: 21px 0;
  border-radius: 0 5px 0 0; 
}


.header-social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  background-color: #71c162;
  border-radius: 50%;
  margin: 0 7px;
  color: #fff;
  font-size: 13px;
}
/* Off Canvas */


/* Off Canvas */

.offcanvas-header {
  background-color: #fff;
  padding: 10px 30px;
  border-bottom: 1px solid rgba(256,256,256,0.2);
}

.offcanvas-header .bi {
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 0px;
  border-radius: 50%;
  padding: 2px;
  font-size: 20px;
}

.offcanvas-header img {
  width: 150px;
}

.offcanvas-body {
  padding: 30px;
background-color: #108ab8;
}


.off-search {
  display: flex;
  margin-bottom: 20px;
}

.off-search button {
  background-color: #ddd;
  color: #222;
  border: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 15px;
  border-right: 2px solid #ccc;
}
.off-search input {
  border: 2px solid #fff;
  height: 40px;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  background-color: #ffff;
  padding-left: 15px;
}

.off-search input:focus {
  outline: none;
}

.off-search input::placeholder {
  color: rgba(256, 256, 256, 0.7);
}

.off-canvas-navs {

  padding-bottom: 5px;
  margin-bottom: 25px;
}


.off-canvas-navs li a {
  display: block;
  color: rgba(256, 256, 256, 0.8);
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(256,256,256,0.2);
  margin-bottom: 15px;
  transition: 0.1s ease-in;
}

.off-canvas-navs li a i {
  margin-right: 15px;
  font-size: 13px;
  float: right;
  margin-top: 3px;
}

.off-canvas-navs li a:hover {
  padding-left: 5px;
  color: #fff;
}

.card-body {
  flex: 1 1 auto;
  padding: 0rem 1rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.off-contact {

  margin-bottom: 40px;
}

.off-contact h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}

.off-contact p {
  margin-bottom: 5px;
  font-size: 15px;
  color: rgba(256,256,256,0.8);
  font-weight: 500;
  line-height: 27px;
}

.off-contact p strong {
  display: block;
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 3px;
}

.off-contact p a {
  font-size: 14px;
  color: rgba(256,256,256,0.8);
  font-weight: 500;
  margin-left: 5px;
}

.off-contact p a:hover {
  color: var(--second-color);
}

/* footer  */

.footer {
  background-color: #188bc3;
  border-top: 5px solid #000;
  padding: 15px 0 0 0;
  position: relative;
}

.footer-content,.footer-link,
.footer-contact, .map {
  margin-bottom: 15px;
}

.f-img-1 {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.f-img-1 img {
  width: 250px;
}

.f-img-2 {
  position: absolute;
  top: 10px;
  left: 20px;
}

.f-img-2 img {
  width: 180px;
}


.f-logo img {
  max-width: 220px;
  margin-bottom: 5px;
}

.f-logo P {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 27px;
}
.f-logo P a{
  color: #2a2a41;
  font-size: 16px;
  font-weight:700;
  letter-spacing: 1px;
}


.footer-content {
  margin-top: 10px;
}

.footer-title {
  color: #fff;
}

.footer-link {
  margin-bottom: 30px ;
}



.footer-link  a {
  display: block;
  padding: 9px 0;
  border-bottom: 1px solid rgba(256,256,256,0.1);
  color: #fff;
  /* text-transform: uppercase; */
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.footer-link  a:hover {
  color: #fff !important;  
}

.contact-flex {
  margin-bottom: 15px;
}

.footer-contact h2,
.footer-link h2,
.map h2 {
  color: #fff;
  font-size: 23px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-contact p {
  display: flex;
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2px;
}

.footer-contact p strong {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-contact p a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.footer-contact p a:hover {
  color:#fff;
}

.footer-contact p i {
  font-size: 14px;
  margin-right: 5px;
}

.footer-social {
  margin-bottom: 15px;
}

.footer-social li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}

.footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  text-align: center;
  background:transparent;
  border: 2px solid rgba(256,256,256,0.2);
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
}

.footer-social a:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
  transform: scale(.8);
}

.copyright {
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, 0.2);
  background-color:#2a2a41;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 0px;
}

.copyright p a {
  color: var(--secondaryColor);
  margin-left: 3px;
  letter-spacing: 1px;
}

/* footer end */

/* Products Section */

.products-sec {
  padding: 15px;
  background-color: #fff;
}
.product-box .img-box {
  position: relative;
  overflow: hidden;
}

.product-box {
  /* margin-bottom: 20px; */
  border-radius: 7px 7px 7px 7px;
  /* border: 1px solid #188bc3; */
  margin-bottom:15px;
}

.product-box .img-box img {
  width: 100%;
  height: 195px;
  /* border: 1px solid #ddd; */
  border-radius: 7px 7px 0 0;
  filter: brightness(97%);
  
}


.product-box .img-box .overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 110%;
  background-color:rgb(24 139 195 / 67%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* transform: translateY(220px); */
  transition: 0.3s ease-in-out;
  border-radius: 7px 7px 0 0;
  opacity: 0;
}


.product-box:hover .overlay {
  /* transform: translateY(0); */
  opacity: 1;
}


.product-box .img-box .overlay h3 {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  background-color:#71c162;
  height: 100%;
  padding: 6px;
  text-align: center;
}

.product-box .img-box .overlay a {
  background-color: #fff;
  color: var(--first-color);
  margin: auto;
  padding: 5px 15px;
  border-radius: 1px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.product-box .img-box .overlay i {
  background-color: #fff;
  color: var(--first-color);
  margin: auto;
  padding: 5px 15px;
  border-radius: 1px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s ease-in;
}

.product-box .img-box .overlay a:hover {
  background-color: #ebebeb;
}

.product-box .img-box .overlay a i {
  margin-right: 5px;
}

.product-box .pro-title   {
  padding: 12px 10px;
  background-color: #2a2a41;
  border: 1px solid #ddd;
  /* border-top: 0; */
  border-radius: 0 0 7px 7px;
}

.product-box .pro-title h2 {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.product-box .pro-title a {
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.pro-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 7px;
}

/* section title  */

.section-title {
  text-align: center;

}

.section-title h2 {
  font-size:37px;
  /* text-transform: uppercase; */
  font-weight: 700;
  margin-bottom: 7px;
}

.section-title h2 span {
  color: var(--second-color);
}

.section-title h3 {
  font-size: 18px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 20px;
  color: rgba(0,0,0,0.7)
}

.section-title h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--first-color);
  width: 70px;
  height: 3px;
  transform: translateX(-50%);
}


/* Contact Section */

.contact-section {
  margin-top: 30px;
}
.contact-form {
  background-color: var(--first-color);
  padding: 34px 52px 43px;
  margin-top: 0px;
  border-top: 23px solid #128bbc;
  border-bottom: 23px solid #128bbc;
}

.contact-form h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}

.contact-form  label {
  color: rgba(256,256,256,0.7);
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.contact-form input,
.contact-form textarea {
  background-color: transparent;
  border: 2px solid rgba(256,256,256,0.2);
  height: 47px;
  color: rgba(256,256,256,0.7);
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  border-radius: 0;
}

.contact-form input:focus,
.contact-form textarea:focus {
  background-color: transparent;
  box-shadow: none;
  border-color: #fff;
  color: rgba(256,256,256,0.7);
}

.contact-form textarea {
  height: 150px;
  margin-bottom: 0;
}

.contact-form button {
  outline: none;
  border: none;
  background-color: #128bbc;
  color: #fff;
  padding: 7px 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
}

.contact-form button:hover {
  background-color: #f5a81f;
}

.contact-box {
  background-color:#128bbc;
  text-align: center;
  padding: 35px 50px;
  border-bottom: 2px solid rgba(256,256,256,0.1);
}

.contact-box i  {
  display: inline-block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 23px;
  color: var(--second-color);
  border-radius: 50%;
  margin-bottom: 5px;
}

.contact-box h2 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 10px;
}

.contact-box p,
.contact-box a {
  font-size: 16px;
  color: rgba(256,256,256,0.7);
  font-weight: 500;
}

.contact-box a:hover {
  color: #fff;
  transform: scale(1.1);
}

.contact-box.two {
  background-color: #128bbc;
}

.contact-box.two i {
  color: #128bbc;
}

/* Choose Section */

.choose-section {
  padding: 50px 0 30px;
}

.choose-box {
  text-align: center;
  padding: 20px;
  border: 1px solid #231f20;
  /* outline: 4px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.choose-icon i {
  display: inline-block;
  font-size: 40px;
  color: var(--second-color);
  margin-bottom: 15px;
}

.Choose-info h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}
.Choose-info p {
  font-size: 16px;
  color: rgba(0,0,0,0.7);
  font-weight: 500;
}

/* banner */

#mob {
  display: none;
}

/* Mobile Dropdown */

.mobile-dropdown {
  text-align: center;
  padding: 25px;
  display: none;
  opacity: 0;
  transition: 0.2s ease-in;
}

.mobile-dropdown a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(256,256,256,0.1);
}

.mobile-dropdown a i {
  margin-right: 10px;
}

.mob-drop li  a{
  padding: 10px 0;
  font-size: 12px;
  color: var(--first-color);
  border-bottom: 1px solid rgba(0,0,0,0.2) !important;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.mob-drop li>span {
  float: right;
  margin-top: -45px;
  padding: 10px;
  font-size: 15px;
}


/* .mob-drop li:last-child a {
  border-bottom: 0 !important ;
} */

.mob-drop li  a:hover {
  color: var(--first-color);
  background-color: #f7f7f7;
}



/* dropdown */

.dropdown {
  position: relative;
}

.pro-drop {
  position: absolute;
  top:70px;
  left: 0;
  width: 300px;
  height: auto;
  /* overflow-y: auto; */
  z-index: 9999;
  /* padding: 10px 10px; */
  /* border-radius: 0 0 10px 10px; */
  background-color: #2a2a2a;
  display: none;
  opacity: 0;
  transition: 0.2s ease-in;
}


.sub_menu_scroll {
  height: 440px;
  overflow-y: auto;
}


/* width */
.sub_menu_scroll::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.sub_menu_scroll:hover::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb {
  /* background: #685c5c; */
  background: #494545;
}

/* Handle on hover */
.sub_menu_scroll:hover::-webkit-scrollbar-thumb:hover {
  /* background: #685c5c; */
  background: #494545;
}
.dropdown:hover .pro-drop {
  display: block;
  opacity: 1;
  margin-top:9px;
}

.menu-links li a:hover .pro-drop li a {
  background-color: unset;
}

.pro-drop li a {
  display: block;
  padding: 10px 15px !important;
  border-bottom: 1px solid rgba(256,256,256,0.2);
  text-align: left;
  color: #fff !important;
  font-size: 13px;
  background-color: #222;
  text-transform: capitalize;
}

/* .pro-drop li:last-child a {
  border-bottom: 0;
} */

.pro-drop li a:hover {
  background-color: #333;
}

.pro-drop li a::after {
  content: unset;
}

/*  */

.contact-page {
  margin: 30px 0;
}

.about-page {
  padding: 25px 0 0;
}

.about-page .choose-section {
  background-color: #f7f7f7;
}

/* breadcrumb */

.breadcrumb {
  padding: 5px 0;
  background-color: #2a2a41;
  margin-bottom: 0;
}

.breadcrumb a {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
}

.breadcrumb span {
  margin: 0 7px;
  color: #fff;
}

/* Product Detail Page */

.product-details {
  padding: 25px 0;
}

.pro-d-img img {
  width: 100%;
  border: 1px solid #ccc;
}

.pro-d-btn {
  /* text-align: center; */

}

.pro-d-btn a {
  display: inline-block;
  padding: 7px 15px;
  background-color: var(--first-color);
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid var(--first-color);
  font-weight: 500;
  margin-top: 15px;
  margin-right: 5px;
}

.pro-d-btn .enq-btn {
  border: 2px solid var(--first-color);
  color: var(--first-color);
  background-color: #fff;
}

.pro-d-btn .enq-btn:hover {
  border-color: var(--second-color);
  color: var(--second-color);
  background-color: transparent;
}

.pro-d-btn a:hover {
  background-color: var(--second-color);
  border-color: var(--second-color);
}

.pro-d-content  {
  padding: 0px 30px;
}

.pro-d-content h2 {
  font-size: 29px;
  margin-bottom: 10px;
  font-weight: 800;
}
.pro-d-content h3 {
  font-weight: 800;
  font-size: 20px;
  color: #000;
}
.pro-d-content P {
  font-size: 17px;
  line-height: 27px;
  color: #000;
}
.modal-body button{ 
    outline: none;
    border: none;
    background-color: var(--second-color);
    color: #fff;
    padding: 7px 20px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}


/* submenu dropdown s  */

.menu-link {
  display: block;
  padding: 15px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.menu-link:hover {
  background: #444;
}

.submenu_dropdown {
  position: relative;
}

.pro-drop,
.sub-drop {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.pro-drop {
  top: 100%;
  left: 0;
}

.sub-drop {
  top: 0;
  left: 100%;
}

.pro-drop li,
.sub-drop li {
  white-space: nowrap;
}

.pro-drop li a,
.sub-drop li a {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.pro-drop li a:hover,
.sub-drop li a:hover {
  background: #2a2a41;
}

/* Show the first-level dropdown on hover */
.submenu_dropdown:hover > .pro-drop {
  display: block;
}

/* Show the second-level dropdown on hover */
.pro-drop .submenu_dropdown:hover > .sub-drop {
  display: block;
}

/* Styling for overflow (optional, if the submenu is long) */
.sub_menu_scroll {
  max-height: 350px;
  overflow-y: auto;
}

/* Add some transition effects */
.pro-drop,
.sub-drop {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.submenu_dropdown:hover > .pro-drop,
.pro-drop .submenu_dropdown:hover > .sub-drop {
  display: block;
  opacity: 1;
  transform: translateY(0);
  width: 320px;
  overflow-x: hidden;
 
}

.submenu_dropdown i{
  float: right;
  margin-top:2px;
}

/* submenu dropdown e */

/*  */

/*  */


.mob {
  display: none;
}
@media (max-width: 768px) {
  .mob {
      display: block !important;
  }
  .desk {
      display: none;
  }
}

/*  */



/*video css*/

.video-sec{
  width: 100%;
         }
 
 
 
 /*video css*/
 
 
 /**/
 
 .best_gr_sec{
 padding: 15px;
 }
 
 .best_gr_div{
     text-align: center;
     border-right: 4px solid orange; 
 }
 
 
 .best_gr_div h3{
     color: orange;
     font-weight: 700;
     font-size:32px;
 }
 
 .best_gr_txt_div p{
     font-family: ;
     letter-spacing: .5px;
     word-spacing: .3px;
     line-height: 25px;
     font-size: 17px;
     color: rgba(0,0,0,.8);
 
 }
 
 
 /**/
 
 
 
 
 /*about css*/
 
 .atlas_about_sec{
     background-color: rgba(35, 131, 156,.1);
     padding: 15px;
 }
 
 /* .atals_about_txt{
     padding-top: 15px;
     padding-bottom: 15px;
 } */
 
 .atals_about_txt h3{
    color:#22A4F3;
    text-transform: uppercase;
    letter-spacing: .6px;
    font-weight:700; 
    font-size: 25px;
 }
 
 .atals_about_txt span{
     color:#63BD57;
     text-transform: uppercase;
     padding-bottom: 7px; 
 }
 
 .atals_about_txt p{
     line-height: 27px;
     text-align: justify;
     letter-spacing: .8px;
     word-spacing: .6px;
     font-size: 15px;
     font-weight: normal;
     font-family: ;
     color: rgba(0,0,0,.8);
  
 }
       
 .about_learn_btn{
     float: right;
 }
 
 .about_learn_btn a {
  border-left: 3px solid #63BD57;
  border-right: 3px solid #63BD57;
  border-top: 3px solid #23839C;
  border-bottom: 3px solid #23839C;
  padding: 5px 15px 5px 15px;
  border-radius: 2px;
  color: #148abd;
  font-weight: normal;
  letter-spacing: .8px;
  font-weight: 800;
  transition: .4s ease-in-out;
  font-size: 15px;
}
 
 
 .about_learn_btn a:hover{
  border-left: 3px solid #63BD57;
  border-right: 3px solid #63BD57;
  border-top: 3px solid #23839C;
  border-bottom: 3px solid #23839C;
  padding: 5px 15px 5px 15px;
  border-radius: 2px;
  color: #148abd;
  font-weight: normal;
  letter-spacing: .8px;
  font-weight: 800;
  transition: .4s ease-in-out;
  font-size: 15px;
 }
 
 /**/
 
 
 /*atlas mission*/
 .mission_section{
     padding-top: 70px;
     padding-bottom: 30px;
     margin: auto;
     transition: .4s ease-in-out;
     box-shadow: 0 4px 20px 2px lightgray;
 }
 .mission_div{
     margin: auto;
     text-align: center;
 }
 
 
 
 .mission_div img{
     width: 80px;
         transition: .4s ease-in-out;
         border-radius: 50px;
 
 }
 
 .mission_div  h4{
 color: #23839C;
 letter-spacing: .6px;
 font-weight: 600;
 transition: .4s ease-in-out;
 padding-bottom: 5px;
 padding-top: 5px;
 font-size: 25px;
 
 }
 
 
 .mission_div p{
 font-family: ;
     letter-spacing: .5px;
     word-spacing: .7px;
     line-height: 25px;
   font-size: 15px;
     transition: .4s ease-in-out;
 
 }
 
 
 .mission_div_btn{
     float: ;
 }
 .mission_div_btn a{
 color:#63BD57;
 font-weight: normal;
 letter-spacing: .8px;
 transition: .4s ease-in-out; 
 font-weight: 600;
 }
 .mission_div_btn a:hover{
 color:#23839C;
 font-weight: normal;
 letter-spacing: .8px;
 transition: .4s ease-in-out; 
 font-weight: 600;
 }
 /**/
 
 /*product page css*/
 .atlas_our_sec{
  padding: 15px;
  box-shadow: 0 4px 20px 2px lightgray;
  background-color: #128bbc29;
 }
 .atlas_pro_head_ti{
  text-align: center;
 }
 .atlas_pro_head_ti  h3{
  padding-bottom: 7px; 
  letter-spacing: .6px;
  font-weight: 700;
  font-size: 35px;
 }
 .atlas_pro_head_ti span{
  color:#000;
  /* text-transform: uppercase; */
  padding-bottom: 7px; 
 }
 .atlas_our_text{
  margin: auto;
  border: 1px solid #878d8f21;
  margin-bottom: 15px;
  padding: 10px;
  outline: 4px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  background-color: #fff;
}
 .atlas_our_text a{
  text-decoration: none;
  font-size: 14px;
 }
 .atlas_our_text img{
  transition: .4s ease-in-out;
  margin-bottom: 10px;
  width: 100%;
  height: 185px;
  border-bottom: 1px solid #128bbc;

 }
 .atlas_our_text:hover img{
  transition: .4s ease-in-out;
  box-shadow:0px 0px 0px 0px lightgray; 
 }
 .atlas_our_text h5{
  color: #23839C;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: .4s ease-in-out;
 }
 
 .atlas_our_text:hover h5{
  color: #23839C;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  transition: .4s ease-in-out;
 }
 .btn-primary {
  color: #fff;
  background-color: #71c162;
  border-color: #71c162;
}
.btn-primary:hover {
  color: #fff;
  background-color: #128bbc;
  border-color: #128bbc;
}
 .atlas_our_text p{
  font-size: 15px;
  letter-spacing: .5px;
  word-spacing: .7px;
  line-height: 25px;
 }
 .atlas_our_text a p{
  font-size: 15px;
  letter-spacing: .5px;
  word-spacing: .7px;
  line-height: 25px;
  color:#000;
 }
 .pt-cv-readmore{
  margin-bottom: 15px;
 }
 
 /*product page css*/

 /*form css*/
   
 .form_area {
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  color: white !important;
  background-attachment: fixed;
 }
 .form_area_ovr_bg{
  background-color: rgba(0,0,0,.7);
  padding: 30px 20px;
 }
 .form_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
 }
 .first_fr input[type=text]{
  background-color: transparent;
  border:1px solid white;
  width: 200px;
  margin:4px;
 }
 .first_fr input::placeholder{
  color: white;
  font-weight: normal;
 }
 .first_fr input:focus::-webkit-input-placeholder {
   visibility: hidden;
 }
 .frombtn{
  border:1px solid white;
  color: white; 
  font-weight: bold;
  font-size: 20px;
  padding: 6px 30px;
  border-radius: 50px;
 }
 .frombtn:hover{
  border:1px solid black;
  color: black; 
  font-weight: bold;
  font-size: 20px;
  padding: 6px 30px;
  border-radius: 50px;
 }
 
 /*form css e*/


 /* blogs s */
.blogs_sections{
padding: 15px;
}
.blogs_sections h2{
  font-size: 37px;
  font-weight: 700;
  margin-bottom: 7px;
  text-align: center;
}
.hardenes_colors {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product1-box .img-box {
  position: relative;
  overflow: hidden;
}

.product1-box {
  /* margin-bottom: 20px; */
  border-radius: 7px 7px 7px 7px;
  border: 1px solid #128bbc;
  margin-bottom: 15px;
}

.product1-box .img-box img {
  width: 100%;
  /* border: 1px solid #ddd; */
  border-radius: 7px 7px 0 0;
  filter: brightness(97%);
}

.product1-box .img-box .overlay {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 110%;
  /* background-color:rgba(35,31,32,0.95); */
  background-color:rgb(113 193 98 / 83%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* transform: translateY(220px); */
  transition: 0.3s ease-in-out;
  border-radius: 7px 7px 0 0;
  opacity: 0;
}

.product1-box:hover .overlay {
  /* transform: translateY(0); */
  opacity: 1;
}

.product1-box .img-box .overlay h3 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  background-color: var(--second-color);
  height: 100%;
  padding: 0 7px;
  text-align: center;
}

.product1-box .img-box .overlay a {
  background-color: #fff;
  color: var(--first-color);
  margin: auto;
  padding: 5px 15px;
  border-radius: 1px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.2s ease-in;
}

.product1-box .img-box .overlay a:hover {
  background-color: #ebebeb;
}

.product1-box .img-box .overlay a i {
  margin-right: 5px;
}

.product1-box .pro-title   {
  padding: 12px 10px;
  background-color: #ebebeb;
  border: 1px solid #ddd;
  /* border-top: 0; */
  border-radius: 0 0 7px 7px;
}

.product1-box .pro-title h2 {
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;
  color: #231f20;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.blogs_sections {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product1-box .pro1-title h2 {
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 0;.pro-drop 
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  display:inline-block;
  float:right;
  color:#fff;
}

.product1-box .pro1-title {
  padding: 12px 10px;
  background-color: #128bbc;
  border: 1px solid #ddd;
  /* border-top: 0; */
  border-radius: 0 0 7px 7px;
}
.pro1-title p{
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.pro1-title a{
  float: right;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}

 /* bogs e */

 /* about-us inner page s */
 .about_sec {
  padding: 15px;
 }
.atals_about_txt h4{
  font-size: 18px;
  color: #128bbc;
  font-weight: 600;
  line-height: 27px;
}
.atals_about_txt ul li{
  font-size: 15px;
  color:rgba(0,0,0,.8);
  line-height: 27px;
}
 /* about us innedr page e */
 
 .dropdown i{
     font-size:13px;
 }
 
 
 /* hydraulic_valve s */
 .hydraulic_valve {
  padding: 15px;
 }
.image_hydrolic {
  padding: 5px;
  position: relative;
}
.image_hydrolic img{
  width: 100%;
  height: 238px;
  border: 1px solid #00000026;
  outline: 4px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 15px;
  
}
.hydraulic_content {
  padding: 5px;
}
.hydraulic_content h3{
  font-size: 32px;
  color: #000000e3;
  line-height: 40px !important;
  font-weight: 700;
 }

  .hydraulic_content p{
    font-size: 15px;
  }
  .hydraulic_content h4{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #128bbc;
  }
  .hydraulic_content ul li{
    font-size: 15px;
    line-height: 27px;
  }
 /* hydraulic_valve e */
 
 /* btf_strip s */
 .btf_strip {
  padding: 15px;
 }
.image_btf_strip {
  padding: 5px;
    position: relative;
}
.image_btf_strip img{
  width: 100%;
  height: auto;
  border: 1px solid #00000026;
  outline: 4px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 15px;
  

}
.btf_strip_content {
  padding: 5px;
}
.btf_strip_content h3{
  font-size: 28px;
  color: #000000e3;
  line-height: 27px;
  font-weight: 700;
 }

  .btf_strip_content p{
    font-size: 15px;
  }
  .btf_strip_content h4{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #128bbc;
  }
  .btf_strip_content ul li{
    font-size: 15px;
    line-height: 27px;
  }
 /* btf_strip e */
/* hydraulic_seals s */
.hydraulic_seals {
  padding: 15px;
}
.hydraulic_seals h3{
 color:#000;
 font-size:25px;
 text-align:center;
 font-weight:700;
}
.hydraulic_seals p{
  font-size:14px;
  line-height:27px;
}
 /* hydraulic_seals e */
 
 
 /* sitemap css start */

.sitemap_section{
  padding-top: 20px;
  padding-bottom: 50px;
}

.sitemap_ul_div ul{
  list-style: none !important;
}

.sitemap_ul_div li{
  line-height: 40px;
  border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #08a63d;
background-color: #fff;
transition: .5s ease;
display: block;
 
}


.sitemap_ul_div li:hover{
  line-height: 40px;
  border: 1px dashed lightgray;
margin-bottom: 15px;
padding: 7px 10px;
border-left: 5px solid #212121;
background-color: #128bbc;
transition: .5s ease;
 
}

.sitemap_ul_div li:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #128bbc;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li:hover:before{
  position: relative;
    content: '\2059';
    margin-right: 4px;
    font-weight: bold;
    color: #fff;
    top: -1px;
    font-size: 20px;
}


.sitemap_ul_div li a{
  text-transform: capitalize;
  font-size: 15px;
  display: inline-block;
  color:#000;
}


.sitemap_ul_div li:hover a{
  text-transform: capitalize;
  font-size: 15px;
  color: #fff;
}

.one_way_taxi_inner_se{
  padding-top: 50px;
  padding-bottom: 50px;
}

.one_way_ser_div{
  margin-bottom: 20px;
}

.headti{
  text-align: center;
  margin-bottom: 25px;
}

.sitemap_head_ti{
  margin-bottom: 10px;
}

.sitemap_head_ti h2{
  font-size: 25px;
  font-weight: 800;
  color:#000;
}

.site_map_navi{
  background-color: #fafafa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.site_map_nav{
  margin-bottom: 20px;
}

.site_map_nav h2{
  font-size: 30px;
  color: #000;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight:900;
}

.site_map_nav a{
 background-color: #fff;
 color: #212121;
 padding: 10px 20px 10px 20px;
 text-transform: capitalize;
 border-radius: 100px;
 margin: 0px 5px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 transition: .3s ease-in-out;
 border-left: 5px solid #eeeaea;
 border-right: 5px solid #eeeaea;
 font-size: 15px;
}

.site_map_nav a:hover{
  background-color: #128bbc;
  color: #fff;
  padding: 10px 20px 10px 20px;
  text-transform: capitalize;
  border-radius: 100px;
  margin: 0px 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: .3s ease-in-out;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
 }
/* sitemap css end */
 
 .product1-box .img-box .overlay  i{
    background-color: #fff;
    color: var(--first-color);
    margin: auto;
    padding: 5px 15px;
    border-radius: 1px;
    font-size: 13px;
    font-weight: 500;
    transition: 0.2s ease-in;
}
 
 /**/
 
  .pro-drop.show {
        display: block;
    }
    
    .products_sec2 {
       padding:15px;
    }
    
    .off-canvas-navs .bi-caret-down{
    float:right; 
    margin-top:-49px;
    color: #fff;
    margin-right: 18px;
    font-size: 13px;
    }
    
    .services_sec2 {
        padding:15px;
    }
    
    .back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.atlas_pro_head_ti p{
    color:#000;
    font-size:15px;
    line-height:25px;
    font-weight:400;
    margin-bottom:20px;
}
 
 
 .book_btn1 {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #168ac0;
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}
.book_btn1 a{
    color:#fff;
}




/* state page css s */

.state_page_sec {
  padding: 20px 0;
  background-color: #f0f3f5;
  display:none;
}



.state_page_sec h3 {
  font-size: 30px;
  font-weight: 800;
  color: #20195f; 
  text-align: center;
  margin-bottom: 15px;
}

.state_page ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.state_page ul li {
  margin-bottom: 10px;
  background-color: #128bbc;
  padding: 10px;

}

.state_page ul li a {
  text-decoration: none;
  color: #fff; 
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.state_page ul li a:hover {
  color: #000; 
  text-decoration: none;
}


/*  state page css e */

