        @import url("https://fonts.googleapis.com/css?family=Teko&display");
        @import url("https://fonts.googleapis.com/css?family=Fjalla+One");
        @import url("https://fonts.googleapis.com/css?family=Lobster");
        @import url("https://fonts.googleapis.com/css?family=Bree+Serif");
        @import url("https://fonts.googleapis.com/css?family=Patua+One");
        @import url("https://fonts.googleapis.com/css?family=Roboto");
        @import url("https://fonts.googleapis.com/css?family=Arbutus+Slab");
        @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
        html,
        body {
        	
        	height: auto;
          font-family: 'Poppins', sans-serif;

        }

        input[type="text"] {
        	width: 100%;
        	border: 2px solid #aaa;
        	border-radius: 4px;
        	outline: none;
        	padding: 8px;
        	box-sizing: border-box;
        	transition: 0.3s;
        }

        input[type="text"]:focus {
        	border-color: dodgerBlue;
        	box-shadow: 0 0 8px 0 dodgerBlue;
        }

        .inputWithIcon input[type="text"] {
        	padding-left: 20px;
        }
        .inputWithIcon input[type="password"] {
        	padding-left: 20px;
        }
        .inputWithIcon {
        	position: relative;
        }

        .inputWithIcon i {
        	position: absolute;
        	left: 0;
        	top: 37px;
        	padding: 3px 2px;
        	color: #000000ba;
        	transition: 0.3s;

        }

        .inputWithIcon input[type="text"]:focus + i {
        	color: dodgerBlue;
        }

        .inputWithIcon.inputIconBg i {
        	background-color: #aaa;
        	color: #fff;
        	padding: 9px 4px;
        	border-radius: 4px 0 0 4px;
        }

        .inputWithIcon.inputIconBg input[type="text"]:focus + i {
        	color: #fff;
        	background-color: dodgerBlue;
        }

        #loading
        {
        	background-image: url(../image/ARMS2.gif);
        	background-position: center;
        	background-repeat: no-repeat;
        	position: fixed;
        	width: 100%;
        	height: 100vh;
        	z-index: 9999;
        	background-color: #fff;
        	top: 0;
        }
        .carousel,
        .item
        {
        	height: 500px;
        	margin-top: 38px;
        }
        .carousel-inner 
        {
        	height: 100%;
        	background: #000;
        }
        .marquee p
        {
        	text-align: justify;
        }
        .carousel-caption
        {
        	padding-bottom:80px;
        }
        .ghtc-bg-image
        {
          background-image: url(../image/slider1.jpg);
          height: 333px;
          background-size: cover;
          position: relative;
      }
      /*.modal-box
      {
        background-color:  #201d74;
        padding: 5px;
    }*/
    .main-modal-content
    {
       background-image: linear-gradient(#c7e5f1, #065179e0);
       padding: 2px;
      /* margin: 15px;*/
       border:ridge;
   }
   .modal-box-txt p
   {
    line-height: 22px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.modal-box-txt ul li
{
    font-size: 16px;
    margin-bottom: 10px;
}
.modal-box-txt ul li a
{
   color: #000;
   font-weight: bold;
   font-family: 'Poppins', sans-serif;
   text-decoration: none;
   border-bottom: 1px solid #0005;
}
.modal-box-foot
{
    border: 0;
    text-align: center;
}
.modal-box-foot button
{
    background-color: #fff !important;
    padding: 6px 40px!important;
    color: #080450;
    font-weight: bold;
    border: 2px solid #8a8383!important;
    font-weight: bold;
}
.modal-box-foot button:hover
{
    background-color: #100f3a;
    color: #fd0;
}
.modal-box-txt ul
{
    margin-top: 10px;
}
.modal-home
{
   padding-top: 150px;
}
.modal-box
{
    width: 800px !important;
    margin: 0 auto!important;
}
.modal-home
{
    background-color: #0000!important;
}
.know-btn
{
    padding: 10px 45px;
    background-color: #080450;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    border: 2px solid #fff;
    box-shadow: 1px 1px 1px #000;
}
.know-btn:hover
{
    color: #fd0;
    text-decoration: none;
}
h2
{
   font-size: 50px;
   font-family: 'Lobster', cursive;
}

.fill {
   width: 100%;
   height: 100%;
   background-position: center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   -o-background-size: cover;
   opacity:0.6;
}
.link ul li img
{
   width: 95px;
   height: 95px;
   border-right: 1px solid #000;
   padding-right: 9px;
}
.link ul li span
{
   margin-left: 7%;
   font-size: 20px;
}
}
.btn-transparent {
   background: transparent;
   color: #fff;
   border: 2px solid #fff;
}
.btn-transparent:hover {
   background-color: #fff;
}

.btn-rounded {
   border-radius: 70px;
}

.btn-large {
   padding: 11px 45px;
   font-size: 18px;
}
.animated {
   -webkit-animation-duration: 1.5s;
   animation-duration: 1.5s;
}

.fadeInRight {
   -webkit-animation-name: fadeInRight;
   animation-name: fadeInRight;
}
.carousel-inner img
{
   width: 100%;
   height: 650px;
}
body
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}
.navbar-brand p
{
   color: #fff;
   text-align: center;
   font-family: 'Poppins', sans-serif;
}
#mySidenav
{
   position: absolute;
   right: 30px;
   top: 30%;
}
.cool-link::after
{
   content: '';
   display: block;
   width: 0;
   height: 2px;
   background-color: #fff;
   transition: width 0.2s;

}
.diagnostic-lab
{
   border:1px solid #0005;
   box-sizing: border-box;
   width: 80%;
   margin: 0 auto;
   background-color: beige;
}
.main-diagnostic-lab
{
   background-color: #201d74;
   padding: 130px 0;
}
.diagnostic-lab fieldset legend
{
   font-size: 16px;
   color: #04046b;
   background: #c8c8c8;
   text-align: center;
}
.diagnostic-lab fieldset
{
   background-color: #fff;
}
.diagnostic-lab-title h1
{

   font-weight: bold;
}
.diagnostic-sub-btn
{
   text-align: center;
   font-weight: bold;
   color: #000;
}
.diagnostic-lab-title h2
{
   margin-top: 0;
   color:#04046b;
   margin-bottom: 30px;
   font-size: 35px;
}
.diagnostic-lab label
{
   color: #000 !important;
   font-family: 'Poppins', sans-serif;
}
.cool-link:hover::after
{
   width: 100%;
}
#mySidenav a {
   position: absolute;
   right: -30px;
   transition: 0.3s;
   padding: 15px;
   width: 50px;
   text-decoration: none;
   font-size: 20px;
   color: white;
   overflow: hidden;
}
.head
{
   margin: 0;
   border-radius: 0;
   color: #000;
   border: none;
   position:fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 9999;
   background-repeat: no-repeat;
   background-size: cover;
   box-shadow: 2px 2px 2px #0006;
   background-color: #080450;
}
#about,#blog,#projects,#contact
{
   display: flex;
}
.contact-no
{
   margin-left: 20px;
   color: #000;
   font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a
{
   color: #fff;
   font-size: 15px;
   font-family: 'Fjalla One', sans-serif;
   text-shadow: 2px 2px 3px #000;
   font-family: 'Poppins', sans-serif;
   text-transform: uppercase;
}
#mySidenav a:hover
{ 
   width: 200px;
}

#about {
   top: 20px;
   background-color: #4CAF50;
}

#blog {
   top: 80px;
   background-color: #2196F3;
}

#projects {
   top: 140px;
   background-color: #f44336;
}

#contact {
   top: 200px;
   background-color: #555;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover 
{
   color: #28ffb9;
}

.menu
{  
   margin-top: 5px;
   float: right;
}
.about-body
{
   text-align: center;
}
.about-body h2
{
   font-size: 31px;
   font-family: sans-serif;


}
.about-body h2 b
{
   color:#fff;
}
.block-digram 
{
   margin-top: 75px;
}
.stripped {
   background-color: #201d74;
   border-top: 2px solid #30577e;
   border-bottom: 2px solid #30577e;
}
.about-body h2
{
   text-align: center;
   color: #dddb1a;
   text-shadow: 2px 2px 2px #000;
   margin-bottom: 23px;
}
.box .button
{
   background-color: #37608c;
   padding: 7px 16px;
   border-radius: 20px;
   font-weight: bold;
   color: #fff;
}
.box1
{
   border: 1px solid #080450;
   margin: 5px;
   width: 32%;
   height: 320px;
   border-radius: 5px;
   box-shadow: 2px 2px 3px 3px #0006;
   background-color: #fff;
   border-bottom: 3px solid #37608c;
   box-shadow: inset 0px 0px 0px 5px #080450;
}
.box2
{
   border: 1px solid #080450;
   margin: 5px;
   width: 32%;
   height: 320px;
   border-radius: 5px;
   box-shadow: 2px 2px 3px 3px #0006;
   background-color: #fff;
   border-bottom: 3px solid #37608c;
   box-shadow: inset 0px 0px 0px 5px #080450;
}
.box3
{
   border: 1px solid #080450;;
   margin: 5px;
   width: 32%;
   height: 320px;
   border-radius: 5px;
   box-shadow: 2px 2px 3px 3px #0006;
   background-color: #fff;
   border-bottom: 3px solid #37608c;
   box-shadow: inset 0px 0px 0px 5px #080450;;
}
.box1 h4
{
   border-bottom: 1px dotted blue;
   color: #2428b9;
   font-weight: 600;
   padding: 4px;
}
.box2 h4
{
   border-bottom: 1px dotted blue;
   color:#2428b9;
   font-weight: 600;
   padding: 4px;
}
.box3 h4
{
   border-bottom: 1px dotted blue;
   color: #2428b9;
   font-weight: 600;
   padding: 4px;
}
.ghtc
{
   position: relative;
}
.ghtc img
{
   width: 100%;
   height: 350px;
}
.ghtc-box ul li
{
   list-style: none;
   font-weight: bold;
   margin-top: 30px;
   font-size: 18px;
   color: #fbf40f;
}
.ghtc-box ul li .fa-angle-double-right
{
   color: #fff;
}
.ghtc-box
{
   border: 1px solid #000;
   background-color: #007262;
   width: 450px;
   height: 300px;
   position: absolute;
   top: 25px;
   right: 10px;
   border-radius: 5px;
   box-shadow: 5px 5px 9px #0e175a;
}
.box .fa-biohazard,.fa-envelope,.fa-award
{
   color: blue;
}
.scrol
{
   background-color: #d2a64ce6;
   padding: 20px;
   margin-top: 30px;
}
.item1
{
   background-color: skyblue;
   height: 300px;
}
.item2
{
   background-color: blue;
   height: 300px;
}
.item3
{
   background-color: skyblue;
   height: 300px;
}
.text
{
   font-size: 36px;
   font-family: 'Dhurjati';
   text-align: center;
}
.text2
{
   font-size: 30px;
   font-family: 'Dhurjati';
   text-align: center;
}
/***********************************hexa*****************************/
p {
   margin: 0 0 10px 0;
   text-align: justify;
}

.wrap {
   color: #222;
   font-size: 24px;
}

.clip-svg {
   width: 0;
   height: 0;
}

.clip-caption {
   width: 100%;
   position: absolute;
   top: 50%;
   -ms-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: center;
}
.ghtc-box ul
{
   padding: 0px 0px 0px 40px;
}
.clip-each {
   display: block;
   position: relative;
   -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   -webkit-clip-path: url("#hexagon-clip");
   clip-path: url("#hexagon-clip");
   -webkit-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   margin: 0 auto;
}

a.clip-each:hover {
   background: #9E566E;
   -webkit-transition: all 0.25s ease-in;
   transition: all 0.25s ease-in;
}

.clip-solid {
   width: 300px;
   height: 300px;
   background-image: url("http://karenmenezes.com/shapes-polygon/clip-demo-img.jpg");
   background-repeat: no-repeat;
   background-size: contain;
   background-color: #ad6996;
   background-blend-mode: hard-light;
   -webkit-transition: all 2.5s linear;
   transition: all 2.5s linear;
}

.clip-solid:after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   -webkit-clip-path: polygon(100% 3%, 17% 100%, 100% 100%);
   clip-path: polygon(100% 3%, 17% 100%, 100% 100%);
   -webkit-clip-path: url("#triangle-clip");
   clip-path: url("#triangle-clip");
   background: #9E566E;
   z-index: 1;
   width: 100%;
   height: 155px;
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
   pointer-events: none;
}

.clip-solid:hover:after {
   height: 0;
   -webkit-transition: all 0.45s ease-in;
   transition: all 0.45s ease-in;
}

.clip-solid:hover .social-share-block {
   -webkit-transition: all 0.2s linear;
   transition: all 0.2s linear;
}

.social-share-block {
   position: absolute;
   bottom: 20px;
   right: 75px;
   color: #fff;
   font-size: 70%;
   z-index: 2;
}

.social-each {
   font-size: 80%;
}

.clip-gradient {
   background: #222;
   width: 80px;
   height: 80px;
}
.clip-block2
{
   position: absolute;
   top: 60px;
   left: 99px
}
.clip-block3
{
   position: absolute;
   right: -199px;
   top: 119px;
}
.clip-gradient .clip-caption {
   color: #fff;
}

.clip-border {
   background: -webkit-linear-gradient(300deg, #aebcbf 0%, #6e7774 50%, #333 61%, #333 100%);  
   background: linear-gradient(150deg, #aebcbf 0%,#6e7774 50%,#333 61%,#333 100%);
   width: 130px;
   height: 130px;
   color: #222;
}
.wrap
{
   position: absolute; 
   left: 47px;
   top: 20%;
}
.clip-border::after {
   content: "";
   position: absolute;
   top: 4%;
   left: 4%;
   right: 4%;
   bottom: 4%;
   margin: 0 auto;
   background: url("http://karenmenezes.com/shapes-polygon/bg-cubes.png");
   -webkit-transition: all 0.3s linear;
   transition: all 0.3s linear;
   -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
   -webkit-clip-path: url("#hexagon-clip");
   clip-path: url("#hexagon-clip");
   z-index: -1;
}

.clip-tagline {
   display: block;
   color: #758C9B;
   text-decoration: none;
   text-align: center;
}

@media only screen and (min-width: 550px) {
   .wrap {
      display: table;
      position: absolute;
      /*display: none;*/
      top: 30%;
      left: 80px;
      -ms-transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);
      transform: translateY(-50%) translateX(-50%);
  }

  .clip-block {
      display: table-cell;
      vertical-align: middle;
  }


}
/***************************************login****************************/
.main-login-btn
{
   background-color: #fff;
}
.modal-header {
   padding: 0;
}
.modal-header .close {
   padding: 10px 15px;
}
.modal-header ul {
   border: none;
}
.modal-header ul li {
   margin: 0;
}
.modal-header ul li a {
   border: none;
   border-radius: 0;
}
.modal-header ul li.active a {
   color: #e12f27;
}
.modal-header ul li a:hover {
   border: none;
}
.modal-header ul li a span {
   margin-left: 10px;
}
.modal-body .form-group {
   margin-bottom: 10px;
}
.modal_body
{
   top: 100px;
   width: 1100px;
   height: auto;
   background-color: #fff;
   color: #000;
   margin-left: 133px;
   box-shadow: 2px 2px 49px 7px;
}
button[type= submit]
{

   padding: 7px 65px;

}
.modal-dialog 
{
   margin: 0;
}
.reg-box
{
   border-radius: 5px;
   box-shadow: 1px 11px 18px rgba(0,0,0,0.3);
}    
.login-form
{
   margin: 0 auto;
}
.nav-tabs
{
   background-color: #186167;
}
.inputWithIcon {
   position: relative;
}

.inputWithIcon i {
   position: absolute;
   left: 0;
   top: 26px;
   padding: 9px 2px;
   color: #000000ba;
   transition: 0.3s;
}
#heading-reg-modal
{
   text-align: center;
   color: #fff;
   padding: 7px;
   border-bottom: 1px solid #d8a211;
}
#cross-btn
{
   color: #fff;
}
#login-form
{
   width: 50%;
   margin: 0 auto;
}
#heading-reg-modal h3 
{
   margin: 0;
   font-size: 25px;
   letter-spacing: 1.2px;
   text-shadow: 2px 2px 2px #000;
}
#heading-reg-modal p
{
   font-size: 18px;
   text-align: center;
}
.modal-header ul li a
{
   color: #fff;
}
.heading-form
{
   padding: 9px;
   color: #fff;
   font-size: 17px;
   font-weight: bold;
   background-image: linear-gradient(#4172aa , #1d3b5d);
   border: 1px solid #000;
   margin: 0;
   letter-spacing: 1.2px;
   text-align: center;
}

label
{
   color: #fff;
   font-size: 14px;
}
.modal-dialog 
{
   width: 1169px;
   margin: 0;
}
.sub-btn
{
   text-align: center;
}
.modal
{
   background-color: #000000b5;
}
.reg-box label
{
   font-size: 14px;
}

label a
{
   color: #fff;
}
/********************************slider*********************************/
/*********************************link*********************************/
.link-contaent
{
   margin-top: 82px;

   background-color: #201d74 !important;


}
.link-title
{
   color: #fff;
   text-align: center;
}
.link-contaent h1
{

   font-family: 'Eczar', serif;
   font-weight: 900;

}
.border1
{
   width: 100%;
   height: 2px;
   background-color: #ccdd16;
   margin-bottom: 5px;
   box-shadow: 2px 2px 2px;
}
.link-document
{
   margin-top: 30px;
}
.link ul li
{
   list-style: none;
   border: 1px solid #000;
   border-bottom: none;
}
.link .fa-link
{
   color: #ad400d;
}
.link
{
   border: 1px solid #000;
   background-color: #fff;
   height:537px;
   overflow-y: auto;
}
.link li a
{
   color: #4b24c3;
   font-family: 'Patua One', cursive;
   padding: 12px;
}
.link li a:hover
{
   color: red;
}
.link ul
{
   margin: 0;
   padding: 0;
   padding: 0px 53px 0px 53px;
}
.link h4
{
   font-size: 18px;
   background-color: #080450;
   padding: 15px;
   color: #fff;
   font-weight: 700;
   text-align: center;
}
.left-side-link p
{
   border: 1px solid #000;
   margin-top:50px;
   text-align: center;
   font-family: 'Roboto', sans-serif;
   padding: 10px;
   background-image: linear-gradient( #dce0ec12, #a7b73370);

}
.clip-border img
{
   width: 100%;
}
.left-side-link img
{
   border: 2px solid #fff;
}
.slide-img
{
   background-image: url(../image/1.jpg);
}
.slide-img
{
   animation: sliderimg 10s infinite linear;
   height: 365px;
   width: 98%;
   border: 1px solid #000;
   background-repeat: no-repeat;
   background-size: cover;
}
@keyframes sliderimg
{
   0%
   {
      background-image: url(../image/1.jpg);
  }
  25%{
      background-image: url(../image/3.jpg);
  }
  50%{
      background-image: url(../image/4.jpg);
  }
  75%{
      background-image: url(../image/29.jpg);
  }
}
.navbar-brand h3
{
   color: #fff;
   letter-spacing: 1.0px;
   font-size: 21px; 
   font-family: sans-serif;
   margin: 0;
   font-weight: 900;
   text-transform: uppercase;
   text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.carousel-caption h2
{
   font-family: 'Anton', sans-serif;
}
.navbar-brand a
{
   color: #fff;
}
.navbar-brand
{
   height: 80px;
}
/**********************************Aboutus******************************/
.about-section
{
   height: 100vh;
}
.about-banner
{
   margin-top: 80px;
   background-image: url(../image/slider6.jpg);
   background-size: cover;
   height: 280px;
}
.about-banner h1
{
   text-align: center;
   margin-top: 90px;
   color: #fff;
   background-image: linear-gradient(to right, #00000047,#000000bd, #00000061);
   padding: 11px;
   font-weight: 700
}
.about-body-section h1
{
   background-color: #020d4a;
   color: #fff;
   padding: 7px;
   font-weight: 600;
   font-family: 'Arbutus Slab', serif;
   font-size: 25px;
   letter-spacing: 1.2px;
}

.about-body-section p
{
   font-size: 16px;
}
.about-body-section h2
{
   color: skyblue;
   font-family: sans-serif;
   color: #0f5961;
   font-size: 18px;
   font-weight: 700;
}


/*************************************whats-new*****************************/


.whats-new
{
   margin-top: 80px;
   background-image: url(../image/slider3.jpg);
   background-size: cover;
   height: 280px;
}
.whats-new h1
{
   text-align: center;
   margin-top: 90px;
   color: #fff;
   background-image: linear-gradient(to right, #00000047,#000000bd, #00000061);
   padding: 11px;
   font-weight: 700;
}
.whats-new-image img
{
   width: 100%;
   border-radius: 5px;
}
.scroll-bar 
{
   border: 1px solid #000;
   padding: 12px;
   border-radius: 10px;
   background-image: url(../image/texture.jpg);
   color: #fff;
}
.scrol-content
{
   margin-top: 50px;
}
.scroll-bar h4
{
   text-align: center;
   text-align: center;
   margin: 0; 
   box-shadow: 2px 2px 4px 0px;
   padding: 8px;
   background-image: linear-gradient(45deg, #099eb9, #045d6f70);
   border-radius: 8px;
}
.scroll-bar p
{
   border-bottom: 1px solid #f59d42;
   letter-spacing: 1.0px;
   color: #fbf1f5;
}
.gif-img img
{
   width: 7%;
}
.whats-new-body h3
{
   margin-top: 33px;
   font-weight: bold;
}
.border3
{
   background-color: #949412;
   width: 100%;
   height: 2px;
   margin: 11px;
}
.form-wrap .tabs-content
{
   height: auto!important;
}


/***********************************footer-text************************************/



.scheduler-border-txt
{
   text-align: center;
}
.footer-text h5
{
   text-align: center;
   background-color: #080450;
   padding: 20px;
   color: #fff;
   margin: 0;
}
fieldset 
{
   border: 1px solid #ddd !important;
   margin: 25px;
   min-width: 0;
   padding: 10px;       
   position: relative;
   border-radius:4px;
   background-color:#f5f5f5;
   padding-left:10px!important;
} 
legend
{
   font-size:14px;
   font-weight:bold;
   margin-bottom: 0px; 
   width: 35%; 
   border: 1px solid #ddd;
   border-radius: 4px; 
   padding: 5px 5px 5px 10px; 
   background-color: #ffffff;
}
.reg-box1
{
   margin:22px;
}
.login-body
{
   background-color: #201d74;
}
.mdal
{
   background-image: url(../image/bg-image.jpg);
   background-size: cover;
   background-repeat: no-repeat;
}
#menu-li .btn-primary
{
   background-color: transparent;
   border: none;
}
.box-body
{
   margin-bottom: 80px;
}
.login-form
{
   padding-top: 2%;
   width: 30%;
   height: auto;
   min-height: 100vh;
}
.login-form h2
{
   color: #fff;
   font-weight: bold;
   margin-bottom: 15px;
   text-shadow: 1px 1px 2px #000;
   margin-top: 0;
}
.footer2
{
   position: absolute;
   bottom: 0;
   width: 100%;
}
.footer2 .footer-text h5 {
   text-align: center;
   background-color: #1d3b5d;
   padding: 20px;
   color: #fff;
   margin: 0;
}
.footer4
{
   position: fixed;
   bottom: 0;
   width: 100%;
}
.footer4 .footer-text h5 
{
   text-align: center;
   background-color: #080450;
   padding: 20px;
   color: #fff;
   margin: 0;
}
.digi-link

{
   color: #1db8d8;
}

.footer3
{
   position: fixed;
   bottom: 0;
   width: 100%;

}
.footer3 .footer-text h5
{
   text-align: center;
   background-color: #080450;
   padding: 20px;
   color: #fff;
   margin: 0;
}
.text-form
{
   margin-top: 32%;
}  
.reg-main-box
{
   margin-top: 50px;
   margin-bottom: 15px;
   margin-bottom: 65px;
   border-style: double;
   border-color: #777676;
   border-width: 5px;
   height: auto;
   background-image: linear-gradient( #100975b0 27%, #0d0d23);
}
.reg-main-box-1
{
   border-style: double;
   border-color: #777676;
   border-width: 5px;
   padding: 20px;
   height: auto; 
   background-image: linear-gradient( #100975b0 27%, #0d0d23);         
}
.fa-mobile-alt
{
   color: green;
   font-size: 20px;
}

/***************************contact-main-page***********************/

.contact-main-page
{
   width: 50%;
   height: 500px;
   color: #fff;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   margin: 30px;
   box-shadow: 2px 2px 5px #000;
   background-image: -webkit-repeating-linear-gradient(135deg, #0000004d, #0000004d 1px, #0000 2px, #0000 2px, #0000004d 3px);
   background-image: -moz-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
   background-image: -o-repeating-linear-gradient(135deg, rgba(0,0,0,.3), rgba(0,0,0,.3) 1px, transparent 2px, transparent 2px, rgba(0,0,0,.3) 3px);
   background-image: repeating-linear-gradient(135deg, #30577e, #1a324a4f 1px, #5d7c9c 2px, #355c874d 2px, #38659270 3px);
   -webkit-background-size: 4px 4px;
   -moz-background-size: 4px 4px;
   background-size: 4px 4px;
   border: 3px solid #30577e;
   border-radius: 5px;

}
.left-contact
{
   background-color:#38658f;
   height: 350px;
   width: 45%;
   margin-top: 30px;
   box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.7);
   border-radius: 3px;
}
.contact-main-page ul
{
   padding: 0;
   padding-top: 20px
}
.contact-main-page ul li
{
   list-style: none;
   padding-bottom: 24px;
   font-family: 'Poppins', sans-serif;
}
.contact-main-page h1
{
   text-align: center;
   font-weight: bold;
   text-shadow: 2px 2px 2px  #0009;
}
.right-contact
{
   margin-top: 30px;
}
.right-contact h3
{
   color: #050577;
   font-weight: 600;
}
.right-contact ul li
{
   color: #000;
   font-size: 15px;
}
.social{
   margin-top: 15px;
}
.social ul li
{
   display: inline-block;
   padding-left: 35px;
}
.social ul li .fab, .fas
{
   color: #f1f1fdb8;
   font-size: 20px;
}
.objectives-page
{
   height: 100vh;
   background-color: #201d74;
   -webkit-background-size: 4px 4px;
   -moz-background-size: 4px 4px;
   background-size: 4px 4px;
   border-top: 2px solid #30577e;
   border-bottom: 2px solid #30577e;
}
.objectives-heading
{
   text-align: center;
   font-weight: bold;
   font-family: sans-serif;
}
.objectives-heading h1
{
   border: 1px solid #FFF;
   background-image: linear-gradient(25turn, #1c647d, #0cbfbde8);
   padding: 12px;
   text-shadow: 2px 2px 2px #000;
   margin: 0;
   font-size: 18px;
   letter-spacing: 0.8px;
   color: #fd0;
   font-weight: bold;
}
.objectives-list p
{
   text-align: center;
   margin-bottom: 10px;
   color: #070705b5;
   border: 1px double #0003;
    padding: 9px;
    background-color: #fff2;
    color: #000;
}
.objectives-list
{ background-image: linear-gradient(#c7e5f1, #7caac3e0,#6caad1);
   margin-top: 30px;
   font-weight: bold;
   padding: 10px;
   color: #000;
   background-image: url(../image/wavecut.png),linear-gradient(#b6eaff, #49b4eef7,#1380c5);
   font-family: 'Poppins', sans-serif;
    box-shadow: 2px 2px 1px #000;
}
.objectives-list ul li
{
   margin-top: 15px;
}
.objectives-main-page
{

   height: 500px;
   border-radius: 13px;
   padding: 25px;
   margin-top: 100px;
   color:#11115f;
}
.border-he
{
   width: 63%;
   height: 2px;
   background-color:#080450;
   margin: 0 auto;
}

.box2 p
{
   z-index: 9999;
   text-align: left;
}
.box2 img
{
   width: 30%;
   border-radius: 50%;
   height: 30%;
   border: 1px solid #000;
}
.fa-caret-down
{
  color: #ae4904;
}
.box3 ul li
{
   text-align: left;
   font-weight: bold;
   color: #080450;
   margin-bottom: 15px;
}
.box2 .name
{
   margin:5px;
   text-align: center;
   font-family: sans-serif;
   font-size: 17px;
   color: #2428b9;
}
.mission-vision
{
   padding: 100px 0;
   height: 100vh;
   min-height: 80vh;
   background-image: url(..image/circles.png),linear-gradient(#201d74 , #201d74);
}
.mission-vision-box ul li
{
    margin-bottom: 10px;
}
.head-mission-vision h1
{
   border: 1px solid #FFF;
   background-image: linear-gradient(25turn, #1c647d, #0cbfbde8);
   padding: 12px;
   text-shadow: 2px 2px 2px #000;
   margin: 0;
   font-size: 18px;
   letter-spacing: 0.8px;
   color: #fff;
   font-weight: bold;
   text-align: center;
}
.mission-vision-box
{
  background-image: linear-gradient(#c7e5f1, #7caac3e0,#6caad1);
   margin-top: 30px;
   font-weight: bold;
   padding: 10px;
   color: #000;
   font-family: 'Poppins', sans-serif;
   padding: 20px;
   background-image: url(../image/wavecut.png),linear-gradient(#b6eaff, #49b4eef7,#1380c5);
   font-family: 'Poppins', sans-serif;

}
.list-txt
{
   margin-top: 20px;
}
.project-associate-title h3
{
   font-weight: bold;
   font-size: 20px;
   margin-top: 0;
   padding: 10px;
   background-color: #fff8;
   color: #0505a4;
   margin: 25px 400px;
   box-shadow: 5px 1px 6px #201d74;
}
.Strength-title h3
{
   font-weight: bold;
   font-size: 20px;
   text-align: center;
   background-color: #fff8;
   color: #0505a4;
   padding: 10px;
   margin: 25px 457px;
   box-shadow: 5px 1px 6px #201d74;
}
.border
{
   width: 100px;
   height: 2px;
   background-color: blue;
   margin: 0 auto;
}
.border2
{
   width: 100px;
   height: 2px;
   background-color: blue;
   margin-bottom: 10px;
   margin: 0 auto;
   margin-bottom: 10px;
}
.scheduler-border-txt
{
   color: #000 !important;
   text-align: center!important;
}
.reg-field .scheduler-border-txt
{
   text-align: center!important;
}
.reg-field
{
   background-color: transparent !important;
}
.Strength ul li
{
   list-style: none;
   margin-top: 10px;
}
.Strength p
{
   text-align: center;
}
.Strength ul li .fa
{

   font-size: 20px;
}
.list-txt ul li
{
   margin-bottom: 10px;
}
.project-associate ol li
{
   margin-bottom: 10px;
}
.project-associate ol
{
   width: 50%;
   margin: 0 auto;
}
.list-txt ul
{
   width: 50%;
   margin: 0 auto;
}
.advisors ul
{
   margin-left: 50px;
}
.advisors p
{
   font-weight: bold;
   font-size: 20px;
   margin-top: 0;
   padding: 10px;
   background-color: #fff8;
   color: #0505a4;
   margin: 25px 257px !important;
   box-shadow: 5px 1px 6px #201d74;
}
.fresh-water-aquqculture-body
{
    background-color: #201d74;
    padding-top: 100px;
   padding-bottom: 50px;
   
}
.fresh-water-aquqculture-content
{
    padding: 25px;
    text-align: center;
}
.fresh-water-aquqculture-content h2
{
     margin-top: 0;
     color: #050097;
    margin-bottom: 23px;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    background-image: linear-gradient(25turn, #1c647d, #0cbfbde8);
        color: #ffee50;
        padding: 10px;
        text-shadow: 2px 2px 2px #000;
        border: 1px solid #FFF;
}
.fresh-water-aquqculture-content h4
{
    font-size: 20px;
    font-weight: bold;
    color: #ffee50;
    letter-spacing: 0.6px;
    text-shadow: 1px 1px 1px #000;
}
.fresh-water-aquqculture-content p
{
    color: #000;
}
.freshfish-image p
{
    color:#fffada;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    font-size: 16px;
    margin: 0px 15px;
}

.freshfish2
{
    margin-top: 10px;
}
.slide2 .item
{
    height: auto;
}
.slide2 .item img
{
   width: 333px;
    height: 230px;
    margin: 0 auto;
    border: 1px solid #000;
}
.slide2 .owl-nav button.owl-prev,
 .owl-carousel .owl-nav button.owl-next 
 
 {
    font-size: 35px;
    outline: none;
    padding: 20px!important;
    font-weight: bold;
 }
 .owl-prev {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 24%;
    left: -6px;
    display: block !important;
    border: 0px solid #000;
    color: #000;
}
.owl-next {
    width: 35px;
    height: 100px;
    position: absolute;
    top: 24%;
    right:3px;
    display: block !important;
    border: 0px solid #000;
}
.slide2
{
     border: 1px solid #0005;
    background-image: linear-gradient(#c7e5f1, #065179e0);
    border: ridge;
}
.fresh-water-aquqculture-content ul li
{
    display: inline-flex;
    padding-right: 10px;
    font-weight: bold;
    font-size: 15px;
    list-style-type: upper-roman !important;
    color: #000;
}
.fresh-water-aquqculture-content ul
{
    text-align: left;
}
.text-slider .item
{
  height: auto;
  text-align: center;
  padding: 0px 50px;
}
.slider-text
{
  background-color: #fff9de;
  color: #000;

}
.slider-text h3
{
  color:#201d74;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px #0003;
}
.owl-nav button span
{
  font-size: 40px;
  outline: none;
}