/*@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300,400;0,700;1,400;1,700; 800 ; 900&display=swap');*/
:root {
  --main-font-family: 'Lato', sans-serif;
  --main-color: #433292;
  --optional-color: #ff5d22;
  --white-color: #ffffff;
  --black-color: #181B31;
  --paragraph-color: #2D3A3A;
  --font-size: 15px;
  --transition: .6s;
}
body {
    padding: 0;
    margin: 0;
    font-family: var(--main-font-family);
    font-size: var(--font-size);
    background-color: white;
}

a {
  text-decoration: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--black-color);
  display: inline-block;
}

a:hover,
a:focus {
  color: var(--main-color);
  text-decoration: none;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--black-color);
  font-weight: 400;
  font-family: var(--main-font-family);
  font-size: var(--font-size);
}

/* Navbar */


.navbar{
  padding-left:45px ;
  padding-right: 45px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #004700 !important;

}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
  font-weight: 700;
  color: white;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
font-weight: 700;
font-size: 16px;
margin-left: 13px;
letter-spacing: 1;
margin-right: 13px;
padding-left: 0;
padding-right: 0;
}
    .navbar-light .navbar-nav .nav-link:hover {
        color: #433292; /*white;*/
    }



.video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: no-repeat center center/cover;
}


#outer {
  text-align: center;
  position: relative;
  background-attachment: fixed;
  overflow: hidden;
  min-height: 82vh;
  /*border:2px solid red;*/
}
#home-top-video:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  background-size: contain;
  bottom:0;
  background-repeat: no-repeat;
  z-index:1;
  background-image: url(../images/hero-small.png);
  opacity:1;

}

#home-top-video {
    left: 0%;
    top: 0%;
    /*height: 85vh;*/
    height: 100%;
    object-fit: cover;

    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#home-text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 81vh;
    padding-left: 40px;
    /*padding-left: 125px;*/
    /* display: flex;*/
    align-items: center;
    width: 50%;
    color: #fff;
    z-index: 1;
    text-align: left;
}
img{
  width: 100% !important;
}
.top_header {
    /*padding: 10px 0px;*/
    padding: 20px 0px;
    background-color: white !important;
}
.top_header h6{
  font-size: 28px;
  text-transform: uppercase;
  color: var(--main-color);
  margin-bottom: 0px;
  font-weight: 900;
}
.pm-img{
  width: 100%;
  margin-bottom: 20px;
}
.content h5 {
  font-size: 36px;
  font-weight: 900 !important;
  color: #2F94A7;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.1;
}
.color-theme {
  color: var(--main-color);
}

.content h6 {
    /*font-size: 17px;*/
    font-size: 1vw;
    font-weight: 600;
    margin-top: 5px;
    color: #575757;
    font-family: -webkit-body;
}
.default-btn {
  background-color: var(--main-color);
  color: #ffffff;
  display: inline-block;
  border: 0px;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-top: 25px;
  border-radius: 30px;
  min-width: 150px;
  line-height: initial;
  font-weight: 500;
  font-size: 14px;
}
.default-btn:hover{
  background-color: white !important;
  border: 1px solid var(--main-color);
  color: var(--main-color);
}
.navbar-light .navbar-toggler{
  background-color: white;
}

.responsive {
    display: none;
}

.responsive-text {
    font-size: 1vw;
}

@media(max-width:1300px) {

        #home-text h5 {
            font-size: 2vw;
        }

    #outer {
        min-height: 83vh;
    }
    .responsive-text {
        font-size: 1.2vw;
    }
}

@media(max-width:992px) {

    .navbar-brand {
        width: auto !important;
    }

    .navbar-brand img {
            display: none;
            width: 400px !important;
        }

    .navbar {
        padding-left: 5px;
        padding-right: 5px;
        background-color: #004700 !important;
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: white;
        font-weight: 500;
        font-size: 14px;
    }

    .responsive {
        padding: 10px;
        display: block !important;
    }

     .responsive img {
            width: 100%;
        }

    .pm-img {
        text-align: center;
        width: 70% !important;
    }

    .main {
        margin-top: 0px;
    }

    #home-top-video:before {
        background-color: rgba(255, 255, 255, 0.5) !important;
        background-image: none !important;
    }

    #home-text {
        margin-left: 13% !important;
        margin-top: 20px !important;
        width: 100% !important;
        display: block;
        text-align: center;
    }

        #home-text h5 {
            font-size: 3vw;
            text-align: center;
            position: relative;
        }

        #home-text h6 {
            font-size: 2vw;
            position:relative;
            left:40px!important;
            
        }

    .content h5 {
        font-size: 20px;
    }
   .content {
        text-align: left;
    }

    .default-btn {
        position: relative;
    }

    .carousel-indicators {
        margin-right:0%;
    }

    .bg-about {
        padding: 50px;
    }

    .responsive-text {
        font-size: 1.5vw;
    }
}

@media(max-width:772px){
  .hide-on-mobile{
    display: none;
  }
  .hide-on{
    display: none;
  }
  .show-on{
    display: block !important;
  }
  #outer{
    min-height: 270px;
  }

    #home-top-video{
      height: auto;
    }
   #home-top-video:before {
            left: 0 !important;
    } 
    .small-display {
        margin-top: 50%;
        display: block !important;
    }
    .small-display img{
        margin-bottom: 20px;
    }
    #home-text {
        margin-top: 30px;
        height: auto;
        text-align: center;
        padding-left: 30px;
    }
      #home-text h5 {
            /*font-size: 30px;*/
            font-size: 6vw;
     }
        #home-text h6 {
            /*font-size: 30px;*/
            font-size: 4vw;
        }

    .content h5 {
        font-size: 5vw!important;
    }
    .content h6 {
        font-size: 3vw!important;
    }
    .pm-img {
        text-align: center;
        width: 70% !important;
    }
    .responsive-text {
        font-size: 2vw;
    }
}

@media(max-width:500px) {
    
    .content h5 {
        font-size: 6vw !important;
    }

    .content h6 {
        font-size: 4vw !important;
    }
    .responsive-text {
        font-size: 3vw;
    }

}

.small-display{
  display: none;
}

.show-on{
  display: none;
}

.bg-about{
  background-image: url(../images/about-us.jpg);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;


}

.bg-about:before{
  content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-image: linear-gradient(127deg, rgba(41, 167, 184, 0.7) 0%, rgba(67, 50, 146, 0.7) 91%);
}
.bg-about h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 1.4px;
  color: #fff;
  text-align: center;
}
.bg-about .breadcrumb {
  float: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: none;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 0px;
  display: block;
  text-align: center;
}
.bg-about .breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  margin-left: 10px;
  display: inline-block;
}
.bg-about .breadcrumb li:first-child::after {
  font-family: FontAwesome;
  content: ">";
  margin-left: 10px;
  color: #ffffff;
}
.bg-about .breadcrumb li a{
  color: #ffffff;
}

.detail_sec p{
color: #313131;
font-size: 14px;
text-align: justify;
}
.nav-bar.main-top{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 21; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #FF5C5D; /*#818181;*/
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

    /* When you mouse over the navigation links, change their color */
    .overlay a:hover, .overlay a:focus {
        color: red; /*#f1f1f1;*/
    }

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index:22;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.centr {
    border: 5px solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
}

svg {
    cursor: pointer;
    fill: #433292;
    /*background-color:red;*/
}
    svg:hover {
        fill: #004700;
    }
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #004700;
    text-align: center;
    padding: 5px;
    color: white;
    z-index: 23;
    
}
.closebtn {
    display: block;
    float: right;
    top: -5px;
    position: absolute;
    right:15px;
    font-size: 40px;
    color: #FF5C5D;
    z-index:25;
}
    .closebtn:hover {
        color: red;
    }

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.req {
    position: absolute;
    display: inline-block;
    color: red;
    font-size: 20px;
}
.w-96{
    width:96%;
}

.pos {
    top: 0px;
    position: fixed;
    margin-left: 80px;
}