/*
Theme Name: davao
Theme URI: http://ybisoftech.com
Author: YBi Softech
Author URI: http://ybisoftech.com
Description: Description
Version: 1.0.0
--------------------------*/

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:300,400,500,700);
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}



a{text-decoration:none !important;}
ol,ul {  list-style: none; margin:0;  padding:0;}
abbr,acronym { border: 0;}
body {font: 400 'Roboto', sans-serif; background: #fff; color: #696969; }

@font-face {
  font-family: FontAwesome;
  src: url(fonts/FontAwesome.ttf);
}
@font-face {
  font-family:Poppins;
  src: url(fonts/Poppins.ttf);
}

.disc-list {
    list-style-type: disc;
    padding-left: 15px;
	line-height: 30px;
}
.faq-content h4 a {
    color: #07254f;
}
.footer_logo a img {
    max-width: 120px;
    max-height: 90px;
}
/* Footer CSS */
.footer_logo a {
    font-size: 31px;
    color: #fff;
    font-weight: 700;
}
.footer {
    background: #07254f;
	width: 100%;
    float: left;
	padding:70px 0 20px;
	position:relative;
}
.footer_logo {
    padding:20px 0; display:none;
}
.address{color:#fff;}
.address.right_border{ float:right}
.address h3 {
        font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
	margin-bottom:25px;
}
.address h3:after{
	position: absolute;
    content: '';
    width: 40px;
    height: 1px;
    bottom: -3px;
    background: #fff;
    left: 0;
}
.form_c_main br {
	display: none;
}
.address p.first_letter:first-letter {
    font-size: 37px;
    color: #b0b0bf;
}
ul.use_link li {
    font-size: 15px;
    padding-bottom: 8px;
	    position: relative;
		padding-left:15px;
		cursor:pointer;
		transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
ul.use_link li:hover{padding-left:12px}

ul.use_link li a{color:#fff;}
.aa-footer-bottom p a {
    color: #c6bce1;
}
.aa-footer-bottom {
    padding: 25px 10px 10px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #274167;
    font-size: 14px;
    margin-top: 50px;
}
.aa-footer-social {
    margin-bottom: 14px;
}
 .aa-footer-social a {
    border: 1px solid #c6c3ff;
    color: #c6c3ff;
    display: inline-block;
    font-size: 18px;
    margin-right: 8px;
    padding: 2px 0;
    text-align: center;
    width: 35px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
 .aa-footer-social a:hover {
    color: #fff;
    border-color: #fff;
}
.copyright-text span a{color:#fff;}
/* Silder css */
#aa-slider {
  float: left;
  display: inline;
  width: 100%;
}
#aa-slider .aa-slider-area {
  display: inline;
  float: left;
  width: 100%;
}
#aa-slider .aa-slider-area .seq-title {
  left: 19%;
  margin-right: 0;
  position: absolute;
  top: 30%;
  width: 57%;
  text-align: center;
}
#aa-slider .aa-slider-area .seq-title span {
  font-size:25px;
  display: inline-block;
  padding: 6px 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
#aa-slider .aa-slider-area .seq-title h2 {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 35px;
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  padding:30px 0;
  position:relative;
}
#aa-slider .aa-slider-area .seq-title h2:after {
    position: absolute;
    content: '';
    border-top: 3px solid #fff;
    width:7em;
    top: -0.5em;
    left: 0px;
    border-left: 3px solid #fff;
    height:7em;
}
#aa-slider .aa-slider-area .seq-title h2:before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #fff;
    width:7em;
    bottom: -5em;
    right: 0;
    border-right: 3px solid #fff;
    height: 7em;
}
#aa-slider .aa-slider-area .seq-title p {
  color: #fff;
  display: block;
  text-align: center;
  letter-spacing: 0.5px;
  font-size:30px;
  margin-bottom:30px
}
#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
  margin-top: 25px;
   padding: 11px 32px !important;
    width: 40%;
    margin: 0 auto;
    background: transparent;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    text-decoration: none;
    border-radius:4px;
}
#aa-slider .aa-slider-area .seq .seq-next {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-next:hover, #aa-slider .aa-slider-area .seq .seq-next:focus {  
  border: 1px solid #f9f9f9;
  color: #fff;
}
#aa-slider .aa-slider-area .seq .seq-prev {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#aa-slider .aa-slider-area .seq .seq-prev:hover, #aa-slider .aa-slider-area .seq .seq-prev:focus {
  border: 1px solid #f9f9f9;
  color: #fff;
}
.wpb_wrapper {
    text-align: center;
    width: 100%;
    float: left;
}
.dmsf-about {
    float: left;
    width: 100%;
    text-align: center;
	background-image:url(../images/slider-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	    background-attachment: fixed;
	    height: auto;
}
.wpb_text_column.wpb_content_element {
    color: white;
}
	.wpb_wrapper p {
    line-height: 1.7;
    font-size: 15px;
	padding-top: 2em;
}	
.main-title.hover_title h1:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #fff;
}
.main-title.hover_title h1:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #07254f;
}
.main-title.hover_title h1{position:relative;padding-bottom: 20px;}

.dmsf-part {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    float: left;
	    height: auto;
		padding:4% 4% 10%
}		
.main-title h1 {
    color: white;
}
.deans-btn a {
   border: 1px solid;
    padding: 10px;
    color: #d0d0d0;
    text-decoration: none !important;
    background-color: transparent;
    border-radius: 4px;
    padding: 10px 30px;
	display: inline-block;
	
}
.deans-btn a:hover{color:#6f8aaf;}
.medical-school-logo{text-align:center}
.medical-school-logo img {
    margin: 6em 0;
    vertical-align: middle;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #fff;
}
.dmsf-tow {
    width: 100%;
    float: left;
    height: auto;
    display: block;
    text-align: center;
	background: transparent;
    margin-top: -110px;
	margin-bottom: 40px;
}	
.sdf-why {

	height: auto;
    width: 100%;
    float: left;
    display: block;
	padding: 30px;
    background: #07254f;
    text-align: justify;
}	

.Philippines {
  color: #4a4a4a;
    background: #07254f;
    width: 100%;
    padding:1em 3em 3em;
    border: 1px solid #335586;
    border-style: double;
}
.Davao{
	    color: white;
}
p.about_para {
    color: #484848;
    font-size: 15px;
    line-height: 1.8;
}
/***********About-part************/
.about_dm{position:relative;    padding: 0 20px;
    text-align: justify}
.about_dm:after {
    position: absolute;
    content: '';
    border-top: 3px solid #0754bf;
    width: 50px;
    top:10px;
    left: 0px;
    border-left: 3px solid #07254f;
    height: 50px;
}
.about_dm:before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #0754bf;
    width: 50px;
    bottom:20px;
    right:10px;
    border-right: 3px solid #07254f;
    height:50px;
}
.my-about .light {
    width: 10%;
    background-color: #6367f1;
    height: 2px;
}		
.tittle >span {
    color: #07254f;
}
.tittle{
    text-decoration: none !important;
	color: ##696969;
}	
.arrow, .arw_down {
    text-align: center;
		transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	cursor:pointer
}	
.arrow i{
	color: #fff;
    background: #07254f;
    padding: 8px 9px;
    border-radius: 50%;

}
.arw_down i{
	color: #fff;
    background: #07254f;
    padding: 8px 9px;
    border-radius: 50%;

}
 .Philippines h1 {
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom:25px;
	color: #c9ebff;
}	
.Philippines h1 >span {
    color: #fff;
}
 .Philippines p{
	 font-size:14px;
	 color: #d6d6d6;
 }
.arrow:hover{
	padding-left:10px
}
.about_space{padding-left:25px}
h2.tittle:after {
    position: absolute;
    content: '';
    border-top: 3px solid #0754bf;
    width: 50px;
    top:10px;
    left: 0px;
    border-left: 3px solid #07254f;
    height: 50px;
}
h2.tittle:before {
    position: absolute;
    content: '';
    border-bottom: 3px solid #0754bf;
    width: 50px;
    bottom:20px;
    right:10px;
    border-right: 3px solid #07254f;
    height:50px;
}
.tittle {
    font-size: 32px;
    margin-bottom: 0;
    padding-bottom: 18px;
    padding-top: 20px;
}	

.about-page .btn-light {
    color: #FFF;
    background-color: #07254f;
    border-color: #07254f;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
	    padding: 8px 18px;
}		
	
.my-about .btn-light:hover {
    color: #07254f;
    background-color: #fff;
    border-color: #07254f;
}	
.about-page{
	width:100%;
}	

.wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left:50%;
  -webkit-transform: translate(-50%,-50%);
}	
		


/**********new about part************/
.my-about{
	
    height: auto;
	float: left;
    width: 100%;
	padding: 50px 0;
}
.about-area2{background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    float: left;
    height: auto;
    padding: 2%;}
.dean_msg_part{
width: 100%;
    float: left;
background-image: url(../images/slider-1.jpg);
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.dean_msg{
width: 100%;
    float: left;
	background: #07254f;
}
.deans-message-inner h3 {
    color: #fff;
}
.deans-message-inner p{
	color: #c5c5c5;
	padding: 10px 0;
    font-size: 15px;
    line-height: 1.6;
}
	.about-area {
	
	float: left;
	width:100%;
		margin-top: 45px;
	margin-bottom: 50px;
}
.about-left {
	display: inline;
	float: left;
	 height: 280px;
	position: relative;
	width: 280px;
    background-color:#103d7b 
	
}
.dr-name h4 {
    color: #8ab0e6;
}
h6.president-name, .dr-name h6 {
    font-size: 15px;
    color: #8ab0e6;
}
.about-left img {
	 left: 15px;
    position: absolute;
    top: 15px; 
    max-width: 280px;
}

.about-right {
	display: inline;
	padding-left: 85px;
	padding-top: 20px;
	width: 100%;
}
.about-right .title-area{
	text-align: left;
	padding: 0px;
}
.about-right .tittle{
	padding-bottom: 47px;
}
.about-right .tittle-line {
	height: 2px;
	margin-bottom: 35px;
	width: 100px;
}
.about-right p {
	color: #535353;
	font-family: "Raleway",sans-serif;
	margin-bottom: 32px;
}
.about-btn-area{
	float: left;
	display: inline;
	margin-top: 14px;
	width: 100%;
}

.dr-name {
    margin-bottom: 30px;
}

.abot-right {
    padding-top: 0px;
}
	
.wpb_text_column.wpb_content_element {
    color: white;
}	
#blog {
  padding: 50px 0; background:#faf9ff; float: left;
    width: 100%;}

#blog .blog-post {
  padding: 15px; background:#fff; 
}
#blog .blog-post .item {
  height: 200px; }

.text-center.item.labore {
    box-shadow: 0px 7px 24px rgba(145, 145, 167, 0.17);
	cursor:pointer
}
h2.section-title.text-center span {
    color: #07254f;
    font-size: 30px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .entry-thumbnail img{ max-width:100%;}

#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px; text-align:center;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #000; font-size:18px; text-transform:capitalize; font-weight:normal; 
}
.entry-content p {
    color: #777777;
    line-height: 1.7;
    padding:0 15px 15px;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #164a94;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.entry-content .btn-light {
    color: #FFF;
    background-color: #07254f;
    border-color: #07254f;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    padding: 8px 18px;
}
.entry-content .btn-light:hover {
    color: #07254f;
    background-color: #fff;
    border-color: #07254f;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#blog .btn.btn-primary{ font-size:15px; margin-top:20px; padding:10px 30px;}

.section-header .section-title1:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #07254f;
}
.section-header .section-title1:after {
    content: "";
    position: absolute;
    width:18px;
    height: 18px;
    bottom: -9px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #07254f;
    border-radius: 20px;
    background: #fff;
}
    
.section-title1{
	position: relative;
	padding-bottom: 30px;
	color: #7d7d7d;
}
.blog-bottom {
    margin-top: 5%;
}
.labore:hover {
    box-shadow: 0px 5px 12px -10px;
}
.carousel {
	width: 60%;
	margin: 0 auto;
	padding:50px 0;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height:100%;
}


.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
	border: 1px solid #fff;
    padding: 10px;
}

.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
    background: #fff;
    text-shadow: none;
}
.carousel-control.right {
    right: -10%;
  top:50%
}	
.carousel-control i {
	font-size: 20px;
	margin-right: 2px;
	color: #07254f;
}
.carousel-control.left {
	left: -10%;
	top:50%
}
.carousel-control.right i {
	margin-right: -2px;
	color: #07254f;
}
.carousel .carousel-indicators {
	bottom: 15px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #e2e2e2;
	border-color: transparent;
}
.carousel-indicators li.active {
	border: none;
	background: #888;		
}
#Affiliated {
    width: 100%;
    float: left;
    display: block;
	margin-top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	    background-attachment: fixed;
	    height: auto;
}
.Affiliated-part {
    float: left;
    display: block;
    width: 100%;
    padding: 2em 0;
}
.projects_item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom:10px;
	cursor:pointer;
	box-shadow:0px 3px 8px rgb(72, 72, 72)
}
.img-fluid{height: 157px;
    border: 1px solid #000;}
.projects_item:hover:before {
    opacity: 0.4;
}
.projects_item img{width:100%;cursor:pointer;}
.projects_item:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 300ms ease;
}
.Affiliated-part p {
    margin-bottom: 50px;
    margin-top: 30px;
	color: #6d6a6a;
}

.entry-thumbnail img {
    width: 100%;
}
.event{float:left; width:100%;overflow: hidden;padding: 50px 0 20px;}
.carousel.slide.event_new{width:85%; padding:0}
a.carousel-control.right.carousel-control-next.event_row i, a.carousel-control.left.carousel-control-prev.event_row i {
	color:#fff
}
a.carousel-control.right.carousel-control-next.event_row {
    /* padding: 10px; */
    background: #07254f;
    opacity: 1;
    color: #fff;
left: 29%;
    top: -2.5em;
}
a.carousel-control.left.carousel-control-prev.event_row {
    /* padding: 10px; */
    background: #07254f;
    opacity: 1;
left: 21%;
    top: -2.5em;
}
h2.event-title a {
    font-size: 21px;
    color: #101010;
}
.event_head {
    font-size: 22px;
    color: #07254f;
    /* text-align: center; */
    padding: 30px 50px 20px;
    font-weight: 700;
	position:relative;
}
.event_head:after {
	content:'';
	position:absolute; width:50px; height:2px; background: #07254f;
    bottom: 0.8em;
    left: 2.2em;
}
.exam_topper{width:100%; overflow:hidden; float:left;background-image: url(../images/exam-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
}
	.exam_bg {
	padding:50px 0;
    background: rgba(7, 37, 79,0.9);
}
.carousel-inner.event_slider{border: 1px solid #d6d6d6;
    padding-bottom: 14px;}
    .media img:hover{border:5px solid #ce9108;}
	.media img{
		border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 5px solid #fff;
    cursor:pointer;
	}
	.featured-page-box{
    position: relative;
}

	.swiper-container {
      width: 100%;
      height: 100%;
	  padding-top:50px
    }
	.body h2 {
    font-size: 14px;
    color: #fff;
    line-height: 2.2;
}
.custombody h3 {
    font-size: 14px;
    color: #ce9108;
    font-weight: 700;
    padding: 0;
}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.gallery-lightbox a img{width:100%;  height:155px;   position: relative;webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);border-radius: 0.25em;}
.gallery-lightbox a {
    width: 19%;
    padding:10px;
    float: left;
    display: inline-block;
 
}
/* .lightcase-icon-close:before{content:'x' !important} */
.lightcase-icon-close:before {content: 'x' !important; border: solid 1px; width: 30px!important; height: 30px; font-size: 26px;}
.lightcase-icon-next:before{content:'\f105' !important; font-family:'FontAwesome' !important;}
.lightcase-icon-prev:before{content:'\f104' !important; font-family:'FontAwesome' !important;}
#lightcase-info{display:none !important;}
	
	
/*************** SUNIL CSS **************/
.header-space{margin-top: 118px;}

.my-breadcrumb {position: absolute; bottom: 0; text-align: center; display: inline-block; width: 100%; left: 0;}
.my-breadcrumb ol.breadcrumb {background: none; margin-bottom: 0px;}
.my-breadcrumb ol.breadcrumb li {color: #8ab0e6;}
.my-breadcrumb ol.breadcrumb li a {color: #fff;}


.parallax-1 {width: 100%; height: auto; float: left; background-size: cover!important; background-position: center!important; background-attachment: fixed!important;}	

.inner-banner {width: 100%; min-height:300px; margin-bottom:50px; float: left; color:#fff; background-attachment: fixed!important; background-position: center!important; background-size: cover!important; position:relative;}
.overlay{width:100%; height:100%; background: #00000085; position: absolute;}
.inner-banner-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.inner-banner h2 {text-align:center;}

	
/* .dr-img{width:100%; height:auto; float:left;}	
.dr-img img{width:100%;} */	
	.dr-img {
	display: inline;
	float: left;
	height:100vh;
	max-height: 380px;
	position: relative;
	width: 98%; max-width: 360px;
    background-color:#103d7b 
}
.dr-img img {
	left: 15px;
    position: absolute;
    top: 15px; 
    max-width: 100%; max-height: 360px; transition: all 0.5s linear;
}
.dr-img:hover img {
	left: 10px; max-width: 100%;
	position: absolute;
	top: 10px; transition: all 0.5s linear;
}

.dr-ul {width: 100%; height: auto; float: left;}	
.dr-ul ul {padding-bottom:15px; padding-left:20px;}	
.dr-ul ul li {font-size: 16px; line-height: 26px;}	
.dr-ul ul li:before {content: "\f105"; font-family:FontAwesome; padding-right:10px; color:#07254f; font-size: 22px;}	
.dr-ul p {font-size: 16px; padding-left:20px;}	

.section-title2 {width: 100%; height: auto; float: left; position:relative;}
.section-title2 h2:after {content: ""; width: 70px; height: 3px; background: #c6c3ff; left: 0; position: absolute; bottom: 0;}
.section-title2 h2 span {color: #07254f;}
.ptb-20 {padding: 20px 0px;}
.pt-10{padding-top:10px;}
.pb-10{padding-bottom:10px;}
.ml-20{margin-left:20px;}	
.mb-20{margin-bottom:20px;}	
.mb-30{margin-bottom:30px;}	
.mb-40{margin-bottom:40px;}	
.mb-50{margin-bottom:50px;}	
.mt-20{margin-top:20px;}	
.mt-30{margin-top:30px;}	
.mt-40{margin-top:40px;}	
.mt-50{margin-top:50px;}	
.mt-m-50{margin-top:-50px;}	
.mt-60{margin-top:60px;}	

.about-transworld{width: 100%; height: auto; float: left; padding: 50px 0px; background: #efefef;}	
.overlay2{width:100%; height:100%; background: #000000c4; position: absolute;}
.about-transworld-img {width: 100%; height: auto; float: left; text-align: center;}
.about-transworld-content{width: 100%; height: auto; float: left;}	
.about-transworld-img img{max-width: 100%; min-width:200px;}
	
	
.facilities-part {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%; margin-top:30px;
}
.facilities-part figure {
    overflow: hidden; position:relative;
}
.facilities-part figure img {
    width: 100%; 
 -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.facilities-part figure img:hover {
    -webkit-transform: scale3d(1.06, 1.06, 1);
    transform: scale3d(1.06, 1.06, 1);
}
.facilities-part .facilities-title {
    display: inline; text-align:center;
    float: left;
    padding: 10px 0px;
    width: 100%; position:absolute; bottom: 0px; background:#ffffffc2;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.facilities-part:hover .facilities-title {
	bottom:0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
.facilities-part .facilities-title a {
	color: #000;
    font-size: 18px; padding:15px 0px;
    padding-bottom: 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;
}
.facilities-part .facilities-title a:hover {color: #07254f;}



/** CONTACT PAGE Start **/	
	
#office-section {padding: 40px 0;margin: 60px 0;}
.office-area .box {padding: 25px;    margin: 15px 0px; width: 100%;background: #fff; box-shadow: 2px 2px 5px #ccc; display: -moz-box;display: -ms-flexbox; -ms-flex-direction: column; position: relative;z-index: 1;}
.office-area .box::before { content: ''; position: absolute; border: 1px solid #e2e2e2; left: 12px; right: 12px; top: 12px; bottom: 12px; z-index: -1 }
.office-area .box::after {content: '';position: absolute;border: 1px solid #e2e2e2;left: -2px;right: -2px;top: -2px;bottom: -2px;z-index: -1;transform: rotate(-2deg);}
.office-area { display: -webkit-flex; -webkit-flex: 0 0 100%; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; flex-flow: row wrap }
#office-section .container-fluid { display: -webkit-flex; -webkit-flex: 0 0 100%; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex }
.box-content h4 {font-size: 16px; color: #07254f;}
.box-content span { display: block; color: #404040; line-height: 28px;}
.box-heading::first-letter { color: #07254f; font-weight: 700 }
.box-heading { font-size: 20px; text-transform: uppercase; font-weight: 600; color: #07254f; padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid #e2e2e2; letter-spacing: 1px }

.c_main_head {position: relative; z-index: 1;}
.c_main_head h2 {text-align: center; font-size: 40px; font-weight: 700; margin-top: 30px; color: #07254f; width: 100%;}
.c_main_sec {float: left; width: 100%; padding: 30px 0;position: relative;}
.c_main_sec:before { position: absolute; content: ''; background:#efefef; width: 100%; height: 80%; top: -100px; left: 0;}
.form_c_main { padding: 15px 10px; }
.form_c_main h4 { margin-bottom: 10px; margin-top: 10px; display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; }
.form_c_main h4 span { color:#07254f; font-size: 20px; text-transform: capitalize; }
.form_c_main form { display: flex; flex-flow: row wrap; width: 100%; justify-content: space-between; }
.c_main_wrap {position: relative; float: left; display: flex; box-shadow: 0 0 50px rgba(0,0,0,.1); background: #fff; }
.form_c_main p { width: 48%; position: relative; }
.form_c_main p i { position: absolute; z-index: 1; color: #07254f; top: 10px; left: 5px; }
.form_c_main p input {width: 100%; min-height: 48px; border: none; border-bottom: 1px solid #ccc; outline: none; font-size: 16px; font-weight: normal; padding-left: 30px; }

.your-textares{width: 100%; height:auto; float:left; margin-bottom:10px; position:relative;}
.form_c_main .your-textares i { position: absolute; z-index: 1; color: #07254f; top: 5px; left: 5px; }
.form_c_main .your-textares textarea {width: 100%; height:auto; float:left; border: none; border-bottom: 1px solid #ccc; outline: none; font-size: 16px; padding-left: 30px; }
.info_c_main { padding: 25px 30px; height: 100%; color: #fff; background: url(../images/c_info.jpg); position: relative; }
.info_c_main h3 { margin-bottom: 10px; margin-top: 10px; }
.c_form_info { display: flex; margin: 25px 0; }
.c_form_info_icon {max-width: 100px; float: left; height: auto; position: relative; }
.c_form_info_icon img{width: 100%;}
.c_form_info_icon.conimg:before { position: absolute; content: ''; top: -5px; left: -5px; width: 20px; height: 20px; border-top: 1px dotted #89c540; border-left: 1px dotted #89c540; }
.c_form_info_icon.conimg:after { position: absolute; content: ''; top:unset; bottom: -5px; right: -5px; width: 20px; height: 20px; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; }
.c_form_info_icon i {width: 20px; text-align: center; height: 20px; line-height: 26px; font-size: 16px;}
.c_form_info_icon:before { position: absolute; content: ''; top: -5px; left: -5px; width: 20px; height: 20px; border-top: 1px dotted #89c540; border-left: 1px dotted #89c540; }
.c_form_info_icon:after { position: absolute; content: ''; top: 10px; right: -5px; width: 20px; height: 20px; border-bottom: 1px dotted #fff; border-right: 1px dotted #fff; }

.c_form_info_desc { width: 90%; padding: 0 25px; }
.c_form_info_desc p { margin-bottom: 5px;}
.c_form_info_desc p a { color: #fff; text-decoration: none; }
.c_main_wrap .col-md-4 { padding: 0; }

.submit-btn {width: auto!important; float: left; background: #333; color: #fff; min-width: 160px; padding: 0px!important;}
.submit-btn:hover {background: #082650; color: #fff;}


/** CONTACT PAGE END **/


/** BLOG PAGE START **/

.post-outer {width: 100%; height: auto; float: left;}
.post {display: block; overflow: hidden; word-wrap: break-word; margin-bottom: 50px; box-shadow: 0px 2px 2px #ddd; transition: all 0.35s;}
.post:hover {display: block; overflow: hidden; word-wrap: break-word; margin-bottom: 50px; box-shadow: 0px 4px 4px #ddd; transition: all 0.35s;}
.block-image {float: left; width: 50%; position: relative;}
.block-image .thumb {width: 100%; position: relative; display: block; overflow: hidden;}
.block-image .thumb a {width: 100%; display: block; height: 270px;}
.block-image .thumb > a:before {position: absolute; content: ''; width: 100%; height: 100%; background-color: #000; opacity: 0; left: 0; top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.block-image .thumb:hover > a:before {opacity: 0.3;}
.postags{position:absolute;top:15px;left:15px;z-index:3}
.postags a{
background: #fde428;
color: #07254f;
margin: 0;
font-family: 'Montserrat', sans-serif;
font-size: 10px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
padding: 4px 5px 3px;}
.postags a{display:none}
.postags a:first-child{display:inline-block}
.postags a:hover{background:#07254f; color:#fff;}

article.my-wrapz {width: 50%; float: left; position: relative; height: 270px;}
.post-detail {background:#f9f9f9; padding:30px 0px 30px 30px; margin-top: 0; z-index: 2; min-height: 270px; max-height: 270px; transition: all 0.35s;}
.post:hover .post-detail {background:#f6f6f6;transition: all 0.35s;}
.retitle h2 {margin: 8px 0; display: block;}
.post h2 a {font-size: 22px; line-height: 28px; font-weight: 700; letter-spacing: -0.4px; margin: 0 0 5px; text-transform: none; color: #000; padding-bottom: 15px; position: relative;}
.date-header {color: #222; display: block; overflow: hidden; font-size: 12px; font-weight: 400; line-height: 1.3em; margin: 0; padding: 0;}
.resumo {color: #666666; font-size: 13px; line-height: 22px; margin: 0 0 10px;}
.resumo span {display: block; margin-bottom: 10px; font-size: 14px;}
.resumo .readmore {width: auto; float: left; background: #07254f; padding: 8px; min-width: 120px; text-align: center; font-size: 14px; color: #fff; border:solid 1px; border-radius: 4px; border-color: #07254f;}
.resumo .readmore:hover {color: #07254f; background-color: #fff; border-color: #07254f;}


.blog-widget {width:100%; height:auto; float:left; margin-bottom: 20px; background: #f9f9f9; box-shadow: 0px 3px 0px #ddd;}
.blog-widget .widget-title {margin-bottom: 20px;}
.blog-widget .widget-title h2 {line-height: 24px; color: #fff; font-size: 13px; text-transform: uppercase; display: block; padding: 5px 10px; z-index: 2; position: relative; letter-spacing: 1px; font-weight: 700; background: #07254f; margin:0px 0px 10px 0px;}
.blog-widget ul {padding: 0px 10px; margin: 0; line-height: 1.2;}
.popular-posts li {display: block; margin-bottom: 15px; padding: 0 0 15px; border-bottom: 1px dotted #E4E4E4;}
.popular-posts li:last-child {border-bottom:none;}
.popular-posts .item-thumbnail {float: left; margin: 0 10px 0 0; overflow: hidden; z-index: 2; display: block; position: relative;}
.popular-posts .item-thumbnail a {position: relative; line-height: 0; float: left; overflow: hidden; border-radius:50%;}
.popular-posts img {width: 58px; height: 58px; padding: 0; margin: 0; transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out;}
.popular-posts img:hover {-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); transition: all .3s ease-out; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out;  -o-transition: all .3s ease-out;}
.popular-posts .item-title a {color: #2A3744; text-decoration: none; font-size: 14px; line-height: 20px;}

/** SINGLE BLOG PAGE  **/

.post-outer h1.post-title {display: inline-block; position: relative; font-size: 28px; line-height: 40px; font-weight: 700; letter-spacing: -0.4px; margin: 0 0 5px; text-transform: none; color:#07254f;}
.post-outer .post-head {width: 100%; height: auto; float: left; padding-bottom: 15px;}
.single-post{width:100%; height:auto; float:left; position:relative;}
.block-image-full{width:100%; height:auto; float:left; position:relative;}
.block-image-full img {width: 100%;}
.single-post-detail{width:100%; height:auto; float:left; position:relative; padding:20px 0px;}
.single-post-detail p{font-size:14px; letter-spacing:1px;}

.post-comments{width: 100%; height: auto; float: left;}
.post-comments h3 {padding: 20px 0; border-top: 1px solid #eee; font-size: 18px; line-height: 28px; text-transform: uppercase; color: #07254f;}

.sh-comment-list {border-bottom: 1px solid #e3e3e3;}
.sh-comment-list li{border-top: 1px solid #e3e3e3; padding-bottom: 30px; padding-top: 15px;}
.sh-comment-list ol, .sh-comment-list ol ol {padding-left: 90px;}
.pingback {
    padding-top: 30px!important; border-top:none!important; padding-bottom:0px!important
}
.comment-body {display: table;}
.comment-column-left {display: table-cell; vertical-align: top; width: 90px;}
.comment-column-right {display: table-cell; vertical-align: top;}
.sh-comment-author {font-weight: bold; color:#07254f;}
.sh-comment-date {padding-left: 5px;}
.sh-comment-date a {color: #b0b0b0; font-style: italic;}
.sh-comment-content {margin-top: 6px;}

.leave-comment-section{width: 100%; height: auto; float: left;}
.leave-comment-section h3{font-size:18px; padding-bottom:20px; color: #07254f;}
.leave-comment-section form{width: 100%; height: auto; float: left;}
.leave-comment-section .blog-input{width: 100%; height: auto; float: left; margin-bottom:20px;}
.leave-comment-section .blog-input label{width: 100%; height: auto; float: left; color: #666; font-size: 16px; font-weight: normal;}
.leave-comment-section .blog-input input{width: 100%; height: auto; float: left; height:40px; padding-left:15px; outline:none;}
.leave-comment-section .blog-input textarea{width: 100%; height: auto; float: left; padding:15px; outline:none;}
.submit-comment {width: auto!important; font-size:14px; min-width: 120px; padding: 8px 20px!important; text-align: center; border-radius: 4px; background: #07254f; border: solid 1px #07254f; color: #fff;}
.submit-comment:hover {background: #fff; color: #07254f;}


/** BLOG PAGE END **/


/** Philippines PAGE Start **/

.about-philippines-chart {width: 100%; height: auto; float: left;}
.about-philippines-chart table {margin: 20px 0px; table-layout: fixed;}
.about-philippines-chart table tr th {color: #07254f;}

.img-border {border: solid 1px #ccc; padding: 3px;}

.philippines-lifestyle-box {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px;
    text-align: justify; margin-bottom:20px;
    border: dashed 1px #ddd; transition: all 0.8s ease 0s;
}

.philippines-lifestyle-box:hover{background:#f4f9ff; border-color:#f4f9ff; box-shadow: 0px -2px 25px #ccc;  transition: all 0.8s ease 0s; transition: all 0.8s ease 0s;}
.philippines-lifestyle-box h3 {
    text-align: center;
    color: #07254f;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.advantages-of-studying .carousel.slide.event_new { width: 100%;}
.advantages-of-studying .carousel-inner.event_slider {padding-bottom:0px; margin-bottom:30px;}
.advantages-of-studying{ width: 100%; height: auto; float: left; background: #efefef; padding: 30px 0px;}
.advantages-of-studying a.carousel-control.left.carousel-control-prev.event_row {
    top: 50%; left: 0;}
	
.advantages-of-studying a.carousel-control.right.carousel-control-next.event_row {
    right: 0;
    top: 50%;
    left: unset;
}
.advantages-ul {
    width: 100%;
    height: auto;
    float: left;
}
.advantages-ul li {
    padding-bottom: 10px;
    font-size: 14px; padding-left: 20px;
}
.advantages-ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    width: 20px;
    font-size: 16px;
    color: #07254f;
    padding-right: 10px;
    margin-left: -20px;
}

.philippines-map{width:100%; height:auto; float:left;}

/** Philippines PAGE END **/

/** DAVAO PAGE START **/

.davao-city {width: 100%; height: auto; float: left;}
.about-davao-city{width:100%; height:auto; float:left; padding: 30px 0px;}
.about-davao-img{width:100%; height:auto; float:left; text-align:center; overflow: hidden;}
.about-davao-img img:hover{width:100%; transition: transform .8s; transform: scale(1.1);}
.about-davao-img img{width:100%; transition: transform .8s;}
.about-davao-content {width: 100%; height: auto; float: left;}
.about-davao-content p {line-height: 28px; font-size: 14px; letter-spacing: 1px;}
.gray-bg1{background:#eee;}
.gray-bg2{background:#f9f9f9;}
.facilities-disc {width: 100%; height: auto; float: left; position: relative; padding: 10px;}

.facilities-disc a {min-width: 130px; border: solid 1px #eee; display: inline-block; text-align: center; padding: 10px 10px; margin: 10px 0px; border-radius: 20px; font-size: 14px; color: #333; transition: all 0.8s ease 0s;}
.facilities-disc a:hover {border: solid 1px #eee; color: #fff; background:#07254f; transition: all 0.8s ease 0s;}
.facilities-part.shadow1 {box-shadow: 0px 4px 8px #ddd;}


/** DAVAO PAGE END **/


/** PROFILE PAGE START **/

.profile-section {width: 100%; height: auto; float: left; padding:30px 0px;}
.profile-content {width: 100%; height: auto; float: left;}
.profile-img {width: 30%; float: left; margin-right: 15px; overflow: hidden; border: solid 3px #07254f;  border-radius: 50%; margin-bottom:20px;}
.profile-img img{width: 100%; border-radius: 50%; padding: 5px;}

.profile-content p {width: auto; letter-spacing: 1px; font-size: 14px; color: #333;}
.profile-content h4 {font-weight: bold; color: #07254f; font-size: 16px; padding-top: 10px;}
.profile-content p i{color: #000;}

.dmsf-columns-2{-webkit-column-count: 2; column-count: 2;}

/** PROFILE PAGE END **/


/** FEATURES DMSF START **/

.features-dmsf{width: 100%; height: auto; float: left; padding-bottom:30px;}
.salient-features-part {width: 100%; height: auto; float: left; position: relative;}	
.salient-features-part .overlay {background:#fffffff0;}	
.salient-features-content {width: 100%; height: auto; float: left; padding:30px 0px;}	
.salient-features-content p {color: #000; position: relative; font-size: 15px; line-height: 1.85714285714286;}	
/** FEATURES DMSF END **/


/** HOSTEL AND FOOD PAGE START **/

.hostel-images-section{width: 100%; height: auto; float: left;}
.hostel-images-section .gallery-lightbox a {
    width: 20%;
    padding: 1px;
    float: left;
    display: inline-block; overflow:hidden;
}

.hostel-images-section .gallery-lightbox a img{
       transition: transform .8s;
}

.hostel-images-section .gallery-lightbox a img:hover{
    -webkit-transform: scale(1.1);
 transform: scale(1.1); transition: transform .8s;
}
/** HOSTEL AND FOOD PAGE END **/

/** FEES STRUCTURE PAGE START **/

.fees-structure table thead {background: #07254f; color: #fff;}
.fees-structure table thead tr th{padding-top:13px; padding-bottom:13px;}
.fees-structure table thead tr td{color:#333;}
.fees-structure table tbody tr th{background:#d9e4f7; color:#07254f;}
.fees-structure table tfoot {color:#07254f;}

.other-ecpences {width: 100%; height: auto; float: left;}
.other-ecpences table tr th{background:none!important;}

.bank-account-transfer{width: 100%; height: auto; float: left;}

/** FEES STRUCTURE PAGE END **/

/** GALLERY PAGE START **/

.images-gallery-part{width: 100%; height: auto; float: left; margin-bottom:30px;}
.images-gallery-filters{width: 100%; height: auto; float: left; margin-bottom: 25px; padding: 0px 20px;}
.images-gallery-filters .filter-button {margin-bottom: 8px;}
.images-gallery-part .gallery_product a{width: 100%; height: auto; float: left;}
.images-gallery-part .gallery_product a img{width: 100%;}
.images-gallery-part .gallery-lightbox a{ width: 20%; padding: 1px; float: left; display: inline-block; overflow:hidden;}
.images-gallery-part .gallery-lightbox a img{transition: transform .8s;}
.images-gallery-part .gallery-lightbox a img:hover{-webkit-transform: scale(1.1); transform: scale(1.1); transition: transform .8s;
}
/** GALLERY PAGE END **/




/************* APPLY NOW FORM *************/

.apply-form-1{width: 100%; float: left;padding: 5%; padding-top: 0px;}
.apply-form-1 h3{text-align: center; color: #07254f;}
.apply-container form{
    padding: 10%;
}
.apply-form-1 form{margin-top:20px;}
.applySubmit{
    min-width:130px;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;float: right;
	 font-weight: 600;
    color: #fff;
    background-color: #07254f;
}

.apply_now_form .modal-dialog .modal-content .modal-body{
    padding:0px;
	float: left;
    width: 100%;
}
.apply_now_form .modal-dialog .modal-content {
    width: 100%;
    height: auto;
    float: left;
	box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
    border-radius: 0px;
}
.apply-form-1 form .form-group input , .apply-form-1 form .form-group textarea{
    border-radius: 0px;
    box-shadow: none;
}
.apply-form-1 button.close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    opacity: 1;
    border: solid 1px #f00;
    width: 32px;
    height: 32px;
    background: #f00;
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
}
.apply_now_form .modal-dialog {
     max-width: 600px;
    width: 100%;
    margin: 30px auto;
    position: absolute;
    left: 0;
    right: 0;
}
article.my-wrapz {
    height: auto;
}
.post-detail {
    min-height: inherit;
    max-height: inherit;
}
.block-image .thumb a {
    height: 402px;
}
.popular-posts .item-title a {
    font-size: 13px !important;
    line-height: 18px !important;
}
.item-title {
    float: right;
    width: 70%;
}
.resumo p {
    font-size: 14px;
}
.post {
    background: #f9f9f9;
}
/************* APPLY NOW FORM END *************/
	
	@media only screen and (max-width: 1150px) {
		.dmsf-part{padding: 4% 4% 12%;}
	}
		@media only screen and (max-width: 1000px) {
		.dmsf-part{padding: 4% 4% 16%;}
		.img-fluid {
    height: 100px;
    border: 1px solid #000;
}
	}
@media only screen and (max-width: 767px) {
	.img-fluid {
    height: auto;
    border: 1px solid #000;
}
	.my-about{padding:0 0 30px}
	.arrow{transform: rotate(90deg);}
	.carousel{width:80%}
	.medical-school-logo img{margin:2em}
.tittle {
    font-size: 18px;
    padding-bottom: 5px;
}
.my-about .light {
    width: 20%;
	margin: 0 auto;
    /* padding: 10px; */
    margin-top: 10px;
    margin-bottom: 10px;
}
.abot-right {
    margin-top: 45px;
}
	.Affiliated-part h1 {
    font-size: 21px;
}
.Affiliated-part p {
    font-size: 16px;
}
.address.right_border {
    float: left;
}
	h2.tittle:before{bottom: 14px;
    right: 4em;}
	h2.tittle:after{top: 0;
    left: 4em;}
	.dmsf-tow{margin-top:30px}
	#aa-slider .aa-slider-area .seq-title h2:before, #aa-slider .aa-slider-area .seq-title h2:after{display:none;}
	
.inner-banner-text {left: 5%;transform: translate(-5%, -50%);}
.inner-banner h2 {text-align: center; font-size: 22px;}

.c_main_wrap {display: inline-block;}
.block-image {width: 100%;}	
article.my-wrapz {width: 100%; height: auto;}
.post-detail {padding: 20px; min-height: auto; max-height: auto;}
.sh-comment-list ol, .sh-comment-list ol ol {padding-left: 10px;}
.comment-column-left {width: 70px;}

.about-davao-img{margin-bottom:15px;}

.hostel-images-section .gallery-lightbox a {width: 33.33%;}
.images-gallery-part .gallery-lightbox a{ width: 33.33%;}

.apply_now_form .modal-dialog {
    margin:0px auto;
}
}


@media only screen and (max-width:640px) {
	#aa-slider .aa-slider-area .seq-title{left:12%;top:17%;width:70%}
	.profile-img{width:100%;}
	.hostel-images-section .gallery-lightbox a {width: 50%;}
	.images-gallery-part .gallery-lightbox a{ width: 50%;}
}
@media only screen and (max-width:480px) {
		h2.tittle:before{bottom: 14px;    right: 0em;}
	h2.tittle:after{top: 0;    left: 1em;}
	a.carousel-control.left.carousel-control-prev.event_row{left:45%}
	a.carousel-control.right.carousel-control-next.event_row{left:57%}
	#aa-slider .aa-slider-area .seq-title p{font-size:20px}
	#aa-slider .aa-slider-area .seq-title h2{font-size:25px}
	.dmsf-columns-2{-webkit-column-count: 1; column-count: 1;}
}
.our-tags{width:100%; height:auto; float:left; margin:20px 0px;}
.our-tags ul li {display: inline-block; padding-right: 10px;}
.our-tags ul li a{color:#666; font-size:14px;}
.our-tags ul li a:hover{color:#07254f;}





		
/*========ybi new css=====  */

.inner-banner-text {
    display: none;
}
.inner-banner{
  min-height:130px;
}
.overlay {
    background: rgb(7 37 79 / 38%);
}
.my-breadcrumb ol.breadcrumb li{
    color: #fff;
    font-size: 18px;
}
.my-breadcrumb ol.breadcrumb li a{
    color: #fff;
}

.breadcrumb > li + li::before {
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    font-size: 13px;
    padding: 0 8px;
}

.header-space {
    margin-top: 135px;
}

.my-breadcrumb {
    position: relative;
    bottom: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
    left: 0;
    margin: 45px 0;
}


.site-header .navbar-brand img {
    max-width: 268px;
    margin-top: 7px;
}
.site-header .navigation {
    min-height: 95px;
}

p.about_para {
    font-size: 17px;
}
.deans-message-inner p {
  font-size: 17px;
}
.wpb_wrapper p {
    font-size: 17px;
}
.Affiliated-part p {
    font-size: 17px;
}
.section-title1 {
    font-size: 17px;
}
.entry-content p {
  font-size: 17px;
}
.advantages-ul li {
    font-size: 17px;
}
.our-tags ul li a {
    font-size: 17px;
}
.about-davao-content p {
    font-size: 17px;
}
.dr-ul ul li {
    font-size: 17px;
}
.profile-content p {
    font-size: 17px;
}
.salient-features-content p {
    font-size: 16px;
}

.Philippines p {
    font-size: 17px;
    line-height: 24px;
}

.post h2 a {
    font-size: 21px;
}
.resumo span {
    font-size: 17px;
}
.single-post-detail p {
    font-size: 17px;
}

.popular-posts .item-title a {
    font-size: 17px;
    line-height: 21px;
}

ul.top_bar_info li {
  border-right: 1px solid #d7d7d7;
  margin-right: 10px;
  padding-right: 10px;
}
ul.top_bar_info li:last-child{
    border-right:none;
}
.top_bar_info li i {
  color: #fff;
  vertical-align: baseline;
}
ul.top_bar_info li {
    font-size: 15px;
}
ul.header_social_icons li a {
  color: #fff;
  padding: 0px 10px;
  color: #00275d;
  background: #fff;
  text-align: center;
  font-size: 14px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  float: none;
}
ul.header_social_icons li a:hover {
    color: #ffffff;
    background-color: #1c2c5a;
}

a.apply_btn {
    border-radius: 50px;
    color: #fff !important;
    padding: 10px 24px !important;
    border: solid 1px #1c2c5a;
    line-height: inherit !important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
a.apply_btn:hover{
  background-color: transparent !important;
  color: #1c2c5a !important;
}
.apply_btn i {
    font-size: 22px;
    margin-left: 9px;
    vertical-align: bottom;
}

.add-thumbnail img {
    max-width: 100%;
    height: auto;
	border-radius:0 0 150px;
}


.site-header.header-style-3.sticky .header-top {
    display: none;
}


.salient-features-content h2 {
    margin-top: -20px;
}
.salient-features-content {
    padding-top: 0px;
}
ul.cmnlist li {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 8px;
	color:#000;
}
ul.cmnlist li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    color: #1c2c5a;
    padding-right: 8px;
    margin-left: -22px;
}
ul.cmnlist {
    margin-left: 22px;
}
li.active a {
    color: #07254f !important;
}
header#header .container {
    max-width: 1240px;
    width: 100%;
    padding: 0 20px;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
ul.sub-menu li {
    margin-top: 0 !important;
}
.wp-block-table .has-fixed-layout {
    border: 1px solid rgba(34,36,38,.15);
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word;
    padding: 15px;
    font-size: 16px;
    font-family: "Poppins",Sans-serif;
    color: #000;
    border-bottom: 1px solid rgba(34,36,38,.1) !important;
}
.wp-block-table .has-fixed-layout tr:nth-child(even) td {
    background: #fff;
}
.wp-block-table .has-fixed-layout tr:nth-child(odd) td {
    background: #f7f7f7;
	line-height: 26px;
}
.cmntbl table.has-fixed-layout tr td:first-child {
    font-weight: 600;
}
.address p {
    font-size: 14px;
    line-height: 24px;
}
ul.use_link li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 8px;
}

ul.use_link li {
    margin-bottom: 10px;
}

ul.use_link li:last-child {
    margin-bottom: 0;
}
.aa-footer-social a {
    color: #fff;
    border: 0;
    padding: 0;
    width: 20px;
    margin-top: 10px;
}
.pt40 {
    padding-top: 40px;
}
.cmn-img img {
	border-radius: 10px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 10%);
}
.ptb50 {
	padding:50px 0 !important;
}
ol.cmnlist {list-style: decimal;margin-left: 15px;}
ol.cmnlist li {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}
.add-thumbnail {
    text-align: center;
}
.cmnbtn a {
    padding: 15px 30px;
    font-size: 16px;
}
.cmnbtn {
    display: block !important;
    text-align: center;
}
.acenter {
    text-align: center;
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
.apply_now_form .modal-dialog .modal-content {
    border-radius: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    border-radius: 5px !important;
}
textarea.form-control {
    height: 80px;
}
.apply-form-1 button.close {
    border-radius: 100%;
}
input#applySubmit {
    border-radius: 50px;
    padding: 16px 30px;
    font-size: 14px;
}
.apply-form-1 h2 {
    color: #222;
}

.apply-form-1 h2 span {
    color: #222 !important;
}
footer#footer:after {content: '';background: url('http://www.dmsf.net/wp-content/uploads/2021/02/DMSF-LOGO.png');position: absolute;width: 200px;height: 200px;bottom: 80px;background-size: 100%;background-repeat: no-repeat;opacity: 0.1;left: 60px;}
@media screen and (max-width:767px){
  .header-space {
      margin-top: 197px;
  }
  .site-header .navbar-brand img {
      max-width: 201px;
  }
  .site-header .navigation {
      min-height: 75px;
  }
}

@media only screen and (max-width:767px) {
	.header-top {
		display: none;
	}
	.features-dmsf {
		margin-top: 90px!important;
	}
	.h1, h1 {
		font-size: 28px;
	}
	.salient-features-content p {
		font-size: 15px;
	}
	.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
		font-size: 15px;
	}
	h2 {
		font-size: 26px !important;
	}
	ul.use_link li {
		padding-left: 0;
	}
	footer .col-md-3.col-sm-3 {
		margin-bottom: 25px;
	}
	.address.right_border {
		float: left;
	}
	.header-space {
		margin-top: 76px;
	}
	.inner-banner {
		min-height: 81px;
		margin-bottom: 0;
	}
	.my-breadcrumb {
		margin: 20px 0;
	}
	.features-dmsf {
		margin-top: 50px!important;
	}
	.add-thumbnail img {
		border-radius: 0 0 50px;
	}
	ul.cmnlist li {
		font-size: 15px;
		line-height: 25px;
	}
	.wp-block-image img {
		height: auto;
	}
	.wp-block-media-text__media img, .wp-block-media-text__media video {
		height: auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0 1%;
	}
	.salient-features-content h2 {
		margin-top: 20px;
	}
	.my-breadcrumb ol.breadcrumb {
		padding: 0;
	}
	.h3, h3 {
		font-size: 20px;
	}
	.block-image .thumb a {
		height: 200px;
		object-fit: contain;
	}
	.single-post section.header-space {
		display: none;
	}
	.single-post .post-outer {
		margin-top: 100px;
	}
	h1.post-title.entry-title {
		font-size: 22px;
		line-height: 30px;
	}
	.single-post-detail p {
		font-size: 15px;
		letter-spacing: 0;
		line-height: 24px;
	}
	#navbar .nav.navbar-nav li a.apply_btn {
		margin-top: 20px;
		color: #fff !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	ul.top_bar_info.pull-left {
		width: 81%;
	}
	ul.header_social_icons {
		width: 15%;
	}
	ul.top_bar_info.pull-left li {
		font-size: 11px !important;
		margin-right: 5px;
		padding-right: 5px;
	}
	.top_bar_info li i {
		margin: 0 5px 0 0;
		font-size: 13px;
	}
	.address h3 {
		font-size: 12px;
	}
	
}
@media screen and (min-width:992px) and (max-width:1200px) {
  .site-header .navbar-brand img {
      max-width: 148px;
      margin-top: 13px;
  }
}
@media only screen and (min-width:992px) {
	li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 3px;
}
}




