
@font-face {
	font-family: 'Hurme Geometric Sans 4';
	src: url('../fonts/HurmeGeometricSans4-Light.eot');
	src: url('../fonts/HurmeGeometricSans4-Light-1.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans4-Light.woff2') format('woff2'), url('../fonts/HurmeGeometricSans4-Light.woff') format('woff'), url('../fonts/HurmeGeometricSans4-Light.ttf') format('truetype'), url('../fonts/HurmeGeometricSans4-Light.svg#HurmeGeometricSans4-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Hurme Geometric Sans 4';
	src: url('../fonts/HurmeGeometricSans4-Bold.eot');
	src: url('../fonts/HurmeGeometricSans4-Bold-1.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans4-Bold.woff2') format('woff2'), url('../fonts/HurmeGeometricSans4-Bold.woff') format('woff'), url('../fonts/HurmeGeometricSans4-Bold.ttf') format('truetype'), url('../fonts/HurmeGeometricSans4-Bold.svg#HurmeGeometricSans4-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Hurme Geometric Sans 4';
	src: url('../fonts/HurmeGeometricSans4-SemiBold.eot');
	src: url('../fonts/HurmeGeometricSans4-SemiBold-1.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans4-SemiBold.woff2') format('woff2'), url('../fonts/HurmeGeometricSans4-SemiBold.woff') format('woff'), url('../fonts/HurmeGeometricSans4-SemiBold.ttf') format('truetype'), url('../fonts/HurmeGeometricSans4-SemiBold.svg#HurmeGeometricSans4-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Hurme Geometric Sans 4';
	src: url('../fonts/HurmeGeometricSans4-Regular.eot');
	src: url('../fonts/HurmeGeometricSans4-Regular-1.eot') format('embedded-opentype'), url('../fonts/HurmeGeometricSans4-Regular.woff2') format('woff2'), url('../fonts/HurmeGeometricSans4-Regular.woff') format('woff'), url('../fonts/HurmeGeometricSans4-Regular.ttf') format('truetype'), url('../fonts/HurmeGeometricSans4-Regular.svg#HurmeGeometricSans4-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


.roboto-Nestay {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.clear {
	clear: both;
}
/*******************
Paddings
*******************/
html body .p-0 {
	padding: 0px;
}
html body .p-10 {
	padding: 10px;
}
html body .p-15 {
	padding: 15px;
}
html body .p-20 {
	padding: 20px;
}
html body .p-30 {
	padding: 30px;
}
html body .p-40 {
	padding: 40px;
}
html body .p-60 {
	padding: 60px;
}
html body .p-l-0 {
	padding-left: 0px;
}
html body .p-l-10 {
	padding-left: 10px;
}
html body .p-l-15 {
	padding-left: 15px;
}
html body .p-l-20 {
	padding-left: 20px;
}
html body .p-l-60 {
	padding-left: 60px;
}
html body .p-r-0 {
	padding-right: 0px;
}
html body .p-r-10 {
	padding-right: 10px;
}
html body .p-r-20 {
	padding-right: 20px;
}
html body .p-r-15 {
	padding-right: 15px;
}
html body .p-r-30 {
	padding-right: 30px;
}
html body .p-r-40 {
	padding-right: 40px;
}
html body .p-r-60 {
	padding-right: 60px;
}
html body .p-t-0 {
	padding-top: 0px;
}
html body .p-t-10 {
	padding-top: 10px;
}
html body .p-t-15 {
	padding-top: 15px;
}
html body .p-t-20 {
	padding-top: 20px;
}
html body .p-t-30 {
	padding-top: 30px;
}
html body .p-t-40 {
	padding-top: 40px;
}
html body .p-t-60 {
	padding-top: 60px;
}
html body .p-b-0 {
	padding-bottom: 0px;
}
html body .p-b-5 {
	padding-bottom: 5px;
}
html body .p-b-10 {
	padding-bottom: 10px;
}
html body .p-b-15 {
	padding-bottom: 15px;
}
html body .p-b-20 {
	padding-bottom: 20px;
}
html body .p-b-30 {
	padding-bottom: 30px;
}
html body .p-b-40 {
	padding-bottom: 40px;
}
html body .p-b-60 {
	padding-bottom: 60px;
}
/*******************
Margin
*******************/
html body .m-0 {
	margin: 0px;
}
html body .m-l-5 {
	margin-left: 5px;
}
html body .m-l-10 {
	margin-left: 10px;
}
html body .m-l-15 {
	margin-left: 15px;
}
html body .m-l-20 {
	margin-left: 20px;
}
html body .m-l-30 {
	margin-left: 30px;
}
html body .m-l-40 {
	margin-left: 40px;
}
html body .m-r-5 {
	margin-right: 5px;
}
html body .m-r-10 {
	margin-right: 10px;
}
html body .m-r-15 {
	margin-right: 15px;
}
html body .m-r-20 {
	margin-right: 20px;
}
html body .m-r-30 {
	margin-right: 30px;
}
html body .m-r-40 {
	margin-right: 40px;
}
html body .m-t-0 {
	margin-top: 0px;
}
html body .m-t-5 {
	margin-top: 5px;
}
html body .m-t-10 {
	margin-top: 10px;
}
html body .m-t-15 {
	margin-top: 15px;
}
html body .m-t-20 {
	margin-top: 20px;
}
html body .m-t-25 {
	margin-top: 25px;
}
html body .m-t-30 {
	margin-top: 30px;
}
html body .m-t-35 {
	margin-top: 35px;
}
html body .m-t-40 {
	margin-top: 40px;
}
html body .m-b-0 {
	margin-bottom: 0px;
}
html body .m-b-5 {
	margin-bottom: 5px;
}
html body .m-b-10 {
	margin-bottom: 10px;
}
html body .m-b-15 {
	margin-bottom: 15px;
}
html body .m-b-20 {
	margin-bottom: 20px;
}
html body .m-b-30 {
	margin-bottom: 30px;
}
html body .m-b-40 {
	margin-bottom: 40px;
}
body {
	background: #ffffff;
	margin: 0;
	overflow-x: hidden;
	font-family: "Roboto", sans-serif;color:#000;
}
/*******************
Headings
*******************/
h1, h2, h3, h4, h5, h6 {
	color: #3a3a3a;
	font-family: 'Hurme Geometric Sans 4';
	margin:0px;
}
p {
	color:#777777;
	line-height:24px;
	margin:0px;
}
/*-----------title-------------*/
.title {
	margin: 55px 0 15px;
	font-size: 24px;
	font-weight: 600;
}
.subtitle {
	margin: 20px 0 15px;
	font-size: 16px;
	font-weight: 400;
	line-height:24px;
	color:#777777;
}
/*********Header**********/
.header {
	position: absolute;
	z-index: 999;
	width: 100%;
}
.header-nav-bar {
	padding: 0px 0px;
	width: 100%;
	left: 0px;
}
.header-nav-bar .navbar-nav .nav-link {
	color: #263238;
	font-size: 14px;
	padding: 15px 18px;
	font-weight: 500;
	line-height: 60px;
}
.header-nav-bar .navbar-nav .nav-item:hover .nav-link {
	color: #fe7800;
}
.header-nav-bar .navbar-nav .nav-item > .nav-link {
	
}
.header-nav-bar .navbar-nav .nav-item:hover .dropdown-menu {
	display:block;
}
.header-nav-bar .navbar-nav .nav-item .dropdown-menu {
	top:98%;
}
.header-nav-bar .header_r {
	position: absolute;
	right: 0px;
	padding-top: 15px;
}
.header-nav-bar .rounded-button a {
	color: #263238;
	font-weight: 500;
}
.header-nav-bar .rounded-button a:hover {
	color: #fe7800;
}
.fixed-header .h5-nav-bar .navbar-nav .nav-link {
	line-height: 40px;
}
.header .header-scoails .fab {
	background-color: #ea994e;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	height: 32px;
	margin-left: 3px;
	padding: 3px 0;
	text-align: center;
	width: 32px;
	line-height: 26px;
	transition: 0.5s;
}
.header .header-scoails .fa:hover {
	opacity: 0.8;
}
.header .header-scoails li {
	list-style: none;
	display: inline-block;
}
.header .navbar-brand {
	margin-right: 50px;
}
.navbar-fixed-top {
position: fixed;
margin: 0 auto;
width: 100%;
z-index: 9999;
top: 0px;
border-top: none;
border-bottom: none;
transition: 0.5s;
background-color: #ffffffe6;
}
.creativ .navbar-fixed-top {
background-color: #3e3e3e80;
}
.business .navbar-fixed-top, .health .navbar-fixed-top, .Gym_Nestay .navbar-fixed-top {
    position: fixed !important;
    background-color: #ffffffe6;
}

.searchlink {
cursor: pointer;
font-size: 20px;
height: 34px;
padding: 2px;
position: relative;
float: left;
color: #ea994e;
}


.searchlink:hover, .searchlink.open {
  cursor: pointer;
}

.searchlink.open > .searchform {
  display: block;
}

.searchform {
  display: none;
  position: absolute;
  width: 212px;
  height: 70px;
  line-height: 40px;
  top: 60px;
  right: 0;
  padding: 0 15px;
  cursor: default;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e1e1;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.2);
  margin-left: -120px;
  z-index: 9999999;
  background-color: #fff;

}
.searchlink.open .searchform {
  display: block;
}

#search {
  display: block;
  position: relative;

}

#s {
  width: 184px;
  background: #fff;
  padding: 0 11px;
  border: 1px solid #e1e1e1;
  border-right: none;
  color: #888;
  margin: 14px 0;
  border-radius: 20px;
  font-size: 16px;
}

.sbtn {
display: block;
position: absolute;
background: none;
background-color: rgba(0, 0, 0, 0);
border: none;
font-size: 0.6em;
cursor: pointer;
right: 0px;
top: 14px;
width: 35px;
background-color: inherit;
color: #ea994e;
font-size: 16px;

}

/*---------------------------------------------index--------------------------------------*/
.act-buttons .btn {
background-color: #ea994e;
border: 1px solid #ea994e;
color: #fff;
font-size: 19px;
padding: 5px 20px;
line-height: 31px;
font-weight: 600;
}
.act-buttons .btn:hover {
    opacity: 0.9;
}
.index_page .header-nav-bar .header_r {
    padding-top: 0px;

}

/*----------------------Static_banner---------------------*/
.static_banner .title {
margin: 55px 0 15px;
font-size: 38px;
font-weight: 700;
color: #fff
}
.static_banner .subtitle {
    font-size: 21px;
    color: #fff;
}
.static_banner .btn-success {
background-color: #1396e2;
border: 1px solid #1396e2;
color: #fff;
font-size: 19px;
padding: 5px 20px;
line-height: 31px;
font-weight: 600;
}
.index_page .header-nav-bar .navbar-nav .nav-link {
    color: #fff;
}
.static_banner {
min-height: calc(100vh - 150px);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
overflow: auto;
background-size: cover;
background-position: center center;
}



/*----------------------Demos_All---------------------*/
.demos_all .title {
    margin: 0px 0 30px;
    font-size: 27px;
    font-weight: 700;
    
}
.demos_all h3 {
margin: 60px 0 5px;
font-size: 17px;
font-weight: 500;

color: #9b9b9b;
}
.demos_all .divider {
display: inline-block;
width: 100px;
height: 2px;
background: #333;
margin-bottom: 30px;
}
.demos_all h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
/*---------------------------------------------Digital-Agency--------------------------------------*/

/*----------------------Slider---------------------*/

.slider {
}
.carousel-indicators li {
    cursor: pointer;
}
.slider .slide-text {
	position: absolute;
	top: 35%;
	width: 100%;
	text-align: center;
}
.slider .slide-text h1 {
	font-size:30px;
	text-align: center;
	color:#3a3a3a;
	font-weight:600;
}
.slider .slide-text p {
	font-size: 20px;
	color: #3a3a3a;
	text-align: center;
	font-weight: 400;
	line-height: 27px;
	margin-top: 10px;
}
.slider .btn.btn-primary {
	background-color: inherit;
	border: 1px solid #ea994e;
	color: #ea994e;
	font-size: 21px;
	padding: 5px 20px;
	line-height: 35px;
	margin-top: 15px;
	transition: 0.5s;
}
.slider .btn.btn-primary:hover {
	background-color: #ea994e;
	border: 1px solid #ea994e;
	color: #fff;
	font-size: 21px;
	padding: 5px 20px;
	line-height: 35px;
}
/*----------------------Services---------------------*/
.icon-space.align-self-top {
	margin-right: 15px;
}
.services .card-body {
	padding: 0;
}
.services .card {
	border: none;
}
.services h5 {
	font-size: 19px;
	font-weight: 600;
}
/*----------------------Driven---------------------*/
.driven {
	background: #f5f8fa;
	padding: 60px 0 60px;
	margin-top: 40px;
}
.driven .title {
	margin: 10px 0 0;
}
.driven .btn.btn-primary {
	background-color: #ea994e;
	border: 1px solid #ea994e;
	color: #fff;
	font-size: 19px;
	height:45px;
	width:150px;
	line-height: 25px;
	margin-top: 15px;
	font-weight:600;
	transition: 0.5s;
}
.driven .btn.btn-primary:hover {
	opacity:0.8;
}
.driven img:hover {
	transform:scale(1.1,1.1);
}
.driven img {
	transition:all 0.5s ease;border:solid 1px #fe7800;border-bottom:solid 3px #fe7800;border-radius:14px;-moz-border-radius:14px;-webkit-border-radius:14px;
 }
.driven .driven_inner {
    width: 100%;
    overflow: hidden;
}
/*----------------------Portfolio1---------------------*/
.portfolio1 .overlay {
    background-color: rgba(84, 84, 84, 0.42);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display: none;
	cursor: pointer;
}
.portfolio1 .tab-pane li:hover .overlay {
	display: block;
transition: 0.5s;
}
.portfolio1 .overlay .fa {
    background: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    color: #ea994e;
}
.portfolio1 .overlay .fa:hover {
    background: #ea994e;
    color: #fff;
	transition: 0.5s;
}
.portfolio1 .overlay .follow {
    top: 45%;
    position: absolute;
    width: 100%;
}

.portfolio1 .tab-pane li {
	list-style: none;
	display: inline-block;
	width: 19%;
	margin-left:5px;
	margin-right:5px;
	overflow: hidden;
	position: relative;
}
.portfolio1 .tab-pane ul {
	padding: 0;
}
.portfolio1 .tab-pane img {
	width: 100%;
	transition:all 0.5s ease;
}
.portfolio1 .tab-pane img:hover {
/*display: block;
width: 100%;
transform: scale(1.1,1.1);
overflow: hidden;*/
}
.nav-pills .nav-link {
border-radius: .25rem;
	border: 1px solid #ea994e;
	font-size: 17px;
	color: #2d2b2d;
 	font-weight: 500;
	padding: 5px 20px;
	margin: 0 6px;
	transition:all 0.5s ease;
}
.nav-pills .nav-link.active, .nav-pills .nav-link:hover {
	color: #fff;
	background-color: #ea994e;
}
/*----------------------Testimonials---------------------*/

.testimonials .testimonial-image {
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition:all 0.5s ease;
}
.testimonials .testimonial-image:hover {
    display: block;
    width: 100%;
	transform:scale(1.1,1.1);
}
#carouselExampleIndicators2 {
	margin-top: 100px;
}
#carouselExampleIndicators2 .carousel-indicators {
	bottom: inherit;
	top: -70px;
}
.testimonials .carousel-inner {
	background-image: url("../images/testimonial_bg.png");
	text-align: center;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	padding: 59px 0;
}
.testimonials h4 {
	font-size: 15px;
	font-weight: 400;
}
.testimonials p {
	font-size: 16px;
	font-weight: 400;
	color:#777777;
}
.testimonials h3 {
	margin: 14px 0 5px;
	font-size: 15px;
	font-weight: 400;
	
	color:#ea994e;
}
.testimonials .carousel-indicators li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 69px;
	height: 69px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255,255,255,.5);
	cursor: pointer;
}
#carouselExampleIndicators2 .carousel-indicators .active {
	width: 78px;
	height: 78px;
	border-radius: 100px;
	overflow: hidden;
	border: 3px solid #ea994e;
}
.testimonial-image {
	width: 100% !important;
	height: auto !important;
}
/*----------------------Why Choose Us---------------------*/
.why_Choose {
	background: #f5f8fa;
	padding-bottom: 60px;
	margin-top: 60px;
}
.client-box h3 {
	font-size: 30px;
	font-weight: 300;
	color:#3a3a3a;
}
.client-box h6 {
	font-size: 15px;
	font-weight: 400;
	color:#3a3a3a;
}
/*----------------------Footer---------------------*/
.footer {
	background-color: #222222;
	color:#999999;
	padding: 60px 0;
}
.footer h5 {
	font-size: 20px;
	font-weight: 600;
	color:#fff;
}
.footer p {
	color: #999999;
	line-height: 24px;
	margin: 0px;
	font-size:15px;
	font-weight:300;
}
.footer ul {
	padding: 0px;
}
.footer ul li {
	list-style:none;
	padding-bottom: 15px;
}
.footer ul li a {
	color: #999999;
	font-weight:500;
}
.fa-map-marker::before {
	font-size: 25px;
}
.footer .fa {
	font-size: 20px;
	width: 21px; color:#ff5a00
}
.footer .form-control {
	display: block;
 padding: .375rem .75rem;
	font-size: 15px;
	line-height: 1.5;
	color: #999999;
	background-color: #fff;
	border: none;
	border-radius: 20px;
	height: 43px;
}
.footer .btn-outline-secondary {
	color: #6c757d;
	background-color: #ea994e;
	background-image: none;
	border:none;
	width: 70px;
	height: 43px;
	border-radius: 0 20px 20px 0px;
	color: #fff;
	transition:all 0.5s ease;
}
.footer .btn-outline-secondary:hover {
	opacity:0.8;
}

.footer .round-social a{text-align:center;display:inline-block; padding:10px 5px 5px 5px; background:#ff5a00; color:#fff; width:50px; height:50px; margin:5px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.footer .round-social a:hover {color: #000;} 
/*
.footer .round-social .fas {
	background-color: inherit;
	border-radius: 4px;
	color: #ff5a00;
	font-size: 15px;
	height: 32px;
	margin-left: 3px;
	padding: 3px 0;
	text-align: center;
	width: 35px;
	line-height: 26px;
	border: 1px solid #ff5a00;
	transition:all 0.5s ease;
}
.footer .round-social .fas:hover {
	background-color: #ea994e;
	border: 1px solid #ea994e;
}
*/
.footer_all .bottom-bar {
	background: #2e2e2e;
}
.footer_all .copyright {
	color: #ffffff;
	text-align: center;
	font-size:14px;
	font-weight:400;
}


/*.top_awro {
background: #ff5a00 none repeat scroll 0 0;
cursor: pointer;
padding: 6px 8px;
position: fixed;
bottom: 30px;
right: 20px;
display: none;
height: 50px;
width: 50px;
border-radius: 50%;
text-align: center;
line-height: 30px;
transition:all 0.5s ease;
}
.top_awro:hover {
	opacity:0.8; color:#000
}
.business .top_awro, .health .top_awro {
background: #1d7fb8 none repeat scroll 0 0;
}
.top_awro .fa.fa-chevron-up {
    color: #fff;
}*/


/*---------------------------------------------Creativ--------------------------------------*/
.creativ .fa.fa-bars {
    color: #fff;
}
.creativ .header-nav-bar .navbar-nav .nav-link {
    color: #fff;
}
.creativ .slider .slide-text h1 {
    color: #fff;
}
.creativ .slider .slide-text p {
    color: #fff;
}
.creativ .slider .btn.btn-primary {
    border: 1px solid #fff;
    color: #fff;
}
.creativ .slider .btn.btn-primary:hover {
    border: 1px solid #ea994e;
}

/*----------------------we_creative---------------------*/
.we_creative .btn.btn-primary {
    background-color: #ea994e;
    border: 1px solid #ea994e;
    color: #fff;
    font-size: 19px;
    height: 45px;
    width: 150px;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 600;
	transition:all 0.5s ease;
}
.we_creative .btn.btn-primary:hover {
	opacity:0.8;
}
.we_creative h4 {
    font-size: 52px;
    color: #aaaaaa;
    font-weight: 600;
	line-height: 39px;
}
.we_creative h5 {
    font-size: 19px;
    color: #3a3a3a;
    font-weight: 600;
}
.we_creative {
    padding: 60px 0;
}

/*----------------------Services2---------------------*/

.services2 {
    background-color: #eeeff1;
	padding-top: 40px;
}
.services2 .row.box {
    padding-bottom: 55px;
}
.services2 .box h5 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 600;
}
.services2 .box p {
    font-size: 15px;
}
.services2 .box h6 {
    font-size: 19px;
    color: #3a3a3a;
    font-weight: 600;
}
.services2 .title {
    margin: 15px 0 15px;
}
/*----------------------Marketing---------------------*/
.marketing {
    padding: 60px 0;
}
.marketing .feature_box img {
    width: 100%;
	border-radius: 4px;
	transition:all 0.5s ease;
}
.marketing .feature_box img:hover {
    transform: scale(1.1,1.1);
}
.feature_box_img {
    width: 100%;
    overflow: hidden;
}
.marketing .feature_box h5 {
    font-size: 18px;
    color: #3a3a3a;
    font-weight: 600;
    
}
.border_l {

    background-color: #ea994e;
    height: 3px;
    width: 25px;

}

/*----------------------Progress Bar---------------------*/
.progress_part {
background-image: url("../images/progress_back.png");
padding: 40px 0px 45px;
background-position-x: center;
text-align: center;
background-size: cover;
}



/*----------------------Portfolio2---------------------*/

.portfolio2 .tab-pane li {
    width: 31.6% !important;
	overflow: hidden;
}

/*---------------------- Testimonials ---------------------*/
.background_back {
	background-color:#f5f8fa;
}
/*---------------------- Why Choose Us ---------------------*/
.background_non {
	background-color:inherit;
}

/*---------------------------------------------Business--------------------------------------*/
.business .sbtn {
    color: #1396e2;
}
.business .searchlink {
    color: #1396e2;
}
.header2 .header-scoails .fa {
    background-color: #1396e2;
}
.header2 {
    position: inherit;
}
.header2 .header-nav-bar .navbar-nav .nav-link {
    color: #3a3a3a;
}
.header2 .header-nav-bar .navbar-nav .nav-item:hover .nav-link {
    color: #1396e2;
}
/*---------------------- Slider ---------------------*/
.business .slider .slide-text p {
    color: #fff;
}
.business .slider .slide-text h1 {
    color: #fff;
}
.business .slider .btn.btn-primary:hover {
    background-color: #1396e2;
    border: 1px solid #1396e2;
}
.business .slider .btn.btn-primary {
    border: 1px solid #fff;
    color: #fff;
}
/*---------------------- Driven ---------------------*/
.business .driven .btn.btn-primary {
    background-color: #1396e2;
    border: 1px solid #1396e2;
}
.business .driven {
    padding: 50px 0 60px;
    margin-top: 0;
}
.business .driven .img-shadow {
    width: 100%;
}

/*----------------------  Marketing  ---------------------*/
.business .border_l {
    background-color: #1396e2;
}
.business .nav-pills .nav-link.active, .business .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #1396e2;
}
.business .nav-pills .nav-link {
    border: 1px solid #1396e2;
}

/*----------------------  Business_md  ---------------------*/

.business_md {
	background-color:#231f20;
}
.business_md .box_l h3 {
    font-size: 41px;
    color: #fff;
    font-weight: 700;
}
.business_md .box_l p {
    font-size: 15px;
	color:#fff;
}
.business_md .box_r h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    
}
.business_md .box_r p {
    font-size: 15px;
	color:#fff;
}
.business .marketing {
    padding: 60px 0 45px;
}

/*----------------------  Testimonials  ---------------------*/
.business #carouselExampleIndicators2 .carousel-indicators .active {
    border: 3px solid #1396e2;
}
.business .testimonials h3 {
    color: #1396e2;
}
/*----------------------  Footer  ---------------------*/
.business .footer .btn-outline-secondary {
    background-color: #1396e2;
}
.business .footer .round-social .fa:hover {
    background-color: #1396e2;
    border: 1px solid #1396e2;
}

/*---------------------------------------------Gym Fitness--------------------------------------*/
.Gym_Nestay .header2 .header-nav-bar .navbar-nav .nav-item:hover .nav-link {
    color: #fe7800;
}
.Gym_Nestay .header2 .header-scoails .fa {
    background-color: #fe7800;
}
/*----------------------  Slider  ---------------------*/
.Gym_Nestay .slider .slide-text {
    text-align: left;
}
.Gym_Nestay .slider .slide-text h1 {
    font-size: 51px;
    color: #ff7b02;
    font-weight: 600;
    
}
.Gym_Nestay .slider .slide-text h3 {
    font-size: 29px;
    color: #3a3a3a;
    font-weight: 500;
    
}
.Gym_Nestay .slider .btn.btn-primary {
    font-size: 19px;
    
    font-weight: 600;
	margin-top: 30px;
}

/*----------------------  Our Gym  ---------------------*/

.our_gym .our_gym_l {
    text-align: right;
}
.our_gym .our_gym_l .align-self-top img {
    margin-left: 10px;
}
.our_gym .our_gym_r .align-self-top img {
    margin-right: 10px;
}
.our_gym h5 {
    font-size: 20px;
    font-weight: 600;
}
.our_gym .subtitle {
    margin: 20px 0 40px;
}
/*----------------------  Find Time  ---------------------*/
.find_time {
	background-image: url("../images/gym_back1.png");
}
.find_time .left {
    padding-top: 40px;
}
.find_time .open {
	border:1px solid #fff;
}
.find_time .open h3 {
font-size: 20px;
font-weight: 600;

color:#fff;
}
.find_time .open h5 {
font-size: 17px;
font-weight: 600;

color:#fff;
}
.find_time .right .align-self-top {
    width: 25px;
    height: 45px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}
.find_time .right .fa.fa-clock-o {
    font-size: 19px;
    color: #ff7b02;
    line-height: 30px;
}
.find_time .right .line_t {
    border-top: 1px solid #fff;
}
.find_time .right .featured {
	background-color:#f65790;
}
.find_time .right .featured .btn.btn-primary {
   padding: 0 10px;
    background: inherit;
    border: 1px solid #fff;
}
.find_time .right .featured h3 {
    font-size: 17px;
}
.find_time .open p {
color:#fff;
}
.find_time .title {
	color:#fff;
}
.find_time .subtitle {
	color:#fff;
}
.find_time .right .price_b .btn.btn-primary {
   padding: 3px 10px;
background: inherit;
border: 1px solid #fff;
float: right;
font-weight: 600;
}
.find_time .right .price_b h5 {
    font-size: 17px;
    font-weight: 600;
    
    color: #fff;
}

/*----------------------  Fitness Classes  ---------------------*/
.fitness_classes .tab-content li {
    width: 31.6% !important;
    background: #f6f6f6;
    border-radius: 4px;
}
.fitness_classes li h3 {
font-size: 20px;
font-weight: 600;
margin-top: 30px;
position: relative;
margin-bottom: 35px;
}
.fitness_classes li h6 {
font-size: 17px;
font-weight: 300;
}
.fitness_classes li .line_t {
margin: 25px 15px 0 15px;
border-top: 1px solid #ddd;
}
.fitness_classes li img {
    width: 100%;
    border-radius: 4px 4px 0 0;
}
.fitness_classes li .dt-price {
	background:#000000;
	padding: 10px 0;
	border-radius: 0 0px 4px 4px;
	cursor:pointer;
}
.fitness_classes li .dt-price:hover {
	background:#ff7b02;
	}
.fitness_classes .image {
    overflow: hidden;
}
.fitness_classes li .price {
    color: #fff;
	font-size: 23px;
font-weight: 700;
}
.fitness_classes li span {
font-size: 17px;
font-weight: 500;
margin-bottom: 15px;
display: block;
}
.dt-sc-popular-classs .details h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background-color: #ff7b02;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 .owl-carousel .owl-item img:hover {
    display: block;
    width: 100%;
	transform:scale(1.1,1.1);
}
.owl-carousel .owl-item img {
	transition:all 0.5s ease;
 }
/*----------------------  Workout_Classes  ---------------------*/

.workout_classes {
	background-image: url("../images/gym9.png");
	padding-bottom: 50px;
}
.workout_classes .title {
    color: #fff;
}
.workout_classes .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.workout_classes .owl-theme .owl-dots .owl-dot.active span, .workout_classes .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 2px solid #ff7b02;
    width: 16px;
    height: 16px;
}
.workout_classes .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: #fff !important;
}
.workout_classes .subtitle {
    margin: 20px 0 40px;
}

/*----------------------   Trainers   ---------------------*/
.dt-sc-team.hide-details-show-on-hover {
	cursor:pointer;
	border:1px solid #dddddd;
	overflow: hidden;
}
.dt-sc-team.hide-social-show-on-hover .dt-sc-team-social {
    background: rgba(255, 255, 255, 0.9);
}
.dt-sc-team-social li {
    display: inline-block;
    margin: 0px 5px;
    padding: 0px;
}
.dt-sc-team-details ul {
	padding:0;
	text-align:center;
}
.dt-sc-team-details h4 {

    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
	text-align:center;

}
.dt-sc-team-details h5 {

    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
	color:#777777;
	text-align:center;
}
.dt-sc-team-thumb img {
	width:100%;
	transition: all 0.5s ease;
}
.hide-details-show-on-hover:hover .dt-sc-team-thumb img {
	transform: scale(1.1,1.1);
}
.dt-sc-team-social li a {
width: 34px;
height: 34px;
text-align: center;
font-size: 16px;
line-height: 34px;
border-color: #000000;
border: 1px solid #000;
border-radius: 50%;
background-color:#3a3a3a;
color:#fff;
text-decoration: none;
}
.dt-sc-team-social li a:hover {
border-color: #ea994e;
background-color:#ea994e;
}
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
position: absolute;
bottom: 0px;
width: 90%;
padding: 30px 10px;
text-align: center;
background: rgba(255, 255, 255, 0.9);
display:none;
}
.hide-details-show-on-hover:hover .dt-sc-team-details {
	display:block;
}
dt-sc-team {
    position: relative;
}


/*---------------------------------------------Health--------------------------------------*/

.top-bar {
	background-color:#1d7fb8;
}
.top-bar .fa {
    color: #fff;
}
.top-bar .right a {
    color: #fff;
	margin-left:20px;
	font-size:15px;
}

.top-bar .navbar {
    padding: 0;
}
.appointment {
    padding: 0px;
    list-style: none;
}
.appointment .nav-link {
	font-size:14px;
	color:#1d7fb8;
	font-weight:600;
	border:1px solid #1d7fb8;
	border-radius:20px;
	line-height: 22px;
	transition:all 0.5s ease;
}
.appointment .nav-link:hover {
	color:#ffff;
	background:#1d7fb8;
}


/*----------------------   Slider   ---------------------*/
.health .slider .slide-text h3 {
    font-size: 16px;
    color: #1396e2;
    font-weight: 500;
}
.health .slider .slide-text h1 {
    color: #3a3a3a;
}
.health .slider .slide-text p {
    color: #3a3a3a;
}
.health .slider .btn.btn-primary {
    background-color: #1d7fb8;
    border: 1px solid #1d7fb8;
    color: #fff;
    font-size: 21px;
    padding: 5px 30px;
    line-height: 35px;
    margin-top: 15px;
	transition:all 0.5s ease;
}
.health .slider .btn.btn-primary:hocer {
	opacity: 0.8;
}

/*----------------------   Best_Health   ---------------------*/
.best_health .subtitle {
    margin: 20px 0 10px;
}

/*----------------------   Make_Appointment   ---------------------*/
.make_Appointment {
	background-image: url("../images/ap_back.png");
	padding-bottom: 60px;
	background-position-x: 30%;
}
.make_Appointment .wpb_column.vc_column_container {
    width: 100%;
}

.make_Appointment .wpcf7-form-control {
	font-size: 14px;

width: 100%;
border-bottom: 1px solid #ddd;
border-top: none;
border-left: none;
border-right: none;
padding: 10px 0px;
background-color: inherit;
margin-bottom:25px;
}
.make_Appointment .b_asset {
background-color: #1d7fb8;
border: 1px solid #1d7fb8;
color: #fff;
font-size: 17px;
padding: 2px 16px;
line-height: 35px;
margin-top: 15px;
font-weight: 600;

cursor: pointer;
width: 102px;
transition: all 0.5s ease
}
.make_Appointment .b_asset:hover {
	opacity:0.8;
}
/*----------------------   Our_Doctors   ---------------------*/
.our_doctors {
}
.our_doctors .dt-sc-team.hide-details-show-on-hover {
    cursor: pointer;
	border:none;
}
.our_doctors .dt-sc-team-social li a:hover {
    border-color: #1d7fb8;
    background-color: #1d7fb8;
}

/*----------------------   Watch_Video   ---------------------*/
.watch_video {
	background-image: url("../images/video_back.png");
	padding-bottom: 60px;
}

.watch_video .title2 {
    font-size: 22px;
    font-weight: 500;
	color:#fff;
}
.watch_video .title {
	color:#fff;
}
.watch_video .subtitle {
	color:#fff;
}
.watch_video .nav-link {
font-size: 15px;
color: #fff;
font-weight: 600;

border: 1px solid #fff;
border-radius: 20px;
line-height: 22px;
width: 180px;
text-align: center;
padding: 10px 13px;
margin-top: 30px;
transition: all 0.5s ease
}
.watch_video .nav-link:hover {
border: 1px solid #fff;
color: #1d7fb8;
background-color:#fff;
}
.watch_video .video-img {
    width: 100%;
    margin-top: 60px;
	cursor: pointer;
}


/*----------------------   Blog-Home1   ---------------------*/
.blog-home1 {
    padding-bottom: 60px;
}
.blog-home1 .box img {
    width: 100%;
	transition: all 0.5s ease;
}
.blog-home1 .box img:hover {
    transform: scale(1.1,1.1);
}
.blog-home1 .news_img {
    width: 100%;
    overflow: hidden;
}
.blog-home1 .box a {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a3a;
}
.blog-home1 .box h3 {
    font-size: 16px;
    font-weight: 300;
    color: #3a3a3a;
	margin-top: 5px;
}
.blog-home1 .box p {
    font-size: 14px;
	color:#777777;
	padding-top: 10px;
}
.blog-home1 .box .btn.btn-primary {
padding: 5px 15px;
background: inherit;
border: 1px solid #1d7fb8;
font-weight: 500;
color: #333;

font-size: 15px;
margin-top: 15px;
transition: all 0.5s ease;
}
.blog-home1 .box .btn.btn-primary:hover {
border: 1px solid #1d7fb8;
color: #fff;
background-color:#1d7fb8;
}

/*---------------------------------------------About-Us--------------------------------------*/
.banner-innerpage {
    padding: 84px 0 154px 0;
}
.breadcrumb {
    background-color: inherit;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: .75rem 1rem;
	text-align:center;
	font-size: 15px;
font-weight: 500;
display:inline-block;
}
.breadcrumb .breadcrumb-item {
    display: inline-block;
}
.banner-innerpage .title {
    margin: 55px 0 0px;
    font-size: 40px;
    font-weight: 600;
    text-transform: inherit;
    color: #fff;
}
.breadcrumb-item a {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
}

/*----------------------   Create_Deautiful   ---------------------*/

.create_beautiful {
    padding-bottom: 60px;
}
.create_beautiful h5 {
	font-size: 18px;
color: #3a3a3a;
font-weight: 600;
}
.create_beautiful .card {
	border:none;
}
/*----------------------   Our_Team   ---------------------*/
.our_team {
    padding-bottom: 30px;
}
.our_team .pro-pic img {
    border-radius: 100%;
	transition: all 0.5s ease;
}
.our_team .pro-pic img:hover {
    width: 100%;
    transform: scale(1.1,1.1);
}
.our_team .img-responsive {
width: 255px;
height: 255px;
    display: inline-block;
}
.our_team .team_img {
width: 255px;
height: 255px;
    display: inline-block;
	overflow:hidden;
	border-radius: 50%;
}

.our_team .box_m h5 {
font-size: 15px;
color: #3a3a3a;
font-weight: 500;

margin-top: 15px;
}
.our_team .box_m h6 {
		font-size: 15px;
color: #3a3a3a;
font-weight: 500;
margin-top: 8px;
}
.our_team .box_m p {
margin-top: 15px;
}
.our_team .pro-pic {
    text-align: center;
}



/*---------------------------------------------Services--------------------------------------*/

.icon-space.sumbers.align-self-top {
color: #dddddd;
font-size: 65px;
font-weight: 700;
line-height: 36px;
}
.record_time .card-body h5 {
	    margin: 0px 0 15px;
    font-size: 18px;
    font-weight: 600;
}
.record_time .card-body p {
	color:#777777;
    font-size: 15px;
}
.record_time {
    margin-top: 40px;
    padding-bottom: 60px;
}
.record_time .card {
    border: none;
}


/*---------------------------------------------Pricing--------------------------------------*/
.pricing1 .pricing {
    margin: 20px 0;
}
.pricing1 .pricing sup {
    font-size: 18px;
    top: -20px;
}
.pricing1 .pricing .monthly {
    color: #3a3a3a;
	font-size:40px;
	font-weight: 400;
	
}
.pricing1 .pricing small.monthly {
    font-size: 80%;
    font-weight: 400;
}
.pricing1 .pricing .db {
display: block;
font-size: 16px;
font-weight: 500;
color: #777777;
padding: 10px 0 5px 0;
}
.pricing1 .list-inline li {
    padding: 8px 0;
    display: block;
}
.pricing1 .card-body .title {
    margin: 0 0 0;
    font-size: 20px;
    font-weight: 600;
    
}
.pricing1 .card-body .subtitle {
    margin: 10px 0 15px;
}
.pricing1 .btn {
    background-color: inherit;
    border: 1px solid #ea994e;
    color: #ea994e;
    font-size: 18px;
    padding: 5px 20px;
    line-height: 29px;
    margin-top: 15px;
	transition: all 0.5s ease;
	font-weight: 600;
}
.pricing1 .card-body:hover .btn {
    background-color: #ea994e;
    border: 1px solid #ea994e;
    color: #ffffff;
}
.pricing1 .card-body {
box-shadow: 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
-moz-box-shadow: 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
-webkit-box-shadow: 0px 0px 8px 0px rgba(193, 193, 193, 0.75);
border-radius: 4px;
}
.pricing1 .card {
	border:none;
}


/*----------------------   Spspecial_Offer   ---------------------*/
.spspecial_offer {
	padding-bottom: 144px;
margin-top: 60px;
padding-top: 40px;
}
.spspecial_offer h3 {
	margin: 55px 0 20px;
font-size: 55px;
font-weight: 700;

color:#fff;
}

.spspecial_offer h4 {
font-size: 34px;
font-weight: 600;

color:#fff;
position:relative
}
.spspecial_offer  .btn {
    background-color: #ea994e;
    border: 1px solid #ea994e;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
    line-height: 29px;
    margin-top: 50px;
    
	font-weight: 600;
	transition: all 0.5s ease;
}
.spspecial_offer  .btn:hover {
	opacity:0.8;
}

/*---------------------------------------------Contact Us--------------------------------------*/
.contact_us .banner-innerpage {
    padding: 0px 0 60px 0;
}
.contacts_mape iframe {
	margin-top:60px;
    width: 100%; 
}
.contacts_bottom .fas {color:#fe7800}
.contacts_bottom .wpcf7-form-control {
    font-size: 14px;
    
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 0px;
    background-color: inherit;
    margin-bottom: 25px;
}
.contacts_bottom .b_asset {
    background-color: #ea994e;
    border: 1px solid #ea994e;
    color: #fff;
    font-size: 17px;
    padding: 2px 16px;
    line-height: 35px;
    margin-top: 15px;
    font-weight: 600;
    
    cursor: pointer;
    width: 102px;
	margin-bottom:0px;
	transition: all 0.5s ease;
}
.contacts_bottom .b_asset:hover {
	opacity:0.8;
}
.contacts_bottom .card {
	border:none;
}
.contacts_bottom .card-body {
	padding: 15px 0 15px 0;
}
.contacts_bottom .card-body h5 {
    font-size: 16px;
    font-weight: 600;
}
.contacts_bottom .card-body .fa {
    font-size: 24px;
	color:#ea994e;
}
/*---------------------------------------------Blog--------------------------------------*/
#blog-area {
    margin-top: 60px;
}
.sidebar-wrapper .single-sidebar .search-form {
border: 1px solid #dddddd;
border-radius: 4px;
}
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    border: medium none;
    box-shadow: none;
    width: 84%;
    font-size: 16px;
    color: #8995a2;
	padding:0 10px;
}
.sidebar-wrapper .single-sidebar .search-form button {
background: none;
color: #7b7b7b;
height: 40px;
text-align: center;
border: medium none;
width: 13%;
font-size: 18px;
cursor:pointer;
}

.sidebar-wrapper .single-sidebar .sec-title {
    margin-top: 22px;
    overflow: hidden;
}
.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
}
.single-sidebar .categories li {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    line-height: 42px;
    list-style: outside none none;
}
.single-sidebar .categories {
    padding: 0;
	margin:0;
}
.single-sidebar .categories li a {
    color: #575560;
    font-size: 14px;
    font-weight: 300;
}
.single-sidebar .latest-post {
    padding: 0px;
}
.single-sidebar .latest-post li .title-holder a .post-title {
    color: #777777;
    font-size: 13px;
    line-height: 20px;
}
.single-sidebar .latest-post li .title-holder .post-date {
color: #45ade7;
display: block;
font-size: 14px;
font-style: italic;
padding-top: 5px;
}
.single-sidebar .latest-post li {
border-bottom: 1px solid #dddddd;
margin-top: 10px;
padding-bottom: 10px;
}
.single-sidebar .popular-tag li a {
border: 1px solid #cac7c7;
color: #3a3a3a;
display: block;
font-size: 15px;
font-weight: 400;
padding: 6px 17px;
transition: all 0.5s ease;
}
.single-sidebar .popular-tag li a:hover {
border: 1px solid #ea994e;
color: #fff;
background-color: #ea994e;
text-decoration:none;
}
.single-sidebar .popular-tag {
    padding: 0;
}

.single-sidebar .popular-tag li {
    display: inline-block !important;
    margin: 15px 3px 0px;
}






.single-blog-post {
	margin-bottom:60px;
}
.single-blog-post .img-holder {
	position:relative;
}
.single-blog-post .img-holder img {
    width: 100%;
	transition: all 0.5s ease;
}
.single-blog-post .img-holder img:hover {
    transform: scale(1.1,1.1);
}
.single-blog-post .img_up {
	width:100%;
	overflow:hidden;
}
.overlay-style-two {
position: absolute;
top: 10px;
left: 10px;
background-color: #3a3a3a;
padding: 10px 10px;
color: #fff;

font-size: 14px;
text-align: center;
}
.single-blog-post .text-holder .blog-title {
    color: #3a3a3a;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 5px;
}
.single-blog-post .text-holder .meta-info .post-info {
    padding: 0px;
}
.single-blog-post .text-holder .meta-info .post-info li {
    display: inline-block;
    float: left;
    line-height: 15px;
    padding-right: 15px;
	color:#3a3a3a;
}
.single-blog-post .text-holder .meta-info .post-info li i {
    color: #aaaaaa;
    display: inline-block;
    font-size: 16px;
    padding-right: 10px;
}
.single-blog-post .text-holder .meta-info .post-info li a {
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
}

.readmore {
color: #3a3a3a;
line-height: 42px;
border: 1px solid #3a3a3a;
padding: 10px 15px;
font-size: 17px;
font-weight: 500;
margin-top: 40px;
display: block;
width: 208px;
line-height: 22px;
transition: all 0.5s ease;
}
.readmore:hover {
color: #fff;
border: 1px solid #ea994e;
background-color:#ea994e;
text-decoration:none;
}
.readmore .fa {
    padding-left: 20px;
	color:#3a3a3a;
}
.readmore:hover .fa {
	color:#fff;
}




.pagination .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8995a2;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    text-align: center;
    font-size: 16px;
	transition: all 0.5s ease;
}
.pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ea994e;
    border-color: #ea994e;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    margin-left: 0;
    border: none;
}
.pagination .page-item:first-child .page-link:hover, .pagination .page-item:last-child .page-link:hover {
    color: #8995a2;
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
}
.pagination {
    margin-bottom: 60px;
}

/*---------------------------------------------Blog - Detail--------------------------------------*/
.img-holder .blog_p {
border-left: 3px solid #ea994e;
padding: 5px 0 5px 25px;
font-size: 16px;
color: #aaaaaa;
font-style: italic;
line-height: 34px;
margin: 40px 0 40px 60px;
}
.blog_post_barr .Share ul {
    padding: 0px;
}
.blog_post_barr .Share li {
    display: inline-block;
    list-style: outside none none;
    font-size: 18px;
    color: #222222;
    font-weight: 600;
}
.blog_post_barr li a {
    border: medium none;
    padding-bottom: 0;
    padding-top: 0;
    color: #bbbbbb;
    font-size: 14px;
    
    font-weight: 600;
}
.blog_post_barr .Share .fa {
    background-color: #fdfcfc;
    border: 1px solid #f3f1f1;
    border-radius: 2px;
    color: #aaaaaa;
    font-size: 14px;
    height: 38px;
    margin-left: 5px;
    padding: 10px 0 3px;
    text-align: center;
    width: 40px;
    vertical-align: middle;
	transition: all 0.5s ease;
}
.blog_post_barr .Share .fa:hover {
    background-color: #ea994e;
    color: #fff;
    border: 1px solid #ea994e;
}
.blog_post_barr .pager {
    margin-top: 5px;
}
.blog_post_barr .pager li:first-child {
border-right: 1px solid #aaaaaa;
line-height: 18px;
padding-right: 8px;
margin-right: 4px;
}
.blog_post_barr li a {
    border: medium none;
    padding-bottom: 0;
    padding-top: 0;
    color: #bbbbbb;
    font-size: 14px;
    
    font-weight: 600;
}
.blog_post_barr li {
	display:inline-block;
}
.blog_post_barr .next > a {
    color: #ea994e;
}
.blog_post_barr {
    margin-top: 50px;
}
.single-blog-post .panel-heading {
    font-size: 25px;
    margin-bottom: 45px;
    margin-top: 20px;
    padding: 0;
    font-weight: 600;
	position:relative;
}
.single-blog-post .panel-heading::before {
position: absolute;
content: '';
width: 50px;
height: 1px;
left: 26px;
top: 40px;
z-index: 100;
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background: #ea994e;
}
.media2 .media-object {

    width: 100px;
    height: 100px;
    border-radius: 50%;

}
.single-blog-post .media-heading {
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 0 10px;
}

.single-blog-post .form-control {
border: none;
border-radius: 22px !important;
box-shadow: none;
color: #aaaaaa;
font-size: 14px;
width: 100%;
-webkit-box-shadow: 0px 0px 10px 0px rgba(181,181,181,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(181,181,181,1);
box-shadow: 0px 0px 10px 0px rgba(181,181,181,1);
padding: 10px 15px;
height: 43px;
margin-bottom:25px;
}
.single-blog-post textarea {
	height:200px !important;
}

.single-blog-post .btn.btn-primary.btn-skin {
font-size: 14px;
color: #fff;
font-weight: 600;

border: 1px solid #ea994e;
border-radius: 22px;
line-height: 29px;
background-color: #ea994e;
padding: 7px 18px;
transition: all 0.5s ease;
}
.single-blog-post .btn.btn-primary.btn-skin:hover {
	opacity:0.8;
}







@media (max-width: 422px) {
	 .fitness_classes .tab-pane li {
    width: 95% !important;
}
 }
@media (min-width: 423px) and (max-width: 767px) { 
	 .fitness_classes .tab-content li {
    width: 46.6% !important;
    background: #f6f6f6;
    border-radius: 4px;
}

 }
 @media (max-width: 991px) {

.header-nav-bar {
	padding: 10px 0px;
}
.header-nav-bar .navbar-brand {
	position: relative;
}
.header-nav-bar .navbar-collapse {
	background: #263238;
	padding: 15px 15px 20px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
	z-index: 10;
}
.header-nav-bar .navbar-nav .nav-link {
	color: #ffffff;
	line-height: 30px;
}
}

 @media (max-width: 767px) {
	 
/*---------------------index---------------------*/ 
.index_page .fa-bars::before {
    content: "\f0c9";
    color: #fff;
} 
.static_banner .title {
    font-size: 22px;
}
.static_banner .subtitle {
    font-size: 19px;
}	 
	 
/*---------------------Digital-Agency---------------------*/	 
.searchlink {
    float: right;
    margin-left: 40px;
}
.searchform {
    top: 50px;
}
.header-nav-bar .header_r {
    position: absolute;
    right: inherit;
    padding-top: 0;
    padding-left: 15px;
}
.header-nav-bar .navbar-collapse {
    padding: 15px 15px 50px !important;
}
.header-nav-bar .navbar-collapse {
    padding: 15px 15px 50px !important;
}
.header-nav-bar .header_r {
    position: absolute;
    right: inherit;
    padding-top: 0;
}
.header-scoails.pull-right {
    padding: 0px 0 0 0px;
}
.header .navbar-brand {
    margin-right: 45px;
}
.slide-image {
    height: 380px;
}
.slider .slide-text h1 {
    font-size: 29px;
}
.slider .slide-text {
    top: 30%;
}
.img-shadow {
    width: 100%;
    margin-top: 30px;
}
.nav-pills .nav-link {
    font-size: 13px;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.portfolio1 .tab-pane li {
    width: 45%;
}
#carouselExampleIndicators2 .carousel-indicators .active {
    width: 78px;
    height: 78px;
}
.testimonials .carousel-inner {
    background-position-y: center;
    background-position-x: center;
    padding: 20px 0;
}
.client-box [class*="col-"] {
    display: flex;
    justify-content: center;
}

.title {
    margin: 30px 0 15px;
}

#pills-tabContent.m-t-40 {
    margin-top: 10px;
}
.driven {
    padding: 30px 0 30px;
	margin-top: 10px;
}
.services .p-b-20 {
    padding-bottom: 15px;
}
.services .p-t-30 {
    padding-top: 15px;
}
.why_Choose {
    padding-bottom: 30px;
    margin-top: 10px;
}
.footer {
    padding: 30px 0;
}
.portfolio1 .tab-pane ul {
    padding: 0;
    text-align: center;
}
.testimonials .carousel-inner {
    background-image: none;
}

/*---------------------Creative---------------------*/
.we_creative .top_hed {
    margin-top: 25px;
}
.we_creative {
    padding: 30px 0;
}
.creativ .services2 {
    padding-top: 15px;
}
.portfolio2 .tab-pane li {
    width: 44.6% !important;
}
.marketing {
    padding: 30px 0;
}
#pills-tabContent {
    margin-top: 10px;
}
.why_Choose {
    margin-top: 0px;
}
.progress-bar {
    position: inherit !important;
    margin: 0 auto !important;
}
.progress-bar.position {
    float: none !important;
}
.progress_part {
    background-size: cover;
}
/*---------------------Business---------------------*/
.business .slider .slide-text {
    top: 12%;
}
.business .driven {
    padding: 20px 0 30px;
    margin-top: 0;
	text-align: center;
}
.driven .text-box .title {
    margin: 0px 0 0;
}
.business .driven .m-b-30 {
    margin-bottom: 10px;
}
.business_md .box_l {
    padding: 30px 30px 30px 30px;
}
.business_md .box_r {
    padding: 30px 15px 0px 15px;
}
.business_md .box_l h3 {
    font-size: 25px;
}
.testimonials {
	padding-bottom:30px !important;
}
.testimonials .carousel-inner {
    padding: 20px 0 0;
}
.business .marketing {
    padding: 30px 0 15px !important;
}
.business .portfolio2 {
	padding-bottom:30px;
}
.business .services2 {
    padding-top: 15px;
}
.header-nav-bar .navbar-collapse {
    background: #263238;
}
.header2 .header-nav-bar .navbar-collapse {
    background: #ffff;
}
/*---------------------Gym Fitness---------------------*/
.Gym_Nestay .slider .slide-text h1 {
    font-size: 29px;
}
.Gym_Nestay .slider .slide-text {
    top: 12%;
}
.Gym_Nestay .slider .slide-text h3 {
	font-size: 21px;
}
.Gym_Nestay .slider .slide-text p {
}
.Gym_Nestay .our_gym .subtitle {
    margin: 20px 0 30px;
}
.our_gym  .our_gym_l .p-t-60.p-b-20, .our_gym  .our_gym_r .p-t-60.p-b-20 {
    padding: 15px 0 0 0;
}
.our_gym .gym_girl img {
	display: none;
}
.gym_girl {
	text-align:center
}
.our_gym .our_gym_l, .our_gym .our_gym_r {
    text-align: center;
}
.our_gym .our_gym_l .align-self-top, .our_gym .our_gym_r .align-self-top {
    display: none;
}
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    width: 290px;

}
.dt-sc-team.hide-details-show-on-hover {

    cursor: pointer;
    border: 1px solid #dddddd;
    width: 290px;
    margin: 15px auto;

}


.find_time .left {
    display: none;
}

.workout_classes .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff !important;
}
.workout_classes .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}
.workout_classes {
    padding-bottom: 20px;
}
.portfolio1.p-b-60.fitness_classes {
    padding-bottom: 20px;
}
/*---------------------Health---------------------*/
.make_Appointment {
    background-image: none;
	background-color:#f0f5f7;
	padding-bottom: 10px;
}
.watch_video .video-img {
    display: none;
}
.watch_video {
    padding-bottom: 30px;
}
.blog-home1 .box {
    margin-bottom: 25px;
}
.blog-home1 {
    padding-bottom: 15px;
}
.blog-home1 .subtitle {
    margin: 20px 0 0px;
 }
.trainers.p-b-60.our_doctors {
	padding-bottom:20px;
}

/*---------------------About_Us---------------------*/
.create_beautiful .box {
    margin-bottom: 20px;
}
.create_beautiful {
    padding-bottom: 30px;
}
.our_team {
    padding-bottom: 0px;
}
.create_beautiful .subtitle {
    margin: 20px 0 0px;
}
.banner-innerpage {
    padding: 10px 0 45px 0;
}
.record_time {
    margin-top: 10px;
    padding-bottom: 30px;
}
.record_time .subtitle {
    margin: 20px 0 0;
}

/*---------------------Pricing---------------------*/
.pricing1 .subtitle {
    margin: 20px 0 0;
}
.pricing1 .card {
    margin-bottom: 25px;
}
.spspecial_offer {
    padding-bottom: 80px;
    margin-top: 10px;
    padding-top: 20px;
}

/*---------------------Contact_Us---------------------*/
.contacts_mape iframe {
    margin-top: 30px;
    height: 250px;
}
.contact_us .why_Choose {
    margin-top: 15px;
}
/*---------------------Blog - Detail---------------------*/
.blog_post_barr .Share .fa {
    width: 35px;

}
#blog-area {
    margin-top: 30px;
}
.single-blog-post .text-holder .meta-info .post-info li a {
    font-size: 13px;
}
.img-holder .text.m-t-30 {
    display: block;
    margin-top: 45px;
}
.img-holder .blog_p {
    margin: 30px 0 30px 30px;
}
 }
 
@media (min-width: 768px) and (max-width: 991.98px) {
	/*---------------------index---------------------*/ 
.index_page .fa-bars::before {
    content: "\f0c9";
    color: #fff;
} 
.static_banner .title {
    font-size: 26px;
}
.header-nav-bar .header_r {
    position: absolute;
    right: inherit !important;
    padding-top: 0;
}
.header2 .header-nav-bar .navbar-nav .nav-link {
    color: #fff;
}
.searchlink {
    float: right;
    margin-left: 40px;
}
.searchform {
    top: 50px;
}
.header-nav-bar .navbar-collapse {
    padding: 15px 15px 50px !important;
}
.header-scoails.pull-right {
    padding: 0px 0 0px 10px;
}
.health .header-nav-bar .header_r {
    padding-left: 10px;
}	 
	 
/*---------------------Digital-Agency---------------------*/ 
.container {
    max-width: 750px;
}
 .slide-image {
    width: 100%;
}
.driven .title {
    margin: 0px 0 0;
}
.img-shadow {
    width: 100%;
}
.nav-pills .nav-link {
    padding: 5px 19px;

}
.portfolio1 .tab-pane li {
    width: 31%;
}
.portfolio1 .tab-pane ul {
    text-align: center;
}
.client-box [class*="col-"] {
    display: flex;
    justify-content: center;
}
.testimonials .carousel-inner {
    background-position-y: center;

}
/*---------------------Creative---------------------*/
.portfolio2 .tab-pane li {
    width: 30.6% !important;
}
.progress-bar {
    position: inherit !important;
    margin: 0 auto !important;
}
.progress-bar.position {
    float: none !important;
}
/*---------------------Business---------------------*/
.business .slider .slide-text {
    top: 2%;
}
.testimonials {
	padding-bottom:30px !important;
}

/*---------------------Gym Fitness---------------------*/
.Gym_Nestay .slider .slide-text {
    top: 9%;
}
.our_gym_m .gym_girl img {
    width: 100%;
}
.find_time .open .p-15 {
    padding: 10px;
}
.find_time .open .m-t-30 {
    margin-top: 10px;
}
.find_time .open .p-b-30 {
    padding-bottom: 10px;
}
.find_time .open .p-t-20 {
    padding-top: 10px;
}
.find_time .open .p-t-30 {
    padding-top: 10px;
}
.find_time .right .align-self-top {
    display: none;
}
.find_time .open h5 {
    font-size: 13px;
}
.find_time .subtitle {
	display:none;
}
.find_time .left {
    padding-top: 45px;
}
.dt-sc-team.hide-details-show-on-hover .dt-sc-team-details {
    width: 156px;
    padding: 0 0px;
}
.dt-sc-team.hide-details-show-on-hover {
    width: 156px;
}
.find_time .left img {
    width: 100%;
}
.workout_classes {
    background-size: cover;
    background-position-x: center;
}

/*---------------------Health---------------------*/
.watch_video .box {
    display: none;
}
.health .slide-image {
    width: 100%;
}
.health .slider .slide-text {
    top: 4%;
}
.make_Appointment {
    background-position-x: 29%;
}


/*---------------------About_Us---------------------*/
.create_beautiful .box {
    margin-bottom: 20px;
}
.create_beautiful {
    padding-bottom: 40px;
}
/*---------------------Blog - Detail---------------------*/
.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
    width: 75%;
}
 }
 
@media (min-width: 992px) and (max-width: 1199.98px) { 
 .header .navbar-brand {
    margin-right: 26px;
}
.slide-image {
    width: 100%;
}
.img-shadow {
    width: 100%;
}
.nav-pills .nav-link {
    font-size: 16px;
    padding: 5px 15px;

}
.portfolio1 .tab-pane li {
    width: 23%;
}
.portfolio1 .tab-pane ul {
    text-align: center;
}

/*---------------------Gym Fitness---------------------*/
.gym_girl img {
    width: 100%;
}
.Gym_Nestay .slider .slide-text {
    top: 20%;
}
.find_time .open .p-t-30 {
    padding-top: 10px;
}
.find_time .open .p-b-30 {
    padding-bottom: 10px;
}

.find_time .left {
    padding-top: 14px;
}
.find_time .left img {
    width: 100%;
}
/*---------------------Health---------------------*/
.health .slider .slide-text {
    top: 22%;
}
.make_Appointment {
    background-position-x: 34%;
}


/*---------------------About_Us---------------------*/
.our_team .img-responsive {
    width: 215px;
    height: 215px;
}

}


@media (min-width: 1200px) {
	.portfolio1 .tab-pane li {
    width: 18.6%;
} 
.portfolio1 .tab-pane ul {
    text-align: center;
}
 }
@media (max-width: 360px) {
#carouselExampleIndicators2 .carousel-indicators .active {
width: auto;
height: auto;
}	
}
 


.silici {clear:both; height:0; display:block}
.fleft {float:left;}
.fright {float:right;}
.golge {-webkit-box-shadow: 0px 0px 5px 3px rgba(115, 115, 115, 0.6);-moz-box-shadow: 0px 0px 5px 3px rgba(115, 115, 115, 0.6);box-shadow: 0px 0px 5px 3px rgba(115, 115, 115, 0.6);-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#737373')";filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color='#737373');}
.icgolge {-moz-box-shadow: inset 0px 0px 20px #c1c1c1; -webkit-box-shadow: inset 0px 0px 20px #c1c1c1; box-shadow: inset 0px 0px 20px #c1c1c1}
.ovalkose {border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
.cerceve {border:solid 1px #fe7800;}
.formtext {background-color : #f0f0f0; width :400px; font-size : 16px; padding:8px; color : #333; font-weight : bold; border : 0;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
.hata {background:#f9f0f0;font-size: 14px; padding:10px; width:98%; margin:50px auto; text-align:left; border-left:solid 5px #dca7b0; color:#4b334f;}
.icerik {min-height:350px}
.iceriktext {display:block; padding:0 0 30px 0; text-align:justify} 
.iceriktext img.urundetay {display:block; width:100%}

.icerik h3.title {display:block; margin-bottom:30px; padding-bottom:5px;border-bottom:solid 1px #fe7800}
.icerik strong {color:#fe7800}
 

.konum {text-align:center;position:fixed; display:block; padding:10px 5px 5px 5px; bottom:80px;right:20px;z-index:60; background:#ff5a00; width:50px; height:50px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.whatsapp {text-align:center;position:fixed; display:block; padding:10px 5px 5px 5px; bottom:130px;right:20px;z-index:60; background:#25D366; width:50px; height:50px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.biziara {text-align:center;position:fixed; display:block; padding:10px 5px 5px 5px; bottom:180px;right:20px;z-index:60; background:#ff5a00; width:50px; height:50px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
.top_awro {text-align:center;position:fixed; display:block; padding:10px 5px 5px 5px; bottom:30px;right:20px;z-index:60; background:#ff5a00; width:50px; height:50px;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius:25px;}
a.biziara,a.whatsapp,a.konum,a.top_awro {color:#fff;}
a.biziara:hover,a.whatsapp:hover,a.konum:hover,.top_awro:hover {color: #000;}

.ghost {height:10px; clear:both;}

.fixedikonlar {padding:10px;background:#ff5105;color:#fff;bottom:0px;width:100%;padding-bottom:0px;text-align:center;z-index:10000000;cursor:pointer;position:fixed;}
.fixedikonlar a {display:inline-block; margin:5px 10px;color:#fff;}
.fixedikonlar a:hover {color:#000;}

@media (min-width:476px) {.fixedikonlar {display:none;}}
@media (max-width:767px) {.whatsapp, .biziara, .konum, .top_awro {display:none;}.ghost {height:120px;}}

#urunbox .card {border-radius: .25rem;border: 1px solid #ea994e;font-size: 13px;color: #2d2b2d;padding: 5px;margin: 0 6px;transition:all 0.5s ease; text-align:center; margin-bottom:20px; background:#eee}
#urunbox .card:hover {background:#f9edd0}
#urunbox .card img {border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
#urunbox .card .card-text {padding-bottom:10px} 
#urunbox .card .card-title {display:block; min-height:60px; font-size:14px}
#urunbox .card a.btn-primary {background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%); display:block; margin:auto}
#urunbox .card a.btn-primary:hover {background:#333; color:#fff}

a:hover {text-decoration:none}


#urundetay .adet{text-align:center; width:180px;margin:10px 0;padding:10px;background:#f9edd0;border: 1px solid #ea994e;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;}
#urundetay .adet input{background:#fff;font-size:20px;padding:5px 0;display:block;width:90%;margin:auto;border:0;text-align:center}
#urundetay .adet button {display:block;background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%);font-size:16px;border:0;color:#fff;padding:5px 10px;margin:15px auto;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px; cursor:pointer}
#urundetay .adet button:hover {background:#333; color:#fff}


#sepetbox table th {padding:5px 10px;background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%);border: 1px solid #ea994e; text-align:center; color:#fff}
#sepetbox a.btn {display:inline-block;background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%);font-size:16px;border:0; min-width:60px;color:#fff;padding:5px 10px;margin:15px auto;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px; cursor:pointer}
#sepetbox a.btn:hover {background:#333; color:#fff}


#formlar fieldset{display:block;margin:auto;width:650px;background:#f9f9f9;padding:30px;border:solid 1px #ea994e;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;-moz-box-shadow:inset 0 0 20px #c1c1c1;-webkit-box-shadow:inset 0 0 20px #c1c1c1;box-shadow:inset 0 0 20px #c1c1c1}
#formlar legend{display:block;width:200px;margin:0;padding:5px 10px;font-weight:700;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;font-size:14px;background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%);border: 1px solid #ea994e; text-align:center; color:#fff}
#formlar label {display:block; margin-top:20px; font-weight:bold}
#formlar input,#formlar select,#formlar textarea {display:block; width:100%;border:solid 1px #ea994e;padding:10px;color:#333;font-size:15px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff}
#formlar button {display:block;background: linear-gradient(0deg,rgba(239, 63, 16, 1) 0%, rgba(255, 158, 97, 1) 100%);font-size:16px;border:0; width:200px;color:#fff;padding:5px 10px;margin:15px auto;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px; cursor:pointer}
#formlar button:hover {background:#333; color:#fff}