/**
 * Stylesheet:  style.css
 * Theme:       Medinix - Medical And Health Care HTML5 Template
 * Version:     1.0
 * Author:     	ShiftTechPlus
 * URL:         https://themeforest.net/user/shifttechplus/
 * 
 */
/* Table of contents
=========================
1.Preloader
2.Scrollup
3.Header Top
4.Menu  Section
5.Slider Section
6.About Us Section
7.Title Section
8.Doctor Feature Section
9.Counter Up Section
10.Department Section
11.Skill Progress Section
12.FAQ Section
13.News Letter Section
14.Why Choose Us Section 
15.Project Section 
16.Team Section 
17.Patner Section
18.Blog Section 
19.Sidebar
20.Home Version 2 
21.feature service version 2 
22. Why Us
23. Pricing Section
24. Home Version 3
25. Feature Service 3
26. Team Version 2
27. Testimonial V2 Section
28.Page Heading Section
29.Team Details Page
30.Career Page
31.Portfolio Section
32.Contact Page
Footer Section 
===========================*/

/*------------------*/
/*Theme default CSS
/*------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

html,
body {
font-size: 14px;
color: #2d3663;
font-family: 'Raleway', sans-serif;
vertical-align: baseline;
line-height: 1.7;
font-weight:400;
overflow-x: hidden;
}
a:focus {
  outline: 0px solid;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0 0 20px;
font-weight: 600;
font-family: 'Montserrat', sans-serif;
color: #041331;
}

h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 16px;
}

a {
  transition: all 0.5s ease-out;
  text-decoration: none;color:#041331
}
a:active,
a:hover {
  outline: 0 none;
  color: #041331;text-decoration:none
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #2196f3;
  text-shadow: none;color:#fff
}
::selection {
  background: #2196f3;
  text-shadow: none;color:#fff
}
textarea:focus, input:focus{
    outline: none;
}
.pt-170{padding-top:170px}
.pt-120{padding-top:120px}
.pt-100{padding-top:100px}
.pt-90{padding-top:90px}
.pt-60{padding-top:60px}
.pt-160{padding-top:160px}
.pb-100{padding-bottom:100px}
.pb-80{padding-bottom:80px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.bg-color{background:#fbfbfb}
.no-padding-left{padding-left:0px}
.no-padding-right{padding-right:0px}
.margin-top-50{margin-top:50px}
.bg-gray{
	background:#faf9f7
}
.bg-light-gray{
	background:#f5f5f5
}
.img-fluid {
	width: 100%;
	margin-bottom: 30px;
}
.pd-right-10 {
	padding-right: 10px;
}
.pd-left-10 {
	padding-left: 10px;
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
	right: 0;
    bottom: 0;
}
#preloader-status {
    height: 210px;
	width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;	
}


/*
2.Scrollup
==============*/
#scrollUp {
	background: #3497db none repeat scroll 0 0;
	border-radius: 100%;
	bottom: 5px;
	color: #fff;
	font-size:16px;
	height: 40px;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}
#scrollUp:hover {
  opacity: 1;
  color: #fff!important;background:#c9c00;
}
#scrollUp i {
display: block;
font-weight: bold;
padding-top: 11px;
}
/*
3.Header Top
============================*/
.header-top {
	padding: 24px 0;
	border-bottom: 1px solid #eae9e9;
}
.info-intro:first-child{
	padding-left:0px;
}
.contact-intro-inner {
	padding-left: 0;
}
.contact-intro {
	text-align: right;
	margin-top: 6px;
}
.info-intro {
	display: inline-block;
	padding-left: 30px;
}
.info-text h5 {
	font-size: 15px;
	margin-bottom: 0;
	text-align: left;
	text-transform: capitalize;
	color:#2d3663;
	font-weight:800;
	font-family: 'Raleway', sans-serif;
}
.info-icon {
	display: inline-block;
	float: left;
	font-size: 34px;
	color: #8bc0df;
	line-height: 0;
}
.info-text {
	padding-left: 46px;
	text-align: left;
}
.info-text a, .info-text span {
	font-size: 14px;
	color: #b7b7b7;
	text-transform: capitalize;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
/*
4.Menu  Section
=================*/
.nav-menu-area {
	padding-right: 0;
}
.menu {
	display: inline-block;
	position: relative;
}
.main-menu ul {
margin : 0;
padding : 0;
position : relative;
}
.main-menu ul li {
	display: inline-block;
	position: relative;
}
.main-menu ul li.active > a {
	position: relative;
	color: #fff;
	z-index: 2;
}
.main-menu ul li.active > a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 33px;
	background: #2d3663;
	z-index: -1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main-menu ul li a {
	display: block;
	font-size: 14px;
	padding: 10px 12px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	position: relative;
	color: #2d3663;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	line-height: 50px;
}
.main-menu ul li ul:hover .main-menu ul li a{
  background: #fafafa;
}
.main-menu ul li a:hover {
transition : all 0.4s 0s ease;
color:#3497db
}

.main-menu ul ul {
	background: #fff none repeat scroll 0 0;
	left: 12px;
	opacity: 0;
	position: absolute;
	text-align: left;
	top: 100px;
	transition: all 0.4s ease 0s;
	visibility: hidden;
	z-index: 99999;
	transition: all 0.3s ease 0s;
	border-top: 2px solid #3497db;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	padding: 20px 0;
}
.main-menu ul ul li {
float : none;
width : 220px;
}
.main-menu ul ul li ul {
	visibility: hidden !important;
	opacity:0;
}
.main-menu ul ul li i {
	float: right;
}
.main-menu ul ul li:hover ul{
	visibility: visible !important;
	top : -1px;
	transition: all 0.3s ease 0s;
	opacity:1;	
}
.main-menu ul ul li a {
	line-height: 120%;
	padding: 10px 20px;
	color: #041331;
	font-size: 14px;
}
.main-menu ul ul li a:hover {
color:#fff;background:#3497db;
}
.main-menu ul ul ul {
left : 100%;
transition: all 0.3s ease 0s;
opacity:1;
border-top:0px;
border-top:2px solid #3497db;
}
.main-menu ul li:hover ul {	
 visibility: visible;
 transition: all 0.4s ease 0s; 
 opacity: 1;
 top:72px; 
}
.site-search {
	position: relative;
}
.site-search::before {
	position: absolute;
	content: "";
	height: 73px;
	width: 1px;
	background: #eae9e9;
	top: -25px;
	left:-20px
}
.site-search span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	background:transparent;
}
.site-search.open span i.fa-search::before {
	 content: "\f00d" !important;
	color:#3497db
}
.site-search i {
	color: #555555;
	font-size: 18px;
}
.search-forum > form {
	display: inline-flex;
	background: #fff;
	padding: 18px 20px;
	border-top: 2px solid #3497db;
}
.search-forum input[type="text"] {
	padding: 10px;
	border: 1px solid #ddd;
}
.search-forum input[type="submit"] {
  padding: 10px;
  background: #3497db;
  color: #fff;
}
.search-forum {
	left: -218px;
	position: absolute;
	top: 46px;
	transition: all 0.4s ease 0s;
	z-index: 2;
}
.search-forum.dropdown-menu {
	padding: 0;
	border: 0px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

 @-webkit-keyframes slideUpIn {
	 0% {
		 
		 -webkit-transform: translateY(40px);
	 }
	 100% {
		 
		 -webkit-transform: translateY(0);
	 }
	 
	 0% {
		 -webkit-transform: translateY(40px);
	 }
}

@keyframes slideUpIn {
	0% {
		transform: translateY(40px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(40px);
	}
}

.slideUpIn {
	-webkit-animation-name: slideUpIn;
	animation-name: slideUpIn;
}
.menu-nav-sec.sticky_menu {
	left: 0;
	right: 0;
	top: 0;  
	position: fixed;
	z-index: 9999;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
	background-color:#fff
}
.menu-nav-sec.sticky_menu .menu-area{
	background:inherit;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a{
	color:#041331;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu  ul li ul li a{
	color:#041331!important;
}
.home-v2 .menu-area .main-menu  ul li ul li a,
.home-v3 .menu-area .main-menu  ul li ul li a{
	color:#041331!important;
}
.home-v2 .menu-area .main-menu  ul li ul li a:hover,
.home-v3 .menu-area .main-menu  ul li ul li a:hover{
	color:#fff!important;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li.active a{
	color:#fff;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li ul li a:hover{
	color:#fff!important;
}
.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a:hover{
	color:#3497db;
}
.menu-nav-sec.sticky_menu .menu-area .site-search i {
	color: #041331;
}
.mobile-logo {
	display: none;
}
/*Menu Sidebar*/
.menu-sidebar-sec {
	padding-left: 0;
	text-align:right
}
.menubarContent {
background: #2d3663;
list-style: none;
margin: 0;
position: fixed;
right: 0;
overflow-y: auto;
float: none;
width: 370px;
height: 100vh;
top: 0;
padding: 30px 30px 0;
z-index: 9999999;
-moz-transition: transform .4s ease;
transition: transform .4s ease;
text-align: left;
-ms-transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
transform: translateX(100%);
-ms-transition: transform .4s ease;
-webkit-transition: transform .4s ease;

}
.close-button {
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 36px;
	float: right;
	margin-top: 4px;
}
.menu-sidebar-about {
	color: #fff;
	font-size: 16px;
	margin-top: 40px;
}
.menu-sidebar-contact-wedget h2 {
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	text-transform: uppercase;
}
.menu-sidebar-contact-wedget p {
	color: #fff;
}
.menu-sidebar-contact-wedget h2::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 35px;
	background: #086475;
	left: 0;
	bottom: -1px;
}
.menu-sidebar-contact-wedget h2::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 35px;
	background: #03a3c7;
	left: 0;
	bottom: 0;
}
.menu-sidebar-sococial.footer-social-profile {
	text-align: left;
	margin-top: 40px;
}
/*Menu Right Nav*/
.search-bar-icon,
.booking-btn,
.menu-sidebar {
	display: inline-block;
}
.booking-btn a {
	padding: 24px 26px;
	background: #2d3663;
	display: inline-block;
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px 16px;
	font-family: 'Raleway', sans-serif;
}
.booking-btn a:hover{
	background:#3497db;
}
/*
5.Slider Section
======================*/
.slider {
  position: relative;
}
.all-slide .owl-item {
  height:850px;
}
.all-slide .single-slide {
background-position: center center;
background-size: cover;
height: 100%;
background-repeat: no-repeat;
}
.slider-text {
	left: 0;
	position: relative;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 2;
	width: 1170px;
	padding: 30px 15px;
	margin: 0px auto;
	overflow:hidden;
}
.slider-wraper {
	display: inline-block;
	width: 590px;
	height: 590px;
	background: #3497db;
	border-radius: 100%;
	position: relative;
}
.slider-wraper::before {
	position: absolute;
	content: "";
	background:rgba(52, 150, 217, 0.65);
	width: 100%;
	height: 100%;
	right: -51px;
	border-radius: 100%;
	top: 15px;
}
.slider-wraper-middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
	transform: translateY(-50%);
}
.slider-wraper span {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px;
	display: inline-block;
	width: 100%;
}
.slider-text h1 {
	color: #fff;
	font-size: 46px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-weight: bold;
	margin-bottom: 10px;
}
.slider-text h1 span{color:#3497db}
.slider-text p {
  color: #fff;
}
.slider-text ul{
	margin-top:20px;
}
.slider-text li {
	display: inline-block;
	margin-right:10px;
}
.slider-text li a {
	padding: 20px 33px;
	display: inline-block;
	background: #2d3663;
	color: #fff;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 20px;
	border-radius: 50px;
}
.slider-text li a i {
	font-size: 26px;
	margin-right: 10px;
}
.all-slide .owl-controls .owl-buttons div {
background: none;
opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
  left:10px;
  position: absolute;
}
.all-slide .owl-controls .owl-next {
  right:10px;
  position: absolute;
}
.all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
	background: transparent;
	color: #fff;
	font-size: 25px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	border: 1px solid #fff;
}
.all-slide .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;color:#3497db;border-color:#3497db
}
.all-slide .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;color:#3497db;border-color:#3497db
}
.all-slide.owl-theme .owl-controls .owl-dots {
	position: absolute;
	width: 1170px;
	z-index: 99;
	margin: 0px auto;
	text-align: left;
	left: 0;
	right: 0;
	bottom: 40px;
	padding-left:15px;
}
.all-slide.owl-theme .owl-dots .owl-dot {
	background: #fff;
	height: 17px;
	margin: 5px;
	width: 17px;
	display: inline-block;
}
.all-slide.owl-carousel.owl-theme .owl-dot.active {
background: #2d3663;
}

/*
6.About Us Section
======================*/
.about-inner {
	background: #2d3663;
	border-radius: 10px;
	padding: 46px 38px;
}
.about-sec{
	position:relative;
}
.group-title {
	position: absolute;
	z-index: -1;
	left: 0;
	top: 40px;
}
.group-title h1 {
	font-size: 200px;
	text-transform: uppercase;
	font-weight: 800;
	color:#f7f7f7;
}
.about-desc {
	border-right: 1px solid #424a73;
	padding-right: 30px;
}
.about-banner {
	text-align: center;
}
.office-time {
	padding-right: 170px;
}
.about-desc,
.office-time {
	color: #fff;
}
.about-desc h2,
.office-time h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 800;
}
.about-desc h2 span,
.office-time h2 span {
	color: #3497db;
	font-size: 32px;
	margin-right: 12px;
}
.about-short-text p {
	font-size: 18px;
	color: #ffffff;
	font-style: italic;
}
.about-short-text a {
	color: #3497db;
	border-bottom: 1px solid #3497db;
}
.about-readmore {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
}
.office-time ul li {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}
.office-time ul li span {
	float: right;
}

/*
7.Title Section
======================*/
.sec-title h1 {
	color: #2d3663;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 15px;
	font-size: 35px;
}
.sec-title h1 span {
	color: #3497db;
}
.border-height {
	width: 5px;
	height: 30px;
	background: #3497db;
	margin-bottom:15px;
}
.sec-border-height {
	width: 5px;
	height: 30px;
	background: #3497db;
	text-align: center;
	margin: 0px auto;	
	margin-bottom:15px;
}
.sec-sub-title {
	font-weight: 800;
	color: #2d3663;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
}
/*
8.Doctor Feature Section
======================*/
.feature-sec{
	position:relative;
}
.feature-banner {
	position: absolute;
	top: 0;
	height: 100%;
}
.feature-banner img {
	margin-top: 66px;
}
.department-sec-title {
	background-image: url('../img/department-sec-img.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding:70px 0px;
	position:relative;
}
.department-sec-title-overlay {
	position: absolute;
	content: "";
	background-color:rgba(255, 255, 255, 0.87);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.doctor-feature {
	padding: 24px 30px;
	box-shadow: 0 0 20px 3px #fafafa;
	margin-bottom: 30px;
	position: relative;
}
.doctor-feature::before {
	position: absolute;
	content: "";
	width: 3px;
	height:0px;
	background: #3497db;
	left: 0;
	top: 30px;
	transition: all 0.4s ease 0s;
}
.doctor-feature:hover.doctor-feature::before {
	transition: all 0.4s ease 0s;
	height:100px;	
}
.doctor-feature:hover.doctor-feature i{
	color:#3497db;
	transition: all 0.4s ease 0s;
}
.doctor-feature i {
	font-size: 36px;
	margin-bottom: 20px;
	display: inline-block;
	transition: all 0.4s ease 0s;
}
.doctor-feature h2 {
	margin-bottom: 10px;
	line-height: 24px;
}
.doctor-feature h2 a {
	color: #2d3663;
	font-weight: 800;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.doctor-feature p{
	margin-bottom:0px;
}
/*
9.Counter Up Section
======================*/
.counter-up-sec {
	padding: 94px 0px;
	text-align: center;
}
.single-counter {
	display: inline-block;
	width: 25%;
	float: left;
}
.single-counter-inner {
	display: inline-block;
}
.single-counter:last-child{
	padding-right:0px;
}
.counter-number {
	display: inline-block;
	float: left;
	width: 100px;
}
.counter-number h1 {
	font-size: 85px;
	color: #3497db;
	margin-bottom:0px;
}
.counter-text {
	text-align: left;
	padding-left: 110px;
	margin-top: 18px;
}
.single-counter {
	display: inline-block;
}
.counter-text h2 {
	margin-bottom: 10px;
	color: #2d3663;
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
}
/*
10.Department Section
======================*/
.shorttitle {
	display: none;
}
.department-tab-content {
	padding: 60px 40px;
	background: #f5f5f5;
	border-radius:6px;
}
.department-tab-list {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.department-tab-list li {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2d3663;
	position: relative;
	width: 100%;
}
.department-tab-list li.active a {
	color: #fff;
	background: #2d3663;
	border-bottom: 0;
}
.department-tab-list li a {
	padding: 20px 20px;
	display: inline-block;
	border-bottom: 1px dashed #d2d2d2;
	width: 100%;
	border-radius: 6px;
	margin-bottom: 1px;
	font-size: 18px;
	font-weight: 600;
}
.department-tab-list li a i {
	font-size: 24px;
	margin-right: 20px;
}
.department-tab-list li a img {
	margin-right: 16px;
}
.tab-content-text h2 {
	font-size: 24px;
	font-weight: 800;
	color: #2d3663;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
}
.tab-content-text h4 {
	color: #2d3663;
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5;
	font-weight: 800;
}
.readmore-btn {
	padding: 15px 34px;
	display: inline-block;
	background: #2d3663;
	color: #fff;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50px;
}
.readmore-btn i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.readmore-btn:hover{
	background:#3497db;
	color:#fff;
}
.department-tab .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #2d3663;
	background-color: rgba(45,54,99,.95);
}
/*
11.Skill Progress Section
=========================*/
.skill-and-accordion-sec {
	padding-top: 60px;
	padding-bottom: 100px;
}
.progress-inner {
margin: 0 0 12px;
overflow: hidden;
}
.progress-inner-item {
  position: relative;
  margin:0;
}
.skill-title {
	z-index: 100;
	color: #2d3663;
	font-size: 18px;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}
.progressbar-number{
  width: 100%;
  z-index: 10;
}
.progress-number-count {
  background-color:#6bb1e1;
  padding: 0 8px;
  position: absolute;
  bottom: -40px;   
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
} 
.progressbar-number,
.progress-number-count {
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  letter-spacing: 0px;
  font-weight: 800;
  text-transform: none;
  color:#fff
}
.progress-content-outter {
	height: 40px;
	background-color: #eeeeee;
}
.progress-content {
  height: 40px;
  background-color: #2d3663;
  width: 0%;
}
/*
12.FAQ Section
=========================*/
.faq-sec .panel {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.0);
	background: transparent;
}
.faq-sec  .panel-group .panel + .panel {
	margin-top: 0;
}
.faq-sec .panel-content {
	border: 1px solid #c0e8f1;
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.faq-sec .panel-heading a {
	margin-bottom: 0px;
	padding: 18px 30px;
	border: 1px solid #c0e8f1;
	border-radius: 0;
	background: transparent;
	width: 100%;
	display: inline-block;
	text-transform: uppercase;
	color: #2d3663;
	font-weight: 800;
	font-size: 14px;
	background: #ffffff;
	text-decoration: none;
	position: relative;
	font-family: 'Raleway', sans-serif;
	background: #f2f7f9;
	line-height: 1.6;
}
.faq-sec .panel-group .panel-heading.active h4 a {
	background: #2d3663;
	color:#fff;
}
.faq-sec .panel-title a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f067";
	color: #3497db;
	font-weight: bold;
	font-size: 18px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
}
.faq-sec .panel-group .panel-heading.active h4 a::before {
	float: right !important;
	font-family: FontAwesome;
	content: "\f068";
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	text-align: center;
	line-height: 24px;	
}
.faq-sec .panel-group .panel-heading.active h4 a::after {
	width: 1px;
	height: 100%;
	background: #22517c;
	right: 85px;
	position: absolute;
	content: "";
	top: 0;
}
.faq-sec .panel-group .panel-heading h4 a::after {
	width: 1px;
	height: 100%;
	background: #c0e8f1;
	right: 85px;
	position: absolute;
	content: "";
	top: 0;
}
.faq-sec.faq-page-sec {
	overflow: visible;
	padding: 0;
	background: none;
}
.faq-sec .panel-group .panel-heading {
	border-bottom: 0;
	padding: 0px 0px;
}
.accordion-right-text p {
	margin-bottom: 0;
}
.accordion-left-img {
	float: left;
	border: 3px solid #c0e8f1;
}
.accordion-right-text {
	padding-left: 160px;
}
/*
13.News Letter Section 
======================*/
.newsletter-sec {
	padding: 50px 0;
	background: #2d3663;
}
.newsletter-icon i {
	font-size: 72px;
	color: #fff;
}
.newsletter-icon {
	float: left;
	margin-top: 20px;
}
.newsletter-text {
	padding-left: 100px;
}
.newsletter-text span {
	color: #6bb1e1;
	font-size: 12px;
	letter-spacing: 10px;
	font-weight:800;
}
.newsletter-text h1 {
	font-size: 30px;
	font-weight: 800;
	color: #fff;
	line-height: 42px;
}
.newsletter-form {
	margin-top: 30px;
}
.newsletter-form form input[type="email"] {
	padding: 15px 165px 15px 34px;
	background: #47ccc8;
	border-radius: 50px;
	font-weight: 500;
	color: #747993;
	width: 100%;
}
.newsletter-form form{
	position:relative;
}
.newsletter-form form button {
	padding: 15px 30px;
	background: #232949;
	color: #fff;
	font-weight: 500;
	border-radius: 50px;
	position: absolute;
	right:-4px;
	top: 0;
}
.newsletter-form button i {
	font-size: 24px;
	margin-right: 8px;
	position: relative;
	top: 3px;
}
/*
14.Why Choose Us Section 
======================*/
.why-choose-us-sec {
	position:relative;
}
.why-us-subtitle,
.feature-service-v3-subtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
	color: #2d3663;
	letter-spacing: 6px;
}
.why-choose-v1-title h1,
.feature-service-v3-title h1 {
	color: #2d3663;
	font-size: 36px;
	font-weight: 800;
	line-height: 47px;
	margin-bottom:4px;
}
.why-choose-v1-title h2,
.feature-service-v3-title h2{
	font-size: 36px;
	color: #3497db;
}
.why-choose-v1-title h2{
	font-weight:300;
}
.why-choose-v1-title p {
	font-weight: 500;
	font-size: 16px;
}
.feature-service-v3-title {
	text-align: center;
}
.feature-service-v3-title p {
	font-weight: 600;
	font-size: 16px;
	color: #;
}
.why-choose-v1-single {
	margin: 20px 0;
	color: #2d3663;
}
.why-choose-v1-single .icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	border-radius: 100%;
	position: relative;
	border: 2px solid #f3f3f3;
	background:#fff;
	color:#3497db
}
.why-choose-v1-single .media{
	overflow:visible;
}

.why-choose-v1-single:nth-child(1) .icon{color:#3497db}
.why-choose-v1-single:nth-child(2) .icon{color:#fd5e80}
.why-choose-v1-single:nth-child(3) .icon{color:#ffd041}

.why-choose-v1-single .media-left{
position:relative;
}
.why-choose-v1-single .media-left::before {
	width: 1px;
	height: 170px;
	position: absolute;
	content: "";
	top: 0;
	left: 30px;
	border-left: 2px solid #f3f3f3;
	transition: all 0.4s ease 0s;
}
.why-choose-v1-single:last-child .media-left:before {
	display:none;
}
.why-choose-v1-single .media-body h2 {
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #2d3663;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}

/*
15.Project Section 
======================*/
.single-gallery {
	position: relative;
	overflow:hidden;
}
.single-gallery > img {
	width: 100% !important;
}
.single-gallery-overlay a img {
	position: absolute;
	right: 0;
	top: 20px;
	right: 30px;
	transform: scale(0);
	transition: all 0.4s ease 0s;	
}
.single-gallery:hover .single-gallery-overlay a img{
	transform: scale(1);
	transition: all 0.4s ease 0s;	
}
.single-gallery img{
	transform:scale(1);
	transition: all 0.4s ease 0s;
}
.single-gallery:hover.single-gallery img{
	transform:scale(1.2);
	transition: all 0.4s ease 0s;	
}
.single-gallery-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 0.4s ease 0s;
	border: 10px solid rgba(0, 0, 0, 0.0);
}
.single-gallery-overlay::before {
	position: absolute;
	top: 0;
	content: "";
	height:0%;
	width: 100%;	
	background-color: rgba(45,54,99, 0.95);
	transition: all 0.4s ease 0s;	
}
.single-gallery:hover .single-gallery-overlay::before {
	height:100%;
	transition: all 0.4s ease 0s;	
}
.single-gallery-text {
	position: absolute;
	top: 50%;
	width: 100%;
	padding: 0px 20px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
	transform: translateY(-50%);
}
.single-gallery-text h2 {
	margin-bottom: 10px;
}
.single-gallery-text h2 a {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	text-transform:uppercase;
}
.single-gallery-text span{
	color:#b7b7b7;
	font-size:14px;
	text-transform:uppercase;	
}
.single-gallery:hover .single-gallery-text{
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
}
.medical-project .owl-item img {
	width: auto;
}
.single-gallery-icon i {
	font-size: 46px;
	color: #3497db;
}
.single-gallery-icon {
	float: left;
}
.single-gallery-text-inner {
	padding-left: 60px;
}

/*
16.Team Section 
======================*/
.single-team-inner {
	text-align: center;
	display: inline-block;
	margin: 0px auto;
}
.single-team {
	margin: 0px auto;
	text-align: center;
	display: inline-block;
	margin-bottom:35px;
}
.single-team-img {
	width: 350px;
	height: 350px;
	border-radius: 100%;
	border: 5px solid #c0e8f1;
	overflow: hidden;
	position:relative;
}
.team-overlay {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
.team-overlay-text {
	position: absolute;
	bottom: -100%;
	width: 100%;
	padding-top: 50px;
	background-color: rgba(45,54,99, 0.95);
	text-align: center;
	padding-bottom: 60px;
	transition: all 0.4s ease 0s;
}
.single-team:hover .team-overlay-text {
	transition: all 0.4s ease 0s;
	bottom:0;
}
.team-overlay-text h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	margin-bottom: 10px;
}
.team-overlay-text span {
	color: #3497db;
}
.all-team-button {
	text-align: center;
}
.team-tab li {
	display: inline-block;
}
.team-tab li.active .team-tab-icon {
	background:#3497db;
	color:#fff;
	transition: all 0.4s ease 0s;
}
.team-tab li.active .team-tab-title {
	color:#3497db;
	transition: all 0.4s ease 0s;
}
.team-tab-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #0f1934;
	line-height: 50px;
	cursor: pointer;
	margin-bottom: 16px;
	transition: all 0.4s ease 0s;
}
.team-tab-title {
	display: inline-block;
	width: 100%;
	color: #2d3663;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.4s ease 0s;
	cursor: pointer;
	font-weight: 600;
}
.team-tab {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	display: inline-block;
	width: 100%;
}
.shorttitle {
  display: none;
}
/*
17.Patner Section
=================*/
.all-patner.owl-carousel {
	text-align: center;
	overflow: hidden;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
}
.all-patner.owl-carousel .owl-stage-outer{
	display: inline-block;
}
.single-patner img {
	opacity: 0.30;
	transition: all 0.4s ease 0s;
}
.single-patner:hover.single-patner img{
	opacity: 1;
	transition: all 0.4s ease 0s;
}
.all-patner.owl-carousel.owl-theme .owl-item {
padding: 0 16px;
}
.single-patner {
	height: 86px;
	padding: 6px;
	text-align: center;
}
.all-patner.owl-carousel.owl-theme img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}
.all-patner.owl-carousel .owl-item  img{
	width:auto;
}
/*
18.Blog Section 
======================*/
.blog-inner h2 a {
	font-size: 24px;
	color: #2d3663;
	font-family: 'Montserrat', sans-serif;
}
.blog-inner h2{
	margin-bottom:10px;
}
.post-date {
	color: #a1a1a1;
	font-size: 14px;
	font-style: italic;
}
.blog-inner {
	border-bottom: 1px solid #eeeeee;
}
.blog-inner {
	margin-bottom:40px;
}
.blogreadmore-btn {
	padding: 12px 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #cacdd8;
	color: #2d3663;
}
.blogreadmore-btn i {
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
.blog-thumb {
	margin-bottom: 32px;
}
.blog-thumb img {
	width: 100%;
}
.recent-blog .blog-inner {
	padding-bottom: 35px;
}
.blog-classic-sec .blogreadmore-btn {
	padding: 12px 30px;
	display: inline-block;
	color: #fff;
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #2d3663;
	color: #fff;
	background:#2d3663;
}
.single-blog p a {
	border-bottom: 1px solid #2d3663;
	color: #2d3663;
}
.blog-details-colmn {
	margin-bottom: 30px;
}
.blog-details-colmn img{
	width:100%;
}
.related-blog-inner h2 a {
	font-size: 18px;
	color: #2d3663;
	font-weight: 800;
	font-family: 'Raleway', sans-serif;
}
.related-blog-thumb {
	margin-bottom: 20px;
}
.related-blog-thumb img{
	width:100%;
}
.related-blog-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 800;
	margin-bottom: 30px;
}
.related-blog-inner {
	margin-bottom: 30px;
}
/*
19.Sidebar
============================*/
.blog-widget-title {
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.blog-widget-title::before {
	position: absolute;
	content: "";
	border-bottom: 1px solid #c5c0a6;
	width: 50px;
	bottom: 0;
	left: 0;
}
.blog-widget-title span {
	color: #c5c0a6;
}
/*Project Widget*/
.project-widget-text{
	position:relative;
}
.project-widget-overlay {
	background-color: rgba(1, 47, 92, 0.90);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	padding: 40px 30px;
}
.project-widget img {
	width: 100%;
}
.project-widget-overlay h2 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
}
.project-widget-overlay span {
	display: inline-block;
	width: 100%;
	color: #fff;
}
.project-widget a {
	display: inline-block;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: #161616;
}
/*Project Cat*/
.project-cat{
	margin:40px 0
}
.project-cat li {
	display: inline-block;
	width: 100%;
}
.project-cat li a {
	display: inline-block;
	background: #f8f8f8;
	padding: 20px;
	text-transform: capitalize;
	width: 100%;
	margin-bottom: 10px;
	position:relative;
	color:#0a0a0a;
	border-bottom: 2px solid #f8f8f8;
}
.project-cat li a:hover {
	color: #fec107;
	border-color:#fec107;
}
/*brochures*/
.brochures {
	margin-bottom:40px;
}
.brochures li {
	display: inline-block;
	width: 100%;
	padding: 16px 30px;
	position: relative;
	background: #0a325a;
	margin-bottom: 5px;
}
.brochures li a {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
}
.brochures li:hover{background:#fab90a}
.brochures li a span {
	margin-right: 15px;
}
.gmap-widget img {
	width: 100%;
}
/*Search Widget*/
.search-field {
	margin-bottom: 40px;
	background: #f7f7f7;
	padding: 50px 36px;
}
.search-field form {
display: inline-block;
width: 100%;
position: relative;
overflow:hidden;
}
.search-field input[type="text"] {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d7dad9;
	padding: 14px 54px 14px 14px;
	width: 100%;
}
.search-field button {
	color: #fff;
	padding: 16px 20px;
	position: absolute;
	right: 0;
	top: 0;
	background: #2d3663;
	font-size: 18px;
}
.search-field button i {
	top: -4px;
	position: relative;
}

/*Archive Widget*/
.archive-widget{
	margin-bottom: 40px;
	background: #f7f7f7;
	padding: 50px 36px;
}
.archive-widget li {
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	position: relative;
}
.archive-widget li::before {
	content: "\ea7c";
	position: absolute;
	left: 0;
	top:40%;
	transform: translateY(-50%);
	font-family: IcoFont !important;
	transition: all 0.4s ease 0s;
}
.archive-widget li a {
	color: #3e3e3e;
	text-transform: capitalize;
	padding-left: 30px;
}
.archive-widget li a:hover{
	color:#3497db
}
.archive-widget li:hover:before{
color:#3497db;
transition: all 0.4s ease 0s;	
}
.archive-widget li a span{
	float:right;
}

/*Recent Post Widget*/
.widget-recent-post{
	margin-bottom: 40px;
	background: #f7f7f7;
	padding: 50px 36px;
}
.tab-widget {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.tab-widget li {
	display: inline-block;
	float:left;
}
.tab-widget li.active a {
	color: #fff;
	background: #2d3663;
}
.tab-widget li a {
	background: #3497db;
	padding: 14px 14px;
	display: inline-block;
}
.recent-post-desc li {
	display: inline-block;
	margin-right: 10px;
}
.recent-post-desc li a{font-weight:300;text-transform:capitalize;color:#2d3663;}
.recent-post-thumb {
  float: left;
  margin-right:25px;
	position: relative; 
}
.recent-post-widget:hover .recent-post-thumb-overlay a {
	transform: scale(1);
	transition: all 0.4s ease 0s;
}
.recent-post-thumb-overlay a {
	position: absolute;
	left: 5px;
	top: 5px;
	transform: scale(0);
	transition: all 0.4s ease 0s;
}
.recent-post-widget:hover .recent-post-thumb-overlay{
	visibility:visible;
	transition: all 0.4s ease 0s;
	height:100%;
}
.recent-post-thumb-overlay{
	position: absolute;
	height:0%;
	width: 100%;
	top: 0;
	left: 0;
	visibility:hidden;
	transition: all 0.4s ease 0s;
	background-color: rgba(1, 47, 92, 0.90);
}
.recent-post-desc h3 {
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 24px;
}
.recent-post-desc {
	margin-top: 10px;
}
.recent-post-desc h3 a {
	color: #333333;
}
.recent-post-desc  a:hover{ transition: all 0.4s ease-in-out 0s;color:#2d3663}
/*Post Tag Widget */
.widget-tag {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
	background: #f7f7f7;
	padding: 50px 36px;	
}
.widget-tag li a:hover{transition: all 0.4s ease-in-out 0s;color:#2d3663!important}
.widget-tag a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 10px 16px;
	color: #fff;
	font-weight: 600;
	background: #333333;
}
.widget-tag li a:hover{background:#2d3663;border-color:#2d3663;color:#fff!important;}
.widget-tag li:first-child a{
background:#2d3663;border-color:#2d3663;color:#fff!important;
}
/*Blog Comment List*/
.comment-list {
border: 1px solid #fafafa;
font-size: 18px;
padding: 14px;
text-align: center;
}
.comment-list h5 {
  margin-bottom: 0;
}
.commenter-photo {
	float: left;
	margin-right: 20px;
	height: 140px;
}
.comment-author {
	margin-bottom: 16px;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	color: #3497db;
}
.comment-author-designation {
	font-size: 14px;
	color: #858484;
	font-style: italic;
}
.comment-time {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	color: #012f5c;
	letter-spacing: 2px;
}
.commentar-sec .media.mt-3 {
  margin-top: 70px;
}
.post-commnet-title {
	margin-right: 14px;
}
.commentar-sec h2 {
	margin-top: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 24px;
	color: #012f5c;
}
.comment-title-icon {
	margin-right: 10px;
}
.commentar-sec.author {
  position: relative;
}
.commentar-sec.author .media-body {
  padding-left: 100px;
}
.commentar-sec.author .media {
background: #fafafa none repeat scroll 0 0;
border-radius: 30px;
padding: 30px 0;
margin-left: 20px;
}
.author-thumb {
border-radius: 100%;
float: left;
height: 100px;
left: 0;
overflow: hidden;
position: absolute;
top: 70px;
width: 100px;
}
.author-thumb img {
  height: 100%;
  width: 100%;
}
.commentar-meta {
	position: relative;
	margin-bottom: 10px;
}
.replay-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

/*Comment Input Filed*/
.commentar-sec {
	margin-top: 40px;
}
.commentar-sec .media {
	padding: 30px;
	background: #faf9f7;
}
.commentar-sec .media-body p {
	margin-bottom: 0;
}
.comment-reply-title {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	margin-bottom: 26px;
}
.comment-field {
	margin-top: 50px;
}
#commentform input[type="text"] {
	padding: 14px 22px;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #a3a3a3;
	font-weight: normal;
}
#commentform textarea {
	resize: vertical;
	width: 100%;
	font-size: 16px;
	border: 1px solid #cccccc;
	color: #a3a3a3;
	padding: 26px 22px;
}
#commentform input#submit {
	padding: 16px 34px;
	display: inline-block;
	background: #0a325a;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	font-weight: 600;
	border: 2px solid #0a325a;
	transition: all 0.4s ease 0s;
	border-radius: 50px;
	font-size:16px;
}
#commentform input#submit:hover{
	background:#3497db;
	border-color:#3497db;
	transition: all 0.4s ease 0s;
	color:#fff
}
#commentform p {
	margin-bottom: 30px;
}
#commentform input:focus,
#commentform textarea:focus
{
    outline: none !important;
    border-color:#fff3ba;
	transition: all 0.4s ease 0s;
}

/*
20.Home Version 2 
======================*/
.home-v2 .hd-sec {
	position: absolute;
	z-index: 9999;
	width: 100%;
}
.home-v2 .slider-wraper,
.home-v2 .slider-wraper::before{
	background:none;
}
.home-v2 .slider-wraper-middle {
text-align: left;
}
.home-v2 .contact-intro {
	text-align: left;
}
.home-v2 .info-text h5 {
color: #fff;
}
.home-v2 .nav-menu {
	text-align: right;
}
.slider-overlay {


background: rgba(47,77,128,1);
background: -moz-linear-gradient(top, rgba(47,77,128,1) 0%, rgba(45,54,99,0.29) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(47,77,128,1)), color-stop(100%, rgba(45,54,99,0.29)));
background: -webkit-linear-gradient(top, rgba(47,77,128,1) 0%, rgba(45,54,99,0.29) 100%);
background: -o-linear-gradient(top, rgba(47,77,128,1) 0%, rgba(45,54,99,0.29) 100%);
background: -ms-linear-gradient(top, rgba(47,77,128,1) 0%, rgba(45,54,99,0.29) 100%);
background: linear-gradient(to bottom, rgba(47,77,128,1) 0%, rgba(45,54,99,0.29) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4d80', endColorstr='#2d3663', GradientType=0 );

	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.appoitment-button {
	margin-top: 14px;
	text-align: right;
}
.appoitment-button a {
	color: #fff;
	font-weight: 800;
	text-transform: uppercase;
	padding: 22px 30px;
	background: #2d3663;
}
.home-v2 .main-menu ul li a{
	color:#fff;
}
.home-v2 .header-top {
	border-bottom-color:#556d8f;
}
.home-v2 .logo {
	padding-top: 12px;
}
.home-v2 .feature-img{
	margin-top: 130px;
}
.home-v2 .menu-nav-sec.sticky_menu .logo-area {
	display:none;
}
.home-v2 .menu-nav-sec.sticky_menu .mobile-logo {
	display: block;
	padding-top: 10px;
}
/*
21.feature service version 2 
==============================*/
.feature-service-v2 {
	padding-top: 70px;
	padding-bottom: 60px;
	position:relative;
}
.feature-service-v2-banner {
	position: absolute;
	top: 0;
	height: 100%;
}
.feature-service-v2-banner img {
	margin-top: 66px;
}
.feature-service-v2-inner {
	text-align: center;
	padding:30px;
}
.feature-service-v2-item {
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.feature-service-v2-item:first-child:before{
	display:none;
}
.feature-service-v2-item::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 1px;
	background: #eeeeee;
	left: 0;
}
.feature-service-v2-inner h2 {
	margin-bottom: 15px;
}
.feature-service-v2-inner h2 a {
	font-size: 18px;
	text-transform: uppercase;
	color: #2d3663;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	line-height: 26px;
}
.servicev2-readmore {
	border: 1px solid #2d3663;
	padding: 10px 20px;
	border-radius: 50px;
	color: #2d3663;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
}
.servicev2-readmore i {
	color: #2d3663;
	font-size: 19px;
	margin-right: 5px;
}
.feature-service-v2-inner:hover .servicev2-readmore{
	background: #2d3663;
	color: #fff;
}
.feature-service-v2-inner:hover .servicev2-readmore i{
	color:#fff;
}
/*
22. Why Us
==============================*/
.why-us-inner img {
	margin-bottom: 26px;
	width: 100%;
}
.why-us-inner{
	margin-bottom:30px;
}
.why-us-inner h2 {
	line-height: 24px;
}
.why-us-inner h2 a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #2d3663;
}
.why-us-inner:hover .simple-buton{
	background: #2d3663;
	color: #fff;
}
.why-us-inner:hover .simple-buton i{
	color:#fff;
}
.simple-buton {
	border: 1px solid #2d3663;
	padding: 10px 20px;
	border-radius: 50px;
	color: #2d3663;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
}
.simple-buton i {
	color: #2d3663;
	font-size: 19px;
	margin-right: 5px;
}
/*
23. Pricing Section
==============================*/
.pricing-chart-area {
	margin-top: 65px;
}
.single-pricing-inner {
	padding: 0px;
}
.single-pricing-inner:nth-child(2n) .single-pricing {
	margin-top: -40px;
	margin-left: 6px;
	margin-right: 6px;
}
.single-pricing-inner:hover .simple-buton{
	background: #2d3663;
	color: #fff;
}
.single-pricing-inner:hover .simple-buton i{
	color:#fff;
}
.single-pricing {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.pricing-header {
	padding-top: 40px;
	padding-bottom: 80px;
	background: #2d3663;
	text-align:center;
	position:relative;
}
.pricing-header h2 {
	font-size: 24px;
	font-weight: 800;
	color: #fff;
	text-transform: capitalize;
}
.pricing-icon {
	width: 105px;
	height: 105px;
	background: #fff;
	border-radius: 100%;
	line-height: 105px;
	box-shadow: -4px 4px 4px -4px #ededed;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0px auto;
	bottom: -55px;
}
.pricing-feature h1 {
	font-size: 36px;
	font-weight: 800;
	color: #2d3663;
}
.pricing-feature {
	padding: 86px 30px 80px 30px;
	text-align: center;
	background: #f9f9f9;
}
/*
24. Home Version 3
==============================*/
.home-v3 .menu-nav-sec {
	background: #2d3663;
}
.home-v3 .main-menu ul li.active > a::before {
	background: #3497db;
}
.home-v3 .menu-nav-sec.sticky_menu .menu-area .main-menu ul li a{
	color:#fff;
}
.home-v3 .contact-intro {
	text-align: left;
}
.home-v3 .main-menu ul li a{
	color:#fff;
}
.home-v3 .menu {
	margin-top: 0;
}
.home-v3 .main-menu > ul > li > a {
	padding: 14px 12px;
}
.home-v3 .logo {
	margin-top: 15px;
}
.home-v3 .nav-menu {
	text-align: right;
}
.home-v3 .main-menu ul li:last-child a {
	padding-right: 0px;
}
.home-v3 .slider-wraper::before{
	background:none;
}
.home-v3 .slider-wraper {
	background: none;
	text-align: center;
}
.home-v3 .slider-text {
	margin: 0px auto;
	text-align: center;
}
.home-v3 .slider-text h1 {
	margin-bottom: 20px;
}
.home-v3 .slider-text p {
	font-weight: 600;
}
.home-v3 .slider-text p a {
	color:#3497db
}
.home-v3 .slider-overlay-v3 {
	background-color: rgba(0,0,0,0.60);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}
.home-v3 .all-slide.owl-theme .owl-controls .owl-dots {
	text-align: center;
}
.home-v3 .all-team-button {
	margin-top: 30px;
}
.home-v3 .department-sec-title{
	background-image: url('../img/department-sec-img-2.jpg');
}
.home-v3-department-tab {
	text-align: center;
	margin: 60px 0;
}
.home-v3-department-tab li {
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2d3663;
	position: relative;
}
.home-v3-department-tab li a {
	padding: 20px 20px;
	display: inline-block;
	border-radius: 6px;
	margin-bottom: 1px;
}
.home-v3-department-tab li a i {
	font-size: 24px;
	margin-right: 20px;
}
.home-v3-department-tab li.active a {
	color: #fff;
	background: #2d3663;
	border-bottom: 0;
}
.home-v3 .tab-content-img {
	text-align: center;
}
/*
25. Feature Service 3
==============================*/
.feature-service-v3-item {
	padding: 60px 40px 50px 40px;
	border: 1px solid #e9e7e7;
	transition: all 0.4s ease 0s;
	margin-bottom:30px;
}
.feature-service-v3-item:first-child{
	border-right:0px;
}

.feature-service-v3-item:nth-child(2n){
	border-right:0px;
}
.feature-service-v3-item:hover{
	border-color:#3497db;
	border: 1px solid #3497db;
	transition: all 0.4s ease 0s;
}
.feature-service-v3-item:hover .feature-service-v3-icon i{
	color:#3497db;
	transition: all 0.4s ease 0s;
}
.feature-service-v3-inner h2 {
	line-height: 28px;
}
.feature-service-v3-inner h2 a {
	font-size: 22px;
	text-transform: uppercase;
	color: #2d3663;
	font-weight: 800;
}
.feature-service-v3-icon{
	margin-bottom:20px;
}
.feature-service-v3-icon i {
	font-size: 36px;
	color: #2d3663;
}
.feature-service-v3-item:hover .servicev3-readmore {
	visibility:visible;
	opacity:1;
	transition: all 0.4s ease 0s;
	margin-left:0px;
}
.servicev3-readmore {
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-left: -100px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.servicev3-readmore i {
	font-size: 48px;
	color: #3497db;
}
/*
26. Team Version 2
====================*/
.single-team-v2 {
	margin-bottom: 30px;
	position: relative;
}
.team-v2-info {
	background: #353e69;
	padding: 26px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-bottom: 3px solid #3497db;
}
.team-v2-info h2 {
	margin-bottom: 10px;
}
.team-v2-info h2 a {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}
.team-v2-info p {
	font-size: 14px;
	color: #3497db;
	margin-bottom: 0px;
}
.team-v2-img img {
	width: 100%;
}
/*
27. Testimonial V2 Section
=============================*/
.testimonial-v2-sec {
	background: #2d3663 none repeat scroll 0 0;
	padding:150px 0;
	background-image: url(../img/testimonial-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.dtestimonial-v2-sec-overlay {
	position: absolute;
	content: "";
	background-color: rgba(45, 54, 99, 0.90);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.testimonial-v2-sec .all-testimonial.owl-carousel.owl-theme .owl-item img {
	height: 160px;
	width: 160px;
	border-bottom:0;
	border-radius: 100%;
}
.single-testimonial-v2 .client-comment {
	display: inline-block;
	width: 75%;
	color: #fff;
	font-style: italic;
	font-size: 24px;
	position:relative;
}
.single-testimonial-v2 .client-comment::before {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background-image: url(../img/icon/testimonial-quote.png);
	width:99px;
	height:54px;
	background-repeat:no-repeat;
}
.testimonial-client-info {
	display: inline-block;
	width: 25%;
	float: left;
}
.client-info h2 {
	font-size: 24px;
	font-weight: 800;
	font-style: normal;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.client-info h3 {
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
}
.client-rating i {
	font-size: 14px;
	color: #3497db;
}
.all-testimonial .owl-controls {
	position: absolute;
	top: 70%;
	width: 100%;
	left: 114px;
}
.all-testimonial .owl-controls .owl-prev {
  left: -80px;
  position: absolute;
}
.all-testimonial .owl-controls .owl-prev i{
	background:#3497db!important;
}
.all-testimonial .owl-controls .owl-next {
  left: -30px;
  position: absolute;
}
.all-testimonial .owl-controls .owl-prev i, .all-testimonial .owl-controls .owl-next i {
	color: #011e40;
	font-size: 34px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.5s ease-out 0s;
	width: 50px;
	background: #2d3663;
	display: inline-block;
	color: #fff;
}
.testimonial-sec.all-testimonial .owl-controls .owl-next i:hover {
transition: all 0.5s ease-out 0s;background:#3497db;
}
.all-testimonial .owl-controls .owl-prev i:hover {
transition: all 0.5s ease-out 0s;background:#3497db;
}
/*
28.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../img/page_hd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	padding: 140px 0;
}
.page-heading h1 {
	font-size: 46px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 10px;}
.breadcrumb-list li:first-child{
	padding-left:0px;
}
.breadcrumb-list li a {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #2d3663;
	font-size: 16px;
	
}
.breadcrumb-list li:last-child a {
  color: #fff;
}
.breadcrumb-list li::before {
	content: ">";
	position: absolute;
	right: -4px;
	font-size: 18px;
	top: -2px;
	color: #2d3663;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}
/*
29.Team Details Page
==========================*/
.team-details-comment {
	font-weight: 600;
	font-size: 22px;
	color: #2d3663;
	font-style: italic;
}
.team-details-info p {
	margin-bottom: 10px;
}
.team-time-title {
	font-size: 18px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
}
.team-working-time ul li {
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	padding-bottom: 8px;
}
.team-working-time ul li span {
	float: right;
}
.team-details-desc {
	margin-top: 20px;
}
/*
30.Career Page
========================*/
.career-form-title {
	color: #fff;
	background: #2d3663;
	margin-bottom: 0;
	padding: 30px;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
}
.career-form-title img {
	margin-right: 16px;
}
.contact-field {
	background: #f9f9f9;
	padding: 30px;
	box-shadow: 2px 2px 2px 2px #fafafa;
}
.career-form .contact-field input[type=text],
.career-form .contact-field input[type=email],
.career-form .contact-field input[type=date]
{
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d1d1d1;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  color:#989898;
  font-style:italic;
}
.career-form .contact-field .message-input {
display: inline-block;
width: 100%;
padding-left:0px;
}
.career-form .single-input-field textarea {
	border: 1px solid #d1d1d1;
	width: 100%;
	height: 120px;
	padding: 10px;
	margin-top: 10px;
	color:#989898;
    font-style:italic;
}
.career-form .single-input-field input[type="file"] {
    display: none;
}
.career-form .single-input-field .upload-file {
	padding: 15px 32px;
	display: inline-block;
	background: #2d3663;
	color: #fff!important;
	text-transform: capitalize;
	position: relative;
	margin-top: 20px;
	font-size: 15px;
	border-radius: 50px;
	font-style: italic;
	font-weight: 500;
	cursor:pointer;
}
.career-form .single-input-field .upload-file i{
	margin-right:10px;
}
.career-form .single-input-fieldsbtn input[type="submit"] {
	padding: 15px 32px;
	display: inline-block;
	background: #3497db;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	margin-top: 20px;
	font-size: 15px;
	border-radius: 50px;
}
.career-form  .single-input-fieldsbtn input[type="submit"]:hover{background:#2d3663;transition: all 0.4s ease-in-out 0s;border-color:#2d3663;color:#fff}
.job-description ul li {
	color: #2d3663;
	font-weight: 500;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
}
.job-description ul li:first-child span{
	color:#3497db
}
.job-description h3 {
	font-size: 14px;
	color: #2d3663;
}
.applay-button {
	padding: 12px 36px;
	display: inline-block;
	background: #3497db;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	margin-top: 20px;
	font-size: 15px;
	border-radius: 50px;
}
.applay-button:hover{background:#2d3663;transition: all 0.4s ease-in-out 0s;border-color:#2d3663;color:#fff}
/*
31.Portfolio Section
========================*/
.simplefilter {
	position: relative;
	text-align: center;
	margin-bottom:30px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.shorttitle {
  display: none;
}
.simplefilter li {
	cursor: pointer;
	display: inline-block;
	padding: 15px 20px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	position: relative;
	color: #2d3663;
}
.simplefilter li.active{
	color:#3497db;
} 
.simplefilter li.active {
   position:relative;
}
.project-gallery .single-gallery {
	width: 25%;
	float: left;
}
.project-gallery-v2 .single-gallery {
	margin-bottom:30px;
}
/*
32.Contact Page
========================*/
#gmap {
	height: 500px;
}
.contact-info-text {
	margin-bottom: 50px;
}
.contact-form.career-form .contact-field {
	background: inherit;
	box-shadow: inherit;
}
.single-input-field label {
	color: #626262 !important;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
}
.contact-info-text h2 i {
	font-size: 28px;
	margin-right: 14px;
	color: #03a3c7;
}
.contact-info-text h2 {
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
}
.contact-info-text span {
	color: #989898;
	font-size: 16px;
	display: inline-block;
	width: 100%;
}
/*
Footer Section 
======================*/
footer {
  background: #0d2d2d;
  position: relative;
}
.footer-sec {
padding-top: 100px;
}
.footer-sec h2 {
color: #fff;
font-weight: 800;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;
text-transform: uppercase;

}
.footer-sec h2::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 35px;
	background: #03a3c7;
	left: 0;
	bottom: 0;
}
.footer-sec h2::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 35px;
	background: #086475;
	left: 0;
	bottom: -1px;
}

.footer-sec p {
color: #ededed;
font-size: 14px;
}
.footer-wedget-one img {
  margin-bottom: 15px;
}
.footer-social-profile li {
	display: inline-block;
	margin-right: 6px;
}
.footer-social-profile {
	text-align: center;
	margin-bottom: 26px;
}
.footer-social-profile li a {
	color: #fff;
	display: inline-block;
	height: 38px;
	line-height: 34px;
	text-align: center;
	width: 42px;
	border: 2px solid #fff;
}
.footer-social-profile li a:hover {
	color:#3190cf;
	border-color:#3190cf;
}
.footer-wedget-one ul {
  margin-top: 15px;
}
.footer-wedget-three li i {
  display: inline-block;
  margin-right: 10px;
}
.ft-menu ul {
  padding: 0px 20px;
}
.ft-menu h2 {
  display: inline-block;
  text-align: left;
}
.footer-widget-menu li::before {
	content: "";
	left: 0px;
	position: absolute;
	top: 36%;
	width: 6px;
	height: 5px;
	background: #fff;
	transform: translateY(-50%);
}
.footer-widget-menu li:last-child:after{
	display:none;
}
.footer-widget-menu li::after {
	position: absolute;
	content: "";
	background: #182f36;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 2px;
}
.footer-widget-menu li{position:relative}
.footer-widget-menu li a {
	color: #989898;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
	text-transform: capitalize;
}
.footer-widget-menu li a:hover{color:#3190cf;transition: all 0.4s ease 0s;}
.footer-widget-menu li:hover:before{background:#3190cf;transition: all 0.4s ease 0s;}
.bussiness-time > span {
color: #fff;
display: inline-block;
font-size: 14px;
margin-bottom: 20px;
text-transform: capitalize;
}
.bussiness-time li {
color: #ededed;
padding-bottom: 10px;
text-transform: capitalize;
font-size: 14px;
}
.bussiness-time li span{color:#3190cf}
.footer-bottom-sec {
padding-bottom:30px;
}
.footer-bottom-sec p {
	color: #a0a0a0;
	font-size: 14px;
	margin: 0;
	text-align: center;
}
.copy-right span,
.copy-right span a{
color: #3190cf;
text-transform: capitalize;
}
.inner-item {
	color: #fff;
	font-size: 14px;
}
.footer-widget {
	margin-bottom: 40px;
}
/* The End */
