/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.stretch{
    display: flex;
    justify-content: stretch;
}

.page-breadcumb-area{
    margin-bottom: 20px !important;
}

@media print {
    header,
    .header,
    footer,
    .footer,
    .page-breadcumb-area,
    .no_print 
    .no-print {
        display: none;
    }
    .admission-form,
    .content-area,
    .container {
        width: 90% !important;
    }
    .admission-form {
        border: 1px solid #6fb8ff;
    }
    @page {
        margin: 0;
    }
    .admission-form-title {
        margin-bottom: 5px;
        margin-top: 10px;
        background-color: #e4e4e4;
        padding-left: 10px;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.mission_title, .vision_title{
    background: #06bbcc;
    padding: 10px;
    font-weight: bolder;
    color: #fff;
}
/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 0px;
}

/*==================
 HEADER SECTION
====================*/
#mu-header {
  background-color: #f8f8f8;

  width: 100%;
}
#mu-header ul {
  margin-bottom: 0px;
}
#mu-header .mu-header-area {

  float: left;
  padding: 10px 0;
  width: 100%;
}
#mu-header .mu-header-area .mu-header-top-left {
  display: inline;
  float: left;
  width: 100%;
}
#mu-header .mu-header-area .mu-header-top-left .mu-top-email {
  display: inline;
  float: left;
  font-size: 14px;
}
#mu-header .mu-header-area .mu-header-top-left .mu-top-email i {
  margin-right: 5px;
}
#mu-header .mu-header-area .mu-header-top-left .mu-top-phone {
  border-left: 1px solid #ddd;
  display: inline;
  font-size: 14px;
  float: left;
  margin-left: 15px;
  padding-left: 15px;
}
#mu-header .mu-header-area .mu-header-top-left .mu-top-phone i {
  margin-right: 5px;
}
#mu-header .mu-header-area .mu-header-top-right {
  display: inline;
  float: left;
  text-align: right;
  width: 100%;
}
#mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav {
  display: inline-block;
}
#mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav li {
  display: inline-block;
}
#mu-header .mu-header-area .mu-header-top-right .mu-top-social-nav li a {
  display: inline-block;
  font-size: 14px;
  padding: 0 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}

/* 1.6 Achivement Area */

.achivement-area {
    background: rgba(0, 0, 0, 0) url("../../../assets/images/front/achivement-bg.jpg") no-repeat fixed center center / cover;
    padding: 93px 0 68px;
}

.achivement-area::before {
    opacity: 0.8;
}

.single-achivement {
    overflow: hidden;
    margin: 0 0 30px;
}

.single-achivement .icon {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100px;
    float: left;
    height: 96px;
    line-height: 96px;
    text-align: center;
    width: 96px;
}

.single-achivement .icon span {
    color: #2489e5;
    font-size: 44px;
}

.single-achivement .icon img {
    max-height: 54px;
}

.single-achivement .content {
    overflow: hidden;
    padding-left: 26px;
}

.single-achivement .content .counter {
    color: #ffffff;
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 10px;
}

.single-achivement .content .name {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}



/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}



/*Admission Start */

.admission-form {
    min-height: 500px;
    margin: 0px 10px;
    padding: 10px;
}

.admission-address {
    text-align: center;
}

.student-picture {
    border: 1px solid lightgray;
    height: 120px;
    width: 100px;
    float: right;
    text-align: center;
    line-height: 30px;
}

.form-field {
    margin-bottom: 10px;
}

.field-title {
    float: left;
    margin-right: 8px;
    line-height: 26px;
}

.field-value {
    overflow: hidden;
    border-bottom: 1px dotted #708596;
    min-height: 20px;
}

.margin-top {
    margin-top: 20px;
}

.admission-form-title {
    margin-bottom: 5px;
    margin-top: 10px;
    background-color: #e4e4e4;
    padding-left: 10px;
}

.form-control {
    max-width: 100% !important;
    border: 1px solid #1bccfc;
    border-radius: 5px;
}

option {}


/*Admission End */

/*** page design ***/

.page-breadcumb-area {
    background: rgba(0, 0, 0, 0) url("../../../assets/images/front/breadcrumb-bg.jpg") no-repeat scroll center center / cover;
    padding: 83px 0 81px;
}

.page-breadcumb-area::before {
    opacity: 0.8;
    z-index: -1;
}

.page-breadcumb-area .title {
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    text-decoration: underline;
}

.page-breadcumb-area .links {
    list-style: outside none none;
    margin: 9px 0 0;
    padding: 0;
}

.page-breadcumb-area .links li {
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.page-breadcumb-area .links li:last-child {
    padding-right: 0;
}

.page-breadcumb-area .links li::after {
    color: #2489e5;
    content: ">>";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-breadcumb-area .links li:last-child::after {
    display: none;
}

.page-breadcumb-area .links a {
    color: #2489e5;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
}


/* 1.5 Latest Event */

.latest-event {
    padding: 93px 0 70px;
}

.single-event {
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 0 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-event:hover {
    -webkit-box-shadow: 2px 2px 10px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px -7px rgba(0, 0, 0, 0.75);
}

.single-event .img {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.single-event .img::after {
    border-color: transparent #f6f6f6 transparent transparent;
    border-style: solid;
    border-width: 40px 358px;
    bottom: -40px;
    content: "";
    position: absolute;
    right: 0;
    z-index: 9;
}

.single-event .img img {
    width: 100%;
}

.single-event .content {
    padding: 27px 18px 30px;
}

.single-event .content .title,
.single-event .content .title a {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 26px;
    margin: 0 0 29px;
}

.single-event .content .list {
    list-style: outside none none;
    padding: 0;
}

.single-event .content .list .info {
    color: #161616;
    display: block;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 25px;
    padding-left: 25px;
    position: relative;
}

.single-event .content .list .info .icon {
    color: #2489e5;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-event .content .more {
    margin: 32px 0 0;
}

.single-event .content .more .link {
    display: inline-block;
    padding: 5px 7px;
}

/*  4. Event
/*----------------------------------------*/

.page-event-area {
    padding: 100px 0 70px;
}


/*  5. Event Details
/*----------------------------------------*/

.page-event-details-area {
    padding: 100px 0 66px;
}

.page-event-details {
    margin: 0 0 30px;
}

.page-event-details .banner {
    margin: 0 0 18px;
}

.page-event-details .banner img {
    width: 100%;
}

.page-event-details .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 10px;
}

.page-event-details .event-meta {
    list-style: outside none none;
    margin: 0 0 21px;
    padding: 0;
}

.page-event-details .event-meta li {
    color: #161616;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 32px;
}

.page-event-details .event-meta li .icon {
    color: #2489e5;
    margin-right: 8px;
}

.page-event-details .info-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 8px;
}

.page-event-details .text {
    color: #151515;
    font-size: 16px;
}

.widget-event {
    list-style: outside none none;
    padding: 0;
}

.widget-event li {
    border-bottom: 1px solid #2489e5;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 15px;
}

.widget-event li:last-child {
    border: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-event li a {
    display: block;
    overflow: hidden;
}

.widget-event li a .img {
    display: block;
    float: left;
    width: 118px;
}

.widget-event li a .img img {
    width: 100%;
}

.widget-event li a .content {
    display: block;
    overflow: hidden;
    padding-left: 14px;
}

.widget-event li a .content .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
}

.widget-event li a .content .event-meta {
    list-style: outside none none;
    padding: 0;
}

.widget-event li a .content .event-meta .info {
    border: 0 none;
    color: #161616;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.widget-event li a .content .event-meta .info .icon {
    color: #2489e5;
    margin-right: 8px;
}




/*==================
 GALLERY PAGE
====================*/
#mu-gallery {
  display: inline;
  /* float: left; */
  padding: 100px 0;
  width: 100%;
}
#mu-gallery .mu-gallery-area {
  display: inline;
  float: left;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content {
  display: inline;
  float: left;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top {
  display: inline;
  float: left;
  margin-top: 50px;
  padding: 20px 0;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul {
  display: inline-block;
  text-align: center;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li {
  color: #fff;
  background-color: #01bafd;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 5px;
  padding: 6px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:hover, #mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul li:focus {
  background-color: #fff;
  
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-top ul .active {
  background-color: #fff;
  color: #01bafd;
    border-color: #01bafd;
    border:1px solid;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body {
  display: inline;
  float: left;
  width: 100%;
  margin-top: 50px;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery {
  display: inline;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item {
  display: inline;
  float: left;
  width: 100%;
  position: relative;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-img img {
  transform: scale(1.3);
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  transform: scale(1);
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item:hover .mu-single-gallery-info .mu-single-gallery-info-inner {
  transform: scale(1);
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img {
  display: inline;
  float: left;
  height: 220px;
  overflow: hidden;
  width: 100%;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  padding-top: 70px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
  transform: scale(1);
  width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner h4 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
  text-transform: uppercase;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
#mu-gallery .mu-gallery-area .mu-gallery-content .mu-gallery-body ul li .mu-single-gallery .mu-single-gallery-item .mu-single-gallery-info .mu-single-gallery-info-inner a {
  color: #fff;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#mu-gallery .mu-gallery-area #mixit-container .mix {
  display: none;
}


/*  7. Notice
/*----------------------------------------*/

.page-notice-area {
    padding: 100px 0 70px;
}

.single-notice {
    background: #f8f7f7 none repeat scroll 0 0;
    border: 1px solid #2489e5;
    margin: 0 0 30px;
    padding: 24px 14px;
    transition: all 0.3s ease 0s;
}

.single-notice:hover {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}

.single-notice .title {
    font-weight: 600;
    margin: 0 0 16px;
}

.single-notice .title a {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0 0 15px;
}

.single-notice .meta {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.single-notice .meta .info {
    color: #161616;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 13px;
}

.single-notice .meta .info:last-child {
    margin-right: 0;
}

.single-notice .meta .info .icon {
    color: #2489e5;
    margin-right: 3px;
}

.single-notice .text {
    color: #5d5d5d;
    line-height: 24px;
}

.single-notice .more {
    margin: 24px 0 0;
}

.single-notice .more .link {}


/*----------------------------------------*/


/*  8. Notice Details
/*----------------------------------------*/

.page-notice-details-area {
    padding: 100px 0 70px;
}

.page-notice {
    margin: 0 0 30px;
}

.page-notice .title {
    color: #5d5d5d;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 14px;
}

.page-notice .meta {
    list-style: outside none none;
    margin: 0 0 5px;
    padding: 0;
}

.page-notice .meta .info {
    color: #161616;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 16px;
    margin-right: 13px;
}

.page-notice .meta .info:last-child {
    margin-right: 0;
}

.page-notice .meta .info .icon {
    color: #2489e5;
    margin-right: 3px;
}

.page-notice .text {
    color: #5d5d5d;
    line-height: 24px;
}

.widget-notice {
    list-style: outside none none;
    padding: 0;
}

.widget-notice li {
    border-bottom: 1px solid #909090;
    display: block;
    margin: 0 0 20px;
    padding: 0 0 21px;
}

.widget-notice li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget-notice li a {
    display: block;
    overflow: hidden;
}

.widget-notice .title {
    color: #5d5d5d;
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0 0 17px;
}

.widget-notice .date {
    color: #5d5d5d;
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
}

.widget-notice .date .icon {
    margin-right: 4px;
}




/*  12. Contact
/*----------------------------------------*/

.page-contact-area {
    padding: 100px 0 40px;
}

#mymap {
    border-radius: 3px;
    height: 550px;
    margin: 0 0 33px;
    width: 100%;
}

.contact-page-title {
    color: #424242;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 40px;
    padding: 0 0 9px;
    position: relative;
}

.contact-page-title::after {
    background: #acacac none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 218px;
}

.contact-form-area {
    margin: 0 0 30px;
}

.contact-input-box {
    margin: 0 0 30px;
}

.contact-input-box input[type="text"],
.contact-input-box input[type="email"],
.contact-input-box textarea {
    border: 1px solid #8ac0f1;
    border-radius: 3px;
    color: #9f9f9f;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0;
    padding: 0 10px;
    width: 100%;
}

.contact-input-box input[type="text"] {}

.contact-input-box input[type="email"] {}

.contact-input-box textarea {
    height: 178px;
}

.contact-input-box input[type="submit"] {}

.single-contact-info {
    background: #f6f5f5 none repeat scroll 0 0;
    border: 1px solid #87bced;
    margin-bottom: 30px;
    min-height: 120px;
    padding: 0 10px 6px;
    text-align: center;
}

.single-contact-info .icon {
    color: #222222;
    display: inline-block;
    font-size: 35px;
    line-height: 35px;
    margin: 18px 0 11px;
}

.single-contact-info .info {
    color: #222222;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0;
}


























/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}


