:root {
  --main-color: #EB7C9D;
  --heading-color: #023047;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --btn-color: #C65163;
  --main-font: "Inter", sans-serif;
  --heading-font: "Inter", sans-serif;
  --button-font: "Inter", sans-serif;
  --inter-font: "Inter", sans-serif;
}

html,
body {
  font-family: var(--main-font);
}
a {
  text-decoration: none;
}
.container-fluid {
  padding: 0 4%;
}
h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}
p {
  font-family: var(--main-font);
}
.main_menu_hdr {
  background: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 10px 0;
}

.left_top {
  display: flex;
  justify-content: flex-start;
}

.main_menu {
  display: block;
  position: relative;
  background: #fff;
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
  padding: 0px 0px;
}

.logo a {
  position: relative;
  z-index: 1;
  width: 180px;
  display: inline-block;
  margin: 4px 0;
}

.logo a img {
  width: 100%;
}
.top_call{
  position: relative;
  padding: 0 15px;
}

.login_hdr a{
  color: #1E1E1E;
}
.register_hdr a{
  
}

/*--- spliting ----*/

.splitting .char {
  animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}



.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--- spliting ----*/



.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
}

/* .slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0%);
} */

.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:before, .banner_sec .slick-nav:after {
  background: #F3FBFF;
  border: 1px solid rgb(33 157 188 / 32%);
}
  .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: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.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;
}

.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-family: var(--main-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white-color);
}

.slide .slide__content--headings .title {
  font-size: 60px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white-color);
}
.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: 45%;
}
.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 {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.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 {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  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%;
}

/* .slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
} */

.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);
}

.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;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}



/*-------- button Effect-------*/
.red_btn {
  display: flex;
  box-sizing: border-box;
  padding: 10px 10px 10px 23px;
  border-radius: 30px;
  position: relative;
  color: var(--white-color);
  background: var(--btn-color);
  text-transform: capitalize;
  text-decoration: none;
  overflow: hidden;
  border: none;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 50%);
}

.red_btn span {
  font-weight: 400;
  position: relative;
  font-family: var(--button-font);
  letter-spacing: 1px;
  color: var(--white-color);
  font-size: 15px;
}
.red_btn .img_right_icon{
  padding: 4px;
  position: relative;
  display: flex;
  transition: all ease-in 0.3s;
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--green-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}
.red_btn:hover img{
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover span {
  color: var(--white-color);
}

.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}



/*-------- button Effect-------*/
.heading_hp h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
  letter-spacing: 0px;
}


.heading_hp h6 {
  font-weight: 400;
  color: var(--main-color);
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 15px;
}

.heading_hp p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p {
  color: var(--white-color);
}

.border_h2 h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.border_h2 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: var(--main-color);
}

.three_box{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.one_box{
  background: var(--white-color);
  border-radius: 10px;
  padding: 25px;
  margin: 10px 0;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.one_box h4, .one_box p{
  color: #000;
}
.one_box h4{
  font-size: 24px;
  font-weight: 600;
}
.one_box p{
  margin-bottom: 0;
}
.bg_pink{
  background: var(--main-color);
}
.bg_pink.one_box h4, .bg_pink.one_box p{
  color: #fff;
}
/*---- about ----*/

.about_sec{
  padding: 100px 0px;
}
.img_part{
  padding: 50px 0;
}
.img1{
  width: 450px;
  z-index: 999;
  position: relative;
  margin: 0 auto;
}
.img1 img{
  width: 100%;
}
.about_left_btm{
  width: 120px;
  height: 120px;
  position: absolute;
  left: 12%;
  bottom: -3%;
  transform: translate(0, -20%);
  background: var(--main-color);
  border-radius: 10px;
}
.about_left_top{
  width: 120px;
  height: 120px;
  position: absolute;
  left: 6%;
  top: -3%;
  transform: translate(0, -20%);
  background: #023047;
  border-radius: 10px;
}

.about_left_right{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 15px solid var(--main-color);
  position: absolute;
  right: 14%;
  top: 0%;
  transform: translate(0, -20%);
  -webkit-animation: leftmover 2s infinite alternate;
  animation: leftmover 2s infinite alternate;
}

@-webkit-keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-40px); }
}
@keyframes leftmover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-40px); }
}
.img_part img{
  width: 100%;
  border: 5px solid #fff;
  border-radius: 15px;
}
.abt_ul{
  position: relative;
  list-style: none;
  padding-left: 0;
}
.abt_ul li{
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.abt_ul li:before{
  content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: 0;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

/*---- about ----*/

/*---- gallery ----*/
.gallery_sec{
  padding: 100px 0;
}
.galley_padding{
  padding: 0 20px;
}
.gallery_box{
  border-radius: 10px;
  position: relative;
  height: 350px;
}
.gallery_box img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_sec .slick-slide .gallery_box:before{
  content: '';
  position: absolute;
  right: 0;
  top:0;
  background: linear-gradient(270deg, #1C4559, transparent);
  width: 45%;
  height: 100%;
  border-radius: 10px;
}
.gallery_sec .slick-slide.slick-center + .slick-slide .gallery_box:before{
  content: '';
  position: absolute;
  left: 0;
  top:0;
  background: linear-gradient(90deg, #1C4559, transparent);
  width: 45%;
  height: 100%;
  border-radius: 10px;
}
.gallery_sec .slick-slide.slick-current.slick-active.slick-center .gallery_box:before{
  content: none;
}
.gallery_sec .slick-nav i{
  background: url(../images/gallery_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -7px 0 0 -10px;
  height: 18px;
}
.gallery_sec .slick-nav.next-arrow{
  right: 20%;
}
.gallery_sec .slick-nav.prev-arrow{
  left: 20%;
}
.gallery_sec .slick-nav:before, .gallery_sec .slick-nav:after{
  border: none;
}
.gallery_sec .img-wrapper{
  height: 100%;
}












.gl-box {
  position: relative;
  display: block;
  height: 300px;
  width: 31%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.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(7){
 height: 430px;
}
.gallery-grid .gl-box:nth-child(2){
 height: 520px;
}
.gallery-grid .gl-box:nth-child(3){
 height: 430px;
}
.gallery-grid .gl-box:nth-child(4){
 height: 520px;
}
.gallery-grid .gl-box:nth-child(5){
 height: 520px;
}
.gallery-grid .gl-box:nth-child(6){
 height: 430px;
}
.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(--main-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;
}
.bi{
  display: none;
}
.button-group{
  text-align: center;
}

.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;
}

.gallery-grid .img-wrapper img{
  min-height: 100%;
  width: 100%;
  object-fit: cover;
}
.gallery_sec .btn{
  background-color: var(--main-color);
  padding: 12px 30px;
  border-radius: 40px;
  font-family: var(--main-font);
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 2px;
}
.gallery_sec .btn:hover{
  background-color: var(--btn-color);
}
.gallery_sec .img-wrapper a{
  color: #fff;
}
/*---- gallery ----*/
/*---- services ----*/
.services_sec{
  background: #FFF8FB;
  padding: 100px 0;
}
.ser_padding{
  padding: 15px 15px;
}
.ser_box{
  background: #023047;
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 3px 3px 9px rgb(0 0 0 / 25%);
}
.ser_box img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}
.ser_text h4{
  color: var(--white-color);
  font-size: 22px;
}
.ser_text p{
  color: var(--white-color);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
}
.ser_text{
  padding: 15px 0 0;
}
.service_slid .slick-slide:nth-child(even) .ser_box{
  background: var(--btn-color);
}

.services_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;
}
.services_sec .slick-nav.next-arrow{
  right: -3%;
}
.services_sec .slick-nav.prev-arrow{
  left: -3%;
}
.services_sec .slick-nav:before, .services_sec .slick-nav:after{
  background: #F3FBFF;
  border: 1px solid rgb(33 157 188 / 32%);
}
.services_sec .slick-nav:hover:before, .services_sec .slick-nav:hover:after{
  background: #023047;
}

.services_sec .slick-nav:hover i{
  filter:  brightness(0) invert(1);
}
/*---- services ----*/

/*---- blog ----*/
.blog_sec{
  background: #FFF8FB;
  padding: 100px 0;
}
.blog_right{
  margin-bottom: 20px;
  display: flex;
  border-bottom: 1px dashed rgb(0 0 0 / 30%);
  padding-bottom: 20px;
}
.blog_right:last-child{
  border: none;
}
.blog_right_img{
  width: 150px;
  height: 80px;
  display: block;
  margin-right: 10px;
  flex-shrink: 0;
}
.blog_right_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog_right_text h4{
  margin-bottom: 1px;
  font-size: 20px;
	color: var(--heading-color);

}
.blog_right_text p{
  font-size: 14px;
  margin-bottom: 0;
}
.blog_sec .news_img {
  height: 300px;
}
.blog_sec .news_img img{
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}   
.latest_news_box{
  box-shadow: 3px 4px 21px rgb(0 0 0 / 18%);
  border-radius: 10px;
}
.blog_sec .news_text {
  background: rgb(255 255 255 / 100%);
  padding: 15px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 1px solid rgb(0 0 0 / 20%);
}
.blog_sec .news_text h4{
  color: #000;
  font-size: 22px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
min-height: 50px;
}
.news_name h6{
  margin-bottom: 0;
  font-size: 15px;
  margin-left: 5px;
}
.news_text a{
  color: #000;
}


/*---- blog ----*/



/*---- testimonial ----*/

.testimonial_sec{
  padding: 100px 0;
}
.testimonial_sec .heading_hp h6{
  color: #219EBC;
}

.testi_box{
  background: var(--white-color);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.testi_box p{
  font-style: italic;
  line-height: 30px;
  font-weight: 500;
  color: #000;
}

.testi_text h4{
  margin-bottom: 0px;
  font-size: 18px;
}
.testi_padding{
  padding: 15px;
}
.textimonial_nav{
  width: 70%;
}
.testi_nav span{
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}
.testi_nav span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testi_img span{
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
  margin-right: 5px;
}
.testi_img span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.textimonial_nav .slick-nav.next-arrow{
  left: 20%;
}
.textimonial_nav .slick-nav {
  top: auto;
  bottom: -68px;
}

.textimonial_nav .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;
}

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

.textimonial_nav .slick-nav:hover:before, .textimonial_nav .slick-nav:hover:after{
  background: #023047;
}

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




/*---- testimonial ----*/




.star_color{
  padding-left: 0;
  list-style:none;
}
.star_color li{
  color: #FFB422;
}


.count_sec{
  position: relative;
  padding-bottom: 60px;
}
.counter_js{
  position: relative;
}
.counter_js #counter {
  padding-left: 0px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.counter_js #counter li {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  background: rgb(255 255 255 / 10%);
  margin-bottom: 15px;
  border-radius: 10px;
  color: var(--white-color);
  width: 290px;
  padding: 5px 15px;
}
.count, .plus_count{
  font-size: 40px;
}
.counter_js #counter li span{
  display: block;
}
.counter_js #counter li h4{
  margin-bottom: 0;
  font-size: 20px;
}

.news_letter_bg{
  background: var(--main-color);
  padding: 30px;
  border-radius: 10px;
}
.newsletter_sec{
  background:var(--main-color);
  padding: 100px 0;
  display: inline-block;
    width: 100%;
}
.newsletter_sec .heading_hp.text_white h6{
  color: var(--white-color);
}
.news_leter_form{
  position: relative;
  width: 450px;
  margin: 0 auto;
}
.news_leter_form .form-control{
  background: rgb(255 255 255 / 0%);
  border: 1px solid rgb(255 255 255 / 50%);
  border-radius: 30px !important;
  padding: 10px 20px;
  color: var(--white-color);
}
.news_leter_form .form-control::placeholder {
  color: var(--white-color);
  opacity: 1;
  font-size: 15px;
  letter-spacing: 1px;
}

.news_leter_form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: var(--white-color);
  opacity: 1;
  font-size: 15px;
  letter-spacing: 1px; 
}
.news_leter_form .news_letter {
  position: absolute;
  top: 50%;
  right: 5px;
  background: url(../images/input_btn.svg);
  border: none;
  /* padding: 10px 29px; */
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  width: 36px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(0px, -50%);
}

/*--- footer ---*/


.footer_sec{
  width: 100%;
  background: var(--btn-color);
  padding: 50px 0 0px 0;
}
.left_logo span{
  color: #fff;
}
.ftr_logo img{
  width: 200px;
}
.left_ali{
  width: 100%;
}
.left_ali h4{
  position: relative;
  color: var(--white-color);
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 18px;
}
.left_ali p, .left_ali a{
  color: var(--white-color);
  text-decoration: none;
  font-size: 15px;
}
.read_more{
  color: #0C7682;
  font-size: 15px;
  margin-bottom: 15px;
  display: block;
}
.icon_map{
  margin-right: 10px;
}
.icon_map span{
  color: #0C7682;
  font-size: 20px;
}
.ftr_text_h p{
  margin: 0;
}
.left_aa ul{
  list-style: none;
  padding-left: 0;
}
.left_aa ul li a{
  color: var(--white-color);
  padding: 4px 0;
  display: block;
  line-height: 20px !important;
}
.ftr_text_h span{
  font-size: 13px;
  color: rgb(255 255 255 / 60%);
  display: block;
}
.left_ali ul{
  list-style: none;
  padding-left: 0;
}
.left_ali ul li a{
  line-height: 40px;
}
.left_logo p{
  color: rgb(255 255 255 / 80%);
  margin-bottom: 15px;
  font-size: 14px;
}
.left_logo ul{
  list-style: none;
  padding-left: 0;
  display: flex;
}
.left_logo ul li{
  margin-right: 5px;
}
.left_logo ul li a{
  background: rgb(255 255 255 / 15%);
  color: #ffffff;
  padding: 12px;
  display: inline-block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  line-height: 0;
  box-shadow: 0 0 24px rgb(0 0 0 / 56%);
}
.left_logo ul li a:hover{
  background: rgb(12 118 130 / 20%);
  color: #0C7682;
}
.frt_btm ul{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.frt_btm ul li{
  padding: 0 10px;
}
.frt_btm ul li a{
  font-size: 15px;
  color: var(--white-color);
  text-decoration: none;
  text-transform: uppercase;
}
.copy_right{
  font-size: 13px;
  color: rgb(255 255 255 / 80%);
  margin-bottom: 0;
}
.copy_right a{
  color: rgb(255 255 255 / 50%);
  text-decoration: none;
}

.btm_ftr{
  background:var(--btn-color);
  padding: 20px;
  text-align: center;
  border-top: 1px dashed rgb(255 255 255 / 50%);
}


/*------------- Inner Page ----------------- */
.inner_banner_sec {
  padding: 100px 0 100px 0;
  position: relative
}
.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.inner_banner_ontent {
  position: relative;
  z-index: 9
}
.inner_banner_ontent h1{
  font-size: 48px;
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 0;
}
.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300
}
.inner_banner_ontent p{
  color: var(--white-color);
}
.inr_latest:before{
  content: none;
}
/*------ inner about page ------*/
.inr_abt{
  width: 100%;
  display: inline-block;
}
.inr_abt .img_part {
  padding: 50px 0;
  width: 600px;
  position: relative;
  float: right;
  margin-bottom: 50px;
}
.inr_abt .abt_ul {
 display: inline-block;
}
/*------ inner about page ------*/
/*------ contact page ------*/

.contact_us {
  position: relative;
}

.contact_wrap_main {
  margin: 50px 0px 0;
}
.contact_left{
  margin-bottom: 80px;
}

.contact_left p {
  font-size: 15px;
}

.contact_form {
  margin: 20px 0px;
  padding: 0px 0px 0px 0px;
}

.contact_us .form_group_wrap {
  margin: 0px 0px 15px;
}

.contact_us .contact_form .form-control {
  padding: 10px 10px;
}

.contact_us .contact_form .send-msg .btn {
  background: var(--main-color);
  color: var(--white-color);
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}

.contact_right {
  position: relative;  
  margin-top: 0px;
  margin-bottom: -50px;
}

.contact_info {
  padding: 30px 25px;
  border-bottom: 5px solid var(--btn-color);
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  background: #fff;
  min-height: 135px;
}

.contact_us .con_icon {
  width: 45px;
  height: 45px;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-right: 10px;
}

.contact_us .con_text {
  margin-top: 0px;
}

.contact_us .con_text a {
  color: #161723;
  text-decoration: none;
  font-size: 17px;
}

.contact_us .con_text h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.contact_us .con_text p{
  margin-bottom: 0;
}

/*------ contact page ------*/



/*------ blog Details ------*/
.blog_details .news_img{
  height: 400px;
}

.blog_details .news_img img{
  border-radius: 0;
}
.blog_details .latest_news_box{
  box-shadow: none;
}
.blog_details .news_text{
  background: none;
  border: none;
  padding: 0;
}
.blog_deail_padding{
  padding: 20px;
}
.blog_details .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;
}
.blog_details .slick-nav.next-arrow{
  right: -3%;
}
.blog_details .slick-nav.prev-arrow{
  left: -3%;
}
.blog_details .slick-nav:before, .blog_details .slick-nav:after{
  background: #F3FBFF;
  border: 1px solid rgb(33 157 188 / 32%);
}
.blog_details .slick-nav:hover:before, .blog_details .slick-nav:hover:after{
  background: #023047;
}

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

/*------ blog Details ------*/


/*------ Gallery Page ------*/
.img-wrapper {
  overflow: hidden;
}
.img-wrapper img{
  transition: transform .5s ease;
}
.img-wrapper img:hover{
  transform: scale(1.5);
  cursor: zoom-in;
}
.gallery_page .img-wrapper img{
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

/*------ Gallery Page ------*/


/*------404 page css by Pramesh  ------*/
  .error-page{
      max-width: 700px;
      margin: 0 auto;
      text-align: center;
      height: 50vh;
      padding: 100px 0;
  }
.error-page .page-header .page-title{
    font-size: 80px;
    font-weight: bold;
    color: var(--light-blue);
}
.error-page .page-header h4{
  font-size: 24px;
  text-transform: uppercase;
  color: var(--black-color);
}