/*
 Theme Name:   C2 Developer Zone
 Theme URI:    https://c2developerzone.com
 Description:  This theme is designed for Gorakhnath Trust, Jagatsinghapur — one of the leading organizations in the NGO sector. 
 Author:       C2 Developer Zone Team
 Version:      1.0.0
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
/*font-family: "Outfit", sans-serif;*/


body {
    color: #444444;
    font-family: "Outfit", sans-serif;
    background: #fff;
}
p {
    color: #636363;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 26px;
}
a {
  color: #fff;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
}

a:hover {
    color: #ef7727;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #192335;
	font-family: "Outfit", sans-serif;
}
a.theme-btn {
    margin: 2rem auto 0.5rem;
    display: inline-flex;
    color: #ffffff;
    padding: 0.5rem 1.4rem 0.5rem 1.4rem;
    border-radius: 100px 100px 0 100px;
    transition: 0.3s ease;
    background: #ef7727;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: -0.2px;
    font-size: 16px;
}
a.theme-btn:hover {
    background: #131430;
}
section{
  position:relative;
}
.pd{
  padding: 0;
}
.pd-left{
  padding-left:0;
}
.pd-right{
  padding-right:0;
}
.owl-nav {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin: 2rem 0 0;
}
button.owl-prev, button.owl-next {
    width: 40px;
    height: 40px;
    background: #131430 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 32px !important;
    position: relative;
}
button.owl-prev{
    border-radius: 100px 100px 0 100px;
}
button.owl-next {
    border-radius: 100px 100px 100px 0px;
}
button.owl-prev span, button.owl-next span {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 5px;
  font-weight: 400;
}
button.owl-prev:hover, button.owl-next:hover {
    background: #FF8F00 !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
 	position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ef7727;
    width: 40px;
    height: 40px;
    transition: all 0.4s;
    border-radius: 400px 400px 0 400px;
	    border: solid 1px #ffffffa3;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #131430;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*Topbar Sec*/

section.topbar-sec {
    padding: 10px 0;
    background: #4C4AB2;
    width: 90%;
    margin: auto;
    border-radius: 0 0 20px 20px;
}
.topbar-left a {
    padding: 2px 5px;
    display: inline-block;
    margin-right: 8px;
    font-family: "Monda", sans-serif;
}
.topbar-left a img {
    margin-right: 5px;
    height: 20px;
}
.topbar-left a:first-child {
    border-right: solid 1px #fff;
    padding-right: 16px;
}
.social-link a {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #4c4ab2;
    border: solid 1px #fff;
    margin: 0 3px;
    background: #fff;
    border-radius: 7px;
    font-size: 20px;
}
.topbar-left {
    display: flex;
    align-items: center;
    height: 100%;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header#header {
    z-index: 99999;
}
#header {
    transition: all 0.5s;
    z-index:99999;
    padding: 0px 1rem 0rem;
    background: transparent;
    position: fixed;
    top: 0px;
    width: 100%;
    border-radius: 100px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: none;
}
.header-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.2rem;
}
#header.header-scrolled, #header.header-inner-pages {
  background: rgb(255 255 255);
  top: 0;
  width: 100%;
  border-radius: 0;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#header .logo:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: -6px;
    width: 189px;
    height: 98px;
    border-radius: 0 0  150px 150px;
    z-index: -1;
}
a.logo:after {
    content: "";
    background: #ef7727;
    position: absolute;
    top: 0;
    left: -6px;
    width: 198px;
    height: 102px;
    border-radius: 0 0 150px 150px;
    z-index: -2;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  width: 80px;
}
.header-right {
    display: flex;
    align-items: center;
    justify-content: right;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
    justify-content: center;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px 10px 13px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    white-space: nowrap;
    transition: 0.3s;
    letter-spacing: 0.1px;
    text-transform: capitalize;
    font-family: "Outfit", sans-serif;
	border: solid 1px transparent;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
color: #ffffff !important;
    border: dashed 1px #ffffffc9;
    background: #c35207;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ea1826;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
    color: #13192b;
    letter-spacing: -0.2px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.header-scrolled .navbar a, .header-scrolled .navbar a:focus {
    font-weight: 400;
    color: #192335;
}
a.log-menu-item {
    background: #ef7727;
    padding: 9px 18px;
    display: inline-block;
    border-radius: 100px;
    border: solid 2px #fff;
}
a.log-menu-item:hover {
    background:#141028;
    color: #fff;
}
.current_page_item a {
    color: #ffffff !important;
    border: dashed 1px #ffffffc9;
    background: #c35207;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: -2px;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.6s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ea1826;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ea1826;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}



@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}
.theme-heading-sec {
    margin-bottom: 3rem;
    text-align: center;
}
.theme-heading-sec h2 {
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 0.6rem;
    letter-spacing: -0.5px;
    color: #192335;
}
.theme-heading-sec h2 span {
    color: #FF8F00;
}
.theme-heading-sec h5 {
    color: #2ea6f7;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0.7rem;
}





/*Banner*/

#demo {
    position: relative;
    /* overflow: hidden; */
    background: #ef7727;
}
div#demo:before {
    background: #141028;
    content: "";
    position: absolute;
    width: 72%;
	height: calc(100vh / 1 - 64px);
    top: 0;
    left: 0;
    border-radius: 0 0 330px 0;
}
/*div#demo:after {
  width: 350px;
  height: 350px;
  position: absolute;
  top: -108px;
  left: -102px;
  background: #ffffff;
  font-weight: 700;
  content: "";
  border-radius: 100%;
  border: solid 71px #47579a14;
}*/
.carousel-inner{
  position: relative;
  z-index: 1;
}
.carousel-item {
  padding: 0rem 0 0rem;
  height:calc(100vh / 1 - 64px);
}
.carousel-item .container {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-heading {
    padding: 0 2rem 0 4rem;
}
.banner-heading a.theme-btn {
    margin: 0;
    background: #ef7727;
    color: #ffffff;
    box-shadow: 0px 0px 0px 1px #ef7727;
    border-radius: 100px 100px 0 100px;
}
.banner-heading h1 {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 0.02px;
    line-height: 66px;
    text-transform: capitalize;
    padding-left: 0px;
    word-spacing: -5px;
    color: #fff;
}
.banner-heading h1 span {
    color: #ee0d0d;
    display: block;
}
.banner-heading p {
    color: #c6c6c6;
    font-size: 16px;
    line-height: 26px;
    margin: 1.7rem 0 2.7rem;
    letter-spacing: 0.2px;
    font-weight: 400;
}
.ban-col{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.banner-rt-col{
    position: relative;
    width: 95%;
    max-height: 495px;
    height: 100vh;
    background: #fff;
    border-radius: 400px 400px 0 400px;
    overflow: hidden;
    margin-top: 2rem;
    outline: solid 7px #ef7727;
	box-shadow:4px 5px 10px 13px rgb(0 0 0 / 9%);
}
.banner-rt-col img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.carousel-indicators {
    top: 50%;
    transform: translateY(-50%);
    left: 5rem;
    width: 40px;
    padding: 0;
    display: block;
    height: 96px;
    margin: 0;
}
.carousel-indicators [data-bs-target] {
    width: 6px;
    height: 6px;
    margin: 12px;
    opacity: .5;
    border-radius: 100%;
    border: solid 5px #ffffff;
    box-shadow: 0px 0px 0px 1px #b4b5b5;
    background: #b4b5b5;
    display: block;
}
.carousel-indicators .active {
  opacity: 1;
  box-shadow: 0px 0px 0px 1px #39af91;
  background: #39af91;
}
.carousel-control-next, .carousel-control-prev {
    width: 3%;
}



/*Survey*/

.survey-ic {
    width: 150px;
    height: 150px;
    background: #ffffff;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    outline: dashed 2px #FF8F00;
    margin: 0 auto 0.8rem;
}
.survey-ic img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    padding: 7px;
    border-radius: 100px;
}
.survey-box {
    width: calc(100% / 5 - 14px);
    margin: 7px 5px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    background: #f7f7ff;
    padding: 1.7rem 0;
}
.survey-box h4 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 1px;
}
.survey-box a {
    color: #FF8F00;
}
.survey-box.active {
    background: #f47928;
}
.survey-box.active h4, .survey-box.active a {
    color: #fff;
}
.survey-box.active .survey-ic {
    background: #f47928;
    outline: dashed 2px #ffffff;
}
.survey-wrapper a.theme-btn {
    margin: auto;
    display: table;
}

/*Skill*/

section.skill-dev-sec {
    background: rgb(251 249 255 / 75%);
}
/* .skill-dev-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 100%;
    background: #f47928;
    z-index: 0;
} */
section.skill-dev-sec .container {
    position: relative;
    z-index: 1;
}
.skill-box {
    background: #fff;
    box-shadow: 0px 1px 20px 0 rgba(210, 210, 234, 0.4);
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    padding: 1rem;
}
.skill-img:after {
    content: "";
    clip-path: polygon(100% 36%, 100% 100%, 0 100%, 0 57%);
    background: rgb(19 20 48 / 91%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 192px;
    left: 0;
}
.skill-img {
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.skill-box-cont {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 89%;
    z-index: 1;
}
.skill-box img {
    height: 330px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.skill-box-cont h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin-bottom: 0.3rem;
}
.skill-box-cont a {
    color: #f47928;
}
a.skill-link-ic {
    background: #f47928;
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 100px;
    outline: solid 2px #fff;
    color: #fff;
    justify-content: center;
    align-items: center;
    margin: -6.5rem auto 1rem;
}
a.skill-link-ic:hover {
    background: #192335;
}
.skill-box-cont a:hover {
    color: #ffffff;
}
.skill-dev-sec .theme-btn{

  display: table;
  margin-bottom: 0;
}

/*About Sec*/

.about-sec {
    background: #131430;
}
.about-sec .theme-heading-sec{
  margin-bottom: 2rem;
}
.about-sec .theme-heading-sec h2 {
    color: #fff;
    text-align: left;
}
.about-rt-col {
    display: flex;
    align-items: center;
}
.about-wrap p {
    color: #ffffff;
    font-weight: 300;
}


/*Login */

.authentication-bg {
    height: 100vh;
    background-color: #080614;
    position: relative;
}
.account-pages.authentication-bg:after {
    content: "";
    background-image: url(assets/img/login-bg.jpg);
    background-size: cover;
    background-position: -1px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    transform: scaleX(-1);
}
.login-header {
    background: #ffffff;
    max-height: 90px;
    height: 100vh;
    position: relative;
    top: 0rem;
    z-index: 1;
    width: 100%;
    box-shadow: 0px -8px 19px 9px rgb(40 34 67 / 20%);
}
.forgot-pwd-form h5 {
    font-size: 16px;
    border-bottom: solid 1px rgb(22 37 109 / 12%);
    padding-bottom: 0.7rem;
    margin-bottom: 1rem;
}
.form-fluid {
    height: calc(100vh / 1 - 0px);
}
.login-row {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 90%;
    margin: auto;
    align-items: center;
}
.login-row .card {
    background: transparent;
    box-shadow: none;
    border: none;
    margin: 0;
    width: 100%;
}
.login-rt-col {
    display: flex;
    align-items: center;
}
.login-row .card .card-body {
    width: 70%;
    background: white;
    margin: auto;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    height: 100%;
    box-shadow: 0px 0px 16px 6px #8488b814;
}
.login-row.register .card .card-body {
    width: 90%;
}
.login-heading {
    text-align: center;
}
.login-heading h5 {
    margin-bottom: 0.1rem;
    color: #212c6c;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}
.admin-form {
    border-radius: 20px;
    background: #edecec;
    padding: 0.5rem 2rem 1.5rem;
}
.admin-form .form-label {
    font-weight: 400;
    color: #3a3e5e;
    padding: 0px 2px;
    font-size: 16px;
    margin-bottom: 9px;
    letter-spacing: 0.3px;
    font-family: "Outfit", sans-serif;
}
form.admin-form .form-control {
    background-color: #fff;
    max-height: 49px;
    height: 100vh;
    border: solid 1px #e8e8e8;
    border-radius: 10px;
	font-family: "Outfit", sans-serif;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.form-check {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem !important;
    gap: 5px;
}
.btn.submit-btn {
    background: #ef7727;
    color: #fff;
    padding: 9px;
}
.btn.submit-btn:hover{
    background: #192335;
    color: #fff;
}
.float-end {
    float: right !important;
}
.forgot a {
    font-size: 16px;
    font-weight: 400;
    color: #ef7727;
    font-family: "Outfit", sans-serif!important;
    letter-spacing: -0.2px;
}
.form-control.submit-btn {
    background: #ef7727;
    padding: 10px 50px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    max-height: unset;
    margin: 1rem auto 0;
	line-height: 29px;
}
.form-control.submit-btn:hover {
    background:#141028;
	color:#fff;
}
h6.register-txt {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 1.2rem 0 0;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}
h6.register-txt a {
    color: #ef7727;
    font-weight: 500;
}

@media (min-width: 769px) {
    body[data-sidebar-size=sm] {
        min-height: auto;
    }
}


/*Manufacturing Sec*/

.maufacturing-img {
    background: #f2dccd;
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    max-height: 275px;
    height: 100vh;
}
.maufacturing-wrap {
    padding: 1.3rem 1rem 1.3rem 0rem;
}
.manufacturing-rt-col{
    display: flex;
    align-items: center;
}
.maufacturing-wrap h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: -0.5px;
    font-weight: 600;
    font-size: 22px;
}
.maufacturing-wrap p {
    margin: 8px 0 18px;
}
.maufacturing-wrap a.theme-btn {
    margin: 0;
    color: #ef7727;
    padding: 0;
    background: transparent;
}

/*Footer Top*/

footer.footer-top {
	padding: 0 0 2rem;
  position: relative;
  background-color: #1e243d;
  background-image: url(assets/img/footer-bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
}
.footer-middle {
    padding: 2rem 2rem 0 2rem;
    border-left: solid 1px rgb(255 255 255 / 22%);
    border-right: solid 1px rgb(255 255 255 / 22%);
}
.footer-wrapper {
    margin: 2rem 0 0;
}
a.footer-logo {
    position: relative;
    display: table;
    width: 300px;
    margin: auto;
    text-align: center;
}
.footer-logo:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -41px;
    left: 0px;
    width: 300px;
    height: 145px;
    border-radius: 0 0 300px 300px;
    z-index: -1;
}
a.footer-logo img {
    width: 108px;
    margin-top: -17px;
}
.logo-wrap {
  padding-right: 0rem;
	    margin: 2rem 0 0;
}
.logo-wrap img {
  width: 105px;
}
.footer-contact-wrapper p {
    position: relative;
    color: #e4e5ec;
    font-size: 15px;
    padding-left: 2.5rem;
    line-height: 24px;
}
.footer-contact-wrapper p i {
    position: absolute;
    left: 0;
    top: 50%;
    color: #ffffff;
    font-size: 14px;
    width: 29px;
    height: 29px;
    background: #ef7727;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ef7727;
    border-radius: 100px;
    transform: translateY(-50%);
}
.footer-wrapper h4 {
    color: #fff;
    margin-bottom: 0.5rem;
    position: relative;
    padding-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: -0.5px;
}
ul.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.footer-nav li {
    display: inline-block;
    width: calc(100% / 2 - 5px);
}
ul.footer-nav li a {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    color: #e4e5ec;
    font-size: 15px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    letter-spacing: 0.2px;
}
ul.footer-nav li a:hover {
    color: #ef7727;
}
ul.footer-nav a:before {
    content: "\F280";
    font-family: bootstrap-icons !important;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 14px;
    top: 0px;
    color: #ef7727;
}
ul.footer-nav li.current-menu-item a {
    background: transparent;
    border: none;
}
.logo-wrap p {
    color: #e4e5ec;
    font-size: 15px;
    margin: 1rem 0 1.7rem;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}
.footer-contact-wrapper {
  padding-left: 1.8rem;
}


/*Footer Bottom*/

footer.footer-bottom {
    padding: 12px;
    margin-top: 0;
    position: relative;
    background: #131430;
}
footer.footer-bottom .container {
  padding:0;
}
footer.footer-bottom .row {
    align-items: center;
}
.social-link {
    text-align: left;
}
.logo-wrap .social-link a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: none;
    margin: 0 3px;
    background: #4243586e;
    border-radius: 100px;
    font-size: 15px;
}
.logo-wrap .social-link a:hover {
    background: #ef7727;
}
.copyright-txt p {
  color: #cbd0e3;
  font-size: 15px;
  margin: 0;
  font-family: "Outfit", sans-serif;
}
.copyright-txt p a {
  color: #ef7727;
  text-transform: uppercase;
  font-family: "Outfit", sans-serif;
}
footer.footer-bottom ul {
    margin: 0;
    padding: 0;
}
footer.footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-right: 18px;
}
footer.footer-bottom ul li a{
  color:#353458;
  font-size: 14px;
}
footer.footer-bottom ul li a:hover {
    color: #ea1826;
}
p.dev-by {
  margin: 0;
  text-align: right;
  color: #cbd0e3;
  font-size: 15px;
  font-weight: 500;
}
p.dev-by a {
  color: #ef7727;
  font-family: "Outfit", sans-serif;
}
.footer-contact-wrapper p a {
  font-family: "Outfit", sans-serif;
  color: #cbd0e3;
}
footer.footer-top .container {
    position: relative;
    z-index: 999;
}


/*About Page*/

section.mission-sec {
    padding: 0;
}
.mission-cont {
    background: #131430;
    padding: 3rem 5rem 3rem 7rem;
}
.vision-cont {
    background: #f47928;
    padding: 3rem 5rem 3rem 7rem;
}
.mission-cont .theme-heading-sec, .vision-cont .theme-heading-sec {
    margin-bottom: 1.4rem;
    text-align: center;
}
.mission-cont .theme-heading-sec h2, .vision-cont .theme-heading-sec h2 {
    text-align: left;
    color: #fff;
    font-weight: 500;
}
.mission-cont ul, .vision-cont ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mission-cont ul li, .vision-cont ul li {
    color: #fff;
    padding: 0 0 9px 27px;
    position: relative;
}
.mission-cont ul li:before, .vision-cont ul li:before{
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(45deg);
}
.mission-cont ul li:before{
    background: #f47928;
}
.vision-cont ul li:before {
    background: #fff;
}
.about-pg-rt-col .theme-heading-sec, .chairman-sec .theme-heading-sec {
    margin-bottom: 2rem;
    text-align: left;
}

/*Survey*/

.survey-listing .survey-box {
    width: calc(100% / 3 - 14px);
}

/*Skill Listing Page*/

.skill-listing:after {
    display: none;
}
.skill-listing .skill-box{
    margin: 10px 0;
}

/*Skill Details Page*/

section.single-skill-sec:before {
    content: "";
    width: 26%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ef7727;
    z-index: -1;
}
.single-skill-sec a.theme-btn {
    margin: 2rem auto 0;
    display: table;
}
.skill-single-img {
    height: 100%;
    background: #ffffff;
    padding: 1rem;
}
.skill-single-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

/*Inner Banner Sec*/

section.inner-banner-sec {
    background-color: #07132b;
    max-height: 300px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://gorakhnathtrust.com/wp-content/uploads/2026/01/inner-bg-ptrn.png);
    background-size: auto;
}
section.inner-banner-sec:before {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    top: -164px;
    left: 0;
    background-image: url(https://gorakhnathtrust.com/wp-content/uploads/2026/01/bg-ptrn.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
section.inner-banner-sec:after {
    content: "";
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: -164px;
    right: 0;
    background-image: url(https://gorakhnathtrust.com/wp-content/uploads/2026/01/bg-ptrn.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
section.inner-banner-sec h1 {
    color: #fff;
    text-align: center;
    margin-top: 2rem;
}

/*Enterprises-listing*/

.enterprises-col {
    margin: 9px 0;
}
.manufacturing-img img {
    max-height: 285px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

/*Contact Us*/
section.cont-dtls {
    background: #fbf9f9;
}
section.cont-dtls .row {
    width: 90%;
    margin: auto;
}
.cont-ic {
    margin-bottom: 1.2rem;
    width: 65px;
    height: 85px;
    display: flex;
    background: #ff762f;
    border-radius: 0 0 100px 100px;
    align-items: center;
    justify-content: center;
}
.cont-box {
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    padding: 0rem 2rem 1rem;
    background-image: url(https://gorakhnathtrust.com/wp-content/uploads/2026/01/shape-3.png);
    background-size: cover;
}
.cont-box a {
    color: #636363;
}
.cont-box a:hover{
    color: #ef7727;
}
.cont-ic img {
    width: 35px;
    filter: brightness(0) invert(1);
}
section.map-sec {
    background: linear-gradient(180deg, rgba(251, 249, 249, 1) 50%, rgba(255, 255, 255, 1) 50%);
}
.map-col iframe {
    width: 100%;
    max-height: 400px;
    height: 100vh;
}
.contact-form-sec {
    padding-top: 0;
}
.contact-form-sec .form-group {
    margin: 0.5rem 0;
}
.contact-form-sec .form-group p{
    margin: 0;
}
.contact-form-sec .form-col {
    margin: auto;
}
.contact-form-sec .form-control {
    max-height: 45px;
    height: 100vh;
    background: #fbfbfb;
}
.contact-form-sec textarea.form-control {
    min-height: auto;
    max-height: unset;
    height: auto;
}
.contact-form-sec .form-control.submit-btn {
    background: #ef7727;
    padding: 10px 50px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    max-height: unset;
    margin: 0rem auto 0;
    line-height: 29px;
}
.contact-form-sec .form-control.submit-btn:hover {
    background: #141028;
    color: #fff;
}
.captcha-image {
    padding: 0px;
    display: inline-block;
    text-align: center;
    width: 100%;
    border: none;
}
.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0;
    padding: 0.5rem;
    border: 2px solid #00a0d2;
    text-align: center;
    background: #762302;
    color: #fff;
}
.kc_captcha .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    text-align: center;
    padding: 8px 0 0;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #0c2b0e;
    border: none;
}

/*Dashboard*/

section.dash-sec .nav-tabs button {
    color: #192335;
}
section.dash-sec .nav-tabs button.active {
    color: #ffffff;
    background: #ef7727;
}
.table-card {
    border: solid 1px #edf0ff;
    border-radius: 8px;
    padding: 0.5rem 1.2rem;
    background: #ffffff;
    box-shadow: 0px 3px 15px rgb(215 216 222 / 17%);
}
.table-heading {
    border-left: 3px solid #ef7727;
    padding-left: 6px;
    margin: 0.7rem 0 1.4rem;
}
.table-heading span {
    color: #ef7727;
}
tbody, td, tfoot, th, thead{
	border:none;
}
th {
    background: #fafaff !important;
    font-weight: 600;
    font-size: 16px;
    color: #1c1f3c !important;
}
tr {
    border-bottom: solid 1px #f6f6f6;
}
form#reportForm .form-control {
    background: #fefeff;
    padding: 10px 15px;
}
.sbmt-col {
    display: flex;
    align-items: end;
    justify-content: right;
}
.sbmt-col button {
    width: 100%;
    padding: 10px 15px;
    background: #ef7727;
    border: none;
}

/**/
section.notification-sec {
    padding: 10px 0;
    background: #f0f0f3b0;
}
.notice-col-lt {
    background-color: #ef7727;
    padding: 10px 25px 10px 12px;
    display: flex;
    font-size: 18px;
    clip-path: polygon(0% 0%, 93% 0, 100% 50%, 94% 100%, 0% 100%);
    width: auto;
    letter-spacing: -0.2px;
	animation: pulse 0.5s infinite alternate;
}
.notice-col-lt h5 {
    margin: 0;
    color: #fff;
    letter-spacing: -0.1px;
    font-weight: 400;
}
.notice-col-lt h5 i {
    margin-right: 6px;
}
marquee ul li {
    display: inline-flex;
    padding: 0px 15px 0 15px;
    position: relative;
}
@keyframes pulse {
    0% {
        background-color: #ab0c2f;
    }

    100% {
        background-color: #ef7727;
    }
}
marquee {
    height: 100%;
    display: flex;
    align-items: center;
}
marquee ul {
    margin: 0;
}
marquee ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #ef7727;
    transform: rotate(45deg);
    top: 8px;
    position: absolute;
    left: 0px;
}
marquee ul li a {
    color: #192335;
}
/*Video Sec*/

section.video-sec-heading {
    padding: 0;
}
.video-sec-heading .theme-heading-sec {
    margin-bottom: 0;
}
section.video-sec {
    background: #f47928;
    height: 600px;
    padding: 0;
    display: flex;
    align-items: center;
}
section.video-sec:before {
    content: "";
    width: 115%;
    height: 300px;
    background: #fff;
    clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%);
    position: absolute;
    bottom: -1px;
    left: -110px;
}
section.video-sec:after {
    content: "";
    width: 115%;
    height: 300px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 60% 100%, 40% 100%);
    position: absolute;
    top: 0;
    left: -110px;
}
section.video-sec .container{
    position: relative;
    z-index: 1;
}
.video-col{
	margin:auto;
}
.video-wrap {
    background: #e5e5e7;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    max-height: 477px;
    height: 100vh;
}
/*Gallery*/

.gal {
    position: relative;
    margin: auto;
    text-align: center;
}
.gal a {
    width: calc(100% / 4 - 5px);
    display: inline-flex;
    position: relative;
    padding: 7px;
	overflow:hidden;
}
.gal a:nth-child(even) {
    margin-top: -1rem;
    top: -28px;
}
.gal a img {
    max-width: 100%;
    width: 100%;
	transition:0.7s ease;
}
.mfp-bg {
    z-index: 999999;
	opacity: 0.9;
}
.mfp-wrap {
    z-index: 999999;
}


/*Responsive*/

@media screen and (max-width: 767px) {
	
	.cstm-mob-none{
		display:none;
	}
	.login-row .card .card-body {
		width: 100%;
		padding: 15px !important;
	}
.login-row {
    width: 100%;
}
.admin-form {
    border-radius: 12px;
    padding: 0.5rem 1rem 1.5rem;
}
.admin-form .form-label {
    padding: 0px 2px;
    margin-bottom: 8px;
    letter-spacing: 0px;
}
.account-pages.authentication-bg:after {
    opacity: 0.3;
}
.login-row.register .card .card-body {
    width: 100%;
}	
/*Header*/
	
#header {
    background:#141028;
padding:0;
}
.header-right {
    justify-content: space-between;
}
.header-col{
padding:0;
}
	#header .logo {
    width: 87%;
    display: flex;
    justify-content: center;
}
#header .logo:before {
	left:-9px;
	width:165px;
	height:90px;
	}
	a.logo:after {
    content: "";
    background: #ef7727;
    position: absolute;
    top: 0;
    left: -10px;
    width: 176px;
    height: 93px;
    border-radius: 0 0 150px 150px;
    z-index: -2;
}
	.mobile-nav-toggle {
    background: #ef7727;
    padding: 7px 10px;
    border-radius: 15px 15px 0 15px;
}
.navbar {
    padding: 0;
    position: fixed;
    height: 100vh;
    right: 106%;
}
.navbar-mobile {
	right:16%;
}
.col-sz{
		width:1px;
	}
	.pd-lt-0{
		padding-left:0;
	}
/*Banner*/	
	
#demo {
	background: transparent;
	padding: 7rem 0 1.5rem;
}
div#demo:before {
    width: 100%;
    height: 88vh;
    border-radius: 0 0 180px 0;
}
.carousel-item {
    padding: 3rem 0;
    height: auto;
}
.banner-heading {
    padding: 0 0.5rem;
    text-align: center;
}
.banner-heading h1 {
    font-size: 38px;
    line-height: 44px;
}
.banner-rt-col {
    width: 96%;
    max-height: 395px;
}
.banner-heading p {
    font-size: 16px;
    line-height: 24px;
    margin: 1.1rem 0 1.7rem;
}
.carousel-indicators {
    top: unset;
    transform: unset;
    left: unset;
    width: 100%;
    padding: 0;
    display: flex;
    height: auto;
    bottom: 0;
}
	.ban-col {
    justify-content: center;
}
.banner-rt-col img {
    height: 100%;
}
.carousel-control-next, .carousel-control-prev {
    display: none;
}
/*survey-sec*/
	.survey-box {
    width: calc(100% / 2 - 14px);
}
	
/*Skill Dev Sec*/
	
.skill-dev-sec:after {
    width: 100%;
    height: 23%;
    background: #f47928;
}
.skill-box {
    width: 97%;
    margin: 0 auto 1.1rem;
}
.skill-box-cont h4 {
    font-size: 22px;
}
.skill-dev-sec .theme-btn {
    margin: 1.3rem auto 0rem !important;
}
/*About Sec*/
	
.about-sec .theme-heading-sec h2 {
    text-align: center;
    margin: 1.5rem 0 0;
}
.about-wrap p {
    text-align: justify;
}
.about-wrap a.theme-btn {
    display: table;
    margin: 2.5rem auto 0;
}
/*Manufacturing*/
	
.manufacturing-rt-col {
    text-align: center;
}
.manufacturing-wrap{
    padding: 1.5rem 0 0;
}
	.manufacturing-wrap a.theme-btn {
    margin: 0.5rem auto 0.5rem;
}
/*Footer*/
	.footer-bottom .footer-wrapper {
    margin: 0;
}
	.copyright-txt p, p.dev-by {
    text-align: center;
}
footer.footer-bottom .container{
    padding: 15px;
}

	.footer-wrapper.footer-middle {
    padding: 2rem 1rem;
	border-left: none;
	border-right: none;
	border-top: solid 1px rgb(255 255 255 / 22%);
	border-bottom: solid 1px rgb(255 255 255 / 22%);
}
	.footer-contact-wrapper {
    padding: 0 1rem;
}
	.logo-wrap {
    padding-right: 0;
    text-align: center;
}
.social-link {
    text-align: center;
}
	
/*About Page*/
	
.about-pg-rt-col {
    padding: 1.5rem 0 0;
}
.about-pg-rt-col .theme-heading-sec, .chairman-sec .theme-heading-sec {
    margin-bottom: 1rem;
    text-align: left;
}
	.mission-cont, .vision-cont {
    padding: 2rem;
}
section.chairman-sec {
    padding: 35px 0 70px;
}
	/*Community survey Page*/
	
	.survey-listing .survey-box {
    width: calc(100% / 1 - 14px);
}
	.survey-listing .survey-box h4 {
    font-size: 22px;
}
/*Contact Us Page*/

section.cont-dtls {
    padding: 50px 0 25px;
}
section.cont-dtls .theme-heading-sec {
    margin-bottom: 2rem;
}
section.cont-dtls .row {
    width: 100%;
}
.cont-box {
    margin: 0.6rem 0;
}
section.map-sec {
    padding: 30px 0 40px;
}
/*Skill dev Page*/	
	
section.single-skill-sec:before {
    width: 100%;
    height: 330px;
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 84%);
}
/*video-sec*/
.video-wrap {
    max-height: unset;
    height: auto;
}
section.video-sec {
    height: 360px;
}
section.video-sec:before {
    content: "";
    width: 100%;
    height: 100px;
    bottom: -1px;
    left: 0;
}
	section.video-sec:after {
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
}
/*Gal*/
	.gal a {
    width: calc(100% / 1 - 5px);
}
	.gal a:nth-child(even) {
    margin-top: 0;
    top: unset;
}	
	
/*Inner-Banner*/
	section.inner-banner-sec:after {
    width: 220px;
    height: 220px;
    bottom: -100px;
    left: 0;
	right:unset;
}
section.inner-banner-sec:before {
    width: 220px;
    height: 220px;
    top: -100px;
    right: 0;
	left:unset;
}
}


.gal a:hover img {
    transform: scale(1.2);
}
#forgotPasswordModal .modal-content {
    border-radius: 22px;
    padding: 0.5rem;
}

.manufac-modal{
    z-index: 99999;
}