/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
		font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
  text-decoration: none !important;
  outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 32px;
}

#overview,
#register {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

#detail, #video,
#speakers, 
#program,
#sponsors, 
#contact,  footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

#detail,
#speakers, #sponsors,
footer {
  text-align: center;
}

#overview h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*---------------------------------
Section Overlay #02ACF0 
---------------------------------------*/
/* .section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 background: rgb(2, 154, 255); 

	opacity: 0.3;
	z-index: 1;
} */
.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 154, 255, 0.3); /* use rgba instead of opacity */
	z-index: 1;
}

/* solid background only for the text box */
.section-overlay .overlay-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 2;
	background: transparent;  /* solid background */
	padding: 20px 40px;
	border-radius: 10px;
}



#intro .container {
	position: relative;
	z-index: 2; /* keeps content above overlay */
}

/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
   
    /*background-color: #386641;*/
    /* background-color: #60aac0b2 !important; */
     padding: 5px !important; 
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    /* color: #ddd; */
    color: #ffff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    /* color: #66ccff;  */
   color: #ffffff; 
    border-top: 3px solid #ffff;
    border-bottom: 2px solid #ffff;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    /* color: #66ccff; */
    color: #ffffff;
}
.btn-outline-custom {
  background-color: #00ADED;       /* Initial white background */
  color: #ffffff !important;                  /* Initial text color */
  border: 2px solid #00ADED;       /* Border with brand color */
  padding: 8px 8px !important;
  border-radius: 30px;             /* Rounded button look */
  display: inline-flex;
  align-items: center;
  gap: 6px;                        /* space between icon & text */
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn-outline-custom:hover {
  background-color: #ffffff !important;       /* Swap background */
  color: #00ADED !important;       /* Swap text color */
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.btn-outline-custom .fa-shopping-cart {
    font-size: 22px;
    font-weight: bold;
      
}


.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

/* Style Sister Concerns dropdown menu only */
.sister-concerns-dropdown .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.4); /* white with 80% opacity */
    border: none;
}

.sister-concerns-dropdown .dropdown-menu > li > a {
    color: #F5F7F8 !important; /* Bootstrap's text-success green */
}

.sister-concerns-dropdown .dropdown-menu > li > a:hover {
    background-color: rgba(40, 167, 69, 0.1); /* light green hover */
    color: #41B3A2 !important;
    font-size: bold;
}

.custom-navbar.top-nav-collapse .sister-concerns-dropdown .dropdown-menu {
    background-color: rgba(16, 16, 16, 0.9); /* darker background for visualization */
}

.custom-navbar.top-nav-collapse .sister-concerns-dropdown .dropdown-menu > li > a {
    color: #66ccff !important; /* different text color when scrolled */
}

.custom-navbar.top-nav-collapse .sister-concerns-dropdown .dropdown-menu > li > a:hover {
    background-color: rgba(102, 204, 255, 0.1); /* matching hover */
    color: #66ccff !important;
    font-weight: bold;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
    /*background: rgba(121, 202, 216, 0.8);  #386641 with 0.8 opacity */
    background:#00aeedbd; /* #386641 with 0.8 opacity */
    padding: 0;
 
}

}



/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
     /* background: url('../images/businessoutlook.gif') 50% 0 repeat-y fixed;   */
      /* background: url('../images/introgif.gif') 50% 0 repeat-y fixed;   */
      /* background: url('../images/product/last.gif') 50% 0 repeat-y fixed;    */
      /* background: url('../images/product/mainbgvideo.gif') 50% 0 repeat-y fixed;    */
    /* background: url('https://drive.google.com/file/d/1Ru7h2ODws1O44El7yVTL4azeN6lj2abl/view?usp=sharing') 50% 0 repeat-y fixed;     */
    /* background: url('../images/product/v1458.gif') 50% 0 repeat-y fixed;     */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}
#bgVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
  position: relative;
  padding-bottom: 32px;
}
.general {
  background-color: #dff1f7e7; /* #386641 with 0.3 opacity */
  /*background-color: rgba(161, 248, 244, 0.2)  #386641 with 0.3 opacity */
}
.BackColor {
/*  background-color: rgba(8, 203, 0,0.1);  #386641 with 0.3 opacity */
  background-color: #ffff;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    /* background: #222; */
    /* background-color: rgba(8, 203, 0,0.1) ; */
    /* background: url('../images/details.gif') 50% 0 repeat-y fixed; */
    background: url('../images/detail.gif') 50% 0 repeat-y fixed;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}

 .custom-card {
         background: linear-gradient(
            135deg,
            rgba(0, 123, 255, 0.8),
            rgba(0, 200, 150, 0.8)
        );
        color: white;
        width: 22rem;
        border-radius: 15px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        padding: 1.5rem;
    }
    .custom-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        cursor: pointer;
    }
    .custom-card .card-title {
        font-size: 1.5rem;
    }
    .custom-card .card-text {
        font-size: 1.3rem;
        line-height: 1.6;
    }

    .detail-headline{
      background-color: #00ADED; 
      padding: 5px; 
      border: 1px solid transparent; 
      border-radius: 10px; 
      box-shadow: 0 4px 8px rgb(255, 255, 255); 
      color: #ffffff;
      text-decoration: none;
    }
    .detail-headline:hover{
      background-color: #ffffff; 
      padding: 8px; 
      border: 1px solid transparent; 
      border-radius: 10px; 
      box-shadow: 0 4px 8px rgb(255, 255, 255); 
      color: #00ADED;
      text-decoration: none;
      font-weight: 200;
    }

/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}








/*------------------------------
Gallary Section
-------------------------------*/
/* .gallery-grid img { */
.imgAspect{
    width: 100%;
    aspect-ratio: 4/3; /* You can change to 16 / 9, 1 / 1 etc. */
    object-fit: cover;
    object-position: top; /* Focuses on the top part of the image */
    border-radius: 8px; /* Optional rounded corners */
    cursor: pointer; /* Since images are clickable */
}



.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.gallery-grid img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-grid img:hover {
  transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.lightbox-content:hover {
  transform: scale(1.1);
}

.close, .prev, .next {
  position: absolute;
  color: white;
  font-size: 2em;
  cursor: pointer;
  user-select: none;
}
.close { top: 20px; right: 30px; }
.prev { top: 50%; left: 30px; transform: translateY(-50%); }
.next { top: 50%; right: 30px; transform: translateY(-50%); }

/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

#speakers h3 {
    font-size: 18px;
    margin-bottom: 0px;
}

#speakers h6 {
  color: #666;
  margin-top: 4px;
}

#speakers img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speakers .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speakers .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}

/*-----------------------------------
Research and development
---------------------------------------*/
#researchandDevelopment .video-wrapper {
    width: 100%;
  
    aspect-ratio: 21/ 20;
    margin: 0 auto;
    background: #000; /* fallback background */
}

#researchandDevelopment .video-wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover; /* ensures video fits nicely without overflow */
}

/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    /* background: url('../images/farmarherosection.gif') 50% 0 repeat-y fixed; */
    background: url('../images/maingifs/bee.gif') 50% 0 repeat-y fixed;
    /* background: url('../images/masturedfield.gif') 50% 0 repeat-y fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}

.bg-overlay-info {
    background-color: rgba(13, 202, 240, 0.7); /* Bootstrap bg-info with 70% opacity */
    padding: 30px; /* adjust as needed */
    border-radius: 10px; /* optional: smooth corners */
}


/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #f9f9f9;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/harvestinggold.gif') 50% 0 repeat-y fixed;
    
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/contractbggif.gif') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #00ADED;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #ffffff;
  border: 1px solid #00ADED;
  color: #000;
}
#contact a.btn {
  background: #00ADED;
  border-radius: 50px;
  padding: 14px 28px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

#contact a.btn:hover {
  background: #218838;
}
/*---------------------------------------
   Career section              
-----------------------------------------*/
#career {
    /* background: url('../images/contractbggif.gif') 50% 0 repeat-y fixed; */
    background: url('../images/AgroFertilizer/agrotech.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

#career .career_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#career .career_detail {
  background: #ffffff;
  padding: 5rem 5rem 12rem 5rem;
}

#career .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#career .form-control:focus {
  border-bottom-color: #999;
}

#career input {
  height: 45px;
}

#career input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#career input[type="submit"]:hover {
  background: #f2545f;
}
#career a.btn {
  background: #28a745;
  border-radius: 50px;
  padding: 14px 28px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

#career a.btn:hover {
  background: #218838;
}




/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
   border-radius: 50%;
}

.go-top:hover {
  
   background:  #02ACF0;
    
    color: #ffffff !important;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
#foot{
  /* background: rgb(56,102,65); */
  background: #00ADED;
  /* background:rgb(102, 177, 190); */
  padding-bottom: 10px !important;

  position: relative;
  overflow: hidden;
}
#foot::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: url('https://upload.wikimedia.org/wikipedia/commons/8/80/World_map_-_low_resolution.svg') center/contain no-repeat; */
   background: url('../images/product/World_maplowresolution.svg') center/cover no-repeat;
  opacity: 0.15; /* light overlay look */
  background-size: cover; /* makes it fill */
  z-index: 0;
}

#foot * {
  position: relative;
  z-index: 1; /* keep text/logo above the map */
}
.footerGeneral {
  display: inline-block;              /* so padding & bg work nicely */
  padding: 4px 8px;                   /* space around text */
  border-radius: 4px;                 /* slightly rounded corners */
  transition: all 0.3s ease-in-out;   /* smooth hover effect */
}

.footerGeneral:hover {
 border: 1px solid whitesmoke ;
  color: white;
 
  font-weight: bold;
  text-decoration: underline;         /* highlight link on hover */
  transform: translateX(3px);         /* small movement for interactivity */
}
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    /* background: #f2545f; */
    background:  #ffffff;
    /* color: #ffffff; */
    color: #386641 !important;
}



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  
  }

  #intro { height: 65vh; }

  #video iframe {
    margin-top: 42px;
  }

  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}





@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }
  .navbar-collapse .dropdown-menu{ position: static; float: none; margin:0; border:0; box-shadow:none; }
  

}


@media (max-width: 760px) {

  #intro {
    height: 100vh;
 
  }
  .custom-navbar {
    background-color: #00ADED;
  }
 

}

