@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;800&display=swap');

:root {
  --primary-color: #22B8E3;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol {
  padding-left: 20px;
  margin-top: 10px;
}

ol li {
  list-style-type: decimal;
}

a {
  text-decoration: none !important;
  color: var(--dark-color);
  display: inline-block;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
}

section {
  padding: 80px 0;
  overflow: hidden;
}

.iframe_box {
  position: relative;
  width: 100%;
  height: 100%;
}

iframe {
  width: 100%;
}

.theme_btn,
.theme_btn:hover,
.theme_btn:active,
.theme_btn:focus-visible {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
  padding: 6px 20px;
}

/* Go to Top Design start */
.go-top-area {
  position: relative;
  z-index: 9999;
}

.go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  border-radius: 30px 30px 0 0;
  color: #fff;
  background-color: var(--primary-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}

.go-top i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.go-top::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #4869f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 100%;
}

.go-top:focus,
.go-top:hover {
  color: #fff;
}

.go-top:focus::before,
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child,
.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child,
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  top: 92%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  right: 20px;
}

.go-top-wrap {
  position: relative;
}

/* Go to Top Design end */

/* Page Title start*/
.page_title {
  text-align: center;
}

.page_title h4 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page_title h2 {
  color: #22B8E4;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.page_title span {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/*Page Title end*/

/* sub header section start */
.sub_header {
  padding: 70px 0 60px;
  position: relative;
}

.sub_header.about {
  padding: 70px 0 60px;
  position: relative;
  /* background: url(../images/subheader.jpg) no-repeat center center; */
  background-size: cover;
  background-color: #333333;
}

.sub_header.product {
  padding: 70px 0 60px;
  position: relative;
  /* background: url(../images/subheader.jpg) no-repeat center center; */
  background-size: cover;
  background-color: #333333;
}

.sub_header.contact {
  padding: 70px 0 60px;
  position: relative;
  /* background: url(../images/subheader.jpg) no-repeat center center; */
  background-size: cover;
}

.sub_header.plans {
  padding: 70px 0 60px;
  position: relative;
  /* background: url(../images/subheader.jpg) no-repeat center center; */
  background-size: cover;
}

.sub_header h2 {
  font-family: 'Poppins', sans-serif;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px 0;
  font-size: 40px;
  text-align: left;
  line-height: 30px;
  position: relative;
}

.sub_header_box {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.sub_header .breadcrumb {
  background: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 10px;
  border-radius: 0 20px;
  background-color: #fff;
}

.sub_header .breadcrumb li a {
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.sub_header .breadcrumb li {
  font-family: 'Poppins', sans-serif;
  color: #333;
  padding: 8px 15px 8px 10px;
  font-weight: 600;
  position: relative;
}

.sub_header .breadcrumb li.active {
  color: var(--primary-color);
}

.sub_header .breadcrumb li:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 10px;
  color: #333;
}

.sub_header .breadcrumb li:last-child:after {
  display: none;
}

/* sub header ection end */

/* header Section Design Start */
.header-area.sticky{
  background-color: #fff;
  top: 0;
  position: sticky;
  z-index: 9;
  min-height: 65px;
  width: 100%;
}

.navbar-area .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
}

#new_navbar {
  transition: all 0.5s ease-in-out;
}

.collapse:not(.show) {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: var(--primary-color);
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: var(--primary-color);
}

.top_header {
  display: flex;
  justify-content: space-around;
}


.navbar-area {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.dropdown-toggle {
  white-space: nowrap;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}


.dropdown-menu {
  position: absolute;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
}

.mobile-responsive-nav {
  display: none;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  transition: var(--transition);
  position: relative;
  padding: 0 100px;
}

.desktop-nav .navbar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}


.navbar-collapse {
  flex-grow: 1;
  align-items: center;
}

.desktop-nav .navbar .navbar-nav {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  gap: 51px;
}

.navbar-nav {
  display: flex;
  list-style: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  margin: 24px 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-left: 3px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease-in-out;
  background: #fff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 83px;
  left: 0;
  padding: 0;
  pointer-events: none;
  transform: scaleX(0);
  box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  margin: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: var(--heading-color);
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.header-btn a {
  display: inline-flex;
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--primary-color);
}

/* header section design end */

/* banner section design start */
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  background-color: #363f73;
}

.main-slider .slide {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: auto !important;
  overflow: visible;
}

.main-slider .slide .slide_img img {
  height: auto;
  min-height: 650px;
  object-fit: cover;
  opacity: 0 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
}

.main-slider .slide .slide_img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.main-slider .slide .slide_content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}


.main-slider .slide .banner_txt .animated {
  transition: all 0.5s ease;
}

.main-slider.slider_1 [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}



.main-slider .slick-nav svg {
  display: none;
}


.main-slider .banner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-slider .slide .banner_txt {
  max-width: 700px;
  text-align: left;
  width: 60%;
}

.main-slider .banner_img {
  width: 40%;
  padding-right: 30px;
}


.main-slider h1 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.main-slider p {
  color: #FFF;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 40px 0;
}

.main-slider .banner_btn {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-radius: 5px;
  background: #00AFEF;
  padding: 5px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-slider .circle img {
  position: absolute;
  top: 12%;
  left: 2%;
  z-index: 1;
}

.main-slider .ellips img {
  position: absolute;
  z-index: 1;
  top: 16%;
  left: 30%;
}

.main-slider .rectangle img {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 13%;
}

.main-slider .polygon img {
  position: absolute;
  z-index: 1;
  left: 31%;
  bottom: 25%;

}

.main-slider .graph img {
  position: absolute;
  z-index: 1;
}

.banner__slider .banner-social {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0%;
  transform: translate(-50%, 0%);
}

.banner__slider .social a {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider .circle img {
  position: absolute;
  top: 12%;
  left: 2%;
  z-index: 1;
}

.main-slider .ellips img {
  position: absolute;
  z-index: 1;
  top: 16%;
  left: 30%;
}

.main-slider .rectangle img {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 13%;
}

.main-slider .polygon img {
  position: absolute;
  z-index: 1;
  left: 31%;
  bottom: 25%;

}

.main-slider .graph img {
  position: absolute;
  z-index: 1;
}

.banner-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.banner_right_img {
  display: flex;
  justify-content: center;
}

.banner_right_img img {
  border-radius: 35% 0;
}

.main-slider .slide {
  position: relative;
  overflow: hidden;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: auto !important;
  overflow: visible;
}

.main-slider .slide .slide_img {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.main-slider .slide .slide_content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}


.main-slider .slide .banner_txt .animated {
  transition: all 0.5s ease;
}

.slider_1 [data-animation-in] {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.main-slider .slick-nav svg {
  display: none;
}

.main-slider .banner_txt .banner_btn {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
 
  border-radius: 5px;
  background: #00AFEF;
  padding: 5px 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.main-slider .banner_txt .banner_btn2 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-left: 20px;
}

.banner_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-slider .banner_box h3 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 12px;
}

.main-slider .banner_box h2 {
  color: #FFF;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 25px;
}

.main-slider .banner_box p {
  color: #FFF !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 35px;
}

.slide .banner_txt {
  text-align: left;
}

.banner_img {
  width: 200px;
  margin: 0 auto;
}


.mr-100 {
  margin-right: -100px;
}

.main-slider .slick-active h3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .slick-active h2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .slick-active .text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}


.main-slider .slick-prev,
.main-slider.slick-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #fff !important;
  border: 1px solid #BA9778;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.main-slider .slick-prev {
  left: 40px;
}

.main-slider .slick-next {
  right: 40px;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
  content: "";
  background: url("../images/arrow_right.png") no-repeat center center;
  background-size: cover;
  width: 30px;
  height: 16px;
  transition: all 0.2s ease-in-out;
}

.main-slider .slick-prev:before {
  background: url("../images/arrow_left.png") no-repeat center center;
}

.main-slider .slick-prev:hover,
.main-slider .slick-next:hover {
  transform: translateY(-5px) !important;
}


.banner__slider .hexa_top {
  display: flex;
  justify-content: center;
}

.banner__slider .hexa_top li {
  align-items: center;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner__slider .hex-cell {
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid var(--primary-color);
}

.banner__slider .hex-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__slider .banner-social {
  position: absolute;
  z-index: 99;
  top: 50%;
  right: 0%;
  transform: translate(-50%, 0%);
}

.banner__slider .social i {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
} */

/* banner section design end */

/* about us section design start */
.about_scetion {
  position: relative;
  padding: 80px 0 80px 0;
}

.about_scetion .about_bg img {
  position: absolute;
  top: 6%;
  left: 7%;
  z-index: -1;
}

.about_scetion .about-us .page_title {
  margin-bottom: 20px;
}

.about_scetion .about-us .page_title h2 {
  justify-content: flex-start;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about_scetion .about-us .page_title h4 {
  text-align: start;
  color: #22B8E4;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about_scetion .about-us li {
  display: flex;
}

.about_scetion .about-us i {
  margin-left: 10px;
}

.about_scetion .about-us .fa-arrow-right:before {
  content: "\f061";
}

.about_scetion .about-us p {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.about_scetion .about-us p span {
  color: #22B8E4;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.about_scetion .about-btn a {
  padding: 10px 25px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--primary-color);
}

.about_scetion .about_imgs {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.about_scetion .about_imgs li img {
  border-radius: 10px;
}

.about_scetion .about_right_desc {
  display: flex;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #1D97FF;
  background: #FFF;

  box-shadow: 0px 0px 4px 1 px rgba(0, 0, 0, 0.25);
}

.about_scetion .about_image2 .about_right_desc {
  margin-bottom: 20px;
}

.about_scetion .about_right_desc img {
  float: left;
  margin-right: 15px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.about_scetion .about_right_desc .right_desc h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}

.about_scetion .about_right_desc .right_desc p {
  color: #6A6A6A;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

/* about us section design end */

/* about us page design start */
.about_page {
  position: relative;
  padding: 80px 0 80px 0;
}

.about_page .about_bg img {
  position: absolute;
  top: 6%;
  left: 7%;
  z-index: -1;
}

.about_page .about-us .page_title {
  margin-bottom: 20px;
}

.about_page .about-us .page_title h2 {
  justify-content: flex-start;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about_page .about-us .page_title h4 {
  text-align: start;
  color: #22B8E4;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about_page .about-us li {
  display: flex;
}

.about_page .about-us i {
  margin-left: 10px;
}

.about_page .about-us .fa-arrow-right:before {
  content: "\f061";
}

.about_page .about-us p {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.about_page .about-us p span {
  color: #22B8E4;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}

.about_page .about-btn a {
  padding: 10px 25px;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid var(--primary-color);
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background-color: var(--primary-color);
}

.about_page .about_imgs {
  display: flex;
  gap: 25px;
  justify-content: center;
  align-items: center;
}

.about_page .about_imgs li img {
  border-radius: 10px;
}

.about_page .about_right_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #1D97FF;
  background: #FFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
}

.about_page .about_image2 .about_right_desc {
  margin-bottom: 20px;
}

.about_page .about_right_desc img {
  float: left;
  margin-right: 15px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  object-fit: cover;
}

.about_page .about_right_desc .right_desc h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  /* 150% */
}

.about_page .about_right_desc .right_desc p {
  color: #6A6A6A;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}

/* about us page design end */

/* software section design start */
.software_section {
  background: url(../images/software_bg.png)no-repeat center center;
  background-size: cover;
  position: relative;
  padding: 50px 0;
}

.software_section .page_title {
  margin-bottom: 30px;
}

.software_section .page_title span {
  color: #fff;
}

.software_section .card {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
}

.software_section .news_img {
  position: relative;
  overflow: hidden;
}

.software_section .news_img img {
  width: 250px;
}

.software_section .read-more-text a {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 15px;
}

.software_section .text-center .read_blog_btn {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 25px;
}

/* software section design end */

/* product scetion design start */
.product_section {
  position: relative;
  padding: 100px 0;
}

.product_section .card-title {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.product_section .card {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.product_section .card-body {
  text-align: center;
  height: 300px;
}

.product_section .news_img {
  position: relative;
  overflow: hidden;
}

.product_section .card-img-top {
  height: 270px;
  object-fit: contain;
}

.product_section .news_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: linear-gradient(10deg, rgba(243, 227, 134, 0.787) 36.88%, rgba(0, 0, 0, 0.5) 99.31%);
  transform: scale(1.25);
  transition: all 0.25s linear;
}

.product_section .news_img:hover:after {
  opacity: 1;
}

.product_section .card-text {
  color: #505050;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
  line-height: 28px;
}

.product_section .read-more-text a {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 30px;
}

.product_section .text-center .read_blog_btn {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 25px;
}

/* product section design end */

/* subscription page start */
.subscription_page {
  position: relative;
  padding: 100px 0;
}

.subscription_page .card-title {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}

.subscription_page .card {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.subscription_page .card-body {
  text-align: center;
}

.subscription_page .news_img {
  position: relative;
  overflow: hidden;
}

.subscription_page .news_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: linear-gradient(10deg, rgba(243, 227, 134, 0.787) 36.88%, rgba(0, 0, 0, 0.5) 99.31%);
  transform: scale(1.25);
  transition: all 0.25s linear;
}

.subscription_page .news_img:hover:after {
  opacity: 1;
}

.subscription_page .card-text {
  color: #505050;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
  line-height: 28px;
}

.subscription_page .read-more-text a {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 15px;
}

.subscription_page .text-center .read_blog_btn {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 25px;
}

.modal_cust .modal-footer {
  display: flex;
  justify-content: center;
}

.modal_cust .modal-footer a {
  background-color: green;
  color: #fff;
  padding: 4px 18px;
  border-radius: 15px;
}

.modal_cust .card-body.active {
  background-color: var(--primary-color);
  color: #fff;
}

.modal_cust h4 {
  color: var(--primary-color);
}

.modal_cust .card-body,
.modal_cust .card {
  border-radius: 15px;
}

.modal_cust .form-label {
  font-weight: 600;
}

/* subscription page end */

/* product page design start */
.product_page {
  position: relative;
  padding: 100px 0;
}

.product_page .card-title {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  /* 128.571% */
}

.product_page .card {
  margin-bottom: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}

.product_page .card-body {
  text-align: center;
  height: 300px;
}

.product_page .news_img {
  position: relative;
  overflow: hidden;
}

.product_page .card-img-top {
  height: 270px;
  object-fit: contain;
}

.product_page .news_img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  background: linear-gradient(10deg, rgba(243, 227, 134, 0.787) 36.88%, rgba(0, 0, 0, 0.5) 99.31%);
  transform: scale(1.25);
  transition: all 0.25s linear;
}

.product_page .news_img:hover:after {
  opacity: 1;
}

.product_page .card-text {
  color: #505050;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-top: 25px;
  line-height: 28px;
  /* 175% */
}

.product_page .read-more-text a {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 15px;
}

.product_page .text-center .read_blog_btn {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 8px;
  border-radius: 20px;
  padding: 5px 30px;
  margin-top: 25px;
}

/* product page design end */

/* payment page start */
.payment_page table th {
  border: 1px solid #ddd;
  background-color: var(--primary-color);
  color: #fff;
}

.payment_page table td {
  border: 1px solid #ddd;
}

.payment_page table {
  border: 1px solid #ddd;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.payment_page .payment_details {
  margin-top: 50px;
  border: 1px solid var(--primary-color);
  padding: 20px 50px;
}

.payment_page .page_title {
  margin-bottom: 25px;
}

.payment_page span {
  font-weight: 600;
}

.payment_page .payment_btn {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 5px 20px;
  text-align: center;
}

.payment_page .payment_now {
  text-align: center;
  margin-top: 25px;
}

/* payment page end */


/* feature section dseign start */
.feature_section {
  background: rgba(54, 63, 115, 0.10);
}

.feature_section .featuure_desc .page_title h2 {
  color: #000;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.feature_section .featuure_desc .page_title h4 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 33px;
}

.feature_section .feature_img {
  width: 80%;
}

.feature_section .featuure_desc {
  padding: 12% 0;
}

.feature_section .featuure_desc .card-header {
  background-color: var(--primary-color);
  padding: 0px 30px;
}

.feature_section .featuure_desc .card-header a {
  color: #fff;
}

.feature_section .featuure_desc .card-body {
  background-color: #fff;
  padding: 18px 20px;
}

.feature_section .featuure_desc .card-body p {
  margin: 0;
  color: #505050;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* feature section design end */

/* testimonial section start */
.light_bg {
  padding: 80px 0 100px;
  background: url(../images/testimonial-bg.png) no-repeat center center;
  background-size: cover;
}

.light_bg .testimonial_desc img {
  margin-right: 20px;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.light_bg .testimonial_desc h6 {
  font-size: 18px;
  color: #000;
}

.light_bg .slick-dots {
  bottom: -45px;
}

.light_bg .slick-dots li {
  width: 35px;
  height: auto;
}

.light_bg .slick-dots li button {
  width: auto;
  height: auto;
}

.light_bg .slick-dots li button:before {
  content: "";
  width: 30px;
  height: 4px;
  background-color: var(--primary-color);
}

.light_bg .slick-dots li.slick-active button:before {
  opacity: 1;
}

.light_bg .amazingslider-arrow-right-1,
.amazingslider-arrow-left-1 {
  background: none !important;
  width: 100px !important;
  height: 100px !important;
  right: 30px;
}

.light_bg .amazingslider-arrow-right-1:before,
.amazingslider-arrow-left-1:before {
  position: absolute;
  top: 0;
  left: auto;
  right: 30px;
  content: "\f054";
  font-family: Font Awesome\5 Free;
  font-weight: 700;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
}

.testimonial_slider .slick-track {
  display: flex;
}

.testimonial_slider .slick-slide {
  height: auto;
}

.light_bg .amazingslider-arrow-left-1 {
  left: 30px;
  right: auto;
}

.light_bg .amazingslider-arrow-left-1:before {
  content: "\f053";
  right: auto;
  left: 30px;
}

.light_bg .single-testimonial {
  position: relative;
  padding: 15px;
  z-index: 1;
}

.light_bg .single-testimonial .testi_image {
  display: flex;
  justify-content: center;
}

.light_bg .single-testimonial .testimonial-text p {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.light_bg .single-testimonial .testimonial-text i {
  font-size: 32px;
  color: red;
  opacity: 0.5;
  margin-bottom: 10px;
  display: flex;
  justify-content: end;
}

.light_bg .testimonial-text,
.testimonial_desc {
  position: relative;
  padding: 17px 22px 0;
}

.light_bg .testimonial_desc .right_desc h6 {
  color: #FFF;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 15px 0 24px 0;
}

.light_bg .page_title span {
  color: #fff;
}

.light_bg .single-testimonial .star_rating {
  color: #fff;
  text-align: center;
}

/* testimonial section end */

/* faq section design start */
.faq_section {
  padding: 50px 0;
}

.faq_section .page_title span {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq_section .page_title h2 {
  color: #22B8E4;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq_section .page_title h4 {
  color: #505050;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.faq_section .featuure_desc .page_title h2 {
  color: #000;
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.faq_section .featuure_desc .page_title h4 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 33px;
}

.faq_section .feature_img {
  width: 80%;
}

.faq_section .featuure_desc .card-header {
  background-color: #fff;
  padding: 0px 30px;
  border: 1px solid var(--primary-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.faq_section .featuure_desc .card-header a {
  color: #000;
}

.faq_section .featuure_desc .card-body {
  background-color: #fff;
  padding: 18px 20px;
  border: 1px solid var(--primary-color);
  border-radius: 5px;
}

.faq_section .featuure_desc .card-body p {
  margin: 0;
  color: #505050;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* faq section design end */

/* contact page start */
.contact-page-section {
  padding: 0;
}

.tp-section-subtitle {
  font-size: 16px;
  font-weight: 500;
}

.tp-section-title,
.tp-section-title-two {
  font-size: 50px;
  line-height: 1.18;
}

.heading-color-black {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin-bottom: 5%;
}

.custom-mar-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.custom-pad-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.tp-contact-info {
  display: flex;
}

.tp-contact-info-icon {
  min-width: 60px;
}

.tp-contact-info-icon i {
  font-size: 30px;
  color: var(--primary-color);
  line-height: 1;
  transform: translateY(4px);
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.page_title span {
  font-size: 35px;
}

.page_title h2 {
  font-size: 35px;
}

.tp-contact-area .page_title {
  margin-bottom: 5%;
}

.tp-contact-info-text p,
.tp-contact-info-text a {
  font-size: 16px;
  color: #626664;
  line-height: 27px;
  display: block;
  margin-bottom: 0px;
}

.tp-contact-form-field input,
.tp-contact-form-field select,
.tp-contact-form-field textarea {
  color: #7f8080;
  font-size: 16px;
  display: block;
  height: 55px;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #dfe0e5;
  outline: none;
  padding: 0px 20px;
  width: 100%;
  border-radius: 4px;
}

.select-field-arrow {
  position: relative;
}

.tp-contact-form-field.select-field-arrow::after {
  color: #7f8080;
}

.tp-contact-form-field textarea {
  height: 200px;
  padding: 20px;
}

.theme-btn {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: none;
  color: #ffffff;
  background: var(--dark-color);
  text-align: center;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  margin-top: 10px;
}

.theme-btn:hover {
  color: #fff;
  background-color: var(--dark-color);
}

.yellow-btn:before,
.theme-btn:before {
  background-color: #fff;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}

.yellow-btn i,
.theme-btn i {
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
  line-height: 1;
}

.tp-contact-form-field {
  margin-bottom: 20px;
}

.tp-contact-info {
  margin-bottom: 40px;
}

.tp-contact-area .contact_form_btn a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-flex;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
}

.tp-contact-area .form-group {
  margin-bottom: 25px;
}

.tp-contact-area .contact-btn {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: var(--primary-color);
  padding: 5px 20px 5px 20px;
  border-radius: 10px;
}

/* contact page end */

/* plans page start */
.plan_page table {
  width: 100%;
}

.plan_page .nav {
  border: 0;
}

.plan_page .nav-item a.active {
  background-color: var(--primary-color);
  color: #fff;
}

.plan_page .nav-item {
  margin-right: 15px;
}

.plan_page .nav .nav-link {
  background-color: #ddd;
  color: #000;
  padding: 8px 30px;
  border-radius: 15px;
}

.tab-content table {
  border: 1px solid #a7a7a7;
}

.tab-content table td {
  border-left: 1px solid #a7a7a7;
  background-color: #e9faff;
}

.tab-content table th {
  border: 1px solid #a7a7a7;
  background-color: var(--primary-color);
  color: #fff;
}

/* plan page end */

/* footer section design start */
.footer_section {
  background: url(../images/footer-bg.png)no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}


.footer-widget {
  padding: 58px 0 29px 0;
  position: relative;
  z-index: 1;
}

.footer-widget .intro-footer {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 235.714% */
}

.footer-widget .footer-list li a {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  /* 271.429% */
  text-transform: capitalize;
}

.footer-widget .footer-list li i {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 38px;
  margin-right: 8px;
}

.footer-widget .footer-list li a span {
  color: #30507D;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 235.714% */
}

.footer-list .day {
  color: #30507D;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
}

.footer_logo {
  margin-bottom: 25px;
}

.footer_title {
  margin-bottom: 19px;
  text-transform: uppercase;
}

.footer_title h4 {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.footer_gallery {
  display: flex;
  flex-wrap: wrap;
}

.footer_gallery li {
  width: 33.33%;
  padding: 5px;
}

.footer_gallery li img {
  min-width: 100%;
}

.footer-contact ul li {
  display: flex;
  position: relative;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-contact ul li i {
  color: var(--primary-color);
  font-size: 14px;
}

.footer-contact li img {
  width: 12.553px;
  height: 20px;
  margin-right: 21px;
}

.footer-contact li span img {
  width: 20px;
  height: 20px;
}

.footer-contact ul li a {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 221.429% */
  text-transform: initial;
}

.footer-list li img {
  margin-right: 10px;
  color: var(--secondary-color);
}

.f_icon {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  align-self: center;
  margin-right: 15px;
  flex: 0 0 30px;
}

.f_icon i {
  font-size: 18px;
  text-align: center;
  color: var(--primary-color);
}

.copyright {
  padding: 5px 0;
  text-align: center;
  background: #000;
}

.copyright .copyright-text {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin: 0;
}

.copyright .copyright-text {
  color: var(--primary-color);
}

.copyright .copyright-text span {
  color: #fff;
}

.footer-list {
  width: 185px;
}

.footer_section .emergency_no a {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  border-radius: 10px;
  background: #00AFEF;
  padding: 2px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.text-red {
  color: red;
}

.footer_section .bottom-para p {
  color: #B2B2B2;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  /* 242.857% */
}

.whatsapp_icon a {
  background-color: #3AB54A !important;
  position: fixed;
  left: 10px;
  bottom: 8%;
  display: inline-block;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #3B5998;
  border-radius: 50%;
  z-index: 9;
}

.footer_section .social ul {
  display: flex;
}

.footer_section .social ul li {
  margin-right: 10px;
}

.footer_section .social ul li i {
  color: #fff;
  background: var(--primary-color);
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
}

.modal_link .modal-footer {
  display: flex;
  justify-content: center;
}

.modal_linkt .modal-footer a {
  background-color: green;
  color: #fff;
  padding: 4px 18px;
  border-radius: 15px;
}

.modal_link .card-body.active {
  background-color: var(--primary-color);
  color: #fff;
}

.modal_link h4 {
  color: var(--primary-color);
}

.modal_link .card-body,
.modal_link .card {
  border-radius: 15px;
}

.modal_link .form-label {
  font-weight: 600;
}

/* footer section design end */

/* gallery page start */
.gallary_page {
  padding: 60px 0;
}

.flag_scetion {
  padding-bottom: 40px;
}

.flag_scetion .page_title {
  padding: 60px 0;
}

.gallary_page .country_img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.gallary_page .box {
  background: #000;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.gallary_page .box img {
  width: 100%;
  height: 250px;
  transform: scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.gallary_page .box:hover img {
  opacity: 0.28;
  transform: scale(1.25);
}

.gallary_page .box .inner-content {
  color: #fff;
  text-align: center;
  width: 70%;
  opacity: 0;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 70%;
  left: 50%;
  transition: all 600ms ease;
}

.gallary_page .box:hover .inner-content {
  opacity: 1;
  top: 50%;
}

.gallary_page .box .icon {
  display: flex;
  justify-content: center;
}

.gallary_page .box .icon a {
  color: var(--primary-color);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  height: 35px;
  width: 35px;
  outline: 5px solid rgba(255, 255, 255, 0.5);
  background-color: #fff;
  border-radius: 100%;
  display: block;
  transition: all 0.3s;
}

.gallary_page .box .icon a:hover {
  color: #333;
  background: #fff;
  border-radius: 100%;
}

.imag_top {
  display: flex;
  justify-content: center;
  margin-bottom: 12%;
}

.flag_images .row {
  background: url(../images/gallary_mag_bg.png);
}

/* gallery page end */

/* all media query start */
@media only screen and (max-width: 1199.98px) {}

@media only screen and (max-width: 991.98px) {}


@media only screen and (max-width: 767.98px) {}













@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {
  .desktop-nav .navbar .navbar-nav {
    gap: 12px;
  }

  /* ###### */

  .main-slider h3 {
    font-size: 30px;
  }

  .main-slider h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .main-slider p {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1026px) {
  .desktop-nav .navbar {
    padding: 0 64px;
  }
}

@media only screen and (max-width: 999px) {
  .desktop-nav .navbar {
    padding: 0 15px;
  }

  .desktop-nav .navbar .navbar-nav {
    gap: 25px;
  }

  .about_scetion .about_imgs {
    display: block;
  }

  .about_scetion .about_imgs .about_image1 {
    margin: 20px 0;
  }

  .feature_section .featuure_desc {
    padding: 0;
  }

  .main-slider h1 {
    font-size: 30px;
  }

  .main-slider .slide .slide_img img {
    min-height: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 16px;
  }

  .ms-auto {
    margin-left: 0;
  }

  .desktop-nav .navbar .navbar-nav {
    gap: 0px 51px;
    ;
  }

  .desktop-nav .navbar .navbar-nav .nav-item {
    margin: 10px 0;
  }

  .header-btn {
    margin-right: 65px;
  }

  .desktop-nav .navbar .navbar-nav .nav-item {
    border-bottom: 1px solid #000;
  }

  .desktop-nav .navbar .navbar-nav .nav-item:last-child {
    border: 0;
  }

  .desktop-nav .navbar .navbar-nav .nav-item a {
    padding: 15px 0;
  }

  .desktop-nav .navbar .navbar-nav .nav-item {
    margin: 0;
  }

  .desktop-nav .navbar {
    top: 0px;
    width: 100%;
  }

  /* Banner Section Start */
  .main-slider .banner_box {
    padding-top: 0;
  }

  .main-slider .slide .banner_txt {
    max-width: unset;
  }

  .main-slider h5 {
    font-size: 18px;
    line-height: 30px;
  }

  .main-slider h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .main-slider h1 {
    font-size: 34px;
    margin: 0;
  }

  /* Banner Section End */
}


@media only screen and (max-width: 767px) {
  .software_section .news_img {
    margin-bottom: 20px;
  }

  .faq_section .page_title span {
    font-size: 35px;
  }

  .faq_section .page_title h2 {
    font-size: 35px;
  }

  .tp-contact-area .page_title span {
    font-size: 25px;
  }

  .tp-contact-area .page_title h2 {
    font-size: 25px;
  }

  .main-slider .circle img,
  .main-slider .ellips img,
  .main-slider .rectangle img,
  .main-slider .polygon img,
  .main-slider .graph img {
    display: none;
  }

  .main-slider .banner_img {
    margin-bottom: 30px;
  }

  .main-slider::before {
    width: 100%;
  }

  .main-slider .slide .slide_img img {
    height: 850px;
  }

  .main-slider .slide .banner_txt {
    width: 90%;
  }

  /* #### */
  .main-slider .banner_box {
    flex-direction: column;
  }

  .main-slider .slide .banner_txt {
    order: 2;
    text-align: center;
  }

  .main-slider h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .main-slider p {
    margin: 10px 0 25px;
  }
}

@media only screen and (max-width: 595px) {
  .feature_section .featuure_desc .card-header a {
    font-size: 14px;
  }

  .main-slider .banner_img {
    width: 85%;
    padding-top: 15%;
  }

  .main-slider h1 {
    font-size: 25px;
  }

  .main-slider p {
    font-size: 20px;
  }


}

@media only screen and (max-width: 575.98px) {
  .main-slider h1 {
    line-height: 45px;
    margin: 20px 0;
  }

  .main-slider h5 {
    line-height: 24px;
    padding: 5px 20px;
    font-size: 15px;
  }
  .light_bg .slick-prev{
    left: 0;
  }
  .light_bg .slick-next{
    right: 0;
  }
  .tp-contact-info-text p, .tp-contact-info-text a{
    font-size: 14px;
  }

}

@media only screen and (max-width: 484px) {
  .main-slider .banner_img {
    padding-top: 20%;
  }

  .main-slider .banner_img {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner_txt {
    padding: 0 30px;
  }
  .feature_section .feature_img {
    width: 100%;
}
}

@media only screen and (max-width: 320px) {
  .header-btn {
    display: none;
  }
}

/* all media query end */