/*
Theme Name: College of Fisheries
Theme URI:  https://www.themes.manab.org
Author: Manab Das
Author URI: http://www.manabworld.com/
Description: College of Fisheries
Version: 1.0.7
*/


html, 
body{
	font-size: 100%;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="search"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-webkit-appearance: none;
	width: 100%;
}
input[type="search"]{
	width: 100%;
	outline: none;
	border: 1px solid #ddd;
	padding: 0em 0.6em;
	font-size: 1em;
	color: #333333;
	position: relative;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
textarea {
	overflow: auto;
}	
img {
	border: 0;
}


a {
	text-decoration: none;
	background-color: transparent;
	color: #444444;
}
a:focus,
a:hover{
	text-decoration:none;
	color: #971D0C;
}
label{
	margin:0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #343434; 
	font-size: 14px;
	*font-size: 1rem;
	line-height: 1.5;
        font-family: Roboto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin:0;
	font-weight: 600;
        padding-bottom: 5px;
}


p{
	margin:0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* Header Part ********************************************/

.top-bar {
padding: 3px 0;
    background: linear-gradient(120deg , transparent 50%, #2d9ceb 39%);
    color: #33195d;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    width: 100%;
}


.social-links p {
    line-height: 25px;
    color: #696969;
    font-family: 'Helvetica Neue LT Bold';
    font-size: 14px;
}


.header-top-area {
    padding: 1px 0;
    font-size: 12px;
    line-height: 8px;
    background: #e12e68;
    height: 2px;
}


.fixed {
    position: fixed;
    top: 0;
    /* height: 70px; */
    z-index: 1;
    width: 100%;
    z-index: 999999;
}

.fixed .container {
    border: none !important;
}

header#header {
    background:#fff;
}

#header .top-logo-part {
    padding: 10px 0 10px;
    position: relative;
}

.logo-part img {
    width: 100%;
}

.search-button {
    position: absolute;
    right: 90px;
    top: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-toggle {
position: relative;
    display: block;
    height: 15px;
    width: 15px;
}
.search-toggle::before, .search-toggle::after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.search-toggle::before {
    border: 2px solid #202121;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    left: 1px;
    top: 0px;
    /* font-size: 33px; */
}
.search-toggle::after {
    height: 3px;
    width: 8px;
    background: #1f2020;
    top: 13px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-toggle.active::before {
  width: 0;
  border-width: 1px;
  border-radius: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
  left: 4px;
}
.search-toggle.active::after {
  width: 12px;
  left: -1px;
  top: 4px;
}

.search-input:focus {
  outline: none;
}

.search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
background-color: #2a5780;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}
.search-box .search-input {
width: 100%;
    height: 100%;
    padding: 0 10em;
    border: 0;
    background-color: transparent;
    opacity: 0;
    color: #fff;
    font-family: Roboto;
    font-weight: 200;
    font-size: 13px;
}
.search-box .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
form.search-box.show {
    max-height: 40px;
    left: 0;
}

form.search-box.show .search-input {
opacity: 1;
}


.main-head {
    margin-top: 15px;
    /* text-align: right; */
}

.main-head h1 {
text-transform: uppercase;
    color: #2a5780;
    font-size: 39px;
    font-weight: bold;
    /* font-family: Lato; */
    font-family: Lexend Deca;
}

.main-head span {
    font-size: 14px;
    color: #1c1846;
     text-transform: uppercase; 
    display: block;
}

.search i {
    color: #fff;
    font-size: 15px;
}


.search {
    right: 8%;
    position: absolute;
    background: #e12e67;
    padding: 5px 8px;
    top: 7px;
    border-radius: 19px;
    height: 35px;
    width: 35px;
    text-align: center;
}

ul.social-links {
 list-style: none;
    padding: 0px;
    margin: 35px 0px !important;
    display: inline-flex;
}

ul.social-links li {
    display: inline-block;
    margin-left: 15px;
}

ul.social-links i {
color: #343232;
    font-size: 16px;
}

ul.social-links li a {
    color: #32279d;
    font-size: 16px;
    font-family: Lato;
}

nav.custom-nav {
    background: #e5faf5;
    padding: 10px;
}

nav.custom-nav a {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .active>a, .navbar-dark .navbar-nav a.active, .navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav .show>a {
color: #ffffff;
    background: #2a5780;
}

.navbar-dark .navbar-nav a {
    color: #062c4e;
    padding: 15px 7px 15px 7px;
    font-size: 13px;
    font-family: Lexend Deca;
}

.navbar-dark .navbar-nav a:focus {
       color: #363636;
}

.navbar-dark .navbar-nav a:hover {
    color: #fff;
    background: #2a5780;
}

.custom-nav .navbar-nav .dropdown-menu .active> a {
background:none !important;
}

@media only screen and (min-width: 768px) {
.custom-nav ul li .dropdown-menu {
    width: 100%;
max-width:400px;
min-width:300px;
    background:rgb(42, 87, 128);
   border: none;
    position: absolute;
    z-index: 2;
    left: auto;
    top: 200%;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition: all 0.55s ease-out 0s;
    transition: all 0.55s ease-out 0s;
    display: block;
    border-radius: 0px;
}
}

.custom-nav ul li:hover .dropdown-menu {
    opacity: 1;
    top: 45px;
    visibility: visible;
    left: auto;
    z-index: 10;
}

.custom-nav .dropdown-menu a {
    font-size: 14px;
    color: #ffffff !important;
    /* width: 100%; */
    text-transform: capitalize;
    font-family: Lato;
    padding: 10px 10px !important;
}

.custom-nav .dropdown-menu li {
padding: 9px 10px;
}

.carousel-inner img {
      width: 100%;
      height: 100%;
}

.carousel-caption {
    padding-top: 10px;
    bottom: 58px;
    left: 0;
    right: 0;
    background: #ffffff;
    color: #1c1846;
    font-weight: 600;
    font-family: Lato;
    font-size: 16px;
    padding-bottom: 10px;
}

.carousel-inner {
    width: 100%;
    max-height: 500px !important;
}

.sub_header {
    background: #c4dbd6;
    padding: 5em 0;
}

h1.sub_title {
    color: #1a4063;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Lexend Deca;
}

section.article_block {
    padding: 2em 0;
}
section.article_block p {
    font-family: Roboto;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 14px;
    color: #343434;
}
section.article_block h3 {
    font-family: Roboto;
    margin-bottom: 30px;
    text-align: justify;
    font-size: 25px;
color: #dc3545;
}
img.academic_img {
    float: left;
    margin-right: 20px;
    max-width: 150px;
    width: 100%;
}

.article_block ul {
    list-style: decimal;
}
.article_block ul li {
    font-family: Roboto;
    text-align: justify;
    font-size: 14px;
    color: #333;
}

.article_block ul.bullet {
    list-style: disc;
}
.article_block ul.bullet li {
    font-family: Roboto;
    text-align: justify;
    font-size: 14px;
    color: #333;
}
section.first_block {
    padding: 2em;
}

.first_block .container {
    margin-top: -70px;
    background: #fff;
    position: relative;
    padding: 40px;
    box-shadow: 1px 4px 17px 0px rgba(225, 225, 225, 0.5490196078431373);
}

.title h3 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 400;
    text-transform: unset;
    font-family: Lexend Deca;
}

.vc-block {
    padding: 10px 0px;
}

.vc-block p {
    font-family: lato;
    font-size: 14px;
    color: #8e8c8c;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-left: 15px;
}

.vc-block img {
    max-width: 120px;
    min-width: 120px;
    width: 100%;
    float: left;
    border: 4px solid #888;
}

.title {
    margin-bottom: 22px;
    margin-top: 8px;
}

.title h3:after {
    width: 100%;
    content: '';
    display: block;
    background: #2a5780;
    height: 2px;
    margin-top: -10px;
}

.title h3 span {
    background: #2a5780;
    padding: 4px 15px 4px 15px;
    border: 2px solid #2a5780;
    color: #fff;
    font-family: Lexend Deca;
}  
a.more_btn {
    display: block;
    font-size: 13px;
    float: right;
    font-weight: bold;
    color: #2a5780;
    margin: 6px 0px;
    border-bottom: 2px solid;
}

.notice_board_box {
    background: #fff;
    padding: 20px 13px;
}
.notice_board_box a {
    font-size: 13px;
    font-family: Lato;
    display: block;
    line-height: 20px;
    /* padding-bottom: 16px; */
    color: #353637;
    font-weight: 600;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 21px;
}

.new-tag {
    font-size: 8px;
    padding: 0 7px;
    background: #e82e47;
    border-radius: 5px;
    color: #fff;
    right: 0;
    animation: blinker 1s linear infinite;
    top: 10px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

section.second-block {
    padding: 2em;
    background: #ebebeb;
}

.info-box {
    border: 1px solid #caccce;
    padding: 15px 15px;
    background: #fbf9f9;
    margin: 0px 0px 30px 0px;
}

.info-box h4 {
    color: #fff;
    font-size: 19px;
    font-family: Lexend Deca;
    font-weight: 200;
}

.info-box ul {
    list-style: none;
    padding: 0px;
}

.info-box ul li a {
    color: #2a5780;
    /* font-family: Lato; */
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
}

.contact-details p {
    font-size: 15px;
    font-family: Lato;
    /* font-weight: bold; */
    padding: 13px 0px 0px 0px;
    color: #fff;
}

.contact-details i {
    color: #ffffff;
    margin-right: 8px;
}

.second-block .card {
    border: none !important;
}
.second-block .card-header {
    background-color: rgb(42, 87, 128);
    border-radius: 0px;
    border-bottom: 2px solid #ebebeb !important;
}

.second-block .card-header .card-link {
    color: #fff;
    /* font-weight: bold; */
    font-size: 15px;
    font-family: Lexend Deca;
}

.second-block .card ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.second-block .card ul li a {
    font-size: 14px;
    font-family: Lato;
    line-height: 30px;
}

.second-block .card ul li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin: 0 5px 0 9px;
    color: #f10808;
}

.thumb {
    position: relative;
    overflow: hidden;
}

.thumb img {
    width: 100%;
    border: 4px solid #fff;
    max-height: 88px;
    min-height: 88px;
    min-width: 200px;
    max-width: 200px;
}

.second-block article {
    margin: 5px 0px 0px 0px;
    background: #fefefe;
    padding: 10px;
}

.second-block .title h3  span {
    background: #2a5780;
    border: 2px solid #2a5780;
}

.second-block .title h3:after {
    content: '';
    display: block;
    background: #2a5780;
    height: 2px;
    margin-top: -10px;
    width: 80%;
}

.second-block .title h3 {
    color: #fff;
        font-weight: 100;
}

.project-description h3 {
    font-size: 19px;
    color: #2a5780;
    font-family: Lexend Deca;
    font-weight: 100;
}

.funding-agency span {
    padding: 2px 0px;
    display: block;
    font-family: Lato;
    font-size: 13px;
    color: #b1b1b1;
}

.duration-cost {
    display: inline-flex;
    width: 100%;
    padding-top: 7px;
}

.duration-cost h3 {
    width: 100%;
    color: #e10965;
    font-family: Lato;
}

.duration-cost span {
    display: block;
    font-size: 10px;
    color: #828282;
}

.duration-cost i {
    /* float: left; */
    position: relative;
    width: 33px;
    /* height: 33px; */
    font-size: 15px;
    vertical-align: middle;
    padding-right: 10px;
    color: #7a7a7a;
    font-weight: 100;
    margin-top: 12px;
}

.second-block .bx-wrapper {
margin-bottom: 0px !important;
box-shadow: none !important;
border: none !important;
background: none !important;
}

.bx-wrapper .bx-controls-direction a {
    top: 0% !important;
    margin-top: -40px !important;
}

.bx-wrapper .bx-prev {
    right: 50px;
        left: unset !important;
}

.back-grad {
    background-image: linear-gradient(to top, #ebebeb , #ffffff00);
    height: 26px;
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 445px;
    margin-top: -26px;
}

a.project-btn {
    display: none;
    width: 115px;
    background: #ebebeb;
    margin: 0px auto;
    padding: 6px 5px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #2a5780;
    border-bottom: 2px solid;
}

.outside {
    position: absolute;
    top: 0;
    right: 0;
}

.outside img {
    background: #fff;
}

ul.all_list {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}
ul.all_list li {
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
}

ul.all_list li.photo_video {
    background: #f72048;
    padding: 7px 18px;
}
ul.all_list li.photo_video a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

ul.all_list li.recog_body {
    background: #0b5ca7;
    padding: 7px 18px;
}
ul.all_list li.recog_body a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

ul.all_list li.download {
    background: #dea505;
    padding: 7px 18px;
}
ul.all_list li.download a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

ul.all_list li.success {
    background: #6e6f6e;
    padding: 7px 18px;
}
ul.all_list li.success a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}

ul.all_list li i {
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: 30px;
}


section.third-block {
    padding: 4em 0;
    display:none;
}
ul.cell_list {
    list-style: none !important;
    padding-left: 0px;
}
ul.cell_list li {
    display: inline-block;
    vertical-align: middle;
    padding: 0em 5em 0em 0em;
    font-size: 14px;
}
ul.cell_list li h4 {
    font-size: 15px;
    font-family: Lexend Deca;
    color: #2a5780;
}
ul.cell_list li span {
    color: #194063;
    font-size: 16px;
}

ul.cell_list li a {
    color: #194063;
    font-weight: 600;
}
.third-block .bx-wrapper {
margin-bottom: 0px !important;
margin-top: 10px;
box-shadow: none !important;
border: none !important;
background: none !important;
}

section.four-block {
    padding: 2em;
}


.website-block {
    text-align: center;
    margin: 0 auto;
}

.website-block ul {
    list-style: none;
    padding: 0px;
    /* column-count: 4; */
    /* display: inline-block; */
    /* background: #f7f6f2; */
    /* padding: 10px 10px; */
/*    border-radius: 100px;*/
    position: relative;
    overflow: hidden;
}

.website-block ul li {
    display: inline;
    padding: 0px 7px;
    line-height: 33px;
}

.website-block ul li a {
    font-size: 14px;
    color: #2a5780;
    /* font-weight: bold; */
    font-family: Lato;
    border: 1px solid #2a5780;
    padding: 2px 10px;
    border-radius: 12px;
}

/*.website-block ul:before {
    font-family: 'FontAwesome';
    content: '\f0ac';
    margin: 0 5px 0 9px;
    color: #dbdad875;
    position: absolute;
    left: -2%;
    font-size: 131px;
    margin-top: -92px;
    overflow: hidden;
}*/


.related h3 {
    font-size: 19px;
    color: #2a5780;
    font-weight: 400;
    text-transform: unset;
    font-family: Lexend Deca;
    padding: 10px 0px;
}

.dean-list span {
    font-weight: bold;
    font-family: Lato;
    text-align: center;
    display: block;
    color: #2a5780;
    padding: 2px 0px;
}
img.history_map {
    float: right;
    margin-left: 20px;
    margin-top: 22px;
}
.contact_details {
    background: #f7f7f7;
    padding: 1em 2em;
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.0784313725490196);
    border: 1px solid #d0cece;
}
.contact_details h4 {
    color: #e92a4f;
    font-family: Lexend Deca;
    padding: 10px 0px;
}
.contact_details p {
    color: #273a4c !important;
    margin-bottom: 10px !important;
}
.contact_details p a {
    color: #273a4c;
}
.contact_details i {
    width: 25px;
    height: 25px;
    text-align: center;
    background: #ffffff;
    line-height: 16px;
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 100px;
    color: #143858;
    margin-right: 10px;
}

.contact_form input[type="text"], .contact_form input[type="email"] {
    border: 1px solid #bbbaba;
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 10px;
    font-family: Roboto;
    font-size: 13px;
}
.contact_form textarea{
    border: 1px solid #bbbaba;
    width: 100%;
        padding: 8px 10px;
    min-height: 100px;
     font-family: Roboto;
    font-size: 13px;
}
.contact_form input[type="submit"] {
    color: #fff;
    background: #e8084f;
    border: 1px solid #e8084f;
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
}
footer .container {
    border-top: 2px solid #e3dfdf;
    padding: 11px;
}

footer p {
    font-size: 12px;
    line-height: 21px;
    color: #3c3b3b;
    font-family: Roboto;
}

footer a {
    color: #e12e67;
    font-weight: bold;
}