/*
Theme Name: GeoMandu New
Theme URI: https://geomandu.org/
Author: Kantipur Infotech
Author URI: https://kantipurtech.com/
Description: GeoMandu  New Theme.
Tags: 
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Note: The CSS files are loaded from assets/css/ folder.
*/

/* Fonts */

@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=Barlow: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');

.carousel-item{
	height: 90vh;
}
.carousel-item img{
	height: 100%!important;
	object-fit: cover;
}
.modal-body section{
	padding: 0px;
}
.widget-title{
	font-size: 24px;
    font-weight: 600;
    text-align: center;
}

/* Mobile CSS */

.slick-slider{
	height: 450px!important;
	margin-bottom: 50px;
}
.speaker-slide .profile-detail{
	margin: 10px!important;
	max-height: 410px;
}
.slick-next{
	position: absolute;
	top: 0;
	right: 20px;
}
.slick-prev{
	position: absolute;
	right: 90px;
	z-index: 999;
}
.slick-track{
	margin-top: 50px;
}
.slick-arrow{
	color: var(--white);
    background: var(--primary-color);
    border-color: var(--primary-color);
    margin: 10px 0px;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 600px){
	.box{
		width: 100vw!important;
	}
	
	.new-page1 table {
		width: 100% !important;
	}
	
	.new-page strong {
		line-height: 1.7 !important;
	}
	
   .hero-2 .container {
      flex-direction: column !important;
      gap: 10px !important;
   }

   .countdown {
      width: 60px !important;
	   padding: 10px !important;
   }
	
	.carousel-item {
		height: auto !important;
	}

	.mess-in {
		flex-direction: column !important;	
	}
	
	.mess-first {
		width: 90% !important;
		padding: 20px 0px;
	}
	
	.mess-last {
		padding: 0px 0px 20px 0px !important;
		width: 90% !important;
	}
	
	.heading2 {
		width: auto !important;
	}
	
	.video iframe {
		height: 300px !important;
	}
	
	.registration-fees .d-flex {
		flex-direction: column !important;
	}
	
	.mid-part1 {
		flex-direction: column !important;
	}
	
	.footer-suchana {
		border-left: 0px !important;
	}
	
	.box {
		padding: 25px !important;
	}
	
   .mid-footer-content {
      flex-direction: column !important;
   }

   .mid-part2 .define-space {
      padding: 10px !important;
   }

   .navbar {
      display: none !important;
   }

   .slide-head {
      width: 50% !important;
      margin: 10px 0px;
   }

   .hero-section .carousel-item img {
      height: 300px !important;
   }
   
   .img_carousel_content {
      top: 20% !important;
   }

   .foot-man .col-md-6 {
      padding: 0px 20px;
   }
	
	.about-inner iframe {
		width: 100% !important;
	}

   .mob-nav {
      display: flex !important;
   }

   .footer-head {
      padding: 0px 10px !important;
   }

   .footer-suchana {
      display: block !important;
   }

   .mid-part2 {
      margin-top: 20px !important;
   }

   .footer-suchana p {
      padding-bottom: 3px !important;
      border-bottom: 1px solid #fff;
   }

   .geo-manage {
      width: 90% !important;
   }

   .about-inner {
      width: 100% !important;
      padding: 10px !important;
   }

   .conference {
      width: 100% !important;
   }

	.heading{
		font-size: 18px!important;
	}
   section {
      padding: 1rem 0rem !important;
   }

   .map {
      margin-top: 20px !important;
   }

   .profile .container{
      width: 90%;
      margin: auto;
   }

   .heading2 {
      font-size: 25px !important;
   }

   .geo-img img {
      height: 300px !important;
   }

   .partners {
      width: 90% !important;
   }

   .search-form {
      margin-bottom: 0px !important;
   }
	
	.down-mana {
		width: 100% !important;
	}

	
	.countdown span {
	   font-size: 12px !important;
	}
	
	.second-img2 img {
		height: 40% !important;
	}
	
	.info-theme .heading {
		width: 100% !important;
		text-align: center !important;
	}
	
	.info-theme a {
		font-size: 12px !important;
	}
	
	.navbar-nav .nav-link.active {
		border-bottom: 2px solid #9A4B22;
		width: max-content;
	}
	
	.geo-mana {
		margin-top: 0px !important;
	}
	
	.first-count .heading {
		text-align: center !important;
	}
	
	.first-count .heading0 {
		text-align: center !important;
	}
	
	.submit-paper .heading {
		width: auto !important;
	}
	
	.submit-paper a {
		font-size: 12px !important;
	}
	
	.comittee .heading {
		width: auto !important;
	}
	
	.committee-manage {
		width: 100% !important;
	}
	
	.manage-soon {
		width: 100% !important;
	}
	
	.manage-soon .col-md-6 {
		margin-bottom: 40px !important;
	}
	
	.hero-section video {
		height: auto !important;
	}
}



/* CSS */

* {
   box-sizing: border-box;
   /* border: 1px solid red; */
}


:root {
   --primary-color: #0473c2;
   --secondary-color: #9A4B22;
   --bg-color: #f0f0f0;
   --white: #fff;
   --primary-text: #000;
   --secondary-text: #323232;
   --main-color: #B08000;
   --theme-back: #e3eff8;
 }

 body {
    color: var(--secondary-text);
    font-family: Barlow;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    background-color: var(--white);
 }

 section {
   padding: 3.75rem 0;
}

 /* Header */

 #header {
   background: var(--white);
 }

 #header img {
   width: 80%;
 }

 .navbar {
   background: var(--primary-color);
	top: 0;
    position: sticky;
	 z-index: 1000;
 }

 .navbar2 {
   background: var(--primary-color);
 }

 .navbar2 .offcanvas {
   background: var(--primary-color);
   color: var(--white);
 }

 .navbar2 .nav-link{
   font-size: 20px;
   font-weight: 600;
 }

 .navbar2 .nav-item {
   padding: 20px 30px;
 }

.navbar .nav-item {
	padding: 0px 5px;
}

 .navbar2 .offcanvas-header h5 {
   font-size: 20px;
 }

 .navbar2 .offcanvas {
   width: 70%;
}

 .mob-nav {
   background: var(--primary-color);
   padding: 0px 20px;
   position: sticky !important;
   top: -1px !important;
   z-index: 1000;
   display: none;
 }

 .search-form {
   margin-bottom: 0px !important;
 }

.dropdown-toggle:hover  .dropdown-menu.show {
   display: block!important;
 }

 .navbar .nav-link {
   color: var(--white);
   padding: 10px;
   margin: 0px 5px;
   font-weight: 500;
   transition: all 0.3s ease-in-out;
	border-bottom: 4px solid #0473c2;
 }

 .navbar .nav-link:hover {
   border-bottom: 4px solid #ffffff5e;
   text-decoration: none !important;
 }

 .navbar .nav-link.active {
   color: var(--white);
   border-bottom: 4px solid #ffffff5e;
 }

 .navbar .dropdown-menu {
   padding: 0px;
 }
 


.navbar .dropdown-item {
	font-weight: 700;
   padding: 8px 10px;
   transition: all 0.3s ease-in-out;
   font-size: 12px;
}

.navbar .navbar-nav .nav-link.show {
   color: var(--white);
}

.navbar .dropdown-item:hover {
   background: #33373d;
   color: var(--white);
}


.search-form {
  display: flex;
  align-items: center;
  justify-content: center;
	width: 200px;
}

.search-form {
	background: #fff;
	padding: 0px 10px;
	border-radius: 5px;
}

.form-control {
	background: transparent;
	border: none;
}

.search-form button {
	background: none;
	border: none;
}

.form-control:focus {
	box-shadow: none;
}

.search-form input {
	margin-right: 0px;
}


@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}


/* Hero Section */


section.hero-section {
   padding: 0px !important;
}

.hero-section video {
    filter: brightness(90%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #859ab1;
}

.hero-section .container-fluid {
   padding: 0px;
}
   
.hero-section .carousel-item img {
   height: 600px;
   object-fit: cover;
   filter: brightness(0.8);
}

.img_carousel_content {
   width: 100%;
   position: absolute;
   top: 65%;
   color: var(--white);
   text-align: center;
   gap: 20px;
}

.img_carousel_content h1 {
   color: var(--main-color);
    font-weight: 700;
    stroke-width: 1px;
    stroke: var(--white);
    text-shadow: 0px 0px 9px #000000;
    -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #fff;
}

.heading {
   font-size: 26px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
}

.heading0 {
   font-size: 26px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
}

.heading2 {
   font-size: 30px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: var(--primary-color);
    font-weight: 600;
    background: #ffffff;
    padding: 5px 10px;
    width: max-content;
   border-left: 10px solid var(--secondary-color);
   border-right: 10px solid var(--secondary-color);
   border-radius: 10px;
}

/* hero section2 and counter */
.hero-2 {
   background: url(https://geomandu.ngeotechs.org/wp-content/uploads/2024/01/background.jpg);
   background-size: cover;
   background-position: center;
   color: var(--white);
}

.mid-count {
   text-align: center;
}

.countdown {
   width: 100px;
   padding: 20px;
   background: #0000002a;
   border-radius: 10px;
   font-size: 25px;
   font-weight: 800;
}

.countdown span {
   font-size: 16px;
   font-weight: 400;
}

.first-count .heading {
   color: var(--white);
   margin-bottom: 0px;
}

.first-count .heading0 {
   color: var(--white);
   margin-bottom: 0px;
}


/* About Us */

.about-us {
   margin: 20px 0px;
}

.desc p {
   margin-bottom: 0px;
   line-height: 1.7;
   font-size: 16px;
   color: var(--secondary-text);
   margin-bottom: 20px;
	text-align: justify;
}

.btn-primary {
   color: var(--white);
   background: var(--primary-color);
   border-color: var(--primary-color);
   margin: 10px 0px;
   transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
   color: var(--white);
   background: var(--secondary-color);
   border-color: var(--secondary-color);
}

.about-us img {
   height: 300px;
}

/* Paper Submit */

.paper-submit {
   background: url(https://geomandu.ngeotechs.org/wp-content/uploads/2024/01/background.jpg);
   background-size: cover;
   background-position: center;
   color: var(--white);
}

.manage-submit {
   background: url(https://geomandu.ngeotechs.org/wp-content/uploads/2024/01/background.jpg);
   background-size: cover;
   background-position: center;
   color: var(--white);
}


.paper-submit .heading {
   color: var(--white) !important;
}

.paper-submit .desc p{
      color: var(--white) !important;
	text-align: justify;
}

.paper-submit img {
   height: 300px;
   border-radius: 10px;
}

.btn-secondary {
   background: var(--white);
   border-color: var(--white);
   color: var(--primary-text);
   transition: all 0.3s ease-in-out;
}

.btn-secondary:hover {
   background: var(--bg-color);
   color: var(--primary-text);
   border-color: var(--bg-color);
}

/* Home FAQ */

.faq-home {
   background: #F2F2F2;
}

.faq-home .heading {
   text-align: center;
}

.faq-home .input-group .btn.btn-outline-light {
   background: #fff;
   border-color: #ced4da  #ced4da #ced4da #fff;
}

.faq-home .input-group-lg>.form-control:focus {
   border-color: #ced4da #fff #ced4da #ced4da ;
}

.faq-home .accordion-button:not(.collapsed) {
   color: var(--primary-color);
   background-color: #7bc8ff3a;
   border-color: var(--primary-color);
   border: 1px solid;
}

.faq-home .accordion-button:focus {
   box-shadow: none;
   border-color: var(--primary-color);
}

.faq-home .accordion-item {
   margin-top: 30px;
}

.faq-home .card  {
   background: transparent;
}

/* Our Clients or Our Partners */

section.our-client-sec {
   padding-top: 3.75rem;
   padding-bottom: 0rem;
}

.our-client-sec .heading-center {
   margin-bottom: 0px;
 }
 
 .our-client-sec .heading-center h3 {
   color: #000;
 }
 
 .our-client-sec .carousel-item .clients-image {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   flex-wrap: wrap;
 }
 
 .our-client-sec .carousel-item .clients-image img{
   width: 100px;
   height: 90px
 }

 .our-client-sec .heading {
   margin-bottom: 0px;
 }

 .slide-head {
   width: 20%;
 }

 .slide-head p {
   margin: 0px;
   text-align: center;
   color: var(--secondary-text);
 }

 .support {
   background: #f0f0f0;
 }

 .top-head {
   margin-bottom: 20px;
 }

 .top-head a {
   text-decoration: none;
   font-size: 18px;
   color: var(--primary-color);
   transition: all 0.3s ease-in-out;
   padding-bottom: 5px;
 }

 .top-head a:hover {
   color: var(--secondary-color);
   border-bottom: 2px solid var(--secondary-color);
 }

 /* Registration Fees */

 .registration-fees .heading {
   text-align: center;
 }

 .price {
   background: #f5f5f5;
   border: 2px solid #f5f5f5;
   padding: 20px;
   border-radius: 20px;
   transition: all 0.3s ease-in-out;
   height: 220px;
 }

 .price .heading {
   font-size: 25px;
   font-weight: 700;
   margin-bottom: 30px;
   padding-bottom: 5px;
   border-bottom: 2px solid var(--primary-color);
 }

 .price-title {
   color: var(--primary-text);
   font-size: 20px;
   font-weight: 500;
   text-align: center;
   margin-bottom: 30px;
 }

 .price-title span{
   font-size: 16px;
 }

 .price:hover {
   border-color: var(--primary-color);
 }

 .second-img img{
   width: 150px !important;
   height: 130px !important;
 }
 
 /* Footer */

 section#footer {
   padding: 0px !important;
 }

#footer {
   border-top: 1px solid #87cbfb;
   background: #c7dff1;
   }
   
   .footer-content {
   padding: 75px 0px 50px 0px;
   
   }
   
   .footer-content .footer-head h3{
      color:  #000;
   font-size: 26px;
   font-style: normal;
   font-weight: 700;
   line-height: normal;
   letter-spacing: 0.52px;
   }

   .footer-head img {
      height: 100px;
   }
   
   p.describe {
      color: rgba(0, 0, 0, 0.75);
   font-size: 12px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 0.24px;
   }
   
   p.content {
      color: #fff;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.28px;
   }
   
   .content a {
      color: #fff;
      text-decoration: none;
   }
   
   .content a:hover {
      color: #fff;
      opacity: 0.9;
   }
   
   p.second-foot {
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.28px;
   margin-bottom: 20px;
   }
   
   .second-foot a {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.80);
      text-decoration: none;
      padding-bottom: 5px;
      border-bottom: 2px solid rgba(0, 0, 0, 0.80);
      transition: all 0.3s ease-in-out;
   }
   
   .second-foot a:hover {
      color: var(--primary-color);
      border-bottom: 2px solid var(--primary-color);
   }
   
   .add-content-footer {
      border-radius: 6px;
   background: var(--primary-color) ;
   padding: 30px;
   }
   
   .add-content-footer {
   color:  #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.52px;
   }

   .add-content-footer p {
      margin-bottom: 0px;
      padding-bottom: 3px;
      border-bottom: 2px solid #fff;
      width: max-content;
   }

   .add-content-footer h3 {
      margin-bottom: 0px;
      font-size: 18px;
      font-weight: 500;
   }

   .add-content-footer .form-control {
      background: var(--white);
      margin-top: 20px;
   }
   
   
   p.thrid-foot {
   color: rgba(255, 255, 255, 0.45);
   font-size: 11px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.22px;
   }
   
   a.hello {
      color: rgba(255, 255, 255, 0.80) !important;
      text-decoration: none !important;
   }
   
   a.hello:hover {
      color: #fff !important;
   }
   
   .end-cridit p {
      color: #029F00;
   font-size: 11px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 0.22px;
   }
   
   .mid-footer {
      background:  var(--primary-color);
   }
   
   .mid-footer-content {
      display: flex;
      padding: 30px 0px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
   }	
   
   .footer-logo {
      display: flex;
   align-items: center;
   padding-right: 45px;
   }
   
   .mid-part1 {
      display: flex;
      flex-direction: row;
   }
   
   .footer-suchana {
      display: flex;
      padding: 15px 25px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-right: 10px;
      border-left: 1px solid rgba(255, 255, 255, 0.35);
   }
   
   .footer-suchana p{
      color: #fff;
   font-size: 18px;
   font-style: normal;
   font-weight: 600;
   line-height: normal;
   letter-spacing: 0.22px;
   margin-bottom: 10px;
   }
   
   .footer-suchana a{
	   text-align: center;
      color: #fff;
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   letter-spacing: 0.32px;
   text-decoration: none;
   }
   
   .footer-suchana a:hover {
      color: #000;
   }
   
   .mid-part2 {
      display: flex;
      flex-direction: row;
   }
   
   .mid-part2 ul {
      display: flex;
      list-style: none;
   }
   
   .mid-part2 ul li {
      padding-right: 10px;
   }
   
   .mid-part2 .define-space {
       border-radius: 1000px;
       background: rgba(0, 0, 0, 0.15);
       padding: 18px 22px;
       transition: all 0.3s ease-in-out;
   }
   .mid-part2 .define-space:hover {
       background: #00000040;
   }
   
   .end-footer {
   /* 	border-top: 1px solid #736349; */
   background:  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #023f6b;
   }
   
   .end-footer-content {
      display: flex;
   padding: 20px 0px;
   justify-content: space-between;
   align-items: center;
   }
   
   .end-part1 {
      display: flex;
      flex-direction: row;
   }
   
   .end-part1 .text {
      color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: 0.28px;
   padding-right: 6px;
   }
   
   .end-part1 .text p {
      margin-bottom: 0px;
   }
   
   .social-link a {
      color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.28px;
   text-decoration: none;
   padding-right: 6px;
   transition: all 0.5s ease-in-out;
   }
   
   .social-link a:hover{
      border-bottom: 1px solid white;
      transform: translateY(-2.1rem);
   }
   
   .text a {
      color: #FFF;
   font-size: 14px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.28px;
   text-decoration: none;
   padding-right: 6px;
   transition: all 0.5s ease-in-out;
   }
   
   .text a:hover{
      border-bottom: 1px solid white;
      transform: translateY(-2.1rem);
   }
   
   
   .end-part2 {
      display: flex;
      flex-direction: row;
      align-items: center;
   }
   
   .design p{
      color: #E5FFEE;
   font-size: 12px;
   font-style: normal;
   font-weight: 500;
   line-height: 140%; 
   margin: 0px;
   padding-right: 15px;
   }
   
   .end-part1 .line1 {
      display: flex;
   }
   
   .end-part1 .line2 {
      display: flex;
   }

   .foot-part1 p{
      font-weight: 700;
      line-height: 1.2;
      font-size: 25px;
      color: #685F5F;
      margin-top: 10px;
   }


   /* About Us Main */

.aboutus-main {
   background: var(--bg-color);
}

.aboutus-main img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   border-radius: 20px;
}

.aboutus-main .col-md-3 img {
   height: 200px;
   width: 100%;
   border-radius: 0px;
   margin-top: 30px;
   object-fit: inherit;
}

.about-inner {
   width: 90%;
   margin: auto;
   padding: 30px;
   border-radius: 10px;
   background: #fff;
}

p.img-lab {
   font-size: 16px;
   color: var(--secondary-text);
   text-align: center;
   margin-bottom: 0px;
   font-weight: 500;
}

.aboutus-main .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

p.info {
   font-size: 16px;
   line-height: 1.5;
   color: var(--primary-text);
   margin: 20px 0px;
   text-align: justify;

}

p.info2 {
   font-size: 16px;
   line-height: 1.5;
   color: var(--primary-text);
   text-align: justify;
   margin-bottom: 3px;
}

/* Conference Theme */

.conference {
   width: 70%;
   margin: auto;
}

.conference .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

table {
   width: 100%;
}

table td, table th {
   padding: 15px;
   line-height: 1.5;
   vertical-align: top;
   border: 1px solid hsla(0,0%,50.2%,.5019607843);
}

tr:nth-child(odd) {
   background-color: #f2f2f2;
 }

 tr:nth-child(odd):hover {
   background-color: #f7f7f7;
 }

 tr:nth-child(even):hover {
   background-color: #f9f9f9;
 }

 /* Info */

.info-theme {
	background: whitesmoke;
}

 .info-theme .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

.info-theme img {
   width: 100%;
   height: 400px;
   object-fit: cover;
   border-radius: 20px;
}

.info-theme a {
   color: #c36;
   transition: all 0.3s ease-in-out;
}

.info-theme a:hover {
   color: var(--primary-color);
}

.info-theme p.info {
   text-align: left;
}

.manage-p {
   margin: 10px 0px;
}

.manage-p p.info {
   margin: 0px;
}

.map-in iframe {
   width: 100%;
}

.second-img2 img {
   width: 100%;
   height: 70%;
   border-radius: 0px;
	object-fit: inherit;
}

.info-theme hr {
   height: 2px;
   margin: 10px 0px;
   background-color: var(--primary-color);
   color: var(--primary-color);
}

/* Speaker */

.profile {
	background: #f6f6f6;
}

.profile-detail {
	background: #fff;
    border-radius: 14px;
    padding: 30px;
	text-align: center;
    position: relative;
	border: solid 1px rgba(0,0,0,.08);
    transition: all .3s ease;
	margin-bottom: 20px;
}

.profile-detail a {
	position: absolute;
	bottom: 25px;
	text-decoration: none;
	color: var(--secondary-color);
}

.profile-detail .mane {
	position: absolute;
	bottom: 0;
	left: 31%;
}

.pro-img {
	height: 130px;
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    object-fit: cover;
	margin-bottom: 20px;
}

.profile-detail img {
	max-width: 100%;
    vertical-align: top;
    position: relative;
}

.profile-detail .modal-body {
	text-align: left;
}

.bio-name {
   color: var(--primary-color);
	font-size: 20px;
	display: block;
	font-weight: 600;
	text-align: center;
}

.decp {
    font-size: 12px;
    color: rgba(0,0,0,.48);
    margin-bottom: 8px;
	display: block;
	font-weight: 600;
}

.profile-detail:hover {
	box-shadow: rgba(0,0,0,.08) 0 0 24px;
}

.profile .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

/* Important Dates */

.profile-detail h3 {
   padding-left: 10px;
   padding-right: 10px;
   color: var(--primary-color);
   font-size: 25px;
   padding-bottom: 5px;
	border-bottom: 2px solid var(--primary-color);
}

.lower-dates h4 {
   font-size: 20px;
}

/* Contact */


.contact-sec,
.contact-secbtm {
  padding: 1rem 0;
  background-color: #f4f5f9;
}

.contact-sec {
  background-color: white;
}

.contact-sec .contact-heading {
  color: var(--primary-color);
}

.contact-secbtm .heading-center h4 {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary-color);
}

.contact-secbtm .heading-center h3 {
  color: #000;
}

.contact-secbtm .btn {
  background: #000;
  border: none;
  transition: all 0.3s ease-in-out;
} 

.contact-secbtm .btn:hover {
  background: var(--primary-color);
  border: none;
} 

/* Inner Contact Page */

#inner-contact .contact-secbtm {
  padding: 1rem 0;
}

#lower-contact {
  background: #f4f5f9;
}

#lower-contact .map {
  padding: 2rem 0;
}

.contact-heading {
   font-size: 30px;
   font-weight: 700;
   margin-bottom: 1.75rem;
 }
 
 .contact-list {
   list-style-type: none;
   padding: 0;
 }
 
 .contact-list > * {
   margin-bottom: 1.5rem;
 }
 
 .contact-list .phone,
 .contact-list .email,
 .contact-list .location,
 .contact-list .website {
   display: flex;
   gap: 20px;
   /* justify-content: space-between; */
 }
 
 .contact-list .icon {
   background-color: rgb(230, 230, 230);
   width: 70px;
   height: 70px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 22px;
   color: #ffffff;
 }
 
 .contact-list .icon i {
   color: var(--primary-color);
   position: relative;
   z-index: 1;
   -webkit-transition: all ease 0.5s;
   transition: all ease 0.5s;
 }
 
 .contact-list .detail {
   width: calc(100% - 100px);
 }
 
 .contact-list .detail h4 {
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 8px;
 }
 
 .contact-list .detail p {
   margin-bottom: 0px;
   font-size: 16px;
   line-height: 1.5;
   letter-spacing: 1px;
   color: #555;
   font-weight: 400;
 }
 
 .contact-list .detail p:hover {
   color: #08509d;
 }
 
 .contact-list .anim-bg {
   position: relative;
 }
 
 .contact-list .anim-bg:before {
   position: absolute;
   content: "";
   height: 0%;
   width: 100%;
   left: 0;
   bottom: 0;
   z-index: 1;
   -webkit-transition: all ease 0.5s;
   transition: all ease 0.5s;
   background-color: var(--primary-color);
 }
 
 .contact-list .anim:hover {
   cursor: pointer;
 }
 
 .contact-list .anim:hover .anim-bg::before {
   height: 100%;
 }
 
 .contact-list .anim:hover .anim-bg i {
   color: white;
 }
 
 .follow-us {
   display: flex;
   gap: 10px;
   align-items: center;
 }
 
 .follow-us h4 {
   font-size: 18px;
 }
 
 .follow-us .social-icon {
   background-color: rgb(235, 235, 235);
   width: 40px;
   height: 40px;
   display: flex;
   align-items: center;
   justify-content: center;
   transition: all 200ms ease-in-out;
 }
 
 .follow-us .social-icon a {
   color: var(--primary-color);
 }
 
 .follow-us .social-icon:hover a{
   color: #fff;
 }
 
 .follow-us .social-icon:hover {
   cursor: pointer;
   background-color: var(--primary-color);
   color: white;
 }
 
 .contact-secbtm input,
 .contact-secbtm textarea {
   padding: 14px;
   border: none;
   border-radius: 6px;
 }
 
 .contact-secbtm input:focus-visible,
 .contact-secbtm textarea:focus-visible {
   border: none !important;
   box-shadow: none !important;
   outline: 1.5px solid rgb(187, 187, 187);
 }
 
 .contact-secbtm .row {
   margin-bottom: 1rem;
 }
 
 .map iframe {
   width: 100%;
   height: 560px;
 }

 /* Partners */

 .partners {
   width: 80%;
   margin: auto;
 }

 .partners .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

.part-ner {
   padding: 20px;
   border-radius: 10px;
   background: #ffffff;
   height: 240px;
}

.part-ner p {
   text-align: center;
}

.part-ner img{
   width: 100px;
   margin-bottom: 20px;
}

.partners .heading2 {
   background: #f6f6f6;
} 


/* Geomandu 2023 */

.geo-img img {
   width: 100%;
   height: 450px;
   object-fit: cover;
   border-radius: 20px;
}

.geo2023 {
   background: #f5f5f5;
}

.geo2023 .profile-detail {
   height: 260px;
}

.geo-manage {
   width: 70%;
   margin: auto;
}

/* Model competetion */

.model-comp {
   background: #f5f5f5;
}

.coming-soon {
   background: var(--primary-color);
   padding: 30px;
   border-radius: 20px;
   color: var(--white);
}

.coming-soon h3 {
   font-size: 20px;
   font-weight: 500;
}

.coming-soon h4 {
   font-size: 30px;
   font-weight: 700;
}

.soon1 {
   text-align: center;
}

.soon0 i {
   font-size: 100px;
}

/* Gallery */

.gallery .heading {
   margin-top: 1.5rem;
   padding-bottom: 5px;
   border-bottom: 4px solid var(--primary-color);
   border-radius: 10px;
   width: max-content;
   padding-left: 10px;
   padding-right: 10px;
}

.gallery {
   background: #f5f5f5;
}

.gal-img img{
   border-radius: 12px;
    object-fit: cover;
    width: 100%;
    height: 300px;
}

/* Submit Paper */

.submit-paper {
   background: #f5f5f5;
}

.submit-paper .paper-submit {
	border-radius: 10px;
}

.submit-paper section.profile {
	padding: 0.5rem 0rem;
}

.coming-soon h5 {
   margin-bottom: 0px;
}

.coming-soon p {
   margin-bottom: 0px;
}

.down-mana {
	width: 70%;
}

.makesimple {
	width: 100% !important;
}

.tnp-email {
	border-radius: 10px;
}

.tnp-submit {
	border-radius: 10px;
}

.tnp-field-button input {
	width: 100% !important;
	transition: all 0.3s ease-in-out;
}

.tnp-field-button input:hover {
	background: #9A4B22;
}

.geo-mana {
	margin-top: -100px;
}

.profile-detail .modal.show .modal-dialog {
	height: auto !important;
	align-items: center;
    justify-content: center;
    display: flex;
    max-width: 800px ;
    transform: none;
}

.paper-submit2 .desc p {
	font-size: 18px;
}

.paper-submit2 {
	background: #fff;
	border-radius: 10px;
}

.submit-paper .heading {
	margin-top: 1.5rem;
    padding-bottom: 5px;
    border-bottom: 4px solid var(--primary-color);
    border-radius: 10px;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
}

.submit-paper p.info {
	margin: 10px 0px;
	text-align: left;
	font-size: 18px;
}

.comittee .heading {
    margin-top: 1.5rem;
    padding-bottom: 5px;
    border-bottom: 4px solid var(--primary-color);
    border-radius: 10px;
    width: max-content;
    padding-left: 10px;
    padding-right: 10px;
}

.submit-paper .hero-2 {
	border-radius: 20px;
}