/*@charset "utf-8";
/*..............embedded fonts..............*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*..............embedded fonts..............*/

/*..............custom fonts..............*/
:root {
  --black-color: #000;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --green-color: #33D687;
  --blue-color: #2A334E;
}

/*..............common styles..............*/
html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", serif;
  font-size: 16px;
  font-weight: 400;
  color: #2E2E2E;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  /* margin: 0 0 25px; */
  padding: 0;
  color: #092234;
  font-family: "Raleway", serif;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin: 0 0 25px;
  line-height: 1.6;
}

img {
  max-width: 100%;
}

a,
img {
  border: 0;
  text-decoration: none;
  outline: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover {
  color: #179ae2;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

a:hover {
  text-decoration: none;
}

input,
textarea,
select {
  font-family: "Raleway", serif;
  font-weight: 300;
  outline: none;
}

input[type="submit"] {
  font-family: "Raleway", serif;
  font-weight: 300;
  transition: all 0.3s ease 0s;
  outline: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  height: 60px !important;
  padding-right: 40px !important;
  background-image: url(../images/select-arw.png);
  background-repeat: no-repeat;
  background-position: 96% center;
}

input:not([type="submit"]) {
  height: 50px !important;
  width: 100%;
}

.input-box input:not([type="submit"]) {
  height: 50px !important;
  width: 70%;
}

input.form-control,
textarea.form-control {
  border: 1px solid #C3CAD4 !important;
  box-shadow: none !important;
}

textarea.form-control {
  height: 170px !important;
  resize: none;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #fff;
}

/* --- common background color start--- */

.common-bg {
  background-color: #000;
}

.dark-blue-bg {
  background-color: #265374;
}

.dark-blue-bg-two {
  background-color: #194768;
}

.home-latest-greatest-sec .image-box img,
.home-contributors-wraper ul li .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- common background color end--- */

/*------owl nav--------*/
.owl-nav button svg {
  color: #fff;
}

.owl-nav button.owl-prev i,
.owl-nav button.owl-next i {
  color: #fff !important;
}

.owl-nav button.owl-prev {
  position: absolute;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  background-color: var(--green-color) !important;
  left: -66px;
}

.owl-nav button.owl-next {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: var(--green-color) !important;
  right: -45px;
}

.owl-nav button span {
  color: transparent !important;
}

.owl-nav button:hover::before {
  transform: scale(1) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .owl-theme .owl-nav [class*=owl-]:hover {border: 2px solid #222;} */
/* .owl-nav button.owl-prev:hover{background-image: url('../images/arrow-l-w.svg')!important;} */
/* .owl-nav button.owl-next:hover{background-image: url('../images/arrow-r-w.svg')!important;} */
.owl-carousel .owl-nav button {}

.owl-carousel .owl-nav button {
  /* position: relative; */
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-carousel .owl-nav button:hover {
  color: #092234;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.owl-nav {
  left: auto;
  position: absolute;
  width: 100%;
  top: 40%;
}

button.owl-prev {
  left: 25%;
}

button.owl-next {
  right: -70%;
}


/* --- for placeholder color --- */
/*
.form-control::-moz-placeholder{color:#505873;opacity:1;}
.form-control:-ms-input-placeholder{color:#505873;}
.form-control::-webkit-input-placeholder{color:#505873;}
*/
/* --- for placeholder color --- */

/* --- only use for wordpress (Image alignment) --- */
.alignleft,
.alignnone {
  float: left;
  margin: 0 15px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.aligncenter {
  margin: 10px auto;
  display: block;
}

/* --- only use for wordpress (Image alignment) --- */

/* --- Button Styles --- */
.social-icons .btn {
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  letter-spacing: 1px;
  font-family: "Raleway", serif;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-weight: bold;
  background: var(--green-color);
  color: var(--white-color) !important;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 1;
}

.btn {
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  letter-spacing: 1px;
  font-family: "Raleway", serif;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  font-weight: 500;
  background: var(--green-color);
  color: var(--white-color) !important;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0px;
  z-index: 1;
}

.btn:hover {
  background-color: var(--blue-color);
  box-shadow: 0px 0px 0px 0px #ccc;
  transition: .3s;
}

/* --- Button Styles --- */

/*row with equal height column*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*row with equal height column*/

/* --- checkbox and radio button Styles --- */

.builder_radiobox ul li label {
  font-weight: normal;
}

.builder_radiobox ul li input[type="radio"] {
  opacity: 0;
}

.builder_radiobox ul li input[type="radio"]:empty~label {
  position: relative;
  float: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 0 0 22px;
}

.builder_radiobox ul li input[type="radio"]:empty~label:before {
  position: absolute;
  display: block;
  top: 2px;
  bottom: 0;
  left: 0;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/radiobutton.png) left top no-repeat;
}

.builder_radiobox ul li input[type="radio"]:checked~label:before {
  background: url(../images/radiobutton.png) left bottom no-repeat;
}

/* --- checkbox and radio button Styles --- */
.common-padd-xl {
  padding-top: 171px;
  padding-bottom: 171px;
}

.common-padd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.common-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.form-control {
  height: 50px;
  padding: 12px 15px;
}

.top-largr-padding {
  padding-top: 210px;
  padding-bottom: 100px;
}

.common-header-lft h2 {
  font-weight: 600;
}

.common-header-center {
  text-align: center;
  margin-bottom: 50px !important;
}

.common-header-center h2 {
  font-weight: 600;
}

/*-----scroll-bar-design----------*/

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3B3B3C;
  border-radius: 10px;
}


/*-----scroll-bar-design----------*/


/*..............common styles..............*/
/* =============header css===================  */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-open {
  overflow: hidden;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(0, 0, 0, 0.3); */
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.sidebar-open .overlay {
  opacity: 1;
  visibility: visible;
}

.header {
  position: absolute;
  z-index: 99;
  width: 100%;
}

.logo-wrap {
  max-width: 180px;
}

.container {
  padding: 0 15px;
}

.row-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-list {
  display: flex;
  align-items: center;
}

.nav-list li {
  padding: 0 15px;
}

.nav-list li a {
  color: var(--footer-color);
  font-size: 16px;
  text-decoration: none;
  padding: 0px 5px;
  position: relative;
  display: block;
  font-weight: 500;
}

.nav-list li a:hover {
  font-weight: 500;
}

.nav-list li.active a {
  position: relative;
  z-index: 2;
  color: var(--green-color);
}

.nav-list li.with-submenu {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.nav-list li.with-submenu>a {
  margin-right: 10px;
}

.nav-list li.with-submenu::after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s;
}

.nav-list li.with-submenu:hover::after {
  transform: rotate(225deg);
  margin-top: 10px;
}

.nav-list li.with-submenu .submenu {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 2px 0px #ccc;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translate(-38px, 35px);
}

.nav-list li.with-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-38px, 10px);
}

.nav-list li.with-submenu .submenu li {
  padding: 0;
}

.nav-list li.with-submenu .submenu a {
  color: #000000;
  display: block;
  padding: 8px 15px;
  transition: all 0.3s;
  width: 230px;
}

.nav-list li.with-submenu .submenu a:hover {
  background-color: rgba(49, 20, 50, 0.3);
}

.nav-list li.with-submenu>a {
  position: relative;
  z-index: 1;
}

.hamburger {
  display: none;
  z-index: 99;
}

.hamburger .line {
  width: 25px;
  height: 1.5px;
  background-color: var(--blue-color);
  display: block;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(2) {
  width: 15px;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger.is-active .line {
  background-color: #311432;
}

.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(6.5px) rotate(45deg);
  -ms-transform: translateY(6.5px) rotate(45deg);
  -o-transform: translateY(6.5px) rotate(45deg);
  transform: translateY(6.5px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-45deg);
  -ms-transform: translateY(-6.5px) rotate(-45deg);
  -o-transform: translateY(-6.5px) rotate(-45deg);
  transform: translateY(-6.5px) rotate(-45deg);
}

.right-part {
  display: flex;
  align-items: center;
}

.right-part .social-icons ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.right-part .social-icons {
  margin-left: 100px;
}

.right-part .social-icons ul li a {
  color: #fff;
}

@media (max-width: 992px) {
  .header {
    padding: 10px 0;
  }

  .hamburger {
    display: block;
  }

  .nav-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    transform: translateX(100%);
    background-color: #ffffff;
    transition: all 0.5s linear;
    max-width: 300px;
    width: 100%;
    height: 100%;
    box-shadow: 2px -5px 5px 3px #ccc;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
  }

  .nav-wrap.is-open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    right: 0;
    z-index: 9;
  }

  .nav-list {
    flex-direction: column;
    align-items: unset;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.5s;
    transition-duration: 1s;
    transition-property: all;
    padding: 10px;
  }

  .nav-wrap.is-open .nav-list {
    opacity: 1;
    visibility: visible;
  }

  .nav-list li {
    padding: 7px 10px;
  }

  .nav-list li a {
    color: #311432;
    text-align: left;
    display: inline-block;
    padding: 2px 0;
  }

  .nav-list li a::after {
    background-color: #311432;
  }

  .nav-list li.with-submenu {
    display: block;
  }

  .nav-list li.with-submenu::after {
    border-color: #311432;
    right: 10px;
    top: 12px;
  }

  .nav-list li.with-submenu:hover::after {
    transform: rotate(45deg);
    margin-top: 0;
  }

  .nav-list li.with-submenu.is-open::after {
    transform: rotate(225deg);
    margin-top: 5px;
  }

  .nav-list li.with-submenu .submenu {
    position: static;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    border-top: 1px solid #ccc;
    display: none;
    transition: auto;
    margin: 10px 0;
  }

  .nav-list li.with-submenu .submenu li {
    padding: 7px 10px;
  }

  .nav-list li.with-submenu .submenu li:hover a {
    background-color: transparent;
  }

  .nav-list li.with-submenu .submenu li a {
    display: inline-block;
    padding: 2px 0;
  }

  .nav-list li.with-submenu .submenu li a::after {
    display: block;
  }

  .hamburger.is-active {
    position: absolute;
    right: 25px;
  }
}

/* ====================header css end=======================  */
.inner-banner {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 150px 0px 100px 0px;
}

.inner-banner:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(120, 77, 77, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.banner-text h1 {
  color: var(--black-color);
  font-size: 50px;
}

.banner-text p {
  color: #fff;
}

.header .right-part .nav-wrap .nav-list {
  background-color: var(--white-color);
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0px 20px;
}

/* ==========Home Page css start============  */
.common-heading {
  position: relative;
}

.common-heading .sub-title-span {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: var(--blue-color);
  font-weight: bold;
  padding-left: 90px;
  margin-bottom: 25px;
}

.common-heading .sub-title-span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 84px;
  height: 31px;
  background-image: url('../images/heartbeat.png');
}

.common-heading h2 {
  font-size: 48px;
  color: var(--black-color);
  font-weight: bold;
  line-height: 59px;
}

.common-heading h2 span {
  color: var(--green-color);
}

.common-heading p {
  color: var(--blue-color);
  font-size: 16px;
}

.contact-info-banner {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}

.contact-info-right {
  width: 100%;
  height: auto;
  background-color: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  z-index: 2;
}

.contact-info-right .cont-list ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

.contact-info-right .cont-list ul li a {
  font-size: 22px;
  color: var(--white-color);
  font-weight: 600;
}

.contact-info-right .cont-list ul li a:hover {
  color: var(--green-color);
}

.contact-info-right .social-links ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}

.contact-info-right .social-links ul li a {
  font-size: 25px;
  color: var(--white-color);
}

.contact-info-right .social-links ul li a:hover {
  color: var(--green-color);
}

.contact-info-right::after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--blue-color);
}

.heart-issue {
  display: flex;
  align-items: center;
  margin: 30px 0px 50px 0px;
}

.heart-issue .item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.heart-issue .item .heart-text h4 {
  font-size: 24px;
  color: var(--black-color);
  font-weight: bold;
  line-height: 30px;
}

.heart-issue .item .heart-text p {
  margin-bottom: 0px;
  font-size: 16px;
}

.heart-issue .item .img-left {
  width: 85px;
  height: 85px;
  background-color: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 12px;
}

.heart-issue .item .img-left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-sec .left-img-box {
  position: relative;
  width: 100%;
  height: 592px;
  padding-right: 100px;
  padding-top: 50px;
}

.about-sec .left-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-two {
  position: absolute;
  width: 369px;
  background-color: var(--white-color);
  height: 392px;
  right: 45px;
  top: 0;
  padding: 8px;
}

.about-img-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.happy-client {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -65px;
  width: 251px;
  height: 176px;
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#counter li {
  flex: 1;
  text-align: center;
  font-size: 48px;
  color: var(--white-color);
  font-weight: bold;
}

#counter span.percent:after {
  content: "k +";
  display: inline-block;
}

.happy-client-text {
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: bold;
  letter-spacing: 3px;
}

/* services sec css  */
.our-services-sec {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.common-heading.center-heading {
  max-width: 638px;
  margin: 0 auto;
}

.common-heading.text-center .sub-title-span {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  color: var(--blue-color);
  font-weight: bold;
  padding-left: 0px;
  margin-bottom: 25px;
  display: inline-block;
}

.common-heading.text-center .sub-title-span::before {
  display: none;
}

.service-werepper {
  margin-top: 50px;
}

.service-card {
  position: relative;
  text-align: center;
  background-color: var(--white-color);
  padding: 40px;
  box-shadow: 0 0 10px #ebebeb;
}

.service-card::before {
  position: absolute;
  content: '';
  left: 0;
  top: 25%;
  height: 250px;
  width: 5px;
  background-color: var(--green-color);
}

.service-card .img-box {
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

.service-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.service-card .content-box h4 {
  font-size: 24px;
  color: var(--text-color);
  margin-top: 20px;
  font-weight: 500;
}

.service-card .content-box a {
  color: var(--green-color);
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 3px;
}
.service-card .content-box a:hover{
    color:var(--blue-color);
}
.service-card .content-box .time-table {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 20px;
}

.service-card .content-box .time-table span i {
  color: var(--green-color);
}

.service-card .content-box p {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 15px;
}

/* why choose sec css  */
.why-choose-wrepper {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
}

.why-choose-wrepper::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 214, 135, 0.1);
  border-radius: 50px;
}

.why-chhose-left {
  padding: 70px 50px 100px 50px;
}

.why-choose-right-img {
  width: 408px;
  height: auto;
  position: absolute;
  bottom: 0px;
}

.why-choose-right-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn.active {
  background-color: var(--green-color) !important;
  border: 1px solid var(--green-color) !important;
}

.btn.active:hover {
  background-color: var(--blue-color) !important;
  border: 1px solid var(--blue-color) !important;
}

.ts-slider-wrepper {
  margin-top: 50px;
}

.ts-slider-wrepper .ts-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--white-color);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.ts-slider-wrepper .ts-box::before {
  position: absolute;
  content: '';
  right: -118%;
  top: -155%;
  width: 150%;
  height: 200%;
  border-radius: 50%;
  background-color: var(--green-color);
  transition: .5s;
  z-index: -1;
}

.ts-slider-wrepper .ts-box:hover::before {
  top: -55%;
  right: -25%;
  transition: .5s;
}

.ts-slider-wrepper .content-box .rateing ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ts-slider-wrepper .content-box .rateing ul li {
  margin: 0px 3px;
}

.ts-slider-wrepper .content-box .rateing ul li i {
  color: #FFD93F;
  font-size: 20px;
}

.ts-box .img-box {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 15px;
}

.ts-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ts-box .content-box h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-color);
}

.ts-box .content-box .description p {
  font-size: 16px;
  color: var(--text-color);
  margin-top: 20px;
}

.blog-left {
  padding-right: 160px;
}

.blog-slider-wrepper .blog-sl-box {
  width: 100%;
  height: auto;
  background-color: var(--white-color);
  box-shadow: 0 0 10px #ccc;
  border-radius: 20px;
  overflow: hidden;
}

.blog-sl-box .img-box {
  position: relative;
  width: 100%;
  height: 216px;
}

.blog-sl-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sl-box .blog-date {
  position: absolute;
  width: 45px;
  height: auto;
  background-color: var(--white-color);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top: 2px solid var(--green-color);
  right: 12px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.blog-sl-box .blog-date h4 {
  font-size: 24px;
  color: var(--green-color);
  font-weight: bold;
}

.blog-sl-box .blog-date p {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  font-family: "Poppins", serif;
}

.blog-sl-box .cont-box {
  padding: 27px;
  border-bottom: 2px solid var(--green-color);
  border-left: 2px solid var(--green-color);
  border-right: 2px solid var(--green-color);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.blog-sl-box .cont-box .user-name {
  font-size: 13px;
  color: var(--blue-color);
}

.blog-sl-box .cont-box .user-name i {
  color: var(--green-color);
  margin-right: 7px;
}

.blog-sl-box .cont-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--black-color);
  margin: 10px 0px;
}

.blog-sl-box .cont-box .read-more {
  color: var(--green-color);
  font-size: 16px;
  font-weight: bold;
}

.subscription-sec .sub-box .number {
  font-size: 48px;
  color: var(--green-color);
  font-weight: bold;
  font-family: "Poppins", serif;
}

.subscription-sec .sub-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subscription-wrepper {
  padding: 0px 0px 50px 0px;
  border-bottom: 1px solid var(--black-color);
}

.update-wreper {
  margin-top: 50px;
}

.update-wreper .input-box {
  width: 100%;
  height: auto;
  background-color: var(--green-color);
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: 0 0 10px #b1b1b1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.update-wreper .input-box .text-box h2 {
  font-size: 40px;
  color: var(--white-color);
  font-weight: bold;
  max-width: 500px;
}

.update-wreper .input-box .text-box p {
  color: var(--white-color);
  font-size: 18px;
  margin-bottom: 0px;
}

.mail-box {
  flex-shrink: 0;
  width: 50%;
  position: relative;
  right: -50px;
}

/* subscrib css  */
.fas.fa-envelope {
  color: #fff;
  font-size: 2rem;
  background: #333;
  padding: 1rem;
  border-radius: 100%;
  margin: 0 0 1rem 0;
}

.card-content {
  max-width: 30rem;
  background-color: #fff;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1rem;
  padding: 4rem .5rem;
  box-shadow: 1px 1px 2rem rgba(0, 0, 0, .3);
  text-align: center;
}

.card-content h1 {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
}

.card-content p {
  font-size: .8rem;
  margin: 0 0 2rem 0;
}

input {
  padding: 10px 50px 10px 20px;
  border-radius: 5rem;
  outline: none;
  border: .1rem solid #fff;
  font-size: 16px;
  background-color: transparent;
  color: #fff;
}

::placeholder {
  color: #fff;
}

.subscribe-btn {
  border-radius: 5rem;
  background-color: var(--white-color);
  color: var(--green-color);
  font-size: 20px;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 95px;
  top: 33px;
}

.form-input {
  position: relative;
}

.input-box input:not([type="submit"]) {
  height: 50px !important;
  width: 85% !important;
}

footer .social-links ul {
  display: flex;
}

footer .social-links ul li {
  margin: 0px 10px;
}

footer .social-links ul li a {
  color: var(--white-color);
  font-size: 25px;
}

footer .social-links ul li a:hover {
  color: var(--green-color);
}

.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  background-color: var(--white-color);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  z-index: 11111;
  top: 0;
}

.page-header.is-sticky .nav-list.shadow {
  box-shadow: 0 .0rem 0rem rgba(0, 0, 0, .0) !important;
}

.page-header.is-sticky img {
  max-width: 100%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

/* gallery sec css  */
.gl-box {
  position: relative;
  display: block;
  height: 300px;
  width: 31%;
  margin-bottom: 20px;
  border-radius: 0px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 6.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 70%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 50%;
  }
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.gallery-grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin-left: 65px;
}


.gallery-grid .gl-box:nth-child(2) {
  height: 359px;
}

.gallery-grid .gl-box:nth-child(3) {
  height: 739px;
}

.gallery-grid .gl-box:nth-child(4) {
  height: 359px;
}

.gallery-grid .gl-box:nth-child(5) {
  height: 359px;
}

.gallery-grid .gl-box:nth-child(6) {
  height: 359px;
}

.gl-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.gl-box .img-overlay {
  width: 80px;
  height: 80px;
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.gl-box .img-overlay i {
  transform: rotate(-45deg);
  font-size: 30px;
  color: var(--white-color);
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.modal {
  overflow-y: hidden;
}

.button-group {
  text-align: center;
  margin: 40px 0px 50px 0px;
}

.gl-box .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #15181B;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.gl-box:hover .text-box {
  opacity: 1;
  transition: .5s;
}

.gl-box:hover .text-box p,
.gl-box:hover .text-box h5 {
  color: #fff;
}

/* =============================================================================== */
.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
  background-color: var(--green-color);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.banner_sec .slick-nav i {
  background: url(../images/service_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -9px 0 0 -10px;
  height: 18px;
  z-index: 1;
}

.banner_sec .slick-nav:hover i {
  filter: brightness(0) invert(1) !important;
}

.banner_sec .slick-nav:before,
.banner_sec .slick-nav:after {
  background: #F3FBFF;
  border: 1px solid rgb(33 157 188 / 32%);
}

.banner_sec .slick-nav:hover:before,
.banner_sec .slick-nav:hover:after {
  background: var(--orange-color);
  border: 1px solid var(--white-color);
}

.slider,
.slide {
  height: 900px;
}


.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}

.slide .slide__content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.slide .slide__content.slide__content__left {
  left: 0%;
  transform: translate(0%, -15%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  /* color: #FFF; */
  text-align: left;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  color: var(--black-color);
  text-align: left;
  font-family: "Poppins", serif;
}

.slide .slide__content--headings .title {
  font-size: 64px;
  font-weight: 900;
  color: var(--black-color);
  text-align: left;
}

.slide .slide__content--headings h4 {
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 400;
}

.slide .slide__content--headings .title span {
  color: var(--green-color);
}

.slide__content--headings {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0%, -50%);
}

.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li {
  height: 50px;
  width: 50px;
  padding: 0px 5px;
}

.stick-dots .slick-dots li button {
  color: #000;
  background: none;
  border: none;
  margin: 0px 0px;
  font-size: 20px;
  font-family: var(--text-font);
  position: relative;
  width: 25px;
  height: 25px;
}

.slick-dots li.slick-active button {
  color: var(--green-color);
}

.slick-dots li.slick-active button::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.slick-dots li.slick-active button::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--green-color);
  width: 100%;
  height: 2px;
  border-radius: 50%;
}


.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: -3%;
  transform: scaleX(-1);
  z-index: 1;
}

.slick-nav.next-arrow {
  left: auto;
  right: -3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.testimonial-sec {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*---- testimonial ----*/
footer {
  width: 100%;
  height: auto;
  background-color: var(--blue-color);
}

footer .f-text p {
  color: var(--white-color);
  max-width: 370px;
  margin-top: 20px;
}

.link-text h4 {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

.link-text ul li {
  padding: 5px 0;
}

.link-text ul li a {
  color: var(--white-color);
}

.link-text.timing ul li a {
  display: flex;
  justify-content: space-between;
}

.link-text ul li a:hover {
  font-weight: normal;
  color: var(--green-color);
}

.copy-right-sec {
  width: 100%;
  height: auto;
  background-color: var(--blue-color);
}

.copy-right-sec .copy-right p {
  margin-bottom: 0px;
  color: var(--white-color);
  padding: 15px 0px;
  border-top: 1px solid #5c5c5c;
}

.heading_hp h2 {
  font-size: 50px;
  color: var(--orange-color);
  font-weight: bold;
}

.btn-close {
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}

.modal-content {
  background-color: transparent !important;
  border: none !important;
}

/* ===========================services page css=================================== */

.service-wrepper .service-card {
  margin-bottom: 25px;
}

.service-wrepper {
  margin-top: 50px;
}























/* ========================contact page css ====================== */
.contact-wrepper {
  margin-top: 50px;
}

.call-now-btn {
  position: relative;
  background-color: var(--blue-color);
  /* border: 2px solid #fff; */
  padding: 10px 40px;
  font-size: 18px;
  color: #fff !important;
  border-radius: 50px;
  text-decoration: none;
}

.call-now-btn span {
  position: relative;
  font-weight: 600;
  z-index: 1;
}

.call-now-btn:after {
  position: absolute;
  content: '';
  left: 3px;
  top: 3px;
  right: 3px;
  bottom: 3px;
  background-color: #fff;
  transform: scale(0);
  transition: .3s;
  border-radius: 50px;
}

.call-now-btn:hover:after {
  transform: scale(1);
  transition: .3s;
}

.call-now-btn:hover {
  color: #000 !important;
}

.form-area-wrepper {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  position: relative;
}

.form-area-wrepper h2 {
  text-align: center;
  margin-bottom: 50px;
}

input.form-control {
  height: 50px;
  border-radius: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea.form-control {
  height: 150px;
  border-radius: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form-label {
  font-weight: 500;
}

.con-card .icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-card .icon i {
  font-size: 25px;
  color: var(--orange-color);
}

.con-card .icon-heading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.con-card .cont-details a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}

/* .sec-text .common-heading {
  margin: 0 auto;
  max-width: 900px;
} */

.contact-card-wprepper {
  background-color: var(--blue-color);
  border-radius: 10px;
  padding: 37px 20px;
}

.con-card {
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 25px 0px;
}

.contact-card-wprepper .con-card:last-child {
  border-bottom: 0px solid #fff;
  margin-bottom: 0px;
}

.call-rivan {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--green-color);
  border-radius: 100px;
  padding: 20px 30px;
  position: relative;
}

.call-rivan::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: -45%;
  transform: translate(-50%, -50%);
  background-color: var(--blue-color);
  width: 93%;
  height: 50%;
  z-index: -1;
  border-radius: 50px;
}

.call-rivan .img-box {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.call-rivan .item .img-box h2 {
  color: #fff;
}

.call-rivan .item .img-box p {
  color: #fff;
}

.call-rivan .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-rivan .item h2 {
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 0px;
}

.call-rivan .item .text-box h2 {
  color: var(--white-color);
  font-size: 25px;
  margin-bottom: 10px;
}

.call-rivan .item .text-box p {
  margin-bottom: 0px;
  color: var(--white-color);
}

.call-rivan .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.follow-us-icon-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 15px;
}

.follow-us-icon-list ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: var(--blue-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 5px 5px 0px var(--green-color);
  transition: .3s;
}

.follow-us-icon-list ul li a:hover {
  box-shadow: -5px -6px 0px var(--blue-color);
  background-color: var(--green-color);
  transition: .3s;
}

.follow-us-icon-list ul li a i {
  color: #fff;
  font-size: 20px;
}

.follow-us-icon-list ul li a:hover i {
  color: #000;
}

.follow-us h2 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-submit {
  background-color: var(--green-color);
  border-radius: 40px;
  font-size: 18px;
  padding: 15px 40px;
  color: #fff !important;
  font-weight: 600;
}



/* =================Gallery pAGE CSS====================== */

/* ============About Page css================= */

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color);
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: var(--orange-color);
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
  color: var(--green-color);
}

.about-section .text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 170px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before {
  position: absolute;
  left: -10px;
  top: 50px;
  height: 520px;
  width: 520px;
  background-image: url("../images/about-circle-1.png");
  content: "";
}

.about-section .image-column .image-1 {
  position: relative;
  width: 100%;
  height: 500px;
  border: 5px solid var(--white-color);
}

.about-section .image-column .image-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 300px;
  width: 300px;
  height: 300px;
  border: 5px solid var(--green-color);
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-section .image-column .image-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

/* section 3 css  */
.float {
  position: absolute;
}

.about-section .image-column .inner-column:before {
  /* animation-name: ani-float;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;  */
  animation: ani-float .50s infinite alternate;
  transform-origin: center;
}

@keyframes ani-float {
  to {
    transform: scale(1.1);
  }

  /* 0% { transform: translate(0,  0px); }
  50% { transform: translate(0, 15px); }
  100% { transform: translate(0, -0px); }     */
}

/* ========================blog page css==================================== */
.inner-blog-sec .blog-sl-box .img-box img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.inner-blog-sec .blog-sl-box {
  margin-bottom: 25px;
}

.inner-testimonial-sec .ts-slider-wrepper .ts-box {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--white-color);
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 10px #ccc;
  margin-bottom: 25px;
}

.inner-blog-wrepper {
  margin-top: 50px;
}


/* blog-detila page css  */
.blog-details .blog-details-img-box {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.blog-details .blog-details-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .blog-main-box {
  width: 100%;
  height: auto;
  background-color: transparent;
  transition: .5s;
  overflow: hidden;
  border: 0px solid #fff;
}

.blog-details .blog-main-box .content-box {
  display: block;
}

.blog-details .blog-main-box .text-box {
  padding: 50px 30px;
}

.blog-list .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-list .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-list {
  width: 100%;
  height: 870px;
  overflow-x: auto;
  padding: 0px 20px 0px 0px;
}

.bolg-border {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 920px;
}

.blog-list .list-box {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
  background-color: #f0faff;
  border-radius: 10px;
  padding: 5px;
  transition: .3s;
  border: 1px solid #bbb;
}

.blog-list .list-box:hover {
  box-shadow: 0 0 10px #bbb;
  transition: .3s;
}

.blog-details .blog-list .list-box .item p {
  margin-bottom: 5px;
  font-size: 14px;
}

.blog-details .slid-box {
  background-color: #fff;
  /* box-shadow: 0 0 15px #bbb; */
  border-radius: 20px;
}

.blog-details-slid .blog-slider .slid-box {
  padding: 0px;
}

.post-date ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.about-sec.single-page .left-img-box{
      padding-top: 0px;
}