/**
* Template Name: Website Conference
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #222;
}
a {
  color: #333;
}
a:hover {
  color: #333 !important;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', cursive !important;
}

::-webkit-input-placeholder { /* Edge */
  color: #cccccc !important;
  font-size:85%;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc !important;
  font-size:85%;
}

::placeholder {
  color: #cccccc !important;
  font-size:85%;
}

.container-fluid
{
	margin-left: 0;
  	margin-right: 0;
	padding-left:0;
}


.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}

  
  .blink-soft {
  animation: blinker 6.5s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}    

.blockquote {
    
    position: relative;
}
.blockquote p {
  
    font-size:125%;
    font-weight:600;
    text-align: center;
	line-height:125%;
	padding:20px 50px;
	font-family:Georgia, "Times New Roman", Times, serif
}


.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;  
  content:"\f10d";
  font-size:200%;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    height: 3px;
    width: 200px;
	
}

ul.nav-pills
{
	
	padding-left:0;
}

    .nav-pills li a.nav-link.active, 
	.nav-pills li a.nav-link:focus {
        color:#ffffff;
        background-color: #f00091;
    }
	
	.nav-pills li a.nav-link
	{
		border:1px solid #f00091;
		color:#f00091;
		
	}

        .nav-pills li a.nav-link:hover {
            background-color: #597eec;
			border:1px solid #597eec;
			color:#ffffff;
        }
		
.text-primary
{
	color:#b33f04 !important;
}

.text-secondary
{
	color:#ec008c !important;
}

.text-danger
{
	color:#eb282a !important;
}

.text-pink
{
	color:#ff217c;
}

.text-info
{
	color:#d84b4c !important;
}

.text-white
{
		color:#ffffff !important;
}

.text-teal
{
		color:#3a6d84 !important;
}

/*--------------------------------------------------------------
# FACULTY
--------------------------------------------------------------*/
.faculty-content
{
	font-size:85%;
	line-height:135%;
}

.faculty-content strong
{
	font-size:115%;
	display:inline-block;
	padding-bottom:7px;
}

img.faculty-img
{
	width:120px;
	height:auto;
	margin:auto;
	border-left:5px solid #fe8c00;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}
.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color: #1e5679;
background-image: linear-gradient(90deg, #1e5679 0%, #1e5679 100%);
	color: #fff;
	transition: all 0.4s;
}
.back-to-top i:hover {
  background: #333;
  color: #fff;
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/n

#main
{
	background:#eee;
	z-index:9;
}

#topbar {
  background: #f00091;
  color: #fff;
  transition: all 0.5s;
}
#topbar.topbar-scrolled 
{

}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/


.top-area,
.top-area-container
{
	display:table;
	width:100%;
}

.top-area
{
padding-top:10px;	
padding-bottom:0;
}

.top-area-middle h3
{
	color:#5f9bb7;
	font-size:160%;
}

.top-area-middle h5
{
	color:#d96060;
	font-size:115%;
	padding:0;
	margin:0;
}

.top-area-left,
.top-area-middle,
.top-area-right
{
	display:table-cell;
	vertical-align:middle;
}

.top-area-left
{

}


.top-area-right
{
	text-align:right;
}

.top-area-right img.collaboration
{
	width:125px;
	height:auto;
	padding-bottom:10px;
}

.top-area-right h4
{
	color:#ec008c;
	font-size:145%;
	padding:0;
	margin:0;
}

.top-area-right h5
{

font-size:17px;
padding:0px;
margin-bottom:0;
}

header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
header .logo a {
  color: #555555;
}
header .logo img {
  max-width:135px;
  height:auto;
}

.mmc-area
{
	
}

.mmc-area span
{
	background:#f33dab;
	color:#ffffff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:3px;
	width:30px;
	height:30px;
	display:inline-block;
}

@media (max-width: 1024px) 
{

  
	.top-area-middle h3
	{
	line-height:100%;
	}

.top-area-right
{
	display:block;
	text-align:left;
	padding:0px 10px;
	background:#eeeeee;
}



  .top-area-box
  {
	 padding:0;
	 width:100% !important;
  }

	
	.top-area-right h4,
	.top-area-right h5
	{
		
		display:inline-block;
	
	}
	
	.top-area-right h4
	{
		background:#ec008c;
		color:#ffffff;
		font-size:16px;
		padding:5px 15px;
	}
	
	.top-area-right h5
	{
	
		font-size:12px;
		padding:0px 10px;
		margin-bottom:0;
	}
}

@media (max-width: 768px) {
  
  header .logo img {
  max-width:120px;
  padding:0px 10px;
}

.top-area-middle h3
{
font-size:100%;
line-height:100%;
padding-right:10px;
}

.top-area-middle h5
{
	color:#d96060;
	font-size:85%;
	padding:0;
	margin:0;
}

.top-area-middle h5 span
{
	display:block;
}

.top-area-middle h5 sub
{
	display:none;
}
	
.top-area-right h4
	{
	
	padding:5px 10px;
	font-size:90%;
	margin-left:-10px;
	}

	.top-area-right h5
	{
	
		font-size:12px;
		padding:5px 10px;
		margin:auto;
		text-align:center;
	}
	



}

.sidebar
{
	padding-top:10px;
}

.sidebar .box-select
{
	padding:15px;
	font-size:14px;
}

.sidebar .box-select h5
{
	font-size:18px;
}

.sidebar .box-select img
{
	width:50px;
	height:auto;
	background:#333;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:8px;
}

.box-select
{
	padding:25px;
	-webkit-border-radius:12px;
-moz-border-radius:12px;
border-radius:12px;
}

.box-select h5
{
	padding-bottom:0;
	margin-bottom:0;
}


.box-select img
{
	width:60px;
	height:auto;
	background:#333;
	-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
padding:8px;
}


.box01a
{
	color:#278fe0;
}

.sidebar .box01a img,
.box01a img
{
	background:#278fe0;
}

.box01a a
{
	color:#1277c6;
	border-bottom:1px solid #1277c6;
}

.box02a
{
	color:#0c4755;
}

.sidebar .box02a img,
.box02a img
{
	background:#0c4755;
}

.box02a a
{
	color:#0c4755;
	border-bottom:1px solid #0c4755;
}


.box03a
{
	color:#ea7878;
}

.sidebar .box03a img,
.box03a img
{
	background:#ea7878;
}

.box03a a
{
	color:#ea7878;
	border-bottom:1px solid #ea7878;
}


.box01
{
	background:#ff3d59;
}

.box02
{
	background:#ff3d59; 
}

.box03
{
	background:#ff3d59; 
}

.box01 img,
.box02 img,
.box03 img
{
	width:40px;
	height:auto;
}

.boxing
{
	color:#ffffff !important;
	text-transform:uppercase; 
	position:relative;
	font-size:95%;
	padding:8px;
	padding-bottom:9px;
}

.icon-box
{
	position:absolute;
	right:0;	
	padding:10px;
}

.icon-box01
{
	background:#d41b35;
}

.icon-box02
{
	background:#d41b35;
}

.icon-box03
{
	background:#d41b35;
}


.boxing:hover
{
	color:#ffffff !important;
}

@media (max-width:640px) 
{
.boxing
{
	font-size:65%;
	padding:8px;
	padding-bottom:9px;

}

.icon-box01,
.icon-box02,
.icon-box03
{
	display:none;
}

.box01 img,
.box02 img,
.box03 img
{
	width:40px;
	height:auto;
}	
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/*
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu > ul {
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding:17px 20px 17px 0;
    color: #f00091;
}
.nav-menu a {
  display: block;
  position: relative;
  color: #f00091;
  transition: 0.3s;
  font-size:100%;
  text-transform: uppercase;
  font-weight:600;
  font-family:'Roboto Condensed', serif !important;
}

.nav-menu li:hover > a,

 {
  color: #bc6e03;
}



body.menu01 .nav-menu ul li.mm01 a,
body.menu02 .nav-menu ul li.mm02 a,
body.menu03 .nav-menu ul li.mm03 a,
body.menu04 .nav-menu ul li.mm04 a,
body.menu05 .nav-menu ul li.mm05 a,
body.menu06 .nav-menu ul li.mm06 a,
body.menu07 .nav-menu ul li.mm07 a,
body.menu08 .nav-menu ul li.mm08 a,
body.menu09 .nav-menu ul li.mm09 a,
body.menu10 .nav-menu ul li.mm10 a
{
	color: #e9232a;
}



.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #f00091;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}
.nav-menu .drop-down ul li a,
.nav-menu .drop-down ul li a:link
.nav-menu .drop-down ul li a:visited
 {
  padding:8px 20px;
  font-weight:600;
  text-transform: none;
  color: #ffffff !important;
}

.nav-menu .drop-down ul a:hover
 {
  padding:8px 20px;
  font-weight:600;
  text-transform: none;
  color: #fff !important;
  background:#ee3d35;
}

.nav-menu ul li.drop-down ul li a,
.nav-menu ul li.drop-down ul li a:visited
{
	color: #ffffff !important;
}

*/

/*
.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3fbbc0;
}*/
/*
.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}



.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}


.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  background:#eeeeee;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}
.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}
@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
*/
/* Appointment Button */



         .appointment-btn {background-image: linear-gradient(to right, #EB3349 0%, #F45C43  51%, #EB3349  100%)}
         .appointment-btn {
            margin:5px 10px;
            padding:5px 20px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;            
            border-radius:30px;
			font-size:85%;
          }

          .appointment-btn:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         

.but-logout
{
	font-size:100%;
	margin-left: 15px;
	color:#ec008c !important;
	background:#ffffff;
	width:30px;
	height:30px;
	line-height:30px;
	-webkit-border-radius:50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding:7px;
	
}

.ion-md-lock
{
	margin-left:5px;
	font-weight:bold;
	font-size:20px;
	background:#ffffff;
	width:30px;
	height:30px;
	line-height:30px;
	padding-top:4px;
	text-align:center;
	-webkit-border-radius:50px;
-moz-border-radius: 50px;
border-radius: 50px;
color:#ec008c !important;
}





@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 10px 0 0;
    padding: 1px 15px;
	-webkit-border-radius:20px;
-moz-border-radius: 20px;
border-radius:20px;
font-size:85%;
  }


.but-login
{
	margin-left:5px;
	font-weight:bold;
	font-size:85%;
	padding:5px;
}


  
.but-logout
{
	margin-left:20px;
	font-weight:bold;
	font-size:100%;
	padding:7px;
}


  
}



/* Mobile Navigation */
.mobile-nav-toggle {
  position: absolute;
  right: 15px;
  top:115px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

@media (max-width: 768px) {
/* Mobile Navigation */
.mobile-nav-toggle 
{
  top:165px;
}
  
.text-to-center
{
	text-align:center !important;
} 
}

@media (max-width: 640px) {
/* Mobile Navigation */
.mobile-nav-toggle 
{
  top:130px;
}
  
}


.mobile-nav-toggle i {
  color: #d0282f;
}
.mobile-nav {
  position: fixed;
  top: 25px;
  right: 50px;
  bottom: 15px;
  left:15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}


.mobile-nav a {
  display: block;
  position: relative;
  color: #555555;
  padding: 10px 20px;
  font-weight:700;
  outline: none;
}
.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #fd3131;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
  padding:0;

}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav li.drop-down {
  margin-left:20px;
  padding:10px 0px;
}

.mobile-nav li.drop-down
{
	padding-right:0px;
}


.mobile-nav li.drop-down li a
{
	font-size:75%;
	font-weight:400;
	padding-top:5px;
	padding-bottom:5px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(60, 60, 60, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# FORM
--------------------------------------------------------------*/
label
{
	font-weight:600;
}

label.error {
text-align: left;
width: auto;
padding: 0px 0 0 20px;
clear: none;
display: block;
color: #b92a45;
font-size: 12px;
font-weight: normal;
border: none;
margin-top:7px;
background: url(../images/required.png) no-repeat left center;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #5985ec;
  background-color: #5985ec;
}

/*--------------------------------------------------------------
# TABLE
--------------------------------------------------------------*/
.table thead
{
	
	background: #454545;
	color:#ffffff;	

}

.table thead td
{
border-top:1px solid #5c5d5f;
border-right:1px solid #5c5d5f;
}

.table
{
	border-bottom:1px solid #dddddd;
	margin-top:10px;
	font-size:100%;
}

.table-fee
{
	border-left:2px solid #fba51d;
	border-top:2px solid #fba51d;
}

.table-fee td
{
	padding:10px;
	line-height:125%;
	border-right:2px solid #fba51d;
	border-bottom:2px solid #fba51d;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero
{
	background:url(../images/slider-bg.jpg) left !important;
	background-size:cover;
	margin-bottom:30px;

}

#hero hr
{
	border-color:#bde5ee !important;
}

.dateline-box
{
	padding:30px 70px;
	padding-bottom:0px;
	font-size:85% !important;
}

.dateline-box h2
{
	font-size:185%;
}

.dateline-box h5
{
	font-size:120%;
	text-align:center;
	background:#ea7878;
	color:#ffffff;
	margin:0;
	padding:8px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	text-transform:uppercase;
}

.dateline-box h4
{
	font-size:135%;
	border:1px solid #ff3d59;
	text-align:center;
	margin:0;
	padding:8px;
	margin-bottom:15px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding:0;
  overflow: hidden;
}

section.inner-page {
  padding:40px 0;
  background:#fff url(../images/greybg.jpg) center left no-repeat;
  background-size:cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}


.inner-page a
{
	border-bottom:1px dotted #333;
	margin-bottom:1px;
}

.inner-page ul, 
.inner-page ol
{
	margin-left:20px;
}

.inner-page li
{
	padding-bottom:5px;
}

.section-bg {
  background-color: #f7fcfc;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}
.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background-color: #000000;
  min-height: 40px;
  /*--background:#62acb7 url(../images/breadcrumb-bg.jpg) top center;--*/
  background-size:cover;
  color:#ffffff;
}



@media (max-width: 992px) {
  .breadcrumbs {
padding:15px;
  }


}
.breadcrumbs h2 {
  font-size:165%;
  font-weight:600;
  margin: 0;
  color:#ffffff;
   text-shadow: 1px 1px 1px rgba(0, 0, 0,0.5);
  
}

.breadcrumbs a,
.breadcrumbs a:visited
{
	color:#ffffff;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0;
	 line-height:125% !important;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #fff;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
	font-size:12px;
  }
  
   .breadcrumbs h2 {
    margin: 0;
	 line-height:100% !important;
	 padding-bottom:10px;
	 font-size:135%;
  }
  
  .breadcrumbs ol li {
    display: inline-block;
  }
  
  .dateline-box
	{
	padding:30px 40px;
	}
	
	.dateline-box h2
	{
	font-size:165%;
	}
	
	.dateline-box h5
	{
		font-size:105%;
	}
	
	.dateline-box h4
	{
		font-size:135%;
				
	}

  
}

	.btn-primary 
	{
	background:#5982ed;
	border:0;
	font-weight:bold;
	}

		  

          .btn-primary:hover 
		  {
            color: #fff !important; 
            text-decoration: none;
			border-color:transparent;
			background-color:#333333 !important;
          }
         
	.btn-secondary
	{
	background:#f00095;
	border:0;
	font-weight:bold;
	}
	
	.btn-secondary:hover
	{
		color:#ffffff !important;
		background-color:#333333 !important;
	}

.bg-primary
{
	background-image: linear-gradient( 134.6deg,  rgba(91,41,142,1) 15.4%, rgba(73,112,157,1) 74.7% ); 
	color:#ffffff;	

}




/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services
{
  background:url(../images/blue-bg.jpg) bottom center;
  background-size:cover;
}

.featured-services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  
}
.featured-services .icon-box::before {
  content: '';
  position: absolute;
	background-color: #1e5679;
	background-image: linear-gradient(90deg, #1e5679 0%, #099cc1 100%);
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.featured-services .icon-box .icon img
{
  width:auto;  
  height:65px !important;
}

.featured-services .icon-box .icon.icon-round01
{
	background:#85509b;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	

}

section.inner-page .featured-services .icon-box a,
.featured-services .icon-box > a
{
	border:0 !important;
}

.featured-services .icon-box h4.sidebar-title
{
	font-size:100% !important;
	letter-spacing:0px;
	color:#075c7d !important;
}

.featured-services .icon-box.icon01 .title.sidebar-title a 
{
	color:#85509b !important;
	text-decoration:none !important;;
} 

.featured-services .icon-box.icon01:hover .title.sidebar-title a
{
	color:#fff !important;
} 


.featured-services .icon-box .icon.icon-round01 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round02
{
	background:#2b8cbc;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round02 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round03
{
	background:#f2816f;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round03 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box .icon.icon-round04
{
	background:#f4c64d;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	letter-spacing:-1px;
}

.featured-services .icon-box .icon.icon-round04 img
{
	filter:  brightness(0) invert(1);
	max-height:50px;
	width:auto;
	padding:5px;
	text-align:center;
}

.featured-services .icon-box:hover::before {
  background: #3fbbc0;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon01:hover::before {
background: #85509b;

  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon02:hover::before {
  background: #2b8cbc;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon03:hover::before {
  background: #f2816f;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box.icon04:hover::before {
  background: #f4c64d;
  top: 0;
  border-radius: 0px;
}

.featured-services .icon-box .icon img
{
  width:auto;  
  height:65px !important;
}


.featured-services .icon-box:hover img
{
	filter:  brightness(0) invert(1);
}


.featured-services .icon 
{
  margin-bottom: 15px;
}






.featured-services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #3fbbc0;
  transition: all 0.3s ease-in-out;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #111;
  text-transform:uppercase;
}

.featured-services .icon-box h4.sidebar-title
{
	font-size:100% !important;
	letter-spacing:0px;
	color:#075c7d !important;
}

.featured-services .icon-box.icon01 .title a 
{
	color:#85509b;
} 

.featured-services .icon-box.icon02 .title a 
{
	color:#095585;
} 


.featured-services .icon-box.icon03 .title a 
{
	color:#be5848;
} 


.featured-services .icon-box.icon04 .title a 
{
	color:#bb932a;
} 



.featured-services .description {
 
  margin-bottom: 0;
  line-height:135%;
}
.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description {
  color: #fff;
}
.featured-services .icon-box:hover .icon i {
  color: #fff;
}

@media (max-width:768px) 
{
.featured-services .title 
{
  font-size:95%;
}
	
.featured-services .description 
{
 
  margin-bottom: 0;
  font-size:85%;
  line-height:115%;
}

}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background-image: linear-gradient( 134.6deg,  rgba(91,41,142,1) 15.4%, rgba(73,112,157,1) 74.7% ); 
    color: #fff;
  background-size: cover;
  padding: 60px 0;
}
.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta .cta-btn {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #3fbbc0;
}

.home-dateline 
{
	padding-top:20px;
	
}

.home-dateline h6
{
	text-transform:uppercase;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #3fbbc0;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-bottom: 30px;
}
.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}
.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #3fbbc0;
  float: left;
}
.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #555555;
  margin-left: 50px;
}
.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7b7b7b;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.counts .count-box a:hover {
  color: #3fbbc0;
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}
.features .icon-box i {
  font-size: 48px;
  float: left;
  color: #3fbbc0;
}
.features .icon-box p {
  font-size: 15px;
  color: #848484;
  margin-left: 60px;
}
.features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}
.services .icon {
  display: flex;
  justify-content: center;
}
.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #3fbbc0;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}
.services .icon-box:hover .icon i {
  box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}
.services .title a {
  color: #444444;
  transition: 0.3s;
}
.services .title a:hover {
  color: #3fbbc0;
}
.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}
.services .description {
  line-height: 24px;
  font-size: 14px;
}
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #3fbbc0;
}
.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type="submit"]:hover {
  background: #52c2c6;
}
/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 20px;
  color: #555555;
  border-radius: 0;
  border-left: 5px solid #fff;
}
.departments .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}
.departments .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}
.departments .nav-link:hover h4 {
  color: #3fbbc0;
}
.departments .nav-link.active {
  background: #f7fcfc;
  border-color: #3fbbc0;
}
.departments .nav-link.active h4 {
  color: #3fbbc0;
}
.departments .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}
.departments .tab-pane img {
  float: left;
  max-width: 300px;
  padding: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .departments .tab-pane img {
    float: none;
    padding: 0 0 15px 0;
    max-width: 100%;
  }
}
.departments .tab-pane h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #3fbbc0;
}
.departments .tab-pane p {
  color: #777777;
}
.departments .tab-pane p:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials
{
	
	margin-bottom:0 !important;
	padding-top:30px;
}


.testimonials .testimonial-item {
  box-sizing: content-box;
}
.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}
.testimonials h3 {
  font-size:135%;
  font-weight:normal;
  color: #111;
  padding-bottom:30px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #f58082;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {

  margin: 0;
  padding:30px;
  background: #f7f7f7;
  position: relative;
  border-radius: 6px;
  position: relative;
  line-height:185%;
  z-index: 1;
}
.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}
.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}
.testimonials .owl-dot.active {
  background-color: #3fbbc0 !important;
}
@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
  
  	.testimonials h2 
	{
	font-size:90%;
	line-height:100%;
	padding-top:0;
	margin-top:0;
	}
  
.testimonials h4 {

}
}
/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(63, 187, 192, 0.1);
}
.doctors .member .member-img {
  position: relative;
  overflow: hidden;
}
.social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
.social a {
  transition: color 0.3s;
  color: #555555;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}
.social a:hover {
  color: #3fbbc0;
}
.social i {
  font-size: 18px;
  margin: 0 2px;
}
.doctors .member .member-info {
  padding: 25px 15px;
}
.doctors .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #555555;
}
.doctors .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.doctors .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.doctors .member:hover .social {
  opacity: 1;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}
.gallery .owl-nav, .gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}
.gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0f4f5 !important;
}
.gallery .owl-dot.active {
  background-color: #3fbbc0 !important;
}
.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}
.gallery .gallery-carousel .center {
  border: 6px solid #3fbbc0;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #777777;
  background: #f8f8f8;
}
.pricing h4 {
  font-size: 36px;
  color: #3fbbc0;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing ul li {
  padding-bottom: 16px;
}
.pricing ul i {
  color: #3fbbc0;
  font-size: 18px;
  padding-right: 4px;
}
.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: #3fbbc0;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-buy:hover {
  background: #65c9cd;
}
.pricing .featured h3 {
  color: #fff;
  background: #3fbbc0;
}
.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #3fbbc0;
  color: #fff;
}
/*--------------------------------------------------------------
# Frequently Asked Questioins
--------------------------------------------------------------*/
.faq {
  padding: 30px 0;
}

.faq li a.collapsed
{
	border-color:#eb2829;
}


.faq .faq-list {
  padding: 0;
  list-style: none;
}
.faq .faq-list li {
  padding: 0 0 20px 25px;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #3fbbc0;
  font-size: 18px;
  font-weight: 500;
}
.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}
.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}
.faq .faq-list a.collapse {
  color: #3fbbc0;
}
.faq .faq-list a.collapsed {
  color: #343a40;
}
.faq .faq-list a.collapsed:hover {
  color: #3fbbc0;
}
.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #3fbbc0;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #c5ebec;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 30px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #3fbbc0;
}
.contact .php-email-form input {
  padding: 20px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #3fbbc0;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type="submit"]:hover {
  background: #65c9cd;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ===========================
   RELATED AGENCIES & SOCIAL
============================ */

.related-agencies {
	text-align: center;
	padding:20px 10px;
}
.related-agencies h4 {
	font-weight: 500;
	font-size: 115%;
	padding-top: 20px;
}
.related-agencies h4.morespace 
{
	padding:15px 0px;
}
.related-agencies ul, .related-agencies li 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-agencies ul 
{
	text-align: center;
}

.related-agencies li {
	display: inline-block;
	padding: 20px 5px;
}

.related-agencies ul li img 
{
	height:100px;
	width:auto;
	margin-bottom:10px;
}

.related-agencies ul li img.morespace 
{
	padding-left: 10px;
	padding-right: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #eeeeee;
  padding: 0 0 30px 0;
  color: #000;
  border-top:1px solid #eeeeee;
}

#footer a,
#footer a:visited
{
	color:#000;
}


#footer .footer-top {
  background: #fff;
  padding: 30px 0px;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size:90%;
  color:#333333;
}

#footer .copyright a,
#footer .copyright a:visited
{
	color:#333333;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}

.footer-logo
{
	text-align:right;
}

.footer-logo img
{
	max-width:150px;
	height:auto;
}

.before-footer
{
	font-size:90%;
	line-height:135%;
	color:#333333;
}

@media (max-width:1280px)
{



}

@media (max-width:1024px)
{



}

@media (max-width:991px)
{
.before-footer
{
	font-size:100%;
}	
	
.mmc-area
{
	font-size:85%;
}

.mmc-area span
{
	background:#f33dab;
	color:#ffffff;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:3px;
	width:25px;
	height:25px;
	display:inline-block;
	font-size:85%;
}	

#hero
{
	background:transparent !important;
	background-color:#9a87a3 !important;
	margin-bottom:0;

}
	
.faculty-content
{ 
text-align:center;
}


img.faculty-img
{
	text-align:center
}
	

#footer 
{
font-size:80%;
}
  
.home-dateline 
{
	padding-top:0px;
	background:none;
}

.home-dateline h6
{
	border-top:1px solid #386997;
	padding-top:20px;
}

.home-dateline h4
{
	
	padding-bottom:15px;
}
  
  
}



@media (max-width:768px) 
{
.nav-menu .drop-down ul li a,
.nav-menu .drop-down ul li a:link
.nav-menu .drop-down ul li a:visited
{
	 font-size:85% !important;
	 padding:5px 10px;
	 margin:0;
}
		
	
#footer,
.footer-logo
{
	text-align:center;
}

.related-agencies ul li img 
{
	width:auto;
	height:85px;
	margin-bottom: 10px;
}

.related-agencies h4
{
	font-size: 100%;
}
	
.blockquote p {
  
    font-size:115%;
	padding:20px 10px;
}



.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;  
  content:"\f10d";
  font-size:170%;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    height: 3px;
    width: 200px;
	
}

.footer-logo img
{
	max-width:125px;
	height:auto;
}

.sidebar
{
	padding-top:40px;
}

}


@media (max-width: 480px) {
/* Mobile Navigation */
.mobile-nav-toggle 
{
  top:110px;
}

/* Mobile Navigation */
.testimonials {
    margin: 0px 0px;
  }
  
    .testimonials h2 
	{
	font-size:125% !important;
	line-height:125% !important;
	}

.header-item-right a.menu-icon
{

	font-size:9px !important;
	color:#ffffff;
	padding:3px 5px;
}

	.header-item-right
	{
		padding-top:0px;
		margin-top:-5px;
	}

	header .logo img 
	{
	max-width:75px;
	padding:0px;
	padding-left:5px;
	margin:auto;
	}
	
	.top-area
	{
	padding-top:7px;	
	padding-bottom:7px;
	}

	
	.top-area-middle h3
	{
	font-size:12px !important;
	text-align:center;
	margin-bottom:0;
	padding-bottom:3px;
	padding-top:0;
	margin-top:0;
	}
	
	.top-area-middle h5
	{
		font-size:10px;
	}
	




.but-login
{

	font-weight:bold;
	font-size:85%;
	width:20px;
	height:20px;
	color:#9c2e2e !important;
	padding:1px;
}

.dateline-box
{
	padding:30px;
	font-size:85% !important;
	padding-bottom:0px;
	padding-right:20px;
}

.dateline-box h2
{
	font-size:140%;
}

.dateline-box h4,
.dateline-box h5
{
	padding:0;
	margin:0;
}



.dateline-box h5
{
	font-size:100%;
	line-height:110%;
	font-weight:300 !important;
	padding-top:0;
	margin-top:0;
	padding:10px;
}

.dateline-box h4
{
	font-size:120%;
	line-height:100%;
	margin-bottom:15px;
	padding:10px;
}

.name-box
{
	font-size:75% !important;
}

.testimonials .testimonial-item img 
{
  width:90px;
}  

.featured-services h3
{
	font-size:135%;
}

.featured-services .icon-box {
  padding:15px 25px;

}

.featured-services .icon-box .icon img
{

  height:45px !important;
}

.featured-services .icon-box h4.sidebar-title
{
	font-size:85% !important;
	letter-spacing:0px;
	color:#075c7d !important;
	margin:0;
	padding:0;
	padding-right:30px;
}

.featured-services .icon 
{
  margin-bottom:10px;
}

#footer
{
	font-size:85% !important;
}

 
#footer .footer-top {
  background: #fff;
  padding:10px 0px;
  padding-bottom:25px;
  font-size:85% !important;
} 

#footer .footer-top h5
{
font-size:16px;
margin-bottom:5px;
padding-bottom:15px;
}

#footer .footer-top p
{
	line-height:125%;
	padding-bottom:0;
	 margin-bottom:0;
}

.featured-services h4.title {

  font-size:14px !important;
}

.footer-logo img
{
	width:110px;
	height:auto;
	padding-top:10px;
}

.related-agencies ul li img 
{
	width:auto;
	height:70px;
	margin-bottom:-10px;
	margin-top:-20px;
}

#footer .copyright {
  text-align: center;
  padding-top:20px;
  font-size:75%;
  line-height:125%;
  
}

.back-to-top
{
	bottom:5px;
	right:5px;
}

.back-to-top i {

	font-size: 18px;
	width:30px;
	height:30px;
}

h1
{
	font-size:100%;
}

.inner-page 
{
 font-size:90%;

}
.inner-page  h5
{
	font-size:115%;
}

.featured-services h5
{
	font-size:110%;
}

.inner-page h3
{
	font-size:135% !important;
}

.inner-page h4
{
	font-size:125% !important;
}

.featured-services
{
  padding:20px 0px;
}

.last-updates
{
	font-size:10px;
	padding-top:0;
	margin-top:0;
}

.box-select
{
	padding:15px;
	font-size:12px !important;
}

.box-select img
{
	width:50px;
padding:8px;
}

.box-select h5
{
	font-size:16px;
}

	.home-plenary
	{
		font-size:85% !important;
	}
	
	.home-plenary h4
	{
		font-size:18px;
	}
	
	.sidebar .box-select
	{
	padding:15px;
	font-size:12px;
	}
	
	.sidebar .box-select h5
	{
	font-size:16px;
	}
	
	   .breadcrumbs h2 {

	 font-size:105%;
	 margin-bottom:0;
	 padding-bottom:5px;
  }
  
    .breadcrumbs {
padding:15px 0px;
  }
  
  .breadcrumbs ol {
  font-size:8px;
  padding-top:0;
}

.breadcrumbs ol li + li {
  padding-left:5px;
}
.breadcrumbs ol li + li::before 
{
  padding-right:5px;
}

.ion-md-lock
{
	margin-left:0px;
	font-weight:bold;
	font-size:14px;
	background:#ffffff;
	width:25px;
	height:25px;
	line-height:25px;
	padding-top:4px;
	text-align:center;
}

.but-logout
{

	margin-left:0px;
	width:20px;
	height:20px;
	padding:5px;
	line-height:20px;
	margin-top:3px;
	
}

.icofont-logout
{
		
		padding-top:5px;
		font-size:12px !important;
	
}

.text-teal
{
		color:#ffffff !important;
}

}


@media (max-width: 320px) {
/* Mobile Navigation */
.mobile-nav-toggle 
{
  top:90px;
}

.header-item-right a.menu-icon
{

	font-size:12px !important;
}
  
}


