/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/




html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CoraW01';
  src: url('../fonts/CoraW01-Regular.woff2') format('woff2'),
    url('../fonts/CoraW01-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  word-spacing: 2px;
}

:root {
  --primary-color: #f4bd18;
  --secondary-color: #003c76;
  --white-color: #fff;
  --black-color: #000;
  --font-primary: 'CoraW01';
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}

a {
  text-decoration: none;
  font-family: 'Poppins';
}

h1,h2 {
  font-family: 'CoraW01';
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 2px;
}


h3,h4,h5,h6 {
  font-family: 'Poppins';
  font-weight: 700;
}

label {
  font-family: 'Poppins';
}

p,input,select,textarea,li {
  color: #575757;
  font-family: 'Poppins';
  font-size: 15px;
}

img {
  width: 100%;
}

body {
  font-family: 'Poppins';

}

.pt-6 {
  padding: 60px 0px !important;
}



.mt-6 {
  margin: 60px 0px !important;
}

.btn-nav a {
  background: var(--secondary-color);
  padding: 4px 24px;
  border-radius: 6px;
  color: white;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 15px;
}

.btn-nav a:hover {
  background-color: var(--primary-color);

}

.sticky-top {
  top: 100px;
}

.main-div {
  overflow: hidden;
}

.button.btn a {
  background: var(--secondary-color);
  padding: 10px 26px;
  border-radius: 50px;
  font-size: 15px;
  color: white;
  font-weight: 600;
}

.button.btn:hover a {
  background: var(--primary-color);
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.menu {
  width: 60%;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu {
    width: 60%;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end !important;
}

.menu-icon {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center !important;
}
.nav-bar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--white-color);
  border-radius: 10px;
  position: relative;
}


.logo {
  width: 10%;
}

.logo img {
  width: 100%;
  padding: 10px;
}

.sticky .logo img {
  width: 100px;
  padding: 6px;
}

.nav-btn {
  width: 12%;
  background: var(--primary-color);
  color: var(--white-color);
  height: 40px;
  padding: 10px;
  right: 0;
  position: absolute;
  text-align: center;
  border-radius: 6px;
}

.menu ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.menu ul li {
  display: inline-block;
  margin: 0 36px 0 0;
}

.menu ul li:last-child {
  margin: 0;
}
.menu ul li a i {
  font-size: 11px;
}

.menu-login i {
  color: black;
}

.menu ul li {
  position: relative;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  padding: 0px;
}

.menu-login a {
  color: black;
}

.menu-secach i {
  color: black !important;
  font-size: 20px;
}

.menu-login i {
  color: black !important;
  font-size: 22px;
}

.menu ul li a {
  display: inline-block;
  color: #363737;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  padding: 28px 0px;
  font-weight: 600;
}

.menu ul li i {
  font-size: 16px;
  margin-left: 3px;
}

ul.dropdown li i {
  font-size: 10px;
}

ul.dropdown {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9999;
  background-color: var(--primary-color);
  min-width: 225px;
  opacity: 0;
  border-radius: 6px;
  width: auto;
}

ul.dropdown li {
  margin: 0;
  width: 100%;
  position: relative;
  padding: 2px;
}

.menu ul li:hover ul.dropdown {
  display: block;
  opacity: 1;
}

/* .slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 21px;
  position: absolute;
  top: -90px !important;
  left: 0;
  width: 25px;
  height: 25px;
  content: '•';
  text-align: center;
  opacity: .95;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

} */

button.slide-arrow.prev-arrow.slick-arrow {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: 7%;
  background: white;
  padding: 4px 10px;
  font-size: 20px;
  text-shadow: #000;
  z-index: 99;
  border: none;
}

button.slide-arrow.next-arrow.slick-arrow {
  color: var(--secondary-color);
  position: absolute;
  top: 50%;
  right: 7%;
  background: white;
  padding: 4px 10px;
  font-size: 20px;
  text-shadow: #000;
  z-index: 99;
  border: none;
}

/* .slick-dots li.slick-active button:before {
  opacity: .85;
  color: white;
  border: 2px solid;
  border-radius: 50%;
  line-height: 0.9;
} */
.sider-img img {
    width: 100%;
    height: auto;
}

ul.dropdown li a {
  width: 100%;
  display: inline-block;
  padding: 5px 12px;
  position: relative;
  border-radius: 6px;
  color: var(--white-color);
}

ul.dropdown li:hover a::before {
  opacity: 1;
  width: 100%;
  border-radius: 6px;
}

ul.dropdown li:hover a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 100%;
  background-color: white;
  -webkit-transition: .3s ease-in;
  -o-transition: .3s ease-in;
  transition: .3s ease-in;
  z-index: -1;
}

ul.dropdown li a:hover {
  color: #000000 !important;
  background: white;
}

.menu ul li ul.dropdown li ul.dropdown {
  display: none;
  position: absolute;
  top: 0;
  left: 226px;

}

.menu ul li ul.dropdown li:hover ul.dropdown {
  display: block;

}

.menu-line {
    background: lightgrey;
    width: 2px;
    HEIGHT: 36PX;
}

.menu-login a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu ul li a.active {
  color: var(--primary-color);

}

.nav-btn a {
  color: white;
}

.menu ul li a:hover {
  color: var(--primary-color);
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  -webkit-animation: slidetop 0.6s ease-in;
          animation: slidetop 0.6s ease-in;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 100%;
}

.sticky .nav-btn {
  border-radius: 0px;
}

h2 span {
  color: var(--primary-color);
}

.menu-icon i {
  background: var(--white-color);
  padding: 1px 8px;
  border-radius: 50%;
}

/* ================= header ============================  */
.header { 
  width: 100%;  
}
@-webkit-keyframes slidetop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes slidetop {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-text h1 {
  color: white;
  font-size: 56px;
  line-height: 75px;
  letter-spacing: 2px;
}

.header-text h1 span {
  color: var(--black-color);
}

.header-text h5 {
  color: var(--primary-color);
}

.header-img-btn .btn-nav a {
  background: var(--primary-color);
  color: #000;
}
.header-img-btn .btn-nav:nth-child(2) a {
  background: white;
  color: #000;
}
.header-img-btn .btn-nav:hover a{
  background-color: var(--secondary-color);
  color: white;
}
.header-img-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.header-top {
  background: white;
}

.header-text {
  position: absolute;
  top: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.main-box-2 {
  position: relative;
}

section.header-main {
  position: absolute;
  top: 0;
  z-index: -2;
}

.header-text p {
  font-size: 16px;
  margin-bottom: 40px;
  color: white;
}

.header-box {
  padding-top: 10%;
  position: relative;
}

.header-chip-img img {
  width: 450px;
  float: right;
}

/* ================== About ==================== */

.about-us-text h2 {
  font-size: 42px;
  color: var(--secondary-color);
}

.about-us-text h5 {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 300;
}

.about-us-img img {
  width: 98%;
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.about-us-img {
  position: relative;
  width: 95%;
}

.about-shape {
  background: var(--primary-color);
  width: 98%;
  position: absolute;
  top: 3%;
  right: 5%;
  content: " ";
  color: red;
  height: 100%;
  z-index: -99;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.button.btn {
  padding: 0;
  border: 0;
}


/* ================= Choose-btn =====================  */
.Choose-sec {
    background-color: #f1f7fc;
    padding: 60px 0px;
}

.choose-card {
  padding: 36px 20px 30px;
  background: white;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin: 0px 4px;
}

.choose-image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.choose-card img {
  width: 50%;
  margin-bottom: 30px;
}

.choose-card a .choose-card i {
  color: var(--secondary-color) !important;
  font-weight: 600;
}

.choose-card p {
  font-size: 15px;
}

.choose-card h5 {
  font-size: 24px;
  font-family: var(--font-primary);
}

a.Choose-btn {
  background: none;
  color: var(--secondary-color);
}


.choose-card:hover {
  background-color: var(--secondary-color);
}

.choose-card:hover,
.choose-card:hover i,
.choose-card:hover a.Choose-btn,
.choose-card:hover p {
  color: white;
}

.choose-card:hover img {
  -webkit-filter: brightness(69.5);
          filter: brightness(69.5);
}

/* =================  product-box  ================= */
.product-sec {
  background-image: url(../images/img-sec.jpg);
  padding: 60px 0px;
}

.product-box {
  text-align: center;
  width: 95%;
  background: white;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  overflow: hidden;
}
.product-box img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover; 
  -webkit-transition: .4s; 
  -o-transition: .4s; 
  transition: .4s;
}
.product-box img {
  border-radius: 20px 20px 0px 0px;
}
.product-box:hover img{
 -webkit-transform: scale(1.1);
     -ms-transform: scale(1.1);
         transform: scale(1.1);
}

.product-info h4 a {
  font-size: 24px;
  color: black;
  font-family: var(--font-primary);
  letter-spacing: 2px;
}


/* ================== testimonial  ===================== */
section.testimonial-sec {
  padding: 60px 0px;
}
.testimonial-box {
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  padding: 20px 30px;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: relative;
  min-height: 275px !important;
  border-radius: 25px;
  background: #f1f7fc;
  margin: 8px 25px 40px;
  width: 94% !important;
}
.testimonial-box:hover .test-para p {
  color: #fff;
}

.testimonial-box:hover .test-img-txt h6 {
  color: #fff;
}

.testimonial-box:hover .test-arrow i {
  color: #fff;
}
.testimonial-box:hover {
  background: var(--primary-color);
}

.test-img img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border: 2px solid #fff;
}

.test-img-txt h6 {
  margin: 0;
  color: var(--secondary-color);
}

.testimonial-sec .slick-dots li button:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 21px;
  position: absolute;
  top: 10% !important;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .95;
  color: var(--primary-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.test-arrow i {
  position: absolute;
  left: 27px;
  font-size: 53px;
  color: var(--secondary-color)
}

.test-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 20px;
  margin-top: 30px
}

.test-arrow p {
  padding-top: 20px
}

.test-para p {
  padding-top: 65px;
  font-family: 'Poppins';
  font-size: 15px;
}

.test-img-txt p {
  padding: 0
}

.test-span h4 {
  text-align: center;
  font-size: 18px
}

.testimonial-sec .slick-dots li.slick-active button:before {
  opacity: .85;
  color: var(--secondary-color);
  border: 2px solid;
  border-radius: 50%;
  line-height: 0.34;
}

/* ==================== brand-img ===================*/
.brand-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 180px;
    height: 120px;
    -webkit-transition: 0.4s ease-in;
    -o-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
}
.brand-img img:hover {
    -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
            transform: scale(1.09);
}
.brand-sec{
padding: 60px 0px;
}
section.blog-sec {
  background: #f1f7fc;
  padding: 60px 0px;
}
.blog-sec .product-info h4 a {
  font-size: 20px;
  color: var(--secondary-color);
  font-family: var(--font-primary);
  letter-spacing: 2px;
}
.blog-sec .product-box img{
  width: 100%;
    height: 240px;
   
}
/* ==================== footer ===================*/
section.section-footer {
  padding: 60px 0px 40px;
  background: var(--secondary-color);
}
.footer_box img {
  width: 130px;
  margin-bottom: 20px;
}
.footer_box p {
  color: white;
  margin: 0;
}
.footer-social ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
section.section-footer .footer-social ul li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: var(--secondary-color);
  font-size: 15px;
  margin-top: 20px;
}
section.section-footer .footer-social ul li a:hover{
  background-color: var(  --primary-color);
}
h3.f-title {
  position: relative;
  color: white;
  font-size: 24px;
  font-family:var(----font-primary);
}
.line {
  content: "";
  background: var(--primary-color);
  width: 61px;
  height: 2px;
  margin-bottom: 20px;
}
.footer-list ul li {
  margin-bottom: 8px;
}
.footer-list ul li::before {
  content: ">";
  position: absolute;
  color: var(--primary-color);
  margin-top: -1px;
  font-size: 20px;
}
.footer-list ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  margin-left: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.footer-list.footer-list-2 ul li {
    width: 36%;
    display: inline-block;
    margin-bottom: 8px;
}
.footer-list.footer-list-2 ul li.menu-item-gtranslate:before{
	display:none;
}
.addd ul li i {
  font-size: 16px;
  margin-right: 8px;
  background: white;
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  color: var(--secondary-color);
  
}
.addd ul li i:hover {
  background: var(--primary-color);
}
.product-box:hover a.Choose-btn {
    color: var(--primary-color);
}
.addd ul li {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.menu-icon i:hover{
  color: var(--primary-color) !important;
    }
    .menu-login:hover a, .menu-login:hover i{
      color: var(--primary-color) !important;  
    }
.addd ul li a{
  color: white;
}
.footer-bot {
  border-top: 2px solid gray;
  background: #003c76;
}
.footer-bot p {
  color: white;
  padding: 12px;
  margin: 0;
  text-align: center;
}
.footer-list ul li a:hover{
   letter-spacing: 2px;
   color: var(--primary-color) !important; 
}
.addd ul li:hover a, .addd ul li:hover i{
     letter-spacing: 1px;
    color: var(--primary-color) !important;    
  transition: .3s;
}

.in-head-text {
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  color: #000000;
  left: 50%;
}
.in-head-text h1 {
  text-transform: capitalize;
  color: white;
  font-size: 56px;
  font-family: var(----font-primary);
}
.in-head-text nav {
  text-align: center;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
nav ol li a {
  color: var(--primary-color);
  text-align: center;
  font-size: 18px;
  font-family: var(--font-primary);
}
.breadcrumb-item.active {
  color: white;
  font-size: 19px;
  font-family:var(--font-primary);

}
.breadcrumb-item+.breadcrumb-item::before {
  text-align: center;
  padding-right: 10px;
  color: white;
  content: var(--bs-breadcrumb-divider, "|");
  font-size: 19px;
}
.in-head img {
  height: 320px;
  object-fit: cover;
}
.About-head h3 {
  font-size: 42px;
  font-family: var(--font-primary);
  color: var(--secondary-color);
  margin: 0;
}
.abb-box.two-section {
  position: relative;
}
.About-head {
  width: 95%;
}
.abb-box.two-section .big_img-2 {
  position: absolute;
  width: 70%;
  right: 0;
  border: 2px solid white;
  margin-bottom: 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.abb-box.two-section .small_img-2 img {
  width: 40%;
  left: 57px;
  z-index: 12;
  top: 125px;
  position: absolute;
  border: 10px solid white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

section.About.Vision-inner{
  background: #f1f7fc;
  padding: 60px 0px;
  margin: 60px 0px;
}
.About-head-line {
  background: var(--primary-color);
  content: "";
  width: 60px;
  height: 4px;
  margin-bottom: 20px;
}
.team-box {
  background: white;
  padding: 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 98%;
}
.team-img img {  
  transition: 0.3s;
}
.team-text {
  text-align: center;
  margin-top: 16px;
}
.team-text h3 {
  font-size: 16px;
}
.team-text p {
  font-size: 14px;
  color: black; 
}
section.our-team {
  padding-bottom: 60px;
}


section.Blog-sec {
  padding: 60px 0px 40px;  
}
.blog-main {
  position: relative;
}
.blog-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blog-text {
  width: 90%;
  background-color: white;
  position: relative;
  margin: -65px auto 40px;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
   -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 4px solid white;
}
.blog-text:hover {
  border-top: 3px solid var(--primary-color);
  border-radius: 10px;
}
.blog-main .blog-img img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;  
  border-radius: 10px; 
  -webkit-transition: .4s; 
  -o-transition: .4s; 
  transition: .4s;
}
.blog-text span {
  color: var(--primary-color);
  font-size: 13px;
  display: flex; 
}
.blog-text h3 a {
  font-size: 20px;
  font-weight: 800;
  font-family: var(--font-primary);
  color: var(--secondary-color);
}
.blog-area {
  width: 94% !important;
}
.blog-btn a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--secondary-color);
    margin-right: 13px;
}
.blog-text:hover .blog-btn a {
   color: var(--primary-color);
}
.blog-btn i{
  font-size:10px;
} 

.blog-main:hover .blog-img img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-radius: 10px;
}
section.About-2 {
  padding: 60px 0px 0px;
}
.work-area {
  background: white;
  padding: 19px;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 8px;
}
.work-area h3 {
  color: var(--secondary-color);
  font-size: 18px;
}
.work-area:hover{
  background: var(--secondary-color);
}
.work-area:hover h3, .work-area:hover p{
color: white;
}
section.work-sec.pt-6 {
  background: #f1f7fc;
}
.testimonlas-text img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonlas-text {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.testimonlas-img h5 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.testimonlas-img {
  margin-left: 20px;
}
.testimonlas-img p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--secondary-color);
}
.work-main-size {
  width: 95%;
}


/* .silder-box .slick-dots li.slick-active button:before {
    opacity: .85;
    color: black;   
    border-radius: 50%;    
}

.silder-box  .slick-dots li button:before {
  font-family: 'slick';
  font-size: 20px;  
  position: absolute;
  top: 0px !important;
  right: 0;
  width: 25px;
  height: 25px;
  content: '•'; 
  opacity: .95;
  color: black; 
} */

section.About-img .about-us-img {
    position: relative;
    width: 95%;
    top: -20px;
}
.silder-box .slick-dots {
  position: absolute; 
  text-align: start; 
  left: 0;
}

.silder-box .slick-dots li {
  width: 14px !important;
  height: 14px !important;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 50%;
}

.silder-box .slick-dots button {
  width: 0px !important;
  height: 0px !important;
  display: block;
  padding: 0;
  border: 1px solid #3ccaef;
  border: none;
  border-radius: 50%;
 }

.silder-box .slick-dots li.slick-active button {
  background-color: #ffffff;
  }
.blog-text-span p {
  font-size: 14px !important;
  color: #535353;
  font-weight: 600;
  margin: 0;
}

.silder-box .slick-dots li.slick-active {
  border: 2px solid #003c76;
  background-color:#003c76;
}

.silder-box .slick-dots li button:before {
  display: none !important;
}
.container-text{
  text-align: center;
  margin-bottom: 50px;
}
.container-text .About-head-line { 
  margin: 0 auto 20px;
}
.container-text h3{
  text-align: center;
  color: var(--secondary-color);
 
    font-size: 42px;
    font-family: var(--font-primary);
    color: var(--secondary-color);

}
.blog-text-span span i {
  font-size: 20px;
  margin-right: 10px;
}
.blog-text-span {
  display: flex;
  justify-content: space-between;
}
.blog-text p {
  font-size: 13px;
}

.contact-text h5 {
  color: var(--primary-color);
}
.contact-text p {
  margin: 10px 0 0 0;
  font-size: 15px;
}
.contact-flex {
  width: 100%;
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-icon {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font-size: 30px;
  color: var(--tertiary-color);
  background-color: var(--primary-color);
  transition: all 0.5s;
}
.contact-icon i {
  color: white;
}
.contact-icontext {
  width: 85%;
}
.contact-icontext h3 {
  font-size: 22px;
  margin: 0;
  transition: all 0.5s;
}
.contact-text p {
  margin: 10px 0 0 0;
  font-size: 15px;
}
section.contact-sec .home-form {
  background: var(--primary-color);
  padding: 40px;
}
.h-form-txt span {
  font-size: 42px;
  color: white;
  font-family: var(--font-primary);
}
.home-form .h-form-txt p {
  font-size: 16px;
  color: white;
}
input.form-control {
    background: white;
    border: 1px solid #f4bd18;
    margin-bottom: 18px;
    color: black;
    padding: 9px 12px;
    border-radius: 8px;
}
textarea.form-control {
    background: white !important;
    /* border: 1px solid gray; */
    margin-bottom: 18px;
    color: black;
    height: 150px;
}
section.contact-sec {
  padding: 60px 0px;
}
section.contact-sec input[type=submit] {
  background-color: black;
}
input[type=submit] {
  background: var(--primary-color);
  border: none;
  padding: 8px 30px;
  color: white;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 0px;
}

.Companies-box {
  width: 100%;
  height: 280px;
  overflow: hidden;
  transition: 0.2s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 20px;
}
.Companies-box img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  transition: 0.8s;
}
.Companies-box img:hover {
  transform: scale(1.2);
}
.Resources-box {
  background: white;
  margin: 0px 20px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.Resources-box {
  background: white;
  margin: 0px 20px;
  text-align: center;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.Resources-text {
  padding: 20px;
}
.Resources-text h3 {
  font-size: 1.3rem;
  text-align: center;
}
.Resources-text p {
  text-align: center;
  font-size: 12px;
}
.Resources-box:hover .img-Resources img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.img-Resources {
  overflow: hidden;
}
.img-Resources img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-single-area {
  padding: 60px 0px 20px;
}
.widget {
  background: var(--secondary-color);
  padding: 20px;
  margin-bottom: 30px;
}
.widget .widget-title {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 26px;
  color: white;
}
.widget .category-list a {
  display: block;
  padding: 10px 18px;
  font-weight: 500;
  color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: white;
  border-radius: 6px;
}
.widget .category-list a i {
  margin-right: 12px;
  color: var(--primary-color);
  transition: all 0.1s ease-in-out;
}
.guest-form h4 {
  font-size: 32px;
  color: white;
  text-align: center;
  margin: 20px;
  font-weight: 600;
}
.guest-form input {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.guest-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: none;
  outline: none;
  border-radius: 4px;
}
.guest-form input[type=submit] {
  color: white;
  background: var(--primary-color);
  font-size: 21px;
  padding: 7px 2px;
  cursor: pointer;
  transition: 0.2s;
}
.service-details-img.mb-30 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
ul.service-single-list li {
  margin-bottom: 10px;
}
.service-single-list i {
  color: white;
  margin-right: 18px;
  background-color: var(--secondary-color);
  border-radius: 1px;
  padding: 2px;
}
section.Careers-sec {
  padding: 60px 0px;
}
.detail_image {
  width: 100%;
  height: 400px;
}
.detail_blogtext h2 {
  font-size: 36px;
  margin: 30px 0 0 0;
  color: black;
}
.detail_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.detail_blogtext h2 {
  font-size: 36px;
  margin: 30px 0 0 0;
  color: black;
}
.blog_head ul {
  padding: 0;
  display: inline-block;
  margin: 20px 0;
}
.blog_head ul li {
  display: inline-block;
  margin: 0 30px 0 0;
  color: black;
  font-size: 15px;
}
.blog_head ul li i {
  color: var(--primary-color);
  margin: 0 10px 0 0;
}
.blog_info {
  width: 100%;
  background-color: #0000000d;
  padding: 30px 60px 30px 40px;
  margin: 0 0 30px 0;
}
.blog_info p {
  color: var(--primary-color);
  font-size: 20px;
  font-style: italic;
  padding: 0 0 0 70px;
  display: inline-block;
  margin: 10px 0 0 0;
}
.blog_box_cont {
  width: 100%;
  padding: 30px;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}
section.contact-box {
    padding: 60px 0px;
}
.blog_info h3 {
    font-size: 20px;
    color: #9a9a9a;
    font-weight: 400;
    font-style: italic;
}
.blog_box_cont h4 {
  font-size: 25px;
  color: var(--primary-color);
  position: relative;
  display: inline-block;
  margin: 0;
}
.blog-link {
  width: 100%;
  margin: 20px 0 0 0;
}
.blog-link a:hover {
    color: #f5c126;
}
.service-details.mt-3 .blog-text-span {
    display: flex;
    justify-content: flex-start;
    /* margin: 0px 20px; */
}
.service-details.mt-3 .blog-text-span span {
    display: flex;
    margin-right: 40px;
}
.blog-link a {
  font-size: 18px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--secondary-color);
}
.blog-text-span span {
    display: flex;
}
.blog-text-span span i {
    color: #edc012;
}
.event-single-sidebar .sidebar-item .event-details {
    margin-top: 40px;
}
.event-single-sidebar .sidebar-item .sidebar-title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Archivo", sans-serif;
    font-weight: 700;
    color: #1a0a1e;
    margin-bottom: 30px;
}
.event-single-sidebar .sidebar-item .event-details ul li .title {
    font-size: 14px;
    line-height: 24px;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
    color: #1a0a1e;
}
.event-single-sidebar .sidebar-item .event-details ul li p {
    font-size: 14px;
    line-height: 18px;
}
.event-single-sidebar .sidebar-item .event-map {
    margin-top: 60px;
}
.event-single-sidebar .sidebar-item .event-map .google-map iframe {
    width: 100%;
    height: 180px;
    display: block;
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.event-details {
    background: #edc10d;
    padding: 30px 20px;
    margin-bottom: 20px;
}
.event-map {
    margin-bottom: 20px;
}
iframe#gmap_canvas {
    width: 100%;
}
.event-details li p a {
    color: #585858;
}
.event-details li p i {
   
    color: white;
    padding: 8px;
    border: 1px solid white;
    border-radius: 50%;
    margin-right: 10px;
}
.event-details li {
    display: flex;
    align-items: center;
}


.test-lotion h5 {
    font-size: small;
    font-size: 18px;
    margin-bottom: 4px;
    color: #003c76;
}
.test-lotion p {
    color: #070707;
    font-size: 17px;
}
.blog-link i {
    color: #f4bd11;
    padding: 0px 9px;
}
.event-details h3 {
    margin-bottom: 30px;
}
.event-details li i {
    color: white;
    padding: 9px;
    border: 2px solid #00000000;
    border-radius: 50%;
    margin-right: 20px;
    background-color: #003c76;
    margin-top: -25px;
}
.test-lotion p:hover {
    color: white;
}
.sidebar-item {
   
    border-radius: 4px;
}
.event-details li p a {
    color: #07070a;
}
.event-details li p a:hover {
    color: white;
}
.event-details li:hover i {
    border: 2px solid white;
}
.contact-flex:hover .contact-icon{
    background-color: #003c76;
}
.event-details {
    background: #edc10d;
    padding: 30px 20px 14px;
    margin-bottom: 20px;
}
.in-head-text h1 {
    font-size: 46px;
   
    text-align: center;
}
.menu-secach #ajaxsearchlite1 .probox, div.asl_w .probox {   
    width: 20% !important;
	transition: 1s !important;
	float: right;
	 border: 1px solid white !important;   
}
.menu-secach div.asl_w .probox .promagnifier .innericon svg {
    fill: #000000 !important;  
}
.menu-secach div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {
    height: 100%;
    width: 28px !important;    
}
.menu-secach:hover #ajaxsearchlite1 .probox, div.asl_w .probox {   
    width: 80% !important;	  
}

.menu-secach div.asl_w .probox .promagnifier .innericon svg {
    fill: #000000 !important;
}
.menu-secach:hover #ajaxsearchlite1 .probox, div.asl_w .probox {
     border: 1px solid black !important;   
}
section.header a.Boot-toggle {
    display: none;
}
section.inner-header {
    position: relative;
}
.contact-flex:hover .contact-icontext h3 {   
    color: var(--secondary-color);
	letter-spacing: 1px ;
}
.contact-flex:hover .contact-icontext p{
	 color: var(--secondary-color);
}

/*------------- RESPONSIVE QUERY______ */


@media only screen and (max-width: 1280px) {
.service-single-area {
    padding: 60px 0px 50px !important;
}
}

@media only screen and (max-width: 1199px) {
.menu-login {
    margin-right: 16px;
}
	.menu ul li {
    display: inline-block;
    margin: 4px 26px 0 0;
}
	.contact-icontext {
    width: 75%;
}
	.header-info .logo img {
    width: auto;
}
	    .sider-img img {      
        object-fit: cover;
    }
}

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

}

@media only screen and (max-width: 1080px) {
section.section-footer .col-lg-2 {
    width: 25%;
}
	section.section-footer .col-lg-6 {
		  width: 40%;
	}
	section.About-img .about-us-img {      
        top: 70px;
    }
	.abb-box.two-section {  
    top: 80px;
}
}

@media only screen and (max-width: 991px) {
section.header a.Boot-toggle {
    display: block;
}
	.footer-list.footer-list-2 {
    margin-top: 30px !important;
    width: 100% !important;
}
	section.About-img .about-us-img {
    position: relative;
    width: 95%;
    top: 0px;
}
	.product-sec {
    background-image: url(../images/img-sec.jpg);
    padding: 60px 0px 40px;
}
	.menu ul {   
    display: none;
}
	.menu-icon {
    width: auto !important;   
}
	.menu {
    width: 0%;   
}
	a.Boot-toggle {
    border: 1px solid #003c76;
    padding: 0px 9px;
    border-radius: 4px;
    font-size: 22px;
    color: #03407d;
}
	.offcanvas-body .menu {
    display: block;
    width: 100% !important;
}

.offcanvas-body .menu ul#menu-primary-menu-1 {
    display: flex;
    flex-wrap: wrap;
}

.offcanvas-body .menu ul#menu-primary-menu-1 li {
    width: 1000%;
}
.offcanvas-body .menu ul#menu-primary-menu-1 li a{
		padding: 6px 0px;
}
.offcanvas-header .logo {
    width: auto;
    padding: 10px 0px;
}
	.sider-img img {
    width: 100%;
    height: 560px;
    object-fit: cover;
}
	.about-us-img {
    position: relative;
    width: 95%;    
    margin: 50px auto 0px;
}
	.choose-card {
    margin-bottom: 38px;
}
	.product-box {  
    width: 100%;
	margin-bottom: 50px;   
}
	.product-sec { 
    height: auto;
    background: #003c76;
}
	.offcanvas {
    z-index: 99999 !important;
}
	.abb-box.two-section .big_img-2 {
    position: static;   
    margin-bottom: 0px;
		width: 90%;
}
	    .abb-box.two-section .big_img-2 img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: top;
    }
	.abb-box.two-section .small_img-2 img {
    width: 40%;	
   }
	   
	    section.section-footer .col-lg-6 {
        width: 49%;
    }
	section.section-footer .col-lg-2 {
        width:  49%;
    }
	.abb-box.two-section .small_img-2 img {
    width: 40%;
    left: 58%;   
    top: 32%;  
}
	.About-head {
    margin-bottom: 60px;
}
	.team-box {  
    width: 100%;
    margin-bottom: 50px;
}
	.in-head-text {
    position: absolute;
    top: 50%;
}
	.blog-area {
    width: 100% !important;
}
	.contact-text {
    margin-bottom: 50px;
}
	.footer-list.footer-list-2 ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
	.footer-cont {
    margin-top: 30px;
}
	#ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0px 30px !important;   
    width: 80% !important;   
}
	.in-head-text h1 {
    font-size: 36px ;
    text-align: center;
}
	.offcanvas-body .menu-icon {
    display: none;
}
	section.About-img .about-us-img {  
    top: 10px;
}
	.abb-box.two-section {   
    top: 10px;
}
	.contact-flex {  
        justify-content: flex-start;
}
	    .contact-icontext {
        width: 75%;
        margin-left: 28px;
    }
}

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

}

@media only screen and (max-width: 840px) {
.header-text {
    width: 75%;
}
	.product-box img {   
    object-position: top;
}
}


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

}




@media only screen and (max-width: 768px) {
section.header .container {
    max-width: 100%;
    padding: 0px 18px;
}
	.w-75 {
    width: 100% !important;
}
	.footer-social {
    margin-bottom: 40px;
}
	.footer-cont {
    margin-top: 40px;
}	
	.about-us-text h2 {
    font-size: 36px;   
}
	    .product-sec {     
        padding: 40px 0px;
    }
	    section.blog-sec {
        padding: 40px 0px 30PX;
    }
	    .Choose-sec {       
        padding: 40px 0px;
    }
	section.testimonial-sec {
    padding: 40px 0px;
}
	section.About-2 {
    padding: 40px 0px 0px;
}
	section.About.Vision-inner {  
    padding: 40px 0px;
  
}
	section.our-team {
    padding-bottom: 40px;
}
	.pt-6 {
    padding: 40px 0px !important;
}
    div#offcanvasExample .menu-icon {
        width: auto !important;
        margin-top: 70px;
    }
	.header .menu-login {
    display: none;
}
		.header .menu-secach {
    DISPLAY: NONE;
}
		.header .menu-line {  
    DISPLAY: NONE;
}
	button.slide-arrow.next-arrow.slick-arrow {   
    padding: 4px 4px ;    
}
	button.slide-arrow.prev-arrow.slick-arrow {   
    padding: 4px 4px;   
}
	    .Choose-sec {       
        padding: 40px 0px;
    }
	.service-details-img.mb-30 img {   
    height: 300px; 
}
	.service-single-area {
    padding: 50px 0px 40px;
}
	.offcanvas-body .menu-icon {
    display: flex;
}
	.footer_box img {
    width: 90px;
    margin-bottom: 20px;   
    height: auto;
}
	section.section-footer {
    padding: 40px 0px 40px;   
}
	.menu-icon {
        width: auto !important;
        margin-left: auto ;       
        margin-right: 30px;
    }
	 section.section-footer .col-lg-6 {
        width: 100%;
    }
	section.section-footer .col-lg-2 {
        width:  100%;
    }
	    .about-us-img {
        position: relative;
        width: 95%;
        margin: 50px auto 20px;
    }
}

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

}

@media only screen and (max-width: 640px) {
.menu-login {
    display: none;
}
	.menu-secach {
    display: none;
}
	.menu-line {    
    display: none;
}
	div#offcanvasExample .menu-secach {
    display: block;
    width: 100%;
}
	div#offcanvasExample #ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: auto !important;
    padding: 3px !important;   
    width: 90% !important;
		
}
		div#offcanvasExample div[id*='ajaxsearchlite'].asl_m {
    width: 94%;
}
	    div#offcanvasExample .menu-icon {
        width: auto !important;
        margin-top: 90px;
        position: relative;
        bottom: ;
    }
	div#offcanvasExample .menu-login {
        display: block;
    }
	.header-text h1 {
    color: white;
    font-size: 46px;   
    letter-spacing: 2px;
}
	button.slide-arrow.next-arrow.slick-arrow {   
    right: 2%;
    }
	button.slide-arrow.prev-arrow.slick-arrow {
		 left: 2%;
	}
	.Choose-sec {
    background-color: #f1f7fc;
    padding: 50px 0px;
}
.in-head-text h1 {
    font-size: 32px;  
}
	.in-head-text {
      width: 90%;
    margin: auto;
}
	.contact-text h2 {
    font-size: 36px;
}
	.product-box img {
    width: 100%;
		height: 260px;
	}
	.header-text h1 {
        color: white;
        font-size: 42px !important;
        letter-spacing: 2px;
        line-height: normal !important;
    }
	    .in-head-text {
        position: absolute;
        top: 45%;
    }
	.in-head-text nav {  
    margin-top: 1px; 
}
	.Companies-box img {   
    object-fit: contain;
}
	.abb-box.two-section .small_img-2 img {      
        top: 60%;
    }
	.testimonial-box {   
    width: 85% !important;
}
	section.contact-sec .home-form {  
    padding: 20px;
}
	ul.service-single-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
	.brand-img img {
    margin: auto;
    width: 100%;
}
	
}

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

}

@media only screen and (max-width: 480px) {
    .header-text {
        width: 80% !important;
    }
}

@media only screen and (max-width: 414px) {
.in-head-text {
        position: absolute;
        top: 45%;
    }
}

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

}

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

}


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

}
.language{
	position: absolute;
    top: 4px;
    display: inline-flex;
    right: 0;
}
.language .gtranslate_wrapper {
	display: flex;
}
.language .gtranslate_wrapper a{
	margin:0 2px;
}
html[lang='fr'] .menu-login a{
	font-size:13px;
}
html[lang='fr'] .btn-nav a{
	padding:3px 8px;
	font-size:11px;
}
.menu ul li.menu-item-gtranslate{
	display:none;
}

@media only screen and (max-width: 991px) {
	.language{display:none;}
	.menu ul li.menu-item-gtranslate{
		display:block;
	}
	.menu ul li.menu-item-gtranslate ul{
		display:block;
		border:0;
	}
	.menu ul li.menu-item-gtranslate .gt-current-wrapper {
		display:none;
	}
	.menu ul li.menu-item-gtranslate ul li{
		display:inline-block;
		width:auto !important;
		margin-right:10px;
	}
}