* {
  margin:0px;
  padding: 0px;
}

body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #464444;
  letter-spacing: 1px;
  line-height: 1.6;
  -webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
text-align: justify;

}

ul li {
  list-style: none;
}

ul {
  margin-bottom: 0px;
}

a, a:hover {
  text-decoration: none;
}

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

  
   /*---------------------------------------------------- */
/*----------------------------------------------------*/
/* main_header_area css
==============================================*/
.main_header_area {
  /*position: absolute;*/
  width: 100%;
  z-index: 25;
  background: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  top: 0px;
}

.header_top .header_top_inner {
  font: 500 14px/30px "Poppins", sans-serif;
  color: #fff;
  overflow: hidden;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.149);*/
}

.navbar-nav {
  margin-top: 20px;
}

.header_top .header_top_inner ul li {
  display: inline-block;
  color: #000;
}
.header_top{
    background-color: #2191cd;
    color: #fff;
    padding: 5px 0;
}
.header_top .header_top_inner ul li a {
  color: #fff;
  position: relative;
  font-weight: normal;
}


.list_style li i {
  padding-right: 10px;
  color: #fff;
}

.header_top .header_top_inner ul li a:hover {
  color: #0D2891;
}

.header_top .header_top_inner ul li:first-child a:before {
  display: none;
}

.header_top .header_top_inner ul li + li {
  margin-left: 30px;
}

.header_top.h_top_two .header_top_inner ul li a {
  color: #948ea1;
}

.header_top.h_top_two .header_top_inner ul li a:before {
  background: #948ea1;
}

.navbar {
  padding: 10px;
}

.navbar .navbar-brand img + img {
  display: none;
}

.navbar .nav .nav-item a {
  font-family: "Raleway", sans-serif;
  color: #000;
  padding: 0px;
  font-weight: 600;
}

.navbar .nav .nav-item a:after {
  display: none;
}

.navbar .nav .nav-item:hover a, .navbar .nav .nav-item.active a {
  color: #0D2891;
}

.navbar .nav .nav-item.submenu {
  position: relative;
}

.navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px 15px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  margin: 0px;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: -40px;
    min-width: 271px;
    background: #fff;
    -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar .nav .nav-item.submenu ul li {
  display: block;
  float: none;
  margin-right: 0px;
  margin-left: 0px;
}

.navbar .nav .nav-item.submenu ul li a {
  line-height: 45px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.navbar .nav .nav-item.submenu ul li:last-child {
  border-bottom: none;
}

.navbar .nav .nav-item.submenu ul li:hover a {
  background: #f2f2f2;
  color: #4466d7;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

.navbar .nav .nav-item + li {
  margin-left: 30px;
}

.navbar .nav .search_dropdown {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.navbar .nav .search_dropdown a:before {
  content: "";
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.249);
  left: 0;
  top: 0px;
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.navbar .nav .search_dropdown .search {
  background: #fff;
  height: 35px;
  padding: 0px;
  line-height: 35px;
  border-radius: 0px;
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar .nav .search_dropdown .search li .search-form {
  padding: 1px 10px 0px;
}

.navbar .nav .search_dropdown .search li .search-form .form-control {
  background: transparent;
  border: 0;
  font: 400 14px/31px "Open Sans", sans-serif;
  padding: 0px 0px 1px 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(64, 64, 64, 0.5);
  font-style: italic;
  text-shadow: none;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search li .search-form .form-control.placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control:-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control::-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .form-control::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search li .search-form .input-group-addon {
  background: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search li .search-form .input-group-addon button {
  background: transparent;
  border: 0px;
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown.open .search {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 7.7px;
}

.navbar-toggler[aria-expanded="true"] span:last-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 4px;
  position: relative;
}

.navbar-toggler {
  border: 0px;
  padding: 0px;
  cursor: pointer;
  float: right;
}

.navbar-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  margin: auto;
  margin-bottom: 4px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  cursor: pointer;
}

.navbar-toggler span:last-child {
  margin-bottom: 0px;
}

/*===================== main_header_area_two css ===================*/
.main_header_area_two {
  background: transparent;
}

/*============== main_header_area_three css ================*/
.main_header_area_three {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 25;
}

.header_top_two {
  padding: 14px 0px;
}

.header_top_two a {
  color: #fff;
}

.h_info a {
  font-size: 15px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.h_info a i {
  padding-right: 10px;
}

.h_info a + a {
  margin-left: 36px;
}

.h_info a:hover {
  color: #0D2891;
}

.h_social_icon a {
  font-size: 18px;
  margin-left: 18px;
}

.h_social_icon a:hover {
  color: #0D2891;
}

.nav_three {
  border-radius: 5px;
  background: #182557;
  padding: 0px 40px;
}

.nav_three .nav .nav-item a {
  line-height: 95px;
}

/*=============== affix css ===============*/
.navbar_fixed {
  width: 100%;
  left: 0;
  top: -70px;
  background: #fff;
  position: fixed;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 0px;
  z-index: 999;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: background 100ms linear, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear;
  transition: transform 500ms ease, background 100ms linear, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 100ms linear;
  -webkit-backface-visibility: hidden;
}

.navbar_fixed .header_top, .navbar_fixed .header_top_two {
  display: none;
}

/*.navbar_fixed .navbar .navbar-brand img {
  display: none;
}
*/

.navbar_fixed .navbar-nav {
  margin-top: 0px !important;
}

.navbar-brand img {
    width: 289px;
    margin-top: -22px;
}

.navbar_fixed .navbar .navbar-brand img + img {
  display: block;
}

.navbar_fixed .navbar .nav .nav-item > a {
  color: #242424;
  line-height: 70px;
}

.navbar_fixed .navbar .nav .nav-item:hover > a, .navbar_fixed .navbar .nav .nav-item.active > a {
  color: #0D2891;
}

.navbar_fixed .navbar .navbar-toggler span {
  background: #0D2891;
}

.navbar_fixed.main_header_area_three {
  top: -70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: transform 300ms ease, background 100ms linear, -webkit-transform 300ms ease;
  border-radius: 0px;
  position: fixed;
  background: #fff;
}

.navbar_fixed.main_header_area_three .navbar {
  background: #fff;
  border-radius: 0px;
}

.navbar_fixed.main_header_area_three .navbar .nav .nav-item > a {
  line-height: 70px;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-toggler {
    display: none;
}
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.social {
  float: right;
}




.abhm {
  padding-top: 60px;
}


/*.widget {
    margin-bottom: 30px;
}*/

.widget .title-widget {
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar .title-widget {
    background-color: #2191cd;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.sidebar .title-widget.emgh {
    background-color: #2191cd;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.intro-edu .intro-content {
    color: #343f53;
    text-align: justify;
}

ul.list-detail li {
    margin-bottom: 15px;
    display: table;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

ul.list-detail li i {
    display: table-cell;
    color: #666;
    font-weight: bold;
    padding-right: 10px;
}

.serdet p {
  font-style: italic;
}

.serceb p {
    text-align: center;
    font-style: italic;
    color: #2d8e9f;
    font-size: 20px;
    font-weight: 600;
}

.mappad {
  padding: 20px 0;
}


.googlmadp img {
  width: 300px;
  margin: 0 auto;
}


.footer-main {
    background-color: #2191cd;
    overflow-x: hidden;
    padding: 10px 0;
}

.footer-main .footer-main-wrapper {
    padding-top: 20px;
    color: #fff;
}

.footer-main .title-widget {
    color: #FFF;
    padding-bottom: 20px;
    font-size: 16px;
    text-align: left;
}

.edugate-widget .info-list ul {
    margin-bottom: 0px;
}

.edugate-widget .info-list ul li {
    display: table;
    border-bottom: 1px solid #FFFFFF;
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
}

.edugate-widget .info-list ul li > i {
    display: table-cell;
    width: 25px;
}

.useful-link-list ul li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px;
}

.useful-link-list ul li i {
    display: table-cell;
    width: 15px;
    color: #fff;
    font-weight: bold;
}

.footer-main .widget a {
    color: #fff;
}

.gallery-widget .gallery-list a {
    padding: 0 5px 0 0;
    display: inline-block;
    width: 25%;
}

.footer-main .widget a {
    color: #fff;
}

.socials {
    border-bottom: 1px solid #ffffff;
    padding-top: 15px;
    display: block;
}


.footer-main .widgetd a {
    color: #fff;
    float: left;
}
.socials a, .socials .link {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    background-color: #242c42;
    display: inline-block;
    transition: all .3s ease-in;
}


.mailing-widget p {
    margin-bottom: 15px;
    text-align: initial;
}


.qstser {
  padding: 60px 0;
}

.serqst h2 {
  color: #2d8e9f;
  font-size: 25px;
  font-style: italic;
}

.serqst i {
  padding-right: 10px;
  color: #2d8e9f;
  font-style: italic;
}

.serqst ul li {
  font-style: italic;
  padding: 10px 0;
}

.serqst p {
   font-style: italic;
}

.worlser {
  padding-bottom: 60px;
}

.welj h2 {
  text-align: center;
  color: #2d8e9f;
  font-style: italic;
}


.contact-area {
    padding: 60px 0;
}

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

.contact-head h2 {
    color: #082d40;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.contact-1 {
    text-align: center;
    padding: 10px 10px;
}

.contact-1 img {
    margin-bottom: 5px;
}

.contact-1 h5 {
    font-size: 20px;
    color: #082d40;
}

.contact-1 {
    text-align: center;
    padding: 10px 10px;
}

.con-form {
    padding: 15px 30px 15px 30px;
    background-color: #f7f9fb;
    box-shadow: 0px 0px 5px #ddd;
    margin-top: 40px;
}

hr.con-rule {
    margin-top: 10px;
}


input {
    padding: 10px;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}


.form-control {
    position: relative;
    display: block;
    border: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    height: 47px;
    -webkit-appearance: none;
}

.btn {
    font-size: 18px;
}


.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 100px;
  overflow: hidden;
  border: 2px solid #8f9598;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */



.gallpg {
  padding: 60px 0;
}


.mewpg {
  padding: 60px 0;
}


.ws-title-wrapper, .ws_controls {
  display: none;
}




.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #9e9797 !important;
    border-radius: .1em;
}




.header_top_menu li a {
  padding: 0px !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
}

.abhmul ul li {
  text-align: left;
  list-style: disc !important;
}

.gethm ul li i {
  font-size: 20px;
  padding-right: 20px;
  color: #2191cd;
}


/*.gethm  {
  margin-top: 15px;
}*/

.sidetext p {
  font-size: 13px;
  color: #d0c9c9;
}


.sidetext {
  padding-top: 30px;
}

.sidetext img {
  margin-bottom: 30px;
}


.gethm {
  border: 1px solid #9e9797;
  /*padding: .2em .25em .15em;*/
  border-radius: .1em;
}

.gethm h2 {
  background: #2191cd;
  padding: 10px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin: 0px;
}

.gethm ul {
  margin-top: 20px;
  text-align: center;
}

.gethm ul li a {
  font-size: 35px;
  color: #000;
}

.fa-whatsapp {
  color: #25D366 !important;
}

.gethm ul li i {
   font-size: 50px;
}


.serimgh img {
  width: 250px;
  margin: 0 auto;
  border: 1px solid #333;
}

.serimgh {
  margin: 10px 0;
}


.addre1 h2 {
  font-size: 22px;
  color: #000;
}

.conadd {
  text-align: center;
}



.mappaser {
  margin-top: 50px;
}


.error {
    color: red;
}

.form-group label span {
    color: red;
    font-weight: normal;
}

.form-group label {
    font-weight: normal;
}


.codetg {
    padding-top: 30px;
    text-align: center;
}

.messages1 {
    color: green;
    padding: 20px 0;
}