 .carousel-inner img {
      width: 100%;
      
  }
  .pt-5{
    padding-top: 5px;
  }
  .pt-10{
    padding-top: 10px;
  }
  .pt-15{
    padding-top: 15px;
  }
  .pt-20{
    padding-top: 20px;
  }
  .pt-30{
    padding-top: 30px;
  }
  .pt-50{
    padding-top: 50px;
  }
  .pb-50{
    padding-bottom: 50px;
  }
  .pb-30{
    padding-bottom: 30px;
  }
  .pb-20{
    padding-bottom: 20px;
  }
  .pb-10{
    padding-bottom: 10px;
  }
  .pb-5{
    padding-bottom: 5px;
  }
  .pb-40{
    padding-bottom: 40px;
  }
  .mr-50{
    margin-right: 50px;
  }
  .mr-150{
    margin-right: 150px;
  }
  .button{
    background-color: : #759040 !important;
  }
  .text-center{
    text-align: center;
  }
  .font-16{
    font-size: 16px !important;
  }
  .text-info{
    color: #555 !important;
  }
  .white{
    color: white;
  }
  a{
    color: #2b3092 !important;
  }
  a:hover{
    color: #759040 !important;
  }
  .theme-color-a{
    color: #2b3092;
  }
  .theme-color-b{
     color: #759040;
  }
  section.section-padding.gray-bg {
    background: #f0f0f0;
    padding: 9px;
    color: #484848;
}
.bullet{
  margin-left: 10%;
}
.modal {
   /*display: none; Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 20; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  width: 100%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 991px){
.navi-warp-home-2 .btn-menu-mobile {
    display: inline-block;
    color: #fff;
    position: static;
    z-index: 1;
    line-height: 36px;
    background: #0a2c4e;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-left: 5px;
}
@media only screen and (max-width: 991px){
  .widget{
    text-align: center;
  }
}
.big-menu{
  display: none;
}
.hide{
  display: none;
}
}
.btn-menu-mobile {
    display: none;
    float: right;
    font-size: 18px;
    color: #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  background: #f1f1f1f1;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}
.text-white{
  color: #fff !important;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
li{
  list-style: none;
}
p.device-font{
  
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #fff;
}

/* Add an italic font style to all quotes */
q {font-style: italic;}

/* Add a blue color to the author */
.author {color: cornflowerblue;}



body, html {
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}
 p{
  font-size: 14px;
 }
* {
  box-sizing: border-box;
}

.bg-img {
  /* The image used */
  background-image: url("images/projects.jpg");

  min-height: 450px;
  min-width: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg-img-new{
  /* The image used */
  background-image: url("images/hanu-reddy.jpg");

  min-height: 350px;
  min-width: 10%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-img-2 {
  /* The image used */
  background-image: url("images/projects.jpg");

  min-height: 550px;
  min-width: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.bg-img-3 {
  /* The image used */
  background-image: url("images/projects.jpg");

  min-height: 350px;
  min-width: 50%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.font-24{
  font-size: 24px;
}
.font-20{
  font-size: 20px;
}
/* Add styles to the form container */


/* Full-width input fields */



/* Set a style for the submit button */
.btn {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
 /* width: 100%;*/
  opacity: 0.9;
}
.text-center{
  text-align: center !important;
}

.btn:hover {
  opacity: 1;
}
.mission {
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: left;
    background-size: 404px 620px;
    background-image: url("images/projects.jpg");
}
div.relative {
    position: relative;
    border: 2px solid #943033;
}
}
div.absolute {
    /* position: absolute; */
    position: relative;
    top: -11px;
    right: 62px;
    width: 302px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

