@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #272727;
  margin-top: 0;
  line-height: 1.3;
  font-family: "Open Sans", sans-serif;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.dropdown-menu li.active,
.dropdown-menu li.active a {
  background: white;
  color: black !important;
}


.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #272727 !important;
}

.navbar-brand img {
  width: 215px;
  transition: 0.6s;
  filter: brightness(0) invert(1);
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #272727;
}

.offcanvas {
  background-color: #175A63;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>a>img {
  width: 15rem;
  filter: brightness(0) invert(1);
}

.dropdown-menu {
  background-color: #175A63;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* top bar */
.top-bar {
  padding: 16px 0;
  background: #175A63;
}

.top-bar-social>a {
  font-size: 16px;
}

.top-bar-contact>a {
  font-size: 15px;
}

.top-bar-contact {
  text-align: end;
}

.top-bar-contact>a {
  color: #fff;
  padding-right: 20px;
  font-weight: 600;
  text-decoration: none;
}

/* end */
/* header */
.header {
  padding: 15px 0 15px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
  position: absolute;
  width: 100%;
}

header.sticky {
  padding: 0px 0px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #175A63;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: 200px;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.webp");
  /* background-repeat: no-repeat;
  background-size: cover; */
  position: relative;
  padding: 150px 0 60px;
  animation: mymove 500s linear infinite;
}

@keyframes mymove {
  0% {
    background-position: -10000px 0px;
  }

  100% {
    background-position: 0px 0px;
  }
}

.top-banner .left-col img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.top-banner .social-top {
  position: absolute;
  top: 50%;
  left: -50px;
  display: flex;
  transform: rotate(90deg);
  align-items: center;
  gap: 18px;
}

.top-banner .social-top a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.top-banner .social-top span {
  background: #EED26E;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.top-banner .left-col {
  border: 5px solid white;
  padding: 60px;
  text-align: center;
  position: relative;
}

.top-banner .left-col h1 {
  font-size: 42px;
  font-weight: 700;
  color: white;
}

.top-banner .left-col span {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.top-banner .left-col p {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.top-banner .top-img {
  position: absolute;
  bottom: 0;
  right: 0;
  animation: up 3s ease-in-out infinite;
}

/* End */

/* sec five */
.sec-five {}

.sec-five .sec-five-main .sec-five-body {
  display: flex;
  align-items: start;
}

.sec-five .sec-five-main .sec-five-body .sec-five-image {
  width: 58.333%;
  position: relative;
}

.sec-five .sec-five-main .sec-five-body .sec-five-image .image-inner {
  background: #F7F7F7;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 259px;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs .sec-five-tabs-inner.active {
  background: #175a63;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs .sec-five-tabs-inner.active span {
  color: white;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs .sec-five-tabs-inner.active img {
  filter: brightness(0) invert(1);
}


.sec-five .sec-five-main .sec-five-body .sec-five-image .image-inner h4 {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 500;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs {
  width: 39.333%;
  border-radius: 24px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 21px;
  margin-top: 20px;
  z-index: 1;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs .sec-five-tabs-inner {
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 47.333%;
  background: #F7F7F7;
  border-radius: 6.93585px;
  cursor: pointer;
}

.sec-five .sec-five-main .sec-five-body .sec-five-tabs .sec-five-tabs-inner span {
  font-size: 19px;
  color: #030303;
  font-weight: 500;
}

.sec-five .sec-five-main .sec-five-info {
  background: #FFFFFF;
  box-shadow: 2.16908px 4.33816px 21.6908px rgba(143, 143, 143, 0.13);
  padding: 30px;
  max-width: 889.32px;
  margin: -100px 0 0 auto;
  z-index: 9;
  position: relative;
}

/* end */

/* top form */
.top-form-sec {
  padding: 80px 0 50px;
}

.top-form-sec .bg-top-form {
  background: url(../images/form-bg.webp) no-repeat;
  background-size: cover;
  padding: 80px 30px 0px 60px;
}

.top-form-sec .bg-top-form .form-left .top-form-img{
    animation: up 3s ease-in-out infinite;
}

.top-form-sec .bg-top-form .form-left h2 {
  color: white;
  font-size: 30px;
}

.top-form-sec .bg-top-form .form-left ul {
  padding-left: 0;
  list-style: none;
  column-count: 2;
}

.top-form-sec .bg-top-form .form-left ul li {
  color: white;
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
  gap: 10px;
}

.top-form-sec .bg-top-form .form-right {
  background: #FFFFFF;
  border: 0.936031px solid #0F535D;
  border-radius: 11.3721px;
  padding: 30px;
  margin-top: -95px;
}

.top-form-sec .bg-top-form .form-right>h3 {
  font-size: 25px;
  font-weight: 600;
}

.top-form-sec .bg-top-form .form-right>h3>span {
  color: #0F535D;
}

.top-form-sec .bg-top-form .form-right label {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.top-form-sec .bg-top-form .form-right input,
.top-form-sec .bg-top-form .form-right textarea {
  background-color: #F1F8F9;
  border: 0.947677px solid #DDFBFF;
  margin-bottom: 12px;
}

.top-form-sec .bg-top-form .form-right button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
}

/* end */

/* brand review sec */
.brand-review-sec {
  padding: 30px 0 30px;
}

.brand-review-sec .brand-column {
  text-align: center;
}

/* end */

/* sec four */
.sec-four {
  padding: 30px 0 30px;
}

.sec-four .left-col>h3 {
  font-size: 35px;
  font-weight: 500;
}

.sec-four .left-col>h3>span {
  font-weight: 700;
  color: #175a63;
}

.sec-four .left-col>p {
  font-size: 16px;
}

/* end */

/* portfolio-sec */
.portfolio-sec {
  position: relative;
  padding-top: 30px;
}

.portfolio-sec>img {
  position: absolute;
  top: 0;
  left: -30px;
  width: 230px;
}

.portfolio-sec .portfolio-single-slider{
  border: 1px solid #175A63;
  padding: 14px;
  direction: rtl;
}

.portfolio-sec .portfolio-left {
  /*border: 1px solid #175A63;*/
  /*padding: 14px;*/
  position: relative;
  margin: 5px;
}

.portfolio-sec .portfolio-single-left{
  position: relative;
}

.portfolio-sec .portfolio-single-left .right-arrow {
  position: absolute;
  bottom: 43.9%;
  left: 0px;
  transform: translate(50%, -50%);
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.portfolio-sec .portfolio-left>.main-book {
  width: 100%;
}

.portfolio-sec .portfolio-left .footer-heading {
  background-color: #175A63;
  padding: 15px;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}

.portfolio-sec .portfolio-left .footer-heading>h4 {
  color: white;
  margin-bottom: 0;
  font-size: 22px;
}

.portfolio-sec .portfolio-right .right-books img {
  transition: all ease 0.3s;
}

.portfolio-sec .portfolio-right .right-books img:hover {
  transform: scale(1.1);
}

/* end */

/* sec seven */
.sec-seven {
  padding: 100px 0;
  position: relative;
  height: 460px;
  z-index: 9;
}

.sec-seven>img {
  position: absolute;
  top: 0;
  right: 0;
  width: 190px;
}

.sec-seven-body:before {
  content: "";
  background: url(../images/seven-bg.webp) no-repeat;
  background-size: cover;
  top: 0;
  left: 40px;
  width: 85%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 16px;
}

.sec-seven .sec-seven-body {
  width: 65%;
}

.sec-seven .sec-seven-body .trusted {
  background: #0F535D;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 12.5%;
  bottom: 0;
  padding: 30px;
  width: 20%;
  gap: 15px;
  border-radius: 16px 0;
}

.sec-seven .sec-seven-body .trusted span {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}

.sec-seven .sec-seven-body span {
  font-size: 16px;
  color: white;
  font-weight: 600;
}

.sec-seven .sec-seven-body h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}

.sec-seven .sec-seven-body p {
  font-size: 16px;
  color: white;
}

/* end */

/* counter-sec */
.counter-sec {
  position: relative;
}

.counter-sec::before {
  content: "";
  background: #E0FBFF;
  position: absolute;
  top: -215px;
  right: 0;
  height: 415px;
  width: 90%;
  z-index: -1;
}

.counter-sec .counter-box {
  text-align: center;
}

.counter-sec .counter-box>span {
  font-size: 45px;
  font-weight: 600;
  color: #153345;
}

.counter-sec .counter-box>p {
  font-size: 16px;
  color: #153345;
  font-weight: 500;
}

/* end */

/* service sec */
.service-sec {
  padding: 30px 0 30px;
}

.service-sec .service-info>h4 {
  font-size: 20px;
  font-weight: 700;
  color: #0F535D;
}

.service-sec .service-info:nth-child(2) {
  margin-top: 50px;
}

.service-sec .service-info>p {
  font-size: 16px;
  margin-bottom: 0;
}

.service-sec .service-center {
  text-align: center;
}

/* end */

/* .tabs-sec  */
.tabs-sec {
  padding: 30px 0;
  position: relative;
}

.tabs-sec>img {
  position: absolute;
  top: 0;
  left: -30px;
  width: 230px;
}

.tabs-sec .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  border: 1.76283px solid #ffffff;
}

.tabs-sec .nav-link>span {
  font-size: 28px;
  color: #2A2A2A;
  font-weight: 700;
}

.tabs-sec .nav-link>p {
  color: #2A2A2A;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.tabs-sec .nav-pills .nav-link.active,
.tabs-sec .nav-pills .show>.nav-link {
  background: #DEEAFF;
  border: 1.76283px solid #2C72EC;
  border-radius: 7.05134px;
}

.tabs-sec .tab-content .left-col>h4 {
  font-size: 32px;
  font-weight: 600;
}

.tabs-sec .tab-content .left-col>p {
  font-size: 16px;
}

/* end */

/* .banner-sec  */
.banner-sec {
  background: url(../images/banner-img.webp) no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  margin-bottom: 40px;
}

.banner-sec>img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 325px;
  animation: up 3s ease-in-out infinite;
}

.banner-sec>img:nth-child(2) {
  position: absolute;
  top: 25px;
  right: 0;
  width: 230px;
  animation: up 3s ease-in-out infinite;
}

/* end */

/* website sec */
.website-sec {
  background-color: #F6F6F6;
}

.website-sec .website-inner {
  margin-right: 5px;
  margin-left: 5px;
}

.website-sec .slick-dots {
  bottom: -30px;
}

.website-sec .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: #0F535D;
  border-radius: 12px;
  height: 7px;
  width: 20px;
}

.website-sec .slick-dots li button:before {
  font-size: 0;
  background: #0F535D;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
}

/* end */

/* faqs sec */
.faqs-sec {
  padding: 50px 0 40px;
}

.faqs-sec .left-col>h3 {
  font-size: 35px;
  font-weight: 500;
}

.faqs-sec .left-col>p {
  font-size: 16px;
}

.faqs-sec .left-col .sec-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faqs-sec .left-col .sec-top .line {
  background: #0F535D;
  height: 3px;
  width: 40px;
}

.faqs-sec .left-col .sec-top>span {
  color: #0F535D;
  font-size: 16px;
  font-weight: 600;
}

.faqs-sec .accordion-flush .accordion-item {
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(23, 49, 143, 0.05), 0px 0px 1px rgba(23, 49, 143, 0.25);
  border-radius: 12px;
  overflow: hidden;
  border-bottom: 0;
}

.faqs-sec .accordion-flush .accordion-item .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #0F535D;
  box-shadow: none;
}

.faqs-sec .accordion-flush .accordion-item .accordion-button:before {
  position: absolute;
  bottom: 0;
  content: "";
  width: calc(100% - 80px);
  background: #DFE6F5;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s .1s;
  width: 0;
}

.faqs-sec .accordion-flush .accordion-item .accordion-body p {
  font-size: 1rem;
  font-weight: 500;
}

.faqs-sec .accordion-button::after {
  content: "+";
  background-image: none;
  rotate: 0deg;
  transform: rotate(0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
}

.faqs-sec .accordion-flush .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(-45deg);
}

.faqs-sec .accordion-flush .accordion-item .accordion-button {
  font-weight: 700;
  font-size: 17px;
}

.faqs-sec .accordion-flush .accordion-collapse {
  background: #F1F5F4;
}

/* end */

/* testimonials-sec */
.testimonials-sec {
  background: url(../images/testi-banner.webp) no-repeat;
  background-size: cover;
}

.testimonials-sec .section-title h3 span,
.banner-sec .section-title h3 span{
    color: white;
}

.testimonials-sec .testi-inner {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(30.8px);
  border-radius: 10px;
  padding: 25px;
  margin: 0px 5px;
}

.testimonials-sec .testi-inner p {
  color: white;
  font-size: 16px;
}

.testimonials-sec .testi-inner h4 {
  color: white;
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonials-sec .testi-inner span {
  color: #B0B0B0;
  font-size: 14px;
}

.testimonial-slider-rtl {
  direction: rtl;
}

.testimonial-slider-rtl .testi-inner {
  direction: ltr;
}

/* end */

/* get-quote */

.get-quote-bg::before {
  content: "";
  background-image: url(../images/get-quote-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
}

.get-quote-bg {
  position: relative;
}

.get-quote .form-right {
  background: #FFFFFF;
  border: 0.936031px solid #0F535D;
  border-radius: 11.3721px;
  padding: 30px;
  margin: 50px 0;
}

.get-quote .form-right>h3 {
  font-size: 25px;
  font-weight: 600;
}

.get-quote .form-right>h3>span {
  color: #0F535D;
}

.get-quote .form-right label {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.get-quote .form-right input,
.get-quote .form-right textarea {
  background-color: #F1F8F9;
  border: 0.947677px solid #DDFBFF;
  margin-bottom: 12px;
}

.get-quote .form-right button {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
}

/* end */

/* sec-eight */
.sec-eight {
  background-color: #F7F8F9;
  padding: 80px 0;
}

.sec-eight .left>h3 {
  font-size: 35px;
  font-weight: 500;
}

.sec-eight .left>p {
  font-size: 16px;
}

.sec-eight .right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sec-eight .right .right-inner {
  display: flex;
  align-items: start;
  gap: 12px;
}

.sec-eight .right .right-inner h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* end */

/* sec-nine */
.sec-nine {
  padding: 60px 0 30px;
}

.sec-nine .sec-nine-box {
  border: 2px solid #878787;
  padding: 30px;
}

.sec-nine .sec-nine-box h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
}

.sec-nine .sec-nine-box p {
  font-size: 16px;
  margin-bottom: 0px;
}

/* end */

/* sec ten */
.sec-ten {
  padding: 0px 0 70px;
  background-color: #0F535D;
  margin-top: 40px;
  margin-bottom: 20px;
}

.sec-ten .left h3 {
  font-size: 35px;
  font-weight: 500;
  color: white;
}

.sec-ten .left p {
  font-size: 16px;
  color: white;
  margin-bottom: 35px;
}

.sec-ten .satisty {
  background: #FFFFFF;
  border: 1.18161px solid #E8E8E8;
  box-shadow: 0px 0px 7.08968px rgba(0, 0, 0, 0.16);
  border-radius: 13.3833px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.sec-ten .satisty .satisty-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec-ten .satisty .satisty-inner h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.sec-ten .satisty .satisty-inner p {
  color: black;
  margin-bottom: 0
}

/* end */

/* sec eleven */
.sec-eleven {
  padding: 70px 0;
  background: #F0EDEB;
}

.sec-eleven .sec-eleven-left img {
  width: 100%;
}

.sec-eleven .sec-eleven-right {
  background: #F5F3F2;
  border: 2px solid rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.sec-eleven .sec-eleven-right h3 {
  font-size: 35px;
  font-weight: 500;
}

.sec-eleven .sec-eleven-right p {
  font-size: 16px;
}

.sec-eleven .sec-eleven-right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  column-count: 2;
}

.sec-eleven .sec-eleven-right ul li {
  font-size: 16px;
  margin-bottom: 15px;
  display: flex;
  align-items: start;
}

.sec-eleven .sec-eleven-column {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 30px;
}

.sec-eleven .sec-eleven-column img {
  animation: zoom-in-zoom-out 3s ease-in-out infinite;
}

.sec-eleven .sec-eleven-column h4 {
  font-size: 18px;
  margin-bottom: 6px;
  color: #0F535D;
  font-weight: 600;
}

.sec-eleven .sec-eleven-column p {
  font-size: 16px;
  font-weight: 400;
}

/* end */


/* portfolio sec */
.genre-portfolio-sec {
  padding-top: 30px;
  padding-bottom: 65px;
  margin-bottom: 20px;
  position: relative;
}

.genre-portfolio-sec .portfolio-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.genre-portfolio-sec .portfolio-inner .portfolio-box {
  width: 22.333%;
  margin: 0px 10px;
}

.genre-portfolio-sec .portfolio-inner .portfolio-box img {
  width: 90%;
  margin: auto;
  display: block;
}

.genre-portfolio-sec .portfolio-inner .portfolio-box .bottom-sec {
  background: #C8C8C8;
  box-shadow: 0px 2.87075px 2.87075px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  padding: 15px 20px;
  text-align: center;
}

.genre-portfolio-sec .portfolio-inner .portfolio-box .bottom-sec span {
  color: #292f36;
  font-size: 16px;
  font-weight: 500;
  background: white;
  display: block;
  padding: 12px;
  border-top: 2px solid #175a63;
}

.genre-portfolio-sec .portfolio-inner .slick-next,
.genre-portfolio-sec .portfolio-inner .slick-prev {
  width: 45px !important;
  height: 45px !important;
}

.genre-portfolio-sec .portfolio-inner .slick-dots {
  bottom: -60px;
}

.genre-portfolio-sec .portfolio-inner .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: white;
  border-radius: 12px;
  height: 7px;
  width: 20px;
  content: "";
  display: block;
}

.genre-portfolio-sec .portfolio-inner .slick-dots li button:before {
  font-size: 0;
  background: white;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
  content: "";
  display: block;
}

.genre-portfolio-sec::after {
  content: "";
  background: url(../images/genre-portfolio-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 400px;
  width: 100%;
  z-index: -1;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #EED26E;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */
.section-title {
  margin-bottom: 30px;
  text-align: center;
}

.section-title>h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 8px;
}

.section-title>h3>span {
  font-weight: 700;
  color: #175a63;
}

.section-title>p {
  font-size: 16px;
  margin-bottom: 0;
}

/* Button */

.btn-theme,
.btn-theme-outline,
.btn-theme-new,
.btn-white-outline {
  padding: 10px 35px;
  display: inline-block;
  font-weight: 600;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 100px;
}

.btn-theme {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #2C2C2C;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-theme-outline {
  border: 2px solid #175A63;
  background: transparent;
  color: #175A63;
}

.btn-theme-outline:hover {
  border: 2px solid #175A63;
  background: #175A63;
  color: #ffffff;
}

.btn-white-outline {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-white-outline:hover {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #2C2C2C;
}

.btn-theme-new {
  border: 2px solid #175A63;
  background: #175A63;
  color: #ffffff;
}

.btn-theme-new:hover {
  border: 2px solid #175A63;
  background: transparent;
  color: #175A63;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 25px;
  background: url(../images/footer-bg.webp) no-repeat;
  background-size: cover;
}

.footer-logo img {
  width: 210px;
  filter: brightness(0) invert(1);
}

.footer-logo p {
  color: #cfcfcf;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}

.footer-links ul {
  margin-bottom: 45px;
}

.footer-links>p {
  color: #cfcfcf;
  font-size: 1rem;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #ffffff;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: #cfcfcf;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #ffffff;
}

.social {
  display: inline-block;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #175A63;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: #09363D;
}

.footer-bottom {
  background: #09363D;
  padding: 20px 0;
}

.footer-bootom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.term_and_conditions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.term_and_conditions a:nth-child(1)::after {
  content: "";
  background: #cfcfcf;
  height: 100%;
  width: 1px;
  position: absolute;
  right: -8px;
}

.term_and_conditions a {
  font-size: 16px;
  color: #cfcfcf;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
}

.footer-bootom-links>span {
  margin: 0;
  color: #cfcfcf;
  font-size: 1rem;
  font-weight: 400;
}

.footer input,
.footer input:focus {
  border-left: 1px solid #cfcfcf;
  border-right: none;
  border-radius: 10px;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: #cfcfcf !important;
}

.footer button {
  border-radius: 10px;
  background: 0 0;
  border-right: 1px solid #cfcfcf;
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: #EED26E;
  border-color: #EED26E;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #272727;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #175A63;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #175A63;
  border-radius: 30px;
}

.model-input {
  border-color: #ffffff;
  padding: 10px 15px;
  color: #000000 !important;
  border: 2px solid white;
  background-color: white !important;
  font-weight: 500;
}

.model-input:focus {
  border-color: #ffffff !important;
}

.model-input::placeholder {
  color: #000000 !important;
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-input option {
    color: black;
}

.model-discount hr {
  background-color: #ffffff;
  opacity: 1;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

/* end */

.genre-pages .left-col p {
  font-size: 16px;
}

.content-sec h2 {
  font-size: 35px;
  font-weight: 500;
}

.content-sec h4 {
  font-size: 30px;
  font-weight: 500;
}

.content-sec p,
.content-sec ul li {
  font-size: 16px;
}

.content-sec p a{
  color: #175A63;
}


.testimonials-sec .slick-slide img{
    width: 40px;
    filter: contrast(200%) brightness(150%);
    background: #fff;
    padding: 6px;
    border-radius: 20px;
}
.responsive-menu {
  display:none;
}
.footer-links>ul>li>a i {
    margin-right: 10px;
    font-size: 25px;
}



/* WHATSAPP CHAT SCRIPT */
.navbar-fixed-bottom-messenger {
  position: fixed;
  bottom: 100px;
  z-index: 999999;
  left: 20px;
}
.navbar-fixed-bottom:hover,
.navbar-fixed-bottom-messenger:hover {
    transition: 0.5s ease;
    transform: scale(1.1);
}

.navbar-fixed-bottom {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  left: 20px;
}

.number i{
  font-size: 30px;
  background-color: #02263E;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  /* margin-bottom: 20px; */
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bouncebounce .8s ease infinite;
}
.messenger i{
  font-size: 30px;
  background-color: #0084FF;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  /* margin-bottom: 20px; */
  transition: 0.5s ease-in-out;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: bouncebounce .8s ease infinite;
}
a.float {
    text-decoration: none;
}
.number i:hover{
  transform: scale(1.1);
  background-color: #02263E;
}
.messenger i:hover{
  transform: scale(1.1);
  background-color: #0084FF;
}
/* WHATSAPP CHAT SCRIPT  END*/