/*start topbar css*/

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


.media-heading {
    /*color: #515151;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    margin-top: 0;*/
	text-transform: uppercase;
    margin-bottom: 20px;
    color: #23b5b9;
    font-size: 24px;
    font-weight: 900;
}

.topbar-area .media {
    position: relative;
    bottom: -11px
}

.media-body {
    color: #333;
    font-family: 'Lato', sans-serif;
    /*font-weight: 700;*/
    font-size: 15px
}

.pull-left {
    margin-right: 20px;
}

.topbar-area .pull-left {
    margin-right: 10px;
}

.topbar-area {
    padding: 15px 0;
}


/*end of topbar area css*/


/*start menu area css*/

nav.navbar {
    background: rgba(79, 190, 193, 1) none repeat scroll 0 0;
    border-radius: 0;
    font-family: 'PT Sans', sans-serif;
	    z-index: 999;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.menu > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
     text-transform: uppercase;
    transition: .4s;
    padding-right: 6px;
    padding-left: 6px;
    letter-spacing: 1px;
	width: auto;
}

.menu li:last-child > ul {
    right: 0;
    left: auto;
	
}

.menu li:nth-last-child(2) > ul {
    right: 0;
    left: auto;
}

.menu > li > a span {
    padding-left: 3px;
}

.menu > li > a:hover {
    background: #f15c58;
}

.navbar-collapse {
    padding-left: 0
}

.social-link a {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #58c4c6;
    border-radius: 50%;
    color: #23b5b9;
    font-size: 14px;
    height: 40px;
    line-height: 34px !important;
    margin: 0;
    padding: 0 !important;
    text-align: center;
    width: 40px;
    transition: .4s;
    margin-left: 8px;
}

.social-link {
    margin-top: 10px;
}

.nav.social-link a:hover {
    background: #F15C59;
    color: #fff;
    border-color: #F15C59
}


/*submenu css*/

.menu li {
    position: relative
}

.menu li > ul {
    background: #4cbcbf none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 130%;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: 250px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25); */
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.menu li > ul li a {
    font-size:13px;
    line-height: 35px;
    border-bottom: 1px solid #36b8bb;
    transition: .4s;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    letter-spacing: 1px;
}

.menu li > ul li:last-child a {
    border-bottom: 0
}

.menu li > ul li a:hover {
    background: #F15C59;
    color: #fff;
    border-color: #F15C59
}

.menu > li:hover ul {
    visibility: visible;
    opacity: 1;
    top: 100%
}


/*end of menu area css*/


/*start slider section css*/

/*.home-area {
    position: relative;
    height: 700px;
}

.navbar-area {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 55;
}

.welcome-text h1 {
    color: #23b5b9;
    font-size: 48px;
    font-weight: 900;
}

.welcome-btn a {
    background: rgba(71, 58, 56, .5) none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}

.welcome-btn {
    margin-top: 50px;
}

.welcome-text h1 {
    color: #23b5b9;
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 30px;
}

.welcome-text {
    background: #fff none repeat scroll 0 0;
    padding: 60px 50px;
    border-bottom: 5px solid #23b5b9;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}

.welcome-text h4 {
    font-size: 16px;
    line-height: 24px;
}

.welcome-text h2 {
    color: #505050;
    font-weight: 300;
    padding-bottom: 20px;
}

.welcome-text h4 {
    color: #999999;
    line-height: 24px;
}

.read-more {
    background: #f15c58 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    color: #fff;
    display: inline-block;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 155px;
    transition: .4s
}

.read-more:hover {
    background: #7BCED1;
    color: #fff
}*/
/*.home-area {
    position: relative;
    height: 100%;
	}*/
.Modern-Slider.v2 {
    height: 500px;
    position: relative;
    background: url(img/banner.jpg) no-repeat center center / cover;
}

.Modern-Slider.v2 .item .info {
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.v2 .welcome-text {
    background-color: transparent;
    padding: 0;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    border-bottom: 0;
    color: #fff;
    position: relative;
    z-index: 11;
}

.v2 .welcome-text h1 {
    color: #fff;
    font-weight: 100;
}

.v2 .welcome-text h4 {
    color: #fff;
    font-weight: 100;
    /* font-size: 16px; */
    line-height: 24px;
}

.welcome-text h1 span {
    font-weight: 900
}

.v2.read-more {
    width: 250px;
    background: #f15c58;
    color: #fff;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    margin-right: 10px;
}

.v2.read-more:last-child {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    margin-right: 0;
    transition: .4s
}

.v2.read-more:last-child:hover {
    background: #f15c58;
    color: #fff;
    border-color: #f15c58
}
.read-more {
    background: #f15c58;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 150px;
}

.read-more:hover,
.read-more:focus {
    background: #239397 none repeat scroll 0 0;
    color: #fff;
}


/*end of home area*/


/*start get-quote area*/

.get-btn {
    margin-top: 23px;
}

.get-btn a {
    background: #fff none repeat scroll 0 0;
    color: #23b5b9;
    display: inline-block;
    font-weight: 700;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 220px;
    border-radius: 3px;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    font-family: 'PT Sans', sans-serif;
}

.get-btn a:hover {
    color: #fff;
    background: #f15c58;
}

.get-quote-area {
    background: #23b5b9 none repeat scroll 0 0;
    color: #fff;
    padding: 50px 0;
}

.get-quate-content h2 {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
}

.get-quate-content {
    font-size: 16px;
    font-weight: 400;
}


/*end of get quote area*/

.features-area {
    background: #f5fcff
}

.features-icon {
    background: #f15c58 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 120px;
    line-height: 120px;
    width: 120px;
    margin-bottom: 30px;
}

.single-features > h4 {
    color: #23b5b9;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.single-features {
    color: #999999;
    font-size: 16px;
    line-height: 24px;
}

.service-link {
    color: #f15c58;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 40px;
    transition: .4s;
}

.service-link:hover {
    color: #23b5b9
}


/*end of service area*/


/*start about us area*/

.aboutUs-area {
    position: relative;
}

.aboutUs-area:before {
    background: #f15c58;
    width: 50%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    top: 0
}

.aboutUs-area:after {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    content: "";
    background: #23b5b9;
    top: 0;
    z-index: -1
}

.aboutUs-contant {
    color: #fff
}

.about-left {
    padding-right: 50px
}

.about-title h4 {
    margin-bottom: 10px;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}

.about-title h1 {
    font-weight: 900;
}

.about-title {
    padding-bottom: 30px
}

.aboutUs-contant p {
    padding-bottom: 30px;
    line-height: 24px;
    font-size: 16px;
}

.about-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    color: #f15c58;
    display: inline-block;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 150px;
    margin-top: 20px;
    transition: .4s;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
}


.about-right {
    padding-left: 50px;
}

.aboutUs-contant.about-right > h4 span {
    padding-right: 20px;
}

.aboutUs-contant.about-right > h4 {
    padding-bottom: 10px;
}

.about-right .about-btn {
    margin-top: 10px;
    color: #23b5b9;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}

.about-btn:hover {
    background: #23b5b9;
    color: #fff
}

.about-right .about-btn:hover {
    background: #f15c58;
    color: #fff
}


/*end of about us area*/


/*start specialist area*/

.section-title span {
    color: #505050;
    font-weight: 100;
}

.section-title h1 {
    color: #23b5b9;
    font-weight: 900;
    padding-bottom: 20px;
    text-transform: capitalize;
}

.section-title {
    font-size: 16px;
    color: #999999;
    padding-bottom: 70px;
}

.single-speacialist > h4 {
    color: #23b5b9;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}

.speacialist-area {
    background: #fff;
}

.single-speacialist {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.17);
    color: #333;
    font-size: 18px;
    padding-bottom: 30px;
	padding-top:20px;
    background: #fff;
	border:1px solid rgba(0, 0, 0, .1);
}

.single-speacialist:hover .specialist-img:before {
    opacity: 1
}

.single-speacialist:hover .speacialist-link {
    top: 13%;
    opacity: 1
}

.specialist-img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.specialist-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .4s
}

.speacialist-link a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #23b5b9;
    color: #fff;
    border-radius: 50%;
    margin-bottom: 15px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    transition: .4s
}

.speacialist-link {
    position: absolute;
    right: 5%;
    transition: .4s;
    top: 100%;
    opacity: 0
}

.speacialist-link a:last-child {
    margin-bottom: 0;
}

.speacialist-link a:hover {
    background: #f15c58;
}

.view-alldoctors a.read-more {
    margin-top: 60px;
    width: 200px;
}


/*end of doctors area*/

.department-section {
    position: relative;
    background: #f5fcff;
}

.department-section::before {
    background: #23b5b9 none repeat scroll 0 0;
    content: "";
    height: 40.6%;
    position: absolute;
    top: 0;
    width: 100%;
}


.department-section .section-title {
    color: #fff;
}

.department-section .section-title h1 {
    color: #fff;
}

.department-section .section-title h1 span {
    color: #fff;
}

.nav.nav-justified.nav-tabs li.active a {
    background: transparent none repeat scroll 0 0;
    opacity: 1;
    border-top: 0;
    border-bottom: 0;
}

.nav.nav-tabs.nav-justified li a {
    border-left: 1px solid #5ac8cb;
    border-right: 1px solid #5ac8cb;
    color: #fff;
    opacity: 0.25;
    transition: .4s;
    border-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.nav.nav-tabs.nav-justified li.active {
    position: relative;
}

.nav.nav-tabs.nav-justified li.active:before {
    position: absolute;
    background-image: url(img/tabshap.png);
    background-repeat: no-repeat;
    content: "";
    bottom: -101px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 15px;
    z-index: 47;
}

.nav.nav-tabs.nav-justified li a:hover {
    opacity: 1
}

.navimg {
    height: 60px;
    line-height: 40px;
    margin-bottom: 10px;
}

.nav.nav-justified.nav-tabs li.active a:hover {
    border-right-color: #5ac8cb;
    border-left-color: #5ac8cb
}

.nav.nav-tabs.nav-justified li a h4 {
    font-weight: 700;
    font-size: 16px
}

.panel-body {
    background: #f15c58 none repeat scroll 0 0;
    color: #fff;
    line-height: 24px;
    padding-top: 0 !important;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.panel-heading.active a {
    background: #f15c58 none repeat scroll 0 0;
    color: #fff;
}

.panel-group .panel-heading {
    border-bottom: 0 none;
}

.panel-group {
    margin-bottom: 0
}

.panel-group .panel {
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}

.panel-group .panel:last-child {
    margin-bottom: 0;
}

.nav-tabs.nav-justified {
    border-bottom: 0 none;
    padding-bottom: 101px;
    width: 100%;
}

.tab-content {
    margin-top: 100px
}

.department-img img {
    border: 15px solid #fff;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}


/* end of department area */


/* start band slider area */
.brand-section {
    position: relative;
    padding-top: 0
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245, 252, 255, 1);
    content: "";
    top: 0;
    left: 0;
}

.active-brand-slider .slick-slide {
    line-height: 90px;
    text-align: center;
	border-left: 1px solid #5ac8cb;
    border-right: 1px solid #5ac8cb;
	opacity: 0.25;
    transition: .4s;
}
.active-brand-slider:hover .slick-slide:hover{
    opacity: 1;}

.active-brand-slider .slick-slide .single-brand img {
    
	display: inline-block;
    /*opacity: .4;*/
    transition: .4s;
    cursor: move
}

button.PrevArrowbrand {
    position: absolute;
    left: -50px;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #f15c58;
    border-radius: 3px;
    color: #fff;
    margin-top: -15px;
    transition: .4s;
    z-index: 4;
    transition: .4s
}

button.NextArrowbrand {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -50px;
    top: 50%;
    margin-top: -15px;
    background: #f15c58;
    color: #fff;
    border-radius: 3px;
    transition: .4s;
    z-index: 4;
    transition: .4
}

.active-brand-slider .slick-slide .single-brand:hover img {
    opacity: 1
}

button.PrevArrowbrand:hover {
    background: #c4c4c4;
}

button.NextArrowbrand:hover {
    background-color: #c4c4c4;
}
/* CSS Document */

.brand.active a {
    background: transparent none repeat scroll 0 0;
    opacity: 1;
    border-top: 0;
    border-bottom: 0;
}

.brand a {
    /*border-left: 1px solid #5ac8cb;
    border-right: 1px solid #5ac8cb;*/
    color: #fff;
    /*opacity: 0.25;*/
    transition: .4s;
    border-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.brand.active {
    position: relative;
}

.brand.active:before {
    position: absolute;
    background-image: url(img/tabshap.png);
    background-repeat: no-repeat;
    content: "";
    bottom: -101px;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 15px;
    z-index: 47;
}

.brand a:hover {
    opacity: 1
}

.single-brand img {
   
    line-height: 40px;
    margin-bottom: 10px;
}

.brand.active a:hover {
    border-right-color: #5ac8cb;
    border-left-color: #5ac8cb
}

.brand a h4 {
    font-weight: 700;
    font-size: 16px
}

/*.brand-section {
    position: relative;
    padding-top: 0
}

.brand-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(245, 252, 255, 1);
    content: "";
    top: 0;
    left: 0;
}

.active-brand-slider .slick-slide {
    line-height: 90px;
    text-align: center;
}

.active-brand-slider .slick-slide .single-brand img {
    display: inline-block;
    /*opacity: .4;*/
    transition: .4s;
    cursor: move
}

button.PrevArrowbrand {
    position: absolute;
    left: -50px;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #f15c58;
    border-radius: 3px;
    color: #fff;
    margin-top: -15px;
    transition: .4s;
    z-index: 4;
    transition: .4s
}

button.NextArrowbrand {
    position: absolute;
    width: 30px;
    height: 30px;
    right: -50px;
    top: 50%;
    margin-top: -15px;
    background: #f15c58;
    color: #fff;
    border-radius: 3px;
    transition: .4s;
    z-index: 4;
    transition: .4
}

.active-brand-slider .slick-slide .single-brand:hover img {
    opacity: 1
}

button.PrevArrowbrand:hover {
    background: #c4c4c4;
}

button.NextArrowbrand:hover {
    background-color: #c4c4c4;
}
*/

/* end of brand slider area */


/* start testimonial area */

.mediacare-client-section {
    background-color: #23b5b9;
    color: #fff;
    text-align: center;
}

.single-img img {
    border: 5px solid #fff;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    margin-bottom: 20px;
    margin-top: 20px;
}

.clientprev {
    position: absolute;
    background: transparent;
    font-size: 36px;
    top: 50%;
    margin-top: -20px;
    z-index: 4;
    left: -20px;
}

.clientnext {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px;
    font-size: 36px;
    background-color: transparent;
}

.clientnext:hover {
    background: transparent;
}

.clientprev:hover {
    background-color: transparent
}

.details-nav .slick-slide.slick-active {
    opacity: .5;
}

.details-nav .slick-slide {
    opacity: 0;
}

.details-nav .slick-slide.slick-cloned {
    opacity: 0;
}

.details-nav .slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}

.details-nav .slick-slide.slick-active {
    opacity: .5;
}

.imrn-client-details {
    font-size: 20px;
    padding: 45px;
    background-image: url(img/tesshap.png);
    background-size: 100% 100%;
    padding-top: 75px;
}

.imrn-client-details i {
    padding-bottom: 30px;
    font-size: 40px;
}

.imrn-client-details .client-name {
    padding-top: 40px;
    color: #fff;
    opacity: 1;
    text-align: center;
}

.imrn-client-details .client-name h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.imrn-client-details .client-name p {
    display: inline-block;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.mediacare-client-section .section-title h1 {
    color: #fff;
	border-bottom: 2px dashed #fff;
}

.mediacare-client-section .section-title {
    color: #fff
}

.mediacare-client-section .section-title h1 span {
    color: #fff;
}


/* end of testimonial area */


/* start news image slider */

.news-img-fill {
    position: relative;
}

.news-content {
    position: absolute;
    '
 left: 0;
    top: 0;
    z-index: 2;
    width: 55%;
    height: 100%;
    background: rgba(49, 179, 184, .9);
    padding-top: 50px;
    padding-left: 20px;
    color: #fff;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
}

.news-content p.newssubtitle {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 4px;
}

.news-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #fff;
    bottom: 30px;
    z-index: 5;
    left: 20px;
    color: #fff
}

.news-next {
    width: 30px;
    height: 30px;
    bottom: 30px;
    position: absolute;
    color: #fff;
    left: 60px;
    background: transparent;
    border: 1px solid #fff;
    transition: .4s
}

.news-prev:hover {
    background: #fff;
    color: #2fb2b7;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}

.news-next:hover {
    background: #fff;
    color: #2fb2b7;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}


/* end of news image slider */


/* start news media object area */

.nesws-media .media-body {
    font-weight: 400;
    line-height: 24px;
    padding-top: ;
}

.nesws-media .media-heading {
    color: #505050;
    font-weight: 700;
    padding-bottom: 10px;
    transition: .4s;
}

.nesws-media .media:hover .media-heading {
    color: #f15c58
}

.nesws-media .media-body .about-news {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7
}

.nesws-media .media-body .about-news a {
    color: #23b5b9;
    font-weight: 400;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    font-size: 14px;
    transition: .4s
}

.nesws-media .media-body .about-news a span {
    padding-left: 10px;
}

.nesws-media .media-body .about-news a:hover {
    color: #f15c58
}

.nesws-media .media .pull-left {
    position: relative;
    padding-right: 0;
    margin-right: 20px
}

.nesws-media .media .pull-left img.media-object {
    width: 100%;
}

.nesws-media .media .pull-left span {
    position: absolute;
    bottom: 0;
    background: #23b5b9;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 30px;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}


/* enf of media news section */


/* start footer top section */

.footer-top {
    padding: 40px 0;
    background: #f15c58;
    color: #fff;
}

.footer-top h3 {
    position: relative;
    font-weight: 300;
    font-style: italic;
}

.footer-top h3:before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    left: 0;
    top: 0;
}

.footer-top h3:after {
    position: absolute;
    content: "\f10e";
    font-family: fontawesome;
    right: 0;
    top: 0;
}

.footer-top {
    position: relative;
}

.footer-top:before {
    position: absolute;
    width: 30px;
    height: 15px;
    content: "";
    background: url(img/footershap.png);
    bottom: -14px;
    left: 50%;
    z-index: 4;
    background-repeat: no-repeat;
    margin-left: -15px;
}


/* end of footer top section */


/* start footer seciton */

.footer-area {
    background: #292929;
    color: #fff;
}

.footer-area .footer-logo {
    padding-bottom: 25px;
}

.footer-logo img {
    margin-left: -18px;
}

.footer-area .footer-about {
    line-height: 24px;
    color: rgba(255, 255, 255, .7);
}

.footer-area .footer-about p {
    padding-bottom: 20px;
}

.footer-about a {
    color: #23b6ba;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    margin-top: 20px;
    display: inline-block
}

.footer-about a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #23b6ba;
    color: #276163;
    text-align: center;
    border-radius: 50%;
    margin-right: 7px;
}

.footer-about a:hover {
    color: #f15c59;
}

.footer-about a:hover span {
    background: #f15c59;
    color: #fff
}

.footer-recent-post .media-body .media-heading {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-recent-post .media:hover a h4 {
    color: #f15c59
}

.footer-recent-post .media-body p {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 300;
}

.footer-recent-post .pull-left {
    padding-right: 0
}

.footer-recent-post .media {
    margin-bottom: 20px;
    padding-bottom: 0px;
    border-bottom: 1px solid #3f3f3f;
}

.footer-recent-post .media:last-child {
    margin-bottom: 0 !important;
}

.footer-recent-post .media:last-child {
    border-bottom: 0
}

.media-carea-contact .form-control {
    background: #393738;
    margin-bottom: 15px;
    border: 0;
    height: 50px;
    color: #fff
}

.media-carea-contact .single-text-area .form-control {
    height: 120px;
}

.media-carea-contact .single-submit .form-control {
    background: #23b6b9;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    transition: .4s;
    margin-bottom: 0 !important;
}

.media-carea-contact .single-submit .form-control:hover {
    opacity: .7
}


/* end of footer section */


/* start copy right css */

.copyriht-area {
    padding: 20px 0;
    background: #202020;
    color: #fffefe
}

.copyriht-area a {
    color: #909090;
    margin-right: 10px;
    display: inline-block;
    transition: .4s
}

.copyriht-area a:hover {
    color: #f15c59
}


/* end of copyright css */
.topbar {
    background: #17232e;
    color: #fff;
}

.topbar-single-div {
    /* border-left: 2px solid #3e556b; */
    display: inline-block;
    /* padding-left: 20px; */
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.topbar-single-div i {
    padding-right: 15px;
    color: #23b5b9;
    font-size: 16px;
}

.topbar-single-div .select-language {
    width: 100px;
    height: 30px;
    display: inline-block;
    position: relative;
    color: #f5fcff
}

.topbar-single-div .select-language:before {
    position: absolute;
    width: 30px;
    height: 30px;
    content: "\f107";
    right: 0;
    font-family: fontawesome;
    border: 1px solid #3e556b;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    color: #3e556b;
}

.topbar-single-div .select-language select {
    width: 100%;
    background: transparent;
    -moz-appearance: none;
    border: 0;
    font-weight: 900;
    z-index: 5;
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #fff;
}

.topbar-single-div .select-language select option {
    color: #17232e;
}

.topbar-single-div:last-child {
    /* border-right: 1px solid #3e556b */
}

.topbar-single-div h4 {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
}

.top-social-link a {
    color: #23b5b9;
    font-size: 16px;
    ;
    margin-left: 10px;
    line-height: 35px;
    transition: .4s
}

.top-social-link a:hover {
    color: #f15c58
}
.features-area.v3 {
    background: #23b5b9;
}

.features-area.v3 .single-features.v3 {
    color: #fff;
    padding: 20px;
    /* padding-top: 30px; */
    padding-bottom: 30px;
    /*border-radius: 10px;*/
    transition: .4s;
}

.features-area.v3 .single-features.v3 h4 {
    color: #fff;
    transition: .4s
}

.features-area.v3 .single-features.v3 .features-icon {
    font-size: 50px;
    background-color: transparent;
    transition: .4s
}

.features-area.v3 .single-features.v3 .service-link:hover {
    background: #23B5B9
}

.features-area.v3 .single-features.v3 .service-link {
    width: 80%;
    display: inline-block;
    background: #f15c58;
    color: #fff;
    /*border-radius: 10px;*/
    height: 55px;
    line-height: 55px;
    opacity: 0;
    transition: .4s
}

.features-area.v3 .single-features.v3 .features-icon {
    font-size: 50px;
    background-color: transparent;
    height: 100px;
    line-height: 100px;
    transition: .4s
}

.features-area.v3 .single-features.v3.active {
    background: #f15c58;
    color: #505050;
	
}

.features-area.v3 .single-features.v3.active .features-icon {
    color: #fff;
}

.features-area.v3 .single-features.v3.active h4 {
    color: #fff;
}

.features-area.v3 .single-features.v3.active .service-link {
    opacity: 0.5;
}

.features-area.v3 .single-features.v3:hover .service-link {
    opacity: 0.5;
}

.features-area.v3 .single-features.v3:hover h4 {
    color: #fff;
	opacity: 0.6;
}

.features-area.v3 .single-features.v3:hover .features-icon {
    opacity: 0.5;
}

.features-area.v3 .single-features.v3:hover {
    /*background: #f15c58;*/
    /*color: #505050;*/
	opacity: 1;
}
section.no_cols_padding div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
/*star news page csss*/

.v2 .department-content a.read-more {
    margin-top: 35px;
}

.v3 .department-content a.read-more {
    margin-top: 33px;
}

.read-more {
    background: #f15c58;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-top: 60px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 150px;
}

.read-more:hover,
.read-more:focus {
    background: #239397 none repeat scroll 0 0;
    color: #fff;
}

.single-news-post {
    /*box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);*/
    color: #333;
    font-size: 16px;
    /*padding: 20px;*/
    margin-bottom: 53px;
    background: #fff;
    line-height: 26px;
}
.news-post-img img{
    width: 100%;
}

.single-news-post .news-post-img {
    width: 100%;
}

.constructo-news-post-area {
    background: #fff;
}

.widget-single-slider:hover p {
    color: #f15c58;
}

.post-title > h2 {
    color: #343434;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.post-title {
    margin-top: 30px;
}

.date {
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 30px;
}

.date span {
    color: #23b5b9;
}

.widget-post-title {
    color: #343434;
    font-size: 14px;
    padding: 15px 0 0;
    text-transform: uppercase;
    font-weight: 700;
}
.newh2{
border-bottom: 1px solid #f15c58;
padding-bottom:19px;
}
.widget-title h2 {
font-size:20px;
    color: #23b5b9;
    font-weight: 900;
    text-transform: uppercase;
	    /*border-bottom: 1px solid #d7d7d7;*/

    padding-bottom: 10px;
	padding-top: 10px;
	padding-left:10px;
}

/*.widget-title h2 span {
    font-weight: 100
}*/

.widget-title {
    margin-bottom: 10px;
    padding-top: 20px;
}

.widgetnext {
    background: #23b5b9;
    color: #fff;
    height: 35px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-weight: 900;
    font-size: 32px;
    transition: .4s
}

.widgetprev {
    background: #23b5b9;
    color: #fff;
    font-weight: 900;
    height: 35px;
    text-align: center;
    width: 100%;
    font-size: 32px;
    transition: .4s
}

.widgetnext:hover,
.widgetprev:hover {
    background: #f15c58;
    color: #fff
}

.widget-single-slider {
    padding: 0 20px;
}

.widget-single-slider img {
    width: 100%
}

.single-sidebar {
border-bottom: 5px solid #23b5b9;

    /*box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);*/
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
	/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.07), 0 1px 5px 0 rgba(0,0,0,.07);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.07), 0 1px 5px 0 rgba(0,0,0,.07);*/
    /*margin-left: 20px;*/
    margin-bottom: 30px;
    background: #fff;
	
}
.sidebar-area{
border-left:1 solid #333;
	border-right:1 solid #333;
	border-top:1 solid #333;
	}

.widget-single-slider {
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.widget-single-slider:before {
    width: 80%;
    left: 10%;
    height: 1px;
    background: #ccc;
    content: "";
    left: 10%;
    top: -1%;
    position: absolute;
}

.beforen::before {
    display: none;
}

.single-sidebar ul {
    padding: 0 20px 20px;
}

.single-sidebar ul li a {
    border-bottom: 1px solid #e5e5e5;
    color: #343434;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    -webkit-transition: .2s;
    transition: .2s
}

.single-sidebar ul li a:hover {
    color: #f15c58;
    border-color: #f15c58
}

.single-side-features {
    padding: 20px;
    padding-bottom: 40px;
}

.single-side-features a {
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    padding-bottom: 20px;
}

.sideimg {
    float: left;
    margin-right: 10px;
    width: 75px;
}

.side-title {
    color: #343434;
    font-size: 12px;
    font-weight: 700;
    padding-left: 85px;
}

.side-title span {
    color: #fba919;
}

.side-title p:last-child {
    color: #999999;
    margin-top: 10px;
}

.side-slidernext {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    right: 40%;
    position: absolute;
    width: 30px;
    bottom: 2%;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5
}

.side-sliderprev {
    background: #fba919 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    left: 40%;
    position: absolute;
    width: 30px;
    bottom: 2%;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 5
}

.side-sliderprev:hover,
.side-slidernext:hover {
    background: #000;
    color: #fff
}

blockquote {
    border-left: 0;
    font-size: 18px;
    margin: 20px 0 20px;
    padding: 0;
    color: #23b5b9;
}

.single-news-paddint {
    padding-top: 50px;
}

.single-news-active .single-news-post {
    margin: 5px;
    background: #fff;
}

.singlepos-slidernext {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -80px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    right: 43%;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

.singlepos-sliderprev {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -80px;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    height: 40px;
    position: absolute;
    left: 43%;
    width: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

.single-news-post iframe {
    width: 100%;
    height: 400px;
}

.singlepos-slidernext:hover,
.singlepos-sliderprev:hover {
    background: #fba919;
    color: #fff
}
.footer-content h2{
color:#23b6ba;
font-weight:700;}
.footer-content span{
color:#f15c58;}
footer-recent-post h2{
color:#23b6ba;
font-weight:700;}
footer-recent-post span{
color:#f15c58;}
.pull-left{font-size:24px;margin-top:0px;}
.pull-left a i{color:#23b6ba;}
.fmenu ul {
    list-style-type: none;
    margin: 0;
    padding-top: 10px;
    padding-bottom:30px;    
}

.fmenu li a {
    display: block;
    color: #ccc;
    padding: 8px 16px;
    text-decoration: none;
	border-bottom:1px dashed #3f3f3f;
}

/* Change the link color on hover */
.fmenu li a:hover {
    
    color: #23b6ba;
}
/* version two news slider css */

.single-news-v2 {
    position: relative;
}

.single-news-v2 .news-content-title h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 10px;
}

.single-news-v2 .news-content-title {
    position: absolute;
    bottom: 0;
    background: rgba(52, 184, 190, .75);
    width: 100%;
    padding: 20px;
    color: #fff;
}

.version-second-news-slider .news-next {
    right: 20px;
    left: auto;
    height: 30px;
    bottom: 3.8%;
    width: 30px;
    line-height100px;
    background: #f15c58;
    border-color: #fff;
    /*font-size: 22px;
    font-weight: 900;*/
    color: #fff;
}

.version-second-news-slider .news-prev {
    left: auto;
    right: 60px;
    position: absolute;
    height: 30px;
    bottom: 3.8%;
    width: 30px;
    border-color: #fff;
    background: #f15c58;
    color: #fff;
    /*font-size: 22px;
    font-weight: 900;*/
    transition: .4s;
}

.nesws-media .media {
    margin-bottom: 21px
}

.v2 .nesws-media .media .media-body {
    padding-top: 15px;
}

.version-second-news-slider .news-prev:hover {
    background: #fff;
    color: #23b5b9;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    border-color: #23b5b9;
}

.version-second-news-slider .news-next:hover {
    background: #fff;
    color: #23b5b9;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    border-color: #23b5b9;
}

.brand-section.v2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background: rgba(35, 181, 185, .75);
}

.brand-section.v2:before {
    background: #23b5b9;
}

.brand-section.v2 button.PrevArrowbrand {
    background: #fff;
    color: #23b5b9
}

.brand-section.v2 button.NextArrowbrand {
    background: #fff;
    color: #23b5b9;
}

.brand-section.v2 button.NextArrowbrand:hover,
.brand-section.v2 button.PrevArrowbrand:hover {
    color: #fff;
    background: #f15c58
}
.brand-section.v2 .departtitle {
    font-size: 16px;
    color: #fff;
    padding-bottom: 30px;
}
.brand-section.v2 .departtitle h1 {
    color: #fff;
    font-weight: 900;
    padding-bottom: 20px;
    text-transform: capitalize;
}
.brand-section.v2 .departtitle h1 span {
    color: #fff;
	font-weight: 100;
}
/*start single page css*/

.coversingle {
    /*background: url(img/titlebg.jpg) no-repeat center center / cover;*/
    height: 300px;
    position: relative;
    background: no-repeat center center/cover;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    width: 100%;
	opacity: 0.5;
	-moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
	z-index:0;
	/*background: linear-gradient(
      rgba(35, 181, 181, 0.45), 
      rgba(35, 181, 181, 0.45)
    );*/ 
}
.coversingle .page-title{background-color: transparent;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    border-bottom: 0;
	z-index:1000;
	height:300px;}
.coversingle .page-title h2{
background: #219296;
    color: #fff;
    padding-left: 30px;
    line-height: 85px;}
div.lan_page_title h1{
    float: left;
    padding: 23px 23px 23px 25px;
    color: #fff;
    font-size: 2em;
}
.breadcrumb1 {
    margin-top: 20px;
    float:right;
	display: inline-block;
    line-height: 40px;
	padding-right:25px;
}
.breadcrumb1>li {
    display: inline-block;
}
.breadcrumb1>li a {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}
.breadcrumb1>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.home-area.single-title-area:before {
    /*position: absolute;
    width: 100%;
    height: 100%;
    content: "";*/
    /*background: rgba(0, 0, 0, .1);*/
}
.home-area .single-page-title {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 50px;
}
.home-area .page-title-cell {
    display: table-cell;
    vertical-align: middle;
}
.home-area.v3.single-title-area .single-page-title .page-title {
    padding-left: 0
}
/*.page-title {
    
    padding: 50px 0;
    
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
}*/

.page-title h2 {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    
}

.home-area.v3.single-title-area .single-page-title .page-title {
    background-color: transparent;
    box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);
    border-bottom: 0
}

.home-area.v3.single-title-area {
    background: url(img/abv3titlebg.png);
}

.home-area.v3.single-title-area:before {
    background: rgba(0, 0, 0, .6);
}

.home-area.v3.single-title-area .single-page-title .page-title h2 {
    background: #219296;
    color: #fff;
    padding-left: 30px;
    line-height: 85px;
}

.home-area.v3.single-title-area .single-page-title .page-title .breadcrumb {
    background: #b64b4d;
    margin-top: 20px;
    border-radius: 0;
    padding-left: 30px;
    padding-right: 100px;
    display: inline-block;
    line-height: 40px;
}
#gmap {
    height: 400px;
    border: 10px solid #fff;
    /*box-shadow: 3px 5px 10px rgba(0, 0, 0, .07);*/}
	.mapsection #gmap {
    border: 0
}


