@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');
@import url('https://fonts.maateen.me/solaiman-lipi/font.css');

/* Base CSS */

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    text-align: right;
}

.center {
    float: none;
    margin: 0 auto;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none
}

.top_info {
    background: #1955A5;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
}
.logo {}

.logo img {
    width: 128px;
}

.navbar-default {
    background-color: #fff;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    margin: 15px 0;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #333;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-nav > li > .dropdown-menu {
    background: #5D5D5D;
    border: none;
    border-radius: 0;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    margin: 5px 0;
    text-transform: uppercase;
    font-size: 13px;
}

.page-banner .overlay-text h3 span {
    font-family: 'SolaimanLipi';
}

.home-carousel {}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-indicators {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem !important;
}

@media (max-width: 543px) {
    .carousel-indicators {
        display: none;
    }
}

.carousel-indicators {
    margin-bottom: 2.5rem !important;
}

@media (max-width: 991px) {
    .carousel-indicators {
        margin-bottom: 3.625rem !important;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.carousel-indicators li,
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 3px;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
}

.carousel-indicators .active {
    border: 4px solid #1b1b1b;
    background: #fff;
}

.carousel-control {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    margin-top: -35px;
    line-height: 70px;
    border-radius: 50%;
    color: inherit;
    background: #1b1b1b;
    border: 0;
    opacity: 0.5;
    text-shadow: none;
    z-index: 5;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
}

.carousel-control.left {
    left: 0;
    margin-left: 2.5rem;
}

.carousel-control.right {
    right: 0;
    margin-right: 2.5rem;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    margin-top: -18px;
    font-size: 40px;
    line-height: 27px;
}

.carousel-control:hover {
    background: #1b1b1b;
    color: #fff;
    opacity: 1;
}

.home_about {
    background: #1955A5;
    padding: 50px 0;
}

.home_about h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.home_about p {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}


/* Panel */

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 17px;
    font-weight: 100;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}

.panel-body p {
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
}

.more-less {
    float: right;
    color: #fff;
    font-size: 9px;
    background: #25A4C4;
    padding: 5px 6px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 10px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.content_page {
    background-color: #fff;
    padding: 50px 0;
}

.content_page h3 {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

.content_page p {
    font-size: 15px;
    color: #222;
    line-height: 24px;
    font-weight: normal;
}

.content_page ul {
    margin-left: -40px;
}

.content_page li {
    list-style: none;
    color: #333;
    font-size: 15px;
    line-height: 30px;
    padding-left: 1.125rem;
    position: relative;
}

.content_page li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\F0c8";
    margin-right: 4px;
    font-size: 10px;
    font-size: 0.625rem;
    color: #0072BC;
    vertical-align: middle;
    position: absolute;
    left: 0;
    line-height: 2.6;
}

.page-banner {}

.hvrbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.page-banner .hvrbox img {
    height: 220px;
    object-fit: cover;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox img {
    object-fit: cover;
    width: 100%;
}

.page-banner .hvrbox .hvrbox-layer_top {
    background: rgba(0, 0, 0, 0.6);
}

.hvrbox .hvrbox-layer_top {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.page-banner .overlay-text {
    position: relative;
    margin-top: 6%;
    left: 0;
}

.overlay-text {
    position: absolute;
    bottom: 39%;
    left: 50%;
}

.page-banner .overlay-text h3 {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.ce-feature-box-38 {
    position: relative;
    width: 100%;
    float: left;
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    font-family: 'SolaimanLipi';
}

.ce-feature-box-38 .img-box {
    position: relative;
    width: 100%;
    float: left;
    padding: 11px 11px 30px 11px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.ce-feature-box-38 .text-box {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    transition: all 0.3s ease-out 0s;
}

.text-box.white {
    background-color: #fff;
}

h5.less-mar-1 {
    margin-bottom: 5px;
    font-size: 17px;
    color: #393795;
    font-weight: normal;
}

.title {
    transition: all 0.3s ease-out 0s;
}

.text-primary {
    color: #222;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.ce-feature-box-38:hover {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
    transform: translateY(-8px);
}


.page-content {
    padding: 50px 0;
    background: #fff;
}

.page-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #00467F;
    text-transform: uppercase;
}

.page-content h1 {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #00467F;
    text-transform: uppercase;
}

.page-content p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 15px;
}

.page-content ul {
    margin-left: -20px;
}

.page-content li {
    font-size: 14px;
    line-height: 27px;
}

.table img {
    width: 200px;
}


.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-form form {}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.president_message {
    background: #fff;
    padding: 50px 0;
    font-family: 'SolaimanLipi';
}

.president_message h2 {
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.president_message p {
    color: #333;
    font-size: 17px;
    line-height: 24px;
    text-align: justify;
}

.president_info {}

.president_info h3 {
    font-size: 20px;
    font-weight: 400;
}
.president_info h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.president_info p {
    font-size: 17px;
    line-height: 24px;
    margin-top: -10px;
}

.president_info img {
    border: 5px solid rgb(237, 237, 237);
    width: 200px;
}

.footer {
    background-color: #333;
    padding: 50px 0;
}

.footer h2 {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.footer ul {
    margin-left: -40px;
}

.footer li {
    list-style: none;
}

.footer a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
}

.footer p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.copyright {
    background: #222;
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    padding: 15px 0;
}


.social {}
.social a {
  font-size: 17px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}
.fa {}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

