/*
  Theme Name: Sunify - Solar Energy HTML5 Landing Page
  Author: Wings Tech Solutions
  Support: Kindly raise your concerns, doubts, or questions in the "Ticket" section of our TemplateMonster Author profile.
  Description: Sunify provides innovative solar energy solutions for homes and businesses, reducing energy costs and environmental impact. Trust our expert team for clean, reliable, and renewable energy.
  Version: 1.0
*/

/* ==============CSS Index================
------------------------------------------
    1. Common CSS
    2. Button 
    3. Header
    4. Hero
    5. Power
    6. Energy
    7. Process
    8. FAQ
    9. Team
    10. Video
    11. Blog
    12. Question
    13. Footer
-----------------------------------------
=======================================*/

/****************
  1.Common CSS
****************/
* {
    margin: 0;
    padding: 0;
    font-family: "Readex Pro", sans-serif;
    scroll-padding-top: 60px;
}

/* body{
    background-color: ghostwhite !important;
} */

body {
  background: linear-gradient(-45deg, #f8f8f2, #f0f7f0, #fdfaf3, #f5fbe7);
  background-size: 400% 400%;
  animation: gradientBG 20s ease infinite;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
:root {
    --gray: #6c6c6c;
    --black: #333;
    --orange: #692bf9;    ;
    --green: #022ec0;
    --border: #e0e0e0;
}

.content {
    color: var(--gray);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.mt-30 {
    margin-top: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.py-80 {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
    margin-top:30px;
}

.section-title > ul{
    color: var(--gray);
    text-align: left;
}

.section-title > ol{
    color: var(--gray);
    text-align: left;
}

.mention-title > ul{
    color: var(--gray);
    text-align: left;
}

.section-title h2 {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    color: var(--orange);
    margin-bottom: 22px;
    display: inline-block;
}

.mention-title h2 {
    font-weight: 400;
    font-size: 16px;
    position: relative;
    color: var(--orange);
    display: inline-block;
    margin:0
}

.section-title h3 {
    font-weight: 600;
    font-size: 40px;
    /* text-transform: capitalize; */
    color: var(--orange);
    margin-bottom: 0;
    line-height: 66px;
    /*color: black;*/
}

.section-title h2::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
}

.section-title p {
    margin-top: 15px;
    color: var(--gray);
}

.mention-title p {
    margin-top: 15px;
}


.text-unset {
    text-transform: unset !important;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
  padding-top: 30px;
  position: relative;
}

.services  .section-heading p {
  margin-top: 10px;
  margin-left: 18%;
  margin-right: 18%;
}

.services .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}

/* .services:after {
  content: '';
  background-image: url(../images/services-left-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 261px;
  height: 368px;
  z-index: 0;
} */

/* .services:before {
  content: '';
  background-image: url(../images/services-right-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 1136px;
  height: 244px;
  z-index: 0;
} */

.services .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.services .section-heading .line-dec {
  margin: 0 auto;
}

.service-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 10px;
  border-top-right-radius: 50px;
  transition: all .3s;
}

.service-item .icon {
  margin-left: 0px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.service-item h4 {
  transition: all .3s;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--orange);
}

.services h4 {

  color: var(--orange);
}

.service-item p {
  transition: all .3s;
  font-size: 15px;
  margin-bottom: 20px;
}

.service-item:hover h4,
.service-item:hover p,
.service-item:hover .text-button a {
  color: #fff;
}

.first-service .icon {
  background-image: url(../images/Led.png);
}

.first-service:hover .icon {
  background-image: url(../images/Led.png);
}

.second-service .icon {
  background-image: url(../images/service-icon-02.png);
}

.second-service:hover .icon {
  background-image: url(../images/service-icon-hover-02.png);
}


.third-service .icon {
  background-image: url(../images/service-icon-03.png);
}

.third-service:hover .icon {
  background-image: url(../images/service-icon-hover-03.png);
}

.fourth-service .icon {
  background-image: url(../images/service-icon-04.png);
}

.fourth-service:hover .icon {
  background-image: url(../images/service-icon-hover-04.png);
}

.service-item:hover {
  background-image: url(../images/service-bg.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}



/****************
  2.Common Button
****************/

.navbar .theme-btn{
    font-size: 16px !important;
} 
.theme-btn {
    background-color: var(--orange);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .3s;
    padding: 9px 20px;
    overflow: hidden;
    border-radius: 35px;
}

.theme-btn:hover {
    transition: .3s;
    transform: translate(0px, 0px);
    box-shadow: none;
    background: var(--green);
    color: #fff;
}

.theme-btn:hover svg {
    transition: .3s;
}

.theme-btn:hover path,
.theme-btn:hover svg {
    transition: .3s;
    fill: #fff;
}

/*********
  3.Header
**********/
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

header .navbar {
    align-items: center;
    padding: 0;
}

header .navbar .navbar-brand {
    padding: 0;
    margin: 0;
}

header .navbar .navbar-brand img {
    height: 44px;
}

header .navbar .navbar-toggler {
    border: none;
    font-size: 16px;
    padding: 0;
    margin: 5px 0 0;
}

header .navbar .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

header .hamburger {
    position: absolute;
    top: -6px;
    right: 20px;
    width: auto;
    left: auto;
    height: 0;
    transition-duration: 0.5s;
}

header .hamburger .icon {
    background-color: var(--black);
    position: absolute;
    top: 27px;
    width: 20px;
    height: 2px;
    transition-duration: 0.5s;
}

header .hamburger .icon::before {
    content: "";
    background-color: var(--black);
    position: absolute;
    top: -6px;
    right: 0;
    width: 20px;
    height: 2px;
    transition-duration: 0.5s;
}

header .hamburger .icon::after {
    content: "";
    background-color: var(--black);
    position: absolute;
    top: 6px;
    right: 0;
    width: 20px;
    height: 2px;
    transition-duration: 0.5s;
}

header .hamburger.open .icon {
    background: transparent;
    top: 31px;
    transition-duration: 0.5s;
}

header .hamburger.open .icon::before {
    -webkit-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
    -moz-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
    -ms-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
    -o-transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
    transform: rotateZ(45deg) scaleX(0.75) translate(2px, 2.5px);
}

header .hamburger.open .icon::after {
    -webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
    -moz-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
    -ms-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
    -o-transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
    transform: rotateZ(-45deg) scaleX(0.75) translate(8px, -7px);
}

header .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
}

header .navbar .navbar-collapse {
    justify-content: center;
}

header .nav-item {
    position: relative;
}

header .nav-item:not(:last-child) {
    margin-right: 30px;
}

header .nav-item:last-of-type {
    margin-right: 0 !important;
}

header .navbar-collapse .nav-item .nav-link {
    position: relative;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    padding: 0;
    margin: 0;
}

header .nav-item .nav-link:hover, header .nav-item .nav-link.active, header .nav-item.active .nav-link {
    color: var(--orange);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .contact-btn {
    color: #fff !important;
    font-size: 14px;
    padding: 8px 20px !important;
}

.header-sticky {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    box-shadow: 0px 0.2rem 1.5rem rgb(0 0 0 / 15%);
    background-color: #fff;
}

header .social-link {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
}

header .social-link li:not(:last-child) {
    margin-right: 6px;
}

header .social-link li {
    display: inline-flex;
    align-items: center;
}

header .social-link li i {
    color: #999;
}

header .social-link li a:hover i {
    transition: all 300ms ease;
    color: #fff;
}

header .social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 50%;
    text-decoration: none;
    color: var(--gray);
    transition: all 300ms ease;
    background-color: #fff;
}

header .social-link li a:hover {
    color: #fff;
    background-color: var(--orange);
    transition: all 300ms ease;
    border: 1px solid var(--orange);
}

/**********
  4.Hero
***********/
.hero {
    padding-top: 100px;
    position: relative;
}

.hero::after {
    content: '';
    background: linear-gradient(180deg, rgba(254, 152, 26, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%);
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero h2::after {
    display: none;
}

.hero .section-title h3 {
    font-size: calc(30px + (120 - 40) * (100vw - 320px)/(2560 - 320));
    line-height: calc(40px + (120 - 40) * (100vw - 320px)/(2560 - 320));
    text-transform: none;
}

.hero-bg {
    background-image: url('../images/others/World.jpg');
    position: relative;
    /* background-image: url('../images/background/Calo_1.jpg'); */
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 16px;
    z-index: 10;
    /* background-attachment: fixed; */
    height: calc(100vh - 94px);
}

.hero-bg::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.hero-bg h2::after {
    content: '';
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.hero-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 30px;
    background-color: #ffffff30;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    /* height: 120px; */
    border: 1px solid #ffffff20;
}

.hero-icon-wrapper-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 30px;
    background-color: #ffffff30;
    border-radius: 16px;
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff20;
}

.hero-icon-wrapper h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.hero-icon-wrapper-1 h4 {
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.hero-bg .section-title {
    /* height: calc(100vh - 250px); */
    /* margin-top: 100px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
}

.icons {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.hero-icon-wrapper img {
    height: 56px;
}

/*********
  5.Power
***********/
.power .section-title {
    margin-bottom: 30px;
}

.power-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.power .section-title h2::after {
    content: '';
    left: 0;
    transform: translateX(0%);
}

.power-call span {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--orange);
}

.power-call span svg {
    width: 30px;
    height: 30px;
}

.power-call p {
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
    margin: 0;
}

.power-call a {
    font-weight: 500;
    font-size: 24px;
    color: var(--orange);
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease;
}

.power-call a:hover {
    transition: all 300ms ease;
    color: var(--green);
}

.power-saving-content {
    background-color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 16px;
    gap: 15px;
    padding: 15px 20px;
    /* margin-top: -45px; */
    margin-left: 30px;
}
.power-saving-content-top {
    background-color: var(--green);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #fff;
    border-radius: 16px;
    gap: 15px;
    padding: 15px 20px;
    margin-top: -45px;
}

.power-saving-content-top span {
    font-weight: 500;
    /* font-size: 24px; */
    color: #fff;
    display: inline-block;
}

.power-image-rounded>img {
    border-radius: 16px;
    /*border: 1px solid var(--border)*/
}

.wind-frame-block {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.wind-frame-block img {
    width: 100%;
}


/*********
 6.Energy
**********/
.energy-bg {
    position: relative;
    background-image: url('../images/others/Back1.jpeg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 16px;
    z-index: 10;
    /* background-attachment: fixed; */
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.energy-bg::after {
    content: '';
    background: #000000ad;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.energy-wrapper {
   /* padding: 20px ; */
    border-radius: 16px;
    background-color: #ffffff30;
    backdrop-filter: blur(8px);
    transition: all 300ms ease;
    border: 1px solid #ffffff15;
    height: 100%;
}

.energy-content h4 {
    /* margin: 28px 0 10px; */
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    /* text-transform: capitalize; */
    text-align: center;
}

.energy-content  {
    padding: 20px;
}

.energy-content p {
    /* opacity: 0.6; */
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    padding: 0 10px 0 10px;
}

.energy .section-title h2::after {
    background-color: #fff;
    left: 0;
    transform: translateX(0);
}

.energy-content ul {
    /* list-style-type: none;
    padding: 0;
    padding: 8px 12px;
    background-color: #fff;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto; */
    color:white;
    font-size: 18px;
}

.energy-content ul li {
    /* display: inline-flex; */
    align-items: center;
}


.energy-content.star ul {
    list-style-type: none;
    padding: 0;
    padding: 8px 12px;
    background-color: #fff;
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;

}

.energy-content.star ul li {
    display: inline-flex;
    align-items: center;
}


.energy-content span {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.energy-content ul li i {
    font-size: 24px;
    color: var(--green);
}

.energy-content{
    width: fit-content;
    float: right;
}

.energy-wrapper:hover {
    background-color: var(--orange);
    transition: all 300ms ease;
}

.energy-wrapper:hover * {
    color: #fff;
    opacity: 1;
}

.hero-icon-wrapper-1:hover {
    background-color: var(--orange);
    transition: all 300ms ease;
}

.hero-icon-wrapper-1:hover * {
    color: #fff;
    opacity: 1;
}

/************
  7.Process
*************/
.works-block {
    position: relative;
}


.works-block img {
    border: 1px solid var(--border);
    border-radius: 16px;
}

.works-block span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 4px;
    /* text-transform: capitalize; */
}

.works-block h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
    /* text-transform: capitalize; */
}

.works-content {
    padding: 20px;
    border-radius: 8px 0 0 0;
    position: absolute;
    bottom: -34px;
    background-color: #fff;
    right: 0;
    width:100%;
    text-align: center;
}

.works .right-wind-frame {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: -1;
}

/********
  8.FAQ
*********/
.faq {
    padding-top: 104px;
}

.faq-bg {
    position: relative;
    background-image: url('../images/others/FAQ.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    border-radius: 16px;
    z-index: 10;
    /* background-attachment: fixed; */
}

.faq-bg::after {
    content: '';
    background-color: #000000ad;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.faq-bg .section-title h2::after {
    background-color: #fff;
    left: 0;
    transform: translateX(0);
}

.accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 400;
    font-size: 16px;
    text-transform: unset;
    color: #fff;
    margin: 0;
}

.accordion .accordion-item .accordion-collapse .accordion-body .content {
    color: var(--black);
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px;
    background-color: var(--orange);
    border-radius: 0 0 16px 16px !important;
    border-top: 1px solid #ffffff30;
}

.accordion .accordion-item .accordion-collapse .accordion-body img {
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid #e0e0e0;
}

.accordion-item {
    border: 1px solid #ffffff20 !important;
    background-color: #ffffff30 !important;
    backdrop-filter: blur(4px);
}

.accordion-item:not(:last-child) {
    margin-bottom: 16px;
}

.accordion-button.collapsed, .accordion-item {
    border-radius: 16px !important;
}

.accordion-button {
    border-radius: 16px !important;
    background-color: #ffffff15 !important;
    /* backdrop-filter: blur(20px); */
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #fff !important;
    background-color: var(--orange) !important;
    border-radius: 16px 16px 0 0 !important;
}

.accordion .accordion-button::after {
    padding: 0;
    background-position: 10px center;
    border-radius: 10px 0 10px 0;
    background-image: url('../images/others/faq_arrow.svg');
    width: 40px;
    position: absolute;
    right: 3px;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url('../images/others/faq_fill_arrow.svg');
    transform: rotate(-360deg);
}

/*********
  9.Team
**********/
.team h2::after {
    left: 0;
    transform: translateX(0);
}

.team-block {
    position: relative;
}

.team-block img {
    border: 1px solid var(--border);
    border-radius: 16px;
    height: 400px;
    object-fit: cover;
}

.team .section-title {
    margin-bottom: 30px;
}

.team-content {
    padding: 16px;
    border-radius: 8px 0 0 0;
    position: absolute;
    bottom: -15px;
    background-color: #fff;
    right: 0;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 50%;
    text-decoration: none;
    color: var(--gray);
    transition: all 300ms ease;
    flex-shrink: 0;
    color: #999;
    background-color: #fff;
}

.team-content a:hover {
    color: #fff;
    background-color: var(--orange);
    transition: all 300ms ease;
    border: 1px solid var(--orange);
}

.team-block span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray);
    margin-bottom: 4px;
    text-transform: capitalize;
}

.team-block h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
    text-transform: capitalize;
}

.slider-button-block button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    outline: 0;
    background-color: #fff;
    border: 1px solid var(--border);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.slider-button-block .owl-next {
    margin-left: 10px;
}

.slider-button-block button:hover {
    background-color: var(--orange);
    border-color: var(--orange);
    transition: all 300ms ease;
}

.slider-button-block button:hover path {
    fill: #fff;
}

.right-wind-frame {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.right-wind-frame img {
    width: 100%;
}

/***********
  10.Video
************/
.video-bg {
    position: relative;
    background-image: url('../images/background/Mountain_2.jpg');
    background-repeat: no-repeat;
    background-position: center right;
    height: 450px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-size: cover;
}

.video-bg::after {
    content: '';
    background-color: #00000075;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.video-wrapper button {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
}

.video-wrapper button img {
    height: 40px;
}

.circle {
    width: 100px;
    height: 100px;
    position: absolute;
    border-radius: 50%;
    animation: ripple 2s ease-in infinite;
    background-color: var(--orange);
    z-index: -1;
}

.video-wrapper button::after {
    content: '';
    animation: ripple2 2s ease-in infinite;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 50%;
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

@keyframes ripple2 {
    0% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}


.video-modal .modal-body iframe {
    width: 100%;
    height: 450px;
    border-radius: 5px;
}

.video-modal .modal-body {
    line-height: 0;
}

/**********
  11.Blog
***********/
.blog-wrapper .blog-content span {
    background-color: var(--green);
    border-radius: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 20px;
}

.blog-wrapper .blog-content h6 {
    font-size: 24px;
    font-weight: 500;
    color: var(--black);
    line-height: 30px;
    margin-bottom: 15px;
}

.blog-wrapper .blog-content a {
    display: inline-block;
    margin-top: 5px;
    text-transform: capitalize;
    color: var(--orange);
    font-weight: 600;
    font-size: 16px;
    transition: all 300ms ease;
    text-decoration: none;
}

.blog-wrapper .blog-content a:hover {
    color: var(--green);
    transition: all 300ms ease;
}

.blog-wrapper .blog-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.blog-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background-color: #fff;
    height: 250px;
}

.blog-wrapper .blog-image img {
    border-radius: 16px 0 0 16px;
    width: 300px;
    height: 100%;
    object-fit: cover;
}

.blog-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 21px;
}

.blog .right-wind-frame {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    z-index: -1;
}

.blog .right-wind-frame img {
    width: 100%;
}

/****************
  12.Question
****************/
.question-bg {
    background-image: url('../images/others/Nat.jpg');
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    border-radius: 16px;
}

.question-bg::after {
    content: '';
    background-color: #00000075;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 16px;
}

.question-bg .section-title {
    width: 50%;
    margin: 0 auto;
}

.question-bg .theme-btn {
    margin-top: 30px;
}

.question-bg .section-title h2::after {
    background-color: #fff;
}

/****************
  13.Footer
****************/
footer {
    /* background-image: url('../images/background/footer-bg-2.png'); */
    height: 350px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .footer-block p {
    margin-top: 20px;
}

footer .footer-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    /* margin-bottom: 32px; */
    position: relative;
    /* border-bottom: 2px solid var(--orange);
    border-width: 30%; */
}

/* footer .footer-title h2::after {
    content: '';
    width: 60px;
    height: 2px;
    background-color: var(--orange);
    position: absolute;
margin-left: 50%;  
margin-right: 50%; 
 bottom: -15px;
} */

.footer-address p {
    font-weight: 400;
    font-size: 12px;
    color: var(--black);
}

.footer-address span {
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--gray);
    display: block;
    margin-bottom: 4px;
}

.footer-address a {
    font-weight: 500;
    font-size: 12px;
    color: var(--black);
    display: inline-block;
    transition: all 300ms ease;
    text-decoration: none;
    margin-bottom: 16px;
}

.footer-address a:hover {
    transition: all 300ms ease;
    color: var(--orange);
}

.footer-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-block ul li {
    display: inline-flex;
    align-items: center;
}

.footer-block ul li:not(:last-child) {
    margin-right: 10px;
}

.footer-block ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 50%;
    text-decoration: none;
    color: var(--gray);
    transition: all 300ms ease;
    background-color: #fff;
}

.footer-block ul li i {
    color: #999;
    transition: all 300ms ease;
}

.footer-block ul li a:hover {
    color: #fff;
    background-color: var(--orange);
    transition: all 300ms ease;
    border: 1px solid var(--orange);
}

.footer-block ul li a:hover i {
    transition: all 300ms ease;
    color: #fff;
}

.copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: #00000020;
    backdrop-filter: blur(10px);
}

.copyright p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.uf-contact-form-01 {
    max-width: 80%;
    margin-top: 100px;
    /* min-height: 80vh; */
    height: 800px;
}

.uf-img-contact-form-01{
      max-width: 100%;
      animation: uf-animation 4s ease-in-out 1s infinite alternate;
      position: relative;
}
.uf-ct-01-text-primary{
      color: #692bf9;
}
.uf-ct-01-btn-primary{
      background-color: #692bf9;
      color: #fff;
}
.uf-ct-01-btn-primary:hover{
      background-color: #692bf9;
      color: #fff;
}

@keyframes uf-animation {
  0%   {top:0px;}
  50%  {top:-30px;}
  100% {top:0px;}
}
.form-control:focus {
    border-color: #00a994;
    box-shadow: 0 0 0 .25rem rgb(103 58 183 / 21%);
}


 /* .info_section {
    padding: 75px 0;
     background-color: #0a0f43; 
    text-align: center;
    color: black;
  }  */
  
  .info_section h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .info_section .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 25px;
  }
  
  .info_section .social-box .box {
    background-color: #ffffff;
    padding: 5px 15px;
  }
/*   
  .info_section a {
    margin: 0 5px;
    color: #0355cc;
  }
  
  .info_section a i {
    font-size: 18px;
  } */
  
  .info_section a:hover {
    color: #ff8a1d;
  }
  
  .info_items a {
    position: relative;
  }
  
  .info_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  .info_items .item .img-box {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    line-height: 100px;
    background-color: var(--orange);
    color: white;
    font-size: 40px;
    z-index: 1;
  }
  
  .info_items .item .img-box i {
    font-size: 24px;
  }
  
  .info_items .item-p {
    margin-top: 25px;
    color: var(--gray);
    margin-bottom: 0;
  }

  .info_items .item p {
    color: var(--gray);
    margin-bottom: 0;
  }
  
  .info_items .item:hover .img-box {
    background-color: #ff8a1d;
  }
  
  .info_items {
    position: relative;
  }
  
  .mySlides {
    display: none;
    text-align: justify;
  }

  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 60%;
    width: auto;
    /* margin-top: -30px; */
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 40px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    text-decoration: none;
  }

  .next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
  }

  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }

  .dot {
    cursor: pointer;
    transition: background-color 0.6s ease;
  }
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
    color: white;
  }

  .subnav-content {
    display: none;
    position: absolute;
    left: 0;
    width: 150%;
    z-index: 1;
    background-color: #fffdfa   ;
    padding: 10px;
    border-radius: 15px;
  }
  
  .subnav-content a {
    float: left;
    color: var(--gray);
    text-decoration: none;
  }
  
  /* .subnav-content a:hover {
    background-color: #eee;
    color: black;
  } */
  
  .nav-item:hover .subnav-content {
    display: block;
  }

  .logos-slider {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(90deg,rgba(0,0,0,0) 0,#000 15%,#000 85%,rgba(0,0,0,0) 100%);
}

.logos-slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    animation: slide 30s linear infinite;
}

.logos-slider-container img {
  width:150px;
 max-width: 150px;
 max-height: 200px;

}

@keyframes slide {
  0% {
    transform: translate3d(0,0,0)
  }
  100% {
    transform: translate3d(-100%,0,0)
  }
}

h1 {
  text-align: center;
  font-family: 'Lato';
  color: #3D4A54;
}

.card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  margin: 0 auto;
  box-shadow: 0px 3px 8px rgb(61 74 84 / 10%), 0px 3px 12px rgb(61 74 84 / 6%)
}

.body2 {
  /* background: #eef2f5; */
  display:flex;
  align-items: center;
  flex-direction: column;
  margin-bottom:30px;
}


  .hello {
    opacity: 1 !important;
  }
  .full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
  }
  .full .content {
    background-color: rgba(0,0,0,0.75) !important;
    height: 100%;
    width: 100%;
    display: grid;
  }
  .full .content img {
    left: 50%;
    transform: translate3d(0, 0, 0);
    animation: zoomin 1s ease;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    width:400px;
    height:70%;
   
  }
  /* .byebye {
    opacity: 0;
  }
  .byebye:hover {
    transform: scale(0.2) !important;
  } */
  .gallery {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
   /*  grid-auto-rows: 8px;
    width: 100%;
    height: 100%; */
  }
  .gallery img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 16px #333;
    transition: all 1.5s ease;
    width:250px;
    height:350px;
  }
  .gallery img:hover {
    box-shadow: 0 0 32px #333;
  }
  .gallery .content {
    padding: 4px;
  }
  /* .gallery .gallery-item {
    transition: grid-row-start 300ms linear;
    transition: transform 300ms ease;
    transition: all 0.5s ease;
    cursor: pointer;
  }
  .gallery .gallery-item:hover {
    transform: scale(1.025);
  } */



  @-moz-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @-o-keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  @keyframes zoomin {
    0% {
      max-width: 50%;
      transform: rotate(-30deg);
      filter: blur(4px);
    }
    30% {
      filter: blur(4px);
      transform: rotate(-80deg);
    }
    70% {
      max-width: 50%;
      transform: rotate(45deg);
    }
    100% {
      max-width: 100%;
      transform: rotate(0deg);
    }
  }
  
  .dropdown-menu {
border:0;
background-color: white;
  }

  .dropdown-item {
    padding-left:5px !important;
  }
  
  /* .dropdown-submenu .dropdown-menu {
    top: 10%;
    left: 100%;
    margin-top: -1px;
  } */
  
  .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
  }
  

 