/*-----------------------------------------------------------------------------------

    Template Name: Medytuch - Medicale Html Template
    Template URI:
    Description: Medytuch - Medicale Html Template
    Author: Rashadul Islam
    Author URI: http://rashadulislam.com/
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    1. Home One
        1.1 Header Area
        1.2 Slider Area
        1.3 Appoinment Area
        1.4 Service Area
        1.5 About Area
        1.6 Gallery Area
        1.7 Callto Action Area
        1.8 Our Doctors
        1.9 Testimonial Area
       1.10 Feature Blog Area
       1.11 Footer Area
    2. Home Two
    3. About Area
    4. Service Details
    5. Contact Page
    6. Blog Area
    7. Blog Details
    8. Team Details

-----------------------------------------------------------------------------------*/


/*============================================
* 1. Home One / 1.1 Header Area
*=============================================*/
.top-bar{     height: 44px;    background: #fff;
       border-bottom: 1px solid #c6c6c6;}
.top-bar .left-text p {
    font-size: 14px;
    margin: 0;
    line-height: 44px;
}
.social-icons ul, .social-icons ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.social-icons ul li:first-child a {
    border-left: 1px solid #EAEAEA;
}

.social-icons ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    border-right: 1px solid #EAEAEA;
    line-height: 48px;
    text-align: center;
    padding: 0 16px;
    margin-left: -5px;
    transition: all .3s ease;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}


.htp-appoinment {
    text-align: right;
}

.btn-style-one a,
.btn-style-one button {
    display: inline-block;
    height: 40px;
    width: 180px;
    background: #0475b7;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-left: 40px;
}

.btn-style-one a:hover,
.btn-style-one button:hover {
    background-color: #ff6853;
}

.btn-style-one a i,
.btn-style-one button i {
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #1eadf1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn-style-one a:hover i,
.btn-style-one button:hover i {
    background-color: #ff8170;
}

.container{}
.row{ margin: 0px; }

.nav .sub{ display:none;   
    z-index: 999;
    width: 100px;
    left: 0;
    top: 97px;
    position: absolute;
    background: #ffffff;
    line-height: 26px;
     padding: 5px 0; 
    width: 450px;  }
		.nav .sub li{ zoom:1; 
    width: 148px;
    float: left;    display: block;
    text-align: center;}
		.nav .sub a{  display: block;
    padding: 10px 10px 10px 10px;
    height: auto;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
	.nav .sub a i{    font-size: 10px;
    color: #bdc7c8;
    margin-left: 5px;}
		.nav .sub a:hover{ color:#ff7a00;  }
		
.header-bottom {
    position: relative; 
}

.hb_inner {
 
}
.hb_inner .logo{    margin-top: 4px;
    width: 200px;}

.hb_inner.sticky_header {
  width: 100%;
    background: #fff;
    top: 0px;
    z-index: 99;
}

.logo a {

}

.main-menu {}

.main-menu nav ul {
    text-align: right;
}

.main-menu nav ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.main-menu nav ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    display: block;
       
    text-transform: capitalize;
}
.main-menu nav>ul>li>a{ margin: 40px 26px;}
.main-menu nav ul li a.mf{    margin: 0px;
    background: #ff7a00;
    height: 36px;
    line-height: 36px;
	color:#fff;cursor: pointer;
    display: block;
    width: 112px;
    text-align: center;
    border-radius: 30px;
    margin-left: 18px;}
.main-menu nav ul li a.mf:hover{color:#fff;}
.main-menu nav ul li:hover>a,
.main-menu nav ul li.active>a {
    color: #0475b7;
}

.main-menu nav ul li:last-child a {
    padding-right: 0;
}


/*dropdown menu*/

.main-menu .submenu {
    text-align: left;
    position: absolute;
    left: 0;
    top: 76px;
    z-index: 20;
    background: #fff;
    width: 220px;
    border-radius: 2px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.05);
    padding: 13px 0px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu nav ul li:hover>.submenu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.main-menu .submenu li {
    display: block;
}

.main-menu .submenu li a {
    padding: 12px 15px;
}


/*mobile menu*/

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
    margin-top: 21px;
}

.slicknav_menu .slicknav_icon-bar {
    height: 2px;
    width: 19px;
    margin: 3px 0px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #1eadf1;
}

.slicknav_btn {
    background-color: transparent;
    position: relative;
    margin-top: -38px;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 7px);
    transform: rotate(45deg) translate(1px, 7px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-6px);
    transform: rotate(-45deg) translateY(-6px);
}

.slicknav_menu {
    margin-top: 0;
}

.slicknav_nav {
    background: #0c0c0c;
    margin: 0;
    padding: 6px 0px;
    margin-top: 10px;
}

.slicknav_nav a:hover {
    background: #fefefe none repeat scroll 0 0;
    border-radius: 0;
}

.slicknav_nav a {
    font-size: 14px;
    letter-spacing: 0.01em;
}

.slicknav_nav .slicknav_arrow {
    float: right;
}

.slicknav_nav .slicknav_row:hover {
    background-color: #0475b7;
    border-radius: 0;
}

.slicknav_nav a:visited {
    color: #fff;
}



/*END mobile menu css*/

.htp-search {
    text-align: right;
    position: relative;
}

.htp-search .ht-search-btn {
    display: inline-block;
    color: #0475b7;
    cursor: pointer;
}

.htp-search form {
    display: none;
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 11;
    width: 280px;
    padding: 14px;
    background: rgba(30, 173, 241, 0.55);
    border-radius: 8px;
}

.htp-search form input {
    width: 100%;
    height: 45px;
    padding-left: 20px;
    letter-spacing: 0;
    font-size: 13px;
    background: #ffffff;
    border: none;
    padding-right: 45px;
}

.htp-search form button {
    height: 45px;
    width: 45px;
    background: #fff;
    border: none;
    position: absolute;
    right: 14px;
    top: 14px;
    color: #1eadf1;
    outline: none;
    cursor: pointer;
}




/*============================================
* END Header Area
*=============================================*/


/*============================================
* 1.2 Slider Area
*=============================================*/

.slider-area {}

.slider-item {
    height: 660px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.slider-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

.slider-content h4 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 32px;
    margin-bottom: 18px;
}

.slider-content h5 {
      font-size: 54px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0;
    line-height: 65px;
    margin-bottom: 34px;
    display: block;
}


.slider-content p {
       font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom:70px;
	display: block;
}
.slider-content a{     font-size: 20px;
            
    border-radius: 30px;display:block; background::#16b5ba; text-align:center; width:170px; height:48px; line-height:48px;}
.slider-content .a1{    color: #fff !important;
   background: #ff7a00;
    cursor: pointer;}
.slider-content .a1:hover{ }
.slider-content.text-center p {
    margin: auto;
    margin-bottom: 19px;
}


.icon-right a,
.icon-right button {
    margin-left: 0;
    margin-right: 40px;
}

.icon-right a i,
.icon-right button i {
    left: auto;
    right: -40px;
}




/*slider-content-animation*/

.slider-content h4,
.slider-content h5,
.slider-content p,
.slider-content .btn-style-one {

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.owl-item.active .slider-content h4 {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.3s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.3s forwards;
    animation: scfadeinup 800ms ease-in-out 0.3s forwards;
}

.owl-item.active .slider-content h5 {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.5s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.5s forwards;
    animation: scfadeinup 800ms ease-in-out 0.5s forwards;
}

.owl-item.active .slider-content p {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.7s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.7s forwards;
    animation: scfadeinup 800ms ease-in-out 0.7s forwards;
}

.owl-item.active .slider-content .btn-style-one {
    -webkit-animation: scfadeinup 800ms ease-in-out 0.9s forwards;
    -o-animation: scfadeinup 800ms ease-in-out 0.9s forwards;
    animation: scfadeinup 800ms ease-in-out 0.9s forwards;
}

@keyframes scfadeinup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.slider-area .owl-dots {
    position: absolute;
    left: 47%;
        bottom: 16px;
    transform: translateY(-50%);
}

.slider-area .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
       margin: 0px 10px;
    position: relative;
	float:left;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-area .owl-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.slider-area .active {
    background-color: #0475b7;
}

.slider-area .active:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}




/*============================================
* END Slider Area
*=============================================*/


/*============================================
* 1.3 Appoinment Area
*=============================================*/

.btn-style-one button {
    outline: none;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.appoinment-area {
    margin-top: -100px;
}

.appoinment-box {
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.03);
}

.appoinment-left {
    height: 100%;
    background: url(../images/appoinment-left-thumb.jpg) center center no-repeat;
}

.appoinment-form {
    text-align: center;
    padding: 38px 30px 47px 0;
}

.appoinment-form h3 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #0475b7;
    margin-bottom: 3px;
}

.appoinment-form p {
    max-width: 100%;
    width: 388px;
    margin: auto;
    color: #333333;
    line-height: 26px;
}

.appoinment-form form {
    margin-top: 25px;
}

.appoinment-form form input,
.appoinment-form .nice-select {
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    border: 2px solid #e1e1e1;
    padding-left: 15px;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 0;
}

.nice-select .list {
    width: 100%;
}

.appoinment-form form .btn-style-one {
    margin-top: 40px;
}


.pro_list{}
.pro_list .product_description{ /* display:none; */width:1200px;margin:0 auto;
    font-size: 16px;
    line-height: 32px;}
.pro_list ul{}
.pro_list ul li{padding: 62px 0px;}
.pro_list ul li .tu{    float: left;
    width: 540px;}
.pro_list ul li .tu img{}
.pro_list ul li .wen{ float: right; overflow:hidden;
    width: 540px; }
.pro_list ul li .yy{ position:relative;height: 300px; overflow:hidden;}
.pro_list ul li .wen span{    color: #3d3d3d;
    font-size: 33px;
    line-height: 33px;
    margin: 26px 0px;
    display: block;}
.pro_list ul li .wen p{    font-size: 15px;
    margin: 5px 0px;}
.pro_list ul li a.c_fl_more{margin-top: 26px;
    display: block;
    width: 110px;margin-left: 90px;
    height: 38px;
    border: 1px solid #0475b7;
    line-height: 38px;
    text-align: center;}
	
.pro_list ul li:nth-of-type(2n){background: #f5f5f5;}
.pro_list ul li:nth-of-type(2n) .tu{ float:right;}
.pro_list ul li:nth-of-type(2n) .wen{ float:left;}
.pro_list ul li:nth-of-type(2n) a.c_fl_more{ margin-left:0px;}
.pro_list ul li .wen h5:hover a{    background: #0475b7;
    color: #fff;}

/*============================================
* END Appoinment Area
*=============================================*/


/*============================================
* 1.4 Service Area
*=============================================*/

.service-area {}

.section-title {
    text-align: center;
 margin: 0px auto 34px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    color: #333333;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #0475b7;
}

.section-title .icon-bar {
    margin: 15px 0px 18px;
    position: relative;
    z-index: 1;
}

.section-title .icon-bar img {
    background-color: #fff;
}

.sec-padding {
	padding: 90px 0;
}

.sec-title {
	margin-bottom: 63px;
}
.sec-title h2 {
	font-size: 30px;
	text-transform: capitalize;
	color: #202A30;
	font-weight: bold;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;	
	border-radius: 50%;
	border: 2px solid #E6E6E6;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
 }
.sec-title span.inner {
    width: 6px;
    height: 6px;
    background: #EAEAEA;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}
.sec-title span.decor:before,
.sec-title span.decor:after {
	content: '';
	position: absolute;	
	top: 5px;
	width: 50px;
	height: 2px;
	background: #E6E6E6;
	z-index: -1;
}
.full-sec {
	background: #FBFCFC;
}
.full-sec .sec-title {
	margin: 0;
	margin-bottom: 14px;
}
.full-sec .full-image {
	max-width: none;
}
.full-sec h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	text-transform: capitalize;
	color: #186AAB;
	font-weight: 300;
	line-height: 60px;
	margin: 0;
}
.full-sec p {
	color: #9C9C9C;
	line-height: 26px;
}
.full-sec .full-sec-content {
	padding-top: 50px;
	padding-left: 46px;
}
.full-sec .thm-btn {
    padding: 1px 16px;
	font-size: 12px;
	border-color: #D3D3D3;
	color: #202A30;    margin-top: 22px;
	background-color: transparent;
}
.thm-btn {
    background: #186AAB;
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px 35px;
    border: 2px solid transparent;
    transition: all .3s ease;
}
.full-sec .thm-btn:hover {
	background: #186AAB;
	border-color: #186AAB;
	color: #fff;	
}

.offer-wrapper {
	position: relative;
}
.offer-wrapper:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(../images/1.jpg) 0 0 no-repeat;
	opacity: .9;
}
.offer-wrapper:after {
	content: '';
	position: absolute;
	top:0;
	right:0;
	z-index: -1;
	width: 50%;
	height: 100%;
	background: url(../images/2.jpg) 0 0 no-repeat;
	opacity: .9;
}
.offer-wrapper .has-overlay:before {
	content: '';
	position: absolute;
	top:0;
	left:0;
	width: 50%;
	height: 100%;
	background: #aa51e3;
	opacity: .9;
}
.offer-wrapper .has-overlay:after {
	content: '';
	position: absolute;
	top:0;
	right:0;
	width: 50%;
	height: 100%;
background: #aa51e3;
	opacity: .9;
}
.single-offer {
	position: relative;
	z-index: 9;
	color: #fff;
	    padding-top: 70px;
    padding-bottom: 70px;
}
.single-offer h3 {
	    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 16px;
    color: #fff;
}
.single-offer h3 span {
	font-size: 16px;
}
.single-offer .thm-btn {
        padding: 1px 26px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.single-offer .thm-btn:hover {
	background: #fff;
	border-color: #fff;
	color: #186AAB;
}
.single-offer p {
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	margin-bottom: 30px;
}
.single-offer a {
	color: #fff;
}
.single-offer a:hover {
	color: #262F36;
}
.single-offer.left {

}
.single-offer.right {
	padding-left: 60px;
}


/*============================================
* END Service Area
*=============================================*/


/*============================================
* 1.5 About Area
*=============================================*/

.about-area {}

.abt-left-thumb {
    height: 100%;
    background: url(../images/abt-left-thumb.jpg) center center/cover no-repeat;
}

.abt-left-thumb a {
    height: 100%;
    width: 100%;
    display: flex;
    background: rgba(187, 187, 187, 0.3);
}

.abt-left-thumb a span {
    margin: auto;
}

.abt-left-thumb a span:before {
    color: #fff;
    font-size: 74px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.abt-left-thumb a:hover span:before {
    color: #0475b7;
}

.abt-right {
    padding: 20px 0px 0px;
}

.abt-right ul{}
.abt-right ul li{    line-height: 48px;
    border-bottom: 1px #c0c0c0 dashed;}
.abt-right ul li a{    font-size: 15px;
    /* text-indent: 16px; */
    letter-spacing: 0px;
    color: #232323;}
.abt-right ul li span{    margin-right: 6px;}


.abt-right .btn{     color: #ffffff;
    background: #39b49a;
    border: #39b49a;
    background: -moz-linear-gradient(left, #9724ec 0%, #4ae2cf 100%);
    background: -webkit-linear-gradient(left, #9724ec 0%, #4ae2cf 100%);
    background: linear-gradient(to right, #9724ec 0%, #4ae2cf 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#9724ec', endColorstr='#4ae2cf', GradientType=1);
    padding: 10px 34px;
    font-size: 16px;
    border-radius: 100px;
    margin-top: 24px;
	}
.service-widget{margin-top: 38px;}
.post-media {
    position: relative;
}
.service-widget:hover .hoverbutton {
    opacity: 1;
}
.nav-pills, .effect-1:after, .nav-pills > li > a, .global-radius, .btn-brd {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.hoverbutton {
  background:url(../images/spicon.png);
    position: absolute;
    color: #1f1f1f !important;
    top: 48%;
    z-index: 12;
    left: 0;
    opacity: 0;
    right: 0;
   width:42px; height:43px;
    text-align: center;
    margin: -20px auto;
}
.post-media img {
    width: 100%;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}
.service-widget h3 {
      font-size: 15px;
    color: #ffffff;
    padding: 6px 0 6px;
    margin: 0;
    background: #0475b7;
    text-align: center;
    font-weight: 400;
}


.honr{    background: url(../images/zsbj.jpg);
    padding: 75px 0;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;}

/* 本例子css */
		.picScroll-left{ position:relative;    width: 100%; }
		.picScroll-left .hd .prev{ display:block;  width:32px; height:54px;  position: absolute;
    top: 42%;
    left: 0px; overflow:hidden;cursor:pointer; background:url("../images/zj.png") no-repeat;}	 
		.picScroll-left .hd .next{    display: block;
    width: 32px;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/yj.png) no-repeat;
    position: absolute;
    top: 42%;
    right: 0px;}
		
		.picScroll-left .hd .prevStop{ background-position:-60px 0; }
		.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
		.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picScroll-left .hd ul li.on{ background-position:0 0; }
		.picScroll-left .bd{     padding-left: 56px;  }
		.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
		.picScroll-left .bd ul li{ margin:0 20px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.picScroll-left .bd ul li .pic{ text-align:center; }
		.picScroll-left .bd ul li .pic img{  display:block; margin:0 auto;   }
		.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }


.us{ padding:75px 0px;}
.us .tit{    color: #0475b7;
    font-size: 24px;    margin-bottom: 14px;
    font-weight: bold;
    text-transform: uppercase;}
.us .com{    color: #666;
    font-weight: normal;
    letter-spacing: 0;}

.abt-right h2.abt-title {
       font-size: 24px;
    font-weight: 400;
    color: #0475b7;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.abt-right h2.abt-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 65px;
    background-color: #0475b7;
}

.abt-right>p {
    font-size: 14px;
    color: #484747;
    line-height: 26px;
    margin-bottom: 32px;
}

.abt-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt-ft-item {
    flex-basis: 50%;
    padding-right: 10px;
    margin-bottom: 20px;
}

.abt-ft-item .icon {
    float: left;
    margin-top: 13px;
    margin-right: 17px;
}

.abt-ft-item .icon span:before {
    font-size: 49px;
    color: #199CDA;
}

.abt-ft-contact {
    overflow: hidden;
}

.abt-ft-contact h2 {
    font-size: 18px;
    font-weight: 700;
    color: #0475b7;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.abt-ft-contact p {
    color: #333333;
}




.sec-padding {
    padding: 48px 0;
}
.single-blog-post .img-box {    width: 100%;
    position: relative;
    display: inline-block;
}
.single-blog-post .img-box img{ width:100%;}
.single-blog-post .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
       background: #0475b7c7;
    transform: scale(0);
    transition: all .5s ease;
}
.single-blog-post:hover .img-box .overlay {
    transform: scale(1);
}
.single-blog-post .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.single-blog-post .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: middle;
}
.single-blog-post .img-box .overlay .box .content ul {
    text-align: center;
    margin: 0;
    padding: 0;
}
.single-blog-post .img-box .overlay .box .content ul li {
    display: inline-block;
    list-style: none;
}
.single-blog-post .img-box .overlay .box .content ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 8px;
    background: #fff;
    color: #186AAB;
    border: 1px solid #fff;
    line-height: 38px;
    font-size: 18px;
    border-radius: 50%;
    transition: all .3s ease;
}
.single-blog-post .content-box {
    margin-top: 20px;
}
.single-blog-post .content-box .date-box {
    padding-right: 25px;
}
.single-blog-post .content-box .date-box, .single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}
.single-blog-post .content-box .date-box .inner {
    width: 65px;
    text-align: center;
}
.single-blog-post .content-box .date-box .inner .date {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}
.single-blog-post .content-box .date-box .inner .date {
    background: #0475b7;
    padding: 15px 0;
}
.single-blog-post .content-box .date-box .inner .date b {
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}
.single-blog-post .content-box .date-box .comment {
    font-size: 20px;
    color: #202A30;
    line-height: 17px;
    font-weight: 500;
    padding: 16px 0;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}
.single-blog-post .content-box .content {
    display: table-cell;
    vertical-align: top;
}
.single-blog-post .content-box .content h3 {
      font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 0px;
    font-weight: 400;
}
.single-blog-post .content-box .content p {
    font-size: 14px;
    color: #9C9C9C;
    line-height: 26px;
}





/*============================================
* END About Area
*=============================================*/


/*============================================
* 1.6 Gallery Area
*=============================================*/

.gallery-area {}

.gallery-filter {
    border-top: 1px solid #0475b7;
    border-bottom: 1px solid #0475b7;
    text-align: center;
    margin-bottom: 60px;
}

.gallery-filter button {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 0;
    background: transparent;
    border: none;
    margin: 0px 14px;
    outline: none;
    cursor: pointer;
}

.gallery-filter button.active,
.gallery-filter button:hover {
    color: #ff6853;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 12px 19px rgba(0, 0, 0, 0.02);
    -webkit-transition: box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
}



/* This class can be replaced using options */

.hover-in {
    transition: .3s ease-out;
}

.hover-out {
    transition: .3s ease-in;
}

.gallery-item:hover {
    box-shadow: 0px 7px 19px rgba(111, 175, 212, 1);
}

.gallery-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    background-image: -moz-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(253, 173, 162) 0%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%, rgb(25, 156, 219) 100%);
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover:before {
    opacity: 0.6;
}

.gallery-item:after {
    content: '';
    position: absolute;
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
    border: 6px solid #fff;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover:after {
    opacity: 0.8;
}

.gallery-item img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.glry-item-info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.glry-item-info h4 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 27px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.gallery-item:hover .glry-item-info h4 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.expnd-link {}

.expnd-link a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 48px;
    margin: 0px 12px;
    opacity: 0;
}

.gallery-item:hover .expnd-link a {
    opacity: 1;
    margin: 0px 3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expnd-link a:hover {
    background-color: #fff;
    color: #444;
}



/*============================================
* END Gallery Area
*=============================================*/


/*============================================
* 1.7 Callto Action Area
*=============================================*/

.callto-action-area {
    padding: 71px 0px 72px;
    position: relative;
    z-index: 1;
    background: url(../images/cta-bg.jpg) center center/cover no-repeat;
}

.callto-action-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(25, 156, 219, 0.9);
}

.cta-content {}

.cta-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 18px;
    position: relative;
    padding-bottom: 15px;
}

.cta-content h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 200px;
    background: #fff;
}

.cta-content p {
    color: #ffffff;
    line-height: 26px;
}

.cta-btn {
    text-align: right;
}

.cta-btn a {
    background-color: #fff;
    color: #0475b7;
}

.cta-btn a:hover,
.cta-btn a:hover i {
    color: #fff;
}

.cta-btn a i {
    background-color: #e5f6ff;
    color: #0475b7;
}



/*============================================
* END Callto Action Area
*=============================================*/


/*============================================
* 1.8 Our Doctors
*=============================================*/
.case-page{background: #ededf2;}
.case-page-Bd{ position:relative;min-height:500px;}
.case-page-L{ position:absolute; top:0px; left:0px; width:240px; min-height:500px; background-color:#fff; border:solid 1px #eee;}
.case-page-R{ margin-left: 265px;}
.case-img-list2{width:905px; }
.case-img-list2 li{ padding:10px; border:solid 1px #eee; display:block; overflow:hidden; background-color:#fff; position:relative; margin-bottom:10px;}
.case-img-list2 li:hover{ box-shadow:0 3px 12px #d2e1f0;}
.case-img-list2 li .case-img-list-li-L{ position:absolute; top:0px; left:12px;    width: 144px;display:flex; align-items:center; justify-content:center; height:100%;}
.case-img-list2 li .case-img-list-li-L img{ width:100%; height:98px}
.case-img-list2 li .case-img-list-li-R{     margin-left: 156px;
    padding: 10px;}
.case-img-list-li-R-h1{ font-weight:bold;color: #2c3e50; font-size:20px;}
.case-img-list-li-R-h2{ margin-top:15px; color:#888; line-height:22px;}
.case-img-list-li-R-h3{ font-weight:bold; text-align:right;}
.case-img-list-li-R-h3 a{ text-decoration:none; display:inline-block; padding:2px 8px; border-radius:10px; background-color:#aaa; font-size:12px; color:#fff; text-align:center;}
.case-img-list-li-R-h3 a:hover{ background-color:#787bfd;}
.case-img-list2 li:hover .case-img-list-li-R-h3 a{ background-color:#ff7a00;}
.case-page-L-h1{ color:#333; font-weight:bold; font-size:18px; line-height:40px; text-align:center; padding-top:20px; margin-bottom:10px;}
.case-page-L-h1 span{ border-bottom:solid 2px #f3f3f3; display:inline-block;}
.case-page-L-h2{ padding-bottom:30px;}
.case-page-L-h2 a{ cursor:pointer; text-decoration:none; display:block; height:40px; line-height:40px; font-size:15px; margin-top:5px; text-align:center; color:#888;}
.case-page-L-h2 a.active{     color: #ff7a00 !important; background:#f8f8f8; font-weight:bold;}
.case_layer01 .auto{ width:1100px;}

.caseInfo{}
.caseInfo .auto{ width:1100px;}
.caseInfo .titleH3{ text-align:center; font-size:48px; font-weight:bold; padding:95px 0 20px 0; font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;}
.caseInfo .titleH3{}
.caseInfo .titleH4{ font-size:22px; height:50px; line-height:50px;}
.caseInfo .titleH4 i{ margin-right:10px; color:#696cf6; font-size:20px;}

.caseInfo .box1{ font-size:14px; padding:50px 30px; overflow:hidden; border-bottom:dotted 1px #ccc;}
.caseInfo .box1 dl{ width:50%; float:right; line-height:28px;}
.caseInfo .box1 dl .d1{ font-size:22px; color:#000; padding-bottom:10px;}
.caseInfo .box1 dl .d2{ color:#707070;}
.caseInfo .box1 ul{ width:50%; line-height:38px;}
.caseInfo .box1 ul li{}
.caseInfo .box1 ul li span{ font-size:18px; color:#000; display:inline-block; width:60px;}
.caseInfo .box1 ul li .blue{ color:#696cf6;}

.caseInfo .box2{ font-size:14px; padding:50px 20px; overflow:hidden; border-bottom:dotted 1px #ccc;}
.caseInfo .box2 .leftCont{ width:49%; float:left; box-sizing:border-box; padding-right:60px;}
.caseInfo .box2 .leftCont ul{ overflow:hidden; padding-left:10px; margin-bottom:20px;}
.caseInfo .box2 .leftCont li{ position:relative; padding:8px 0 8px 15px; width:33%; float:left; box-sizing:border-box; color:#707070;}
.caseInfo .box2 .leftCont li:before{ content:""; position:absolute; top:13px; left:0px; width:6px; height:6px; border-radius:50px; background:#bcbdfe;}
.caseInfo .box2 .leftCont .list02{ overflow:hidden;}
.caseInfo .box2 .leftCont .list02 li{ position:relative; padding:6px 0 6px 15px; line-height:22px; color:#707070; width:100%; float:none;}
.caseInfo .box2 .leftCont .list02 li:before{ content:""; position:absolute; top:13px; left:0px; width:6px; height:6px; border-radius:50px; background:#bcbdfe;}

.caseInfo .box2 .rightCont{ width:51%; float:right;}
.caseInfo .box2 .rightCont ul{ overflow:hidden; padding-left:30px;}
.caseInfo .box2 .rightCont li{ position:relative; padding:8px 0 8px 15px; line-height:22px; color:#707070;}
.caseInfo .box2 .rightCont li .p1{ padding-bottom:3px;}
.caseInfo .box2 .rightCont li .p2{ }
.caseInfo .box2 .rightCont li:before{ content:""; position:absolute; top:15px; left:0px; width:6px; height:6px; border-radius:50px; background:#bcbdfe;}

.caseInfo .box3{ padding:50px 20px; overflow:hidden;}
.caseInfo .box3 li{ width:33%; float:left; box-sizing:border-box; padding:10px 15px;}
.caseInfo .box3 li img{ width:100%;}


.our-doctors {}

.downlist{       width: 350px;
    float: left;
    margin-right: 50px;}
	
.downlist .doctor-thumb img{width:100%; max-height: 190px;}
.downlist:nth-of-type(3n){margin-right: 0px;}	
.single-doctor { 
margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 20px;
    margin-top: 12px;
    
}

.single-doctor:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.doctor-thumb {
    position: relative;
    z-index: 1;
    display: block;
}

.doctor-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
     background: rgba(0, 0, 0, 0.65);
}

.single-doctor:hover .doctor-thumb:before {
    opacity: 1;
}

.doctor-thumb img {
    max-width: 100%;
    display: inline-block;
}

.dctor-hover-info {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dctor-hover-info h5{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 27px;
    display: block;
    padding-bottom: 29px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-doctor:hover .dctor-hover-info h5{
    opacity: 1;
}

.dctor-hover-info h5:before {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    bottom: 0;
    height: 1px;
    width: 100px;
    background-color: #d9d9d9;
}

.dctr-social-link a {
    display: inline-block;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
    opacity: 0;
}

.single-doctor:hover .dctr-social-link a {
    margin: 0px 1px;
    opacity: 1;
}

.dctr-social-link a:hover {
    background-color: #fff;
    color: #444;
}

.doctor-meta {
       text-align: center;
    padding: 0px 14px;
     height: 162px;
    overflow: hidden;
}

.doctor-meta h4 {
       font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333333;
    line-height: 68px;
}

.doctor-meta p {
       color: #666;
    font-size: 16px;
    line-height: 32px;
}


#pagerMain{}
#pagerMain ul{}
#pagerMain ul span{ 
    margin: 10px;}
#pagerMain ul span a{    text-align: center;
    color: #fff;
    font-size: 14px;
	background:#0475b7;
    padding: 4px 10px;}

/*============================================
* END Our Doctors
*=============================================*/


/*============================================
* 1.9 Testimonial Area
*=============================================*/

.testimonial-area {
    background-color: #42a5f6;
}

.tst-item {
    position: relative;
    text-align: center;
    padding-top: 43px;
    z-index: 1;
}

.tst-item p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 32px;
    width: 717px;
    max-width: 100%;
    margin: auto;
}

.tst-thumb {
    margin: 46px auto 20px;
    position: relative;
    display: inline-block;
}

.tst-thumb:before {
    content: '';
    position: absolute;
    left: -3px;
    top: -3px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    border: 1px solid #fff;
    border-radius: 50%;
}

.tst-thumb img {
    max-width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}

.tst-item h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
}

.tst-item span {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.testimonial-carousel .owl-dot {
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .owl-dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.testimonial-carousel .active:before {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

.foot{     background: #1e1f27;
    padding: 16px 0px;}
.foot .fl{  
    color: #fff;
    }
.foot .d1{float: left;
    width: 460px;}
.foot .d1 img{}

.foot .tit{    border-bottom: 1px #3f3f3f solid;}
.foot .tit0{ font-size:18px;    margin: 30px auto 14px;}
.foot .tit img{    display: block;
    float: left;}
.foot .tit p{    font-size: 18px;
    color: #9298aa;
    float: left;
    line-height: 64px;
    padding-left: 10px;}

.foot .fr ul{    margin-top: 30px;}
.foot .fr ul li{    float: left;
    margin-right: 18px;}
.foot .fr ul li p{    color: #9298aa;
    text-align: center;}
.foot .d1{    float: left;
    }
.foot .d1 p{    font-size: 14px;
    line-height: 34px;     color: #9298aa;}
.foot .d2{    width: 480px;
       float: left;
    color: #fff;}
.foot .d2 ul{     width: 66px;
    margin: 16px 54px 16px 0px;
    display: block;
    float: left;}
.foot .d2 ul li{float: left;  }
.foot .d2 ul li a{     font-size: 14px;
    line-height: 34px;
    color: #9298aa;}

.foot2{ color:#9298aa; overflow:hidden;   height: 70px;line-height:70px; background:#000;}
.foot2 a{color:#9298aa;}
/*============================================
* 1.9 Testimonial Area
*=============================================*/


/*============================================
* 1.10 Feature Blog Area
*=============================================*/

.feature-blog-area {}

.ft-blog {}

.ftb-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}

.ftb-thumb img {
    max-width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-blog:hover .ftb-thumb img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ftb-thumb a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    background: -moz-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: -webkit-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: -ms-linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
    background: linear-gradient( 180deg, rgba(253, 173, 162, 0.5) 0%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%, rgba(25, 156, 219, 0.5) 100%);
}

.ft-blog:hover .ftb-thumb a {
    opacity: 1;
}

.ftb-thumb a i {
    margin: auto;
    height: 50px;
    width: 50px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 48px;
    border-radius: 50%;
    font-size: 17px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ft-blog:hover .ftb-thumb a i {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.blog-content {
    background-color: #fff;
    padding: 14px 30px 19px;
}

.blog-content h2 a {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 10px;
    display: block;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta p {
    color: #666666;
    font-size: 14px;
}

.blog-meta p span {
    display: inline-block;
    float: right;
}

.blog-meta p i {
    margin-right: 8px;
}

.blog-content p {
    color: #333333;
    letter-spacing: 0;
}

.blg-btm-meta {
    background: #fff;
    border-top: 1px solid #f1f1f1;
    padding: 5px 30px;
    margin-bottom: 0;
}

.blg-btm-meta p i,
.blog-content h2 a:hover {
    color: #0475b7;
}


/*============================================
* END Feature Blog Area
*=============================================*/


/*============================================
* 1.11 Footer Area
*=============================================*/

.footer-top {
    background-color: #333333;
}

.fwidget {}

.fwidget h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fffefe;
    letter-spacing: 0;
    margin: 17px 0px 36px;
}

.about_company a {
    display: block;
    margin-bottom: 24px
}

.about_company p {
    color: #fffefe;
    margin-bottom: 30px;
}

.f_social li {
    display: inline-block;
}

.f_social li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 32px;
    text-align: center;
    border: 2px solid #0475b7;
    color: #fff;
    font-size: 14px;
    margin: 0px 5px;
}

.f_social li a:hover {
    border: 2px solid #0475b7;
    background-color: #0475b7;
}

.f_social li:first-child a {
    margin-left: 0;
}

.quick_link ul li a {
    display: block;
    color: #fffefe;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 35px;
}

.quick_link ul li a:hover {
    color: #0475b7;
}

.quick_contact form input,
.quick_contact form textarea {
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    background: transparent;
    border: 2px solid #fff;
    padding-left: 20px;
    letter-spacing: 0;
    color: #fff;
}

.quick_contact form input::-webkit-input-placeholder,
.quick_contact form textarea::-webkit-input-placeholder {
    color: #fff;
}

.quick_contact form input::-moz-placeholder,
.quick_contact form textarea::-moz-placeholder {
    color: #fff;
}

.quick_contact form input:-ms-input-placeholder,
.quick_contact form textarea:-ms-input-placeholder {
    color: #fff;
}

.quick_contact form input:-moz-placeholder,
.quick_contact form textarea:-moz-placeholder {
    color: #fff;
}

.quick_contact form textarea {
    height: 67px;
    padding-top: 12px;
}

.quick_contact form #submit {
    color: #fff;
    background: #0475b7;
    cursor: pointer;
    border: 2px solid #0475b7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.quick_contact form #submit:hover {
    border: 2px solid #fff;
    background-color: transparent;
}

.instagram_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instagram_img a {
    flex-basis: 80px;
    padding: 5px;
    display: inline-block;
}


.footer-bottom p {
    color: #f2f2f2;
    letter-spacing: 0;
}

.footer-bottom ul {
    text-align: right;
}

.footer-bottom ul li {
    display: inline-block;
}

.footer-bottom ul li a {
    color: #f2f2f2;
    letter-spacing: 0;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 21px;
}

.footer-bottom ul li a:hover {
    color: #0475b7;
}

.pages{}
.pages span{ float:left;}
.pages span a{ 
    float: left;  
 display: block;
    line-height: 30px;
    color: #9b9a9a;
    font-size: 14px;
    width: 60px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #b3b3b3;
    margin-left: 10px;}
.pages span a.pagenum{width: 30px;}
.pages span a.absolutepage{  
width: 30px;  
background-color: #1f4f9c;
color: #fff;
border-color: #1f4f9c;}
.pages span:first-of-type{ display:none;}
.pages span:last-child{ display:none;}

/*============================================
* END Footer Area
*=============================================*/


/*============================================
* 2. Home Two
*=============================================*/

.hb-style-two {
    background-color: #f1f1f1;
}

.hb-style-two .main-menu nav ul {
    text-align: left;
}

.main-menu nav>ul>li:first-child>a {
    padding-left: 0;
}

.header-top .f_social {
    text-align: right;
}

.header-top .f_social li a {
    color: #0475b7;
}

.header-top .f_social li a:hover {
    color: #fff;
}

.header-middle {
    padding: 15px 0px;
}

.hmr-contact-list {
    text-align: right;
}

.hmrs-contact {
    text-align: left;
    display: inline-block;
    overflow: hidden;
    margin-top: 9px;
}

.hmrs-contact .icon {
    float: left;
    height: 55px;
    width: 44px;
    border: 2px solid #0475b7;
    color: #0475b7;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    margin-right: 12px;
}

.hmrs-contact .content {
    overflow: hidden;
}

.hmrs-contact .content h5 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
}

.hmrs-contact .content span {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}


/*apf-style-two*/

.apf-style-two form .btn-style-one {
    margin-top: 0;
}

.apf-style-two {
    text-align: center;
    padding: 50px;
    box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.01);
}


/*abt-left-thumb2*/

.abt-left-thumb2 {
    margin-top: -130px;
}


/*single-service-two*/

.single-service-two {
    margin-bottom: 30px;
}

.ss-tow-thumb {
    overflow: hidden;
}

.ss-tow-thumb img{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-tow-thumb img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-two h2 a {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    display: block;
    background: #f1f1f1;
    padding: 12px;
}

.single-service-two h2 a:hover {
    color: #0475b7;
}



/*blog style two*/

.ft-blog2 {
    background: url(../images/ft3-blog-bg.jpg) center center/cover no-repeat;
}

.ft-blog2 .blog-content {
    width: 390px;
    max-width: 100%;
    padding: 50px 34px;
    background: rgba(30, 173, 241, 0.72);
}

.ft-blog2 .blog-content h2 a {
    color: #fff;
}

.ft-blog2 .blog-content h2 a:hover {
    color: #333;
}

.ft-blog2 .blog-meta p {
    color: #fff;
}

.ft-blog2 .blog-content>p {
    color: #fff;
}

.last-meta {
    border-top: 2px solid #f1f1f1;
    margin-top: 31px;
    padding-top: 30px
}

.ft-blog2-right {}

.ft-dsfvsdf-single {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.ft-dsfvsdf-single:last-child {
    margin-bottom: 0;
}

.ft-dfvdfv-left {
    float: left;
    margin-right: 20px;
}

.ft2-content {
    overflow: hidden;
}

.ft2-content h2 a {
    color: #666666;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 9px;
    display: block;
    margin-top: 16px;
}

.ft2-content h2 a:hover {
    color: #0475b7;
}

.ft2-content ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666666;
    line-height: 23px;
}

.ft2-content ul li i {
    padding-right: 5px;
}

/*important-service*/

.important_inner {
    margin-top: 100px;
    margin-bottom: -78px;
}

.important_list {
    padding: 50px;
}

.important_list .icon {
    float: left;
    color: #fff;
    font-size: 54px;
    margin-right: 20px;
}

.imcont {
    overflow: hidden;
}

.imcont h2 {
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 6px;
}

.imcont p {
    color: #ffffff;
    letter-spacing: 0;
}

.bg_one {
    background-color: #0475b7;
}

.bg_two {
    background-color: #54aed9;
}

.bg_three {
    background-color: #66bbe4;
}

.fmargin_top {
    padding-top: 120px;
}


/*============================================
* END Home Two
*=============================================*/


/*============================================
* 3. About Area
*=============================================*/

.crumbs-area {
        height: 300px;
    text-align: center;
    z-index: 1;    background: #0274ca;
}

.crumbs-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.7;
}

.crumbs_inner {     margin-top: 96px;   color: #fff;}

.crumbs_inner h2 {
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 19px;
    line-height: 50px;
}

.crumbs_inner ul li {
    display: inline-block;
}

.crumbs_inner ul a,
.crumbs_inner ul span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 15px;
    position: relative;
}

.crumbs_inner ul li a:before {
    content: '/';
    position: absolute;
    right: -14px;
    top: 1px;
    color: #fff;
}

.crumbs_inner ul li span {}


/*Our Services*/

.happy-client-area {
    padding: 71px 0px 72px;
    position: relative;
    z-index: 1;
    background: url(../images/cta-bg.jpg) center center/cover no-repeat;
}

.happy-client-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(25, 156, 219, 0.9);
}

.counter-item {
    text-align: center;
    border: 2px solid #a5cadc;
    padding: 50px 20px;
}

.counter-item h2.counter_up {
    font-size: 60px;
    color: #fafafe;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 12px;
}

.counter-item span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}



/*============================================
* END About Area
*=============================================*/


/*============================================
* 4. Service Details
*=============================================*/

.service-details-area {}

.list-of-service {    width: 100%;    margin-bottom: 20px;}

.list-of-service ul {}

.list-of-service ul li {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.list-of-service ul li a img {
    display: inline-block;
    margin-right: 16px;
    max-width: 22px;
}

.list-of-service ul li a {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    color: #333!important;
    background: #f1f1f1;
       padding: 10px 15px;
}
.list-of-service ul li a:hover {
    color: #fff!important;
    background: #0175be;
}
.list-of-service ul li a.active {
    color: #fff!important;
    background: #0175be;
}

.service-d-content img {
}

.service-d-content h4 {
    display: block;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.service-d-content p {
    color: #666;
    line-height: 32px;
    font-size: 15px;
	margin:4px 0px;
}

.service-d-content ul {
    margin-bottom: 25px;
}

.service-d-content ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 36px;
}

.service-d-content ul li i {
    color: #219eda;
    margin-right: 10px;
}



/*============================================
* END Service Details
*=============================================*/


/*============================================
* 5. Contact Page
*=============================================*/

.contact-area {}

.contact-left-cnt {
    background: #bf6cf5;
    height: 100%;
    padding: 65px 50px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

h2.contact-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 20px;
}

h2.contact-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100px;
    background: #fff;
}

.contact-left-cnt p {
    color: #fff;
    margin-bottom: 23px;
}

.contact-left-cnt ul li {
    color: #fff;
    display: flex;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 19px;
}

.contact-left-cnt ul li:last-child {
    margin-bottom: 0;
}

.contact-left-cnt ul li i {
    margin-right: 18px;
    height: 100%;
    margin-top: 7px;
    font-size: 18px;
}

.contact-form {}

.contact-form h2.contact-title {
    color: #333333;
}

.contact-form h2.contact-title:before {
    background-color: #44addf;
}

.contact-form p {
    color: #333333;
    width: 335px;
    max-width: 100%;
    margin-bottom: 25px;
}

.contact-form form {}

.contact-form form input,
.contact-form form textarea {
    height: 50px;
    width: 100%;
    border: 2px solid #e1e1e1;
    margin-bottom: 20px;
    padding-left: 15px;
    letter-spacing: 0;
}

.contact-form form textarea {
    height: 136px;
    padding-top: 12px;
}

.contact-form form #csubmit {
    background-color: #bf6cf5;
    width: 151px;
    padding: 0;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form form #csubmit:hover {
    background-color: #444;
}

#google_map {
    height: 500px;
}


/*============================================
* END Contact Page
*=============================================*/


/*============================================
* 6. Blog Area
*=============================================*/

.page-content .tab-head {
    overflow: hidden;
    list-style: none;
    border-radius: 2px;
    position: relative;
    top: -100px;
    box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -webkit-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -moz-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -ms-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -o-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
	    width: 1100px;    margin: auto 50px;
}
.page-content .tab-head .tab-li {
    width: 50%;
    float: left;
    background: #f8f9fd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
.page-content .tab-head .tab-li:hover{ background:#fff;}
.page-content .tab-head .tab-li .link {
    display: block;
    color: #000;
    padding: 10px 0;
    text-align: center;
}
.page-content .tab-head .tab-li .link .tab-text {
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #7b8390;
}
.page-content .tab-head .tab-li .link .tab-icon {
    display: inline-block;
	width:65px;
	height:65px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.page-content .tab-head li:first-of-type a span{ background:url(../images/nei_xw1.png) no-repeat;}
.page-content .tab-head li:nth-of-type(2) a span{background:url(../images/nei_xw2.png) no-repeat;}
.page-content .tab-head li:nth-of-type(3) a span{background:url(../images/nei_xw3.png) no-repeat;}

tab-body-container{    margin-top: -30px;}



.service-details-area .tab-head {
    overflow: hidden;
    list-style: none;
    border-radius: 2px;
    position: relative;
    top: -100px;
    box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -webkit-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -moz-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -ms-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
    -o-box-shadow: 0 5px 12px 0 rgba(88,123,179,0.1);
	    width: 1100px;    margin: auto 50px;
}
.service-details-area .tab-head .tab-li {
    width: 33.33333333%;
    float: left;
    background: #f8f9fd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.service-details-area .tab-head .tab-li:hover{ background:#fff;}
.service-details-area .tab-head .tab-li .link {
    display: block;
    color: #000;
    padding: 10px 0;
    text-align: center;
}

.service-details-area .tab-head .tab-li .link .tab-text {
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #7b8390;
}
.service-details-area .tab-head .tab-li .link .tab-icon {
    display: inline-block;
	width:65px;
	height:65px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.service-details-area .tab-head li:first-of-type a span{ background:url(../images/nei_a1.png) no-repeat;}
.service-details-area .tab-head li:nth-of-type(2) a span{background:url(../images/nei_a2.png) no-repeat;}
.service-details-area .tab-head li:nth-of-type(3) a span{background:url(../images/nei_a3.png) no-repeat;}


.report-list .report {
    margin: 5px auto 25px auto;
    border: 1px solid #f5f7fa;
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.report-list .report:hover{box-shadow: 0 0px 12px 0 rgba(84, 84, 84, 0.1);
    -webkit-box-shadow: 0 0px 12px 0 rgba(84, 84, 84, 0.1);
    -moz-box-shadow: 0 0px 12px 0 rgba(84, 84, 84, 0.1);
    -ms-box-shadow: 0 0px 12px 0 rgba(84, 84, 84, 0.1);
    -o-box-shadow:0 0px 12px 0 rgba(84, 84, 84, 0.1);}
.report-list .report .report-img-box {
       float: left;
    width: 200px;
    height: 146px;
    margin: 24px;
    overflow: hidden;
}
.report-list .report .report-img-box img {
    display: block;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.report-list .report .report-content {
  width: 640px;
    position: relative;
    float: left;
    padding-top: 35px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    margin-left: 8px;
}
.report-list .report .report-content .title {
    margin-bottom: 12px;
    font-size: 20px;
    color: #3d4450;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.report-list .report .report-content .context {
        font-size: 14px;
    color: #999999;
    line-height: 28px;
    font-weight: 300;
}
.report-time-box:before {
       content: '';
    position: absolute;
    left: 0;
    top: 60px;
    width: 1px;
    height: 80px;
    background: #f3f3f5;
}
.report-list .report .report-time-box {
    width: 215px;
    height: 194px;
    float: right;
    position: relative;
}
.report-list .report .report-time-box .report-time {
    position: absolute;
    left: 40px;
    top: 50%;
    color: #959ba6;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
}
.report-list .report .report-time-box .report-time .m-d {
    font-size: 22px;
    font-weight: 300;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	color:#999999;
}


   
.blog-area .container{ position:relative;}

.blog-area .ft-blog {
    margin-bottom: 30px;
}

.pagination_area {
margin-top: 20px;
}

.pagination_area ul {
    text-align: center;
}

.pagination_area ul li {
    display: inline-block;
}

.pagination_area ul li a {
      display: block;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    border: 1px solid #444;
}
.pagination_area ul a{
    display: block;
    height: 40px;
    width: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
}

.pagination_area ul a:hover,
.pagination_area ul a.active{
    background-color: #0475b7;
    color: #fff;
    border: 1px solid #0475b7;
}
.pagination_area ul a.page-num-current{ background-color: #0475b7;
    color: #fff;
    border: 1px solid #0475b7;}


/*============================================
* END Blog Area
*=============================================*/


/*============================================
* 7. Blog Details
*=============================================*/

.blog-details .blg-thumb {
    margin-bottom: 40px;
}

.blg-details-content {}

.blg-details-content .comm{ padding:20px 0px;    /* overflow: hidden; */}
.blg-details-content .comm img{ float:none;margin: 0 auto;display: block;}

.blg-details-content h1 a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #333333;    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 11px;
}

.blg-details-content h1 a:hover {
    color: #0475b7;
}

.blg-d-meta {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    letter-spacing: 0;
}

.blg-d-meta span {
    color: #0475b7;
}

.blg-details-content p {
    color: #333333;
    margin-bottom: 12px;
}

.blg-details-content>ul {
    margin-bottom: 20px;
}

.blg-details-content>ul li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #333333;
    line-height: 30px;
    padding-left: 19px;
    position: relative;
}

.blg-details-content>ul li:before {
    content: '\f0da';
    position: absolute;
    left: 0;
    top: 0px;
    font-family: fontawesome;
    color: #1eadf1;
    font-size: 16px;
}

.blg-details-content img {

}

.share-next-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 28px 0px;
}

.social-share {
    display: flex;
}

.social-share span {
    font-size: 14px;
    letter-spacing: 0;
    color: #333333;
    font-weight: 400;
    text-transform: capitalize;
    margin-right: 13px;
}

.social-share ul li {
    display: inline-block;
}

.social-share ul li a {
    display: block;
    font-size: 15px;
    height: 40px;
    width: 40px;
    border: 2px solid #0475b7;
    text-align: center;
    line-height: 39px;
    color: #0475b7;
    margin-right: 2px;
}

.social-share ul li a:hover {
    background-color: #0475b7;
    color: #fff;
}

.next-post a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #0475b7;
    letter-spacing: 0;
}


/*comment area*/

.comment-area {
    overflow: hidden;
    margin-bottom: 22px;
    margin-top: 60px;
}

h4.comment-title {
    font-size: 21px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 19px;
}

h4.comment-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background-color: #999999;
}

.comment-info-inner article {
    overflow: hidden;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comment-thumb {
    float: left;
}

.comment-thumb img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.comment-content {
    overflow: hidden;
}

.comment-content .meta-data h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.comment-content .meta-data span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0475b7;
    letter-spacing: 0;
    margin-bottom: 8px;
}

.comment-content p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    letter-spacing: 0;
    line-height: 23px;
    margin-top: 16px;
}

.comment-content a {
    margin-top: 12px;
    display: inline-block;
    color: #0475b7;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 14px;
}

.comment-content a:hover {
    color: #0475b7;
}

.children {
    padding-left: 60px;
}


/*leave-comment-area*/

.leave-comment-area form input,
.leave-comment-area form textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #999999;
    padding-left: 20px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: capitalize;
}

.leave-comment-area form textarea {
    height: 120px;
    padding-top: 12px;
}

.leave-comment-area form #c_submit {
    margin-bottom: 0;
    max-width: 120px;
    background-color: #0475b7;
    text-align: center;
    padding-left: 0;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.leave-comment-area form #c_submit:hover {
    background-color: #333;
}


/*sidebar css*/

.widget {
    margin-bottom: 50px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_search form {
    position: relative;
}

.widget_search form input {
    height: 45px;
    width: 100%;
    border: 1px solid #0475b7;
    padding-left: 20px;
    padding-right: 45px;
    background: #fff;
    letter-spacing: 0;
}

.widget_search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    background-color: #0475b7;
}

h4.widget_title {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
    text-transform: uppercase;    margin-top: 20px;
}

h4.widget_title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 80px;
    height: 3px;
    z-index: 1;
    background: #0475b7;
}

.widget_category ul li {
    display: block;
}

.widget_category ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: 0;
    line-height: 20px;
    margin: 13px 0px;
    padding-bottom: 13px;
}

.widget_category ul li a:first-child {
    margin-top: 0;
}

.widget_category ul li a:hover {
    color: #0475b7;
}

.rcp_single {
    overflow: hidden;
    margin-bottom: 20px;
    /* border-bottom: 1px solid #e1e1e1; */
    padding-bottom: 10px;
	float:left;width: 600px;
}

.rcp_single:last-child {
    margin-bottom: 0;
}

.rcp_thumb {
    float: left;
    margin-right: 20px;
}

.rcp_thumb img {
    max-width: 70px;
}

.rcp_content {
    overflow: hidden;
      margin-top: -2px;
}

.rcp_content h4 a {
    display: block;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    font-weight: 500;
}

.rcp_content h4 a:hover {
    color: #0475b7;
}

.rcp_content span {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    letter-spacing: 0;
}

.widget_tags ul li {
    display: inline-block;
}

.widget_tags ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    letter-spacing: 0;
    border: 1px solid #d7d7d7;
    padding: 8px 13px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.widget_tags ul li a:hover {
    background-color: #333333;
    color: #fff;
}



/*============================================
* END Blog Details
*=============================================*/


/*============================================
* 8. Team Details
*=============================================*/

.team-details {}

.team-details-left {}

.team-details-left img {
    max-width: 100%;
    width: 390px;
}

.tmdl-contact-box {
    background: #0475b7;
    text-align: center;
    padding: 40px;
}

.tmdl-contact-box h2 {
    font-size: 25px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    margin-bottom: 17px;
    padding-bottom: 17px;
    position: relative;
}

.tmdl-contact-box h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 100px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tmdl-contact-box p {
    font-size: 16px;
    color: #ffffff;
}

.tmdl-contact-box>a {
    display: inline-block;
    color: #0475b7;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 10px 31px;
}

.tmdl-contact-box>a:hover {
    background-color: #444;
    color: #fff;
}

.tmdl-contact-box .dctr-social-link {
    margin-top: 20px;
}

.tmdl-contact-box .dctr-social-link a {
    opacity: 1;
    margin: 0px 2px;
}

.tmdl-contact {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin: 30px 0px;
}

.tmdl-single {
    margin: 20px 0px;
}

.tmdl-single h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    color: #ffffff;
}

.tmdl-single p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.tmdr-content {}

.tmdr-content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.tmdr-content span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0475b7;
    letter-spacing: 0;
    margin-bottom: 23px;
}

.tmdr-content p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 26px;
}

.tmdr-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
    margin: 48px 0px 24px;
}

.tmdr-content ul {
    margin-top: 40px;
}

.tmdr-content ul li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    color: #333333;
    line-height: 36px;
}

.tmdr-content ul li i {
    color: #219eda;
    margin-right: 10px;
}

.progress_bar {}

.progress_bar span {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 8px;
}

.p_bar_area {
    height: 10px;
    width: 100%;
    position: relative;
    background: #cccccc;
    border-radius: 2px;
    margin-bottom: 26px;
}

.p_bar_area span {
    position: absolute;
    right: -11px;
    top: -31px;
    font-size: 14px;
    font-weight: 400;
    color: #0475b7;
    letter-spacing: 0;
}

.p_bar {
    position: absolute;
    left: 2px;
    top: 2px;
    height: 6px;
    border-radius: 2px;
    background: #0475b7;
}

#related_pro{
    margin: 0 auto;}
.mainfr {
    margin-top: 10px;
}
.mainfr ul li {
     padding: 20px 16px;
	float:left;
	margin:0 20px;
	border: 1px solid #cccccc;
}
.mainfr ul li .img {
    width: 200px;
}
.mainfr ul li .img img {
    max-width: 100%;
}
.mainfr ul li p {
    text-align: center;
    line-height: 26px;
}

.ftbt{
	margin: 8px 0px;
	color: #9298aa;
}
.ftbt a{
	color: #9298aa;
}


.source .date, .share {
    color: #999;
    float: left;
    margin: 0 10px;
}
.share .bdsharebuttonbox .bds_weixin{
    background: url(../images/share2.png) no-repeat center center;
}
.share .bdsharebuttonbox .bds_sqq{
    background: url(../images/share1.png) no-repeat center center;
}
.share .bdsharebuttonbox .bds_tsina{
    background: url(../images/share3.png) no-repeat center center;
}
.share .bdshare-button-style0-16 a,.share .bdshare-button-style0-16 .bds_more{
    font-size: 12px;
    padding-left: 25px;
    line-height: 25px;
    height: 25px;
    margin: 0 4px;
}
.share .bdshare-button-style0-16{
    float: right;
}


.baidu-nav-link3{background-color: #f4f4f4;left:0px;right: 0px;z-index: 999;width: 1200px;margin: 0 auto;}
.baidu-nav-link3 ul{display: block;text-align: center;}
.baidu-nav-link3 ul li{display: inline-block;padding: 12px 0px;}
.baidu-nav-link3 ul li a{color:#404040 ;font-size: 16px;text-decoration: none;padding: 0px 18px;border-right: solid 1px #CCCCCC;}
.baidu-nav-link3 ul li:last-child a{border-right: none;}
.baidu-nav-link3 ul li a.cur{ color:#ff7a00;}
media only screen and (min-width: 100px) and (max-width: 640px) {
	.baidu-nav-link3 ul li{padding: 20px 0px;}
	.baidu-nav-link3 ul li a{padding: 0px 5px;font-size: 14px;}
}

.baidu-nav-link3 ul li:hover a{color: #03a9f4;}
.baidu-nav-link3 ul li.active a{color: #03a9f4;}

.baidu-nav-link3 ul li a.mf{    margin: 0px;
    background: #ff7a00;
    height: 36px;
    line-height: 36px;
	color:#fff;cursor: pointer;
    display: block;
    width: 112px;
    text-align: center;
    border-radius: 30px;
    margin-left: 18px;}
.baidu-nav-link3 ul li a.mf:hover{color:#fff;}
/*============================================
* END Team Details
*=============================================*/