@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Avers | Corporate & Business HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================


.cta-bg{
    padding: 30px 0;
}    00 - Helpers (Variables)
    01 - Basic (Typography)
        1.1 Template default CSS
        1.2 Button Styles CSS
        1.3 Heading Styles CSS
        1.4 Keyframe Styles CSS
    02 - Template
        2.1 - Header Style
        2.2 - Slider Style
        2.3 - Strategy Style
        2.4 - About Style
        2.5 - Progress Style
        2.6 - Service Styles CSS
        2.7 - Work Styles CSS
        2.8 - Qualit Styles CSS
        2.9 - Testimonial Styles CSS
        2.10 - Brand Styles CSS
        2.11 - Blog Styles CSS
        2.12 - Footer Styles CSS
        2.13 - Breadcrumb Styles CSS
        2.14 - Funfact Styles CSS
        2.15 - Team Styles CSS
        2.16 - System Styles CSS
        2.17 - Sidebar Styles CSS
        2.18 - Blog Details Styles CSS
        2.19 - Projects Styles CSS
        2.20 - Support Styles CSS
        2.21 - Speciality Styles CSS
        2.22 - Why Choose Us Styles CSS
        2.23 - Contact Styles CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  1.1 Template default CSS
/*----------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 0px !important;
}

@font-face {
    font-family: calibrireguler;
    src: url("../font/Calibri-Regular.ttf");
    font-weight: 400;
  }
  @font-face {
    font-family: calibribold;
    src: url("../font/Calibri-Bold.ttf");
    font-weight: 600;
  }
  :root {
    --font_primary: "calibrireguler";
    --font_secondary: "calibribold";
    --font_awesome: "Font Awesome 6 Free";
  }

/*:root {*/
/*    --primary-color: #213458; */
/*    --secondary-color: #15253d;*/
    
    
/*    --text-color: #333333;*/
/*}*/



img {
  max-width: 100%;
}

a,
button {
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

button {
  background-color: transparent;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary-color);
  margin: 0px;
  color: var(--secondary-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
    font-size: 15px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 18px!important;
  font-weight: normal;
  color: #717788;
  margin-bottom: 15px;
  font-family: var(--font_primary);
}
p:last-child {
  margin-bottom: 0px;
}
.partner-pb {
    padding-bottom: 70px!important;
}
hr {
  border-bottom: 1px solid #E0E0E0;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

*::-moz-selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: var(--secondary-color);
  color: #ffffff;
  text-shadow: none;
}

/*--
 - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: var(--secondary-color);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--secondary-color);
  font-size: 14px;
  opacity: 1;
}

/* Brand Color */
.bg-one {
  background-color: #fff;
}

/* Custom Class */
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gradient-1 {
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
}

.gradient-2 {
  background: #4facfe;
  background: linear-gradient(-45deg, #00f2fe 0%, #28CFFE 50%, #4facfe 100%);
}

.gradient-text-1 {
  background: var(--primary-color);
  background: linear-gradient(to right, var(--primary-color) 39%, var(--primary-color) 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Heading */
/* Section Spacing */
.mb-n20 {
  margin-bottom: -20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-n30 {
  margin-bottom: -30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-n60 {
  margin-bottom: -60px;
}
@media only screen and (max-width: 767px) {
  .mb-n60 {
    margin-bottom: -30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }
}

.mr-2
{
  margin-right: 2px;
}
/* Social Style */
.facebook {
  color: #3b5998;
}

.twitter {
  color: #1da1f2;
}

.linkedin {
  color: #0077b5;
}

.youtube {
  color: #dd4b39;
}

/* Custom Container */
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1194px;
  }
}

.custom-container {
  max-width: 1450px;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1700px) and (max-width: 1799px) {
  .custom-container {
    margin: 0 100px 0 auto;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .custom-container {
    margin: 0 80px 0 auto;
    max-width: 1300px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .custom-container {
    margin: 0 30px 0 auto;
    max-width: 1200px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .custom-container {
    margin: 0 auto 0;
  }
}

/* Spacing */
.section-padding-fo {
  padding: 0px 0 80px 0!important;
}
.section-padding {
  padding: 80px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding {
    padding: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding {
    padding: 60px 0;
  }
}

.section-padding-top {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-top {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-top {
    padding-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-top {
    padding-top: 60px;
  }
}

.section-padding-bottom {
  padding-bottom: 80px;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-padding-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-padding-bottom {
    padding-bottom: 60px;
  }
}

.section-margin {
  margin:80px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin {
    margin: 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin {
    margin: 110px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin {
    margin: 60px 0;
  }
}

.section-margin-top {
  margin-top: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-top {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-top {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-top {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-top {
    margin-top: 60px;
  }
}

.section-margin-bottom {
  margin-bottom: 90px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-margin-bottom {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}

/* Scroll Top style */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: var(--primary-color);
  background-size: 200% auto;
  background-position: left center;
  transition: 0.3s;
  overflow: hidden;
  border: 1px solid var(--secondary-color);
}
.scroll-top:hover {
  background-color: var(--secondary-color);
  border: 1px solid var(--primary-color);
  background-position: right center;
}
.scroll-top:hover i {
  color: White;
  transition: 0.3s;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: 0.3s;
}
.scroll-top.show {
  display: none;
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top.show.show-active {
  display: block;
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}

@media only screen and (max-width: 479px) {
  .scroll-top {
    font-size: 20px;
  }
}
/* Logo Style */
@media only screen and (max-width: 767px) {
  .logo {
    width: 160px;
  }
}
@media only screen and (max-width: 575px) {
  .logo {
    width: 140px;
  }
}

/* Swiper Pagination Style */
.pagination-style-one .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 14px !important;
  background: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
.pagination-style-one .swiper-pagination-bullet-active {
  position: relative;
}
.pagination-style-one .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--primary-color);
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .pagination-style-one .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}

/* Default Pagination Style */
.pagination-wrapper .pagination .page-item {
  margin-right: 8px;
}

.pagination-wrapper .pagination .page-item:last-child {
  margin-right: 0px;
}

.pagination-wrapper .pagination .page-item .page-link {
  border-radius: 5px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717788;
  font-size: 16px;
  border: 1px solid #bdbdcc;
}

.pagination-wrapper .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.pagination-wrapper .pagination .page-item .page-link:hover,
.pagination-wrapper .pagination .page-item .page-link.active {
  color: white;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.z-index-9 {
  z-index: 9;
}

/*----------------------------------------*/
/*  1.2 Button Styles CSS
/*----------------------------------------*/
.btn-style-one {
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 20%, var(--secondary-color) 50%, var(--secondary-color) 100%);
  border: 0px;
  border-radius: 7px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 25px;
  line-height: 1;
  position: relative;
  border: 3px solid #fff;
}
@media only screen and (max-width: 767px) {
  .btn-style-one {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-one {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-one:focus {
  box-shadow: none;
}
.btn-style-one::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(113, 83, 217);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  opacity: 0;
  transition: 0.5s;
  border-radius: 7px;
  z-index: 1;
}
.btn-style-one:hover span {
  color: #ffffff;
}
.btn-style-one:hover::before {
  opacity: 1;
  transition: 0.5s;
}
.btn-style-one span {
  position: relative;
  z-index: 3;
  color: #ffffff;
}

.btn-style-two {
  background: var(--primary-color);
  border: 0px;
  border-radius: 7px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 25px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-two {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-two {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-two:focus {
  box-shadow: none;
}
.btn-style-two:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.btn-style-three {
  background: var(--primary-color);
  border: 0px;
  border-radius: 7px;
  font-family: var(--font_primary);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding: 20px 60px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-three {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-three {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-three:focus {
  box-shadow: none;
}
.btn-style-three:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.btn-style-four {
  background: var(--primary-color);
  border: 0px;
  border-radius: 7px;
  font-family: var(--font_primary);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  padding: 21px 65px;
  line-height: 1;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-style-four {
    padding: 16px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .btn-style-four {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.btn-style-four:focus {
  box-shadow: none;
}
.btn-style-four:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

/*----------------------------------------*/
/*  1.3 Heading Styles CSS
/*----------------------------------------*/
.heading-one-subtitle {
 color: #484848;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .heading-one-subtitle {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.heading-one-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--secondary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .heading-one-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .heading-one-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 479px) {
  .heading-one-title {
    font-size: 30px;
  }
}
.heading-one-text-two {
  font-weight: 700;
  font-size: 18px;
  margin-top: 30px;
}

.rotate-title {
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary-color);
  -webkit-text-fill-color: transparent;
  opacity: 0.28;
  top: 80%;
  position: absolute;
  z-index: 9;
}
.rotate-title.rotate-left {
  transform: rotate(270deg);
  left: -300px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-left {
    font-size: 200px;
    left: -260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-left {
    font-size: 130px;
    left: -177px;
  }
}
.rotate-title.rotate-right {
  transform: rotate(90deg);
  right: -450px;
  overflow: hidden;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-right {
    font-size: 200px;
    right: -370px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-right {
    font-size: 130px;
    right: -240px;
  }
}

/*----------------------------------------*/
/*  1.4 Keyframe Styles CSS
/*----------------------------------------*/
@-webkit-keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes moveupdown2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveleftright1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom1 {
  0% {
    transform: scale(1px);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@keyframes circle1 {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@-webkit-keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes circle2 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftright {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@keyframes moveleftrightwo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30px);
  }
}
@-webkit-keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape1 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, 10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animshape2 {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(10px, -10px) rotate(0deg) scale(1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
/* =============================
    2.1 - Header Style
================================ */
.header-one .logo-2 {
  display: none;
}
.header-one.sticky .logo-1 {
  display: none;
}
.header-one.sticky .logo-2 {
  display: block;
}
.header-one.sticky .hamburger_button span {
  background: var(--primary-color);
}
.header-one.sticky .hamburger_button:hover span {
  background: var(--primary-color);
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.3s;
}
.header-wrapper-two .main-menu > ul > li > a {
  line-height: 145px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrapper-two .main-menu > ul > li > a {
    line-height: 110px;
  }
}
.header-wrapper-two .hamburger_button span {
  background: var(--primary-color);
}
.header-wrapper-two .hamburger_button:hover span {
  background: var(--primary-color);
}

.offcanvas {
  z-index: 9999;
  padding: 20px;
}
.offcanvas .btn-close {
  background: none;
  font-size: 20px;
}
.offcanvas .btn-close:focus {
  box-shadow: none;
}
.offcanvas .logo {
  width: 150px;
}

.header-right_actions {
  margin-left: 40px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right_actions {
    margin-left: 0;
  }
}
.header-right_button {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.header-button .btn-style-one {
  opacity: 0.93;
}

/* Main Menu Style */
.main-menu > ul > li {
  display: inline-flex;
  margin-right: 20px;
}
.main-menu > ul > li:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu > ul > li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu > ul > li {
    margin-right: 25px;
  }
}
.main-menu > ul > li > a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 120px;
  cursor: pointer;
  font-weight: 500;
  color: var(--secondary-color);
  position: relative;
  transition: 0.3s;
}
.main-menu > ul > li:hover > a {
  color: var(--primary-color);
}
.main-menu .has-children {
  position: relative;
}
.main-menu .has-children > .sub-menu {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 6px -3px;
  width: 230px;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  padding-left: 0;
  top: 100%;
  border-bottom: 2px solid var(--primary-color);
  padding: 0px;
}
.main-menu .has-children > .sub-menu > li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary-color);
  text-transform: uppercase;
  display: block;
}
.main-menu .has-children > .sub-menu > li:hover a {
  color: var(--primary-color);
  transition: 0.3s;
}
.main-menu .has-children > .sub-menu > li.has-submenu {
  position: relative;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a {
  position: relative;
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu > a::before {
  content: "›";
  color: var(--secondary-color);
  position: absolute;
  font-size: 26px;
  line-height: 1;
  top: 4px;
  right: 15px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav {
  background-color: #ffffff;
  left: 100%;
  right: auto;
  top: 8px;
  opacity: 0;
  margin-top: 30px;
  color: #131b13;
  opacity: 0;
  margin-top: 43px;
  min-width: 180px;
  padding: 0;
  position: absolute;
  top: 0%;
  transition: all 0.3s ease-out;
  visibility: hidden;
  width: 200px;
  z-index: 9999;
  border-bottom: 2px solid var(--primary-color);
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li {
  border-bottom: 1px dashed #ffe9e9;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav li:last-child {
  border-bottom: 0px;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a {
  padding: 12px 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--secondary-color);
  display: block;
}
.main-menu .has-children > .sub-menu > li.has-submenu .submenu-nav a:hover {
  color: var(--primary-color);
}
.main-menu .has-children > .sub-menu > li.has-submenu:hover .submenu-nav {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.main-menu .has-children:hover > .sub-menu {
  transform: scaleY(1);
}

/* Social Icon Style */
.social-icon li {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .social-icon li {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .social-icon li {
    margin-right: 10px;
  }
}
.social-icon li:last-child {
  margin-right: 0px;
}
.social-icon li a {
  font-size: 20px;
}
@media only screen and (max-width: 479px) {
  .social-icon li a {
    font-size: 16px;
  }
}

/* Hamburger Style */
.hamburger {
  margin-left: 20px;
}
@media only screen and (max-width: 479px) {
  .hamburger {
    margin-left: 10px;
  }
}
.hamburger_button {
  line-height: 100px;
  position: relative;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.hamburger_button span {
  list-style: none;
  width: 20px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  transition: 0.9s;
}
.hamburger_button span:nth-of-type(1) {
  top: 20%;
}
.hamburger_button span:nth-of-type(2) {
  top: 50%;
}
.hamburger_button span:nth-of-type(3) {
  top: 80%;
}
.hamburger_button.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg) rotateY(180deg);
}
.hamburger_button.open span:nth-of-type(2) {
  width: 0;
}
.hamburger_button.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg) rotateY(180deg);
}
.hamburger_button:hover span {
  background: var(--primary-color);
}

/* Sticky Style */
.sticky-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 0px;
  background-color: #ffffff;
  box-shadow: 10px 0px 49px rgba(25, 7, 89, 0.08);
  transition: 0.3s;
}
.sticky-header.sticky .main-menu > ul > li > a {
  line-height: 90px;
}
.sticky-header.sticky .social-icon li a {
  line-height: 80px;
}
.sticky-header.sticky .header-button {
  line-height: 80px;
}

/* Mobile Menu Style */
.mobile-menu li {
  display: block;
  position: relative;
}
.mobile-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  color: var(--secondary-color);
}
.mobile-menu li a:hover {
  color: var(--primary-color);
}
.mobile-menu li.menu-item-has-children .menu-expand {
  line-height: 50;
  top: -7px;
  right: 0%;
  width: 30px;
  position: absolute;
  height: 50px;
  text-align: center;
  cursor: pointer;
}
.mobile-menu li.menu-item-has-children .menu-expand i {
  display: block;
  position: relative;
  width: 10px;
  margin-top: 25px;
  border-bottom: 1px solid var(--secondary-color);
  transition: all 250ms ease-out;
  float: right;
}
.mobile-menu li.menu-item-has-children .menu-expand i::before {
  top: 0;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  transform: rotate(90deg);
  border-bottom: 1px solid var(--secondary-color);
  transition: 0.4s;
}
.mobile-menu li.menu-item-has-children.active > .menu-expand i::before {
  transform: rotate(0);
}
.mobile-menu li ul li a {
  padding: 5px 15px 5px;
  font-size: 15px;
  font-weight: 400;
}
.mobile-menu li ul li a:hover {
  color: var(--primary-color);
}

.mobilemenu-close {
  padding: 0 !important;
  color: var(--secondary-color) !important;
  opacity: 1 !important;
  margin: 0 !important;
}

/* Header Three */
.header-three {
  position: fixed;
  width: 100%;
  z-index: 9;
}
.header-three .main-menu > ul > li > a {
  color: #ffffff;
}
.header-three .logo-2 {
  display: none;
}
.header-three.sticky .main-menu > ul > li > a {
  color: var(--secondary-color);
}
.header-three.sticky .logo-2 {
  display: block;
}
.header-three.sticky .logo-1 {
  display: none;
}

/* Header Four  */
.header-four {
  margin-top: 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color:#fff;
  padding-top:20px;
}
.header-four .header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .header-four .header-top {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.header-four .header-top .left-link {
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #bbbbbb;
}
.header-four .header-top-link {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
  margin-left: 5px;
}
.header-four .header-top-link:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .header-four .header-top-link {
    font-size: 14px;
  }
}
.header-four .header-top span {
  border-right: 1px solid rgba(113, 119, 136, 0.5);
  margin-right: 20px;
  padding-right: 20px;
  line-height: 0.3;
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
.header-four .header-top span:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-four .header-top .social-icon {
  display: flex;
}
.header-four .header-top .social-icon li a {
  font-size: 16px;
}
.header-four .btn-style-one {
  height: 54px;
  background: linear-gradient(-50deg, #22265a 15%, #22265a 47%, #22255d 80%);
}
@media only screen and (max-width: 767px) {
  .header-four .btn-style-one {
    height: auto;
  }
}
.header-four .main-menu > ul > li > a {
  line-height: 100px;
}
.header-four.sticky .header-top {
  display: none;
}

/* =============================
    2.2 - Slider Style
================================ */
/* Slider One Animation Start */
.animation-style-01 .swiper-slide-active .slider-content .subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-content .btn-style-two {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(1) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(3) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .sliderone-social li:nth-child(4) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image.slide-two-image {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-01 .swiper-slide-active .slider-image .shape-circle {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider Two Animation Start */
.animation-style-02 .swiper-slide-active .heading-one-subtitle {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one p {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .heading-one .btn-style-one {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-one {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-leftimg .img-two {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-one {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.01s;
          animation-delay: 0.01s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-two {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-rightimg .img-three {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape1 .shape-7 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-6 img {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape2 .shape-8 img {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animation-style-02 .swiper-slide-active .slidertwo-shape3 .shape-1 img {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/* Slider One Style Start */
.sliderone {
  position: relative;
  margin: 0 -100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone {
    margin: 0 -80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone {
    margin: 0 -30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone {
    margin: 0;
  }
}
.sliderone .swiper-slide {
  padding: 0 100px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-slide {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-slide {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone .swiper-slide {
    padding: 0;
  }
}
.sliderone-slingle {
  height: 960px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-slingle {
    height: 880px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-slingle {
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderone-slingle {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-slingle {
    height: 794px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-slingle {
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-slingle {
    height: 550px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-slingle {
    height: 800px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-slingle {
    height: 720px;
  }
}
.sliderone-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content {
    align-items: flex-start;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content {
    flex-direction: column;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content {
    padding-top: 60px;
  }
}
.sliderone-content .slider-content {
  flex: 0 0 auto;
  width: 42%;
  padding: 0 15px;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-content {
    width: 47%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderone-content .slider-content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content {
    width: 60%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content {
    width: 65%;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone-content .slider-content {
    width: 100%;
  }
}
.sliderone-content .slider-content .subtitle {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  display: flex;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .subtitle {
    font-size: 16px;
  }
}
.sliderone-content .slider-content .title {
  font-size: 72px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone-content .slider-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-content .title {
    font-size: 36px;
  }
}
.sliderone-content .slider-content .call {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call {
    position: relative;
    margin-top: 30px;
    bottom: 0px;
  }
}
.sliderone-content .slider-content .call span {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call span {
    font-size: 14px;
  }
}
.sliderone-content .slider-content .call a {
  color: #ffffff;
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-content .call a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-content .call a {
    font-size: 18px;
  }
}
.sliderone-content .slider-image {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone-content .slider-image {
    width: 47%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderone-content .slider-image {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone-content .slider-image {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image {
    width: 100%;
  }
}
.sliderone-content .slider-image-one {
  margin-left: -300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .slider-image-one {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .slider-image-one {
    margin-left: -135px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone-content .slider-image-one {
    margin-left: 0;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two {
  margin-top: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone-content .btn-style-two {
    padding: 20px 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone-content .btn-style-two {
    padding: 18px 35px;
    margin-top: 30px;
  }
}
.sliderone-content .btn-style-two:hover {
  background-color: #ffffff;
  color: var(--secondary-color);
}
.sliderone .swiper-pagination {
  position: absolute;
  right: 50px !important;
  left: auto !important;
  width: 10px !important;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderone .swiper-pagination {
    right: 40px !important;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderone .swiper-pagination {
    right: 20px !important;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderone .swiper-pagination {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    display: flex;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: relative;
    display: flex !important;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100% !important;
    bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .sliderone .swiper-pagination {
    -moz-column-gap: 10px;
         column-gap: 10px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .sliderone .swiper-pagination {
    bottom: 0px;
  }
}
.sliderone .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet {
    background: #ffffff;
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .sliderone .swiper-pagination-bullet {
    background: var(--primary-color);
  }
}
.sliderone .swiper-pagination-bullet-active {
  position: relative;
}
.sliderone .swiper-pagination-bullet-active::before {
  content: "";
  position: absolute;
  border: 2px solid var(--primary-color);
  height: 22px;
  width: 22px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .sliderone .swiper-pagination-bullet-active::before {
    width: 18px;
    height: 18px;
  }
}
.sliderone .button-container {
  position: absolute;
  bottom: 0px;
  right: 0;
}
.sliderone .swiper-button {
  position: relative;
  left: auto;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button {
    display: none;
  }
}
.sliderone .swiper-button-prev, .sliderone .swiper-button-next {
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 7px;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
}
.sliderone .swiper-button-prev::after, .sliderone .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderone .swiper-button-prev, .sliderone .swiper-button-next {
    height: 40px;
    width: 40px;
  }
}
.sliderone .swiper-button-prev:hover, .sliderone .swiper-button-next:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  opacity: 1;
  transition: 0.3s;
}
.sliderone .swiper-button .prev-arrow-1, .sliderone .swiper-button .next-arrow-1, .sliderone .swiper-button .prev-arrow-2, .sliderone .swiper-button .next-arrow-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.sliderone .swiper-button .next-arrow-2 {
  transform: rotate(180deg) translate(50%, 40%);
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-next:hover .next-arrow-2 {
  opacity: 1;
}
.sliderone .swiper-button .prev-arrow-1 {
  transform: rotate(-180deg) translate(50%, 40%);
}
.sliderone .swiper-button .prev-arrow-2 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-1 {
  opacity: 0;
}
.sliderone .swiper-button-prev:hover .prev-arrow-2 {
  opacity: 1;
}

.sliderbg-1 {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 960px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 {
    width: 46%;
    height: 880px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .sliderbg-1 {
    width: 41%;
    height: 874px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .sliderbg-1 {
    width: 38%;
    height: 874px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .sliderbg-1 {
    height: 870px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sliderbg-1 {
    height: 794px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1299px) {
  .sliderbg-1 {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sliderbg-1 {
    width: 100%;
    height: 625px;
  }
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 {
    height: 550px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .sliderbg-1 {
    height: 625px;
  }
}
.sliderbg-1 .shape {
  position: absolute;
  opacity: 0.6;
}
.sliderbg-1 .shape-1 {
  top: 13%;
  left: 6%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-1 {
    display: none;
  }
}
.sliderbg-1 .shape-2 {
  top: 19%;
  left: 74%;
  z-index: 1;
  -webkit-animation: animshape1 6s infinite linear;
          animation: animshape1 6s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-2 {
    display: none;
  }
}
.sliderbg-1 .shape-3 {
  top: 22%;
  left: 27%;
  z-index: 1;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-3 {
    display: none;
  }
}
.sliderbg-1 .shape-4 {
  top: 33%;
  left: 18%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-4 {
    display: none;
  }
}
.sliderbg-1 .shape-5 {
  top: 49%;
  left: 13%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-5 {
    display: none;
  }
}
.sliderbg-1 .shape-6 {
  top: 52%;
  left: 28%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-6 {
    display: none;
  }
}
.sliderbg-1 .shape-7 {
  top: 79%;
  left: 75%;
  z-index: 1;
  -webkit-animation: circle2 2.2s infinite linear;
          animation: circle2 2.2s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-7 {
    display: none;
  }
}
.sliderbg-1 .shape-8 {
  top: 71%;
  left: 69%;
  z-index: 1;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-8 {
    display: none;
  }
}
.sliderbg-1 .shape-9 {
  top: 92%;
  left: 9%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-9 {
    display: none;
  }
}
.sliderbg-1 .shape-10 {
  top: 94%;
  left: 73%;
  z-index: 1;
  -webkit-animation: animshape1 5s infinite linear;
          animation: animshape1 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-10 {
    display: none;
  }
}
.sliderbg-1 .shape-11 {
  top: 78%;
  left: 18%;
  z-index: 1;
  -webkit-animation: animshape2 5s infinite linear;
          animation: animshape2 5s infinite linear;
}
@media only screen and (max-width: 767px) {
  .sliderbg-1 .shape-11 {
    display: none;
  }
}
.sliderbg-1 .sliderone-social {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 5;
  row-gap: 30px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1549px) {
  .sliderbg-1 .sliderone-social {
    left: 15px;
  }
}
@media only screen and (min-width: 130px) and (max-width: 1299px) {
  .sliderbg-1 .sliderone-social {
    display: none;
  }
}
.sliderbg-1 .sliderone-social li a {
  color: #ffffff;
  font-size: 24px;
}
.sliderbg-1 .sliderone-social li a:hover {
  color: var(--primary-color);
}

/* Slider Two Style Start */
.slider-two {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two {
    height: 800px;
  }
}
.slider-two .heading-one {
  position: relative;
  z-index: 9999;
}
.slider-two .heading-one-subtitle {
  font-size: 24px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-subtitle {
    font-size: 18px;
  }
}
.slider-two .heading-one-title {
  font-size: 72px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slider-two .heading-one-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one-title {
    font-size: 40px;
  }
}
.slider-two .heading-one p {
  font-size: 21px;
  margin: 30px 0 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-two .heading-one p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 20px 0 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slider-two .heading-one p {
    font-size: 16px;
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two .heading-one p {
    margin: 10px 0 20px;
  }
}
.slider-two .heading-one .btn-style-one {
  display: inline-block;
  padding: 25px 60px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two .heading-one .btn-style-one {
    padding: 22px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two .heading-one .btn-style-one {
    padding: 18px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-two {
    height: 945px;
  }
  .slider-two .heading-one {
    margin: 190px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-two {
    height: 850px;
  }
  .slider-two .heading-one {
    margin: 130px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .slider-two {
    height: 750px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-two {
    height: 660px;
  }
  .slider-two .heading-one {
    margin: 150px 0 50px;
  }
}

.slidertwo {
  height: 1000px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo {
    height: 100%;
  }
}
.slidertwo .swiper-slide {
  display: flex;
  align-items: center;
}
.slidertwo-shape1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.slidertwo-shape1 .scene {
  width: 100%;
  height: 100%;
}
.slidertwo-shape1 .shape {
  position: absolute;
}
.slidertwo-shape1 .shape.shape-7 {
  top: 0;
  right: 20%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape1 .shape.shape-7 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-7 img {
    width: 80%;
  }
}
.slidertwo-shape1 .shape.shape-9 {
  left: 445px;
  top: 20%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 360px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 340px;
    top: 24%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-9 {
    left: 20%;
    top: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-9 {
    top: 18%;
    left: 24%;
    width: 5%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-9 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-10 {
  left: 32.6%;
  top: 32.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-10 {
    left: 33%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-10 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-11 {
  top: 23.6%;
  right: 38%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-11 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-12 {
  top: 12%;
  right: 3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-12 {
    top: 16%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-12 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-14 {
  top: 22%;
  right: 8.6%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 6%;
    top: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-14 {
    right: 7%;
    top: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-14 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-15 {
  right: 30%;
  top: 39%;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-15 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-16 {
  right: 22%;
  top: 53%;
  z-index: 1;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 24%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 26%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-16 {
    right: 28%;
    width: 6%;
    top: 56%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-16 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-17 {
  right: 28%;
  bottom: 30%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 30%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 32%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-17 {
    right: 38%;
    bottom: 26%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-17 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-18 {
  left: 40%;
  bottom: 17%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-18 {
    left: 35%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-18 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-19 {
  left: 7.8%;
  bottom: 15.2%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-19 {
    left: 5%;
    bottom: 28%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-19 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-20 {
  left: 14%;
  bottom: 3%;
  z-index: -1;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-20 {
    left: 5%;
    bottom: 20%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-20 {
    display: none;
  }
}
.slidertwo-shape1 .shape.shape-21 {
  right: 23%;
  bottom: 8%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 27%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape1 .shape.shape-21 {
    right: 36%;
    bottom: 6%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape1 .shape.shape-21 {
    display: none;
  }
}
.slidertwo-shape2 .shape {
  position: absolute;
}
.slidertwo-shape2 .shape.shape-6 {
  top: 0;
  left: 0px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-6 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-8 {
  right: 0;
  bottom: 5%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 28%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 30%;
    bottom: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 32%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-8 {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-shape2 .shape.shape-8 {
    display: none;
  }
}
.slidertwo-shape2 .shape.shape-13 {
  top: 26%;
  right: 11.6%;
  z-index: 6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 28%;
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-shape2 .shape.shape-13 {
    top: 24%;
    right: 12%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape2 .shape.shape-13 {
    display: none;
  }
}
.slidertwo-shape3 .shape {
  position: absolute;
}
.slidertwo-shape3 .shape.shape-1 {
  left: 0;
  top: 50%;
  z-index: 999;
  transform: translateY(-40%);
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-shape3 .shape {
    display: none;
  }
}
.slidertwo-leftimg {
  margin-left: -12px;
}
.slidertwo-leftimg .img-one {
  position: relative;
  margin-left: 0px;
  top: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 100%;
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-leftimg .img-one {
    position: relative;
    width: 95%;
    left: 0%;
    top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-one {
    top: 0px;
    width: 90%;
  }
}
.slidertwo-leftimg .img-two {
  position: absolute;
  bottom: 6%;
  left: 17.4%;
  z-index: 99;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-leftimg .img-two {
    left: 15%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-leftimg .img-two {
    left: 12%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
    left: 14%;
    width: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-leftimg .img-two {
    bottom: 24%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 100px;
    left: 68%;
    width: 34%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-leftimg .img-two {
    position: relative;
    bottom: 70px;
    left: 60%;
    width: 34%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-leftimg .img-two {
    bottom: 50px;
  }
}
.slidertwo-rightimg {
  text-align: right;
  margin-right: -12px;
}
.slidertwo-rightimg .img-one {
  position: absolute;
  bottom: 2px;
  right: 0;
  z-index: 8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one {
    bottom: 35px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .slidertwo-rightimg .img-one img {
    width: 96%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .slidertwo-rightimg .img-one img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-one img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-one img {
    width: 76%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-one img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-one img {
    width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-one img {
    width: 40%;
  }
}
.slidertwo-rightimg .img-two {
  position: absolute;
  right: 17%;
  top: 22%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-two {
    right: 20%;
    top: 18%;
    width: 14%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-two {
    position: absolute;
    right: 30%;
    top: 52%;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-two {
    top: 55%;
    width: 18%;
    right: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .slidertwo-rightimg .img-two {
    top: 58%;
    right: 35%;
  }
}
@media only screen and (max-width: 479px) {
  .slidertwo-rightimg .img-two {
    top: 62%;
    right: 35%;
  }
}
.slidertwo-rightimg .img-three {
  position: absolute;
  right: 31%;
  bottom: 11%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slidertwo-rightimg .img-three {
    right: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidertwo-rightimg .img-three {
    width: 10%;
    right: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidertwo-rightimg .img-three {
    bottom: 5%;
    width: 10%;
    right: 36%;
  }
}
@media only screen and (max-width: 767px) {
  .slidertwo-rightimg .img-three {
    bottom: 6%;
    width: 10%;
    right: 36%;
  }
}
.slidertwo .swiper-pagination {
  bottom: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination {
    bottom: 0px;
    line-height: 1;
  }
}
.slidertwo .swiper-pagination-bullet {
  width: 40px;
  border-radius: 5px;
  height: 6px;
}
@media only screen and (max-width: 767px) {
  .slidertwo .swiper-pagination-bullet {
    width: 30px;
  }
}
.slidertwo .swiper-pagination-bullet-active {
  background: var(--primary-color);
}

/* Hero Style Start */
.hero {
  height: 100vh;
  padding-top: 140px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 575px) {
  .hero {
    padding-top: 100px;
  }
}
.hero-content {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-content {
    top: 20px;
  }
}
.hero-content .subtitle {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
  display: flex;
  margin-bottom: 5px;
  letter-spacing: 4px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .subtitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .subtitle {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .subtitle {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .subtitle {
    font-size: 16px;
  }
}
.hero-content .title {
  font-size: 72px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .title {
    font-size: 36px;
  }
}
.hero-content .text {
  font-size: 21px;
  color: #717788;
  margin: 45px 0 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content .text {
    margin: 30px 0 0px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .text {
    margin: 20px 0 0px;
    font-size: 16px;
  }
}
.hero-content .btn-style-one {
  display: inline-block;
  padding: 25px 64px;
}
.hero .btn-style-one {
  margin-top: 40px;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero .btn-style-one {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero .btn-style-one {
    padding: 18px 35px;
    margin-top: 25px;
  }
}
.hero .btn-style-one:hover {
  background-color: #ffffff;
  color: var(--secondary-color);
}
.hero-facts-info {
  position: absolute;
  z-index: 3;
  background: #ffffff;
  box-shadow: -14px 22px 48px 0px rgba(0, 0, 0, 0.06);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
  max-width: 294px;
  width: 100%;
  padding: 35px;
  top: 210px;
  left: -40px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-info-review {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.hero-facts-info-review span {
  color: #f2c71b;
  line-height: 1;
}
.hero-facts-info-text {
  font-family: var(--font_primary);
  font-style: italic;
  margin: 5px 0px 0px;
}
@media only screen and (max-width: 479px) {
  .hero-facts-info-text {
    font-size: 12px;
    margin-top: 0;
  }
}
.hero-facts-info .hero-facts-client-name {
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-info {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-info {
    top: 72%;
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-info {
    top: 76%;
    left: -20px;
    max-width: 240px;
    padding: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-info {
    left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-info {
    max-width: 180px;
    padding: 15px;
    left: -5px;
  }
}
.hero-facts-client {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  background: #ffffff;
  padding: 25px 25px 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  right: -38%;
  top: 90%;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
.hero-facts-client-name {
  font-size: 14px;
  font-weight: 700;
  font-family: var(--font_primary);
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-client {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-client {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-client {
    right: -6%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-client {
    right: -4%;
    top: 90px;
    padding: 20px 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-client {
    right: 0;
    top: 50%;
    padding: 20px 20px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-client {
    right: 0;
    top: 54%;
    padding: 15px 15px 10px;
  }
}
.hero-facts-shape1 {
  position: absolute;
  margin-left: 30px;
  top: -194px;
  right: -240px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape1 {
    right: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape1 {
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape1 {
    right: -35px;
    top: -130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape1 {
    right: -15px;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape1 {
    top: 90px;
    right: auto;
  }
}
.hero-facts-shape2 {
  position: absolute;
  z-index: 2;
  top: -150px;
  left: 12%;
}
.hero-facts-shape2 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape2 {
    top: -190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape2 {
    left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape2 {
    top: -100px;
    left: 8%;
  }
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape2 {
    top: 14%;
    left: 8%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape2 img {
    width: 80%;
  }
}
@media only screen and (max-width: 479px) {
  .hero-facts-shape2 {
    top: 18%;
  }
  .hero-facts-shape2 img {
    width: 60%;
  }
}
.hero-facts-shape3 {
  position: absolute;
  z-index: 2;
  background: #ffffff;
  padding: 20px;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  right: -9%;
  top: -192px;
  visibility: visible;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-facts-shape3 {
    right: -3%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-facts-shape3 {
    right: 7%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-facts-shape3 {
    right: 15%;
    top: -90px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-facts-shape3 {
    right: 20%;
    top: 13%;
  }
}
@media only screen and (max-width: 575px) {
  .hero-facts-shape3 {
    right: 12%;
    top: 12%;
    padding: 15px;
  }
}
.hero-facts-shape4 {
  position: absolute;
  z-index: 2;
  left: 43%;
  top: 420px;
}
.hero-facts-shape4 img {
  -webkit-animation: moveleftright1 5s infinite linear;
          animation: moveleftright1 5s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-facts-shape4 {
    top: 100%;
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-facts-shape4 {
    display: none;
  }
}
.hero-image {
  position: absolute;
  top: -250px;
  right: -210px;
}
.hero-image-wrapper {
  position: relative;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-image {
    right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-image {
    right: -110px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-image {
    right: -20px;
    top: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image {
    right: -10px;
    top: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-image {
    position: relative;
    top: 40px;
    right: auto;
  }
}
.hero .scene {
  height: 100%;
  position: absolute !important;
  width: 100%;
}
.hero-shape.shape-1 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-1 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-1 {
    display: none;
  }
}
.hero-shape.shape-2 {
  position: absolute;
  top: 100px;
  left: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-2 {
    top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-2 {
    display: none;
  }
}
.hero-shape.shape-3 {
  position: absolute;
  top: 25px;
  left: 50px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-3 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-3 {
    top: 0px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-3 {
    display: none;
  }
}
.hero-shape.shape-4 {
  position: absolute;
  top: 60px;
  left: 125px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-4 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-4 {
    left: 15px;
  }
}
@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), only screen and (max-width: 767px) {
  .hero-shape.shape-4 {
    display: none;
  }
}
.hero-shape.shape-5 {
  position: absolute;
  top: 280px;
  left: 220px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-5 {
    left: 9%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-5 {
    left: 60px;
  }
}
@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), only screen and (max-width: 767px) {
  .hero-shape.shape-5 {
    display: none;
  }
}
.hero-shape.shape-6 {
  position: absolute;
  top: 660px;
  left: 315px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-6 {
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-6 {
    left: 22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-6 {
    display: none;
  }
}
.hero-shape.shape-7 {
  position: absolute;
  top: 100px;
  left: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-7 {
    top: 80px;
    left: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-7 {
    display: none;
  }
}
.hero-shape.shape-8 {
  position: absolute;
  top: 80px;
  left: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-8 {
    top: 50px;
    left: 52%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-8 {
    display: none;
  }
}
.hero-shape.shape-9 {
  position: absolute;
  top: 42%;
  left: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-9 {
    display: none;
  }
}
.hero-shape.shape-10 {
  position: absolute;
  top: 62%;
  left: 33%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-10 {
    left: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-10 {
    display: none;
  }
}
.hero-shape.shape-12 {
  position: absolute;
  top: 0%;
  right: 8%;
}
.hero-shape.shape-12 img {
  -webkit-animation: circle2 5s infinite linear;
          animation: circle2 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-12 {
    right: 7%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-12 {
    display: none;
  }
}
.hero-shape.shape-13 {
  position: absolute;
  top: 14%;
  right: 5%;
}
.hero-shape.shape-13 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-13 {
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-13 {
    top: 12%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-13 {
    right: 2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-13 {
    top: 10%;
    right: 1%;
  }
  .hero-shape.shape-13 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-13 {
    display: none;
  }
}
.hero-shape.shape-14 {
  position: absolute;
  top: 0;
  right: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-14 {
    display: none;
  }
}
.hero-shape.shape-15 {
  position: absolute;
  top: 61%;
  right: 2%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .hero-shape.shape-15 {
    top: 76%;
    right: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-shape.shape-15 {
    top: 70%;
    right: 1%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-shape.shape-15 {
    top: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .hero-shape.shape-15 {
    display: none;
  }
}

/* =============================
    2.3 - Strategy Style
================================ */
.strategy {
  position: relative;
}
.strategy .heading-one {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy .heading-one {
    margin: 0 auto 40px;
  }
}
.strategy-single {
  display: flex;
  align-items: flex-start;
}
.strategy-icon {
  flex: 0 0 auto;
  margin-right: 50px;
  position: relative;
}
.strategy-icon span {
  content: "";
  position: absolute;
  background-color: #def6fe;
  height: 48px;
  width: 48px;
  border-radius: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.strategy-icon img {
  position: relative;
  top: 20px;
  left: 20px;
}
.strategy-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-content .title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.strategy-shape {
  position: absolute;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-shape {
    display: none;
  }
}
.strategy-shape.shape-1 {
  top: 70px;
  left: 135px;
  -webkit-animation: zoom1 4s infinite linear;
          animation: zoom1 4s infinite linear;
}
.strategy-shape.shape-2 {
  bottom: 100px;
  right: 20px;
  -webkit-animation: circle1 2.2s infinite alternate;
          animation: circle1 2.2s infinite alternate;
}
.strategy-shape.shape-3 {
  top: 150px;
  right: 100px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-shape.shape-4 {
  top: 115px;
  right: 20px;
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
}
.strategy-shape.shape-5 {
  top: 70px;
  left: 80px;
  opacity: 0.6;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.strategy-two .heading-one {
  margin-right: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .strategy-two .heading-one {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .strategy-two .heading-one {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one {
    margin-right: 0px;
  }
}
.strategy-two .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .strategy-two .heading-one-title {
    margin: 5px 0 30px;
  }
}
.strategy-two-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-inner {
    gap: 30px;
    margin-top: 40px;
  }
}
.strategy-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-two-single {
    max-width: 333px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-two-single {
    max-width: 100%;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.strategy-two-icon {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(50, 47, 179, 0.2);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.2) 0%, rgba(65, 125, 210, 0.2) 50%, rgba(50, 47, 179, 0.2) 100%);
  flex: 0 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-icon {
    width: 80px;
    height: 80px;
  }
}
.strategy-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .strategy-two-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.strategy-home2-shape {
  position: absolute;
  left: 0;
  top: 28%;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape {
    top: 26%;
  }
}
.strategy-home2-shape .shape {
  position: absolute;
}
.strategy-home2-shape .shape.shape-1 {
  right: -10px;
  top: 30px;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-1 {
    right: -50px;
    top: 27%;
  }
  .strategy-home2-shape .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-1 {
    display: none;
  }
}
.strategy-home2-shape .shape.shape-2 {
  left: 80px;
  top: 28%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .strategy-home2-shape .shape.shape-2 {
    left: 20px;
    top: 24%;
  }
  .strategy-home2-shape .shape.shape-2 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .strategy-home2-shape .shape.shape-2 {
    display: none;
  }
}

/* =============================
    2.4 - About Style
================================ */
.about {
  
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0px;
  margin-bottom: -1px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about {
    padding-bottom: 10px;
    background-size: contain;
    background-position: bottom;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .heading-one-title {
    font-size: 50px;
  }
}
.about-details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.about-details .col-one {
  flex: 0 0 auto;
  width: 48%;
  margin-right: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-details .col-one {
    width: 100%;
    margin: 0px 0 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-one {
    width: 46%;
  }
}
.about-details .col-two {
  flex: 0 0 auto;
  width: 26%;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-details .col-two {
    width: 43%;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-details .col-two {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-two {
    width: 28%;
  }
}
@media only screen and (max-width: 575px) {
  .about-details .col-two {
    width: 58%;
  }
}
.about-details .col-three {
  flex: 0 0 auto;
  width: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-details .col-three {
    width: 130px;
  }
}
@media only screen and (max-width: 479px) {
  .about-details .col-three {
    width: 120px;
  }
}
.about-details-quote {
  background-color: #ffffff;
  position: relative;
  border-radius: 0 7px 7px 0;
  padding: 15px 35px 10px 22px;
}
.about-details-quote::after {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  height: 95%;
  width: 4px;
  left: 0;
  top: 0;
}
.about-details-quote p {
  position: relative;
  top: -20px;
  left: 26px;
  font-style: italic;
}
.about-details-list li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.about-details-list li p {
  margin-left: 15px;
}
.about-details .btn-style-one {
  display: inline-block;
  margin-top: 40px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .about-details .btn-style-one {
    margin-top: 20px;
  }
}
.about-details-video {
  position: relative;
}
.about-details-video::after {
  position: absolute;
  content: "";
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--primary-color) 20%, #417DD2 50%, #5BCFF2 100%);
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 14px;
  transition: 0.4s;
}
.about-details-video .icon-img {
  width: 100%;
}
.about-details-video .video-popup {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-details-video:hover::after {
  opacity: 0;
  transition: 0.4s;
}
.about-details-video:hover::before {
  opacity: 0.8;
  transition: 0.4s;
}
.about .about-counter {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 75px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about .about-counter {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -108%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -142%;
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter {
    margin-bottom: 0;
    position: absolute;
    top: -2%;
    right: 20px;
    gap: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .about .about-counter {
    right: 10px;
  }
}
.about .about-counter .funfact-inner {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .about .about-counter .funfact-inner {
    margin-bottom: 5px;
    line-height: 1;
  }
}
.about .about-counter-1, .about .about-counter-2 {
  padding: 45px 50px 55px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 30px 30px 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about .about-counter-1, .about .about-counter-2 {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about .about-counter-1, .about .about-counter-2 {
    justify-content: space-between;
    padding: 10px;
  }
}
.about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
  font-family: var(--font_primary);
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .odometer, .about .about-counter-1 .niktext, .about .about-counter-2 .odometer, .about .about-counter-2 .niktext {
    font-size: 26px;
  }
}
.about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .niktext, .about .about-counter-2 .niktext {
    line-height: inherit;
    margin-left: 2px;
  }
}
.about .about-counter-1 .increment, .about .about-counter-2 .increment {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  top: -10px;
}
@media only screen and (max-width: 767px) {
  .about .about-counter-1 .increment, .about .about-counter-2 .increment {
    font-size: 16px;
    margin-left: 3px;
  }
}
.about .about-counter-1 {
  background-color: #21275b;
}
.about .about-counter-2 {
  background-color: var(--primary-color);
}
.about .about-counter-title {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about .about-counter-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .about .about-counter-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
  }
}
.about-image {
  position: absolute;
  width: 560px;
  margin-left: 95px;
  margin-top: -60px;;
}
@media (min-width: 429px) and (max-width: 430px) {
    .system-bg2 .heading-one {
        margin: 0 auto 0 58px;
    }
}
@media only screen and (min-width: 1550px) and (max-width: 1800px) {
  .about-image {
    width: 540px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-image {
    width: 465px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image {
    width: 560px;
    margin-left: auto;
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image {
    width: 450px;
    margin-left: auto;
    right: 20px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    position: relative;
    margin: 20px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-image {
    position: relative;
    margin: 30px auto 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-image {
    position: inherit;
  }
}
.about-image-inner-thumb {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb {
    padding: 20px 15px;
    bottom: 20px;
    right: 20px;
  }
}
.about-image-inner-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .text {
    font-size: 16px;
  }
}
.about-image-inner-thumb .date {
  font-size: 42px;
  font-family: var(--font_primary);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-image-inner-thumb .date {
    font-size: 30px;
  }
}
.about-tab {
display: flex;
justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-tab {
    left: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .about-tab {
    left: 28px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab {
    left: 12px;
  }
}
.about-tab .nav-item {
  margin-right: 2px;
      margin-top: 10px;
}
.about-tab .nav-link {
  border: 1px solid transparent;
  background-color: var(--secondary-color);
        width: 100%;
        height: 85px;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.about-tab .nav-link.active, .about-tab .nav-link:hover {
  background-color: var(--primary-color);
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab .nav-link {

  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab .nav-link {

  }
}
@media only screen and (max-width: 767px) {
  .about-tab .nav-link {
 
  }
}
@media only screen and (max-width: 479px) {
  .about-tab .nav-link {

    font-size: 14px;
  }
}

.about-tab-content {
  margin-top: 0px;
    position: relative;
    box-shadow: 0px 25px 20px -20px rgb(0 0 0 / 11%);
    padding-bottom: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-tab-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-content {
    margin-top: 30px;
  }
}
.about-tab-content .heading-one-title {
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-tab-content .heading-one-title {
    font-size: 36px;
  }
}
.about-tab-content .heading-one p {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one p {
    margin-bottom: 20px;
  }
}
.about-tab-content .heading-one .btn-style-one {
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .about-tab-content .heading-one .btn-style-one {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-content .shape {
    display: none;
  }
}
.about-tab-content .shape.shape-1 {
  position: absolute;
  top: 10%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 {
  position: absolute;
  top: 20%;
  right: 3%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-content .shape.shape-2 img {
  transform: rotate(20deg);
}
.about-tab-content .shape.shape-3 {
  position: absolute;
  bottom: -2%;
  right: 3%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
}

.about-tab-image {
position: relative;
    margin-right: 40px;
    margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-tab-image .shape {
    display: none;
  }
}
.about-tab-image .shape.shape-1 {
  position: absolute;
  top: -3%;
  left: 0;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image .shape.shape-2 {
  position: absolute;
  top: 64%;
  left: 76%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.about-tab-image-one {
  position: absolute;
  left: -42%;
  top: 13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-one {
    left: -6%;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-one {
        left: 50%;
        width: 48%;
        top: 91px;
  }
}
.about-tab-image-three {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-three {
    width: 60%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-three {
    width: 60%;
    margin-left: auto;
  }
}
.about-tab-image-two {
  position: relative;
  margin-top: -42px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-tab-image-two {
    width: 53%;
    margin-left: 57px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-tab-image-two {
    width: 53%;
    left: 20%;
  }
}

/* About Two Style */
.about-two {
  position: relative;
}
.about-two-images {
  margin-right: 70px;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-images {
    width: 100%;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images {
    height: 400px;
  }
}
.about-two-images-one {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .about-two-images-one {
    width: 70%;
  }
}
.about-two-images-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .about-two-images-two {
    width: 50%;
  }
}
.about-two-images-thumb {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 40px 25px;
  border-radius: 10px;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 60px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two-images-thumb {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two-images-thumb {
    left: -20px;
    top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb {
    padding: 15px 10px;
    left: -10px;
    top: 10px;
  }
}
.about-two-images-thumb .text {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .text {
    font-size: 14px;
  }
}
.about-two-images-thumb .date {
  font-size: 42px;
  font-family: var(--font_primary);
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 479px) {
  .about-two-images-thumb .date {
    font-size: 24px;
  }
}
.about-two .heading-one {
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one {
    margin-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two .heading-one {
    margin-left: 0px;
  }
}
.about-two .heading-one-title {
  margin: 10px 0 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .about-two .heading-one-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .heading-one-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .heading-one-title {
    margin: 10px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .heading-one-title {
    margin: 10px 0 20px;
  }
}
.about-two-text p {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-two-text p {
    margin-bottom: 15px;
  }
}
.about-two-text .btn-style-one {
  margin-top: 20px;
  display: inline-block;
}
.about-two .shape {
  position: absolute;
}
.about-two .shape.shape-1 {
  bottom: -40px;
  left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 {
    bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 {
    bottom: 43%;
  }
}
.about-two .shape.shape-1 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-1 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-1 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-1 {
    display: none;
  }
}
.about-two .shape.shape-2 {
  bottom: 250px;
  left: 40px;
}
.about-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-2 {
    bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-2 {
    display: none;
  }
}
.about-two .shape.shape-3 {
  top: 30px;
}
.about-two .shape.shape-3 img {
  -webkit-animation: zoom1 7s infinite linear;
          animation: zoom1 7s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-3 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-3 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-3 {
    display: none;
  }
}
.about-two .shape.shape-4 {
  top: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-4 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-4 img {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-4 {
    display: none;
  }
}
.about-two .shape.shape-5 {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  right: 100px;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-5 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-5 {
    right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-5 {
    display: none;
  }
}
.about-two .shape.shape-6 {
  bottom: 115px;
  right: 140px;
}
.about-two .shape.shape-6 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 img {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-6 {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-6 {
    bottom: 70px;
    right: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-6 {
    display: none;
  }
}
.about-two .shape.shape-7 {
  top: 72.5%;
  right: 0px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-two .shape.shape-7 img {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 img {
    width: 34%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-two .shape.shape-7 {
    top: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .about-two .shape.shape-7 {
    display: none;
  }
}

.about-creative-images {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images {
    display: flex;
    margin-bottom: 50px;
  }
}
.about-creative-images .image-one {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -180px;
  z-index: -1;
}
.about-creative-images .image-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  opacity: 0.7;
  z-index: 1;
  border-radius: 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-one {
    left: -105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-one {
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-one {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-one {
    left: 0;
    width: 70%;
  }
}
.about-creative-images .image-two {
  box-shadow: -50px 25px 90px 0px rgba(16, 37, 113, 0.13);
  display: inline-block;
  border-radius: 15px;
  position: relative;
  margin-right: 140px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-creative-images .image-two {
    margin-right: 0;
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-images .image-two {
    margin-right: 130px;
    left: 131px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-images .image-two {
    margin-right: 0;
    width: 70%;
    left: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-creative-images .image-two {
    margin-left: 180px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-images .image-two {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }
}
.about-creative .heading-one-title {
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .about-creative .heading-one-title {
    margin: 5px 0 30px;
  }
}
.about-creative-tab {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab {
    margin-top: 30px;
  }
}
.about-creative-tab .nav-tabs .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  border-top: 0px;
  border-right: 0;
  border-left: 0;
  padding: 0 35px 20px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 24px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-tabs .nav-link {
    padding: 0 10px 12px;
    font-size: 16px;
  }
}
.about-creative-tab .nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--primary-color);
}
.about-creative-tab .nav-content-inner {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner {
    gap: 20px;
  }
}
.about-creative-tab .nav-content-inner p {
  max-width: 303px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 278px;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 255px;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner p {
    max-width: 100%;
    margin-bottom: 0;
  }
}
.about-creative-tab .nav-content-inner img {
  flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 767px) {
  .about-creative-tab .nav-content-inner img {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .about-creative-tab .nav-content-inner img {
    width: 37%;
  }
}
@media only screen and (max-width: 479px) {
  .about-creative-tab .nav-content-inner img {
    width: 100%;
  }
}

/* About Three Style */
.about-three {
  position: relative;
}
.about-three-image-shape {
  position: absolute;
  margin-left: -154px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image-shape {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image-shape {
    margin-left: -33px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image-shape {
    margin-left: 25px;
  }
  .about-three-image-shape img {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image-shape {
    margin-left: 34px;
    top: 30px;
  }
  .about-three-image-shape img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image-shape {
    margin-left: 100px;
    top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image-shape {
    margin-left: 44px;
    top: -20px;
  }
  .about-three-image-shape img {
    width: 90%;
  }
}
.about-three-image {
  position: relative;
  margin-left: -286px;
  top: 60px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-image {
    margin-left: -190px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-image {
    margin-left: -116px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-image {
    margin-left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-image {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-image {
    margin-left: 0px;
    top: 0px;
  }
}
.about-three-chart {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  background-color: #ffffff;
  padding: 25px;
  position: absolute;
  top: 155px;
  margin-left: 235px;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-chart {
    margin-left: 300px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-chart {
    margin-left: 340px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-chart {
    top: 114px;
    margin-left: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-chart {
    top: 114px;
    margin-left: 275px;
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-chart {
    top: 100px;
    margin-left: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-chart {
    top: 70px;
    margin-left: auto;
    right: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-chart {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-chart {
    top: 30px;
  }
}
.about-three-duration {
  box-shadow: -18px 34px 72px 0px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 44px 60px 50px 70px;
  position: absolute;
  top: 510px;
  margin-left: -186px;
  border-radius: 7px;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three-duration {
    margin-left: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three-duration {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three-duration {
    top: 425px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-duration {
    top: 380px;
    margin-left: 0px;
    padding: 30px 40px 30px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-three-duration {
    top: 450px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-duration {
    padding: 30px 40px 30px 50px;
    top: 380px;
    margin-left: auto;
    left: 116px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-duration {
    padding: 20px 30px 20px 40px;
    top: 340px;
    margin-left: auto;
    left: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-duration {
    top: 230px;
    left: 30px;
  }
}
.about-three-duration .years {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 72px;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .about-three-duration .years {
    font-size: 60px;
  }
}
.about-three-duration .text {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
@media only screen and (max-width: 575px) {
  .about-three-duration .text {
    font-size: 18px;
  }
}
.about-three .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.about-three .heading-one p {
  margin: 45px 0;
}
@media only screen and (max-width: 767px) {
  .about-three .heading-one p {
    margin: 20px 0 30px;
  }
}
.about-three-details {
  display: flex;
  flex-direction: column;
}
.about-three-service {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (max-width: 575px) {
  .about-three-service {
    flex-direction: column;
    row-gap: 15px;
  }
}
.about-three-service-single {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
@media only screen and (max-width: 767px) {
  .about-three-service-single {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.about-three-service-thumb {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #eaf6fc;
  position: relative;
  transition: 0.4s;
}
.about-three-service-content .title {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font_primary);
  color: var(--secondary-color);
  margin-bottom: 15px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three-service-content .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-three-service-content .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.about-three-content-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .about-three-content-list p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .about-three-content-list {
    margin-top: 30px;
  }
}
.about-three-buttons {
  display: flex;
  align-items: center;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .about-three-buttons {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .about-three-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    row-gap: 15px;
  }
}
.about-three-buttons .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .btn-style-one {
    padding: 18px 40px;
  }
}
.about-three-buttons .phone-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.about-three-buttons .phone-call-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon {
    width: 40px;
    height: 40px;
  }
}
.about-three-buttons .phone-call-icon i {
  color: var(--primary-color);
  background: #ffffff;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-icon i {
    width: 36px;
    height: 36px;
  }
}
.about-three-buttons .phone-call-number {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 21px;
  color: var(--secondary-color);
  transition: 0.3s;
}
.about-three-buttons .phone-call-number:hover {
  color: var(--primary-color);
  transition: 0.3s;
}
@media only screen and (max-width: 575px) {
  .about-three-buttons .phone-call-number {
    font-size: 18px;
  }
}
.about-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .about-three .shape {
    display: none;
  }
}
.about-three .shape .shape1 {
  position: absolute;
  left: 9%;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape1 {
    left: 5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape1 {
    left: 1%;
  }
}
.about-three .shape .shape2 {
  position: absolute;
  right: 4%;
  z-index: -1;
  margin-top: -60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape2 {
    right: 2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape2 {
    right: 2%;
    margin-top: -100px;
    width: 8%;
  }
}
.about-three .shape .shape4 {
  position: absolute;
  left: 4.8%;
  z-index: -1;
  bottom: -23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape4 {
    left: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape4 {
    left: 2%;
    bottom: 80px;
  }
}
.about-three .shape .shape5 {
  position: absolute;
  right: 6%;
  z-index: -1;
  bottom: 18%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .about-three .shape .shape5 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .about-three .shape .shape5 {
    right: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three .shape .shape5 {
    right: 0%;
  }
}

/* =============================
    2.5 - Progress Style
================================ */
.progress-section {
  position: relative;
}
.progress-section-content {
  background-image: url(../images/progress/progress-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 90px;
  margin-top: 44px;
  border-radius: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-section-content {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-section-content {
    padding: 50px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .progress-section-content {
    padding: 30px;
    margin-top: 0;
  }
}
.progress-section-content .heading-one-title {
  color: #ffffff;
  margin: 12px 0 30px;
}
.progress-section-content p {
  color: #ffffff;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-section .shape {
    display: none;
  }
}
.progress-section .shape.shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-animation: circle1 4s infinite linear;
          animation: circle1 4s infinite linear;
}
.progress-section .shape.shape-2 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-animation: animshape1 3s infinite linear;
          animation: animshape1 3s infinite linear;
}
.progress-section .shape.shape-2 img {
  transform: rotate(20deg);
}
.progress-section .shape.shape-3 {
  position: absolute;
  top: 22%;
  left: 8%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  z-index: -1;
}

.radial-progress-single {
  text-align: center;
  margin-top: 40px;
}
.radial-progress-single .circle-info {
  padding-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .radial-progress-single .circle-info {
    padding: 0 0 0 20px;
    max-width: 250px;
    margin: 10px auto 0;
  }
}
.radial-progress-single .circle-info .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.radial-progress {
  position: relative;
}
.radial-progress .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radial-progress .circle-text span.count {
  font-family: var(--font_primary);
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: var(--primary-color);
  position: relative;
}

.progress-image {
  margin: 0px 10px 0 -110px;
  position: absolute;
  width: 54%;
  z-index: -1;
}
@media only screen and (min-width: 1701px) and (max-width: 1750px) {
  .progress-image {
    width: 53%;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-image {
    width: 46%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-image {
    width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-image {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-image {
    width: 100%;
    margin: 0px 0 -40px;
    position: relative;
  }
  .progress-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .custom-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/* -----Progress Two Style----- */
.progress-two {
  position: relative;
}
.progress-two-images .image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image {
    top: 50px;
  }
  .progress-two-images .image img {
    width: 58%;
  }
}
.progress-two-images .image-bg {
  position: absolute;
  left: 0;
  top: 156px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .image-bg img {
    width: 90%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .image-bg img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .image-bg img {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .image-bg img {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .image-bg {
    position: relative;
    margin: 0 0 60px -36px;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .image-bg {
    position: relative;
    top: 130px;
    margin: 0 0 40px -30px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .image-bg {
    margin: 0 0 20px -12px;
    top: 80px;
  }
}
.progress-two-images .sheild {
  box-shadow: 15px 11px 90px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 7px;
  position: absolute;
  bottom: -46px;
  left: 22%;
  z-index: 6;
  -webkit-animation: moveupdown1 6s infinite linear !important;
          animation: moveupdown1 6s infinite linear !important;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-images .sheild {
    bottom: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-images .sheild {
    left: 24%;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two-images .sheild {
    bottom: 25px;
    left: 24%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .sheild {
    bottom: 80px;
    left: 24%;
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .sheild {
    top: 44%;
    left: 50%;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .sheild {
    top: 40%;
    left: 50%;
    bottom: auto;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two-images .sheild {
    top: 36%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .sheild {
    top: 28%;
    padding: 10px 15px;
  }
}
.progress-two-images .handshake {
  padding: 35px;
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  border-radius: 7px;
  position: absolute;
  top: 25%;
  left: 30%;
  z-index: 6;
  -webkit-animation: moveupdown1 4s infinite linear !important;
          animation: moveupdown1 4s infinite linear !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-images .handshake {
    padding: 25px;
    top: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .progress-two-images .handshake {
    top: 12%;
    left: 70%;
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-images .handshake {
    top: 6%;
    left: 60%;
    padding: 15px;
  }
}
.progress-two-wrapper {
  overflow: hidden;
  margin-top: 130px;
}
@media only screen and (min-width: 1550px) and (max-width: 1700px) {
  .progress-two-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two-wrapper img {
    width: 58%;
  }
}
@media only screen and (max-width: 479px) {
  .progress-two-wrapper {
    margin-top: 90px;
  }
}
.progress-two .heading-one {
  padding-bottom: 15px;
}
.progress-two .heading-one-title {
  margin: 10px 0 30px;
}
@media only screen and (max-width: 767px) {
  .progress-two .heading-one {
    padding-bottom: 0px;
  }
  .progress-two .heading-one-title {
    margin: 0px 0 20px;
  }
}
.progress-two .progress {
  overflow: inherit;
  height: 5px;
  background: #dce0ed;
  display: flex;
  justify-content: space-between;
}
.progress-two .progress-bar {
  position: relative;
  top: -5px;
  height: 3px;
  background: #47bfe7;
}
.progress-two .progress-title {
  font-size: 21px;
  font-family: var(--font_primary);
  font-weight: 700;
  color: var(--secondary-color);
  margin: 35px 0 20px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-title {
    margin: 25px 0 15px;
    font-size: 18px;
  }
}
.progress-two .progress-number {
  font-size: 18px;
  font-family: var(--font_primary);
  font-weight: 500;
  color: #2d3757;
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-number {
    top: -40px;
    font-size: 16px;
  }
}
.progress-two .progress-button {
  display: flex;
  margin-top: 60px;
}
.progress-two .progress-button .btn-style-one {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .progress-two .progress-button {
    margin-top: 40px;
  }
  .progress-two .progress-button .btn-style-one {
    padding: 18px 30px;
  }
}
.progress-two .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .progress-two .shape {
    display: none;
  }
}
.progress-two .shape .shape1 {
  position: absolute;
  left: 21%;
  top: 110px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .progress-two .shape .shape1 {
    top: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape1 {
    top: 60px;
    left: 20%;
  }
  .progress-two .shape .shape1 img {
    width: 80%;
  }
}
.progress-two .shape .shape2 {
  position: absolute;
  right: 10%;
  bottom: -8%;
}
.progress-two .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 81%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .progress-two .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .progress-two .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}

/*----------------------------------------*/
/*  2.6 - Service Styles CSS
/*----------------------------------------*/
.service {
  position: relative;
}
.service .heading-one {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 0;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .heading-one {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service .heading-one {
    margin-bottom: 50px;
  }
}
.service .heading-one p {
  margin-top: 15px;
}
.service-single {
  position: relative;
}
.service-single-image {
  position: relative;
  transition: 0.4s;
}
/*.service-single-image::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  top: 0;*/
/*  left: 0;*/
/*  z-index: 2;*/
/*  border-radius: 15px;*/
/*  background: var(--primary-color);*/
/*  background-color:#dcdcdc;*/
 
/*}*/
.card-box .service-single-image::before {
  /*position: absolute;*/
  /*content: "";*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*top: 0;*/
  /*left: 0;*/
  /*z-index: 2;*/
  /*border-radius: 0!important;*/
  /*background: linear-gradient(-45deg, */
  /*  rgba(33, 52, 88, 0.5) 20%, */
  /*  rgba(26, 45, 73, 0.5) 50%, */
  /*  rgba(21, 37, 61, 0.5) 100%) !important;*/
  /*background: none;*/
 
}
.card-box .service-single-image-content .title{
    color:#000;
}
.service-single-image-thumb img {
  width: 100%;
}
.service-single-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-single-image-content .icon {
  background-color: var(--secondary-color);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.card-box .service-single-image-content .icon {
  background-color: var(--secondary-color);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.card-box .service-single-image{
    height: 265px;
    background-color: #dcdcdc;
}
.card-box .service-single-image-content .icon img{
    width: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .icon {
    width: 80px;
    height: 80px;
  }
  .card-box .service-single-image-content .icon {
    width: 120px;
  height: 120px;
  }
}
.service-single-image-content .title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  width:340px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .title {
    font-size: 24px;
  }
}
.service-single-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 6;
  box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.07);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}
.service-single-white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white-content {
    padding: 12px;
  }
}
.service-single-white .icon {
  background-color: var(--primary-color);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.card-box .service-single-white .icon{
    width: 120px;
    height: 120px;
}
.card-box .service-single-white .icon img{
    width: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-single-white .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .card-box .service-single-white .icon {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .icon {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.service-single-white .title {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  width:340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .service-single-white .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .title {
    font-size: 20px;
  }
}
.service-single-white .title:hover {
  color: var(--primary-color);
}
.service-single-white p {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .service-single-white p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white p {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*.service-single:hover .service-single-image {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: 0.4s;*/
/*}*/
.service-single:hover .service-single-white {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service .shape {
    display: none;
  }
}
.service .shape.shape-1 {
  position: absolute;
  top: -10%;
  left: 0%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-1 {
    top: -5%;
  }
  .service .shape.shape-1 img {
    width: 60%;
  }
}
.service .shape.shape-2 {
  position: absolute;
  top: 5%;
  right: 3%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service .shape.shape-2 img {
  transform: rotate(326deg);
}
.service .shape.shape-3 {
  position: absolute;
  top: 10%;
  right: 14%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-3 {
    right: 18%;
  }
}
.service .shape.shape-4 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  left: 2%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-6 {
  position: absolute;
  top: 16%;
  right: 8%;
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-6 {
    right: 14%;
  }
}

/* Service Two Style */
.service-two {
  position: relative;
}
.service-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.service-two .heading-one-title {
  margin: 5px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .heading-one {
    margin-bottom: 60px;
  }
}
.service-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  /*box-shadow: 1px 7px 72px 0px rgba(0, 0, 213, 0.07);*/
  padding: 60px 50px;
  border-radius: 13px;
  position: relative;
  background: #fff;
}
.service-two-single:hover .service-two-thumb-bg::after {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb-bg::before {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::before {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::after {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-white {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-gradient {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-single {
    padding: 40px 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.service-two-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.service-two-thumb-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  
  background-color: var(--secondary-color);
  transition: 0.4s;
  position: absolute;
  opacity: 1;
}
.service-two-thumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  position: absolute;
  background: var(--secondary-color);
  opacity: 0;
}
.service-two-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #fff;
  transition: 0.4s;
  opacity: 1;
}
.service-two-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: var(--primary-color);
  background: linear-gradient(-45deg, #ffffff 20%, #ffffff 50%, #ffffff 100%);
  transition: 0.5s;
  opacity: 0;
}
.service-two-thumb img {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-two-thumb .img-white {
  opacity: 0;
  transition: 0.5s;
}
.service-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-content .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .service-two-content .title {
    font-size: 20px;
  }
}
.service-two-shape {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.service-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .service-two .shape {
    display: none;
  }
}
.service-two .shape.shape-1 {
  top: 22%;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-1 {
    left: 40px;
  }
}
@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) {
  .service-two .shape.shape-1 {
    left: 0px;
  }
}
.service-two .shape.shape-2 {
  bottom: 5%;
  left: 16%;
}
.service-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-2 {
    left: 5%;
  }
}
@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) {
  .service-two .shape.shape-2 {
    left: 0;
  }
}
.service-two .shape.shape-3 {
  bottom: 7%;
  right: 11%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-3 {
    right: 5%;
  }
}
@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) {
  .service-two .shape.shape-3 {
    right: 2%;
  }
}
.service-two .shape.shape-4 {
  top: 0;
  right: 0;
}

/* Service Three Style */
.service-three {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-three {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three {
    margin-top: 100px;
  }
}
.service-three-wrapper {
  margin-bottom: -30px;
}
.service-three-wrapper .single-service {
  margin-bottom: 30px;
}
.service-three-wrapper .single-service:nth-child(2n+2) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three-wrapper .single-service:nth-child(2n+2) {
    margin-top: 0;
  }
}
.service-three-single {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  padding: 60px 50px;
  background: #ffffff;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three-single {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three-single {
    padding: 30px 20px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-single {
    min-height: 230px;
  }
}
.service-three-title {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font_primary);
  color: #2d3757;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .service-three-title {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-title {
    margin: 15px 0;
  }
}
.service-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three .shape {
    display: none;
  }
}
.service-three .shape .shape1 {
  position: absolute;
  left: 13%;
  top: 300px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape1 {
    left: 15px;
  }
}
.service-three .shape .shape2 {
  position: absolute;
  right: 13%;
  top: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape2 {
    right: 15px;
  }
}

/* Service Four Style */
.service-four {
  padding-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .service-four {
    padding-top: 0;
  }
}
.service-four .heading-one {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-four .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-four .heading-one {
    margin: 0 auto 40px;
  }
}
.service-four .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.service-four-single {
  padding: 37px;
  border-radius: 13px;
  box-shadow: 0px 3px 72px 0px rgba(0, 0, 213, 0.07);
  background: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height:300px;
}
.service-four-single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four-single {
    padding: 30px;
  }
}
.service-four-single-top {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
.service-four-single-top .icon {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color:var(--secondary-color);
  flex: 0 0 auto;
}
.service-four-single-top .icon-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s;
}
.service-four-single-top .icon-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.service-four-single-top .icon::before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-four-single-top .title {
 font-family: var(--font_primary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    transition: 0.3s;
}
.service-four-single:hover {
  transition: 0.3s;
}
.service-four-single:hover::before {
  opacity: 1;
  transition: 0.4s;
  transform: translateX(0%);
}
.service-four-single:hover .icon {
  background: #ffffff;
}
.service-four-single:hover .icon-1 {
  opacity: 0;
  transition: 0.3s;
}
.service-four-single:hover .icon-2 {
  opacity: 1;
  transition: 0.3s;
  z-index: 5;
}
.service-four-single:hover .icon::before {
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  border: 0px;
  z-index: 2;
}
.service-four-single:hover .icon::after {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.service-four-single:hover .title {
  color: #ffffff;
  transition: 0.3s;
}
.service-four-single:hover p {
  color: #ffffff;
  transition: 0.3s;
}
.service-four .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four .shape {
    display: none;
  }
}
.service-four .shape .shape1 {
  position: absolute;
  left: 6.4%;
  top: 208px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
.service-four .shape .shape1 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service-four .shape .shape2 {
  position: absolute;
  left: 13.5%;
  top: 10%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape2 {
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape2 {
    left: 7%;
    top: 5%;
  }
}
.service-four .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 67%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape3 {
    right: 0%;
    bottom: 0%;
    width: 30%;
  }
}
.service-four .shape .shape4 {
  position: absolute;
  left: 0;
  top: -29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape4 img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape4 img {
    width: 92%;
  }
}
.service-four .shape .shape5 {
  position: absolute;
  right: 0;
  top: -54%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape5 {
    display: flex;
    justify-content: flex-end;
  }
  .service-four .shape .shape5 img {
    width: 90%;
  }
}
.service-four .shape .shape6 {
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 2;
}

/* Service Details Style */
.service-details-content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-details-content-list li:last-child {
  margin-bottom: 0px;
}
.service-details-content-list li img {
  flex: 0 0 auto;
  margin-right: 20px;
}
.service-details-content-list li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-title {
    margin-top: 40px;
  }
}
.service-details-text1 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.service-details p {
  margin-bottom: 20px;
}
.service-details-image2 img {
  width: 100%;
}
.service-details-key {
  margin: 30px 0;
}
.service-details-widget {
  margin-bottom: 40px;
}
.service-details-widget-list li {
  margin-bottom: 10px;
}
.service-details-widget-list li:last-child {
  margin-bottom: 0;
}
.service-details-widget-list li a {
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
  display: flex;
  background: rgba(50, 47, 179, 0.13);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgba(65, 125, 210, 0.13) 50%, rgba(50, 47, 179, 0.13) 100%);
}
.service-details-widget-list li a:hover {
  color: #ffffff;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
}
.service-details-widget-list li a.active {
  color: #ffffff;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
}
.service-details-help {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-help {
    padding: 50px 40px;
  }
}
.service-details-help::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(-54deg, var(--primary-color) 0%, #417DD2 50%, var(--primary-color) 100%);
  opacity: 0.88;
}
.service-details-help .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.service-details-help-text {
  color: white;
  position: relative;
  z-index: 2;
}
.service-details-help-call {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
  position: relative;
  z-index: 2;
}
.service-details-help-call .icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  transform: rotate(90deg);
  background-color: var(--primary-color);
  font-size: 21px;
  margin-right: 20px;
  color: #ffffff;
}
.service-details-help-call .call-area {
  display: flex;
  flex-direction: column;
}
.service-details-help-call .text {
  font-size: 18px;
  font-family: var(--font_primary);
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details-help-call a {
  font-size: 18px;
  color: white;
  font-weight: 700;
  font-family: var(--font_primary);
}
.service-details-help-call a:hover {
  color: var(--secondary-color);
}

/*----------------------------------------*/
/*  2.7 - Work Styles CSS
/*----------------------------------------*/
.work-bg {
  background-image: url(../images/work/work-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 134px 170px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: -70px;
  z-index: 4;
  border-radius: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-bg {
    padding: 100px 50px;
    margin-right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-bg {
    padding: 72px 25px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-bg {
    max-width: 700px;
    padding: 50px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .work-bg {
    max-width: 515px;
    padding: 40px;
    margin-right: auto;
  }
}
.work-bg .heading-one-title {
  color: #ffffff;
  margin: 15px 0 30px;
}
.work-bg p {
  font-size: 21px;
  color: #ffffff;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .work-bg p {
    font-size: 18px;
  }
}
.work-btn {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .work-btn {
    margin-top: 30px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.work-btn .btn-style-two {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .work-btn .btn-style-two {
    font-size: 16px;
  }
}
.work-btn .view-btn {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-btn .view-btn {
    margin-left: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 479px) {
  .work-btn .view-btn {
    margin: 10px 0 0 0;
  }
}
.work-btn .view-btn::after {
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.work-btn .view-btn:hover {
  color: var(--primary-color);
}
.work-btn .view-btn:hover::after {
  background-color: var(--primary-color);
  transition: 0.3s;
}
.work-image {
  margin: 230px 0px 0 0px;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .work-image {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-image {
    width: 36%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-image {
    max-width: 700px;
    width: 100%;
    position: relative;
    margin: -40px auto 0;
    z-index: -1;
  }
  .work-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .work-image {
    max-width: 515px;
    width: 100%;
    position: relative;
    margin: -40px auto 0;
    z-index: -1;
  }
  .work-image img {
    width: 100%;
  }
}
.work-step {
  background-image: url(../images/work/work-step-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  position: relative;
  padding: 280px 0px 120px;
  margin-top: -160px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-step {
    background-size: cover;
    padding: 180px 0px 120px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-step {
    padding: 180px 0px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-step {
    background-size: cover;
    padding: 230px 0px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .work-step {
    background-size: cover;
    padding: 230px 0px 60px;
  }
}
.work-step .heading-one {
  margin-bottom: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .work-step .heading-one {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-step .heading-one {
    margin-bottom: 40px;
  }
}
.work-step .heading-one-title {
  margin: 10px 0 30px;
}
.work-step-single .number {
  background-color: var(--primary-color);
  width: 75px;
  height: 75px;
  border-radius: 100%;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-step-single .number {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
.work-step-single .title {
  color: #2d3757;
  font-weight: 700;
  font-size: 24px;
  margin: 18px 0 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-step-single .title {
    margin: 18px 0 10px;
    font-size: 20px;
  }
}
.work-step-single .title:hover {
  color: var(--primary-color);
}
.work-step-white-bg {
  position: absolute;
  width: 12%;
  height: 100%;
  top: 0;
  right: 0;
  background: #ffffff;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .work-step-white-bg {
    width: 8%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .work-step-white-bg {
    display: none;
  }
}

.work-two {
  margin: 162px 0 120px;
}
@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: 1400px) and (max-width: 1549px) {
  .work-two {
    margin: 120px 0 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .work-two {
    margin: 60px 0;
  }
}
.work-two .heading-one {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two .heading-one {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .work-two .heading-one {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .work-two .heading-one {
    max-width: 290px;
  }
}
.work-two .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.work-two .work-carousel {
  float: left;
  width: calc(100% + 432px);
  position: relative;
  padding-top: 160px;
  margin-top: -160px;
  margin-left: -215px;
}
@media only screen and (max-width: 767px) {
  .work-two .work-carousel {
    width: 100%;
    margin-left: 0px;
  }
}
.work-two .work-carousel-wrapper {
  overflow: hidden;
  padding-top: 160px;
  margin-top: -160px;
}
.work-two .work-carousel .single-work-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.work-two .work-carousel .single-work-carousel::before {
  content: "";
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.work-two .work-carousel .single-work-carousel .thumbnail {
  overflow: hidden;
  border-radius: 13px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .thumbnail img {
  transform: scale(1);
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .thumbnail:hover img {
  transform: scale(1.06);
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.work-two .work-carousel .single-work-carousel .lightbox .item {
  font-size: 16px;
  color: black;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .lightbox .item:hover {
  background: linear-gradient(-50deg, #5BCFF2 15%, #417DD2 47%, var(--primary-color) 80%);
  color: white;
  transition: 0.3s;
}
.work-two .work-carousel .single-work-carousel .content {
  position: absolute;
  bottom: -30px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 40px;
  z-index: 2;
}
.work-two .work-carousel .single-work-carousel .content .subtitle {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.work-two .work-carousel .single-work-carousel .content .title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 5px;
}
.work-two .work-carousel .single-work-carousel .content .title a {
  color: white;
  font-size:26px;
}
.work-two .work-carousel .single-work-carousel:hover .lightbox {
  top: 30px;
  transition: 0.6s;
  opacity: 1;
}
.work-two .work-carousel .single-work-carousel:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.work-two .work-carousel .single-work-carousel:hover::before {
  opacity: 0.7;
}
.work-two .work-carousel .work-swiper-arrow {
  position: absolute;
  right: 25%;
  top: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 22%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 20%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1399px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 20%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 24%;
    top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 30px;
    top: 70px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 12px;
  }
}
@media only screen and (max-width: 479px) {
  .work-two .work-carousel .work-swiper-arrow {
    top: 90px;
    right: 12px;
  }
  .work-two .work-carousel .work-swiper-arrow .prev-button, .work-two .work-carousel .work-swiper-arrow .next-button {
    height: 40px;
    width: 40px;
  }
}
.work-two .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .work-two .shape {
    display: none;
  }
}
.work-two .shape .shape1 {
  position: absolute;
  right: 0%;
  top: -65px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .shape .shape1 {
    top: -20px;
  }
}
.work-two .shape .shape2 {
  position: absolute;
  right: 0%;
  top: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-two .shape .shape2 {
    display: flex;
    justify-content: flex-end;
  }
  .work-two .shape .shape2 img {
    width: 85%;
  }
}

/*----------------------------------------*/
/*  2.8 - Qualit Styles CSS
/*----------------------------------------*/
.quality {
  position: relative;
}
.quality-images {
  margin-right: 70px;
  height: 650px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quality-images {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .quality-images {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .quality-images {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 479px) {
  .quality-images {
    height: 400px;
  }
}
.quality-images-one {
  position: relative;
}
@media only screen and (max-width: 479px) {
  .quality-images-one {
    width: 70%;
  }
}
.quality-images-two {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .quality-images-two {
    width: 50%;
  }
}
.quality-images-thumb {
  position: absolute;
  width: 98px;
  height: 98px;
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50px;
  left: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .quality-images-thumb {
    left: -20px;
  }
}
@media only screen and (max-width: 575px) {
  .quality-images-thumb {
    left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .quality-images-thumb {
    width: 70px;
    height: 70px;
  }
}
.quality .heading-one {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .quality .heading-one {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .quality .heading-one {
    margin-bottom: 30px;
  }
}
.quality .heading-one-title {
  margin: 10px 0 36px;
}
@media only screen and (max-width: 767px) {
  .quality .heading-one-title {
    margin: 10px 0 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .quality .shape {
    display: none;
  }
}
.quality .shape.shape-1 {
  position: absolute;
  top: 3%;
  left: 3%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
.quality .shape.shape-2 {
  position: absolute;
  top: 16%;
  left: 10%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.quality .shape.shape-3 {
  position: absolute;
  top: -5%;
  right: 0%;
  -webkit-animation: moveupdown1 5s infinite linear;
          animation: moveupdown1 5s infinite linear;
}
.quality .shape.shape-4 {
  position: absolute;
  top: 12%;
  right: 8%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
  z-index: -1;
}
.quality .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  right: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}

.faq-accordion-button {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 700;
  padding: 0px 30px 0 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button {
    padding: 0px 0px 0 20px;
    font-size: 20px;
  }
}
.faq-accordion-button:not(.collapsed) {
  color: var(--secondary-color);
  background-color: #ffffff;
  box-shadow: none;
}
.faq-accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: translateY(-50%) translateX(-50%);
}
.faq-accordion-button::after {
  background-image: none;
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
  background-color: #363273;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::after {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button::before {
  position: absolute;
  top: 50%;
  left: 1%;
  display: block;
  width: 20px;
  height: 4px;
  content: "";
  transition: all 0.4s ease 0s;
  transform: translateY(-50%) translateX(-50%);
  background-color: #363273;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-button::before {
    width: 10px;
    height: 2px;
  }
}
.faq-accordion-button:focus {
  box-shadow: none;
}
.faq-accordion-item {
  border: 0px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-item {
    margin-bottom: 20px;
  }
}
.faq-accordion-collapse .accordion-body {
  padding: 20px 20px 10px 50px;
}
@media only screen and (max-width: 767px) {
  .faq-accordion-collapse .accordion-body {
    padding: 20px 0px 10px 20px;
    font-size: 16px;
  }
}
.faq .accordion-item:last-child {
  margin-bottom: 0px;
}

.about-accordion {
  background-color: #ffffff;
}

/*----------------------------------------*/
/*  2.9 - Testimonial Styles CSS
/*----------------------------------------*/
.testimonial-one {
  position: relative;
}
.testimonial-one-inner {
  display: flex;
}
@media only screen and (max-width: 479px) {
  .testimonial-one-inner {
    flex-direction: column;
  }
}
.testimonial-one-image {
  position: absolute;
  margin-top: 120px;
  margin-left: -12px;
  width: 36%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-image {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-image {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 52%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-image {
    margin-top: 0px;
    width: 63%;
  }
}
.testimonial-one-thumb {
  width: 20%;
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  position: absolute;
  top: 0;
  right: 140px;
}
@media only screen and (min-width: 1550px) and (max-width: 1680px) {
  .testimonial-one-thumb {
    right: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-thumb {
    height: 260px;
    width: 260px;
    right: 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-thumb {
    height: 200px;
    width: 200px;
    right: 12px;
  }
  .testimonial-one-thumb img {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-thumb {
    height: 120px;
    width: 120px;
    right: 12px;
  }
  .testimonial-one-thumb img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-thumb {
    height: 100px;
    width: 100px;
    right: 12px;
    top: 100px;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-one-thumb {
    height: 80px;
    width: 80px;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-thumb {
    height: 80px;
    width: 80px;
    right: 12px;
    top: 18%;
  }
  .testimonial-one-thumb img {
    width: 40%;
  }
}
.testimonial-one-content {
  background-color: #f2fbfe;
  padding: 120px 160px;
  position: relative;
  right: 0;
  width: 74%;
  margin-top: 240px;
  margin-left: auto;
  margin-right: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-one-content {
    padding: 120px 100px;
    margin-top: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one-content {
    padding: 120px 80px 100px;
    margin-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one-content {
    padding: 90px 70px;
    width: 80%;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one-content {
    padding: 50px 50px;
    width: 80%;
    margin-top: 170px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-one-content {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-one-content {
    padding: 42px 20px;
    width: 100%;
    margin-top: 170px;
    margin-right: auto;
  }
}
.testimonial-one .testimonialone {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone {
    padding-bottom: 60px;
  }
}
.testimonial-one .testimonialone-single {
  max-width: 870px;
  width: 100%;
}
.testimonial-one .testimonialone-content {
  display: flex;
  align-items: center;
}
.testimonial-one .testimonialone-text {
  color: #717788;
  font-size: 30px;
  font-style: italic;
  line-height: 1.4;
  margin: 70px 0 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one .testimonialone-text {
    margin: 40px 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-one .testimonialone-text {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .testimonialone-text {
    font-size: 22px;
    margin: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-text {
    font-size: 20px;
    margin: 20px 0 30px;
  }
}
.testimonial-one .testimonialone-info {
  display: flex;
  flex-direction: column;
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info {
    margin-left: 15px;
  }
}
.testimonial-one .testimonialone-info .name {
  font-size: 24px;
  font-weight: 700;
  color: var(--secondary-color);
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info .name {
    font-size: 20px;
  }
}
.testimonial-one .testimonialone-info .designation {
  color: #717788;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial-one .testimonialone-info .designation {
    margin-top: 5px;
  }
}
.testimonial-one .testimonialone-pagination {
  text-align: start;
  bottom: 0;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-one .shape {
    display: none;
  }
}
.testimonial-one .shape.shape-1 {
  position: absolute;
  top: -15%;
  left: 4%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
.testimonial-one .shape.shape-2 {
  position: absolute;
  top: -3%;
  left: 14%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
}

/* Testimonial Two */
.testimonial-two {
  position: relative;
}
.testimonial-two .heading-one {
  text-align: center;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-two .heading-one {
    margin: 0 auto 30px;
  }
}
.testimonial-two-single {
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 20px 25px;
    background-color: #fff;
    border-radius: 14px;
    margin: 10px;
}
.testimonial-two-single .quote {
  padding: 35px 0px;
  display: flex;
  justify-content: center;
  align-self: center;
  width: 90px;
  margin: 0 auto 40px;
  border-radius: 0 0 7px 7px;
}
.testimonial-two-single .text {
  font-style: italic;
  font-size: 21px;
  line-height: 1.42;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .testimonial-two-single .text {
    font-size: 18px;
  }
}
.testimonial-two-single .user {
    display: flex;
    /*justify-content: center;*/
    gap: 20px;
    padding-right: 90px;
    padding-bottom: 20px;
}
.testimonial-two-single .user-meta {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
}
.testimonial-two-single .user-meta .name {
  font-size: 21px;
  font-weight: 700;
  font-family: var(--font_primary);
  margin-bottom: 5px;
  color: var(--secondary-color);
}
.testimonial-two .testimonialtwo {
  overflow: hidden;
  margin: 0 -15px;
}
.testimonial-two .testimonialtwo .swiper-slide {
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .testimonial-two .testimonialtwo {
    margin: 0 0;
  }
}
.testimonial-two .testimonial-two-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 100%;
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
  left: -8.5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: -1%;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .prev-button {
    left: 0%;
  }
}
.testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
  right: -8.5%;
  left: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: -2%;
    left: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: -1%;
    left: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-two .testimonial-two-arrow .swiper-arrow-long .next-button {
    right: 0%;
    left: auto;
  }
}
.testimonial-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .shape {
    display: none;
  }
}
.testimonial-two .shape.shape-1 {
  top: -140px;
  right: 135px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-two .shape.shape-1 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .shape.shape-1 {
    right: 20px;
    top: -80px;
  }
}

.swiper-arrow-long .prev-button .arrow-2 {
  opacity: 0;
  transition: 0.3s;
  transform: rotate(180deg);
  position: absolute;
  top: 43%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .prev-button .arrow-2 {
    top: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .prev-button .arrow-2 {
    top: 40%;
  }
}
.swiper-arrow-long .next-button .arrow-1 {
  transform: rotate(-180deg);
}
.swiper-arrow-long .next-button .arrow-2 {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  top: 39%;
  left: 33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .next-button .arrow-2 {
    top: 36%;
    left: 28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .next-button .arrow-2 {
    top: 36%;
    left: 28%;
  }
}
.swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
  height: 60px;
  width: 60px;
  background-color: #ffffff;
  border: 1px solid var(--primary-color);
  border-radius: 100%;
  transition: 0.3s;
  position: relative;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .swiper-arrow-long .prev-button, .swiper-arrow-long .next-button {
    height: 45px;
    width: 45px;
  }
}
.swiper-arrow-long .prev-button:hover, .swiper-arrow-long .next-button:hover {
  background-color: var(--primary-color);
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.13);
}
.swiper-arrow-long .prev-button:hover .arrow-2, .swiper-arrow-long .next-button:hover .arrow-2 {
  opacity: 1;
  transition: 0.3s;
}
.swiper-arrow-long .prev-button:hover .arrow-1, .swiper-arrow-long .next-button:hover .arrow-1 {
  opacity: 0;
  transition: 0.3s;
}

/* Testimonial Three Style */
.testimonial-three {
  position: relative;
}
.testimonial-three .heading-one {
  max-width: 600px;
  margin-bottom: 60px;
}
.testimonial-three .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .heading-one {
    max-width: 500px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .heading-one {
    max-width: 400px;
    margin-bottom: 30px;
  }
}
.testimonial-three .vertical-testimonial {
  height: 666px;
}
.testimonial-three .vertical-testimonial .swiper-slide {
  padding: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .vertical-testimonial {
    height: 715px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .vertical-testimonial {
    height: 620px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three .vertical-testimonial {
    height: 520px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three .vertical-testimonial {
    height: 340px;
  }
}
.testimonial-three-single-content {
  padding: 50px;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.07);
  max-width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-single-content {
    max-width: 640px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-single-content {
    right: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-single-content {
    padding: 25px;
  }
}
.testimonial-three-single-content .text {
  font-family: var(--font_primary);
  font-style: italic;
  font-size: 21px;
  color: #717788;
}
@media only screen and (max-width: 767px) {
  .testimonial-three-single-content .text {
    font-size: 17px;
  }
}
.testimonial-three-single-content .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-three-single-content .bottom .client-description {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media only screen and (max-width: 479px) {
  .testimonial-three-single-content .bottom .client-description {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.testimonial-three-single-content .bottom .client-description .name {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 21px;
}
@media only screen and (max-width: 575px) {
  .testimonial-three-single-content .bottom .client-description .name {
    font-size: 18px;
  }
}
.testimonial-three .vertical-pagination .swiper-pagination {
  height: 330px;
  background: #d6edf7;
  border-radius: 5px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  right: 15px;
}
.testimonial-three .vertical-pagination .swiper-pagination .swiper-pagination-bullet {
  background: #d6edf7;
}
.testimonial-three .vertical-pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: #47bfe7;
  width: 6px;
  height: 56px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    right: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three .vertical-pagination .swiper-pagination {
    height: 230px;
  }
}
.testimonial-three-images {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images {
    margin-bottom: 30px;
  }
}
.testimonial-three-images .image1 {
  position: absolute;
  top: -35px;
  right: 60px;
}
.testimonial-three-images .image1 img {
  -webkit-animation: zoom1 2s infinite linear;
          animation: zoom1 2s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image1 {
    right: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image1 {
    right: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image1 {
    position: relative;
    top: 0px;
    margin-left: 56%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image1 {
    position: relative;
    top: 0px;
    margin-left: 56%;
    right: auto;
  }
}
.testimonial-three-images .image2 {
  position: absolute;
  top: 100px;
  right: 30%;
}
.testimonial-three-images .image2 img {
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image2 {
    right: 46%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image2 {
    right: 46%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image2 {
    position: relative;
    top: 25px;
    margin-left: 18%;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image2 {
    position: relative;
    top: 25px;
    margin-left: 18%;
    right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-images .image2 img {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image2 {
    top: -40px;
    margin-left: 5%;
  }
  .testimonial-three-images .image2 img {
    width: 40%;
  }
}
.testimonial-three-images .image3 {
  position: absolute;
  top: 145px;
  right: -110px;
}
.testimonial-three-images .image3 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .testimonial-three-images .image3 {
    right: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image3 {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image3 {
    position: relative;
    margin-top: -180px;
    margin-left: 67%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image3 {
    position: relative;
    margin-top: -180px;
    margin-left: 67%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image3 {
    margin-top: -100px;
    margin-left: 60%;
  }
  .testimonial-three-images .image3 img {
    width: 65%;
  }
}
.testimonial-three-images .image4 {
  position: absolute;
  top: 330px;
  right: -304px;
}
.testimonial-three-images .image4 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1650px) and (max-width: 1800px) {
  .testimonial-three-images .image4 {
    right: -230px;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .testimonial-three-images .image4 {
    top: 310px;
    right: -180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: -30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image4 {
    top: 300px;
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image4 {
    position: relative;
    margin-top: 85px;
    margin-left: 79%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image4 {
    position: relative;
    margin-top: 85px;
    margin-left: 79%;
    top: auto;
    right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image4 {
    margin-top: 100px;
    margin-left: 74%;
    bottom: 80px;
  }
  .testimonial-three-images .image4 img {
    width: 68%;
  }
}
.testimonial-three-images .image5 {
  position: absolute;
  bottom: 70px;
  left: 90px;
}
.testimonial-three-images .image5 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image5 {
    left: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image5 {
    left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image5 {
    position: relative;
    bottom: 70px;
    margin-left: 1%;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image5 {
    position: relative;
    bottom: 70px;
    margin-left: 1%;
    left: auto;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image5 {
    bottom: 120px;
  }
  .testimonial-three-images .image5 img {
    width: 25%;
  }
}
.testimonial-three-images .image6 {
  position: absolute;
  bottom: 30px;
  right: -64px;
}
.testimonial-three-images .image6 img {
  -webkit-animation: zoom1 6s infinite linear;
          animation: zoom1 6s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three-images .image6 {
    right: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three-images .image6 {
    right: 15px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-three-images .image6 {
    position: relative;
    margin-top: -200px;
    margin-left: 39%;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-three-images .image6 {
    position: relative;
    margin-top: -200px;
    margin-left: 39%;
    bottom: auto;
    right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-three-images .image6 img {
    width: 60%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial-three-images .image6 {
    margin-top: -220px;
    margin-left: 33%;
  }
  .testimonial-three-images .image6 img {
    width: 50%;
  }
}
.testimonial-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .testimonial-three .shape {
    display: none;
  }
}
.testimonial-three .shape .shape1 {
  position: absolute;
  left: 0%;
  top: 20px;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three .shape .shape1 img {
    width: 85%;
  }
}
.testimonial-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: 20%;
  z-index: 1;
}
.testimonial-three .shape .shape3 {
  position: absolute;
  left: 55px;
  top: 46%;
  z-index: 1;
}
.testimonial-three .shape .shape4 {
  position: absolute;
  right: 0%;
  top: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .shape .shape4 {
    right: 2%;
    top: 4%;
  }
}
.testimonial-three .shape .shape5 {
  position: absolute;
  right: 0%;
  top: 60px;
}
.testimonial-three .shape .shape6 {
  position: absolute;
  right: 33%;
  top: 23%;
}
.testimonial-three .shape .shape7 {
  position: absolute;
  right: 5.5%;
  top: 15%;
}
.testimonial-three .shape .shape8 {
  position: absolute;
  right: 2%;
  top: 42%;
}
.testimonial-three .shape .shape9 {
  position: absolute;
  right: 24%;
  top: 61%;
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-three .shape .shape9 {
    right: 20%;
    top: 63%;
  }
}
.testimonial-three .shape .shape10 {
  position: absolute;
  right: 39%;
  top: 67%;
}
.testimonial-three .shape .shape11 {
  position: absolute;
  right: 5.5%;
  bottom: -7%;
}

/*----------------------------------------*/
/*  2.10 - Brand Styles CSS
/*----------------------------------------*/
.brand-style .brand-before {
  display: block;
  transition: all 0.4s;
}
.brand-style .brand-after {
  top: 150%;
  position: absolute;
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.brand-style .swiper-slide:hover .brand-before {
  transform: translateY(-100%);
}
.brand-style .swiper-slide:hover .brand-after {
  top: 0%;
}

/* Brand Two Style */
.brand-style-two {
  background-color: #f2f5fb;
  border-radius: 10px;
  padding: 110px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-style-two {
    padding: 60px;
  }
}
@media only screen and (max-width: 479px) {
  .brand-style-two {
    padding: 40px 30px;
  }
}
.brand-style-two .shape-one {
  position: absolute;
  bottom: -105px;
  right: -105px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .brand-style-two .shape-one {
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-style-two .shape-one {
    right: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .brand-style-two .shape-one {
    right: -30px;
  }
}
@media only screen and (max-width: 575px) {
  .brand-style-two .shape-one {
    right: 0px;
    bottom: -40px;
    width: 35%;
  }
}

/* Brand Three Style */
.brand-three {
  margin-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-three .shape {
    display: none;
  }
}
.brand-three .shape.shape-1 {
  position: absolute;
  top: -190%;
  left: 7%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-1 {
    left: 3%;
    top: -240%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-1 {
    display: none;
  }
}
.brand-three .shape.shape-2 {
  position: absolute;
  top: 10%;
  left: 6%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-2 {
    left: 2%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-2 {
    display: none;
  }
}
.brand-three .shape.shape-3 {
  position: absolute;
  top: -89%;
  left: 13%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .brand-three .shape.shape-3 {
    left: 10%;
    top: -153%;
  }
}
@media only screen and (min-width: 140px) and (max-width: 1399px) {
  .brand-three .shape.shape-3 {
    display: none;
  }
}

/* Brand Four Style */
.brand-four {
  background-image: url(../images/brand/brand-three/brand-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 340px;
  margin-bottom: -1px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four {
    padding: 80px 0 355px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-four {
    padding: 60px 0 335px;
  }
}
.brand-four .shape {
  position: absolute;
}
.brand-four .shape.shape-1 {
  top: -100px;
  left: 90px;
}
.brand-four .shape.shape-1 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four .shape.shape-1 img {
    width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-four .shape.shape-1 {
    left: 20px;
    top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-four .shape.shape-1 {
    display: none;
  }
}
.brand-four .shape.shape-2 {
  bottom: 100px;
  right: 310px;
}
.brand-four .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .brand-four .shape.shape-2 {
    display: none;
  }
}

/* Brand Five Style */
.brand-five {
  margin: 100px 0 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-five {
    margin: 90px 0 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-five {
    margin: 60px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-five {
    margin: 40px 0 60px;
  }
}
.brand-five .heading-one {
  max-width: 500px;
  margin: 0 auto 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .brand-five .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .brand-five .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-five .heading-one {
    margin: 0 auto 40px;
  }
}
.brand-five .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  2.11 - Blog Styles CSS
/*----------------------------------------*/
/* Blog Post */
.blog-post {
  position: relative;
}
.blog-post-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-top {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
.blog-post-top .heading-one {
  max-width: 560px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-top .heading-one {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-top .heading-one {
    max-width: 320px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-top .heading-one {
    margin-bottom: 30px;
  }
}
.blog-post-top .heading-one-title {
  margin: 5px 0 35px;
}
@media only screen and (max-width: 767px) {
  .blog-post-top .heading-one-title {
    margin: 5px 0 20px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post .shape {
    display: none;
  }
}
.blog-post .shape.shape-1 {
  position: absolute;
  top: 9%;
  right: 7%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-post .shape.shape-1 {
    right: 2%;
  }
}
.blog-post .shape.shape-2 {
  position: absolute;
  bottom: 30%;
  left: 5%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-3 {
  position: absolute;
  bottom: 22%;
  left: 9%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-4 {
  position: absolute;
  bottom: 21%;
  right: 12%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-5 {
  position: absolute;
  bottom: 3%;
  right: 4%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.blog-post .shape.shape-6 {
  position: absolute;
  bottom: 1%;
  right: 2%;
  -webkit-animation: circle1 3s infinite linear;
          animation: circle1 3s infinite linear;
  z-index: -1;
}
.blog-post-two {
  position: relative;
}
.blog-post-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.blog-post-two .heading-one-title {
  margin: 10px 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-two .heading-one {
    margin-bottom: 60px;
  }
}
.blog-post-two .blog-grid-content {
  box-shadow: none;
  padding: 35px 0 0;
}
.blog-post-two .blog-grid-content .title {
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-two .blog-grid-content {
    padding:25px 8px;
  }
}
.blog-post-two .blogpost-image {
  border-radius: 7px;
}
.blog-post-two .shape {
  position: absolute;
}
.blog-post-two .shape.shape-1 {
  top: 0px;
  left: 0px;
  z-index: -2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-1 {
    display: none;
  }
}
.blog-post-two .shape.shape-2 {
  bottom: 230px;
  left: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), 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), only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-2 {
    display: none;
  }
}
.blog-post-two .shape.shape-3 {
  right: 140px;
  top: 0;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .blog-post-two .shape.shape-3 {
    right: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .blog-post-two .shape.shape-3 {
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
    margin-top: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-two .shape.shape-3 {
    right: 20px;
    margin-top: -35px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-two .shape.shape-3 {
    display: none;
  }
}
.blog-post-three {
  position: relative;
}
.blog-post-three-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0 auto 90px;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-top {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-post-three-top {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-top {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-three-top {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }
}
.blog-post-three-top .heading-one {
  max-width: 500px;
}
.blog-post-three-top .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
.blog-post-three-top .more-blog-button {
  display: flex;
}
.blog-post-three-single {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}
.blog-post-three-single .image {
  transform: scale(1);
  transition: 0.3s;
  display: block;
}
@media only screen and (max-width: 575px) {
  .blog-post-three-single .image img {
    width: 100%;
  }
}
.blog-post-three-single .content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #ffffff;
  border-radius: 13px;
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-single .content {
    padding: 25px 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px 15px 15px;
  }
}
.blog-post-three-single .content-subtitle {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 16px;
  color: #47bfe7;
  text-transform: uppercase;
  line-height: 0.5;
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content-subtitle {
    font-size: 14px;
  }
}
.blog-post-three-single .content-title {
  font-weight: 700;
  font-size: 21px;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three-single .content-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-post-three-single .content-title {
    font-size: 18px;
  }
}
.blog-post-three-single:hover .image {
  transform: scale(1.1);
  transition: 0.3s;
}
.blog-post-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-post-three .shape {
    display: none;
  }
}
.blog-post-three .shape .shape1 {
  position: absolute;
  left: 145px;
  top: 122px;
}
@media only screen and (min-width: 1651px) and (max-width: 1770px) {
  .blog-post-three .shape .shape1 {
    left: 5%;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 1649px) {
  .blog-post-three .shape .shape1 {
    left: 1%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape1 {
    left: 0;
    top: 172px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape1 {
    left: 0;
    top: 172px;
  }
  .blog-post-three .shape .shape1 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: 74%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape2 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape3 {
  position: absolute;
  left: 0px;
  top: 23%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape3 img {
    width: 80%;
  }
}
.blog-post-three .shape .shape4 {
  position: absolute;
  right: 80px;
  top: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape4 {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape4 {
    top: 100px;
  }
  .blog-post-three .shape .shape4 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape5 {
  position: absolute;
  right: 0%;
  top: -34%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape5 {
    display: flex;
    justify-content: flex-end;
    top: 0;
  }
  .blog-post-three .shape .shape5 img {
    width: 60%;
  }
}
.blog-post-three .shape .shape6 {
  position: absolute;
  right: 0%;
  top: 23%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post-three .shape .shape6 {
    display: flex;
    justify-content: flex-end;
    top: 60%;
  }
  .blog-post-three .shape .shape6 img {
    width: 50%;
  }
}
.blog-post-three .shape .shape7 {
  position: absolute;
  right: 16.5%;
  bottom: -14%;
  z-index: 9;
}

.blogpost {
  position: relative;
}
.blogpost-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blogpost-image-thumb {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #3754b2;
  border-radius: 5px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.blogpost-image-thumb .date {
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
}
.blogpost-image-thumb .text {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 3px;
  line-height: 1;
}
.blogpost-image img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.blogpost-image:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.blogpost-image:hover .blogpost-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: 0.4s;
}
.blogpost-content {
  padding: 30px;
  border-radius: 0 0 7px 7px;
  background-color: #f2fbfe;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .blogpost-content {
    padding: 20px 14px;
  }
}
.blogpost-meta {
  display: flex;
  margin-bottom: 10px;
}
.blogpost-meta li {
  margin-right: 15px;
}
.blogpost-meta li:last-child {
  margin-right: 0;
}
.blogpost-meta li i {
  color: #3754b2;
  margin-right: 5px;
}
.blogpost-meta li a {
  color: #717788;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .blogpost-meta li a {
    font-size: 14px;
  }
}
.blogpost-meta li a:hover {
  color: var(--primary-color);
}
.blogpost-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.42;
}
@media only screen and (max-width: 767px) {
  .blogpost-title {
    font-size: 18px;
  }
}
.blogpost-read-more {
  color: #3754b2;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .blogpost-read-more {
    font-size: 14px;
    margin-top: 10px;
  }
}
.blogpost-read-more:hover {
  color: var(--secondary-color);
}
.blogpost:hover .blogpost-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: 0.4s;
}

/* Standard Blog */
@media only screen and (max-width: 767px) {
  .standard-blog-single {
    margin-bottom: 46px;
  }
}
.standard-blog-image {
  display: block;
}
.standard-blog-image img {
  width: 100%;
}
.standard-blog-content {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .standard-blog-content {
    margin-top: 25px;
  }
}
.standard-blog-content p {
  margin-bottom: 0px;
}
.standard-blog-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.standard-blog-meta li {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.standard-blog-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.standard-blog-meta li a {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary-color);
}
.standard-blog-meta li a:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .standard-blog-meta li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .standard-blog-meta li p {
    font-size: 14px;
  }
}
.standard-blog-meta li::after {
  position: absolute;
  content: "";
  background-color: #bbbbbb;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.standard-blog-meta li:last-child::after {
  display: none;
}
.standard-blog-title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .standard-blog-title {
    font-size: 30px;
  }
}
.standard-blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .standard-blog-bottom {
    margin-top: 25px;
  }
}
.standard-blog-social {
  display: flex;
  align-items: center;
}
.standard-blog-social-label {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-transform: uppercase;
  margin-right: 25px;
  line-height: 1;
}
.standard-blog-social ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
.standard-blog-social ul li a {
  font-size: 18px;
  line-height: 1;
}

/* Classic Blog */
.classic-blog-single {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .classic-blog-single {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classic-blog-single {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-blog-single {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 46px;
  }
}
.classic-blog-single .standard-blog-content {
  margin-top: 0;
  max-width: 670px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classic-blog-single .standard-blog-content {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-content p {
    margin-bottom: 0px;
  }
}
.classic-blog-single:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .classic-blog-single:nth-child(2n) {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-bottom {
    margin-top: 25px;
  }
}
.classic-blog-single .standard-blog-image {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .classic-blog-single .standard-blog-image {
    width: 100%;
  }
}
.classic-blog-single img {
  transform: scale(1);
  transition: 0.4s;
}
.classic-blog-single:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}

/* Blog Grid */
.blog-grid-image {
  position: relative;
}
.blog-grid-image a {
  display: block;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.blog-grid-image a img {
  width: 100%;
  transition: 0.4s;
  transform: scale(1);
}
.blog-grid-image-thumb {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 73px;
  height: 73px;
  border-radius: 7px;
  bottom: -25px;
  right: 35px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb {
    width: 67px;
    height: 67px;
    right: 10px;
  }
}
.blog-grid-image-thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 20%, var(--secondary-color) 50%, var(--secondary-color) 100%);
  opacity: 0.93;
  z-index: 1;
}
.blog-grid-image-thumb .date {
  position: relative;
  color: #ffffff;
  z-index: 3;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-align:center;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb .date {
    font-size: 24px;
  }
}
.blog-grid-image-thumb .text {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  z-index: 3;
  position: relative;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-grid-image-thumb .text {
    font-size: 14px;
  }
}
.blog-grid-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 35px 40px;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .blog-grid-content {
    padding: 26px 20px 30px;
  }
}
.blog-grid-content .subtitle {
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.blog-grid-content .title {
     font-size: 16px;
    font-weight: 400;
    line-height: 1.42;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-grid-content .title {
    font-size: 18px;
  }
}
.blog-grid-single:hover img {
  transform: scale(1.1);
  transition: 0.4s;
}
.blog-grid-single:hover .blog-grid-content {
  box-shadow: 0px 18px 48px 0px rgba(0, 0, 0, 0.1);
  background-color: #f2fbfe;
  transition: 0.4s;
}

.blog-grid-pagination {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-grid-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-grid-pagination {
    margin-top: 40px;
  }
}

/* Blog Masonry */
.blog-menu-style {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px 0 60px;
}

.blog-masonry-button {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-masonry-button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-masonry-button {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-menu-style {
    margin: 0px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-menu-style {
    margin: 0px 0 30px;
  }
}
.blog-menu-style .btn-blog {
  border: 0px;
  background-color: transparent;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-right: 35px;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.blog-menu-style .btn-blog:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .blog-menu-style .btn-blog {
    font-size: 16px;
  }
}

.blog-menu-style .btn-blog:last-child {
  margin-right: 0px;
}

.blog-menu-style .btn-blog:hover {
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-menu-style .btn-blog {
    margin: 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-menu-style .btn-blog {
    margin: 0px 10px;
  }
}
.blog-menu-style .btn-blog.active {
  color: var(--primary-color);
}

.blog-more-btn {
  width: 190px;
  height: 56px;
  color: var(--secondary-color);
  font-size: 16px;
  position: relative;
  border-radius: 7px;
  text-transform: uppercase;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .blog-more-btn {
    width: 160px;
    height: 46px;
  }
}
.blog-more-btn span {
  background-color: #ffffff;
  width: 98%;
  height: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  transition: 0.6s;
}
.blog-more-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(110deg, var(--primary-color) 20%, #417DD2 50%, var(--primary-color) 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.6s;
  border-radius: 7px;
}
.blog-more-btn:hover span {
  width: 100%;
  height: 100%;
  color: #ffffff;
  transition: 0.6s;
}
.blog-more-btn:hover span::before {
  opacity: 1;
  transition: 0.6s;
}

.bg-gradient-4 {
  padding-top: 150px;
  background: rgba(50, 47, 179, 0.1);
  background: linear-gradient(0deg, rgba(50, 47, 179, 0.1) 0%, rgba(79, 203, 241, 0.1) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bg-gradient-4 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .bg-gradient-4 {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .bg-gradient-4 {
    padding-top: 80px;
  }
}

/*----------------------------------------*/
/*  2.12 - Footer Styles CSS
/*----------------------------------------*/
.footer {
  position: relative;
  overflow: hidden;
  background: var(--secondary-color);
}
.footer-left {
  background-color: var(--primary-color);
  padding: 45px 100px 24px 0;
  position: relative;
  border-radius: 0 3px 0 0;
}
.footer-copyright{
    background-color: var(--secondary-color);
        position: relative;
    top: -6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-left {
    padding: 120px 22px 14px 0;
  }
    .footer-top-side{
        padding: 0px 0px 10px 40px!important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-left {
    padding: 60px 60px 160px 0;
    border-radius: 0 0px 0 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-left {
    padding: 60px 30px;
    margin-top: 256px;
  }
  .footer-left::before {
    background-color: var(--primary-color);
    content: "";
    height: 100%;
    left: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-left::after {
  background-color: var(--primary-color);
  content: "";
  height: 100%;
  right: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: 0;
}
.footer-left-text {
  color: var(--text-color);
  font-size: 16px;
  margin: 40px 0;
}
@media only screen and (max-width: 767px) {
  .footer-left-text {
    margin: 30px 0;
  }
}
.footer-left-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-left-list-icon li i {
  color: var(--text-color);
}
.footer-left-list-icon li span a{
  color: var(--text-color);
  font-size: 16px;
  margin-left: 20px;
  font-family: var(--font_primary);
}
.footer-left-list-icon li span a:hover{
    color:#fff;
}
.footer-left .social-icon {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .footer-left .social-icon {
    margin-top: 40px;
  }
}
.footer-left .social-icon li {
  margin-right: 25px;
}
.footer-left .social-icon a {
  color: #ffffff;
}
.footer-left .social-icon a:hover {
  color: var(--primary-color);
}
.footer-right {
  margin-top: 87px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-right {
    margin-top: 0px;
  }
}
.footer-top {
  background-color: var(--primary-color);
  position: relative;
  padding: 60px 0 40px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding: 60px 0 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding: 40px 40px 40px 40px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top {
    padding: 40px 13px 40px 27px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .footer-top::before {
    background-color: var(--primary-color);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
}
.footer-top::after {
  background-color: var(--primary-color);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-top .heading-one-subtitle {
  color: #ffffff;
}
.footer-top .heading-one-title {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 18px;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .footer-top .heading-one-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.footer-top .heading-one p {
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .btn-style-three {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-top .btn-style-three {
    margin-top: 30px;
  }
}
.footer-bottom {
  background-color: var(--secondary-color);
  position: relative;
  padding: 0px 0 40px 34px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-bottom {
    padding: 0px 0px 10px 40px!important;
  }
    .footer-top-side{
        padding: 0px 0px 10px 40px!important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-bottom {
    padding: 10px 0 0px 40px;
  }
    .service-single-image-content .title {
        font-size: 15px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-bottom {
    padding: 20px 0px 10px 20px!important;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom {
    padding: 20px 20px 10px 20px;
    flex-wrap: wrap;
  }
  .footer-bottom::before {
    background-color: var(--secondary-color);
    content: "";
    height: 100%;
    right: 98%;
    position: absolute;
    top: 0;
    width: 5000px;
    z-index: -1;
  }
    .footer-top-side {
        padding: 20px 20px 10px 20px !important;
    }
    .service-single-image-content .title {
        font-size: 12px;
    }
}
@media only screen and (max-width: 479px) {
  .footer-bottom {
    padding: 25px 20px 0px 20px;
  }
    .footer-top-side{
        padding: 20px 0px 10px 20px!important;
    }
.slider_content .main_title {
    font-size: 50px!important;
}
.single_counter {
    margin-top: 20px;
}
}
.footer-bottom::after {
  background-color: var(--secondary-color);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
.footer-widget {
  max-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget {
    max-width: 50%;
    width: 50%;
  }
}
.footer-widget-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-title {
    margin-bottom: 20px;
  }
}
.footer-widget-list li {
  margin-bottom: 10px;
}
.footer-widget-list li a {
  color: var(--text-color);
  font-family: var(--font_primary);
  font-size: 15px;
}
.footer-widget-list li a:hover {
  color: #ffffff;
}
.footer-widget-text {
  color: var(--text-color);
}
.footer-widget-form {
  position: relative;
  margin-top: 45px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer-widget-form {
    margin-top: 30px;
  }
}
.footer-widget-form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 0px;
  padding: 0 60px 0 15px;
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
}
.footer-widget-form input::-moz-placeholder {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
}
.footer-widget-form input::placeholder {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
}
.footer-widget-form button {
  border: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-subscription {
    width: 100%;
    margin-top: 30px;
  }
}
.footer-copyright-inner {
  /*position: absolute;*/
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 38px 0px 30px 0;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright-inner {
    padding: 10px 20px 10px 0px!important;
  }
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner {
    padding: 50px 20px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.footer-copyright-inner p {
  font-family: var(--font_primary);
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-copyright-inner p span {
  font-weight: 500;
}
.footer-copyright-inner .footer-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-copyright-inner .footer-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-copyright-inner .footer-bootm-list li {
  position: relative;
  margin-right: 40px;
}
@media only screen and (max-width: 479px) {
  .footer-copyright-inner .footer-bootm-list li {
    margin-right: 15px;
  }
}
.footer-copyright-inner .footer-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.footer-copyright-inner .footer-bootm-list li a {
  font-size: 16px;
  color: var(--text-color);
  font-family: var(--font_primary);
}
.footer-copyright-inner .footer-bootm-list li a:hover {
  color: #ffffff;
}
.footer-two-bg {
  background-image: url(../images/footer/footer-two-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: -166px;
}
.footer-two-bg::after {
  position: absolute;
  background: rgb(231, 233, 242);
  background: linear-gradient(0deg, rgb(231, 233, 242) 0%, rgba(231, 233, 242, 0.1853116246) 100%, rgb(231, 233, 242) 100%);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-bg {
    margin-top: -185px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-bg {
    padding: 280px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-bg {
    padding: 250px 0 0px;
  }
}
.footer-two-copyright-inner {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 110px 0px 70px 0;
  bottom: 0;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-two-copyright-inner {
    padding: 70px 0px 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two-copyright-inner {
    padding: 80px 0px 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner {
    padding: 50px 0px 40px 0;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner {
    padding: 40px 0;
  }
}
.footer-two-copyright-inner p {
  font-family: var(--font_primary);
  color: #717788;
  font-size: 16px;
  margin-bottom: 0px;
}
.footer-two-copyright-inner p span {
  font-weight: 500;
}
.footer-two-copyright-inner .footer-two-bootm-list {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .footer-two-copyright-inner .footer-two-bootm-list {
    margin-bottom: 20px;
    justify-content: center;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li {
  position: relative;
  margin-right: 40px;
}
.footer-two-copyright-inner .footer-two-bootm-list li:last-child {
  padding-right: 0;
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .footer-two-copyright-inner .footer-two-bootm-list li {
    margin-right: 20px;
  }
}
.footer-two-copyright-inner .footer-two-bootm-list li a {
  font-size: 16px;
  color: #717788;
  font-family: var(--font_primary);
}
.footer-two-copyright-inner .footer-two-bootm-list li a:hover {
  color: var(--primary-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-about .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-about .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-team .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service .footer-bottom {
    padding: 60px 0 171px 40px;
    margin-top: 196px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-service-details .footer-bottom {
    padding: 60px 0 171px 40px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-project-details .footer-bottom {
    padding: 120px 0 173px 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-project-details .footer-bottom {
    padding: 95px 0 173px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-project-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-standard .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-blog-masonry .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-blog-details .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-contact .footer-bottom {
    padding: 120px 0 174px 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-contact .footer-bottom {
    padding: 60px 0 173px 40px;
    margin-top: 195px;
  }
}

.footer-widget-two {
  position: relative;
  z-index: 1;
}
.footer-widget-two .negative-margin {
  top: -30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-widget-two .negative-margin {
    top: -20px;
    width: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .negative-margin {
    width: 200px;
    top: auto;
    bottom: 20px;
  }
}
.footer-widget-two .footer-widget-two-list-icon li {
  display: flex;
  align-items: baseline;
  margin-bottom: 12px;
}
.footer-widget-two .footer-widget-two-list-icon li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two .footer-widget-two-list-icon li i {
  color: #7c7790;
}
.footer-widget-two .footer-widget-two-list-icon li span {
  color: #54545f;
  font-size: 16px;
  margin-left: 15px;
}
.footer-widget-two .social-icon {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two .social-icon {
    margin-top: 20px;
  }
}
.footer-widget-two .widget-list-wrapper {
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .widget-list-wrapper {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.footer-widget-two-title {
  font-size: 21px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget-two-title {
    margin-bottom: 20px;
  }
}
.footer-widget-two-list li {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer-widget-two-list li:last-child {
  margin-bottom: 0px;
}
.footer-widget-two-list a {
  color: #717788;
}
.footer-widget-two-list a:hover {
  color: var(--primary-color);
}
.footer-widget-two .sidebar-blog li {
  margin-bottom: 25px;
}
.footer-widget-two .sidebar-blog li .image {
  flex: 1 0 60px;
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-widget-two .sidebar-blog li .image {
    flex: 0 0 80px;
  }
}
.footer-widget-two .sidebar-blog li .content .date {
  margin-bottom: 8px;
}
.footer-widget-two .sidebar-blog li .content .title {
  font-size: 16px;
}
.footer-widget-two .instagrm {
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm {
    margin-right: 0px;
  }
}
.footer-widget-two .instagrm li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  flex: 0 0 72px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-two .instagrm li {
    flex: 0 0 62px;
  }
}
.footer-widget-two .instagrm li a {
  display: block;
  position: relative;
}
.footer-widget-two .instagrm li a::after {
  background: var(--primary-color);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a .add-action i {
  font-size: 20px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.footer-widget-two .instagrm li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .instagrm li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.footer-widget-two .footer-text {
  color: #54545f;
  font-size: 18px;
  margin-top: 40px;
}
.footer-widget-two .tweets li {
  margin-top: -5px;
  margin-bottom: 25px;
  display: flex;
}
.footer-widget-two .tweets li .image {
  flex: 1 0 20px;
  margin-right: 15px;
  margin-top: 4px;
}
.footer-widget-two .tweets li .content .date {
  margin-top: 8px;
  font-size: 14px;
  color: #9a9ea8;
}
.footer-widget-two .tweets li .content .has-link {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
  margin-right: 4px;
  text-transform: uppercase;
}
.footer-widget-two .tweets li .content .text {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
}
.footer-widget-two .tweets li .content .bit-link {
  color: #717788;
  font-family: var(--font_primary);
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

.footer-three {
  background-image: url(../images/footer/footer-three-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0 0px;
  position: relative;
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three {
    background-size: contain;
    margin-top: 55px;
    padding: 120px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three {
    background-size: contain;
    margin-top: 35px;
    padding: 100px 0 0px;
  }
}
.footer-three .footer-widget-two-title {
  color: #222222;
}
.footer-three .footer-widget-two-list-icon li {
  margin-bottom: 5px;
}
.footer-three .footer-widget-two-list-icon li span {
  color: #717788;
  font-family: var(--font_primary);
  margin-left: 25px;
}
.footer-three .footer-widget-two-list a {
  font-family: var(--font_primary);
}
.footer-three .footer-two-copyright-inner {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-three .footer-two-copyright-inner {
    padding: 40px 0px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-three .footer-two-copyright-inner {
    padding: 25px 0px 60px;
  }
}
.footer-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-three .shape {
    display: none;
  }
}
.footer-three .shape .shape1 {
  position: absolute;
  left: 12%;
  top: 9%;
  z-index: 2;
}
.footer-three .shape .shape2 {
  position: absolute;
  left: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape3 {
  position: absolute;
  left: 3%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape4 {
  position: absolute;
  left: 5%;
  top: 20%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 15%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape4 {
    left: 2%;
    top: 14%;
    width: 10%;
  }
}
.footer-three .shape .shape5 {
  position: absolute;
  left: 0%;
  top: 22%;
  z-index: 1;
}
.footer-three .shape .shape6 {
  position: absolute;
  left: 10%;
  top: 48%;
  z-index: 1;
}
.footer-three .shape .shape7 {
  position: absolute;
  left: 7%;
  top: 63%;
  z-index: 1;
}
.footer-three .shape .shape7 img {
  -webkit-animation: moveupdown1 2s infinite linear;
          animation: moveupdown1 2s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape7 {
    left: 0%;
    top: 50%;
  }
}
.footer-three .shape .shape8 {
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 1;
}
.footer-three .shape .shape9 {
  position: absolute;
  right: 17%;
  top: 16%;
  z-index: 1;
}
.footer-three .shape .shape10 {
  position: absolute;
  right: 0%;
  top: 46%;
  z-index: 1;
}
.footer-three .shape .shape10 img {
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape10 {
    display: flex;
    justify-content: flex-end;
    top: 54%;
  }
  .footer-three .shape .shape10 img {
    width: 60%;
  }
}
.footer-three .shape .shape11 {
  position: absolute;
  right: 0%;
  top: 20%;
  z-index: 1;
}
.footer-three .shape .shape12 {
  position: absolute;
  right: 9%;
  top: 40%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .footer-three .shape .shape12 {
    right: 3%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape12 {
    right: 3%;
    top: 43%;
  }
}
.footer-three .shape .shape13 {
  position: absolute;
  right: 1%;
  bottom: 6%;
  z-index: 1;
}
.footer-three .shape .shape14 {
  position: absolute;
  left: 5%;
  top: 0%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-three .shape .shape14 {
    top: -5%;
  }
}

/*----------------------------------------*/
/*  2.13 - Breadcrumb Styles CSS
/*----------------------------------------*/
.breadcrumb {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* .breadcrumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  opacity: 0.81;
  z-index: 1;
} */
.breadcrumb.breadcrumb-2::before {
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  opacity: 0.1;
}
.breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
  color: var(--secondary-color);
  font-size: 48px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb.breadcrumb-2 .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li::after {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li a {
  color: #717788;
}
.breadcrumb.breadcrumb-2 .breadcrumb-list li span {
  color: #717788;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 479px) {

}
.breadcrumb-wrapper {
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .title {
  font-size: 90px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-wrapper .title-two {
  font-size: 60px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 50px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-wrapper .title-two {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .breadcrumb-wrapper .title-two {
    font-size: 30px;
  }
}
.breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.breadcrumb-list li {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-list li {
    font-size: 16px;
  }
}
.breadcrumb-list li::after {
  position: absolute;
  content: ">";
  right: 0;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
}
.breadcrumb-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list li:last-child::after {
  display: none;
}
.breadcrumb-list li a {
  color: #ffffff;
  font-family: var(--font_primary);
  font-weight: 400;
}
.breadcrumb-list li a:hover {
  color: var(--secondary-color);
}
.breadcrumb-list li span {
  font-family: var(--font_primary);
  font-weight: 400;
}

.breadcrumb-three {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three {
    height: 600px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three {
    height: 500px;
  }
}
.breadcrumb-three::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.36);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.breadcrumb-three-wrapper {
  position: relative;
  z-index: 9;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper {
    margin-bottom: 60px;
  }
}
.breadcrumb-three-wrapper .title {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-wrapper .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .breadcrumb-three-wrapper .title {
    font-size: 30px;
  }
}
.breadcrumb-three-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
.breadcrumb-three-meta li {
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.breadcrumb-three-meta li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-three-meta li a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.breadcrumb-three-meta li a:hover {
  color: var(--primary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li a {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-three-meta li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-three-meta li p {
    font-size: 14px;
  }
}
.breadcrumb-three-meta li::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.breadcrumb-three-meta li:last-child::after {
  display: none;
}

/*----------------------------------------*/
/*  2.14 - Funfact Styles CSS
/*----------------------------------------*/
.funfact {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.funfact .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .funfact .heading-one-title {
    margin: 5px 0 30px;
  }
}
.funfact .heading-one p {
  color: #ffffff;
}
.funfact .about-counter {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .funfact .about-counter {
    justify-content: flex-start;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter {
    gap: 15px;
    margin-top: 40px;
  }
}
.funfact .about-counter-2 {
  padding: 45px 50px 55px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  border-radius: 13px;
  background-color: var(--primary-color);
  max-width: 230px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .funfact .about-counter-2 {
    max-width: 200px;
    padding: 30px 30px 38px;
  }
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-2 {
    max-width: 160px;
    padding: 20px 25px 24px;
  }
}
.funfact .about-counter-2 .odometer, .funfact .about-counter-2 .niktext {
  font-family: var(--font_primary);
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-2 .odometer, .funfact .about-counter-2 .niktext {
    font-size: 40px;
  }
}
.funfact .about-counter-2 .niktext {
  line-height: 1;
}
.funfact .about-counter-2 .increment {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  top: -10px;
}
.funfact .about-counter-title {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.5;
}
@media only screen and (max-width: 479px) {
  .funfact .about-counter-title {
    font-size: 16px;
  }
}
.funfact .about-counter .funfact-inner {
  display: flex;
  align-items: center;
}

/*----------------------------------------*/
/*  2.15 - Team Styles CSS
/*----------------------------------------*/
.team-bg {
  background: rgba(50, 47, 179, 0.08);
  background: linear-gradient(-38deg, rgba(50, 47, 179, 0.08) 0%, rgba(65, 125, 210, 0.08) 50%, rgba(91, 207, 242, 0.08) 100%);
}
.team-bg .heading-one {
  text-align: center;
  max-width: 520px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bg .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .team-bg .heading-one {
    margin: 0 auto 40px;
  }
}

.single-team {
  position: relative;
  padding-bottom: 100px;
}
.single-team-image img {
  width: 100%;
}
.single-team-content {
  background-color: white;
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  padding: 25px 0 30px 0;
  max-width: 220px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  bottom: 0px;
}
.single-team-content .name {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 700;
  transition: 0.3s;
}
.single-team-content .name:hover {
  color: var(--primary-color);
  transition: 0.3s;
}
.single-team-content .desig {
  font-size: 16px;
  font-family: var(--font_primary);
  font-weight: 400;
  color: #717788;
  display: block;
  margin: 10px 0 0px;
}
.single-team-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 0;
  transition: 0.3s;
}
.single-team-social li {
  opacity: 0;
  visibility: hidden;
}
.single-team-social li a {
  font-size: 18px;
}
.single-team-social li:nth-child(1) {
  transform: translateY(30px);
  transition: 0.3s;
}
.single-team-social li:nth-child(2) {
  transform: translateY(30px);
  transition: 0.4s;
}
.single-team-social li:nth-child(3) {
  transform: translateY(30px);
  transition: 0.5s;
}
.single-team:hover {
  transition: 0.5s;
}
.single-team:hover .single-team-social {
  height: 30px;
  transition: 0.3s;
  margin-top: 10px;
}
.single-team:hover .single-team-social li {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .single-team-social li:nth-child(1) {
  transform: translateY(0px);
  transition: 0.3s;
}
.single-team:hover .single-team-social li:nth-child(2) {
  transform: translateY(0px);
  transition: 0.4s;
}
.single-team:hover .single-team-social li:nth-child(3) {
  transform: translateY(0px);
  transition: 0.5s;
}

/* Team Two Style */
.team-two {
  position: relative;
  margin-bottom: 30px;
}
.team-two_images {
  position: relative;
  z-index: 4;
}
.team-two_images .image1 {
  left: -60px;
  top: -25px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image1 {
    left: -20px;
    top: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image1 {
    left: -20px;
    top: -25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image1 {
    left: 40px;
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image1 {
    left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image1 {
    width: 40%;
  }
}
.team-two_images .image2 {
  left: 30px;
  top: 110px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image2 {
    left: 80px;
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image2 {
    left: 90px;
    top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image2 {
    left: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image2 {
    width: 50%;
  }
}
.team-two_images .image3 {
  left: 15px;
  top: 35px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image3 {
    left: 90px;
    top: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image3 {
    left: 60px;
    top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image3 {
    left: 110px;
    top: auto;
    position: relative;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image3 {
    left: 40px;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .team-two_images .image3 {
    width: 50%;
  }
}
.team-two_images .image4 {
  left: -40px;
  top: -375px;
  position: relative;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image4 {
    left: 12px;
    top: -375px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image4 {
    left: 15px;
    top: -375px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image4 {
    display: none;
  }
}
.team-two_images .image5 {
  right: 75%;
  top: -85px;
  position: relative;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-two_images .image5 {
    right: 58%;
    top: -85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_images .image5 {
    right: 70%;
    top: -85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_images .image5 {
    right: 50%;
    top: -85px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_images .image5 {
    display: none;
  }
}
.team-two .heading-one {
  z-index: 99;
  position: relative;
}
.team-two .heading-one-title {
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-two .heading-one-title {
    margin: 10px 0 20px;
  }
}
.team-two .heading-one p {
  margin: 25px 0 65px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two .heading-one p {
    margin: 0px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-two .heading-one p {
    margin: 0px 0 40px;
  }
}
.team-two_shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-two_shape .shape {
  position: absolute;
}
.team-two_shape .shape1 {
  left: 0px;
  top: -170px;
  z-index: -5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape1 {
    top: -97px;
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape1 {
    left: 0px;
    top: -60px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape1 {
    display: none;
  }
}
.team-two_shape .shape2 {
  top: 80px;
  left: 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape2 {
    width: 58%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape2 {
    left: 80px;
    top: 0px;
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape2 {
    display: none;
  }
}
.team-two_shape .shape3 {
  top: 60px;
  left: 35px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape3 {
    display: none;
  }
}
.team-two_shape .shape4 {
  bottom: -24%;
  right: 110px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape4 {
    bottom: -8%;
    right: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape4 {
    bottom: 3%;
    right: 25px;
    width: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape4 {
    display: none;
  }
}
.team-two_shape .shape5 {
  bottom: -100px;
  right: 215px;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape5 {
    bottom: 0px;
    right: 181px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape5 {
    bottom: 50px;
    right: 120px;
    width: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape5 {
    display: none;
  }
}
.team-two_shape .shape6 {
  bottom: -43%;
  right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-two_shape .shape6 {
    bottom: -25%;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two_shape .shape6 {
    bottom: -2%;
    right: 35px;
    width: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .team-two_shape .shape6 {
    display: none;
  }
}

/* Team Three Style */
.team-three .heading-one {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three .heading-one {
    margin: 0 auto 50px;
  }
}
@media only screen and (max-width: 767px) {
  .team-three .heading-one {
    margin: 0 auto 40px;
  }
}
.team-three .heading-one-subtitle {
  display: block;
  margin-bottom: 10px;
}
.team-three-wrapper {
  margin-bottom: -20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three-wrapper {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 575px) {
  .team-three-wrapper {
    margin-bottom: -30px;
  }
}
.team-three-wrapper .team-three-single {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-three-wrapper .team-three-single {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .team-three-wrapper .team-three-single {
    margin-bottom: 20px;
  }
}
.team-three-wrapper .team-three-single:nth-child(2n+2) {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-three-wrapper .team-three-single:nth-child(2n+2) {
    margin-top: 0;
  }
}
.team-three .single-team-content {
  padding: 35px 0 30px 0;
  border-radius: 7px;
  bottom: -10px;
}
@media only screen and (max-width: 575px) {
  .team-three .single-team-content {
    bottom: 15px;
  }
}
.team-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .team-three .shape {
    display: none;
  }
}
.team-three .shape .shape1 {
  position: absolute;
  left: 14%;
  top: -11%;
}
.team-three .shape .shape2 {
  position: absolute;
  left: 0%;
  top: -19%;
}
.team-three .shape .shape3 {
  position: absolute;
  left: 0%;
  top: 3%;
}
.team-three .shape .shape4 {
  position: absolute;
  right: 6%;
  top: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-three .shape .shape4 {
    right: 2%;
    top: 4%;
  }
}
.team-three .shape .shape5 {
  position: absolute;
  right: 9.7%;
  top: 21%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-three .shape .shape5 {
    top: 15%;
  }
}
.team-three .shape .shape6 {
  position: absolute;
  left: 4%;
  bottom: 10%;
}
.team-three .shape .shape7 {
  position: absolute;
  right: 7%;
  bottom: 8%;
}
.team-three .shape .shape7 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}

/*----------------------------------------*/
/*  2.16 - System Styles CSS
/*----------------------------------------*/
.system {
  position: relative;
  overflow: hidden;
}
.system-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 57px 0;
  position: relative;
  width: 180%;
  right: 78%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg {
    padding: 108px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg {
    padding: 80px 0;
    right: 58%;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg {
    padding: 60px 18px;
    width: 154%;
    left: -29%;
    right: inherit;
    row-gap: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg {
    width: 108%;
    left: -12px;
    row-gap: 30px;
  }
}
.system-single {
  display: flex;
  align-items: flex-start;
  max-width: 470px;
  width: 100%;
  padding-right: 100px;
     padding-bottom: 18px;
    padding-top: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-single {
    max-width: 382px;
    width: 100%;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-single {
    margin-right: 378px;
  }
}
@media only screen and (max-width: 767px) {
  .system-single {
    padding-right: 100px;
    margin: 0 auto 0;
  }
}
@media only screen and (max-width: 575px) {
  .system-single {
    margin: 0 auto 0 12px;
    padding-right: 28px;
  }
}
.system-icon {
  flex: 0 0 auto;
  margin-right: 30px;
  position: relative;
}
.system-icon img {
  position: relative;
}
.system-content .title {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .system-content .title {
    margin-bottom: 15px;
  }
}
.system-content p {
  color: #ffffff;
}
.system-bg2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 120px 0;
    position: relative;
    width: 158%;
  left: -2.2%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  row-gap: 60px;
  height:694px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .system-bg2 {
    left: -2.4%;
    padding: 197px 0;
    width:124%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg2 {
    left: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg2 {
    padding: 80px 0;
    left: -21.2%;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg2 {
    padding: 60px 0;
    width: 150%;
    left: -25%;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg2 {
    width: 108%;
    left: -12px;
  }
}
.system-bg2::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-color: #000000;
  opacity: 0.48;
}
.system-bg2 .heading-one {
  max-width: 560px;
  width: 100%;
  margin: 0 auto 0 130px;
  position: relative;
  z-index: 4;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .system-bg2 .heading-one {
    max-width: 530px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .system-bg2 .heading-one {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .system-bg2 .heading-one {
    margin: 0 auto 0 150px;
  }
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one {
    max-width: 500px;
  }
}
@media only screen and (max-width: 575px) {
  .system-bg2 .heading-one {
    max-width: 350px;
    margin: 0 auto 0 12px;
  }
}
@media only screen and (max-width: 479px) {
  .system-bg2 .heading-one {
        max-width: 335px;
        margin: 0px 18px 0 0;
  }
}
.system-bg2 .heading-one-subtitle {
  color: #ffffff;
}
.system-bg2 .heading-one-title {
  color: #ffffff;
  margin: 5px 0 40px;
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one-title {
    margin: 5px 0 30px;
  }
}
.system-bg2 .heading-one p {
  color: #ffffff;
}
.system-bg2 .heading-one .btn-style-one {
  display: inline-flex;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .system-bg2 .heading-one .btn-style-one {
    margin-top: 20px;
  }
}

/*----------------------------------------*/
/*  2.17 - Sidebar Styles CSS
/*----------------------------------------*/
.sidebar-wrap {
  max-width: 342px;
  width: 100%;
}
.sidebar-wrap .sidebar:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrap {
    max-width: 100%;
  }
}

.sidebar {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrap {
    margin-top: 60px;
  }
}
.sidebar .sidebar-title {
  padding: 24px 30px;
  border-radius: 5px;
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  display: flex;
  background: rgba(50, 47, 179, 0.13);
  background: var(--secondary-color);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.sidebar .sidebar-title i {
  font-size: 14px;
  color: var(--primary-color);
  margin-left: 10px;
}
.sidebar.sidebar-help {
  background-color: var(--primary-color);
}
.sidebar-search {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.sidebar-search-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  background-color: white;
  color: #ffffff;
  font-size: 18px;
  padding: 20px;
  border-radius: 0;
}
.sidebar-search-btn::before {
  border-radius: 0;
}
.sidebar-input {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 5px;
  padding-right: 50px;
  padding-left: 20px;
  background-color: #ffffff;
  color: var(--secondary-color);
  border: 1px solid #bdbdcc;
}
.sidebar-input::-moz-placeholder {
  color: #717788;
  font-size: 16px;
  font-family: var(--font_primary);
}
.sidebar-input::placeholder {
  color: #717788;
  font-size: 16px;
  font-family: var(--font_primary);
}
.sidebar-blog li {
  display: flex;
  margin-bottom: 30px;
}
.sidebar-blog li:last-child {
  margin-bottom: 0px;
}
.sidebar-blog li .image {
  flex: 1 0 85px;
  margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar-blog li .image {
    flex: none;
  }
}
.sidebar-blog li .image img {
  width: 100%;
}
.sidebar-blog li .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sidebar-blog li .content .title {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary-color);
}
.sidebar-blog li .content .title:hover {
  color: var(--primary-color);
}
.sidebar-blog li .content .date {
  font-size: 14px;
  font-family: var(--font_primary);
  color: #717788;
  line-height: 1;
  margin-bottom: 10px;
}
.sidebar-category li {
  margin-bottom: 8px;
}
.sidebar-category li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px;
}
.sidebar-category li a {
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 18px;
    line-height: 16px;
    display: block;
    transition: all 0.4s;
    padding: 19px 16px;
    background:#fff;
}
.sidebar-category li a:hover {
color: #ffffff;
    padding-left: 5px;
    background-color:var(--primary-color);
}
.sidebar-category li :hover i {
color: #ffffff!important;
    padding-left: 5px;
}
.sidebar-category li a i {
  color: var(--primary-color);
  font-size: 14px;
  margin-right: 10px;
}
.sidebar-tags a {
  font-size: 14px;
  font-family: var(--font_primary);
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #d1dbe5;
  color: #54545f;
  display: inline-flex;
  margin-bottom: 6px;
  margin-right: 4px;
  line-height: 1;
}
.sidebar-tags a:last-child {
  margin-bottom: 0px;
}
.sidebar-tags a:hover, .sidebar-tags a.active {
  background-color: var(--primary-color);
  color: White;
  border: 1px solid var(--primary-color);
}
.sidebar-instagram li {
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-instagram li a {
  display: block;
  position: relative;
}
.sidebar-instagram li a::after {
  background: var(--primary-color);
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -20%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.5s;
}
.sidebar-instagram li a .add-action i {
  font-size: 24px;
  color: white;
  vertical-align: middle;
  line-height: 1;
}
.sidebar-instagram li a:hover::after {
  opacity: 0.5;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-instagram li a:hover .add-action {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.sidebar-feature-content {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.sidebar-feature-content .date {
  margin-bottom: 3px;
}
.sidebar-feature-content .title {
  font-size: 21px;
  font-weight: 700;
  color: var(--secondary-color);
}
.sidebar-feature-content .title:hover {
  color: var(--primary-color);
}
.sidebar-banner {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.sidebar-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--primary-color);
  background: linear-gradient(-55deg, #5BCFF2 0%, #417DD2 50%, var(--primary-color) 100%);
  opacity: 0.8;
}
.sidebar-banner-subtitle {
  color: var(--primary-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.sidebar-banner-title {
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.sidebar-banner p {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.sidebar-banner .btn-style-two {
  padding: 16px 38px;
  display: inline-block;
  font-size: 16px;
  font-family: var(--font_primary);
  position: relative;
  z-index: 1;
}

/*----------------------------------------*/
/*  2.18 - Blog Details Styles CSS
/*----------------------------------------*/
/* Blog Details */
.blog-details .text {
  margin-bottom: 7px;
  margin-top: 10px;
  line-height: 1.6;
}

.blog-details-two {
  margin-top: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-two {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-two {
    margin-top: 60px;
  }
}

.blockquote {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  margin: 50px 0;
}
.blockquote img {
  position: relative;
  margin-top: 8px;
}
.blockquote span {
  font-size: 21px;
  font-family: var(--font_primary);
  font-style: italic;
  line-height: 1.42;
  color: #717788;
}

/* Blog Share */
.blog-share-tag {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #bdbdcc;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 50px;
    padding-bottom: 20px;
  }
}
.blog-share-tag .tags, .blog-share-tag .share {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.blog-share-tag .tags .label, .blog-share-tag .share .label {
  color: var(--secondary-color);
  font-weight: 400;
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag .tags {
    margin-bottom: 20px;
  }
}
.blog-share-tag .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-share-tag .tags ul li {
  margin-right: 5px;
}
.blog-share-tag .tags ul li a {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .blog-share-tag .tags ul li a {
    font-size: 16px;
  }
}
.blog-share-tag .tags ul li a:hover {
  color: var(--primary-color);
}
.blog-share-tag .widget-social {
  display: flex;
  gap: 10px;
}
.blog-share-tag .widget-social li a {
  font-size: 18px;
}
.blog-share-tag .widget-social .share-link {
  color: #cdccdd;
}
.blog-share-tag .widget-social .share-link:hover {
  color: var(--primary-color);
}

/* Post Nav Link */
.post-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link {
    margin-top: 20px;
  }
}
.post-nav-link .post-prev {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-prev {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.post-nav-link .post-next {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  text-align: end;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .post-nav-link .post-next {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .post-nav-link .content {
    width: 100%;
    margin-top: 10px;
  }
}
.post-nav-link .content .prev-arrow, .post-nav-link .content .next-arrow {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  color: var(--secondary-color);
  text-transform: uppercase;
}
.post-nav-link .content .prev-arrow img {
  margin-right: 7px;
}
.post-nav-link .content .next-arrow img {
  margin-left: 7px;
}
.post-nav-link .content .title {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}

/* Entry Author */
.entry-author {
  box-shadow: 0px 18px 90px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
  border-radius: 20px;
  display: flex;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .entry-author {
    padding: 30px;
    margin-top: 50px;
  }
}
.entry-author .thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .entry-author .thumb {
    margin-right: 20px;
    width: 80px;
  }
}
.entry-author .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .entry-author .head {
    margin-bottom: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
}
.entry-author .head .title {
  color: var(--secondary-color);
  font-size: 21px;
  font-weight: 700;
}
.entry-author .head .widget-social {
  display: flex;
  gap: 10px;
}
.entry-author .head .widget-social li a {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .entry-author .head .widget-social li a {
    font-size: 16px;
  }
}
.entry-author .text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .entry-author .text {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.entry-author .read-more {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.16;
  border-bottom: 2px solid var(--primary-color);
  color: var(--secondary-color);
  text-transform: uppercase;
}
.entry-author .read-more:hover {
  color: var(--primary-color);
}

/* Comment */
.comment {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment {
    margin-top: 44px;
  }
}
.comment .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .comment .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .comment .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.comment-1 {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .comment-1 {
    padding: 20px 0;
  }
}
.comment-thumb {
  flex-shrink: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .comment-thumb {
    margin-right: 15px;
    width: 50px;
  }
}
.comment-content {
  padding-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
@media only screen and (max-width: 575px) {
  .comment-content {
    padding-bottom: 30px;
  }
}
.comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comment-head .meta {
  display: flex;
  align-items: center;
}
.comment-title {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .comment-title {
    margin-bottom: 0;
  }
}
.comment .meta {
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .comment .meta {
    line-height: 1;
  }
}
.comment .meta .date {
  font-size: 14px;
  color: #a3a8af;
  font-family: var(--font_primary);
}
.comment .text {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .comment .text {
    font-size: 16px;
    margin-top: 15px;
  }
}
.comment .replay {
  padding: 10px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  border: 1px solid #d1dbe5;
  color: #4a4f6b;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .comment .replay {
    padding: 8px 20px 5px;
    font-size: 14px;
  }
}
.comment .replay:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: white;
}
.comment-list .comment-inner {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .comment-list .comment-inner {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-list .comment-inner {
    margin-bottom: 0px;
  }
}
.comment-list .comment-inner:last-child {
  margin-bottom: 0;
}
.comment-children {
  margin-left: 120px;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-children {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .comment-children {
    margin-left: 60px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-children {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .comment-children {
    margin: 0 0 0 30px;
  }
}
.comment-form {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .comment-form {
    margin-top: 50px;
  }
}
.comment-form .title {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .comment-form .title {
    font-size: 26px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .comment-form .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.comment-form-text {
  margin-bottom: 30px;
}
.comment-form-text span {
  color: #d71602;
}
.comment-form-inner input, .comment-form-inner textarea {
  font-size: 14px;
  width: 100%;
  border: none;
  height: 60px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  border: 1px solid #cbcbdc;
}
.comment-form-inner input::-moz-placeholder, .comment-form-inner textarea::-moz-placeholder {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner input::placeholder, .comment-form-inner textarea::placeholder {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 16px;
  line-height: 1;
}
.comment-form-inner textarea {
  height: 190px;
  padding-top: 20px;
}
.comment-form .btn {
  text-align: center;
  display: flex;
  justify-content: center;
}

/*----------------------------------------*/
/*  2.19 - Projects Styles CSS
/*----------------------------------------*/
.project-details-images .group-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details-images .group-image {
    margin-top: 30px;
  }
}

.project-details {
  margin-top: 45px;
}
.project-details-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .project-details-title {
    font-size: 30px;
  }
}
.project-details-sidebar {
  position: relative;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  .project-details-sidebar {
    padding: 30px;
  }
}
.project-details-sidebar::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 47, 179, 0.07);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.07) 0%, rgba(50, 47, 179, 0.07) 100%);
  z-index: 1;
  border-radius: 13px;
}
.project-details-sidebar .title {
  font-size: 18px;
  color: var(--secondary-color);
  font-weight: 700;
  display: flex;
  margin-bottom: 5px;
}
.project-details-sidebar li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .project-details-sidebar li {
    margin-bottom: 15px;
  }
}
.project-details-sidebar li:last-child {
  margin-bottom: 0;
}
.project-details-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .project-details-social {
    margin: 30px 0;
  }
}
.project-details-social .label {
  text-transform: uppercase;
  color: #717788;
}
.project-details-social .social {
  display: flex;
  gap: 10px;
}
.project-details-social .social li a {
  font-size: 16px;
}

.more-project {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .more-project {
    margin-top: 40px;
  }
}
.more-project-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .more-project-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .more-project-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .more-project img {
    width: 100%;
  }
}

.single-project {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.single-project::before {
  content: "";
  background: linear-gradient(-50deg, #5BCFF2 15%, #417DD2 47%, var(--primary-color) 80%);
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}
.single-project .thumbnail {
  overflow: hidden;
  border-radius: 13px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.single-project .thumbnail img {
  transform: scale(1);
  transition: 0.3s;
  width: 100%;
}
.single-project .thumbnail:hover img {
  transform: scale(1.06);
  transition: 0.3s;
}
.single-project .lightbox {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 9;
  transition: 0.6s;
  opacity: 0;
}
.single-project .lightbox .item {
  font-size: 16px;
  color: black;
  background: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  transition: 0.3s;
}
.single-project .lightbox .item:hover {
  background: linear-gradient(-50deg, #5BCFF2 15%, #417DD2 47%, var(--primary-color) 80%);
  color: white;
  transition: 0.3s;
}
.single-project .content {
  position: absolute;
  bottom: -20px;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  padding: 30px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .single-project .content {
    padding: 20px;
  }
}
.single-project .content .subtitle {
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-project .content .title {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
}
.single-project .content .title a {
  color: white;
}
.single-project:hover .lightbox {
  top: 20px;
  transition: 0.6s;
  opacity: 1;
}
.single-project:hover .content {
  bottom: 0%;
  opacity: 1;
  transition: 0.6s;
}
.single-project:hover::before {
  opacity: 0.7;
}

/*----------------------------------------*/
/*  2.20 - Support Styles CSS
/*----------------------------------------*/
.support {
  position: relative;
  margin-top: 80px;
}
@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), only screen and (max-width: 767px) {
  .support {
    margin-top: 0;
  }
}
.support-bg {
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-bg {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .support-bg {
    padding: 60px 0 0;
  }
}
.support-bg::after {
  background-color: var(--primary-color);
  content: "";
  height: 100%;
  right: 8%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
  border-radius: 0 13px 13px 0;
}
@media only screen and (max-width: 767px) {
  .support-bg::after {
    right: 0;
  }
}
.support-bg-img {
  position: absolute;
  left: -12px;
  top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .support-bg-img {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .support-bg-img {
    width: 100%;
  }
}
.support .heading-one {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
.support .heading-one-title {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-title {
    font-size: 40px;
  }
}
.support .heading-one-text {
  color: #ffffff;
  margin: 40px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .heading-one-text {
    margin: 20px 0;
  }
}
.support .phone-call {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.support .phone-call .phone-icon {
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
}
.support .phone-call .phone-icon i {
  color: #ffffff;
  font-size: 18px;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .phone-call .phone-icon {
    height: 50px;
    width: 50px;
  }
}
.support .phone-call .phone-text {
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font_primary);
  color: #ffffff;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .support .phone-call .phone-text {
    font-size: 20px;
  }
}
.support .phone-call:hover .phone-icon {
  transition: 0.4s;
  background: #31bbe5;
}
.support .phone-call:hover .phone-icon i {
  color: #f1f1f1;
  transition: 0.4s;
}
.support .phone-call:hover .phone-text {
  color: var(--primary-color);
  transition: 0.4s;
}
.support-man {
  position: absolute;
  bottom: 0;
  margin-left: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-man {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-man {
    margin-left: 0px;
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .support-man {
    position: relative;
    margin-left: 40px;
  }
}
.support-shape-one {
  position: absolute;
  top: -50px;
  right: 12%;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-shape-one {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-shape-one {
    right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .support-shape-one {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .support-shape-one img {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .support-shape-one img {
    width: 80%;
  }
}
.support-shape-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28%;
}
.support-shape-two img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@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), only screen and (max-width: 767px) {
  .support-shape-two {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.21 - Speciality Styles CSS
/*----------------------------------------*/
.speciality {
  position: relative;
}
.speciality-image {
  position: relative;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-image {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image {
    display: block;
  }
  .speciality-image img {
    width: 100%;
  }
}
.speciality-image-circle .circle1 {
  top: -65px;
  position: absolute;
  left: -80px;
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-image-circle .circle1 {
    left: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-image-circle .circle1 {
    left: -20px;
    top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-image-circle .circle1 {
    top: -50px;
    left: -20px;
    width: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle1 {
    display: none;
  }
}
.speciality-image-circle .circle2 {
  top: 100px;
  right: -50px;
  position: absolute;
  -webkit-animation: zoom1 4s infinite linear;
          animation: zoom1 4s infinite linear;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle2 {
    display: none;
  }
}
.speciality-image-circle .circle3 {
  left: -85px;
  bottom: -175px;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-image-circle .circle3 {
    width: 40%;
    bottom: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-image-circle .circle3 {
    display: none;
  }
}
.speciality-image-inner {
  position: relative;
  z-index: 3;
}
.speciality .heading-one-title {
  margin: 10px 0px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality .heading-one-title {
    margin: 10px 0px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality .heading-one-title {
    margin: 10px 0px 20px;
  }
}
.speciality-shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.speciality-shape .shape {
  position: absolute;
}
.speciality-shape .shape1 {
  left: 170px;
  bottom: 185px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .speciality-shape .shape1 {
    left: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape1 {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape1 {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .speciality-shape .shape1 {
    display: none;
  }
}
.speciality-shape .shape2 {
  top: -25px;
  right: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape2 {
    right: 30;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape2 {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-shape .shape2 {
    right: 10px;
    top: -40px;
    width: 18%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-shape .shape2 {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-shape .shape2 {
    display: none;
  }
}
.speciality-shape .shape3 {
  right: 114px;
  bottom: 0;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .speciality-shape .shape3 {
    right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .speciality-shape .shape3 {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .speciality-shape .shape3 {
    right: 20px;
    bottom: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .speciality-shape .shape3 {
    right: 10px;
    bottom: -40px;
    width: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality-shape .shape3 {
    right: 40px;
    bottom: auto;
    top: 50%;
    width: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .speciality-shape .shape3 {
    display: none;
  }
}
.speciality_list {
  display: flex;
  margin-top: 45px;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality_list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality_list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .speciality_list {
    margin-top: 30px;
    gap: 20px;
  }
}
.speciality_list__single .content_title {
  font-size: 24px;
  font-weight: 700;
  margin: 35px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .speciality_list__single .content_title {
    margin: 20px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .speciality_list__single .content_title {
    margin: 20px 0 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .speciality_list__single .content_title {
    margin: 15px 0 10px;
    font-size: 18px;
  }
}

/*----------------------------------------*/
/*  2.22 - Why Choose Us Styles CSS
/*----------------------------------------*/
.why-choose-us {
  position: relative;
  z-index: 1;
}
.why-choose-us_inner {
  background-color: var(--primary-color);
  padding: 100px;
  border-radius: 13px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: -3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_inner {
    padding: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_inner {
    padding: 60px;
    flex-direction: column;
    row-gap: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .why-choose-us_inner {
    padding: 40px;
  }
}
.why-choose-us_content {
  flex: 0 0 37%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_content {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_content {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_content {
    flex: 0 0 50%;
  }
}
.why-choose-us_content .heading-one-subtitle, .why-choose-us_content .heading-one-title, .why-choose-us_content .heading-one p {
  color: #ffffff;
}
.why-choose-us_content .heading-one-title {
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_content .heading-one-title {
    margin: 10px 0 20px;
  }
}
.why-choose-us_list {
  flex: 0 0 48%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_list {
    flex: 0 0 50%;
  }
}
.why-choose-us_list__single {
  display: flex;
  margin-bottom: 50px;
}
.why-choose-us_list__single:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .why-choose-us_list__single {
    margin-bottom: 30px;
  }
}
.why-choose-us_list__single .check-icon {
  height: 48px;
  flex: 0 0 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 100%;
  margin-right: 20px;
}
.why-choose-us_list__single .check-content_title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us_list__single .check-content_title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_list__single .check-content_title {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.why-choose-us_list__single .check-content_text {
  color: #ffffff;
}
.why-choose-us_shape {
  position: absolute !important;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -4;
}
.why-choose-us_shape .shape {
  position: absolute;
}
.why-choose-us_shape .shape1 {
  right: 0;
  top: -200px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape1 {
    top: -170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape1 {
    top: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape1 {
    width: 50%;
    top: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-us_shape .shape1 {
    width: 65%;
    top: -65px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape1 {
    display: none;
  }
}
.why-choose-us_shape .shape2 {
  right: 230px;
  bottom: 70px;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape2 {
    right: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape2 {
    right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_shape .shape2 {
    right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape2 {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape2 {
    display: none;
  }
}
.why-choose-us_shape .shape3 {
  bottom: -110px;
  left: 140px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .why-choose-us_shape .shape3 {
    left: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .why-choose-us_shape .shape3 {
    left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-us_shape .shape3 {
    left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .why-choose-us_shape .shape3 {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .why-choose-us_shape .shape3 {
    display: none;
  }
}

/*----------------------------------------*/
/*  2.23 - Contact Styles CSS
/*----------------------------------------*/
.home-contact {
  position: relative;
  margin-top: -275px;
}
.home-contact_wrapper {
  background-color: var(--secondary-color);
  padding: 90px 100px;
  border-radius: 13px;
  display: flex;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_wrapper {
    padding: 90px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_wrapper {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_wrapper {
    padding: 30px 20px;
    flex-direction: column;
  }
}
.home-contact_content {
  flex: 0 0 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content {
    flex: 0 0 52%;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
.home-contact_content .subtitle {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 4px;
}
.home-contact_content .title {
  font-family: var(--font_primary);
  font-weight: 700;
  font-size: 48px;
  color: #ffffff;
  line-height: 1.3;
  margin: 10px 0 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_content .title {
    margin: 10px 0 20px;
    font-size: 36px;
  }
}
.home-contact_content p {
  color: #ffffff;
  margin-bottom: 0px;
}
.home-contact_info {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .home-contact_info {
    margin-top: 30px;
  }
}
.home-contact_info li {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
.home-contact_info li:last-child {
  margin-bottom: 0px;
}
.home-contact_info .icon {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.home-contact_info .details-title {
  color: #ffffff;
  font-family: var(--font_primary);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.home-contact_info .details-text {
  color: #ffffff;
}
.home-contact_info .details-text:hover {
  color: var(--primary-color);
}
.home-contact_form {
  flex: 0 0 50%;
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact_form {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact_form {
    flex: 0 0 48%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact_form {
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.home-contact_form .form-single {
  margin-bottom: 20px;
  line-height: 1;
}
.home-contact_form input, .home-contact_form textarea, .home-contact_form button {
  width: 100%;
  border-radius: 7px;
  border: 0px;
}
.home-contact_form input::-moz-placeholder, .home-contact_form textarea::-moz-placeholder {
  font-size: 16px;
  color: #717788;
  font-family: var(--font_primary);
}
.home-contact_form input::placeholder, .home-contact_form textarea::placeholder {
  font-size: 16px;
  color: #717788;
  font-family: var(--font_primary);
}
.home-contact_form input {
  height: 60px;
  padding: 0 25px;
}
.home-contact_form textarea {
  height: 120px;
  padding: 20px 25px;
}
.home-contact .shape {
  position: absolute;
  z-index: 2;
}
.home-contact .shape.shape-1 {
  bottom: -245px;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .home-contact .shape.shape-1 {
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-1 {
    left: -80px;
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-1 {
    display: none;
  }
}
.home-contact .shape.shape-2 {
  bottom: -260px;
  right: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .home-contact .shape.shape-2 {
    bottom: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-contact .shape.shape-2 {
    bottom: -120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contact .shape.shape-2 {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  .home-contact .shape.shape-2 {
    display: none;
  }
}

.contact-us .heading-one {
  margin: 0 auto 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-us .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .heading-one {
    margin: 0 auto 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .heading-one {
    margin: 0 auto 40px;
  }
}
.contact-us .contact-head {
  max-width: 480px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-head {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.contact-us .contact-info li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-us .contact-info li:last-child {
  margin-bottom: 0px;
}
.contact-us .contact-info li .icon {
  height: 75px;
  width: 75px;
  background-color: #eaf6fc;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-color);
  margin-right: 20px;
}
@media only screen and (max-width: 479px) {
  .contact-us .contact-info li .icon {
    height: 60px;
    width: 60px;
    margin-right: 20px;
    font-size: 20px;
  }
}
.contact-us .contact-info li .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .title {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text {
  color: #717788;
  font-family: var(--font_primary);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-info li .text {
    font-size: 16px;
  }
}
.contact-us .contact-info li .text a {
  color: #717788;
}
.contact-us .contact-info li .text a:hover {
  color: var(--primary-color);
}
.contact-us .contact-info .contact-head .text {
  color: #54545f;
  font-size: 18px;
}
.contact-us .contact-info .contact-head .text a {
  color: #54545f;
}
.contact-us .contact-info .contact-head .text a:hover {
  color: var(--primary-color);
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form {
    margin-top: 20px;
  }
}
.contact-us .contact-form input, .contact-us .contact-form textarea {
  font-size: 14px;
  width: 100%;
  border: 1px solid #cbcbdc;
  height: 60px;
  border-radius: 7px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
  color: var(--secondary-color);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form input, .contact-us .contact-form textarea {
    height: 50px;
  }
}
.contact-us .contact-form input::-moz-placeholder, .contact-us .contact-form textarea::-moz-placeholder {
  font-family: var(--font_primary);
  color: #717788;
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input::placeholder, .contact-us .contact-form textarea::placeholder {
  font-family: var(--font_primary);
  color: #717788;
  font-size: 16px;
  line-height: 1;
}
.contact-us .contact-form input:focus-visible, .contact-us .contact-form textarea:focus-visible {
  outline: 1px solid rgb(50, 47, 179);
}
.contact-us .contact-form textarea {
  height: 160px;
  padding-top: 20px;
  border-radius: 7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us .contact-form textarea {
    height: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form textarea {
    height: 120px;
  }
}
.contact-us .contact-form .btn {
  padding: 22px 58px;
}
@media only screen and (max-width: 767px) {
  .contact-us .contact-form .btn {
    padding: 18px 45px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us .contact-form .btn {
    padding: 18px 30px;
  }
}
.contact-us .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-us .shape {
    display: none;
  }
}
.contact-us .shape .shape1 {
  position: absolute;
  left: 4%;
  bottom: 15%;
  z-index: 2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-us .shape .shape1 img {
    width: 85%;
  }
}
.contact-us .shape .shape2 {
  position: absolute;
  left: 84.4%;
  bottom: 25%;
  z-index: 1;
}

/* Map Style */
.google-map-area {
  position: relative;
}
.google-map-area .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 1;
  transition: 0.3s;
}
.google-map-area .map-inner iframe {
  border-radius: 20px;
  width: 100%;
  height: 425px;
}

/*----------------------------------------*/
/*  2.24 - Newsletter Styles CSS
/*----------------------------------------*/
.newsletter {
  position: relative;
}
.newsletter-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.newsletter-inner {
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 13px 0 0 13px;
  padding: 70px 0px 70px 70px;
  position: relative;
}
.newsletter-inner::after {
  background-color: var(--primary-color);
  content: "";
  height: 100%;
  left: 98%;
  position: absolute;
  top: 0;
  width: 5000px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner::after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-inner {
    padding: 70px 0px 70px 40px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-inner {
    padding: 70px 0px 70px 30px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-inner {
    padding: 70px 30px 70px 30px;
    border-radius: 13px;
    row-gap: 30px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-inner {
    padding: 50px 30px;
  }
}
.newsletter-inner .heading-one {
  max-width: 530px;
  width: 100%;
}
.newsletter-inner .heading-one-subtitle {
  color: #ffffff;
}
.newsletter-inner .heading-one-title {
  color: #ffffff;
  font-size: 48px;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-inner .heading-one-title {
    font-size: 36px;
  }
}
.newsletter-inner .heading-one-text {
  color: #ffffff;
}
.newsletter-inner .footer-widget-form {
  max-width: 470px;
  width: 100%;
  margin-top: 0px;
}
.newsletter-inner .footer-widget-form input {
  height: 72px;
  padding: 0 60px 0 30px;
}
@media only screen and (max-width: 767px) {
  .newsletter-inner .footer-widget-form {
    max-width: 500px;
  }
}
.newsletter .shape {
  position: absolute;
}
.newsletter .shape.shape-1 {
  top: -70px;
  left: 155px;
  z-index: -2;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .newsletter .shape.shape-1 {
    top: -50px;
    left: 15px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .newsletter .shape.shape-1 {
    top: 5px;
    left: 0px;
    width: 40%;
  }
  .newsletter .shape.shape-1 img {
    width: 20%;
  }
}
@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), only screen and (max-width: 767px) {
  .newsletter .shape.shape-1 {
    display: none;
  }
}
.newsletter .shape.shape-2 {
  top: -50px;
  right: 60px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .newsletter .shape.shape-2 {
    display: none;
  }
}

.newsletter-two {
  position: relative;
}
.newsletter-two-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 90px;
  border-bottom: 1px solid rgba(50, 47, 179, 0.13);
  margin-bottom: 120px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner {
    flex-direction: column;
    row-gap: 30px;
    padding: 0 0 60px;
    align-items: start;
    margin-bottom: 70px;
  }
}
.newsletter-two-inner .heading-one {
  max-width: 530px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner .heading-one {
    max-width: 100%;
  }
}
.newsletter-two-inner .heading-one-title {
  font-size: 48px;
  margin: 5px 0 20px;
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .heading-one-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-two-inner .heading-one-title {
    font-size: 36px;
  }
}
.newsletter-two-inner .footer-widget-form {
  max-width: 500px;
  width: 100%;
  margin-top: 0px;
  overflow: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form {
    max-width: 100%;
  }
}
.newsletter-two-inner .footer-widget-form input {
  height: 72px;
  padding: 0 200px 0 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 180px 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 180px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form input {
    padding: 0 160px 0 20px;
    height: 60px;
  }
}
.newsletter-two-inner .footer-widget-form .btn {
  right: 0;
  top: 0;
  height: 100%;
  transform: inherit;
  background: var(--primary-color);
  background: linear-gradient(-45deg, var(--secondary-color) 0%, var(--primary-color) 50%, var(--primary-color) 100%);
  border-radius: 0 7px 7px 0;
  padding: 20px 48px;
  font-family: var(--font_primary);
  font-weight: 300;
  font-size: 18px;
}
.newsletter-two-inner .footer-widget-form .btn::before {
  border-radius: 0 7px 7px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-two-inner .footer-widget-form .btn {
    padding: 20px 25px;
  }
}
























/*
    Template Name: Edustdy – Education Html Template
    Template URI: site.com
    Description: Edustdy – Education Html Template
    Author: raistheme
    Author URI: https://raistheme.com/
    Version: 1.0
*/

/* CSS Index 
-----------------------------------

    01.Theme default
    02.Header
    03.Slider
    04.Features
    05.About
    06.Counter
    07.About 2
    08.Program
    09.Why Choose Us
    10.Courses
    11.Testimonial
    12.Team
    13.Event
    14.Blog
    15.Footer
    16.Courses Form
    17.About 3
    18.Features
    19.Courses 2
    20.testimonial 2
    21.About 4
    22.EVENT 2
    23.Pricing
    24.Category
    25.Register
    26.Testimonial author
    27.EVENT 3
    28.About 4
    29.Skill
    30.Why Chooses
    31.Testimonial
    32.Countdown 2 
    33.Page Banner
    34.Blog List Page
    35.Sidebar
    36.Blog Details
    37.Courses Details Banner
    38.Courses Details
    39.Contact

*/


/*===========================
     01.Theme default css 
===========================*/




  body {
    font-family: var(--font_primary);
    line-height: 1;
    font-size: 15px;
    background-color: #ffffff;
    font-weight: normal;
    font-style: normal;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font_secondary);
    font-weight: 700;
    color: #252628;
    margin: 0px;
}
p {
    font-family: var(--font_primary);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #484848;
    margin: 0px;
}

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


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 40px;
    font-size: 16px;
    height: 50px;
    line-height:42px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: var(--primary-color);
    border:3px solid #fff;
}

.main-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.main-btn-2 {
    background-color: var(--secondary-color);
    color: #fff;
}

.main-btn-2:hover {
    background-color: var(--secondary-color);
    color: #252628;
}


/*===== All Section Title Style =====*/

.section_title {}

.section_title .main_title {
   font-size: 28px;
    color: #002639;
    font-weight: 700;
}

.section_title p {
    margin-top: 25px;
}

.section_title.section_title_2 .main_title,
.section_title.section_title_2 p {
    color: #fff;
}


/*===== All Slick Slide Outline Style =====*/

.slick-slide {
    outline: 0;
}


/*===== All Preloader Style =====*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
}

#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--secondary-color);
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

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

@-webkit-keyframes preloader {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}


/*===== All Form Style =====*/

.single_form {
    margin-top: 30px;
}


.single_form textarea,
.single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    font-size: 16px;
    color: #2b2a35;
    border: 1px solid rgba(43, 42, 53, 0.3);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single_form textarea {
    resize: none;
    padding-top: 15px;
    height: 120px;
}

.single_form textarea:focus,
.single_form input:focus {
    border-color: var(--secondary-color);
}


/*===== All Pagination Style =====*/

.pagination {
    margin-top: 60px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #dbdbdb;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li a.active {
    background-color: #f9c540;
    color: #fff;
    border-color: #f9c540;
}


/*===========================
     02.Header css 
===========================*/

.header_area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header_top {
    background-color: var(--secondary-color);
    padding-bottom: 15px;
}

.header_top_info {
    margin-top: 15px;
}

.header_top_info ul li {
    display: inline-block;
}

.header_top_info ul li + li {
    margin-left: 30px;
}

.header_top_info ul li a {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}

.header_top_info ul li img {
    width: 16px;
    margin-right: 8px;
}

.header_top_login {
    margin-top: 15px;
}

.header_top_login ul li {
    display: inline-block;
}

.header_top_login ul li + li {
    margin-left: 15px;
}

.header_top_login ul li a {
    font-size: 14px;
    color: #fff;
}


.header_top_login ul li a.main-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    color: #fff;
    font-weight: 600;
    font-size:13px;
}

.header_top_login ul li a.main-btn i {
    margin-right: 5px;
}

.header_top_login ul li a.main-btn:hover {
    background-color: #dcdcdc;
    color: #000;
}



/*===== Headr Menu =====*/

.header_menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background-color: #fff;
}

.navbar {
    padding: 0;
    position: relative;
}

.navbar-brand {}

.navbar-brand img{
    width: 166px;
}


.navbar-toggler {
    padding: 0;
    margin-right:20px;
}

.navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 5px 0;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav {}

.navbar-nav li {
    margin: 0 10px;
    position: relative;
}

.navbar-nav li a {
    padding: 30px 5px;
    font-size: 16px;
    color: #002639;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-nav li a::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-nav li a i {
    font-size: 12px;
    margin-left: 5px;
}

.navbar-nav li > a.active::before,
.navbar-nav li:hover > a::before {
    width: 100%;
}

.navbar-nav li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 255px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.1);
}

.navbar-nav li .sub-menu li {
    margin: 0;
}

.navbar-nav li .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #252628;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav li .sub-menu li a i {
    float: right;
    line-height: 2;
}

.navbar-nav li .sub-menu li > a.active,
.navbar-nav li .sub-menu li:hover > a {
    color: var(--secondary-color);
    padding-left: 20px;
    font-weight: 700;
}

.navbar-nav li .sub-menu li a::before {
    display: none;
}

.navbar-nav li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar-nav li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.navbar-nav li .sub-menu li .sub-menu li {}

.navbar-nav li .sub-menu li .sub-menu li a {}

.navbar-nav li a .sub-nav-toggler span {
    width: 8px;
    height: 8px;
    border-left: 1px solid #222;
    border-bottom: 1px solid #222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: relative;
    top: -5px;
}

.sub-nav-toggler {
    display: none;
}

.navbar_meta {
    padding-right: 10px;
    padding-left: 20px;
}

.navbar_meta ul li .main-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    width: 130px;
}


.navbar_meta ul li {
    display: inline-block;
}

.navbar_meta ul li + li {
    margin-left: 15px;
}

.navbar_meta ul li a {
    width: 16px;
    position: relative;
}

.navbar_meta ul li a span {
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 13px;
    color: #252628;
    background-color: var(--secondary-color);
    position: absolute;
    top: -6px;
    right: -9px;
}

.search_bar {
    width: 300px;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    display: none;
}

.search_bar input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid rgba(37, 38, 40, 0.25);
    color: #252628;
}

.search_bar button {
    background: none;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 40px;
    border: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
}

/*===== Headr Menu 2 =====*/

.header_menu_2 {
    border-bottom: 0;
}

.header_menu_2 .navbar-nav li a::before {
    display: none;
}

.header_menu_2 .navbar-nav li > a.active,
.header_menu_2 .navbar-nav li:hover > a{
    color: var(--secondary-color);
}

.header_menu_2 .navbar-nav li .sub-menu li > a.active,
.header_menu_2 .navbar-nav li .sub-menu li:hover > a {
    color: var(--secondary-color);
}


/*===== Headr Menu 3 =====*/

.header_area_2 {}

.header_area_2 .header_top {
    background-color: transparent;
}

.header_area_2::before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 118px;
    background-color: #1b2945;
    z-index: -1;
}

.header_area_2::after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    right: calc((100% - -390px) / 2);
    height: 118px;
    background-color: var(--secondary-color);
    z-index: -1;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}


.header_top_wrapper_2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main_menu {}

.main_menu li {
    margin-left: 30px;
    position: relative;
    display: inline-block;
}

.main_menu li:first-child {
    margin-left: 0;
}

.main_menu li a {
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.main_menu li a i {
    font-size: 12px;
    margin-left: 5px;
}

.main_menu li > a.active,
.main_menu li:hover > a {
    color: var(--secondary-color);
}

.main_menu li .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 99;
    padding: 8px 0;
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.1);
}

.main_menu li .sub-menu li {
    margin: 0;
    display: block;
}

.main_menu li .sub-menu li a {
    display: block;
    padding: 8px 15px;
    color: #252628;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 14px;
    font-weight: 500;
}

.main_menu li .sub-menu li a i {
    float: right;
    line-height: 2;
}

.main_menu li .sub-menu li > a.active,
.main_menu li .sub-menu li:hover > a {
    color: var(--secondary-color);
    padding-left: 20px;
}

.main_menu li .sub-menu li a::before {
    display: none;
}

.main_menu li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main_menu li .sub-menu li .sub-menu {
    top: 0;
    left: 100%;
}

.header_bottom_wrapper {
    background-color: #fff;
    padding: 20px;
}

.header_search {}

.header_search input {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #252628;
    border: 0;
}

.header_search button {
    padding: 0;
    width: 45px;
    height: 45px;
    background-color: var(--secondary-color);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #252628;
    font-size: 16px;
}


.header_bottom_login ul li {
    display: inline-block;
}

.header_bottom_login ul li + li {
    margin-left: 15px;
}

.header_bottom_login ul li a {
    font-size: 14px;
    color: rgba(0, 38, 57, 0.7);
}

.header_bottom_login ul li a.main-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    background-color: var(--secondary-color);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 0;
    color: #252628;
    font-weight: 600;
}

.header_bottom_login ul li a.main-btn i {
    margin-right: 5px;
}

.header_bottom_login ul li a.main-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.header_bottom_login ul li .cart {
    width: 16px;
    position: relative;
}

.header_bottom_login ul li .cart span {
    padding: 0px 5px;
    border-radius: 50%;
    font-size: 13px;
    color: #252628;
    background-color: var(--secondary-color);
    position: absolute;
    top: -6px;
    right: -9px;
}

.header_mobile {
    border-bottom: 0;
}

.header_mobile_bg {
    background-color: #fff;
    padding: 15px 20px !important;
}

.header_mobile .navbar-toggler .toggler-icon {
    background-color: #002639;
}


/*===== Headr Menu 4 =====*/

.header_menu_3 {
    border-bottom: 0;
}

.header_menu_3 .navbar-nav li a::before {
    display: none;
}

.header_menu_3 .navbar-nav li > a.active,
.header_menu_3 .navbar-nav li:hover > a{
    color: var(--secondary-color);
}

.header_menu_3 .navbar-nav li .sub-menu li > a.active,
.header_menu_3 .navbar-nav li .sub-menu li:hover > a {
    color: var(--secondary-color);
}


/*===========================
    03.Slider css 
===========================*/


.slider_area {}

.single_slider {
    height: 800px;
    position: relative;
    z-index: 5;
}

.single_slider::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.35);
    z-index: -1;
}

.slider_content {
    margin-top: 200px;
}

.slider_content .sub_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.slider_content .main_title {
    font-size: 40px;
    font-weight: 600;
    opacity: 0.5;    
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    border-radius: 30px;
    padding:20px;
}

.slider_content .main_title span {
    color: #fff;
}

.slider_content p {
    color: #fff;
    margin-top: 25px;
}

.slider_content .main-btn {
    margin-top: 270px;
}

.slider-active {}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
    visibility: hidden;
}

.slider-active .slick-arrow i {
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #fff;
    color: rgb(35 38 91) !important;
    z-index: 9;
    font-size: 28px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.slider-active .slick-arrow i:hover {
    background-color: #fff;
    color: rgb(35 38 91) !important;
}

.slider-active .slick-arrow.next {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 3%;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .slick-arrow.next {
    left: auto;
    right: 3%;
}



/*===== Slider 2 =====*/

.slider_area_2 {
    height: 900px;
}

.slider_area_2::before {
    display: none;
}

.slider_content_2 {}

.slider_content_2 .main_title {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
}

.slider_content_2 .main-btn {
    margin-top: 45px;
}

.slider_content_2 .main-btn img {
    width: 18px;
    margin-right: 5px;
}


/*===== Slider 3 =====*/

.slider_area_3 {
    position: relative;
    padding-top: 160px;
    padding-bottom: 250px;
}

.slider_area_3::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 31, 74, 0.5);
}

.slider_content_3 {
    padding-top: 240px;
}

.slider_content_3 .main_title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
}

.slider_content_3 .main_title span {
    color: var(--secondary-color);
}

.slider_box_wrapper {
    padding-top: 30px;
}

.slider_box_wrapper .single_column {}

.slider_box_wrapper .single_box {
    position: relative;
    max-width: 165px;
    height: 165px;
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    transition: all 0.3s linear;
}

.slider_box_wrapper .single_box:hover {
    margin-top: 20px;
}

.slider_box_wrapper .single_box img {}

.slider_box_wrapper .single_box p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}

.slider_box_wrapper .single_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider_box_wrapper .single_column:nth-child(6n+1) .single_box {
    background-color: #48cfaf;
}

.slider_box_wrapper .single_column:nth-child(6n+2)  .single_box {
    background-color: var(--secondary-color);
}

.slider_box_wrapper .single_column:nth-child(6n+3) .single_box {
    background-color: var(--secondary-color);
}

.slider_box_wrapper .single_column:nth-child(6n+4)  .single_box {
    background-color: var(--secondary-color);
}

.slider_box_wrapper .single_column:nth-child(6n+5)  .single_box {
    background-color: #be20c5;
}

.slider_box_wrapper .single_column:nth-child(6n+6)  .single_box {
    background-color: #01c15b;
}


/*===== Slider 4 =====*/

.slider_area_4 {
    padding-top: 190px;
    position: relative;
    z-index: 5;
}

.slider_shape {
    position: absolute;
}

.slider_shape.shape_1 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #be20c5;
    top: 27%;
    left: 80px;
    animation: scale-up 3s infinite;
}

.slider_shape.shape_2 {
    right: 165px;
    bottom: 122px;
    animation: rotate 5s infinite;
}

@keyframes scale-up {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.header_shape_4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.header_shape_4 .round_shape {
    max-width: 555px;
    width: 100%;
    height: 555px;
    background-color: var(--secondary-color);
    animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {

    0%,
    100% {
        border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
    }

    34% {
        border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
    }

    50% {
        border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
    }

    67% {
        border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
    }
}


.slider_content_4 {
    padding-top: 120px;
}

.slider_content_4 .sub_title {
    width: 85px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #48cfaf;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.slider_content_4 .sub_title::before {
    position: absolute;
    content: '';
    bottom: -25px;
    left: 60%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 25px solid #48cfaf;
    border-right: 30px solid transparent;
    border-bottom-left-radius: 5px;
}

.slider_content_4 .main_title {
    font-size: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 45px;
}

.slider_content_4 p {
    margin-top: 15px;
    color: #fff;
}

.slider_content_4 .main-btn {
    margin-top: 35px;
}




/*===========================
     04.Features css 
===========================*/


.features_area {}

.features_wrapper {
    position: relative;
    z-index: 5;
    margin-top: -122px;
}

.single_features {
    padding: 40px 30px;
    z-index: 5;
    position: relative;
    overflow: hidden;
}

.single_features::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    opacity: 0.1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_features:hover::before {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_features .features_icon {}

.single_features .features_content {
    margin-top: 25px;
}

.single_features .features_content .features_title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.single_features .features_content p {
    margin-top: 15px;
    color: #fff;
}

.features_wrapper .row .features_col:nth-child(3n+1) .single_features {
    background-color: #da2d2b;
}

.features_wrapper .row .features_col:nth-child(3n+1) .single_features::before {
    background-image: url(../images/features-1.png);
}

.features_wrapper .row .features_col:nth-child(3n+2) .single_features {
    background-color: var(--secondary-color);
}

.features_wrapper .row .features_col:nth-child(3n+2) .single_features::before {
    background-image: url(../images/features-2.png);
}

.features_wrapper .row .features_col:nth-child(3n+3) .single_features {
    background-color: #48cfaf;
}

.features_wrapper .row .features_col:nth-child(3n+3) .single_features::before {
    background-image: url(../images/features-3.png);
}




/*===========================
     05.About css 
===========================*/

.about_area {
    position: relative;
}

.about_area .shap_1 {
    position: absolute;
    top: 60px;
    left: 10%;
}

.about_area .shap_2 {
    position: absolute;
    bottom: 0;
    left: 5%;
}

.about_area .shap_3 {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.about_area .shap_4 {
    position: absolute;
    top: 120px;
    right: 5%;
}

.about_content {
    padding-right: 95px;
}

.about_content .about_title {
    font-size: 48px;
    color: #002639;
    font-weight: 600;
}

.about_content .text {
    font-size: 18px;
    margin-top: 25px;
}

.about_content p {
    margin-top: 25px;
}

.about_content .main-btn {
    margin-top: 35px;
    border: 2px solid var(--secondary-color);
    line-height: 46px;
    background-color: transparent;
}

.about_content .main-btn:hover {
    background-color: var(--secondary-color);
    color: #252628;
}

.about_image {
    position: relative;
    padding: 0 95px;
}

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

.about_image .about_image-1 {
    width: 100%;
}

.about_image .about_image-2 {
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 225px;
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
}

.about_image .about_image-3 {
    max-width: 160px;
    position: absolute;
    bottom: 60px;
    right: 0;
    -webkit-box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 120px 0px rgba(0, 0, 0, 0.2);
}



/*===========================
     06.Counter css 
===========================*/

.counter_area {}

.single_counter {
    position: relative;
}

.single_counter .counter_icon {
    width: 100px;
    height: 100px;
    display: table;
    border: 1px dashed;
    border-radius: 50px;
}

.single_counter .counter_icon .icon_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_counter .counter_icon .icon_wrapper img {
    width: 55px;
}

.single_counter .counter_content {
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}

.single_counter .counter_content .cont {
    font-size: 30px;
    font-weight: 700;
    color: #203151;
}

.single_counter .counter_content p {}

.counter_wrapper .counter_col:nth-child(4n+1) .single_counter .counter_icon {
    border-color: var(--secondary-color);
}

.counter_wrapper .counter_col:nth-child(4n+2) .single_counter .counter_icon {
    border-color: var(--secondary-color);
}

.counter_wrapper .counter_col:nth-child(4n+3) .single_counter .counter_icon {
    border-color: var(--secondary-color);
}

.counter_wrapper .counter_col:nth-child(4n+4) .single_counter .counter_icon {
    border-color: var(--secondary-color);
}



/*===========================
     07.About 2 css 
===========================*/

.about_area_2 {}

.about_video {
    width: 60%;
    height: 700px;
    display: table;
    position: relative;
}

.about_video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.3);
}

.video {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.video_play {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    z-index: 5;
    color: var(--secondary-color);
    font-size: 20px;
}

.video_play:hover {
    color: var(--secondary-color);
}

.video_play::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: video-ripple 1500ms ease-out infinite;
    animation: video-ripple 1500ms ease-out infinite;
    left: 0;
    top: 0;
    z-index: -1;
}

@keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.about_content_2 {
    width: 40%;
}

.single_about_2 {}

.single_about_2 .about_2_content {
    display: table;
    height: 100%;
    width: 50%;
    height: 350px;
    padding: 40px;
}

.single_about_2 .about_2_content .about_2_content_wrapper {
    max-width: 390px;
    display: table-cell;
    vertical-align: middle;
}

.single_about_2 .about_2_content .title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.single_about_2 .about_2_content p {
    color: #fff;
    margin-top: 15px;
}

.single_about_2 .about_2_content .main-btn {
    border: 2px solid #fff;
    height: 35px;
    line-height: 31px;
    background-color: transparent;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    margin-top: 25px;
}

.single_about_2 .about_2_content .main-btn:hover {
    background-color: #fff;
    color: #252628;
}

.about_content_2 .single_about_2:nth-child(2n+1) {
    background-color: var(--primary-color);
}

.about_content_2 .single_about_2:nth-child(2n+2) {
    background-color: var(--primary-color);
}

.courses_form_content .single_about_2:nth-child(2n+1) {
    background-color: #be20c5;
}

.courses_form_content .single_about_2:nth-child(2n+2) {
    background-color: var(--secondary-color);
}

.about_2_image {
    width: 50%;
    height: 350px;
    position: relative;
}

.about_2_image::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.3);
}


/*===========================
    08.Program css 
===========================*/


.program_area {
    position: relative;
}

.program_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 86%;
    background-image: url(../images/shape/bg_shape.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.single_program {
    background-color: #fff;
}

.program_2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.single_program .program_icon {
    width: 50%;
    height: 190px;
    display: table;
}

.single_program .program_icon .icon_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single_program .program_icon img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_program:hover .program_icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.single_program .program_content {
    width: 50%;
    height: 190px;
    display: table;
}

.single_program .program_content .content_wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.single_program .program_content .title a {
    font-size: 20px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_program .program_content .title a:hover {
    color: var(--secondary-color);
}

@keyframes video-ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}


.program_wrapper .program_col:nth-child(6n+1) .single_program .program_icon {
    background-color: #48cfaf;
}

.program_wrapper .program_col:nth-child(6n+2) .single_program .program_icon {
    background-color: #1d204e;
}

.program_wrapper .program_col:nth-child(6n+3) .single_program .program_icon {
    background-color: var(--secondary-color);
}

.program_wrapper .program_col:nth-child(6n+4) .single_program .program_icon {
    background-color: var(--secondary-color);
}

.program_wrapper .program_col:nth-child(6n+5) .single_program .program_icon {
    background-color: #be20c5;
}

.program_wrapper .program_col:nth-child(6n+6) .single_program .program_icon {
    background-color: #01c15b;
}



/*===========================
    09.Why Choose Us css 
===========================*/


.why_choose_area {
    position: relative;
}

.why_choose_image {
    position: absolute;
    top: 0;
    height: 100%;
    right: -35px;
    display: table;
    z-index: -1;
}

.why_choose_image .image {
    display: table-cell;
    vertical-align: bottom;
}

.why_choose_content {}

.single_choose {}

.single_choose .choose_icon {}

.single_choose .choose_content {
    margin-top: 15px;
}

.single_choose .choose_content .title a {
    color: #002639;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_choose .choose_content p {
    margin-top: 15px;
}

.why_choose_content .row .choose_col:nth-child(4n+1) .single_choose .choose_content .title a:hover {
    color: #48cfaf;
}

.why_choose_content .row .choose_col:nth-child(4n+2) .single_choose .choose_content .title a:hover {
    color: var(--secondary-color);
}

.why_choose_content .row .choose_col:nth-child(4n+3) .single_choose .choose_content .title a:hover {
    color: var(--secondary-color);
}

.why_choose_content .row .choose_col:nth-child(4n+4) .single_choose .choose_content .title a:hover {
    color: var(--secondary-color);
}



/*===========================
    10.Courses css 
===========================*/

.courses_area {
    position: relative;
}

.courses_bg {
    background-color: #f3f8fc;
}

.courses_area .shape-1 {
    position: absolute;
    top: 15%;
    left: 15%;
}

.courses_area .shape-2 {
    position: absolute;
    bottom: 70px;
    left: 8%;
}

.courses_area .shape-3 {
    position: absolute;
    bottom: 70px;
    left: 45%;
}

.courses_area .shape-4 {
    position: absolute;
    top: 38%;
    right: 8%;
}

.courses_area .shape-5 {
    position: absolute;
    top: 30px;
    right: 30%;
}


.single_courses {}

.single_courses .courses_image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.single_courses .courses_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_courses:hover .courses_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_courses .courses_content {
    background-color: #fff;
    padding: 0 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single_courses.courses_gray .courses_content {
    background-color: #f3f8fc;
}

.single_courses .courses_content .tag {
    margin-top: -11px;
    position: relative;
    z-index: 5;
}

.single_courses .courses_content .tag li {
    display: inline-block;
}

.single_courses .courses_content .tag li + li {
    margin-left: 8px;
}

.single_courses .courses_content .tag li a {
    font-size: 13px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    background-color: var(--secondary-color);
}

.single_courses .courses_content .tag li:nth-child(2n+1) a {
    background-color: var(--secondary-color);
}

.single_courses .courses_content .tag li:nth-child(2n+2) a {
    background-color: #48cfaf;
}

.single_courses .courses_content .courses_author {
    margin-top: 20px;
}

.single_courses .courses_content .courses_author .author_image img {
    border-radius: 50%;
}

.single_courses .courses_content .courses_author .author_name {
    padding-left: 15px;
}

.single_courses .courses_content .courses_author .author_name a {
    font-size: 14px;
    color: #484848;
}

.single_courses .courses_content .title a {
    color: #484848;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 13px;
}

.single_courses .courses_content .title a:hover {
    color: var(--secondary-color);
}

.single_courses .courses_content .meta {
    border-top: 1px solid rgba(72, 72, 72, 0.1);
    padding-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
}

.single_courses .courses_content .meta ul {
    margin-top: 10px;
}

.single_courses .courses_content .meta ul li {
    display: inline-block;
}

.single_courses .courses_content .meta ul li + li {
    margin-left: 8px;
}

.single_courses .courses_content .meta ul li a {
    font-size: 14px;
    color: #484848;
}

.single_courses .courses_content .meta ul li a i {
    color: var(--secondary-color);
}

.single_courses .courses_content .meta span {
    background-color: var(--secondary-color);
    padding: 0 15px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
}



/*===========================
    11.Testimonial css 
===========================*/


.testimonial_area {
    position: relative;
}

.testimonial_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.9);
}

.testimonial_title {}

.testimonial_title .title {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
}

.testimonial_items {
    padding-top: 100px;
}

.testimonial_items .slick-list {
    background-color: rgba(255, 255, 255, 0.20);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}


.testimonial_items .slick-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.testimonial_items .slick-dots li {
    display: inline-block;
    margin-right: 15px;
}

.testimonial_items .slick-dots li button {
    padding: 0;
    border: 0;
    opacity: 0.4;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.testimonial_items .slick-dots li:nth-of-type(1) button {
    background-image: url(../images/author-4.jpg);
}

.testimonial_items .slick-dots li:nth-of-type(2) button {
    background-image: url(../images/author-5.jpg);
}

.testimonial_items .slick-dots li:nth-of-type(3) button {
    background-image: url(../images/author-6.jpg);
}

.testimonial_items .slick-dots li.slick-active button {
    opacity: 1;
}

.single_testimonial {
    padding: 25px 40px;
}

.single_testimonial p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.single_testimonial .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.single_testimonial span {
    color: #fff;
}




/*===========================
    12.Team css 
===========================*/

.team_area {}

.single_team {
    position: relative;
}

.single_team .team_arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.single_team .team_image {
    width: 50%;
    overflow: hidden;
}

.single_team .team_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team:hover .team_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_team .team_content {
    display: table;
    width: 50%;
    text-align: center;
    height: 100%;
}

.single_team .team_content .team_content_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_team .team_content .title a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team .team_content .title a:hover {
    opacity: 0.7;
}

.single_team .team_content span {
    font-size: 14px;
    color: #fff;
}

.single_team .team_content .social {
    margin-top: 10px;
}

.single_team .team_content .social li {
    display: inline-block;
    margin: 0 5px;
}

.single_team .team_content .social li a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_team .team_content .social li:nth-of-type(1) a:hover {
    color: #3b5999;
}

.single_team .team_content .social li:nth-of-type(2) a:hover {
    color: #55acee;
}

.single_team .team_content .social li:nth-of-type(3) a:hover {
    color: #0077B5;
}

.single_team .team_content .social li:nth-of-type(4) a:hover {
    color: #e4405f;
}



.team_col_1 .single_team:nth-child(4n+1) {
    background-color: #48cfaf;
}

.team_col_1 .single_team:nth-child(4n+2) {
    background-color: var(--secondary-color);
}

.team_col_2 .single_team:nth-child(4n+1) {
    background-color: var(--secondary-color);
}

.team_col_2 .single_team:nth-child(4n+2){
    background-color: var(--secondary-color);
}



/*===========================
    13.Event css 
===========================*/

.events_area {
    overflow: hidden;
}

.events_left {
    width: 40%;
}

.events_left .single_events {
    background-color: var(--secondary-color);
}

.events_left .single_events .events_content {
    width: 50%;
    height: 400px;
    display: table;
    padding: 30px;
    position: relative;
    z-index: 5;
}

.events_left .single_events .events_content_2 {
    width: 100%;
}

.events_left .single_events .events_content::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    z-index: -1;
}

.events_left .single_events .events_content .events_wrapper {
    display: table-cell;
    vertical-align: middle;
    max-width: 320px;
    margin: 0 auto;
}

.events_left .single_events .events_content .events_meta li {
    display: inline-block;
    margin-top: 10px;
}

.events_left .single_events .events_content .events_meta li .color-1 {
    background-color: var(--secondary-color);
}

.events_left .single_events .events_content .events_meta li .color-2 {
    background-color: #48cfaf;
}

.events_left .single_events .events_content .events_meta li a {
    font-size: 14px;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}

.events_left .single_events .events_content .events_title a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.events_left .single_events .events_content .events_title a:hover {
    color: var(--secondary-color);
}

.events_left .single_events .events_content_title {
    width: 50%;
    height: 400px;
    display: table;
}

.events_left .single_events .events_content_title .title {
    font-size: 48px;
    color: #fff;
    padding: 0 50px;
}

.events_left .single_events .events_content_title .events_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.events_right {
    width: 60%;
    position: relative;
    z-index: 5;
}

.events_right::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    z-index: -1;
}

.events_right .events_content_3 {
    height: 800px;
    width: 100%;
    display: table;
}

.events_right .events_content_3 .events_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.events_right .events_content_3 .events_meta li {
    display: inline-block;
    margin-top: 10px;
}

.events_right .events_content_3 .events_meta li .color-1 {
    background-color: var(--secondary-color);
}

.events_right .events_content_3 .events_meta li .color-2 {
    background-color: #48cfaf;
}

.events_right .events_content_3 .events_meta li a {
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
}

.events_right .events_content_3 .events_title a {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-top: 25px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.events_right .events_content_3 .events_title a:hover {
    color: var(--secondary-color);
}



/*===========================
    14.Blog css 
===========================*/

.blog_area {}

.single_blog {
    margin-bottom:20px;
}

.single_blog .blog_image {
    overflow: hidden;
    border-radius: 5px;
    text-align:center;
}

.single_blog .blog_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_blog:hover .blog_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    brs
}

.single_blog .blog_content {
    width: 90%;
    margin: -130px auto 0;
    position: relative;
}

.single_blog .blog_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    line-height: 12px;
}

.single_blog .blog_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.single_blog .blog_content .blog_content_wrapper {
    padding: 15px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    margin-top: 100px;
    background-color: #fff;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta {}

.single_blog .blog_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog .blog_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog .blog_content .blog_content_wrapper .blog_title {}

.single_blog .blog_content .blog_content_wrapper .blog_title a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 0px;
}

.single_blog .blog_content .blog_content_wrapper .blog_title a:hover {
    color: #f7c340;
}




/*===========================
    15.Footer css 
===========================*/

.footer_area {
    position: relative;
    z-index: 5;
}

.footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.95);
    z-index: -1;
}

.footer_about p {
    color: #f2f2f2;
    margin-top: 35px;
}
.footer_widget .footer_about .footer_social {
    margin-top: 30px;
}

.footer_widget .footer_about .footer_social li {
    display: inline-block;
}

.footer_widget .footer_about .footer_social li + li {
    margin-left: 10px;
}

.footer_widget .footer_about .footer_social li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer_widget .footer_about .footer_social li:nth-of-type(1) a {
    background-color: #4e69b0;
    border-color: #4e69b0;
}
.footer_widget .footer_about .footer_social li:nth-of-type(2) a {
    background-color: #69cef3;
    border-color: #69cef3;
}
.footer_widget .footer_about .footer_social li:nth-of-type(3) a {
    background-color: #ef2274;
    border-color: #ef2274;
}
.footer_widget .footer_about .footer_social li:nth-of-type(4) a {
    background-color: #d01a2a;
    border-color: #d01a2a;
}


.footer_title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 28px;
}


.footer_widget_wrapper{}

.footer_link{
    width: 50%;
    padding: 0 40px;
}

.footer_link .link{
    width: 50%;
    padding-top: 10px;
}
.footer_link .link li{}
.footer_link .link li a{
    font-size: 16px;
    color: #f2f2f2;
    margin-top: 15px;
    transition: all 0.3s linear;
}

.footer_link .link li a:hover{
    color: #f8cb59;
}

.footer_contact{}
.footer_contact .contact{
    padding-top: 10px;
}
.footer_contact .contact li{
    font-size: 16px;
    color: #f2f2f2;
    margin-top: 15px;
}
.footer_contact .contact li a{
    color: #f2f2f2;
     transition: all 0.3s linear;
}

.footer_contact .contact li a:hover{
    color: #f8cb59;
}



.footer_contact{
    width: 50%;
    padding: 0 40px;
}



.footer_copyright {
    background-color: rgba(16, 28, 50, 0.4);
    padding-top: 10px;
    padding-bottom: 25px;
}

.copyright {
    padding-top: 15px;
}

.copyright p {
    color: #bababa;
}

/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: var(--secondary-color);
    text-align: center;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: none;
}

.back-to-top:hover {
    color: #fff;
}



/*===========================
    16.Courses Form css 
===========================*/

.courses_form_area {}

.courses_form_wrapper {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}



.courses_form {
    background-color: var(--secondary-color);
    display: table;
    height: 700px;
    width: 100%;
    padding: 50px;
}

.courses_form .form_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_form .form_title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.courses_form .single_form {
    margin-top: 30px;
}


.courses_form .single_form .nice-select {
    float: none;
    width: 100%;
    height: 60px;
    background-color: #e43f3f;
    border-radius: 5px;
    border: 0;
}

.courses_form .single_form .nice-select::after {
    border-color: #fff;
    width: 8px;
    height: 8px;
    right: 25px;
}

.courses_form .single_form .nice-select .current {
    color: #fff;
    font-size: 16px;
    line-height: 60px;
}

.courses_form .single_form .nice-select .list {
    background-color: #e43f3f;
    width: 100%;
    color: #fff;
}

.courses_form .single_form .nice-select .list .option {
    background-color: #e43f3f;
}

.courses_form .single_form .nice-select .list .option:hover,
.courses_form .single_form .nice-select .list .option.selected {
    background-color: #c93e3e;
}

.courses_form .single_form input {
    width: 100%;
    height: 60px;
    background-color: #e43f3f;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    border: 0;
    border-radius: 5px;
}

.courses_form .single_form input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form input::placeholder {
    opacity: 1;
    color: #fff;
}

.courses_form .single_form .main-btn {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    height: 50px;
    line-height: 46px;
    width: 100%;
}

.courses_form .single_form .main-btn:hover {
    background-color: #fff;
    color: #252628;
}


/*===========================
    17.About 3 css 
===========================*/

.about_area_3 {}

.about_certified {}

.about_certified .title {
    font-size: 28px;
    font-weight: 700;
    color: #002639;
}

.about_certified p {
    margin-top: 25px;
}

.about_certified span {
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px;
}

.about_certified span img {
    width: 20px;
    margin-right: 5px;
}

.about_welcome {
    position: relative;
}

.about_welcome .welcome_circle {
    width: 460px;
    height: 460px;
    display: table;
    background-color: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    padding: 50px;
}

.about_welcome .welcome_circle .circle_title {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    line-height: 72px;
}

.welcome_info {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.welcome_info .info_wrapper {
    padding: 15px 0;
    margin-left: 80px;
}

.welcome_info .info_icon {}

.welcome_info .info_content {
    padding-left: 20px;
}

.welcome_info .info_content .info_title {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.welcome_info .info_content p {
    margin-top: 5px;
}

.welcome_info .info_time {
    background-color: #fff4f4;
    margin-bottom: 20px;
}

.welcome_info .info_location {
    background-color: #f4fcfa;
    margin-top: 20px;
}


/*===========================
    18.Features css 
===========================*/


.features_area_2 {
    position: relative;
}

.features_area_2::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    height: 100%;
    opacity: 0.1;
    background-image: url(../images/dots.png);
    background-position: top center;
    background-size: cover;
}

.single_features_2 {}

.single_features_2 img {}

.single_features_2 .title a {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_features_2 .title a:hover {
    color: var(--secondary-color);
}

.single_features_2 p {
    margin-top: 10px;
}

/*===========================
    19.Courses 2 css 
===========================*/

.courses_area_2 {}

.courses_wrapper {}


.single_courses_2 {
    width: 25%;
}

.single_courses_2 .courses_image_2 {
    overflow: hidden;
}

.single_courses_2 .courses_image_2 img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_courses_2:hover .courses_image_2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_courses_2 .courses_content_2 {
    max-width: 350px;
    text-align: center;
    width: 100%;
    height: 300px;
    display: table;
    margin: 0 auto;
    padding: 15px;
}

.single_courses_2 .courses_content_2 .courses_content_wrapper {
    display: table-cell;
    vertical-align: middle;
}


.single_courses_2 .courses_content_2 .courses_title a {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
    transition: all 0.3s linear;
}

.single_courses_2 .courses_content_2 .courses_title a:hover {
    color: var(--secondary-color);
}

.single_courses_2 .courses_content_2 p {
    margin-top: 15px;
}

.single_courses_2 .courses_content_2 .courses_time {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    display: block;
    margin-top: 15px;
}

.single_courses_2 .courses_content_2 .sub_title {
    font-size: 13px;
    color: #484848;
    margin-top: 5px;
    display: block;
}


/*===========================
   20.testimonial 2 css 
===========================*/

.testimonial_area_2 {
    position: relative;
    z-index: 5;
    padding: 80px;
}

.testimonial_image_items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.single_testimonial_image img {
    height: 100%;
}

.single_testimonial_2 {
    padding: 25px 40px;
    background-color: var(--primary-color);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-top: 40px;
    color:#fff;
}

.single_testimonial_2 p {
    font-size: 18px;
    font-style: italic;
    color: #fff;
}

.single_testimonial_2 .name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
}

.single_testimonial_2 span {
    color: #fff;
}

.testimonial_items_2 .slick-list {
    background-color: var(--primary-color);
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.testimonial_items_2 .slick-dots {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: none;
}

.testimonial_items_2 .slick-dots li {
    display: inline-block;
    margin-right: 8px;
}

.testimonial_items_2 .slick-dots li button {
    padding: 0;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 0;
    padding: 0;
}

.testimonial_items_2 .slick-dots li.slick-active button {
    background-color: var(--secondary-color);
}



/*===========================
    21.About 4 css 
===========================*/


.about_image_4 {
    padding: 40px 95px;
    position: relative;
    z-index: 5;
}

.about_image_4::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 70%;
    background-color: var(--secondary-color);
    z-index: -1;
}

.about_image_4 & img {
    width: 100%;
}

.about_content_4 {}

.about_content_4 .main-btn {
    margin-top: 35px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 30px;
}


/*===========================
    22.EVENT 2 css 
===========================*/

.event_area_2 {}

.event_counter {
    padding-right: 95px;
}

.event_counter_wrapper {}

.single_counter {}

.single_counter .count {
    font-size: 30px;
    color: #203151;
    font-weight: 600;
    line-height: 35px;
}

.single_counter p {}


.event_content {}

.event_content .title {
    font-size: 30px;
    color: #203151;
    font-weight: 600;
}

.event_content ul {}

.event_content ul li {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.event_content ul li:last-child {
    border-bottom: 0;
}


.single_events_2 {}

.single_events_2 .events_image_2 img {
    width: 165px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single_events_2 .events_content_2 {
    padding-left: 25px;
    position: relative;
    padding-right: 85px;
}

.single_events_2 .events_content_2 .meta {
    font-size: 15px;
    color: #484848;
}

.single_events_2 .events_content_2 .meta i {
    margin-right: 8px;
}

.single_events_2 .events_content_2 .event_title a {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #203151;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_events_2 .events_content_2 .event_title a:hover {
    color: var(--secondary-color);
}

.single_events_2 .events_content_2 .date {
    width: 60px;
    height: 60px;
    background-color: var(--primary-color);
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 16px;
}

.single_events_2 .events_content_2 .date span {
    font-size: 24px;
    line-height: 25px;
}


/*===========================
    23.Pricing css 
===========================*/

.pricing_area {
    position: relative;
    z-index: 5;
}

.pricing_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(15, 15, 41, 0.3);
}


.single_pricing {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px;
}

.single_pricing .title {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
}

.single_pricing .price {
    font-size: 72px;
    color: #002639;
    font-weight: 600;
    line-height: 80px;
    margin-top: 25px;
}

.single_pricing p {
    margin-top: 35px;
}

.single_pricing .main-btn {
    margin-top: 35px;
}


.single_pricing.active {
    background-color: var(--secondary-color);
}

.single_pricing.active .title,
.single_pricing.active .price,
.single_pricing.active p {
    color: #fff;
}

.single_pricing.active .main-btn {
    background-color: #fff;
    color: #002639;
}

.single_pricing.active .main-btn:hover {
    background-color: var(--secondary-color);
}



/*===========================
    24.Category css 
===========================*/

.category_area {
    background-color: #f3f8fc;
    position: relative;
}

.category_area .shape-1 {
    position: absolute;
    bottom: 30px;
    left: 10%;
}

.category_area .shape-2 {
    position: absolute;
    top: 30px;
    right: 23%;
}

.category_area .shape-3 {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.single_category {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: table;
    height: 90px;
    text-align: center;
    z-index: 5;
}

.single_category::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.4);
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_category:hover::before {
    background-color: rgba(27, 41, 69, 0.7);
}

.single_category .category_wrapper {
    display: table-cell;
    vertical-align: middle
}

.single_category .category_title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.single_category p {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.single_category a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/*===========================
    25.Register css 
===========================*/

.register_area {
    position: relative;
    margin-top: 0px;
}

.register_area::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.8);
}

.register_countdown_content {
    padding-top: 200px;
    padding-bottom: 130px;
}

.register_countdown_content .title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 10px;
}

.register_countdown {}

.single_countdown {
    width: 100px;
    height: 100px;
    border: 2px solid;
    text-align: center;
    display: table;
    border-radius: 5px;
    margin-top: 30px;
}

.single_countdown + .single_countdown {
    margin-left: 20px;
}

.single_countdown .countdown_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_countdown .count {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.single_countdown p {
    color: #fff;
    font-size: 15px;
}

.register_countdown .single_countdown:nth-child(4n+1) {
    border-color: #daaf42;
}

.register_countdown .single_countdown:nth-child(4n+2) {
    border-color: #3876b4;
}

.register_countdown .single_countdown:nth-child(4n+3) {
    border-color: #bd2c2f;
}

.register_countdown .single_countdown:nth-child(4n+4) {
    border-color: #41b69f;
}

.countdown_2 {}

.countdown_2 .single_countdown {}

.countdown_2 .single_countdown:nth-child(4n+1) {
    background-color: #daaf42;
}

.countdown_2 .single_countdown:nth-child(4n+2) {
    background-color: #3876b4;
}

.countdown_2 .single_countdown:nth-child(4n+3) {
    background-color: #bd2c2f;
}

.countdown_2 .single_countdown:nth-child(4n+4) {
    background-color: #41b69f;
}

.register_form {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 42px;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 114px 0px rgba(0, 0, 0, 0.14);
}



.register_form_title {
    background-color: #48cfaf;
    padding: 38px 0;
}

.register_form_title .title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.register_form_wrapper {
    background-color: #fff;
    padding: 20px 50px 40px;
}

.register_form_wrapper .single_form {
    margin-top: 20px;
}

.register_form_wrapper .single_form input,
.register_form_wrapper .single_form textarea {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    background-color: #f0f0f0;
    border-radius: 5px;
    border: 0;
}

.register_form_wrapper .single_form textarea {
    padding-top: 10px;
    height: 70px;
    resize: none;
}

.register_form_wrapper .single_form .main-btn {
    width: 100%;
}



/*===========================
    26.Testimonial author css 
===========================*/

.single_testimonial_author {
    position: relative;
}

.single_testimonial_author::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.6);
    opacity: 1;
    transition: all 0.3s linear;
}

.single_testimonial_author img {
    width: 100%;
}

.testimonial_author_active {}

.testimonial_author_active .slick-center .single_testimonial_author::before {
    opacity: 0;
}

.single_testimonial_content {
    background-color: var(--secondary-color);
    padding: 25px 30px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    border-radius: 25px;
}

.single_testimonial_content::before {
    position: absolute;
    content: '';
    top: -3px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
}

.single_testimonial_content p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    font-style: italic;
}

.single_testimonial_content .author_name {
    font-weight: 16;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.single_testimonial_content .sub_title {
    font-size: 15px;
    color: #fff;
}


.testimonial_content_active {
    margin-top: -200px;
}



/*===========================
    27.EVENT 3 css 
===========================*/

.event_area_3 {
    position: relative;
    z-index: 5;
}

.event_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
}

.event_bg::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.8);
}

.single_event_3 {
    position: relative;
    overflow: hidden;
    margin: 21px 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_image {
    position: relative;
}

.single_event_3 .event_image::before {
    position: absolute;
    content: '';
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.5);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_image img {
    width: 100%;
    border-radius: 5px;
}

.single_event_3 .event_content {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    max-width: 360px;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_event_3 .event_content .event_date .date {
    width: 60px;
    height: 60px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 9px 0;
    line-height: 15px;
}

.single_event_3 .event_content .event_date .date span {
    font-size: 24px;
    line-height: 25px;
}

.single_event_3 .event_content .event_meta {
    padding-left: 20px;
}

.single_event_3 .event_content .event_meta .location {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.single_event_3 .event_content .event_meta .event_title a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
}

.slick-center .single_event_3 {
    -webkit-transform: scale(1.11);
    transform: scale(1.11);

}

.slick-center .single_event_3 .event_image::before {
    opacity: 1;
}

.slick-center .single_event_3 .event_content {
    opacity: 1;
    visibility: visible;
}



/*===========================
    28.About 4 css 
===========================*/

.about_area_4 {}

.about_image_5 {
    position: relative;
    padding-right: 95px;
}

.about_image_5 .image {
    width: 100%;
    border-radius: 5px;
}

.about_items {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single_items {
    max-width: 165px;
    height: 165px;
    display: table;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    transition: all 0.3s linear;
}

.single_items:hover {
    margin-top: -10px;
}

.single_items + .single_items {
    margin-left: 30px;
}

.single_items .items_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single_items img {
    width: 60px;
}

.single_items .items_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
}

.about_items .single_items:nth-child(2n+1) {
    background-color: #da2d2b;
}

.about_items .single_items:nth-child(2n+2) {
    background-color: var(--secondary-color);
}

.about_content_5 {}

.about_content_5 .signechar {
    margin-top: 25px;
}

.about_info {}

.single_about_info {
    padding: 0 40px;
}

.single_about_info + .single_about_info {
    border-left: 1px solid #ebebeb;
}

.single_about_info img {
    width: 30px;
}

.single_about_info p {
    font-size: 16px;
    font-weight: 400;
    color: #002639;
    margin-top: 15px;
}



/*===========================
    29.Skill css 
===========================*/

.skill_area {
    background-color: #f3f8fc;
}

.skill_wrapper {
    position: relative;
    z-index: 5;
    padding-top: 130px;
    padding-bottom: 130px;
}

.skill_wrapper .skill_image {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.skill_wrapper .skill_image .image {
    position: relative;
    max-width: 580px;
}

.skill_wrapper .skill_image .image .s_image {}

.skill_wrapper .skill_image .image .s_shape {
    position: absolute;
    top: 0;
    left: 0;
}


.skill_counter {}

.single_skill_counter {
    width: 50%;
}

.single_skill_counter .skill_counter_icon img {
    width: 55px;
}

.single_skill_counter .skill_counter_content {
    padding-left: 15px;
}

.single_skill_counter .skill_counter_content .count {
    font-size: 24px;
    font-weight: 600;
    color: #203151;
}

.single_skill_counter .skill_counter_content p {
    margin-top: 5px;
}


.skill_progress {
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #6ad7be;
    border-radius: 10px;
    padding: 30px 50px 50px;
}

.skill_item {}

.skill_item .skill_header {}

.skill_item .skill_header .skill_title {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
}

.skill_item .skill_bar {
    margin-top: 13px;
}

.skill_item .skill_bar .bar_inner {
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(0, 38, 57, 0.2);
    position: relative;
}

.skill_item .skill_bar .bar_inner .progress_line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 5px;
    background-color: var(--secondary-color);
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    width: 0;
}

.skill_item .skill_bar .bar_inner .progress_line span {
    position: absolute;
    top: -30px;
    right: -32px;
    font-size: 13px;
    background-color: var(--secondary-color);
    color: #fff;
    padding: 0 4px;
}

.skill_item .skill_bar .bar_inner .progress_line span::before {
    position: absolute;
    content: '';
    bottom: -6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 6px solid var(--secondary-color);
    border-right: 6px solid transparent;
}



/*===========================
    30.Why Chooses css 
===========================*/

.why_choose_area_2 {
    background-position: left center;
    position: relative;
}

.why_choose_wrapper {
    position: relative;
    z-index: 5;
}

.why_choose_wrapper .why_choose_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.single_choose_2 {}

.single_choose_2 .choose_icon {}

.single_choose_2 .choose_content {
    margin-top: 15px;
}

.single_choose_2 .choose_content .title a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.why_choose_content_2 .row .choose_col:nth-of-type(1) .single_choose_2 .choose_content .title a:hover {
    color: #48cfaf;
}

.why_choose_content_2 .row .choose_col:nth-of-type(2) .single_choose_2 .choose_content .title a:hover {
    color: var(--secondary-color);
}

.why_choose_content_2 .row .choose_col:nth-of-type(3) .single_choose_2 .choose_content .title a:hover {
    color: var(--secondary-color);
}

.why_choose_content_2 .row .choose_col:nth-of-type(4) .single_choose_2 .choose_content .title a:hover {
    color: var(--secondary-color);
}

.single_choose_2 .choose_content p {
    margin-top: 15px;
    color: #fff;
}


.chooses_contact {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    background-color: var(--secondary-color);
    z-index: 9;
}

.chooses_contact .chooses_contact_wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.chooses_contact .contact_title {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
}

.chooses_contact .main-btn {
    margin-top: 25px;
    height: 40px;
    padding: 0 25px;
    border: 2px solid #fff;
    border-radius: 50px;
    color: #fff;
    line-height: 36px;
}

.chooses_contact .main-btn:hover {
    color: var(--secondary-color);
    background-color: #fff;
}


/*===========================
    31.Testimonial css 
===========================*/

.testimonial_area_3 {}

.testimonial_title_wrapper_2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 80px;
}

.testimonial_title_wrapper_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(27, 41, 69, 0.6);
}

.testimonial_title_shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testimonial_title_shape img {
    width: 100%;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.testimonial {
    margin-top: 55px;
}

.testimonial_content_wrapper {}

.testimonial_content_active_3 {}

.single_testimonial_3 {}

.single_testimonial_3 p {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    line-height: 36px;
}

.single_testimonial_3 .author_name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}

.single_testimonial_3 span {
    font-size: 13px;
    margin-top: 5px;
}

.testimonial_author_active_3 {
    width: 270px;
    margin: 0 auto;
    padding-top: 60px;
}

.single_author {
    cursor: pointer;
}

.single_author {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px;
}

.single_author::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.7);
    transition: all 0.3s linear;
}

.single_author img {
    border-radius: 50%;
    display: inline-block;
}

.testimonial_author_active_3 .slick-center.single_author::before {
    opacity: 0;
}



/*===========================
    32.Countdown 2 css 
===========================*/

.countdown_wrapper_2 {
    position: relative;
    padding-top: 130px;
    padding-bottom: 130px;
}

.countdown_wrapper_2::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/countdown_bg.png);
}


.register_countdown_2 {
    position: relative;
    text-align: center;
}

.register_countdown_2 .register_countdown_content {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}

.register_countdown_2 .down {}

.register_form_2 {
    margin-top: 50px;
}




/*===========================
    33.Page Banner css 
===========================*/


.page_banner {
    position: relative;
    padding-top: 235px;
    padding-bottom: 95px;
    z-index: 5;
    background-position: top center;
}

.page_banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.75);
    z-index: -1;
}

.banner_content {}

.banner_content .title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.banner_content .breadcrumb {
    padding: 0;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    margin-top: 15px;
}

.banner_content .breadcrumb li {
    position: relative;
}

.banner_content .breadcrumb li + li {
    margin-left: 20px;
}

.banner_content .breadcrumb li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -12px;
    color: #fff;
    font-size: 14px;
}

.banner_content .breadcrumb li a {
    font-size: 16px;
    color: #fff;
}

.banner_content .breadcrumb li a.active {
    font-weight: 700;
    color: var(--secondary-color);
}


/*===========================
    34.Blog List Page css 
===========================*/


.blog_list_page {}

.single_blog_list .blog_list_image {
    overflow: hidden;
    border-radius: 5px;
}

.single_blog_list .blog_list_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_blog_list:hover .blog_list_image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single_blog_list .blog_list_content {
    width: 90%;
    margin: -130px auto 0;
    position: relative;
}

.single_blog_list .blog_list_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 7px 0;
    line-height: 10px;
}

.single_blog_list .blog_list_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.single_blog_list .blog_list_content .blog_content_wrapper {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    margin-top: 10px;
    background-color: #fff;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta {}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title {}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.single_blog_list .blog_list_content .blog_content_wrapper .blog_title a:hover {
    color: #f7c340;
}

.single_blog_list .blog_list_content .blog_content_wrapper p {
    margin-top: 15px;
}


/*===========================
    35.Sidebar css 
===========================*/
.sidebar {
    
    padding: 0px 12px 25px 12px;
    transition: all 0.4s;
}
.sidebar aside{
    background: linear-gradient(-45deg, rgb(220 220 220 / 78%) 0%, rgb(220 220 220 / 87%) 50%, rgb(220 220 220 / 58%) 100%);
    padding-top:20px;
}
.sidebar_search {
    position: relative;
}

.sidebar_search input {
    width: 100%;
    height: 50px;
    padding: 0 25px;
    background-color: #ebebeb;
    color: #797e82;
    border: 0;
}

.sidebar_search button {
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar_title {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.sidebar_tag,
.sidebar_list,
.sidebar_post {
    border: 1px solid #ebebeb;
    padding: 30px 35px 35px;
}

.single_sidebar_post {}

.single_sidebar_post .post_image img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.single_sidebar_post .post_content {
    padding-left: 15px;
}

.single_sidebar_post .post_content .title a {
    font-size: 14px;
    font-weight: 700;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_sidebar_post .post_content .title a:hover {
    color: var(--secondary-color);
}

.single_sidebar_post .post_content .date {
    margin-top: 5px;
    font-size: 14px;
}

.archives_list {
    margin-top: 20px;
}

.archives_list li {
    margin-top: 10px;
}

.archives_list li a {
    display: block;
    color: #484848;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.archives_list li a i {
    color: var(--secondary-color);
    margin-right: 8px;
}

.archives_list li a span {
    float: right;
}

.cta-bg {
    
    background-size: 30% auto;
    background-repeat: repeat-y;
    background-color: #f1f1f1;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.pt-120 {
    padding-top: 50px;
}

.pb-130 {
    padding-bottom: 70px;
}

.cta-bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--secondary-color) 30%, rgba(242, 41, 91, 0) 30%);
    opacity: 0.9;
    z-index: -1;
}

.archives_tag {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
}

.archives_tag li {
    margin: 0 4px;
    display: inline-block;
    margin-top: 10px;
}

.archives_tag li a {
    font-size: 14px;
    padding: 0 13px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ebebeb;
    color: #484848;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.archives_tag li a:hover {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}



/*===========================
    36.Blog Details css 
===========================*/

.blog_details_page {}


.blog_details .details_image img {
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog_details .details_content {
    width: 90%;
    margin: -130px auto 0;
    position: relative;
}

.blog_details .details_content .date {
    width: 60px;
    height: 60px;
    background-color: #f7c340;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    line-height: 13px;
}

.blog_details .details_content .date span {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.blog_details .details_content .blog_content_wrapper {
    padding: 25px 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 0px 125px 0px rgba(0, 0, 0, 0.17);
    margin-top: 10px;
    background-color: #fff;
}

.blog_details .details_content .blog_content_wrapper .blog_meta {}

.blog_details .details_content .blog_content_wrapper .blog_meta li {
    display: inline-block;
    position: relative;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li {
    margin-left: 20px;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li + li::before {
    position: absolute;
    content: '/';
    top: 2px;
    left: -13px;
    font-size: 14px;
    color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_meta li a {
    font-size: 14px;
    color: #b3b2b2;
}

.blog_details .details_content .blog_content_wrapper .blog_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #002639;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-top: 15px;
}

.blog_details p {
    margin-top: 25px;
}

.blog_details .blockquote {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    box-shadow: 0px 0px 95px 0px rgba(34, 34, 34, 0.15);
    padding: 35px 40px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
    z-index: 5;
}

.blog_details .blockquote i {
    font-size: 72px;
    line-height: 75px;
    position: absolute;
    right: 40px;
    top: -10px;
    color: var(--secondary-color);
    z-index: -1;
}

.blog_details .blockquote p {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
}


.blog_details_share {
    margin-top: 35px;
    padding-bottom: 45px;
}

.blog_details_share span {
    font-size: 18px;
    font-weight: 600;
    color: #002639;
}

.blog_details_share .social li {
    display: inline-block;
    margin-left: 10px;
}

.blog_details_share .social li a {
    font-size: 18px;
    color: #9d9d9d;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details_share .social li a:hover {
    color: var(--secondary-color);
}



.blog_details_comment {
    border-top: 1px solid #ebebeb;
    padding-top: 45px;
}

.blog_details_comment .blog_comment_items {
    padding-top: 15px;
}

.blog_details_comment .blog_details_comment_title {
    font-size: 24px;
    font-weight: 600;
}

.blog_details_comment .blog_comment_items ul li .single_comment {
    margin-top: 30px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_author img {
    width: 80px;
    border-radius: 50%;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content {
    margin-left: 20px;
    padding: 30px;
    border: 1px solid #ebebeb;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .author_name {
    font-size: 18px;
    font-weight: 400;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content p {
    font-size: 16px;
    margin-top: 15px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li {
    display: inline-block;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a {
    font-size: 14px;
    color: #616161;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a i {
    margin-right: 5px;
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li a:hover {
    color: var(--secondary-color);
}

.blog_details_comment .blog_comment_items ul li .single_comment .comment_content .commtent_meta li + li {
    margin-left: 20px;
    margin-top: 10px;
}

.blog_details_comment .blog_comment_items .reply_comment {
    padding-left: 90px;
}


/*===========================
  37.Courses Details Banner css 
===========================*/

.courses_details_banner {
    position: relative;
    padding-top: 235px;
    padding-bottom: 95px;
    z-index: 5;
    background-position: top center;
}

.courses_details_banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 41, 69, 0.95);
    z-index: -1;
}

.details_banner_content {}

.details_banner_content .title {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.details_media_wrapper {}

.details_media {
    width: 50%;
}

.details_media .media_image {}

.details_media .media_image .author {
    width: 50px;
    border-radius: 50%;
}

.details_media .media_image .bookmark {
    width: 20px;
}

.details_media .media_image i {
    font-size: 40px;
    color: var(--secondary-color);
}

.details_media .media_content {
    padding-left: 15px;
}

.details_media .media_content p {
    font-size: 14px;
    color: #fff;
}

.details_media .media_content .title a,
.details_media .media_content .title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.details_media .media_content .rating {}

.details_media .media_content .rating li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.details_media .media_content .rating li i {}

.details_media .media_content .rating li span {
    margin-left: 5px;
}



/*===========================
   38.Courses Details css 
===========================*/

.courses_details_area {}

.courses_details_content {}

.courses_details_title {
    font-size: 24px;
    color: #002639;
    font-weight: 600;
}

.single_courses_details {}

.single_courses_details p {
    margin-top: 15px;
}

.single_courses_details ul {
    padding-top: 10px;
}

.single_courses_details ul li {
    margin-top: 15px;
    font-size: 16px;
    color: #484848;
}

.single_courses_details ul li i {
    color: var(--secondary-color);
    margin-right: 5px;
}


.courses_top_bar {
    background-color: #f3f8fc;
    padding: 0 20px 15px;
    margin: 8px;
}

.courses_top_bar .courses_title {
    padding-top: 15px;
}

.courses_top_bar .courses_meta .meta {
    padding-top: 15px;
}

.courses_top_bar .courses_meta .meta li {
    display: inline-block;
}

.courses_top_bar .courses_meta .meta li + li {
    margin-left: 15px;
}

.courses_top_bar .courses_meta .meta li i {
    color: var(--secondary-color);
}

.courses_curriculum {
    border: 1px solid #ebebeb;
        padding-top:30px;
}

.courses_curriculum .accordion {
    padding: 0;
    border: 0;
}

.courses_curriculum .accordion .card {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.courses_curriculum .accordion .card .card-header {
    padding: 15px 30px;
    border-radius: 0;
    background: none;
    border: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.courses_curriculum .accordion .card:first-child .card-header {
    border-top: 0;
}

.courses_curriculum .accordion .card .card-header a {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
    position: relative;
    padding-left: 25px;
}

.courses_curriculum .accordion .card .card-header a::before {
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
    font-size: 16px;
    color: var(--secondary-color);
    left: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses_curriculum .accordion .card .card-header a.collapsed::before {
    content: "\f067";
}

.courses_curriculum .accordion .card .card-body {
    padding: 25px 30px 20px;
}

.courses_curriculum .accordion .card .card-body .curriculum_content {}

.courses_curriculum .accordion .card .card-body .curriculum_content .title {
    font-size: 16px;
    font-weight: 600;
    color: #002639;
}

.courses_curriculum .accordion .card .card-body .curriculum_content p {
    margin-top: 15px;
}


.courses_curriculum .curriculum_list {
    margin-top: 20px;
}

.courses_curriculum .curriculum_list span {
    font-size: 16px;
    color: #002639;
    font-weight: 400;
}

.courses_curriculum .curriculum_list span i {
    color: var(--secondary-color);
    margin-right: 5px;
}

.courses_curriculum .curriculum_list ul {
    padding-left: 25px;
    padding-top: 10px;
}

.courses_curriculum .curriculum_list ul li {
    border-bottom: 1px solid #ebebeb;
}

.courses_curriculum .curriculum_list ul li:last-child {
    border-bottom: 0;
}

.courses_curriculum .curriculum_list ul li a {
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    display: block;
    padding: 8px 0;
}

.courses_curriculum .curriculum_list ul li a i {
    color: var(--secondary-color);
    margin-right: 5px;
}


.courses_about {
    border: 1px solid #ebebeb;
}

.courses_about_wrapper {
    padding: 30px;
    padding-top: 0;
}


.single_teachers {
    margin-top: 25px;
    width: 50%;
}

.single_teachers .author_image img {
    width: 80px;
    border-radius: 50%;
}

.single_teachers .author_content {
    padding-left: 15px;
}

.single_teachers .author_content .author_name {
    font-size: 18px;
    font-weight: 600;
}

.single_teachers .author_content p {
    margin-top: 3px;
}

.single_teachers .author_content .social {
    margin-top: 10px;
}

.single_teachers .author_content .social li {
    display: inline-block;
}

.single_teachers .author_content .social li + li {
    margin-left: 8px;
}

.single_teachers .author_content .social li a {
    font-size: 16px;
    color: rgba(72, 72, 72, 0.50);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.single_teachers .author_content .social li a:hover {
    color: var(--secondary-color);
}



.courses_reviews {
    border: 1px solid #ebebeb;
}

.courses_reviews_wrapper {
    padding: 30px 0;
}

.average_rating {
    width: 250px;
    border-right: 1px solid #ebebeb;
    padding: 30px 0;
}

.average_rating .rating_value {
    font-size: 48px;
    color: #fccb54;
    line-height: 50px;
}

.average_rating .review_star {}

.average_rating .review_star li {
    display: inline-block;
    margin: 0 3px;
}

.average_rating .review_star li span {
    color: #fccb54;
    font-size: 18px;
}

.average_rating p {
    margin-top: 5px;
}

.detailed_rating {
    width: 66%;
}

.detailed_rating .single_star {
    margin-top: 8px;
}

.detailed_rating .single_star:first-child {
    margin-top: 0;
}

.detailed_rating .single_star .key {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    padding-right: 15px;
}

.detailed_rating .single_star .bar {
    width: 50%;
    background-color: #ebebeb;
    height: 10px;
    display: inline-block;
}

.detailed_rating .single_star .bar .full_bar {
    background-color: #fccb54;
    height: 100%;
}

.detailed_rating .single_star .value {
    display: inline-block;
    font-size: 16px;
    color: #484848;
    padding-left: 15px;
    width: 20px;
}


.courses_reviews_comment {
    padding: 0 30px 30px;
}

.courses_reviews_comment .comment_author img {
    width: 80px;
    border-radius: 50%;
}

.courses_reviews_comment .comment_content {
    padding-left: 15px;
}

.courses_reviews_comment .comment_content .author_name {
    font-size: 18px;
    font-weight: 600;
}

.courses_reviews_comment .comment_content .star {
    margin-top: 4px;
}

.courses_reviews_comment .comment_content .star li {
    display: inline-block;
    font-size: 16px;
}

.courses_reviews_comment .comment_content .star li + li {
    margin-left: 5px;
}

.courses_reviews_comment .comment_content .star li span {
    color: #8de2ce;
}

.courses_reviews_comment .comment_content .star li i {
    color: #fccb54;
}

.courses_reviews_comment .comment_content p {
    margin-top: 12px;
}


.courses_details_sidebar {
    margin-top: -410px;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.courses_details_sidebar .courses_sidebar_image {
    position: relative;
}

.courses_details_sidebar .courses_sidebar_image img {
    width: 100%;
}

.courses_details_sidebar .courses_sidebar_image .price {
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -45px;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper {
    display: table-cell;
    vertical-align: middle;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper p {
    font-size: 14px;
    color: #fff;
}

.courses_details_sidebar .courses_sidebar_image .price .price_wrapper span {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 18px;
}

.courses_details_sidebar .courses_sidebar_image .courses_btn {
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.courses_details_sidebar .courses_sidebar_image .courses_btn .main-btn {
    width: 100%;
}


.courses_details_sidebar .courses_sidebar_title {
    background-color: var(--secondary-color);
    padding: 20px 0;
    text-align: center;
    position: relative;
}

.courses_details_sidebar .courses_sidebar_title::before {
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.courses_details_sidebar .courses_sidebar_title .title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.courses_details_sidebar .courses_sidebar_list {
    background-color: #f3f8fc;
    padding: 30px;
}

.courses_details_sidebar .courses_sidebar_list .list {}

.courses_details_sidebar .courses_sidebar_list .list li {
    font-size: 16px;
    color: #002639;
    border-bottom: 1px solid rgba(72, 72, 72, 0.10);
    padding: 15px 0;
}

.courses_details_sidebar .courses_sidebar_list .list li:last-child {
    border-bottom: 0;
}

.courses_details_sidebar .courses_sidebar_list .list li i {
    color: var(--secondary-color);
    width: 23px;
}

.courses_details_sidebar .courses_sidebar_list .list li span {
    float: right;
}

.courses_details_sidebar .courses_sidebar_list {}

.courses_details_sidebar .courses_sidebar_list .social {
    text-align: center;
    margin-top: 20px;
}

.courses_details_sidebar .courses_sidebar_list .social li {
    display: inline-block;
    margin: 0 5px;
}

.courses_details_sidebar .courses_sidebar_list .social li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(1) a {
    background-color: #3b5999;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(2) a {
    background-color: #55acee;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(3) a {
    background-color: #0077B5;
}

.courses_details_sidebar .courses_sidebar_list .social li:nth-of-type(4) a {
    background-color: #e4405f;
}


/*===========================
    39.Contact css 
===========================*/

.contact_area {}

.contact_info .single_info .info_icon i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 24px;
    border-radius: 50%;
    border: 1px solid rgba(43, 42, 53, 0.2);
    color: #2b2a35;
    text-align: center;
    margin-bottom:10px;
}

.contact_info .single_info .info_content {
    padding-left: 10px;
}

.contact_map .gmap_canvas iframe {
    width: 100%;
    height: 290px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-130 {
  padding-bottom: 130px;
}
.mt-40
{
  margin-top: 40px;
}





@media only screen and (max-width: 967px) {
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        /*max-height: 360px;*/
        overflow: auto;
    }

    .navbar-nav li a
    {
        padding:12px 5px;
    }
    .navbar_meta
    {
        display:none;
    }
    .container
    {
            padding: 0px 10px 0px 10px;
    }
    .section_title
    {
        margin-top:30px;
    }
    .testimonial_area_2
    {
            padding: 25px;
    }
}



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



.about-tab-content .heading-one
{
        margin: 0 6px 0 19px;
}

.cta-area .why_choose_content
{
    margin-left:0px;
}
.tab-content>.tab-pane {
    padding: 50px 0!important;
    height:600px;
}
.about-tab-content .heading-one-title
{
    color:#fff;
}
    .about-tab-content p
    {
     color:#fff;   
}
@media only screen and (max-width: 900px) {
.header_area .header_top_wrapper .header_top_info
{
    text-align:center;
}
.header_top_login ul li a.main-btn
{
    font-size:11px;
}
.pb-130{
    padding-bottom:0px!important;
}
.pb-80{
    padding-bottom:0px!important;
}
.pt-80{
    padding-top:0px!important;
}

.cta-bg::before {
    content: "";
    position: absolute;
    right: 70%;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f7f8ff 100%, rgba(242, 41, 91, 0) 100%);
    opacity: 0.9;
  z-index:-1;
}
}
@media only screen and (max-width: 767px) {

  p:last-child {
    text-align: left!important;
}

    .header_top_login ul li {
    margin-top: 10px;
}
.about-tab-image-one{
    display:none;
}

.footer-left {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {
.header_top_login ul{

}
.navbar-nav li a {
    padding: 18px 0;
    font-size: 11px
    
}
.system-bg2 {
     padding: 144px 0;
     width:111%;
    height:671px;
}

    .footer-left {
        padding: 60px 40px 66px 0;
    }
    .footer-top-side{
        padding: 0px 0px 10px 10px!important;
    }
        .footer-bottom {
        padding: 0px 0 0px 10px;
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .footer-widget {
        max-width: 180px;
        width: 100%;
    }
    .service-single-image-content .title {
        color: var(--secondary-color);
        font-size: 10px;
        font-weight: 700;
        line-height: 1.4;
        width: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px) {
    .footer-bottom {
        padding: 20px 0px 0px 20px !important;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .footer-left {
        padding: 60px 60px 160px 0;
    }
    .footer-top-side {
        padding: 20px 0px 0px 20px !important;
    }
        .footer-left {
        margin-top: 10px;
        }

        
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
.footer-left {

    padding: 70px 30px 130px 0px;
}
    .footer-top-side{
        padding: 0px 0px 10px 40px!important;
    }
.navbar-nav li a {
    padding: 30px 5px;
    font-size: 13px;
}

}


    .tab-content .active
    {
        background:#fff!important;
    }
    .tab-content .active p,
        .tab-content .active h2
    {
        color:#000;
    }
    .partner-new
    {
        margin-bottom: 0px;
        box-shadow:0px 25px 20px -20px rgb(0 0 0 / 11%);
    }
    .pb-120
    {
        padding-bottom:70px;
    }
    
    @media only screen and (min-width: 1200px) and (max-width: 1227px) {
.footer-left {

    padding: 70px 100px 120px 0!important;
}
}

    
    @media only screen and (min-width: 1228px) and (max-width: 1300px) {
.footer-left {

    padding: 67px 100px 120px 0!important;
}
}
.faq-set .service-four-single-text
{
    overflow:auto;
}
.set-position-p .system-content .para-line
{
    position: absolute;
    top: 33%;
    left: 46%;
}
.set-position-p .system-content .para-line1
{
    position: absolute;
    top: 56%;
    left: 46%;
}
.set-position-p .system-content .para-line2
{
    position: absolute;
    top: 80%;
    left: 46%;
}
.footer .footer-left-inner{
    position: relative;
    z-index: 2;
}
.news-new{
    margin : 85px 0 0 0!important;
}
.benefit-shadow{
 box-shadow: 0px 25px 20px -20px rgb(0 0 0 / 11%);   
}

.header_top_info ul li a:hover{
    color: rgb(255 255 255) !important;
    font-size: 14px;
}
.mb-50{
    margin-bottom: 28px;
}
.accordion-button:not(.collapsed) {
     color: var(--primary-color)!important; 
}


.single_slider {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-video {
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: 1; /* Ensures video is behind content */
}

.slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1; /* Ensures background image is behind content */
}

/* Ensure content is above background/video */
.slider_content {
    position: relative;
    z-index: 2; /* Keeps text, headings, and buttons visible */
    color: #fff; /* Adjust color for better contrast */
    text-align: center;
}
.footer-left-logo .logo{
        width: 170px;
}

   /* Wrapper for arrows */
.service-two-arrow {
    position: relative;

}



/* Shared styles for both arrows */
.custom-swiper-button-prev,
.custom-swiper-button-next {
    cursor: pointer;
    pointer-events: all; /* Enable click events */
    background: var(--primary-color); /* Default white background */
    border-radius: 50%; /* Perfect circle */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow */
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 50%; /* Middle from top */
    transform: translateY(-315%); /* Exact center */
    z-index: 10; /* Keep above slider */
}

/* Left arrow - Adjusted position */
.custom-swiper-button-prev {
    right: -70px; /* Adjusted for perfect alignment */
}

/* Right arrow - Adjusted position */
.custom-swiper-button-next {
    left: -70px; /* Adjusted for perfect alignment */
}

/* Arrow Image - Fix Direction */
.custom-swiper-button-prev img {
    transform: rotate(180deg); /* Rotate left arrow */
}

/* Default arrow */
.custom-swiper-button-prev .arrow-1 {
    display: none; /* Hide second arrow */
}
.custom-swiper-button-next .arrow-1 {
    display: none; /* Hide second arrow */
}

/* Hover effect - Change background to blue */
.custom-swiper-button-prev:hover,
.custom-swiper-button-next:hover {
    background: var(--primary-color); /* Blue background */
    transform: translateY(-315%) scale(1.1); /* Keep centered & scale */
}

/* On hover, show second arrow and hide default */
.custom-swiper-button-prev:hover .arrow-2,
.custom-swiper-button-next:hover .arrow-2 {
    display: block; /* Hide default arrow */
}

.custom-swiper-button-prev:hover .arrow-1,
.custom-swiper-button-next:hover .arrow-1 {
    display: none; /* Show second arrow */
}

/* Arrow images inside */
.custom-swiper-button-prev img,
.custom-swiper-button-next img {
    width: 25px; /* Adjust size */
    height: auto;
}

.director-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    transition: all 0.3s ease-in-out;
    max-height: 205px;
    margin-top: 20px;
}

.director-card:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.director-card .user {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.director-card .user-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.user-meta {
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.user-meta .position {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 5px;
}

.bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 10px;
}


        .service-card {
            background: #e0e0e0;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            transition: 0.3s;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .service-icon {
            width: 70px;
            height: 70px;
            background: #0f2e4d;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
        }
        .service-icon img {
            width: 40px;
            height: 40px;
        }
        .service-title {
            font-weight: bold;
            color: #1c1c1c;
            font-size: 16px;
        }
.card-box .service-single-image {
    transition: background-color 0.3s ease-in-out;
}

.card-box .service-single-image:hover {
    background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .work-two .work-carousel .work-swiper-arrow {
    right: 30px;
    top: 70px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
.custom-swiper-button-prev {
    right: 0px!important;
}
.custom-swiper-button-next {
    left: 0px!important;
}
}
.navbar-nav li a i {
    font-size: 10px!important;
    margin-left: 5px;
    
}
@media (max-width: 991px) {
    .navbar-nav {
        position: relative;
        z-index: 9999;
        overflow-y: auto;
        max-height: 90vh; /* Default height */
        transition: max-height 0.3s ease-in-out;
    }

    .navbar-nav .has-children {
        position: relative;
    }

    .navbar-nav .has-children .sub-menu {
        display: none;
        position: relative;
        left: 0;
        width: 100%;
        background: #f8f9fa;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 9999;
        max-height: 50vh; /* Dropdown ki max height fix kar di */
        overflow-y: auto; /* Scroll enable kiya */
        transition: max-height 0.3s ease-in-out;
    }

    .navbar-nav .has-children.open .sub-menu {
        display: block;
        position: relative;
        top: 100%;
        left: 0;
    }

    .navbar-nav .has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 10px;
    }

    .navbar-nav .has-children i {
        margin-left: auto;
        transition: transform 0.3s ease;
        font-size: 14px; /* Arrow का Size ठीक करना */
    }

    .navbar-nav .has-children.open i {
        transform: rotate(180deg);
    }
    /*.swipers-arrow-long{*/
    /*    display:none;*/
    /*}*/
    .system-bg2 {
        width: 108%;
        right: -12px;
        background-position-x: center;
    }
    
    .cta-bg::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%!important;
        height: 100%;
        background: linear-gradient(90deg, #f7f8ff 100%, rgba(242, 41, 91, 0) 100%) !important;
        opacity: 0.9;
        
    }
    .cta-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    }
.section-padding {
    padding: 16px 0 !important;
}
    .blog-details-two {
        margin-top: 10px!important;
    }
    .pt-80 {
        padding-top: 0px !important;
    }
    .section_title {
        margin-top: 0px!important;
    }
    .mt-40 {
        margin-top: 0px!important;
    }
    .pb-130 {
        padding-bottom: 25px !important;
    }
    .sidebar {
        margin-bottom: 0px!important;
    }
    .section-padding-bottom {
        padding-bottom: 0px!important;
    }
    .news-new {
        margin: 0px 0 0 0 !important;
    }
    .blog-post-two .heading-one {
        margin-bottom: 20px!important;
    }
}
.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    display: flex;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #0000FF; 
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    z-index: 10; 
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-pagination {
    display: none;
}



.new-swiper-button-prev,
.new-swiper-button-next {
    cursor: pointer;
    pointer-events: all; 
    background: var(--primary-color); 
    border-radius: 50%; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 50%; 
    transform: translateY(-470%);
    z-index: 10; 
}

.new-swiper-button-prev {
    right: -70px;
}

.new-swiper-button-next {
    left: -70px; 
}

.new-swiper-button-prev img {
    transform: rotate(180deg); 
}

.new-swiper-button-prev .arrow-1 {
    display: none; 
}
.new-swiper-button-next .arrow-1 {
    display: none; 
}

.new-swiper-button-prev:hover,
.new-swiper-button-next:hover {
    background: var(--primary-color); 
    transform: translateY(-470%) scale(1.1); 
}

.new-swiper-button-prev:hover .arrow-2,
.new-swiper-button-next:hover .arrow-2 {
    display: block; 
}

.new-swiper-button-prev:hover .arrow-1,
.new-swiper-button-next:hover .arrow-1 {
    display: none; 
}

.new-swiper-button-prev img,
.new-swiper-button-next img {
    width: 25px; 
    height: auto;
}

.new-two-arrow {
    position: relative;
}

/* Portfolio item container */
.portfolio-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.portfolio-wrapper img {
    transition: transform 0.3s ease-in-out;
}

/* Hover zoom effect */
.portfolio-wrapper:hover img {
    transform: scale(1.1);
}

/* Dark overlay on image */
.content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Light background */
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.portfolio-wrapper:hover .content-overlay {
    opacity: 1;
}

/* Fullscreen Zoom Effect */
.zoom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)!important; /* Light background opacity */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Zoomed Image */
.zoom-overlay img {
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.5);
    transition: transform 0.3s ease-in-out;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* Activate Zoom */
.zoom-overlay.active {
    display: flex;
}

.zoom-overlay.active img {
    transform: scale(1);
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.6);
    color: black;
}

.cta-bg .cta-img img{
    width:100%;
}
@media (min-width: 1600px) {
    .testimonial_area_2 {
        /*background-size: contain !important;*/
        /*background-position: top center !important;*/
        /*background-repeat: no-repeat !important;*/
        /*width: 100%;*/
        min-height: 66vh;
    }
}


.partner-swiper-button-prev,
.partner-swiper-button-next {
    cursor: pointer;
    pointer-events: all; 
    background: var(--primary-color); 
    border-radius: 50%; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 50%; 
    transform: translateY(-240%);
    z-index: 10; 
}

.partner-swiper-button-prev {
    right: -70px;
}

.partner-swiper-button-next {
    left: -70px; 
}

.partner-swiper-button-prev img {
    transform: rotate(180deg); 
}

.partner-swiper-button-prev .arrow-1 {
    display: none; 
}
.partner-swiper-button-next .arrow-1 {
    display: none; 
}

.partner-swiper-button-prev:hover,
.partner-swiper-button-next:hover {
    background: var(--primary-color); 
    transform: translateY(-240%) scale(1.1); 
}

.partner-swiper-button-prev:hover .arrow-2,
.partner-swiper-button-next:hover .arrow-2 {
    display: block; 
}

.partner-swiper-button-prev:hover .arrow-1,
.partner-swiper-button-next:hover .arrow-1 {
    display: none; 
}

.partner-swiper-button-prev img,
.partner-swiper-button-next img {
    width: 25px; 
    height: auto;
}

.partner-two-arrow {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .partner-swiper-button-prev {
        right: 0px;
    }
    .partner-swiper-button-next {
        left: 0px;
    }
    .new-swiper-button-prev {
        right: 0px;
    }
    .new-swiper-button-next {
        left: 0px;
    }
    .progarm-swiper-button-prev {
        right: 0px;
    }
    .progarm-swiper-button-next {
        left: 0px;
    }
    .client-swiper-button-prev {
        right: 0px!important;
    }
    .client-swiper-button-next {
        left: 0px!important;
    }
    .progarm-swiper-button-prev{
        right: 0px!important;
    }
    .progarm-swiper-button-next{
        left: 0px!important;
    }
}


.progarm-swiper-button-prev,
.progarm-swiper-button-next {
    cursor: pointer;
    pointer-events: all; 
    background: var(--primary-color); 
    border-radius: 50%; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 50%; 
    transform: translateY(-325%);
    z-index: 10; 
}

.progarm-swiper-button-prev {
    right: -70px;
}

.progarm-swiper-button-next {
    left: -70px; 
}

.progarm-swiper-button-prev img {
    transform: rotate(180deg); 
}

.progarm-swiper-button-prev .arrow-1 {
    display: none; 
}
.progarm-swiper-button-next .arrow-1 {
    display: none; 
}

.progarm-swiper-button-prev:hover,
.progarm-swiper-button-next:hover {
    background: var(--primary-color); 
    transform: translateY(-325%) scale(1.1); 
}

.progarm-swiper-button-prev:hover .arrow-2,
.progarm-swiper-button-next:hover .arrow-2 {
    display: block; 
}

.progarm-swiper-button-prev:hover .arrow-1,
.progarm-swiper-button-next:hover .arrow-1 {
    display: none; 
}

.progarm-swiper-button-prev img,
.progarm-swiper-button-next img {
    width: 25px; 
    height: auto;
}

.progarm-two-arrow {
    position: relative;
}


    .progarm {
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
}

.progarm-two-arrow {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.progarm-swiper-button-prev,
.progarm-swiper-button-next {
    pointer-events: all;
    cursor: pointer;
}
.work-two {
    margin: 20px 0 80px!important;
}

.testimonial-two-single {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial-two-single:hover .image-container img {
    transform: scale(1.1);
}

.testimonial-two-single:hover .name-overlay {
    opacity: 1;
}

.image-container {
    position: relative;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.name-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 37, 61, 0.5); /* Dark background */
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.name-overlay .title {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color:#fff;
}
.name-overlay .title a{
    font-size:20px;
}
.name-overlay .title a:hover{
    color:#fff;
}
.testimonial-two-single {
    display: flex;
    flex-direction: column;
}


.client-swiper-button-prev,
.client-swiper-button-next {
    cursor: pointer;
    pointer-events: all; 
    background: var(--primary-color); 
    border-radius: 50%; 
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); 
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, background 0.3s ease;
    position: absolute;
    top: 50%; 
    transform: translateY(-260%);
    z-index: 10; 
}

.client-swiper-button-prev {
    right: -70px;
}

.client-swiper-button-next {
    left: -70px; 
}

.client-swiper-button-prev img {
    transform: rotate(180deg); 
}

.client-swiper-button-prev .arrow-1 {
    display: none; 
}
.client-swiper-button-next .arrow-1 {
    display: none; 
}

/*.client-swiper-button-prev:hover,*/
/*.client-swiper-button-next:hover {*/
/*    background: #fff; */
/*    transform: translateY(-260%) scale(1.1); */
/*}*/

.client-swiper-button-prev:hover .arrow-2,
.client-swiper-button-next:hover .arrow-2 {
    display: block; 
}

.client-swiper-button-prev:hover .arrow-1,
.client-swiper-button-next:hover .arrow-1 {
    display: none; 
}

.client-swiper-button-prev img,
.client-swiper-button-next img {
    width: 25px; 
    height: auto;
}

.client-two-arrow {
    position: relative;
}
.myClientSwiper{
    overflow: hidden;
}
.newsletter-form{
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 15px;
}
.footer-widget-form {
    margin-top: 0px;
    margin-bottom: 20px;
}
.footer-left-list-icon{
    margin-top: 15px;
}
@media (min-width: 767px) {
  .footer-bottom {
      gap: 40px;
  }
}

/*.section_title p {*/
/*    text-align: justify;*/
/*}*/
/*.service-two-content .title p {*/
/*    text-align: justify;*/
/*}*/
/*p:last-child {*/
/*    text-align: justify;*/
/*}*/
/*.system-content p {*/
/*    text-align: justify;*/
/*}*/

/*.system-bg2 .heading-one p {*/
/*    text-align: justify;*/
/*}*/

/*.blog-post-two .blog-grid-content {*/
/*    text-align: justify;*/
/*}*/
/*.blog-details .text{*/
/*    text-align: justify;*/
/*}*/
/*.blog-details p{*/
/*    text-align: justify;*/
/*}*/
@media only screen and (max-width: 767px) {
 .slider_content .main-btn {
    margin-top:15px;
}
.slider_content {
    margin-top: 100px;
}
.slider-background {
    position: absolute;
    top: 42px;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    z-index: 1;
    background-repeat:no-repeat;
    background: round;
}
.single_slider {
    height: 47vh;
}
.cta-bg{
    padding: 30px 0!important;
}
.single_choose {
    text-align: center;
}
}
.counter_wrapper{
 justify-content: center;   
}

.service-single a .fa-arrow-right {
  transition: transform 0.3s ease, color 0.3s ease;
}

/* When hovering over the whole box */
.service-single:hover .fa-arrow-right {
  transform: translateX(5px); /* Move arrow slightly to right */
  color: var(--secondary-color);
}

/* Zoom ~90% (approx 1600px width) */
@media (max-width: 1600px) {
    .slider_content {
        margin-top: 200px;
    }
}

/* Zoom ~85% (approx 1500px width) */
@media (max-width: 1500px) {
    .slider_content {
        margin-top: 350px;
    }
}

/* Zoom ~80% (approx 1400px width) */
@media (max-width: 1400px) {
    .slider_content {
        margin-top: 320px;
    }
}

/* Zoom ~70% (approx 1280px width) */
@media (max-width: 1280px) {
    .slider_content {
        margin-top: 280px;
    }
}

/* Zoom ~60% (approx 1150px width) */
@media (max-width: 1150px) {
    .slider_content {
        margin-top: 250px;
    }
}

/* Zoom ~50% (approx 1000px width) */
@media (max-width: 1000px) {
    .slider_content {
        margin-top: 220px;
    }
}

/* Zoom ~40% (approx 850px width) */
@media (max-width: 850px) {
    .slider_content {
        margin-top: 180px;
    }
}

/* Zoom ~30% (approx 700px width) */
@media (max-width: 700px) {
    .slider_content {
        margin-top: 140px;
    }
}

/* Zoom ~25% (approx 600px width) */
@media (max-width: 600px) {
    .slider_content {
        margin-top: 0px!important;
        position: absolute;
        right: 0;
        bottom: 10px;
        text-align: center;
        left: 0;
    }
}

@media (min-width: 1706px) and (max-width: 1919px) {
.slider_content {
    margin-top: 260px;
}
}

@media (min-width: 1920px) and (max-width: 2047px) {
.slider_content {
    margin-top: 320px;
}
}

@media (min-width: 2048px) and (max-width: 2303px) {
.slider_content {
    margin-top: 360px;
}
}

@media (min-width: 2304px) and (max-width: 3071px) {
.slider_content {
    margin-top: 500px;
}
}
@media (min-width: 3072px) and (max-width: 4608px) {
.slider_content {
    margin-top: 720px;
}
}

.trainee::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    right: -21px;
    color: #000;
}

/* Arrow hide for last column */
.no-arrow .trainee::after {
    display: none;
}

@media only screen and (max-width: 767px) {
 .slider_area  .main-btn{
     padding: 0 22px;
    font-size: 13px;    
 }
  .blog-details .text {
     text-align:left;
     
 }
 
 .trainee::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 104%;
    transform: translateY(-50%);
    font-size: 18px;
    right: 50%;
    color: #000;
}
.contact_area .contact_form{
        padding-top: 20px;
}
.section_title .main_title {
    font-size: 28px;
}
.contact_info .main_title{
        padding-top: 20px;    
        font-size: 28px;
    
}
.ceos-section{
    display:none;
}
}
@media only screen and (max-width: 912px) {
    .langu{
        display:none!important;
    }
    .langmenu{
        display:block!important;
    }
    .ceos-section-sm{
        display:block!important;
    }
    .work-two {
    margin: 20px 0 0px !important;
}
.ceos-section-sm .text{
        text-align: center;
}
.header_top{
    display:none;
}
}

@media only screen and (min-width: 913px) {

    .langmenu{
        display:none!important;
    }
    .ceos-section-sm{
        display:none!important;
    }
    
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .custom-swiper-button-prev {
        right: -30px; /* ya jo bhi aapka desired value ho */
    }
    .client-swiper-button-prev {
        right: -30px;
    }
    .progarm-swiper-button-prev {
        right: -30px;
    }
    .partner-swiper-button-prev {
        right: -30px;
    }
    .new-swiper-button-prev {
        right: -30px;
    }
    
    .custom-swiper-button-next {
        left: -30px; /* ya jo bhi aapka desired value ho */
    }
    .client-swiper-button-next {
        left: -30px;
    }
    .progarm-swiper-button-next {
        left: -30px;
    }
    .partner-swiper-button-next {
        left: -30px;
    }
    .new-swiper-button-next {
        left: -30px;
    }
    .system-bg2 {
        padding: 144px 0;
        height: 794px!important;
    }
    .cta-bg {
        background-image: none!important;
    }
    .cta-bg::before {
        background: linear-gradient(90deg, #ffffff38 30%, rgba(242, 41, 91, 0) 30%)!important;
    }
    .footer-left {
        padding: 30px 40px 41px 0;
    }
    .footer-left .social-icon li {
        margin-right: 28px;
    }
    .footer-right {
        margin-top: 30px;
    }
}
@media (min-width: 1280px) and (max-width: 1281px) {
    .footer-widget-form button{
        right: 5px!important;
    }
}
@media (min-width: 1366px) and (max-width: 1369px) {
    .footer-widget-form button{
        right: 5px!important;
    }
}
/* Portrait mode (vertical) */
@media only screen and (device-width: 360px) and (device-height: 800px) and (orientation: portrait) {
    .system-bg2 .heading-one {
        max-width: 320px !important;
    }
    .system-bg2 .heading-one {
        margin: 0px 30px 0 0!mportant;
    }
}

/* Landscape mode (horizontal) */
@media only screen and (device-width: 800px) and (device-height: 360px) and (orientation: landscape) {
    .system-bg2 .heading-one {
        max-width: 320px !important;
    }
    .system-bg2 .heading-one {
        margin: 0px 30px 0 0!mportant;
    }
}

@media only screen and (max-width: 360px) {
    .system-bg2 .heading-one {
        max-width: 320px !important;
    }
    .system-bg2 .heading-one {
        margin: 0px 30px 0 0!mportant;
    }
}
@media (min-width: 344px) and (max-width: 345px) {
    .single_slider {
        height: 33vh!important;
    }
    .slider_content {
        margin-top: 30px!important;
    }
}
@media only screen and (max-width: 428px) {
    .single_testimonial_2 p {
        text-align: left!important;
    }
    .single_testimonial_2 {
        padding: 25px 20px!important;
    }
    .blog-post-two .blog-grid-content {
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .single_testimonial_2 p {
        text-align: left!important;
    }
    .single_testimonial_2 {
        padding: 25px 20px!important;
    }
    .blog-post-two .blog-grid-content {
        text-align: left;
    }
}
@media (min-width: 690px) and (max-width: 695px) {
    .slider-background {
        background-size: cover!important;
    }
    .system-bg2 {
        padding: 60px 0;
        width: 150%;
        left: -25%;
    }
    .mobile .single_testimonial_2 {
        margin-top: 503px!important;
    }
    .mobile {
        display: block !important;
        height: 940px;
    }
}
@media (min-width: 820px) and (max-width: 821px) {
    .footer-bottom {
        gap: 0px;
    }
    .footer-left {
        padding: 0px 60px 40px 0;
    }
    .progarm-swiper-button-prev, .progarm-swiper-button-next {
        transform: translateY(-252%);
    }
    .progarm-swiper-button-prev {
        right: -45px;
    }
    .progarm-swiper-button-next {
        left: -45px;
    }
    .client-swiper-button-prev {
        right: -45px;
    }
    .client-swiper-button-next {
        left: -45px;
    }
    .client-swiper-button-prev, .client-swiper-button-next {
        transform: translateY(-179%);
    }
    .service-single-image-content .icon {
        margin-bottom: 0px;
    }
    .custom-swiper-button-prev {
        right: -50px;
    }
    .custom-swiper-button-next {
        left: -50px;
    }
    .system-bg2 {
        width: 130%;
        right: -21.2%;
        background-position-x: center;
    }
    .service-single-image-content .title {
        font-size: 11px;
    }
    .counter_area{
        padding-top: 70px !important;
    }
    .new-swiper-button-prev {
        right: -30px;
    }
    .new-swiper-button-next {
        left: -30px;
    }
}
@media (min-width: 768px) and (max-width: 769px) {
    .footer-bottom {
        gap: 0px;
    }
    .footer-left {
        padding: 0px 60px 40px 0;
    }
    .progarm-swiper-button-prev, .progarm-swiper-button-next {
        transform: translateY(-252%);
    }
    .progarm-swiper-button-prev {
        right: -30px;
    }
    .progarm-swiper-button-next {
        left: -30px;
    }
    .client-swiper-button-prev {
        right: -30px;
    }
    .client-swiper-button-next {
        left: -30px;
    }
    .client-swiper-button-prev, .client-swiper-button-next {
        transform: translateY(-179%);
    }
    .service-single-image-content .icon {
        margin-bottom: 0px;
    }
    .custom-swiper-button-prev {
        right: -30px;
    }
    .custom-swiper-button-next {
        left: -30px;
    }
    .system-bg2 {
        width: 130%;
        right: -21.2%;
        background-position-x: center;
    }
    .service-single-image-content .title {
        font-size: 11px;
    }
    .counter_area{
        padding-top: 70px !important;
    }
    .new-swiper-button-prev {
        right: -30px;
    }
    .new-swiper-button-next {
        left: -30px;
    }
}

@media (min-width: 912px) and (max-width: 913px) {
    .footer-bottom {
        gap: 0px;
    }
    .counter_area{
        padding-top: 70px !important;
    }
    .system-bg2 {
        width: 138%;
        right: -12px;
        background-position-x: center;
    }
    .progarm-swiper-button-prev, .progarm-swiper-button-next {
        transform: translateY(-252%);
    }
    .progarm-swiper-button-prev {
        right: -30px;
    }
    .progarm-swiper-button-next {
        left: -30px;
    }
    .client-swiper-button-prev {
        right: -30px;
    }
    .client-swiper-button-next {
        left: -30px;
    }
    .client-swiper-button-prev, .client-swiper-button-next {
        transform: translateY(-179%);
    }
    .service-single-image-content .icon {
        margin-bottom: 0px;
    }
    .custom-swiper-button-prev {
        right: -30px;
    }
    .custom-swiper-button-next {
        left: -30px;
    }
    .service-single-image-content .title {
        font-size: 11px;
    }
    .new-swiper-button-prev {
        right: -30px;
    }
    .new-swiper-button-next {
        left: -30px;
    }
}
@media (min-width: 853px) and (max-width: 854px) {
    .client-swiper-button-prev, .client-swiper-button-next {
        transform: translateY(-200%);
    }
    .progarm-swiper-button-prev, .progarm-swiper-button-next {
        transform: translateY(-250%);
    }
}
@media (min-width: 393px) and (max-width: 394px) {
    .system-bg2 .heading-one {
        max-width: 360px;
        margin: 0px 25px 0 0;
    }
}