* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Exo:ital@1&family=K2D&family=Kanit:wght@500&family=Noto+Sans:wght@500&family=Open+Sans:ital,wght@1,500&family=Roboto+Mono:wght@500&display=swap');

@font-face {
  font-family: 'Open Sans';
  src: url('../font/OpenSans-Regular.woff2') format('woff2'),
    url('../font/OpenSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



<style>
    
    .share-btn-box{
        margin: 1rem auto;
    }
.share-btn {
    font-size: 26px;
    font-weight: 600;
    color: black;
    display: flex;
    align-items: center;
    gap: 12px;
}

.social-share {
    width: fit-content;
    height: fit-content;
}

.social-share ul {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding-left: 0;
}

.social-share ul li button,
.social-share ul li a {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
    height: 24px;
    width: 34px;
    text-align: center;
    padding: 4px 8px !important;
    border-radius: 3px;
    text-transform: capitalize;
    display: block;
    height: fit-content;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.social-share ul li button:hover,
.social-share ul li a:hover {
    opacity: 0.8;
}

.social-share ul li button.facebook,
.social-share ul li a.facebook {
    background: #3B5999;
}

.social-share ul li button.twitter,
.social-share ul li a.twitter {
    background: #1DA1F2;
}

.social-share ul li button.whatsapp,
.social-share ul li a.whatsapp {
    background: #20cb45;
}

.social-share ul li a.google-plus {
    background: #fe6d4c;
}

.social-share ul li button.linkedin,
.social-share ul li a.linkedin {
    background: #0a66c2;
}

.social-share ul li button.telegram {
    background: #0a9ac2;
}

.social-share ul li button.email {
    background: #c2410a;
}





.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}


.img {
  overflow: hidden;
}

li {
  font-family: 'Roboto Mono', monospace;
  list-style: none;
}

span {
  /* font-family: 'Montserrat'; */
}

p {
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 27px;
  color: #5E5E5E;
  font-weight: 400;
}

span {
  display: block;
}


.logo img {
  width: 118px;
}


.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 65px;
}

.nav-bar .navigation {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;

}

.nav-bar ul li {
  padding: 10px 20px;
  font-size: 15px;
  position: relative;
  font-weight: 600;
  font-size: 17px;
}

.droupdown {
  flex-direction: column;
  position: absolute;
  background-color: #fff;
  padding-left: 0;
  width: 280px;
  top: 150%;
  left: 0;
  border-radius: 6px;
  visibility: hidden;
  transition: ease-in-out .3s;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 99;
  opacity: 0;
  padding-left: 0;
  max-height: 400px;
  overflow: auto;
}

.droupdown .droupdown {
  left: 100%;
  top: 0px !important;
}

.droupdown li:hover {
  background-color: #007ac7;
}

.droupdown li:hover>a {
  color: #fff;
}

.navigation li:hover>.droupdown {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.nav-bar ul a {
  color: #000;
}

.main-navbar {
  /* position: absolute; */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.header {
  /* position: absolute;   */
  width: 100%;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  border-top: 1px solid rgb(244 160 153);
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 8px;
  color: #000;
}

.header-text {
  position: absolute;
  left: 5%;
  z-index: 99;
  top: 25%;
  width: 50%;
}

#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.header-line {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  /* box-shadow: 0 20px 50px -25px black; */
  /* font-family: 'Montserrat'; */
  font-family: 'Noto Sans', sans-serif;
}

.get-touch a {
  background-color: #0b7cb6;
  color: #fff;
  padding: 10px 25px;
  position: relative;
}

.get-touch a:before {
  content: '';
  position: absolute;
  border: #0b7cb6 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.get-touch a:hover:before {
  top: 4px;
  right: -8px;
  bottom: -8px;
  left: 5px;
  border: #0b7cb6 solid 2px;
}

.header-text p {
  color: #fff;
}

.head-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.he-email {
  background-image: linear-gradient(rgb(60, 133, 176), rgb(0, 70, 140));
  ;
  width: 50%;
  padding: 5px 0;
  padding-left: 4%;
  font-size: 18px;
  clip-path: polygon(0 0, 94% 0%, 100% 100%, 0% 100%);
}

.he-email a {
  color: #fff;
  font-size: 15px;
  font-family: 'Poppins';
}

.head-icon {
  text-align: right;
  padding: 5px 0;
  padding-right: 3%;
  padding-left: 13%;
}

.logo {
  position: absolute;
  top: 0px;
  z-index: 999;
}

.head_logo {
  background: #b83229;
}

.he-email a i {
  padding-right: 10px;
}

.head-icon a {
  font-size: 18px;
  padding-left: 20px;
  color: #fff;
}

.head-icon a:hover {
  color: #efb93f;
}

.slideshow {
  position: relative;
  z-index: 1;
  height: 100%;
}

.slideshow * {
  outline: none;
}

.slideshow .header-slider {
  box-shadow: 0 20px 50px -25px black;
}

.slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

/*.slideshow .item::after {*/
/*  content: "";*/
/*  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
  /*height: 650px;*/
  position: relative;
  object-fit: cover;
}


.slideshow .item.slick-active img {
  transform: scale(1);
}

.slideshow .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: 99;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.slideshow .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: 50%;
  z-index: 99;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}

.droupdown li a {
  color: #000;
  font-size: 15px;
}

.slideshow .slick-nav.next-arrow.slick-arrow i {
  color: #fff;
}

.slideshow .slick-nav.prev-arrow.slick-arrow i {
  color: #fff;
}

.item.slick-slide.slick-current.slick-active .header-line {
  animation: 2s linear 0s alternate headerline;
}

.item.slick-slide.slick-current.slick-active p {
  animation: 3s linear 0s alternate headerline;
}

@keyframes headerline {

  0%,
  25% {
    transform: translateX(-10%);
    left: 100%;
    opacity: 0;
  }

  75%,
  100% {
    transform: translateX(0px);
    left: 0%;
    opacity: 1;
  }
}



.primary-btn3 {
  border-radius: 5px;
  background-color: #007ac7;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  padding: 19px 25px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  gap: 15px;
  transition: .5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  border: none;
}

.primary-btn3::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: #0a1019;
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all .5s ease-out 0s;
}

.primary-btn3:hover::after {
  transform: skewX(45deg) scale(1, 1);
}

.primary-btn3:hover {
  color: #fff;
}

.head-phone {
  display: flex;
  align-items: center;
}

.head-number {
  margin-left: 15px;
}

.head-number h5 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 0;
}

.head-number a {
  color: #fff;
  font-size: 18px;
}

.head-number a:hover {
  color: #efb93f;
}

.iconphone i {
  color: #fff;
  font-size: 25px;
}


.rssBlock {
  left: 0px;
  height: 80px;
  background: #FFFFFF;
  width: 100%;
  overflow: hidden;
}

/*remove p*/
.cnnContents {
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 30px;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: 'Museo';
  font-weight: 300;
  background-color: #000;
}

.cnnContents img {
  width: 40px;
  margin: 0 30px;
}

.cnnContents span {
  font-size: 20px;
  font-family: 'Open Sans';
  color: #fff;
  font-weight: 600;
}


.marqueeStyle2 {
  display: inline-block;
  animation: scrolling-left2 30s linear infinite;
}


@keyframes scrolling-left2 {
  0% {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }
}


.signacher {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}

.big-head {
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 15px;
  font-family: 'Noto Sans', sans-serif;
  text-shadow: 1px 1px 0 #444;
}

.about-img.img img {
  border-radius: 15px;
  height: 290px;
  width: 596px;
  object-fit: cover;
}

.about {
  margin-top: 60px;
}

.ab-text {
  padding-left: 30px;
}

.welcome {
  font-size: 17px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 5px;
  font-family: 'Open Sans';
  color: #000;
}

.ab-text p {
  line-height: 30px;
  margin-top: 10px;
}

.about .img img {
  border-radius: 15px;
}

.sig-img {
  text-align: center;
}

.sig-img h6 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}

.featured {
  margin-top: 50px;
  background-color: #f3f3f3;
  padding: 50px 0;
}

.featured .main-head {
  padding-left: 4%;
}

.featured-item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 10px;
}

.featured-item .price {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  font-family: 'Open Sans';
}

.product-content {
  position: absolute;
  bottom: -23%;
  padding-left: 15px;
  padding-top: 20px;
  transition: ease-in-out .3s;
  background-color: #0000006b;
  width: 100%;
}

.featured-item:hover .product-content {
  bottom: 0;
}

.product-content a {
  color: #fff;
  font-size: 20px;
  margin: 15px 0;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
}

.product-content .features li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 15px;
  font-family: 'Open Sans';
  line-height: 1;
  width: 48%;
  margin-bottom: 15px;
  font-family: 'Open Sans';
}

.featured-item .img {
  border-radius: 20px;
}

/* .featured-item .img::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background-color: #0000001c;
} */
.features {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding-top: 20px;
}

.feat-img-slider button.slick-prev.slick-arrow {
  display: none !important;
}

.feat-img-slider button.slick-next.slick-arrow {
  display: none !important;
}

.feat-img-slider .img img {
  height: 350px;
  object-fit: cover;
}

.featured-slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 15%;
  top: -25%;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}


.featured-slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: -25%;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}

.proj-text a {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  font-family: 'Open Sans';
}

.project-box .img img {
  border-radius: 10px;
  height: 280px;
  object-fit: cover;
}

.properties {
  margin-top: 30px;
  text-align: center;
}

.project-box {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.project-box::after {
  content: '';
  position: absolute;
  right: -54px;
  bottom: -54px;
  width: 100px;
  height: 100px;
  background-color: #007ac7;
  /* border-radius: 100% 0 0 0; */
  transform: rotate(44deg);
  z-index: 99;
}

.proj-contant {
  padding: 20px;
  position: absolute;
  bottom: 0%;
  z-index: 9;
  background-color: #0000008a;
  width: 100%;
  transition: ease-in-out .2s;
}
.project-box:hover .proj-contant{
  bottom: 0%;
}

.project-box samp {
  font-size: 16px;
  font-family: 'Open Sans';
}






.why-choose {
  background-color: #f3f3f3;
  padding: 50px 0;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.why-choose::after{
  content: "";
  width: 35%;
  height: 50%;
  background-color: #007ac7;
  position: absolute;
  right: 0;
  bottom: 0;
}
.why-img .img img {
  width: 80%;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 9;
}
.why_box{
  padding: 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  transition: all 600ms ease;
}
.why_box::after{
  content: "";
  width: 150px;
  height: 150px;
  background-color: #cf3429b6;
  position: absolute;
  right: -150px;
  top: -150px;
  border-radius: 50%;
  transition: all 600ms ease;
  z-index: 9;
}
.why_box:hover p{
  color: #fff;
}
.why_box:hover .medical{
  color: #fff;
}
.why_box:hover::after{
  right: -50px;
  top: -50px;
}
.why_box:hover{
  background-color: #b83229;
}
.why_box img{
  width: 50px;
}
.medical{
  font-size: 20px;
  margin: 10px 0;
  font-weight: 600;
}

.why-choose-content-area ul {
  padding-left: 0;
  text-align: left;
}

.why-choose .why-choose-content-area ul .single-choose {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding-left: 18px;
  padding-bottom: 30px;
  padding-top: 35px;
  border-bottom: 1px solid #e3e3e3;
  border-left: 1px solid #eee;
  position: relative;
  transition: .35s;
}

.why-choose .why-choose-content-area ul .single-choose .icon {
  line-height: 1;
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #79d3f0;
  padding: 10px;
}

.why-choose .why-choose-content-area ul .single-choose .content h5 {
  color: #000;
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-weight: bold;
}

.why-choose .why-choose-content-area ul .single-choose:hover {
  border-left: 1px solid #79d3f0;
}

.why-choose .why-choose-content-area ul .single-choose .content h5 span {
  color: #79d3f0;
  display: inline-block;
}

.why-choose .why-choose-content-area ul .single-choose .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
}

.why-img .img {
  border-radius: 10px;
}
.why-img {
  position: relative;
}

.why-choose .why-img .logo-area {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  height: 102px;
  width: 102px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.why-choose .why-img .logo-area::after {
  content: "";
  background-color: #16191e;
  border: 6px solid #007ac7;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  z-index: -1;
  border-radius: 5px;
}

.logo-area img {
  width: 60px;
  position: relative;
  z-index: 99;
}

.choose-text {
  display: flex;
  align-items: center;
}

.choose {
  margin-top: 15px;
  background-color: #000;
  margin-bottom: 15px;
  padding: 20px 0 0;
}
.choose button{
  background-color: #007ac7;
  border: none;
  padding: 12px 20px;
  color: #fff;
  width: 100px;
}
.choose .row{
  align-items: center;
}
.choose input{
  width: 75%;
  padding: 10px;
  outline: none;
}

.small-head {
  color: #79d3f0;
}

.choose .big-head {
  color: #fff;
}

.choose p {
  color: #fff;
}

.main-head {
  padding-bottom: 16px;
}

footer {
  background-image: url(../image/img/foot-bg.jpg);
}

.footor {
  background-color: #000000cc;
  padding: 50px 0 0 0;
  color: #fff;
}

.footor ul {
  padding-left: 0;
  max-height: 255px;
  overflow: auto;
}
/* width */
.footor ::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.footor ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffa59d; 
  border-radius: 10px;
}
 
/* Handle */
.footor ::-webkit-scrollbar-thumb {
  background: #007ac7; 
  border-radius: 10px;
}


.logo-foot p {
  color: #fff;
}

.logo-foot img {
  margin-bottom: 20px;
  width: 100px;
  border-radius: 5px;
}

.footer-contact .head-icon {
  text-align: left;
  margin-top: 30px;
  padding-left: 0;
}

.footer-contact .head-icon a {
  background-color: #007ac7 ;
  padding: 10px 13px;
  border-radius: 50%;
  color: #fff;
}

.footer-title span {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'Open Sans';
  margin-bottom: 30px;
}

.footer-widget li a {
  color: #fff;
  font-family: 'Open Sans';
}

.footer-widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  padding-left: 15px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer-widget li a:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '\f105';
  font-size: 14px;
  color: #ffffff;
  font-family: 'FontAwesome';
}

.latest-footer ul li {
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.latest-footer ul li .img {
  width: 30%;
}

.latest-footer ul li .img img {
  height: 70px;
  object-fit: cover;
}

.latest-text {
  width: 70%;
  padding-left: 20px;
}

.latest-text a {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 17px;
}

.latest-text span {
  color: #929292;
  font-family: 'Open Sans';
  font-size: 15px;
}

.footer-contact li {
  color: #fff;
  font-family: 'Open Sans';
  display: flex;
  margin-bottom: 20px;
}

.footer-contact li a {
  color: #fff;
}

.footer-contact li i {
  margin-right: 10px;
  color: #007ac7;
  font-size: 24px;
}

.footer-widget li a:hover {
  color: #79d3f0;
  padding-left: 5px;
}


.copyright-area {
  background: #202020;
  padding: 15px 0;
  margin-top: 30px;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.copyright-text p a{
  text-decoration: underline !important;
  color: #fff;
}
.counseling{
  margin: 80px 0;
}
.Counseling_box{
  height: 225px;
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  margin-bottom: 20px;
  border-radius: 8px;
  transition: ease-in-out .3s;
}
.cou_text{
  font-size: 25px;
  color: #b83229;
  font-weight: 600;
  margin-bottom: 10px;
}
.Counseling_box:hover {
  background-color: #007ac7;
}
.Counseling_box:hover .cou_text{
  color: #fff;
}
.Counseling_box:hover p{
  color: #fff;
}

/* contact */
.contact-us {
  text-align: center;
  margin: 50px 0;
}
.main-head-1 p{
  color: #000;
}
.con-number p{
  color: #000;
  font-size: 15px;
}

.form-box {
  padding:0 30px;
  border-radius: 10px;
  /* background-color: #fff; */
  text-align: left;
  /* box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px; */
}

.form-box input {
  width: 100%;
  /* background-color: #f4f3fb; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c0c0c0;
  padding: 11px 20px;
  margin-bottom: 12px;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}

.form-box select {
  width: 100%;
  /* background-color: #f4f3fb; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c0c0c0;
  padding: 11px 20px;
  margin-bottom: 12px;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}

.form-box textarea {
  width: 100%;
  /* background-color: #f4f3fb; */
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #c0c0c0;
  padding: 11px 20px;
  margin-bottom: 12px;
  outline: none;
  font-size: 18px;
  background-color: transparent;
}

.contact-us .main-head-1 {
  margin-bottom: 20px;
}

.form-box input.btn-b {
  width: 200px;
}

.con-us-detail {
  padding: 35px;
  box-shadow: 0px 10px 20px 0px rgba(0, 69.00000000000021, 255, 0.12);
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  background-color: #fff;
  text-align: left;
  box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
}

.con-us-detail i {
  background-color: #79d3f0;
  font-size: 30px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.con-number {
  margin-left: 20px;
  width: 80%;

}
.top_item {
  margin: 15px;
}
.top_item img{
  border-radius: 50%;
  border: #007ac7 solid 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 180px;
}
.top_product{
  margin: 60px 0;
}
.con-number a {
  color: #000;
  display: block;
}

.con-number a:hover {
  color: #efb93f;
}

.con-number h4 {
  font-size: 22px;
}

.container .main-head-1 h3 {
  font-size: 30px;
  color: #79d3f0;
  font-family: 'Secular One';
}

.all-btn button {
  border: none;
}


/* contact */


.item-box {
  display: flex;
}

.item-box .img {
  width: 20%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.item-box .img img {

  padding: 10px;
}

.test-contant {
  width: 75%;
  padding-left: 30px;
  padding-top: 20px;
  position: relative;
}

.test-contant .name {
  font-size: 25px;
  color: #79d3f0;
}

.test-contant .position {
  font-size: 17px;
}

.test-contant p {
  font-size: 18px;
  line-height: 30px;
}

.coma {
  position: absolute;
  bottom: 0;
  right: 0;
}

.coma img {
  width: 100px;
  right: 10px;
  opacity: .3;
  transform: rotateX(180deg);
}

.test-slider .slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  right: 15%;
  top: -25%;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}

.test-slider .slick-nav.next-arrow.slick-arrow {
  position: absolute;
  right: 10%;
  top: -25%;
  z-index: 99;
  border: 1px solid #000;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
}

.testmonial {
  margin-top: 50px;
}

.innre-banner {
  position: relative;
}

.innre-banner img {
  height: 400px;
  object-fit: cover;
}

.innre-banner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
}

.inner-text {
  position: absolute;
  bottom: 20%;
  left: 4%;
  z-index: 9;
}

.inner-text span {
  display: inline-block;
}

.in-tead {
  font-family: 'Open Sans';
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.brade-cram a {
  color: #ffffff;
  font-size: 18px;
}

.brade-cram span {
  color: #fff;
  font-size: 18px;
}

.product-ab {
  text-align: center;
  margin: 60px 0;
}

.product-ab .project-box {
  margin: 10px;
}

.product-ab button.slick-prev.slick-arrow {
  display: none !important;
}

.product-ab button.slick-next.slick-arrow {
  display: none !important;

}

.marcket-plase {
  text-align: center;
  padding: 10px 0 30px;
}

.marcket-head {
  margin-bottom: 30px;
}

.marcket-head a {
  width: 30%;
  color: #fff;
  padding: 13px 10px;
  margin: 8px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: inline-block;
  position: relative;
}

.marcket-line a {
  width: 22%;
  color: #fff;
  padding: 13px 10px;
  margin: 8px;
  font-weight: 500;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.marcket-plase a {
  padding: 20px 10px;
}

.ab-about {
  text-align: center;
  margin: 60px 0;
}

.detail-text {
  text-align: left;
}

.detail-img {
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 80px
}



.slick-dots {
  display: none !important;
}
.client_item img{
  width: 170px;
  height: 120px;
  object-fit: contain;
  margin: auto;
  background-color: #fff;
  padding: 8px;
  border-radius: 10px;
}
button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}
.everyware{
  padding: 50px 0;
  background-color: #000;
  text-align: center;
  margin: 50px 0;
}
.everyware .big-head{
  color: #fff;
}
section.about .img {
  position: sticky;
  top: 79px;
}




/* resposive start  */

@media only screen and (max-width: 1100px) {
  .nav-bar{
    padding-left: 100px;
  }
  .nav-bar ul li {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 1000px) {
  .nav-bar ul li {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .header{
    position: relative;
  }
  .toggle>* {
    width: 80%;
    height: 3px;
    background: #79d3f0;
    margin: 3px 0;
  }
  .nav-bar .view-dt-btn{
    display: none;
  }
  .nav-bar {
    justify-content: end;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .nav-bar .navigation {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    top: 60px;
    z-index: 999;
    flex-direction: column;
    display: none;
    padding: 10px 0px;
  }

  .nav-bar ul li {
    padding: 14px 15px;
  }

  #myHeader.sticky .nav-bar .navigation {
    top: 74px;
  }

  .clk_btn {
    position: absolute;
    right: 5px;
    top: 8px;
    display: block;
    width: 32px;
    text-align: center;
    cursor: pointer;
    color: #000 ;
  }
  #myHeader.sticky .nav-bar .navigation {
    top: 58px;
}



  .droupdown {
    position: revert;
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }


  .ab-about {
    text-align: center;
    margin: 19px 0;
  }

  .detail-img {
    margin-top: 30px;
  }

  .detail-img {
    padding-left: 0;
  }

  .ab-text {
    margin-top: 20px;
    padding-left: 0px;
  }

  .properties .project-box {
    margin-bottom: 20px;
  }

  .main-head {
    padding-bottom: 0;
  }

  .nav-bar ul li {
    border-bottom: 1px solid #fff;
  }
}


@media only screen and (max-width: 767px) {
  .header-line {
    font-size: 38px;
  }

  .header-text {
    width: 70%;
  }

  .big-head {
    font-size: 34px;
  }

  .choose-text {
    flex-wrap: wrap;
  }

  .marcket-line a {
    width: 27%;
  }


  .featured-slider .slick-nav.next-arrow.slick-arrow {
    right: 6%;
  }

  .test-slider .slick-nav.next-arrow.slick-arrow {
    right: 6%;
    top: -20%;

  }

  .test-slider .slick-nav.prev-arrow.slick-arrow {
    top: -20%;
  }

  .item-box {
    flex-wrap: wrap;
  }

  .item-box .img {
    width: 30%;
    margin: auto;
  }

  .test-contant {
    width: 100%;
    padding-left: 0;
  }

  .form-box {
    margin-bottom: 20px;
  }

  .contact-us {
    padding: 30px 0;
  }

  .logo-foot {
    margin-bottom: 20px;
  }
  .why-choose::after{
    display: none;
  }
  .why-img .img img{
    width: 100%;
  }
}


@media only screen and (max-width: 600px) {
  .sig-img {
    width: 29%;
  }

  .about-img.img {
    width: 70%;
  }

  .why-choose .main-head {
    margin-bottom: 7px;
  }

  .marcket-head a {
    width: 43%;
  }

  .marcket-line a {
    width: 37%;
  }

  .innre-banner img {
    height: 300px;
  }

  .in-tead {
    font-size: 33px;
  }

  .why-choose {
    padding: 34px 0;
    margin-top: 11px;
  }

  .about {
    margin-top: 20px;
  }

  .featured {
    margin-top: 20px;
    padding: 20px 0;
  }

  .header-text {
    width: 95%;
    top: 20%;
  }
  .Counseling_box{
  height: auto;
  }

  .slideshow .slick-nav.prev-arrow.slick-arrow {
    display: none !important;
  }

  .slideshow .slick-nav.next-arrow.slick-arrow {
    display: none !important;

  }

  .header-line {
    font-size: 25px;
  }
}


@media only screen and (max-width: 500px) {
  .sig-img {
    width: 57%;
}
.about-img.img {
  width: 100%;
}
.about-img.img img{
  height: auto;
  width: 100%;
  margin-top: 10px;
}
  .head-icon{
    opacity: 0;
    padding-left: 0;
  }


  /* #myHeader.sticky .nav-bar .navigation {
    top: 63px;
  } */

  .form-box input {
    padding: 15px;
    margin-bottom: 14px;
  }

  .form-box select {
    padding: 15px;
    margin-bottom: 14px;
  }

  .form-box textarea {
    padding: 15px;
    margin-bottom: 14px;
  }

  .item-box .img {
    width: 43%;
  }

  .big-head {
    font-size: 28px;
  }

  .featured-slider .slick-nav.prev-arrow.slick-arrow {
    display: none !important;
  }

  .featured-slider .slick-nav.next-arrow.slick-arrow {
    display: none !important;
  }

  .test-slider .slick-nav.prev-arrow.slick-arrow {
    display: none !important;
  }

  .test-slider .slick-nav.next-arrow.slick-arrow {
    display: none !important;
  }

  .marcket-head a {
    width: 45%;
  }

  .marcket-line a {
    width: 44%;
  }

  .logo img {
    width: 80px;
  }

  .primary-btn3 {
    font-size: 14px;
    padding: 15px 16px;
  }

  .main-head {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 400px) {
  .head-phone {
    display: none;
  }

  .marcket-line a {
    margin: 8px 0;
  }

  .detail-img .img:last-child img {
    height: 350px;
  }

  .detail-img .img:first-child img {
    height: 256px;
  }

  .marcket-head a {
    width: 100%;
  }

  .marcket-line a {
    width: 100%;
  }

  .marcket-head {
    margin-bottom: 13px;
  }
}
.what-app {
  position: fixed;
  z-index: 99;
}

.btn-whatsapp-pulse-border {
  bottom: 30px;
  right: 20px;
  animation-play-state: paused;
}

.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  position: fixed;
  bottom: 20px;
  left: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 35px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}

.what-app i {
  font-size: 50px;
  color: #fff;
}