/**

* Template Name: Website Conference

*/



/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

body {
font-family: "Poppins", sans-serif;
color: #222;
position:relative;

}

a {
color: #265313;

}

a:hover {
color: #333 !important;
text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {
font-family: 'Rubik', cursive !important;

}

.text-dark
{
	color:#222222 !important;
}

h1

{

	font-size:150%;

	text-transform:uppercase;

}



.text-muted

{

	color:#125f7d !important;

}



.bg-light

{

	background:#f5f5f5 !important;

}



.bg-danger

{

background:#be1e2d !important;

}



hr

{

	border-color:#ccc !important;

}



.icofont-eye,

.icofont-eye-blocked

{

	font-size:135% !important;

	color:#125f7d !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;

	max-width:97% !important;

}





.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:#235c0c !important;

}



.text-secondary

{

	color:#132c52 !important;

}



.text-danger

{

	color:#eb661e !important;

}



.text-pink

{

	color:#ff217c;

}



.text-info

{

	color:#3398bf !important;

}



.text-white

{

		color:#ffffff !important;

}



/*=========================

CALCULATION

============================

*/



.table-container 

{

/*display: table;*/

display:flex;

width: 100%;

/*align-items: center;*/

}



.for-mobile-row {

display: none;

}







.table-col-1, .table-col-2, .table-col-3, .table-col-4 

{

/*display: table-cell;*/

padding:5px 10px;

border-bottom: 1px solid #cccccc;

text-align:left !important

}









.table-col-1 {

width: 55%;

padding-top:15px !important;

}

.table-col-2, .table-col-3, .table-col-4 

{

width: 15%;

padding-top:15px !important;

}



.table-col-3

{

padding-left:30px;	

}



.table-header 

{

background-color:#e05b26;

color: #ffffff;

font-weight: 600;

}

.table-header > .table-col-1, 

.table-header > .table-col-2, 

.table-header > .table-col-3, 

.table-header > .table-col-4 

{

padding: 10px;

/*display:table-cell;*/

}





.mobile-text {

display: none;

}







.calculation-container 

{

display:flex;

width: 100%;

}

.calculation-col-1, 

.calculation-col-2 

{

/*display: table-cell;*/

color: #ffffff;



}



.calculation-col-1 

{

width: 80% !important;

padding: 12px 15px;

}

.calculation-col-2 

{

width: 20% !important;	

font-weight: bold;

padding: 12px 15px;

}





.total-price-container 

{

/*display: table;*/

display:flex;

}



.total-price-currency, 

.total-price-amount 

{

/*display: table-cell;*/

}



.total-price-currency 

{



padding-right:5px;

}

.total-price-amount 

{



}



.total-price-amount input[type="text"]

{

	padding-top:5px !important;

	padding-bottom:0 !important;

	height:20px;

	line-height:20px;

	font-weight:700;

	font-size:100%;

}



.table-container select

{

	padding:0 !important;

	margin:0 !important;

	height:30px;

	line-height:30px;

	margin-left:-10px;

	margin-top:-15px;

}



.table-col-3.selection

{

	padding-top:5px !important;

	padding-left:10px;

}



.calculation-row-1 

{

background-color: #454545;

border-top: 1px solid #999;

}



.calculation-row-2 

{

background-color: #12808e;

border-top: 1px solid #454545;

-webkit-border-bottom-right-radius: 5px;

-webkit-border-bottom-left-radius: 5px;

-moz-border-radius-bottomright: 5px;

-moz-border-radius-bottomleft: 5px;

border-bottom-right-radius: 5px;

border-bottom-left-radius: 5px;



}



.calculation-row-3 

{

background-color: #fff79a;

color: #111111;

border-top: 1px solid #454545;



}





.sidebar

{

	position:absolute;

	right:0;

	z-index:55;

	top:350px;

}



body.home-area .sidebar,

body.home-area .mobile-button-selection

{

	display:none;

}





.side-button

{

}



.side-button img

{

	width:80px;

	margin-bottom:5px;

	margin-right:10px;

	height:auto;

}









.sidebar-action-button

{

	font-size:85% !important;

	background:#eeeeee; !important;

	-webkit-border-radius:3px;

	-moz-border-radius:3px;

	border-radius:3px;

	display:block;

	padding:2px 5px;

	text-align:center;

	cursor:pointer;

	font-weight:bold;

}



.sidebar-action-button:hover

{

	background:#265313; !important;

	color:#ffffff !important;

}



.sidebar-action-button2

{

	font-size:85% !important;

	background:#f36a1f !important;

	-webkit-border-radius:3px;

	-moz-border-radius:3px;

	border-radius:3px;

	display:block;

	padding:10px 5px;

	text-align:center;

	cursor:pointer;

	font-weight:bold;

	color:#ffffff;

	width:60px;

	line-height:125% !important;

}



.sidebar-action-button2 i

{

	font-size:30px;

	display:block;

	padding-bottom:10px;

}



.sidebar-action-button2:hover

{

	color:#ffffff !important;

	background:#265313 !important;

}



@media (max-width:991px) 

{

	

.table-header

{

	display:none !important;

}



.total-price-container 

{



}

	

.calculation-col-1 

{

width:60% !important;

font-size:85%;

}

.calculation-col-2 

{

width:40% !important;

font-weight: bold;

font-size:85%;

}





.pricing {

font-weight: bold;

padding: 7px 8px;

margin-bottom: -10px;

width: 180px;

}





.total-price-amount input[type="text"]

{

	padding-top:0px !important;



}



.mobile-text

{

	display:block;

	padding: 0;

	font-weight: bold;

}



.pull-left {

float: none;

display: block;

}

.per-person {

display: inline-block;

font-weight: 300;

}





.table-container 

{

display:block;

width: 100%;

}



.table-col-2, 

.table-col-3, 

.table-col-4 

{

display:inline-block;

border-bottom:0;

}





.table-col-1 

{

padding-top:10px !important;

padding-bottom:10px !important;

background:#395076;

color:#ffffff;

width:100% !important;

border-bottom:0;

}







.table-col-2

{

	width:35%;

	padding-top:0px !important;

	padding-bottom:0px!important;

}



.table-col-3

{

	width:20%;

	padding-top:5px !important;

	padding-bottom:10px!important;

}



.table-col-4

{

	width:35%;

	padding-top:0px !important;

	padding-bottom:0px!important;

}



}



.terms-box ol

{

	margin-left:30px !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: 25px;
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: #265313;

	color: #93ce20;

	transition: all 0.4s;

	padding-bottom:5px;

}

.back-to-top i:hover {
background: #265313;
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-left

{

	width:12%;

}



.top-area-middle h2

{

	font-size:135%;

	line-height:115%;

	margin:0;

	padding:10px;

	padding-top:0px;

	border-bottom:1px solid #feb602;

	display:inline-block;

}



.top-area-middle

{

	padding:10px 0px;

	width:83%;

	text-align:right;

}





.top-area-middle h5

{

	font-size:110%;

	padding:8px 10px;

	padding-bottom:1px;

	margin:0;

	

}



.top-area-middle .desktop-login

{

	text-align:right;

	padding-bottom:15px;

}



.top-area-middle .desktop-login .menu-icon

{

	background:#eb661e;

	color:#ffffff;

	padding:7px 30px;

	font-weight:bold;

	font-size:85%;

	-webkit-border-radius:30px;

	-moz-border-radius:30px;

	border-radius:30px;

}



.top-area-middle .desktop-login .menu-icon:hover

{

	background:#333333;

	color:#ffffff !important;

}



.top-area-left,

.top-area-middle,

.top-area-right

{

	display:table-cell;

	vertical-align:middle;

}



.header

{

background:#ffffff;

background-size:cover;

}



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:270px;
height:auto;
padding-top:5px;
padding-bottom:10px;

}



.after-header

{

	background:#eb661e;

	font-size:12px;

	display:table;

	width:100%;

	

}



.after-header a

{

	color:#ffffff !important;	

}



.after-header .mobile-button

{

	position:relative;

	padding:7px 10px;

	display:table-cell;

	width:50%;

}



.after-header .mobile-button:hover

{

	background:#333333;

}





.after-header .mobile-button i

{

	position:absolute;

	right:20px;

	top:2px;

	font-weight:bold;

	font-size:20px;

}



@media (max-width: 1024px) 

{



.top-area-middle

{

	padding:0;

}


.top-area-middle h2

{

line-height:100%;

border-bottom:0px;

}



.mobile-area

{



	margin-left:-10px;

	color:#be1e2d;

	border-top:1px solid #be1e2d;

}



.mobile-area h6

{

	background:#eb661e !important;

	color:#ffffff !important;

	padding:2px 10px;

	margin:0;

}


.top-area-box
{

	 padding:0;

	 width:100% !important;
}



	.header

	{

	/*background:#c5c2cd url(../images/top-bannner-bg.jpg) bottom center no-repeat;*/

	background-size:cover;

	}

}



@media (max-width: 768px)

{
	.top-area,

	.top-area-right

	{

		width:100%;

	}

	



	

	header .logo img 

	{

	max-width:120px;

	padding:10px 0px;

	padding-left:10px;

	margin:auto;

	}

	

	.top-area-middle h2

	{

	font-size:110% !important;

	text-align:right;

	margin-bottom:0;

	padding-bottom:0;

	}

	



	

	.top-area-left

	{

		width:25%;

	}

	

	.top-area-middle

	{

	padding:10px;

	width:75%;

	}

	









}



.slider-cover

{

	background:url(../images/home-slider-bg.jpg) no-repeat top center;

	background-position:0 0px !important;

	background-size:cover;

}





.home-slider
{
background: #DDCB8B;
background: linear-gradient(90deg, rgba(221, 203, 139, 1) 0%, rgba(208, 211, 142, 1) 14%, rgba(208, 211, 142, 1) 32%, rgba(197, 211, 151, 1) 48%, rgba(181, 204, 173, 1) 65%, rgba(255, 243, 209, 1) 80%, rgba(255, 255, 255, 1) 99%);
color:#ffffff;
height:auto;
background-size: 400% 400%;
animation: gradient 15s ease infinite;
padding-bottom:30px;
}



@keyframes gradient 
{

	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}

}

/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/









/* 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:#9c2e2e !important;

	background:#ffffff;

	width:30px;

	height:30px;

	line-height:30px;

	-webkit-border-radius:50px;

	-moz-border-radius: 50px;

	border-radius: 50px;

	padding:7px;

	

}



.but-login

{

	margin-left:5px;

	font-weight:bold;

	font-size:85%;

	background:#ffffff;

	width:30px;

	height:30px;

	line-height:30px;

	text-align:center;

	-webkit-border-radius:50px;

	-moz-border-radius: 50px;

	border-radius: 50px;

	color:#9c2e2e !important;

	display:inline-block;

	padding:7px;

}











@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%;
}


h1

{

	font-size:130%;

}





.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;

}


}







.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;

}



input, textarea,.form-control

{

	border-color:#888888 !important;

	background:#f7f7f7;

	color:#111111;

}





/* The radio */



.other-input

{

display: none; 

margin-top:5px;

}



.other-input-block

{

display: block; 

margin-top:5px;

}





/*--------------------------------------------------------------

# TABLE

--------------------------------------------------------------*/

.table thead

{

	

	background: #265313;

	color:#ffffff;	



}



.table thead td

{

border-right:1px solid #265313;

}



.table

{

	margin-top:10px;

	font-size:100%;

	border:1px solid #265313;

}



.table td

{

	

	border-top:1px solid #265313;

}



.table-bordered

{

	border:1px solid #003c6b !important;

}



.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;

}



/*

.table > tbody > tr > td {
   vertical-align: middle;

}

*/



/*--------------------------------------------------------------

# Hero Section

--------------------------------------------------------------*/

#hero

{

	background:#008ecf;



}



#hero hr

{

	border-color:#bde5ee !important;

}



.dateline-box

{

	padding:30px;

	font-size:85% !important;

	padding-bottom:20px;

}



.dateline-box h2

{

	font-size:200%;

}



.dateline-box h5

{

	font-size:135%;

}



.dateline-box h4

{

	font-size:150%;

}



/*--------------------------------------------------------------

# Sections General

--------------------------------------------------------------*/

section {
padding:0;
overflow: hidden;

}



section.inner-page {
padding:50px 0;
background:#fff url(../images/greybg.jpg) center left no-repeat;
background-position:0px -60px;
background-size:cover;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
-webkit-box-shadow: inset 1px 20px 19px -18px rgba(0,0,0,0.75);

-moz-box-shadow: inset 1px 20px 19px -18px rgba(0,0,0,0.75);

box-shadow: inset 1px 20px 19px -18px rgba(0,0,0,0.75);



}





.inner-page a

{

	border-bottom:0px dotted #333;

	margin-bottom:1px;

	font-weight:600 !important;

	color:#0a6d34 !important;

}





.inner-page a

{

	border-bottom:0px dotted #333;

	margin-bottom:1px;

	font-weight:600 !important;

	color:#0a6d34 !important;

}





.inner-page a.btn.btn-primary

{

	color:#ffffff !important;

}



.inner-page ul, 

.inner-page ol

{

	margin-left:45px;

}



.inner-page li

{

	padding-bottom:0px;

}



.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: #ecf8f9;
min-height: 40px;
background:#265313 url(../images/darkbg2.jpg) top left;
background-size:cover;
color:#ffffff;

box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}







@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;
}

}



	         .btn-primary 

			 {

				background-image: linear-gradient(to right, #268939 0%, #869b23  51%, #257b29  100%);

				padding:8px 35px !important;

				text-align: center;

				text-transform: uppercase;

				transition: 0.5s;

				background-size: 200% auto;

				color: white;  

				border:0; 

				font-size:90%;

				font-weight:600; 

				-webkit-border-radius:30px;

				-moz-border-radius:30px;

				border-radius:30px;   
           }



		.btn-primary:active,

		.btn-primary:visited,
      .btn-primary:hover 

		  {
          background-position: right center; /* change the direction of the change here */
          color: #fff !important;
          text-decoration: none;
        }
       

	.btn-secondary

	{

	background:#be1e2d;

	border:0;

	font-weight:bold;

	}

	

	.btn-secondary:hover

	{

		color:#ffffff !important;

		background-color:#265313 !important;

	}



.bg-primary

{

	background:#265313 !important; 



}



.bg-info

{

	background:#eb661e !important;

}





/*--------------------------------------------------------------

# Featured Services

--------------------------------------------------------------*/

.featured-services

{
background:url(../images/home-slider-bg.jpg) top center;
background-size:cover;
padding:50px 0px;

}



.featured-services .icon-box {
padding: 30px;
position: relative;
overflow: hidden;
background: #008ecf;
color:#ffffff;
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: #132c52;

	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;
filter: brightness(0) invert(1);

}



.featured-services .icon-box .icon.icon-round01

{

	background:#008ecf;

	-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:#ffffff !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: #008ecf;


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:#ffffff;

} 



.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 .testimonial-item 

{
box-sizing: content-box;
padding-top:0;
margin-top:0;

}

.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 .testimonial-item h3 {
font-size: 18px;
font-weight: bold;
margin: 10px 0 5px 45px;
color: #111;

}





.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:175%;

	line-height:100%;

	}


	.testimonials h4 

	{

	font-size: 14px;

	}

}

/*--------------------------------------------------------------

# 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: 0px 5px;

}



.related-agencies ul li img 

{

	height:120px;

	width:auto;

	margin-bottom:10px;

}



.related-agencies ul li img.morespace 

{

	padding-left: 10px;

	padding-right: 10px;

}



/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

.footer

{



	padding-top:50px;

	background-color: #D9AFD9;

background-image: linear-gradient(0deg, #f9f9f9 0%, #dddddd 100%);



}



.footer-logo

{

	text-align:right;

}



.footer-logo img

{

	width:200px;

	height:auto;

}



.footer-btm

{

	border-top:1px solid #999999;

	font-size:90%;

}



.footer-contact

{

	font-size:95% !important;

	line-height:125%;

}



.before-footer

{

	font-size:90%;

	line-height:135%;

	color:#333333;

}



@media (max-width:1280px)

{







}



@media (max-width:1024px)

{







}



@media (max-width:991px)

{





	

.faculty-content

{ 

text-align:center;

}





img.faculty-img

{

	text-align:center

}

	






.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;

	

}



}



@media (max-width: 640px) {

/* Mobile Navigation */

.mobile-nav-toggle 

{
top:130px;

}


footer

{

	font-size:75% !important;

	text-align:center !important;

	padding-left:20px;

	padding-right:30px;

}



footer h5

{

	font-size:125% !important;

}



.sidebar

{

	top:250px;

}





.side-button img

{

	width:60px;

	margin-bottom:5px;

	margin-right:5px;

	height:auto;

}

}



@media (max-width: 480px) 

{

.sidebar

{

	top:300px;

}



body.home-area .sidebar

{

	top:300px;

}







.side-button img

{

	width:45px;

	margin-bottom:5px;

	margin-right:5px;

	height:auto;

}





body.home-area .side-button img

{

	width:60px;

	margin-bottom:5px;

	margin-right:5px;

	height:auto;

}	

	

/* Mobile Navigation */

.testimonials {
  margin: 0px 0px;
}

  .testimonials h2 

	{

	font-size:145%;

	line-height:100%;

	}



.header-item-right a.menu-icon

{



	font-size:12px !important;

	color:#ffffff;

	padding:0px 5px;

}



	.header-item-right

	{

		padding-top:0px;

		margin-top:-5px;

	}



	header .logo img 

	{

	max-width:130px;

	padding:5px 10px;

	padding-right:0px;

	margin:auto;

	padding-top:0;

	}

	

	.top-area-middle h2

	{

	font-size:14px !important;

	text-align:center;

	margin-bottom:0;

	padding-bottom:0;

	}

	

.mobile-area

{



	margin-left:-10px;

	color:#be1e2d;

	border-top:1px solid #eb661e;

}



.mobile-area h6

{

	background:#eb661e !important;

	color:#ffffff !important;

	padding:4px 5px;

	margin:0;

	font-size:12px;

}



.mobile-area small

{

	font-size:9px;

	color:#000000 !important;

	font-weight:bold;

}









.but-login

{



	font-weight:bold;

	font-size:85%;

	background:#ffffff;

	width:20px;

	height:20px;

	color:#9c2e2e !important;

	padding:3px;

}



.dateline-box

{

	padding:20px;

	font-size:85% !important;

	padding-bottom:10px;

}



.dateline-box h2

{

	font-size:160%;

}



.dateline-box h4,

.dateline-box h5

{

	padding:0;

	margin:0;

}





.dateline-box hr

{

	border-color:#7b5900 !important;

}



.dateline-box h5

{

	font-size:100%;

	line-height:120%;

	font-weight:300 !important;

	padding-top:0;

	margin-top:0;

	padding-bottom:5px;

}



.dateline-box h4

{

	font-size:120%;

	line-height:100%;

}



.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:150px;

	height:auto;

	padding-top:10px;

}



.related-agencies ul li img 

{

	width:auto;

	height:45px;

	margin-bottom:-10px;

}



#footer .copyright {
text-align: center;
padding-top:20px;
font-size:75%;
color:#ffffff;
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;

}



}





@media (max-width: 320px) {

/* Mobile Navigation */

.mobile-nav-toggle 

{
top:90px;

}



.header-item-right a.menu-icon

{



	font-size:8px !important;

}


}

