* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Times New Roman';
  src: url('../font/TimesNewRomanPSMT.woff2') format('woff2'),
    url('../font/TimesNewRomanPSMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg1: #e05c0f;
  --light: #fff;
  --secondary:#f3f8f8db;
  --dark:  linear-gradient(to right, #605C3C, #1a1a1b);
  --dark: #000;
  --font: 'Times New Roman';
}

body {
  overflow-x: hidden;
  width: 100%;
  font-family: var(--font), sans-serif;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

h1,
h2,
h3 {
  font-family: 'Times New Roman', serif;
  text-transform: capitalize;
}


a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
  font-family: var(--font), serif;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img {
  overflow: hidden;
}

ul {
  padding-left: 0;
}

li {
  list-style: none;
  font-family: 'Times New Roman';
}

p {
  font-size: 16px;
  line-height: 27px;
  color: #373d47;
  font-family: 'Times New Roman', serif;

}

.sub-title img {
  width: 25px;
  margin-right: 5px;
}

.sub-title {
  color: var(--bg1);
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
}

.title-sec {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.header-part {
    margin-bottom: 3rem;
}
span {
  display: block;
  font-family: 'Times New Roman';
}

.container {
  max-width: 1240px;
}


.head_email a {
  color: var(--light);
}

.head_icon img {
  width: 35px;
  margin-left: 10px;
}
#myHeader.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  background-color: var(--bg1);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

#myHeader.sticky .top_head {
  display: none;
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  right: 24px;
  background: var(--secondary);
  padding: 7px 13px;
  color: var(--bg1);
  cursor: pointer;
  border: 1px solid var(--bg1);
  transform: rotate(45deg);
}

.slick-nav.prev-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 45%;
  left: 24px;
  z-index: 99;
  background: var(--secondary);
  padding: 7px 13px;
  color: var(--bg1);
  border:1px solid var(--light);
  cursor: pointer;
  border: 1px solid;
  transform: rotate(45deg);
}

.slick-nav.next-arrow.slick-arrow i {
  transform: rotate(-45deg);
}

.ban-item img {
  object-fit: cover;
}

#myHeader.sticky .top {
  display: none;
}

.nav-sec {
  display: flex;
  margin-bottom: 0;
}

.logo img {
  width: 158px;
  position: relative;
  z-index: 999;
  padding: 10px 0;
  margin-top: 0px;
}

#myHeader.sticky .logo img {
  margin-top: 0;
}

.nav-sec li {
  padding: 40px 16px;
  position: relative;
}

.hrad_btn a {
  color: var(--dark);
  font-size: 18px;
  font-weight: 600;
}

.hrad_btn i {
  font-size: 25px;
  margin-right: 8px;
}

.nav-sec li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.nav-sec li a:hover,
.nav-sec li a:active{
  color: var(--bg1);
}
.inner_header {
  position: relative;
}

.inner_header::after {
  content: "";
  background: linear-gradient(0deg, var(--dark) 15%, rgba(253, 187, 45, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.inner_text {
  position: absolute;
  top: 40%;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.inner_header .inner_text {
  position: absolute;
  top: 40%;
  z-index: 9;
  left: 5%;
  text-align: left;
  width: auto;
}

.inner_header .inner_text {
  top: 50%;
}

.inner_hrad {
  font-size: 50px;
  color: var(--light);
  font-weight: bolder;
  text-transform: uppercase;
}

.brade_crom {
  display: flex;
}

.brade_crom a {
  color: var(--light);
}

.brade_crom span {
  color: var(--light);
}

.inner_header img {
  height: 400px;
  object-fit: cover;
}

.top_email a {
  color: var(--light);
  font-size: 16px;
}

.top_phone a {
  color: var(--light);
  font-size: 16px;
}

.head_socal {
  position: relative;
  z-index: 9;
}

.top_email a i {
  margin-right: 5px;
  font-size: 20px;
  transition:all 0.5s ease-in-out;
}
.top_email a i:hover {
    transform:scale(1.1)
}


.top_phone a i {
  margin-right: 5px;
  font-size: 20px;
}

.top_btn form {
  display: flex;
}

.top_btn button {
  border: none;
  background-color: var(--light);
  width: 50px;
  color: var(--dark);
}


.clk_btn {
  position: absolute;
  right: 0;
  top: 14px;
  color: var(--light);
  cursor: pointer;
}

.dropdwn li {
  padding: 0;
}

.dropdwn li a {
  padding: 10px 15px;
  display: block;
  color: var(--dark);
  font-size: 17px;
  text-transform: capitalize;
}

.nav_bar_nav {
  position: relative;
}

.dropdwn li a:hover {
  background: var(--bg1);
  color: var(--light);
}

.dropdwn {
  position: absolute;
  background-color: var(--light);
  left: 0;
  top: 100%;
  width: 290px;
  display: none;
  max-height: 300px;
  overflow: auto;
  z-index: 999;
  border-top: 4px solid var(--bg1);
  box-shadow: rgba(0, 0, 0, 0.5) 1.95px 1.95px 2.6px;
}

nav {
  width: 100%;
  z-index: 9;
  background: var(--light);
  position: relative;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

button.slick-next.slick-arrow {
  display: none !important;
}

button.slick-prev.slick-arrow {
  display: none !important;
}

.ban-item {
  position: relative;
}

#myHeader.sticky .dropdwn li {
  padding: 0 !important;
}


.head_right {
  position: relative;
}

.head_right img {
  height: 268px;
}

.right_line {
  font-weight: 600;
}

.right_line {
  position: absolute;
  top: 8%;
  left: 5%;
  color: var(--dark);
  font-size: 25px;
}
.top .row {
  align-items: center;
}

.top_form input {
  width: 90%;
  border-radius: 3px 0px 0px 3px;
}

.top_btn {
  display: flex;
  align-items: center;
  justify-content: right;
}

.search i {
  background-color: var(--light);
  padding: 10px;
  border-radius: 50%;
  color: var(--dark);
  cursor: pointer;
}

.header-search-wrapper {
  /* float: right; */
  /* position: relative; */
  display: inline-block;
}

.header-search-wrapper .search-form-main {
  background: var(--light) none repeat scroll 0 0;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
  border-top: 2px solid var(--bs-sky-blue);
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}

.search-form-main.active-search {
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border-radius: 0;
  padding: 4px 10px;
  width: 91%;
  outline: none;
  border: none;
}

.header-search-wrapper .search-form-main button {
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: var(--light);
  padding: 10px 0 10px;
  background-color: transparent;
}

.top_icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}

.head_btn {
  display: flex;
  align-items: center;
  z-index: 9;
}

.head_socal a {
  color: var(--light);
  margin: 0 10px;
}
 .foot_socal a {
  color: var(--dark)!important;
}



.all_nav {
  width: 100%;
  position: relative;
  z-index: 999;
}

.all_nav::after {
  content: "";
  width: 22%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--light);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0% 100%);
}

.top_head {
  position: relative;
  overflow: hidden;
  background-color: var(--light);
}

.all_navbar {
  display: flex;
  justify-content: space-between;
  border-radius: 30px;
}

.top_contact {
  display: flex;
  justify-content: right;
  gap: 35px;
  background-color: var(--bg1);
  padding: 10px 100px;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.margin {
  margin: 60px 0;
}

.nav_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_cover {
  display: flex;
  justify-content: center;
}
/* ----certification------*/
.certificate-sec{
  background-color: var(--secondary);
  box-shadow: rgba(50, 50, 93, 0.1) 0px 3px 2px -5px, rgba(0, 0, 0, 0.3) 0px 8px 1px -8px;
  background-color:  linear-gradient(90deg, #c0efef 0%, #9ff0f0 100%);
}
ul.ct-item{
  display: flex;
  justify-content: space-between;
  
}
li.c-img{
  background-color: var(--light);
  overflow: hidden;
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 50%;
}
li.c-img img{
  width: 140px;
  height: 140px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
li.c-img img:hover{
  transform: scale(1.1);
}
/* -----about----- */
.about-img,
.main_img {
  max-width: 45%;
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}

.about-img::after {
  content: "";
  width: 95%;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 25px;
  border: 3px solid var(--bg1);
  z-index: -1;
}

.about-img img {
  height: 500px;
  object-fit: cover;
}

.about-text {
  width: 100%;
}

.experiences {
  background-color: var(--light);
  position: absolute;
  right: -30px;
  top: 50%;
  text-align: center;
  padding: 20px 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 200px;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

.experiences span {
  background-color: var(--bg1);
  display: inline-block;
  color: var(--light);
  font-size: 40px;
  font-weight: 600;
  padding: 15px;
  margin-bottom: 10px;
}

.experiences p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #0C0A0A;
  margin: 0;
  margin-top: 12px;
}

@keyframes alltuchtopdown {
  0% {
    transform: rotateX(0deg) translateY(0)
  }

  50% {
    transform: rotateX(0deg) translateY(-20px)
  }

  to {
    transform: rotateX(0deg) translateY(0)
  }
}

/* ----product-sec------ */
.product-sec {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 99;
}
.product_slider{
  position: static;
}
.pro_box {
  position: relative;
  overflow: hidden;
  margin: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pro_box span {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bg1);
  color: var(--light);
  font-size: 20px;
  padding: 10px;
  width: 100%;
  transition: ease-in-out .5s;
  text-transform: capitalize;
}

.product {
  padding: 80px 0;
}

.pro_box img {
  height: auto;
  object-fit: cover;
}

.pro_text {
    position: absolute;
    top: -100%;
    text-align: left;
    background-color: var(--light);
    height: 100%;
    padding: 30px;
    transition: ease-in-out .5s;
}

.pro_text p {
  color: var(--dark);
  line-height: 0px;
}

.pro_text a {
  color: var(--bg1);
  font-size: 20px;
}

.p-content {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}

.pro_box:hover .pro_text {
  top: 0;
}

.pro_box:hover .pro_text P {
  line-height: 1.4;
}

.pro_box:hover span {
  bottom: -100%;
}


/* ----md-banner----- */
.md-banner {
       position: relative;
    padding: 80px 0;
    z-index: 9;
    background: #485563;
    background: linear-gradient(to right, #f2f2f8, #f8f8f8);
}

.md-banner::after {
     content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--secondary);
    opacity: 1;
    clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

.md_text .title-sec {
  color: var(--bg1);
}

.md_text p{
  color: var(--dark);
}

/* ------why-us------ */
.why_choose {
  position: relative;
}

.why_box img {
  width: 50px;
}

.initial {
  font-size: 20px;
  margin: 10px 0;
  color: var(--bg1);
  font-weight: 600;
  text-transform: capitalize;
}

.why_box {
  position: relative;
  height: 300px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  padding: 10px;
  z-index: 99;
  background-color: var(--secondary);
}

.why_box::after {
  content: "";
  width: 79%;
  height: 100%;
  border-top: 2px dotted var(--bg1);
  position: absolute;
  top: 20px;
  right: 0;
}

.why_box::before {
     content: "";
    width: 100%;
    height: 50%;
    height: 99%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: var(--light);
    opacity: 1;
    clip-path: polygon(0% 0, 100% 29%, 100% 100%, 0 100%, 0 57%);
    box-shadow: rgba(0, 0, 0, 0.5) 10px 10px 10px 1px;
}

.why_rotate {
  position: absolute;
  right: 50px;
  top: 0;
  width: 150px;
  animation: rotate 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 5s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

/* -----service----- */
.service-sec {
  position: relative;
    z-index: 9;
}


.service_box img {
  width: 60px;
}

.service_box span {
  font-size: 20px;
  color: var(--bg1);
  margin: 10px 0;
  font-weight: 600;
  text-transform: capitalize;
}

/* ====we-offer===== */
.we-offer {
  background-color: var(--secondary);
}

.pro_item_2 {
  margin: 8px;
  position: relative;
}

/* =====contact-us======*/
.contact-sec {
  background-color: var(--secondary);
  position: relative;
  z-index: 9;
}
.bg1{
  position: absolute;
  content: '';
  width: 100%;
  height: 200px;
  background: rgba(232, 212, 140, 0.5);
    filter: blur(200px);
    right: 0px;
    top: 180px;
    transform: matrix(1.3, 0.54, -0.54, 0.84, 0, 0);
}
.bg2{
      width: 2060.05px;
    height: 214.59px;
    position: absolute;
    left: -20px;
    top: 100px;
    background: rgba(0, 163, 255, 0.1);
    filter: blur(200px);
    transform: matrix(1.2, -0.49, 0.49, 0.87, 0, 0);
    content: '';
}

.con_info {
  background-color: var(--light);
  padding: 40px;
  margin: 0 65px 0 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.info_head {
  font-size: 23px;
  color: var(--bg1);
  text-transform: uppercase;
  margin-bottom: 26px;
}

.contact_media {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.contact_media .icon-btn {
  --btn-size: 40px;
  min-width: 40px;
  background-color: transparent;
  color: var(--dark);
  border: 1px solid var(--dark);
  border-radius: 8px;
  font-size: 16px;
  text-align: center;
  padding: 7px 0;
}

.media-body p {
  margin-bottom: 0;
  color: var(--dark);
  font-size: 20px;
}

.contact_media .box-label {
  font-size: 16px;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: -0.2em;
  letter-spacing: 1px;
  font-family: var(--font1), sans-serif;
}

.media-body a {
  color: var(--dark);
}

.con_info .head_socal {
  margin-top: 30px;
}

.con_info .head_socal a {
  font-size: 20px;
}
.contact-sec form input,
select,
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #e1e4e5;
 box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}

.btn-sec.btn-sec2:before {
  background-color: #000;
}

.btn-sec.btn-sec2 {
  background-color: var(--bg1);
  display: block;
  margin-bottom: 1rem;
}

.btn-sec2:hover {
  color: var(--light);
}

.btn-sec {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--title-color);
  color: var(--light);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 20.5px 20px 20.5px 24px;
  min-width: 160px;
  border-radius: 0;
}

.btn-sec:before {
  content: "";
  position: absolute;
  height: calc(100% + 2px);
  top: -1px;
  right: -1px;
  width: 56px;
  background-color: var(--light);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0% 100%);
}

.btn-sec:hover::before,
.btn-sec.active::before {
  width: calc(100% + 18px);
}
ce
.btn-sec i {
  margin-left: 8px;
}

/* ---client-sec--- */
.client-sec{
  background-color: var(--light);
}
.client-img {
  margin: 15px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  height:auto;
}

.client-img img {
  height: 120px;
}

/* -----footer------ */
footer {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  z-index: 9;
 
}

footer::after {
       content: "";
    width: 100%;
    height: 100%;
    position: absolute;
     background: rgba(232, 212, 140, 0.2);
    filter: blur(800px);
    right: 10%;
    top: 180px;
    transform: matrix(1.3, 0.54, -0.54, 0.84, 0, 0);
    z-index: -1;
   
}
footer::before {
       content: "";
    width: 100%;
    height: 100%;
    position: absolute;
   left: -0px;
    top: 100px;
    background: rgba(0, 163, 255, 0.1);
    filter: blur(200px);
    transform: matrix(1.2, -0.49, 0.49, 0.87, 0, 0);
    content: '';
    z-index: -1;
}


.foot_logo img {
  width: 150px;
  margin-bottom: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 4px;
  padding: 7px;
}

.foot_logo p {
  color: var(--dark);
}

.foot_link {
  font-size: 22px;
  color: var(--bg1);
  font-weight: 600;
  margin-bottom: 15px;
}

.foot_nav_s ul {
  display: flex;
  flex-wrap: wrap;
}

.foot_nav_s ul li {
  width: 50%;
}

.foot_nav ul li a {
  color: var(--dark);
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
}

.foot_add li {
  display: flex;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  align-items: flex-start;
  color: var(--dark);
}

.foot_add li i {
  margin-right: 5px;
  font-size: 20px;
  color: var(--bg1);
}

.foot_add li a {
  color: var(--dark);
}

.foot_nav-1 {
  margin-top: 30px;
}

.foot_nav-1 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.foot_nav-1 ul li {
  padding: 20px;
}

.copyright_area p {
  margin-bottom: 0;
  color: var(--light);
  padding: 10px;
}

.copyright_area {
  margin-top: 30px;
  background-color: var(--bg1);
}

.copyright_area p a {
  color: var(--light);
  text-decoration: underline !important;
}


/* ===testimonial===== */

.test_img {
  width: 80px;
  border-radius: 50%;
  margin: auto;
  margin-top: -40px;
  margin-bottom: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 80px;
}

.star {
  width: 120px;
  margin: auto;
}

.test_item {
  text-align: center;
  height: 352px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 0 30px 30px 30px;
  border-radius: 15px;
  margin: 45px 10px;
  background-color: var(--light);
}

/* =======testimonail==== */
.testmonial {
  position: relative;
  z-index: 9;
  background-color: var(--secondary);
}

/* .testmonial::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark);
  z-index: -1;
  opacity: 0.8;
} */

.test_bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}

.name {
  font-weight: 600;
  font-size: 18px;
  color: var(--bg1);
  text-transform: capitalize;
}


/* ==========counter======= */
.counter {
  text-align: center;
  position: relative;
  background-image: url(../image/img/bg3.webp);
  background-size: cover;
  z-index: 9;
}

.counter::after {
  position: absolute;
  content: '';
  z-index: -1;
 background: linear-gradient(to right, #29323c, #485563); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.counter img {
  width: 70px;
  margin-bottom: 10px;
}

.count {
  font-size: 50px;
  color: var(--light);
}

.counter p {
  color: var(--light);
  font-size: 18px;
}

.counter-box {
  padding: 15px;

}

/* ----------- */
.fixed-wtsp {
  position: fixed;
  z-index: 99;
}

.marcket-plase a {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.social-share ul {
  display: flex;
  margin-top: 10px;
}

.social-share button {
  border: none;
  background-color: var(--bs-blue);
  color: var(--light);
  padding: 5px 10px;
  margin-right: 8px;
  font-size: 15px;
  border-radius: 5px;
}

.share-btn-box {
  margin-top: 15px;
}

.rts-section-gap img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 5px;
}

@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }

  75% {
    padding: 50px;
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/***inner-page*****/

/******breadcrump*******/
.breadcrump-sec {
  width: 100%;
  position: relative;
  z-index: 99;
  background: url('../image/img/md-ban.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrump-sec::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: -1;
  opacity: 0.54;
  background-color: var(--dark);
}


.bread-title {
  font-family: var(--font2);
  font-size: 35px;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 2rem;
  color: var(--bg1);
  margin-bottom: 20px;
  text-align: left;
  padding: 4vh 0vw;
  border-radius: 10px;
  text-shadow: 0px 1px var(--dark);
  text-align: center;
  align-items: center;
}

.b-links {
     position: relative;
    display: inline-flex;
    padding: 14px 30px;
    color: var(--bg1);
    font-family: var(--font1);
    font-weight: 800;
    text-transform: capitalize;
    box-shadow: inset 0 0 3px var(--light-secondary);
    align-items: center;
    justify-content: center;
    background-color: var(--light);
    border-radius: 1rem;
}

.b-links a {
  font-size: 18px;
  letter-spacing: 1.1px;
  padding: 0 5px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
  color: var(--dark);
}

.b-item.active {
  color: var(--bg1);
  text-transform: capitalize;
  font-family: var(--font2);
  letter-spacing: 1.2px;
  font-size: 18px;
  font-weight: 900;
  padding-left: 5PX;
}

span.fa-solid {
  color: var(--dark);
}

/****marketing-butoon***/
.market-place {
  position: relative;
  background-color: var(--secondary);
}

a.market-btn {
  display: block;
}

.market-title {
  color: var(--secondary);
}

.marketing-title {
  font-size: 32px;
  text-transform: capitalize;
  font-family: var(--font1);
  font-weight: 600;
  margin: 20px auto;
  line-height: 1.1;
}

a.market-btn {
  padding: 18px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--light);
  text-transform: capitalize;
  font-family: var(--font1);
  font-weight: 600;
  line-height: 1.2;
  margin-top: 40px;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
  display: block;
}

/***----scroll-to-top--------****/
#scroll-top {
  display: inline-block;
  background-color: var(--dark);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  visibility: hidden;
  z-index: 1000;
  box-shadow: rgba(255, 248, 248, 0.25) 0px 14px 28px, rgba(246, 242, 242, 0.22) 0px 10px 10px;
  border: 1px solid var(--light);
}

#scroll-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 40px;
  color: var(--light);
}

#scroll-top:hover {
  cursor: pointer;
  background-color: var(--dark);
  box-shadow: 0px 0px 2px var(--dark);
  color: var(--light);
}

#scroll-top:active {
  background-color: var(--dark);
  color: #777;
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

/* ========///////////========== */
.fixed-social-number {
  position: fixed;
  bottom: 5%;
  left: -0px;
  width: auto;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}

.fixed-social-number a {
  transform: translate(-100px, 0px);
  border-radius: 0px 50px 50px 0px;
  text-align: right;
  margin: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  transition: all 0.8s;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.fixed-social-number a:hover {
  transform: translate(0px, 0px);
}
.fixed-social-number a:hover{
  color: var(--light);
}
.call-number {
  background-color:#2c80d3;
  color: #fff;
}

.wtsp-fixed {
  background-color: #075e54;
  color: #fff;
}

.fixed-social-number a i {
  background-color: var(--blue);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 10px;
  transition: all 0.5s;
}

.fixed-social-number a i.fa-phone {
  background-color: #FFF;
  color: #2C80D3;
}

.fixed-social-number a i.fa-whatsapp {
  background-color: #FFF;
  color: #2C80D3;
}

@media only screen and (max-width: 991px) {

  .about-img,
  .main_img {
    max-width: 100%;
    float: none;
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  .why_box {
    margin-top: 10px;
  }

  .con_info {
    margin: 0 0;
    margin-bottom: 30px;
  }

  .md_text {
    width: 100%;
  }

  p {
    line-height: 20px;
    font-size: 14px;
  }
  ul.ct-item{
  display: flex;
  flex-direction:column;
  gap:1rem;
  
}
li.c-img{
  background-color: var(--light);
  border-radius: 0%;
}
li.c-img img{
  width: 100%;
  height: auto;
}
li.c-img img:hover{
  transform: scale(1.1);
}
.head_socal{
    display:none;
}
.foot_socal{
    display:block;
}
}

@media only screen and (max-width: 990px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
    position: relative;
    z-index: 99;
  }

  .nav_bar_nav {
    position: revert;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: var(--dark);
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle .line2 {
    background-color: var(--bg1);
    padding-left: 10px;
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nav-sec {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #f2f2f1;
    z-index: 9999;
    display: none;
  }


  .nav-sec li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .nav-sec li a {
    color: var(--dark);
  }

  .dropdwn {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: var(--light);
    z-index: 9999;
    display: none;
  }

  .clk_btn {
       position: absolute;
    right: 0;
    top: 0;
    color: var(--light);
    cursor: pointer;
    width: 47px;
    height: 48px;
    line-height: 37px;
    background: var(--dark);
    text-align: center;
  }

  .dropdwn li {
    padding: 0 !important;
  }

  .dropdwn li a {
    color: var(--dark);
    text-transform: capitalize;
  }

  .all_navbar {
    order: 3;
  }
  .md-banner::after{
    opacity: 0.7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    z-index: -1;
}

}


@media only screen and (max-width: 767px) {
 

  .top_contact {
    clip-path: polygon(0 0, 96% 0, 100% 100%, 4% 100%);
  }

  .about-text {
    margin-top: 50px;
  }

  .experiences {
    right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .top_email {
    display: none;
  }

  .all_nav::after {
    width: 0%;
  }

  .slick-nav.next-arrow.slick-arrow {
    padding: 1px 7px;
    font-size: 13px;
  }

  .slick-nav.prev-arrow.slick-arrow {
    padding: 1px 7px;
    font-size: 13px;
  }

  .title-sec {
    font-size: 28px;
  }

  .about-text {
    padding-left: 0px;
  }

  .why_rotate {
    display: none;
  }

  .ready_text {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {
  .foot_nav-1 ul li {
    padding: 10px;
  }

  .foot_nav_s ul li {
    width: 50%;
  }

  .inner_header img {
    height: 250px;
  }

  .inner_hrad {
    font-size: 30px;
  }

  .margin {
    margin: 30px 0;
  }

}


@media only screen and (max-width: 550px) {
  .top_contact {
    padding: 11px 43px 14px 133px;
  }

  nav {
    padding: 15px 0;
  }

  #myHeader.sticky nav {
    padding: 0 0;
  }

  .media-body a {
    word-break: break-all;
  }

  .con_info {
    padding: 40px 10px;
  }
}