:root { 
  --color-primary: #f94877;
  --color-gradient-start: #f94877;
  --color-gradient-stop: #f86074;
  --color-font: #808291;
  --color-primary1: #3ed2a7;
  --color-secondary: #ffb09f;
  --color-link: #a7a9b8;
  --color-link-hover: #181b31;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef; 
  --grey1 : #73747f; 
  --orange : #ed8282; 
  --orange1 : rgb(245, 99, 75);  
  --orange2 : rgb(230, 135, 5); 
  --orange3 : rgb(235, 206, 142);
  --green : #339966;  
  --pink : rgb(174, 11, 95);   
}  

@font-face {
  font-family: "AmostneFont";
  src: url("../fonts//AmostneFont.ttf") format("woff"),
    url("../fonts//AmostneFont.ttf") format("opentype"),
    url("../fonts//AmostneFont.ttf") format("truetype");
} 


body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

a,
a:hover {
  text-decoration: none;
}

.text-underline {
  text-decoration: underline;
}

.list-style-none {
  list-style: none;
}

ul {
  padding-inline-start: 0;
}

.w-80 {
  width: 80%;
}

.font-12 {
  font-size: 12px;
}
.font-16 {
  font-size: 16px;
} 
.font_700 {
  font-weight: 700; 
} 

/* ----- Font weight -------- */
.font-w-100 {
  font-weight: 100;
}

.font-w-200 {
  font-weight: 200;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}


/* ----- Font Size -------- */
.font-size-10 {
  font-size: 10px;
}
.font-size-11 {
  font-size: 11px;
}
.font-size-12 {
  font-size: 12px !important;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-30 {
  font-size: 45px;
}

.font-size-35 {
  font-size: 35px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-45 {
  font-size: 45px !important;
}

.font-size-50 {
  font-size: 50px;
}

.font-size-85 {
  font-size: 85px;
}

.font-style-italic {
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
}

th,
td {
  font-size: 14px;
  font-weight: 500;
}


.box-shadow-1 {
  box-shadow: 0 0 6px 2px #0000002b;
}

 
.h2-title {
    font-family: proxima-nova;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 40px;
    text-transform: capitalize;
}

.h4-title {
  font-size: 38px;
}

.h5-title {
  font-size: 34px;
}
/* ------ spacing --------- */

.section-pt-10 {
  padding-top: 10px;
}

.section-pb-10 {
  padding-bottom: 10px;
}

.section-pt-25 {
  padding-top: 25px;
}

.section-pb-25 {
  padding-bottom: 25px;
}

.section-pt-30 {
  padding-top: 30px;
}

.section-pb-30 {
  padding-bottom: 30px;
}

.section-pl-30 {
  padding-left: 30px;
}

.section-pr-30 {
  padding-right: 30px;
}

.section-pt-50 {
  padding-top: 50px;
}

.section-pb-50 {
  padding-bottom: 50px;
}

.section-pt-60 {
  padding-top: 60px;
}

.section-pb-60 {
  padding-bottom: 60px;
}

.section-pt-80 {
  padding-top: 80px;
}

.section-pb-80 {
  padding-bottom: 80px;
}

.section-pt-100 {
  padding-top: 100px;
}

.section-pb-100 {
  padding-bottom: 100px;
}

.section-pt-200 {
  padding-top: 200px;
}

.section-pb-200 {
  padding-bottom: 200px;
}

/* ------ Text Color ----- */
.text-yellow {
  color: var(--yellow);
}

.text-orange {
  color: var(--orange);
}
  
.text-orange1 {
  color: var(--orange1);
}
.text-green  {
  color: var(--green);
} 
.text-pink  {
  color: var(--pink);
}  
.text-orange2  {
  color: var(--orange2);
} 
.text-orange3  {
  color: var(--orange3);
} 

.text-red {
  color: var(--red);
}

.text-blue {
  color: var(--blue);
}

.text-lightblue1 {
  color: var(--lightblue1);
}

.text-lightblue2 {
  color: var(--lightblue2);
}

.text-yellow {
  color: var(--yellow);
}

.text-white {
  color: var(--white);
}

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

.text-lightred {
  color: #ecbbc0;
}

.text-grey {
  color: var(--grey);
}

.text-grey1 {
  color: var(--grey1);
}

.text-black1 {
  color: var(--black1);
}

.text-grey2 {
  color: rgb(80, 80, 80);
}


 
.text-gradient{ 
  font-size: 34px;
  background: -webkit-linear-gradient(45deg, #07349d, #00ff95 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

/* ------ Background Color ----- */
.bg-yellow {
  background-color: var(--yellow);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-orange2 {
  background-color: var(--orange2);
}

.bg-orange3 {
  background-color: var(--orange3);
}

.bg-red {
  background-color: var(--red);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-lightblue1 {
  background-color: var(--lightblue1);
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-grey {
  background-color: #00000008;
}

.bg-grey1 {
  background-color: var(--grey1);
}

.bg-darkblue {
  background-color: var(--darkblue);
}

.bg-grey2 {
  background: #f7f7f7;
}
.bg-brown {
  background: #201511;
} 
.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-25 {
  font-size: 25px !important;
}

.font-size-30 {
  font-size: 45px;
}

.font-size-35 {
  font-size: 35px !important;
}

.font-size-40 {
  font-size: 40px !important;
}

.font-size-45 {
  font-size: 45px;
}

footer p,
ul li {
  color: #00325a;
  font-size: 16px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 500;
}
.social-icon i {
  font-size: 20px;
}

.title-h1 {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0px;
}

.inner-title-h1 {
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
}

.para-ptag {
  font-size: 22px;
  line-height: normal;
  font-weight: 400;
}

.para-ptag-18 {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 400;
}

.title-h5 {
  font-size: 18px;
  font-family: Gotham-Medium;
  font-weight: 700;
  letter-spacing: 2px;
}

/* button */
button.btn {
  border-radius: 10px;
  padding: 9px 15px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: 0.5s;
}

button.btn img {
  width: 30px;
  margin-left: 20px;
  transition: 0.5s;
}

.btn.btn-blue-arrow,
.btn.btn-white-arrow {
  background: var(--lightblue1);
  color: white;
  box-shadow: 0 0 2px 1px #00000042;
}

.btn.btn-blue-arrow img {
  filter: brightness(0) invert(1);
}

.btn.btn-blue-arrow:hover img,
.btn.btn-white-arrow img {
  filter: none;
}

.btn.btn-blue-arrow:hover,
.btn.btn-white-arrow {
  background: #ffffff;
  color: var(--lightblue1);
  box-shadow: 0 0 2px 1px #0000000f;
}
button.btn.btn-button-4 {
  background: #00000000;
  padding: 5px 20px;
  border-radius: 2px;
  border: 1px solid #f5634b;
  color: #f5634b;
}
button.btn.btn-button-4:hover {
  background: #f5634b; 
  border: 1px solid #f5634b;
  color: #ffffff;
}

button.btn.btn-button-5 { 
  background: linear-gradient(45deg, #f3e397, #74dbdf);
  padding: 10px 35px;
  border-radius: 2px; 
  color: #000;
}
button.btn.btn-button-5:hover {
  background: linear-gradient(45deg, #74dbdf, #f3e397);  
}



img.logo {
  width: 140px;
} 

.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  background: linear-gradient(91deg, rgb(29, 225, 209) 0%, rgb(120, 11, 238) 100%);  
  position: sticky;
  top: 0;
  z-index: 999;
}
.navbar.navbar-dark .nav-item .nav-link{
  color: #ffffff;
  margin-inline: 5px;
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link.navbar-btn, .btn-button-1{
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  padding: 8px 35px;
  box-shadow: none;
  border: none;
  color: white;
  transition: 0.5s;
}

.btn-button-1:hover, .btn-button-2:hover  {
  background: white;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.btn-button-2{
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  padding: 8px 35px;
  box-shadow: none;
  border: none;
  color: white;
  transition: 0.5s;
}

a.btn.btn-button-3{
  background: radial-gradient(#4dda94, #36dbc1);
  border: 1px solid var(--color-primary);
  border-radius: 20px;
  padding: 8px 35px;
  box-shadow: none;
  border: none;
  color: white;
  transition: 0.5s;
}

a.btn.btn-button-3:hover{
  background: radial-gradient(#ffb88a, #ffaeaf); 
} 
 
.dubble-img {
  position: relative;
}
.dubble-img img {
  border-radius: 10px;
  box-shadow: 0 25px 30px rgba(0,0,0,.07);
}
.upper-lay-img {
  position: absolute;
  bottom: -130px;
  width: 370px;
  left: 0;
}
.bottom-lay-img {
  width: 470px;
}

.progress { 
  height: 9px; 
  margin-bottom: 15px;
}

.progress-bar {
  background: var(--color-primary);
}

.card-img-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.card-img-list {
  width: 100%;
  max-width: 100%;
  padding-inline: 30px;
  margin-block: 25px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
 
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.card-img-list:hover {
  box-shadow: 0px 4px 40px -10px rgb(0 0 0 / 32%);
}
.card-img-list img {
  width: 100px;
  margin-bottom: 20px;
}

.card-sub-title {
  color: #181b31;
  font-size: 18px;
  font-weight: 600;
}
.card-sub-para {
  font-size: 15px;
}


/*  */
 
.change-text-wrap p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.wordchange {
  position: absolute;
  width: auto;
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} 
 
.cir-box{
  display: block;
  border-radius: 50%;
  position: absolute;
}
.cir-box.cirlce-1 {
  background: rgb(255, 44, 133);
  width: 177px;
  height: 177px;
  opacity: .3;
  top: 180px;
  left: 180px;
  animation: pulse-animation 4s infinite;
}

.cir-box.cirlce-2 {
  background: rgb(255, 44, 133);
  width: 370px;
  height: 370px;
  opacity: .2;
  top: 85px;
  left: 85px;
}

.cir-box.cirlce-3 {
  background: rgb(255, 44, 133);
  width: 550px;
  height: 550px;
  opacity: .1;
}
.cirle-box-wrapper {
  position: relative;
}
.circle-box-wrap {
  position: absolute;
}
.cirlce-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.cirle-img-tag {
  width: 60px;
  position: absolute;
}

.cirle-img-1 { 
  left: 445px;
  top: 430px;
}
.cirle-img-2 {
  left: -20px;
  top: 150px;
}
.cirle-img-3 {
  top: 345px;
  left: 90px;
}
.cirle-img-4 {
  top: 85px;
  left: 145px;
}
.cirle-img-5 {
  top: 175px;
  left: 290px;
}


a.image-popup-vertical-fit img,
a.image-popup-vertical-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

a.image-popup-vertical-fit {
  overflow: hidden;
}

.box-img:hover .overlay-icon {
  visibility: visible;
  opacity: 1;
}

.box-img:hover .image-popup-vertical-fit img {
  transform: scale(1.2);
}

.box-img .image-popup-vertical-fit img {
  transition: 0.4s;
  transition: all 900ms ease;
}

.box1 {
  position: relative;
  display: flex;
  height: 100%;
}

a.image-popup-vertical-fit {
  overflow: hidden;
}

.overlay-icon {
  color: white; 
  background: linear-gradient(124deg, rgba(255, 101, 48, 0.821) 0.3184713375796178%, rgba(206, 74, 255, 0.832) 99.68152866242038%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  transition: all 900ms ease;
} 

ul.tick-ul-list {
  list-style: none;
}
ul.tick-ul-list li {
  margin-block: 4rem;
  color: #181b31;
  display: flex;
  align-items: center;
}
ul.tick-ul-list li::marker {
  display: none;
}
ul.tick-ul-list li:before {
  background-image: url('../img/trick.svg');
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  content: '';
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
} 


.border-radius-5{
  border-radius: 5px;
} 

.number-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.no-list {
  width: 200px;
  margin-top: 25px;
  text-align:center;
}

.no-list .h3-title {
  font-size: 35px;
  font-weight: 700;
  color: rgb(245, 99, 75);
}
 
.no-list span {
  font-size: 12px;
  color: rgb(119, 121, 129);
}

footer {
  background: rgb(32, 21, 16);
  color: white;
}
footer p, footer ul li { 
  color: #a7a9b8;
  font-size: 14px; 
  margin-bottom: 15px;
}
.footer-menus li a{
    color: #a7a9b8!important;
}
.social-icon {
  display: flex;
}
.social-icon li {
  margin-right: 15px;
}
.footer-sub-title {
  font-size: 16px;
  color: var(--lightblue1);
  margin-bottom: 10px;
  font-weight: 600;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 149 194);
  }
  100% {
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0);
  }
}


/*  */
.card-img-bg-cover {
  width: 400px;
  height: 500px;
  position: relative;
}
.card-img-bg-cover {
  margin-bottom: 0px;
  text-align: center;
}
.card-img-bg-cover::before {
  background: linear-gradient(139deg, rgb(91, 104, 255) 20.38216560509554%, rgb(255, 120, 112) 97.77070063694268%);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -30px;
  top: 30px;
  display: inline-block;
  z-index: 0;
} 
.card-img-bg-cover img{
  z-index: 99;
  position: relative;
}

.image-over-text img {
  width: 80%;
}
.number-list-1 h3.h3-title {
  font-family: proxima-nova;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 55px;
  
} 
.number-list-1 .no-list span {
  font-size: 16px;
  
}

.bg-fixed{
  background-attachment: fixed;
}

.black-img-bg{
  background-image: url('../img/5.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-img-wrap-box figcaption {
  position: absolute;
  top: 0;
  padding: 25px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #00000078;
  border-radius: 10px;
  justify-content: center;
}
.card-h3 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: proxima-nova;
}
a.card-a-link {
  font-family: proxima-nova;
  color: white;
}
.card-para {
  color: white;
  margin-bottom: 15px;
}
.card-img-wrap-box figcaption {
    position: absolute;
    top: 0;
    padding: 25px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #00000036;
    border-radius: 10px;
}
.card-img-wrapper figure {
  position: relative;
  width: 100%;
}
.card-img-wrapper figure img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.card-img-wrapper.card-img-wrap-box {
  margin-bottom: 20px;
}
.card-img-wrapper.card-img-wrap-box.card-img-wrap-box-1 figcaption {
  background: linear-gradient(90deg, rgba(255, 42, 42, 0.758) 1.592356687898089%, rgba(33, 29, 225, 0.658) 100%);
}

.breadcrumb__content {
  position: absolute;
  top: 200px;
  /*text-align: center;*/
  width: 100%;
  left: 60px;
}
.breadcrumb-banner {
  position: relative;
}
.breadcrumb__title {
  font-size: 50px;
  color: white;
  font-family: proxima-nova;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 25px;
}
.breadcrumb__list.breadcrumb__list-bg {
  background: #f7f7f7;
}
.breadcrumb__list {
  display: inline-block;
  padding: 5px 100px;
  border-radius: 6px;
  background-color: #ffffff75;
  line-height: normal;
  font-size: 12px;
  opacity: .75;
}
.breadcrumb__list a.active {
  color: #666;
}
.breadcrumb__list a {
  color: var(--blue1);
  font-weight: 500;
}
 
.inner-sub-banner img {
  /*height: 530px;*/
  object-fit: cover;
  width: 100%;
} 
.inner-sub-banner img {
  border-radius: 15px;
}


.item {
  align-items: center;
  background-color: tomato;
  color: white;
  display: flex;
  height: 300px;
  justify-content: center;
}


.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px; 
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
}

.owl-carousel .owl-item img {
  border-radius: 0px;
  width: 100%;
  padding: 15px;
  height:600px;
  object-fit:contain;
}


.latest-card-wrap {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #CCCDD3;
  padding: 18px;
  margin-inline: 15px;
  position: relative;
  overflow: hidden;
  margin-block: 20px;
  height: 380px;
}

.latest-card-wrap:hover {
  border: 1px solid transparent !important;
  border: none;
  -webkit-box-shadow: 0px 4px 40px -10px rgb(0 0 0 / 27%);
  box-shadow: 0px 4px 40px -10px rgb(0 0 0 / 27%);

}

.latest-card-wrap figure img {
  border-radius: 9px;
}

.latest-card-wrap .latest-content img {
  transition: 0.5s;
}

.latest-card-wrap:hover .latest-content img {
  margin-left: 10px;
}

.latest-card-wrap:hover .text-yellow1 {
  color: var(--darkblue1);
}

.latest-card-wrap:hover figure::after,
.team-wrap:hover figure::after {
  opacity: 1;
  visibility: visible;
  transform: perspective(370px) rotateY(0deg) translate(0px, 0px);
  height: 100%;
}

.latest-card-wrap figure::after,
.card-team-header figure::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: rgba(30, 55, 55, 0.6);
  visibility: hidden;
  opacity: 0;
  transform-style: preserve-3d;
  transform: perspective(370px) rotateY(90deg) translate(0px, 50px);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.latest-card-wrap .card-wrap-img {
  transition: 0.4s;
  transition: all 900ms ease;
}

.owl-carousel .latest-card-wrap .card-wrap-img {
  padding: 0;
}

.owl-carousel .latest-card-wrap .arrow-right-link{ 
  width: 25px;
  padding: 0;
}
 
.latest-card-wrap:hover .card-wrap-img,
.team-wrap:hover .card-wrap-img {
  transform: scale(1.2);
}

.latest-card-wrap figure {
  overflow: hidden;
  position: relative;
}

.min-height-content {
  min-height: 50px;
}


.testimonials-wrapper {
  background: white;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .07);
  padding: 30px;
  border-radius: 10px;
}
.testi-title {
  font-family: proxima-nova;
  font-weight: 500;
  line-height: 30px;
  font-size: 22px;
  text-transform: capitalize;
  color: var(--grey1);
  margin-bottom: 25px;
}
.photo-wrapper {
  display: flex;
  align-items: center;
}
.photo-wrapper img {
  width: 35px;
}
.testim-info {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
/*  */

section.newsletter-wrapper {
  padding: 100px;
  background: -webkit-linear-gradient(119deg, rgb(255, 97, 199) 0.636943%, rgb(252, 181, 132) 100%);
}
.newsletter-wrapper h2,.newsletter-wrapper h6
{
  color:#fff;
}
.newsletter-wrapper h6 { 
  margin-top: 30px; 
}
.form-subscribe
{
  max-width:600px;
  margin:0 auto
}
.newsletter-wrapper h6 a {
  color: #770eed;
}
.form-subscribe .form-control
{
  background-color:white;
  padding-left:24px;
  padding-right:24px;
  letter-spacing:1px;
  border:none;
  border-top-left-radius:36px;
  border-bottom-left-radius:36px
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus
{
  z-index:2;
  background-color:white
}
.form-subscribe .btn
{
  border-radius: 0px;
  border-top-right-radius:36px;
  border-bottom-right-radius:36px;
  background: rgb(79, 218, 145);
  border-color: rgb(79, 218, 145);
  height:46.5px;
}
/*  */

.portfolio-style1--grid {
  position: relative;
  display: block;
  padding: 80px 0px 90px;
}
.portfolio-style1 {
  position: relative;
  display: block;
  background: #ffffff; 
  z-index: 1;
}
.portfolio-style1--grid .portfolio-style1__single {
  margin-bottom: 30px;
}
.portfolio-style1__single {
  position: relative;
  display: block;
  z-index: 1;
} 
.portfolio-style1--grid .portfolio-style1__single-img::before {
  border-radius: 20px;
}
.portfolio-style1__single-img::before {
  background: transparent;
}
.portfolio-style1__single-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  right: 0;
  background: rgb(0 0 0 / 0%);
  z-index: 1;
}
.portfolio-style1--grid .portfolio-style1__single-img .inner {
  border-radius: 10px;
}
.portfolio-style1__single-img .inner {
  position: relative;
  display: block;
  overflow: hidden;
}
.portfolio-style1__single-img .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  transform: scaleX(0.5);
  opacity: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: 1;
}
.grid-equal-height .portfolio-style1__single-img .inner img {
  height: 450px;
}
.grid-equal-height .portfolio-style1__single-img .inner img {
  height: 400px;
  object-fit: cover;
}
.portfolio-style1__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}
.portfolio-style1__single-img .inner .text-box {
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 5;
  right: 0;
  padding-inline: 30px;
}
.portfolio-style1__single-img .inner .text-box p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
} 
.portfolio-style1--grid .portfolio-style1__link {
  top: -80px;
}
.portfolio-style1__link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 700ms ease;
  z-index: 3;
}
.portfolio-style1__link a {
  position: relative;
  display: block;
  font-size: 40px;
  color: #ffffff;
  transition: .4s;
  -webkit-transition: all .4s ease-in-out;
}
.grid-equal-height .portfolio-style1__single-img .inner img {
  height: 450px;
}
.grid-equal-height .portfolio-style1__single-img .inner img {
  height: 400px;
  object-fit: cover;
}
.portfolio-style1__single-img .inner img {
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1);
}
.link-icon {
  height: 35px !important;
  width: 35px !important;
  filter: brightness(0) invert(1);
}
.portfolio-style1__single-img .inner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46.46%, rgb(0 0 0 / 42%) 83.96%);
}
.portfolio-style1__single-img .inner::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46.46%, rgba(0, 0, 0, 0.85) 83.96%);
  content: "";
  z-index: 1;
}
.portfolio-style1__single:hover .portfolio-style1__single-img .inner img {
  transform: scale(1.05);
}
.portfolio-style1__single:hover .portfolio-style1__link {
  transform: scale(1);
  opacity: 1;
  transition-delay: 500ms;
}
.portfolio-style1__single:hover .portfolio-style1__single-img .inner:before {
  transform: scaleX(1.0);
  opacity: 1;
}

.portfolio-style1--masonry .portfolio-style1__single-img .inner {
  border-radius: 10px;
}
.portfolio-style1--masonry .portfolio-style1__single:hover .portfolio-style1__single-img .inner .text-box p {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 500ms;
}

.portfolio-style1--masonry .portfolio-style1__single-img .inner .text-box p {
  opacity: 0;
  transform: translateY(-30px);
  transition: all 700ms ease;
}

.portfolio-style1--masonry .row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}


/* event */


.event-body-list {
  padding: 15px 15px 0;
  display: flex;
  align-items: center;
}

.event-body-list img {
  margin-right: 10px;
}

.event-footer-list {
  padding: 7px 15px 20px;
  font-size: 12px;
}

.event-list-page {
  box-shadow: 0 0 2px 1px #00000014;
  border-radius: 15px;
  margin-bottom: 2rem;
}

.event-header-list img {
  border-radius: 15px 15px 0 0;
}

.event-list-page:hover .event-footer-list .text-black {
  color: var(--blue2);
}

.event-list-page:hover .event-header-list img {
  transform: scale(1.1);
}

.event-header-list img {
  border-radius: 15px 15px 0 0;
  transition: all 900ms ease;
  height: 225px;
  width: 100%;
  object-fit: cover;
}

.event-header-list {
  position: relative;
  overflow: hidden;
}

.event-title {
  position: absolute;
  bottom: 0;
  background: var(--color-primary);
  padding: 4px 15px;
  color: white;
  font-weight: 500;
  font-size: 12px;
  border-radius: 0px 10px 0px 0px;
}

.max-content-desc {
  line-height: 1.6rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 3.2rem;
} 
.max-content-desc a:hover {
  border-bottom: 1px dashed var(--color-link-hover);
}

.max-content-desc a {
  color: var(--color-link-hover);
  transition: 0.5s;
  border-bottom: 1px dashed transparent;
}

.profile-wrapper-card {
  margin-top: 1rem;
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.icon-banner-inline {
  display: flex;
  align-items: center;
}
.icon-banner-img {
  margin-inline: 15px;
}

.wpb_wrapper p {
  font-size: 14px; 
  margin-block: 15px;
  line-height: 24px;
  color: #000000cc;
}

.wpb_wrapper {
  padding-block: 30px;
  margin-inline: 5rem;
}

 /* comment */ 
 .comment-box{
    border: 2px dotted #d2d2d2;
    padding: 30px 40px;
    border-radius: 2px;
    margin-bottom: 20px;
 }

 .comment-box .comment-title{
     font-size: 20px !important;
     font-weight: 600 !important;
     margin-bottom: 20px;
 }

 .comment-card{
     display: flex;
     margin-bottom: 20px;
 }

 .comment-card.reply-comment{
     margin-left: 70px;
 }

 .comment-card-detail span {
     font-size: 12px;
     margin-left: 20px;
     font-weight: 500;
     color: var(--grey);
 }

 .comment-card-detail h5 {
     font-size: 15px;
     font-weight: 700;
     color: var(--darkRed);
 }

 .comment-box .comment-card img {
     width: 50px;
     height: 50px;
     border-radius: 50px;
     object-fit: cover;
     margin-right: 15px;
 } 
 .comment-card-detail p {
  font-size: 14px;
}

.form-control {
  font-size: 12px;
  padding: 5px 10px;
}

.comment-card-detail i {
  color: #adadad;
} 

.bg-image-2{
  background-image: url('../img/bg-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-image-3{
  background-image: url('../img/inner-banner-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.bg-image-4{
  background-image: url('../img/inner-banner-3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.card-banner-list ul li {
  margin-block: 15px;
  text-align: left;
  font-size: 14px; 
}

.card-banner-list ul {
  padding: 15px 25px;
}

.card-banner-list ul li:before {
  background-image: url('../img/trick.svg');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  content: '';
  display: inline-block;
  background-size: contain;
  margin-right: 15px;
  background-color: #5264e2;
  border-radius: 50px; 
  max-width: 30px;
  min-width: 30px; 
}

.bg-cover-image-1 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url('https://cryptocurrency.liquid-themes.com/wp-content/uploads/2018/07/bg-5-min.jpg?id=49');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding-inline: 30px;
}
.bg-cover-image-2 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url('https://cryptocurrency.liquid-themes.com/wp-content/uploads/2018/07/bg-5-min.jpg?id=49');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding-inline: 30px;
} 

.bg-image-2{
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: url('https://cryptocurrency.liquid-themes.com/wp-content/uploads/2018/07/bg-5-min.jpg?id=49'); 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  padding-inline: 30px;
}

ul.list-style-none {
  list-style: none;
  padding-left: 0;
}
ul.list-style-none li {
  margin-bottom: 10px;
  display: flex;
}
ul.list-style-none li span {
  margin-right: 8px;
}


.sec-icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

.sec-icon::before {
  content: "";
  position: absolute;
  height: 1px;
  left: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333333;
  width: 50px;
}

.sec-icon::after {
  content: "";
  position: absolute;
  height: 1px;
  right: -70px;
  margin-top: -5.5px;
  top: 60%;
  background: #333;
  width: 50px;
}
  
.advertisers-service-sec span {
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .col {
  padding: 0 1em 1em 1em;
  text-align: center;
}

.advertisers-service-sec .service-card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: rgb(37, 44, 66);
  text-align: center;
}

.advertisers-service-sec .service-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(#0dcaf0, rgb(255, 23, 131));
  position: absolute;
  left: 0%;
  top: -98%;
  z-index: -2;
  transition: all 0.4s cubic-bezier(0.77, -0.04, 0, 0.99);
}

.advertisers-service-sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  margin: 1em 0;
  z-index: 3;
}

.advertisers-service-sec p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
  z-index: 3;
}

.advertisers-service-sec .icon-wrapper { 
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
  z-index: 3;
}

.advertisers-service-sec .service-card:hover:after {
  top: 0%;
}

.service-card .icon-wrapper { 
  color: rgb(255, 23, 131);
}

.advertisers-service-sec .service-card:hover .icon-wrapper {
  color: #0dcaf0;
}

.advertisers-service-sec .service-card:hover h3 {
  color: #ffffff;
}

.advertisers-service-sec .service-card:hover p {
  color: #f0f0f0;
} 

.card-contact-wrapper {
  background: #fff;
  padding: 40px 20px;
  border-radius: 20px;
  box-shadow: 0 0 25px 5px #00000015;
  margin-bottom: 80px;
}
.contact-address-wrapper {
  margin-top: 1.5rem;
}

.font-15 {
  font-size: 15px;
}
.font-600 {
  font-weight: 600 !important;
}
.text-lightblue {
  color: var(--color-primary) !important;
}

.social-network-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  border: 1px solid #5e6e85;
}
.social-network a {
  background-color: #5e6e85;
}
.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.form-group label {
  font-weight: 500; 
  color: var(--color-primary);
}
.form-wrapper .form-control {
  background: white;
  border-radius: 20px;
  border: 2px solid #f1f1f1;
}

.accordion-tab-wrapper .card-header {
  background: transparent;
  border: none;
}
.accordion-tab-wrapper .card {
  border: none;
}

.card-contact img {
  width: auto;
  margin-bottom: 10px;
  height: 100px;
  object-fit: cover;
}
.card-contact {
  text-align: center;
  line-height: 30px;
  padding: 15px;
}

.card-contact.card-bg-contact-1 {
  background: #dce9f6;
}
.card-contact.card-bg-contact-2 {
  background: #dbf1f1;
}
.card-contact.card-bg-contact-3 {
  background: #ddd3dd;
}

ul.list-style-none.tick-ul-list {
  padding: 15px 25px;
}

ul.list-style-none li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}



/***
=============================================
 Team Style2
=============================================
***/
.team-style2 {
  position: relative;
  display: block;
  background: #F6F6F6;
  padding: 270px 0px 90px;
}

.team-style2__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-style2__single-img {
  position: relative;
  display: block;
}

.team-style2__single-img .inner {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}

.team-style2__single-img .inner::before {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0%;
  right: 0%;
  content: '';
  background-color: rgba(0, 0, 0, 0.50);
  transform: scaleY(1.0);
  opacity: 0;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  z-index: 2;
}

.team-style2__single:hover .team-style2__single-img .inner::before {
  transform: scaleY(1.0);
  opacity: 1;
}

.team-style2__single-img .inner img {
  width: 100%;
  transform: scale(1.0);
  transition: all 0.3s ease-in-out 0.1s opacity .2s ease-in;
}

.team-style2__single:hover .team-style2__single-img .inner img {
  transform: scale(1.1) rotate(1deg);
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.team-style2__single-content {
  position: relative;
  display: block;
  background: #FFFFFF;
  padding: 25px 20px 30px;
  border-radius: 15px;
  margin-top: -70px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 3;
}

.team-style2__single-content h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px;
}

.team-style2__single-content h2 a {
  color: black;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.team-style2__single-content h2 a:hover {
  color: var(--yellow_2);
}

.team-style2__single-content p {
  color: #808080;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.team-style2__single-content .social-links {
  position: relative;
  display: block;
  margin-top: 22px;
}

.team-style2__single-content .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.team-style2__single-content .social-links li:last-child {
  margin-right: 0;
}

.team-style2__single-content .social-links>li>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 10px 30px 6px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  z-index: 1;
}

.team-style2__single-content .social-links>li>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--yellow_2);
  border-radius: 50%;
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  z-index: -1;
}

.team-style2__single-content .social-links>li>a:hover::before {
  transform: scale(1.0);
  opacity: 1;
}

.team-style2__single-content .social-links>li>a>span {
  position: relative;
  display: block;
}

.team-style2__single-content .social-links li>a>span::before {
  position: relative;
  display: inline-block;
  color: black;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  transition: all 200ms linear;
  transition-delay: 0.1s;

}

.team-style2__single-content .social-links>li>a:hover span::before {
  color: #ffffff;
}

.team-style2__single-content .social-links .share .social-links-inner {
  position: absolute;
  top: -46px;
  left: -37px;
  right: 0;
  background: var(--yellow_2);
  width: 120px;
  line-height: 0;
  padding: 7px 0px 7px;
  box-shadow: 0px 10px 40px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transform: scaleY(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  transform-origin: bottom center;
}

.team-style2__single-content .social-links .share:hover .social-links-inner {
  transform: scaleY(1.0);
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}

.team-style2__single-content .social-links .share .social-links-inner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: -6px;
  border-top: 6px solid var(--yellow_2);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  width: 12px;
  height: 6px;
  margin: 0 auto;
}

.team-style2__single-content .social-links .share .social-links-inner li {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.team-style2__single-content .social-links .share .social-links-inner li:last-child {
  margin-right: 0;
}

.team-style2__single-content .social-links .share .social-links-inner li a {
  position: relative;
  display: inline-block;
}

.team-style2__single-content .social-links .share .social-links-inner li a i {
  position: relative;
  display: block;
}

.team-style2__single-content .social-links .share .social-links-inner li a i::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

/***
=============================================
Team Style3
=============================================
***/
.team-style2--style3 {
  position: relative;
  display: block;
  padding: 120px 0px 90px;
}

.team-style2--style3 .team-style2__single-img .inner::before {
  background-color: rgba(0, 0, 0, 0.60);
}

.team-style2--style3 .team-style2__single:hover .team-style2__single-img .inner::before {
  transform: scaleY(1.0);
  opacity: 1;
}

.team-style2--style3 .team-style2__single-img .inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(33, 34, 38, 0) 0%, rgba(33, 34, 38, 0.85) 100%);
  height: 200px;
  border-radius: 20px;
  transform: scaleY(1.0);
  opacity: 1;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  content: "";
  z-index: 1;
}

.team-style2--style3 .team-style2__single:hover .team-style2__single-img .inner::after {
  transform: scaleY(1.0);
  opacity: 0;
}

.team-style2--style3 .team-style2__single-content {
  position: absolute;
  left: 0;
  bottom: -70px;
  right: 0;
  text-align: center;
  background: transparent;
  padding: 0px 0px 0px;
  border-radius: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  transform: translateY(0);
  transition: all 500ms linear;
  transition-delay: 0.2s;
  z-index: 3;
}

.team-style2--style3 .team-style2__single:hover .team-style2__single-content {
  transform: translateY(-75px);
}

.team-style2--style3 .team-style2__single-content h2 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  font-weight: 500;
  font-size: 20px; 
}

.team-style2--style3 .team-style2__single-content h2 a:hover {
  color: var(--color-primary);
}

.team-style2--style3 .team-style2__single-content p {
  color: #ffffff;
}

.team-style2--style3--team2 {
  position: relative;
  display: block;
  background: #ffffff;
}

.team-style2__single-content .social-links>li>a i {
  color: var(--color-primary);
}



.myaccordion {
  max-width: 500px;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

/* Media Query */
@media (max-width: 575.98px) { 
  .cirle-img-tag {
    width: 40px; 
}
  .cir-box.cirlce-1 { 
    width: 115px;
    height: 115px;
    top: 105px;
    left: 105px;
  }
  
  .cir-box.cirlce-2 { 
    width: 215px;
    height: 215px;
    top: 55px;
    left: 55px;
  }
  
  .cir-box.cirlce-3 { 
    width: 325px;
    height: 325px;
  }
  .card-img-list {
    width: 50%; 
  }
  
  .both-side-text-wrap .card-img-list {
    width: 100%; 
  }
  
  .card-img-list.card-img-lg-size {
    width: 100%; 
  }
  
  .cirlce-image-wrap, .circle-box-wrap{
    position: absolute;
    top: 300px; 
    left: 50px;
  }
  .cirle-img-1 {
    left: 230px;
    top: 280px;
  }
  .cirle-img-3 {
    top: 230px;
    left: 90px;
  }
  .cirle-img-5 {
    top: 115px;
    left: 190px;
  }
  .cirle-img-4 {
    top: 60px;
    left: 75px;
  }
  .cirle-img-2 {
    left: -10px;
    top: 150px;
  }
  
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 149 194);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0);
  }
}
}
 
@media (min-width: 576px) and (max-width: 767.98px) { 
  .cir-box.cirlce-1 { 
    width: 150px;
    height: 150px;
    top: 150px;
    left: 150px;
  }
  
  .cir-box.cirlce-2 { 
    width: 300px;
    height: 300px;
    top: 76px;
    left: 76px;
  }
  
  .cir-box.cirlce-3 { 
    width: 450px;
    height: 450px;
  }
  
  .both-side-text-wrap .card-img-list {
    width: 100%; 
  }
  .card-img-list {
    width: 50%; 
  }
  
  .card-img-list.card-img-lg-size {
    width: 100%; 
  }
  
  .cirlce-image-wrap, .circle-box-wrap{
    position: absolute;
    top: 300px; 
  }
  .cirle-img-1 {
    left: 365px;
    top: 344px;
  }
  .cirle-img-3 {
    top: 295px;
    left: 90px;
  }
  .cirle-img-5 {
    top: 145px;
    left: 245px;
  }
  .cirle-img-4 {
    top: 75px;
    left: 120px;
  }
  
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(255 149 194);
  }
  100% {
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0);
  }
}
}
 
@media (min-width: 768px) and (max-width: 991.98px) { 
  
  .card-img-list {
    width: 33.333%; 
  }
  
  .card-img-list.card-img-lg-size {
    width: 100%; 
  }
  
  .both-side-text-wrap .card-img-list {
    width: 100%; 
  }
  .cirlce-image-wrap, .circle-box-wrap{
    position: absolute;
    top: 300px; 
    left: 10%;
}
  
}
 
@media (min-width: 992px) and (max-width: 1199.98px) { 
  .cirlce-image-wrap, .circle-box-wrap{
    position: absolute;
    top: 300px; 
    left: 25%;
}
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    top: 55px;
    box-shadow: 0 0 3px 1px #00000021;
    border-radius: 0 0 10px 10px;
  }
  .dropdown-item { 
    color: #000000; 
    background-color: rgb(255 255 255 / 50%); 
    border: none;
    padding: 8px 10px;
}

.card-img-list {
  width: 25%; 
}

.both-side-text-wrap .card-img-list {
  width: 100%; 
}
.card-img-list.card-img-lg-size {
  width: 100%; 
}

}
 
@media (min-width: 1200px) { 
  .form-wrapper {
    margin-inline: 6rem;
}

  .contact-form-container .col-lg-4::before {
    content: '';
    background: #ebebeb;
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
}
  .contact-form-container {
    margin-inline: 6rem;
    position: relative;
}
  .card-img-list.xl-card-img-list {
    width: 33.3% !important;
  }
  .related-post-slider .latest-card-wrap {
    width: 248px !important;
  }

  .slider-arrow .owl-nav button.owl-prev {
    left: 10px;
  }
  .slider-arrow .owl-nav button.owl-next {
    right: 10px;
} 
  .navbar-expand-lg .navbar-collapse{
    align-items: center;
    justify-content: flex-end;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    top: 55px;
    box-shadow: 0 0 3px 1px #00000021;
    border-radius: 0 0 10px 10px;}
    .dropdown-item { 
    color: #000000; 
    background-color: rgb(255 255 255 / 50%); 
    border: none;
    padding: 8px 10px;
  }
  .container.md-container {
    max-width: 1270px;
  }
  .container.sm-container {
    max-width: 990px;
  } 
  .pr-xl-100 {
    padding-right: 100px;
  }
  .pl-xl-100{
    padding-left: 100px;
  }
  .pt-xl-100{
    padding-top: 100px;
  }
  .card-img-list {
    width: 25%; 
  }
  
  .both-side-text-wrap .card-img-list {
    width: 100%; 
  }
  .card-img-list.card-img-lg-size {
    width: 100%; 
  }
  .newsletter-wrapper h2, .newsletter-wrapper h6 {
    color: #fff; 
    margin-inline: 30%
  } 
  .bg-cover-image-2 {
    padding-bottom: 15rem;
  }
  .overlap-section-wrap-2 {
      margin-top: -180px;
      margin-bottom: 100px;
  }

}





/*----------------------------------------*/
/*  19. slider css start 
/*----------------------------------------*/
.tp-slider__shape {
  position: absolute;
  top: 66%;
  left: 38%;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider__shape {
    left: 31%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape {
    left: 29%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider__shape {
    left: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__shape {
    top: 64%;
    left: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__bg {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  min-height: 650px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider__bg {
    background-position: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__bg {
    background-position: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider__bg {
    background-position: center;
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .tp-slider__bg {
    background-position: center;
    min-height: 600px;
  }
}
.tp-slider__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider__shape-2 {
    width: 60%;
  }
}
.tp-slider__shape-3 {
  position: absolute;
  bottom: 130px;
  right: 0;
  z-index: 5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape-3 {
    right: -25px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape-3 {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__shape-4 {
  position: absolute;
  bottom: -2%;
  right: -1%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__shape-4 {
    bottom: -11%;
    right: -1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__shape-4 {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__arrow-box {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 99;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider__arrow-box {
    right: 120px;
    left: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider__arrow-box {
    right: 80px;
    left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider__arrow-box {
    display: none;
    visibility: hidden;
  }
}
.tp-slider__arrow-box .slider-next button {
  transition: 0.3s;
  opacity: 50%;
}
.tp-slider__arrow-box .slider-next button:hover {
  opacity: 100%;
}
.tp-slider__arrow-box .slider-prev {
  margin-bottom: 40px;
}
.tp-slider__arrow-box .slider-prev button {
  transition: 0.3s;
  opacity: 50%;
}
.tp-slider__arrow-box .slider-prev button:hover {
  opacity: 100%;
}

.tp-slider-2__mb {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .tp-slider-2__mb {
    margin-bottom: 80px;
  }
}
.tp-slider-2__content {
  padding-top: 215px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__content {
    padding-top: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__content {
    padding-top: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__content {
    padding-top: 200px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__content {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
.tp-slider-2__content-text p {
  font-size: 14px;
  color: var(--tp-theme-1);
  line-height: 28px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__content-text p {
    padding-right: 30px;
  }
  .tp-slider-2__content-text p br {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__content-text p {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .tp-slider-2__content-text p {
    padding-bottom: 15px;
  }
  .tp-slider-2__content-text p br {
    display: none;
  }
}
.tp-slider-2__main-thumb {
  transform: translateX(13px);
  padding-top: 333px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__main-thumb {
    transform: translateX(0px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__main-thumb {
    transform: translateX(-6px);
    padding-top: 245px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__main-thumb {
    transform: translateX(0px);
    padding-top: 0;
    text-align: center;
  }
}
.tp-slider-2__main-thumb img {
  max-width: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__main-thumb img {
    max-width: 100%;
  }
}
.tp-slider-2__shape-1 {
  position: absolute;
  left: 53.4%;
  top: 19%;
  z-index: 1;
  animation: tpswing 2s ease-in-out 2s forwards infinite alternate;
  transform-origin: top left;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__shape-1 {
    left: 54%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__shape-1 {
    left: 55%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__shape-1 {
    left: 54%;
  }
}
.tp-slider-2__shape-2 {
  position: absolute;
  right: 18.3%;
  top: 26%;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__shape-2 {
    right: 12.2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__shape-2 {
    right: 6.9%;
  }
}
.tp-slider-2__circle-text {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tp-slider-2__circle-text img {
  max-width: inherit;
  animation: rotate2 15s linear infinite;
}
.tp-slider-2__thumb-text {
  position: absolute;
  bottom: 5.5%;
  right: 36.5%;
  background-color: var(--tp-common-white);
  box-shadow: 2px 3.464px 40px 0px rgba(10, 9, 9, 0.04);
  padding: 30px 40px;
  z-index: 2;
  animation: tptranslateX2 4s infinite alternate;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__thumb-text {
    right: 33.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__thumb-text {
    right: 30%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__thumb-text {
    right: 28%;
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__thumb-text {
    right: 35%;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__thumb-text {
    right: 52%;
    padding: 20px;
    bottom: 1.5%;
  }
}
.tp-slider-2__thumb-text span {
  font-weight: 800;
  font-size: 18px;
  color: var(--tp-theme-1);
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__thumb-text span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-2__thumb-text span {
    font-size: 16px;
  }
}
.tp-slider-2__grey-bg {
  position: absolute;
  right: 19.5%;
  top: 0;
  background-color: var(--tp-grey-1);
  height: 840px;
  width: 465px;
  z-index: -2;
}
@media only screen and (min-width: 1600px) and (max-width: 1800px) {
  .tp-slider-2__grey-bg {
    right: 13.5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-2__grey-bg {
    right: 8.5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-2__grey-bg {
    right: 3.1%;
    width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-2__grey-bg {
    right: 3.5%;
    height: 752px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tp-slider-2__grey-bg {
    display: none;
    visibility: hidden;
  }
}

.tp-slider-3__bg {
  background-color: #022b29;
  height: 875px;
  padding-top: 235px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__bg {
    height: 670px;
    padding-top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 660px;
    padding-top: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 620px;
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 540px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tp-slider-3__bg {
    background-position: center right;
    height: 590px;
    padding-top: 170px;
  }
}
.tp-slider-3__shape {
  position: absolute;
  bottom: -9%;
  right: 4%;
}
.tp-slider-3__shape img {
  animation: tptranslateX2 4s infinite alternate;
}
.tp-slider-3__text {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.tp-slider-3__big-text {
  font-size: 356px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  color: transparent;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tp-slider-3__big-text {
    font-size: 270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__big-text {
    font-size: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-slider-3__big-text {
    font-size: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__big-text {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .tp-slider-3__big-text {
    display: none;
  }
}
.tp-slider-3__icon {
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  height: 110px;
  line-height: 117px;
  width: 110px;
  background-color: var(--tp-common-white);
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-slider-3__icon {
    bottom: -40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn {
  color: var(--tp-common-white);
  font-size: 23px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--tp-theme-1);
  display: inline-block;
  text-align: center;
  position: relative;
}
.tp-slider-3__icon .arrow-scroll-btn i {
  line-height: 0;
  transform: translateY(3px);
  display: inline-block;
  animation: scroll 1s infinite ease-in-out alternate;
}
@media (max-width: 767px) {
  .tp-slider-3__icon .arrow-scroll-btn {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d5d9d9;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-slider-3__icon .arrow-scroll-btn::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 75%;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(213, 217, 217, 0.8);
  animation: borderanimate2 3s linear infinite;
  z-index: -1;
}

@media (max-width: 767px) {
  .tp-slider-3__arrow-box {
    display: none;
  }
}
.tp-slider-3__arrow-box button {
  color: var(--tp-common-white);
  font-size: 25px;
}
.tp-slider-3__arrow-box button.test-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  z-index: 9;
}
.tp-slider-3__arrow-box button.test-prev:hover::after {
  background-color: var(--tp-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__arrow-box button.test-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__arrow-box button.test-prev {
    left: 20px;
  }
}
.tp-slider-3__arrow-box button.test-prev span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-slider-3__arrow-box button.test-prev::after {
  position: absolute;
  content: "";
  top: 56%;
  transform: translateY(-50%);
  left: 38px;
  background-color: rgba(7, 132, 128, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}
.tp-slider-3__arrow-box button.test-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 80px;
  z-index: 9;
}
.tp-slider-3__arrow-box button.test-next:hover::after {
  background-color: var(--tp-theme-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tp-slider-3__arrow-box button.test-next {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-slider-3__arrow-box button.test-next {
    right: 20px;
  }
}
.tp-slider-3__arrow-box button.test-next span {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  transform: translateY(-2px);
}
.tp-slider-3__arrow-box button.test-next::after {
  position: absolute;
  content: "";
  top: 56%;
  transform: translateY(-50%);
  right: 38px;
  background-color: rgba(7, 132, 128, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  z-index: -1;
  transition: 0.3s;
}

.tp-slider-subtitle,
.tp-slider-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: all 3s;
}

.tp-slider__content .tp-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 2000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
}

.tp-slider__shape {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tp-slider__shape-4 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition-delay: 5000ms;
  transition-delay: 5000ms;
  -webkit-transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.tp-slider__shape-3 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  -webkit-transition-delay: 3000ms;
  transition-delay: 3000ms;
  -webkit-transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: opacity 3000ms ease, -webkit-transform 3000ms ease;
  transition: transform 3000ms ease, opacity 3000ms ease;
  transition: transform 3000ms ease, opacity 3000ms ease, -webkit-transform 3000ms ease;
}

.swiper-slide-active .tp-slider-subtitle,
.swiper-slide-active .tp-slider-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  color: white;
}
.swiper-slide-active .tp-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.swiper-slide-active .tp-slider__shape {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.swiper-slide-active .tp-slider__shape-4 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.swiper-slide-active .tp-slider__shape-3 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.tp-slider-3-subtitle,
.tp-slider-3-title {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: all 3s;
}

.tp-slider-3__content .tp-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
  -webkit-transition: opacity 1000ms ease, -webkit-transform 1000ms ease;
  transition: opacity 1000ms ease, -webkit-transform 2000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transition: transform 1000ms ease, opacity 1000ms ease, -webkit-transform 1000ms ease;
}

.swiper-slide-active .tp-slider-3-subtitle,
.swiper-slide-active .tp-slider-3-title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.swiper-slide-active .tp-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.banner-image-slider {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 0;
  object-fit: cover;  
}
.swiper-slide-active .tp-slider-title {
  font-family: proxima-nova;
  font-weight: 600;
  line-height: 1.2em;
  font-size: 65px; 
  color: white;
  margin-block: 30px;
}
.tp-slider__bg:before {
  content: '';
  background: #00000059;
  width: 100%;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 99;
}
.tp-slider__content-wrap {
  z-index: 999;
  position: relative;
}



@media (max-width: 575px) {
  .testimonial-section {
    padding-bottom: 0;
  }
}
.testimonial-section .single-testimonial {
  text-align: center;
  margin-top: 105px;
}
.testimonial-section .single-testimonial .testimonial-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
.testimonial-section .single-testimonial .pera {
  padding-bottom: 80px;
  font-weight: 400;
  line-height: 25px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .testimonial-section .single-testimonial .pera {
    padding-bottom: 0;
  }
}
.testimonial-section .single-testimonial .client-info {
  margin-bottom: 18px;
}
.testimonial-section .single-testimonial .client-info .client-details .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-title);
  margin-bottom: 5px;
  font-family: "open sans";
}
.testimonial-section .single-testimonial .client-info .client-details .location {
  font-size: 16px;
  font-weight: 400;
  color: var(--tertiary-title);
  font-family: "inter";
}
.testimonial-section .single-testimonial .client-info .rating {
  color: var(--ratting-color);
}
.testimonial-section .single-testimonial .client-info .rating i {
  font-size: 20px;
  color: #ffb840;
}
.testimonial-section .single-testimonial .quote {
  bottom: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 575px) {
  .testimonial-section .single-testimonial .quote {
    display: none;
  }
}
.testimonial-section .single-testimonial .quote i {
  font-size: 40px;
}
.testimonial-section .testimonial-img-horizontal {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 25px;
}
.testimonial-section .testimonial-slider {
  position: relative;
  margin-top: 0;
}
.testimonial-section .testimonial-slider .slick-list,
.testimonial-section .testimonial-slider .slick-track {
  height: 100%;
}
.testimonial-section .testimonial-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  border: none;
  background-color: transparent;
  font-size: 30px;
  color: var(--primary);
  z-index: 1;
}
.testimonial-section .testimonial-slider .slick-prev {
  left: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section .testimonial-slider .slick-prev {
    left: 38%;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-prev {
    display: none !important;
  }
}
.testimonial-section .testimonial-slider .slick-next {
  right: 44%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 44%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 40%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-section .testimonial-slider .slick-next {
    right: 38%;
  }
}
@media (max-width: 575px) {
  .testimonial-section .testimonial-slider .slick-next {
    display: none !important;
  }
}
.testimonial-section .testimonial-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding-top: 20px;
  position: absolute;
  top: 0px;
  width: 100%;
  list-style-type: none;
}
.testimonial-section .testimonial-slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonial-section .testimonial-slider .slick-dots .slick-active .slick-custom-dot .testimonial-img-horizontal {
  border: 2px solid var(--primary);
  width: 60px;
  height: 60px;
}
.owl-carousel .owl-item .rounded-btn img {
  width: 90px;
  padding: 0;
}

.owl-carousel .owl-item .testimonial-img-horizontal img { 
  padding: 0;
}
.owl-nav button:focus {
  outline: none;
}


.footer ul li a{ 
  color: #a7a9b8 !important;
}

 