@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('../fonts/SourceSansPro-Light.ttf');
}
@font-face {
    font-family: 'Poppins Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins Light';
    src: url('../fonts/Poppins-Light.ttf');
}

body, html {
	height: 100%;
}
body {
	color: #888;
	font-size: 14px;
	line-height: 1.7;
	background-color: #fff;
    font-family: 'Eloquia', sans-serif;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	cursor: inherit;
}
a {
	color: #999;
	text-decoration: none;
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
a:hover {
	text-decoration: none;
	color: #333;
}
a:focus {
	outline: none;
	color: #999999;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
    font-family: 'Eloquia', sans-serif;
	color: #000;
    font-weight: lighter;
}
iframe {
	border: none;
	width: 100%;
}
.logo img {
	max-width: 50%;

}
.content {
	background: #fff;
	padding: 100px 0;
	position:relative;
	z-index:1;
}
.content-title {
	letter-spacing: 2px;
	margin: 0 0 40px;
	text-transform: uppercase;
}
.content-divider {
	margin: 40px 0 80px;
	width: 100%;
	height: 1px;
	background: #ccc;
}
.spacing10 {
	width: 100%;
	height: 10px;
}
.spacing20 {
	width: 100%;
	height: 20px;
}
.spacing30 {
	width: 100%;
	height: 30px;
}
.spacing40 {
	width: 100%;
	height: 40px;
}

.new-spacing40 {
    width: 100%;
    height: 40px;
}

ul, ol {
	list-style-position: outside;
	list-style-type: square;
	margin: 0;
	padding: 0 0 0 10px;
}
.clearboth {
	clear: both;
}
.content {
    margin-bottom: 0;
	padding: 5px;
	background: #fff;
}
.black-bg {
	background: #c9dee9;
    height: auto;
    min-height: 45px;
    padding: 10px 15px;
}

@media only screen and (max-width: 768px) {
    .black-bg {
        height: auto;
        padding: 15px;
    }
    
    .head-title2 {
        font-size: 14px;
        line-height: 1.4;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .black-bg {
        height: auto;
        padding: 15px;
    }
    
    .head-title2 {
        font-size: 16px;
        line-height: 1.4;
    }
}

.grey-bg {
	background: #f0f0f0;
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 43%; /* centers the loading animation horizontally one the screen */
	top: 45%; /* centers the loading animation vertically one the screen */
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
#status p {
	text-align: center;
}
/*---------------------HEADER SECTION----------------------------*/
.logo .img { 
    width: 100px;
}

.header {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.menu-box {
	text-align: right;
}
.navigation {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	float: right;
}
.navigation li {
	float: left;
}
.navigation li a {
	color: black;
	display: block;
	font-size: 16px;
	font-weight: lighter;
	padding: 30px 20px;
	letter-spacing: 1px;
    margin-top: 15px;
}
.navigation .current a {
    text-decoration: underline;
}
.for-sticky {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background: none repeat scroll 0 0 white;
	-webkit-backface-visibility:hidden;
}

.box-mobile {
    float: right;
    padding-right: 20px;
}
.mobile-menu {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 100%;
    width: 100%;
    z-index: 3;
    margin-right: 0;
}
.mobile-menu.in{
	border: 1px solid #EEEEEE;
	max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto;
	height:auto;
    margin-right: 0;
}
.mobile-menu li a {
    display: block;
    font-size: 11px;
    padding: 8px 15px;
	text-decoration:none;
    text-transform: uppercase;
	border-top:none;
}
.menu-btn {
    border: 3px solid;
    cursor: pointer;
	border-radius:100px;
    height: 30px;
    line-height: 24px;
    margin: 27px 0;
    text-align: center;
    width: 30px;
    z-index: 3;
	color:black;
}
/*-------------------SLIDER SECTION----------------------------------*/

.slider-mask {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
}
.caption-box {
	padding: 14% 0;
	text-align: center;
	position:relative;
	z-index:1;
}
.liner {
	background: none repeat scroll 0 0 #ffffff;
	display: inline-block;
	height: 1px;
	margin: 25px 0;
	width: 1px;
	opacity: 0.6;
}
.caption-box p {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 20px 0 40px;
	text-transform: uppercase;
}
.caption-box h3 {
	color: #ffffff;
	font-size: 50px;
	letter-spacing: 5px;
	margin: 40px 0 10px;
	line-height: 1;
	text-transform: capitalize;
}
.align-center {
	text-align: center;
}
#home .owl-pagination {
    height: 80px;
    margin-top: -80px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#home .owl-page.active {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
    border-radius: 100px;
}
#home .owl-page span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 100px;
    display: inline-block;
    height: 5px;
    text-align: center;
    width: 5px;
}
#home .owl-page {
    display: inline-block;
    height: 30px;
    line-height: 25px;
    margin: 2px;
    width: 30px;
}
.slider .slide{display:none;}
.slider .slide:first-child{display:block;}
/*-------------------CONTENTS SECTION----------------------------------*/
.head-title {
	font-size: 25px;
	letter-spacing: 1px;
	margin: 0 0 10px;
	position: relative;
    margin-right: 30px;
}
.head-title2 {
	font-size: 17px;
	letter-spacing: 0px;
	position: relative;
    color: black;
    margin-top: 0px;
    text-align: center;
}
.black-bg .head-title, .black-bg p {
	color: #fff;
}
.black-bg .head-title:after {
	background: #fff;
}
.small-title {
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.sub-title {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 6px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
/*---------------------ABOUT SECTION-----------------------------------------*/
.head-icon {
    color: #1f1f1f;
    display: inline-block;
    font-size: 30px;
    height: 54px;
    line-height: 50px;
    margin-bottom: 10px;
    width: 54px;
}
.team-social {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.team-social > li {
    display: inline-block;
}
.team-social a {
    background: none repeat scroll 0 0 #1f1f1f;
    border: 3px solid #1f1f1f;
    border-radius: 100px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 33px;
    margin-right: 2px;
    text-align: center;
    width: 40px;
}
.team-social a:hover{color:#1f1f1f;background:#fff;}
#team .small-title {
    margin: 0;
}
.team-post {
    color: #555555;
    font-size: 13px;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.team-spacing{height:200px;width:100%;}
#team .owl-pagination {
    margin-top: -80px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
#team .owl-page.active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    border-radius: 100px;
}
#team .owl-page span {
    background: none repeat scroll 0 0 #1f1f1f;
    border-radius: 100px;
    display: inline-block;
    height: 5px;
    text-align: center;
    width: 5px;
}
#team .owl-page {
    display: inline-block;
    height: 30px;
    line-height: 25px;
    margin: 2px;
    width: 30px;
}
.team-inner img{width:100%;}
/*---------------------BIG BACKGROUND SECTION-----------------------------------------*/
.bg {position:relative;overflow:hidden;}
.para-img {
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -10;
}
.no-para .para-img {
	background-attachment: scroll;
}
.bg1 .para-img{
	background-image: url("../images/bg/1.png");
}
.bg2 .para-img{
	background-image: url("../images/bg/1.png");
}
.bg3 .para-img{
	background-image: url("../images/bg/1.png");
}
.big-text {
	color: #ffffff;
	padding-bottom: 200px;
	padding-top: 200px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bg-mask {
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	position: absolute;
	width:100%;
	height:100%;
	top: 0;
	z-index: -9;
}
.big-text h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 4px;
	line-height: 1.8;
	margin: auto auto 40px;
	max-width: 800px;
}
.big-text i {
	border: 3px solid;
	border-radius: 100px;
	clear: both;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 34px;
	width: 40px;
}
.big-text p {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 6px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
/*----------------------------PORTFOLIO SECTION----------------------------------*/
.port-filter {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	text-align:center;
}
.port-filter > li {
    display: inline-block;
}

.portfolio-body {
    transition: height 0.3s ease 0s;
	-webkit-transition: height 0.3s ease 0s;
	-moz-transition: height 0.3s ease 0s;
	-o-transition: height 0.3s ease 0s;
	-ms-transition: height 0.3s ease 0s;
	max-width:100%;
}
.port-filter a {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    font-size: 11px;
    letter-spacing: 3px;
    margin: 0 2px;
    padding: 8px 20px;
    text-transform: uppercase;
}
.port-filter .active {
    color: #333333;
    cursor: default;
}
.port-item{max-width:100%;}
.port-ajax {
    display: block;
    position: relative;
}
.port-hov {
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	opacity:0;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	transition: ease .3s;
	-webkit-transition: ease .3s;
	-moz-transition: ease .3s;
	-o-transition: ease .3s;
	-ms-transition: ease .3s;
}
.port-hov:hover{opacity:1;}
.port-content {
    padding: 0 20px;
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width:100%;
}
.port-client {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 4px;
    margin: 0;
    text-transform: uppercase;
}
.port-content > h3 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 6px;
    line-height: 1.2;
    margin: 5px 0 0;
}
.close {
    border: 3px solid;
    border-radius: 100px;
    color: #000000;
    display: inline-block;
    float: none;
    font-size: 13px;
    height: 30px;
    line-height: 24px;
    opacity: 1;
    text-align: center;
    text-shadow: 0 0 0;
    width: 30px;
}
.port-title {
    font-size: 25px;
    letter-spacing: 4px;
    margin: 0 0 20px;
}
.slide-nav {
    border: 3px solid;
    color: #FFFFFF;
    font-size: 15px;
    height: 40px;
    left: 10px;
    line-height: 34px;
    margin-top: -20px;
    position: absolute;
	border-radius:100px;
    text-align: center;
    top: 50%;
    width: 40px;
	opacity:0.5;
	transition: .5s;
	-webkit-transition:.5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.slide-nav.inright {
    left: auto;
    right: 10px;
}
.slide-nav:hover{opacity:1;}
.go-btn {
    background: none repeat scroll 0 0 #1f1f1f;
    border: 3px solid #1f1f1f;
    clear: both;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.go-btn:hover{color:#1f1f1f;background:#fff;}
.work-content{position:relative;}
.portfolio-gallery div{width:33.3%;float:left;}
.portfolio-gallery a{position:relative;display:block;}
.portfolio-gallery a span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
	opacity:0;
    position: absolute;
    top: 0;
    width: 100%;
	transition: .3s;
	-webkit-transition:.3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
}
.portfolio-gallery a i {
	opacity:0;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 40px;
    left: 50%;
    line-height: 34px;
	border:3px solid;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
	border-radius:100px;
	transition: .5s;
	-webkit-transition:.5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
}
.portfolio-gallery a:hover span,.portfolio-gallery a:hover i{opacity:1;}
a.pp_previous,a.pp_next{
	transition: none;
	-webkit-transition:none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}
/*----------------------------PRICING TABLE----------------------------------*/
.p-table {
    background: none repeat scroll 0 0 #ffffff;
    border: 4px double #000000;
    margin: auto;
    max-width: 300px;
    padding: 40px 20px;
    text-align: center;
}
.p-table h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
}
.p-table i {
    color: #aaaaaa;
    display: inline-block;
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    margin: 20px 0;
    position: relative;
    width: 50px;
}
.p-table p {
    border-bottom: 1px solid #eeeeee;
    margin: 0 20px;
    padding: 10px;
}
.p-table a {
    border: 2px solid #1f1f1f;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 40px;
    padding: 10px 20px;
    text-transform: uppercase;
	color:#fff;
	background:#1f1f1f;
}
.p-table a:hover{color:#1f1f1f;background:#fff;border-color:#1f1f1f;}
.p-table .p-price {
    border: medium none;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
/*-----------------------------CONTACT SECTION-----------------------------------*/

form input,form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	color: #888;
	line-height: inherit;
	padding: 12px 20px;
	width: 100%;
	font-size:14px;
	background: #fff;
}
#MyContactForm{text-align:left;}
#MyContactForm p span {
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
}
input:focus, textarea:focus {
	border-color: #aaa;
}
::-webkit-input-placeholder {
 color: #999;
}
#MyContactForm p label {
    cursor: text;
    display: block;
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
}
:-moz-placeholder { /* Firefox 18- */
 color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #999;
}

:-ms-input-placeholder {
 color: #999;
}
#form-wrapper #MyContactForm .error {
    bottom: 12px;
    color: #FF0000;
    font-family: 'Eloquia';
    font-size: 12px;
    font-weight: normal;
    left: auto;
	font-style:italic;
    letter-spacing: 0;
    position: absolute;
    right: 20px;
    text-transform: capitalize;
    width: auto;
}
.contact-btn {
    background: none repeat scroll 0 0 #336675;
    color: #ffffff;
    display: inline-block;
    font-family: 'Eloquia', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    padding:10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 19px;
}
.contact-btn:hover {
	background: #888;
	color: #fff;
}
#MyContactForm p {
	position: relative;
}
.address-list > li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.address-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.address-list i {
    border: 3px solid;
    display: inline-block;
    height: 30px;
    line-height: 24px;
    text-align: center;
    width: 30px;
}
.response h3 {
    font-size: 30px;
    letter-spacing: 2px;
    margin: 10px 0 25px;
}
/*----------------------------MAP SECTION-------------------------*/
#map_canvas{height:500px;}
#map_canvas img {
    max-width: inherit;
}
#map_canvas img {
    max-width: inherit;
}
.box-map {
    line-height: 1;
    padding: 20px 0 20px 20px;
	width:100%;
	text-align:center;
}
.box-map h3 {
    color: #9eec9c;
    font-family: 'Eloquia';
    font-size: 20px;
}
.box-map p {
    color: #042e04;
}
#map_canvas .box-map img{max-width:100%;}
/*----------------------------FOOTER SECTION-------------------------*/
.footer-icon {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer-icon > li {
    display: inline-block;
    margin: 3px;
}
.footer-icon a {
    border: 3px solid;
    border-radius: 100px;
    display: block;
    height: 40px;
    line-height: 34px;
    text-align: center;
    width: 40px;
}
#footer p {
    font-size: 13px;
}
/*------------------BLOG SECTION------------------------------------*/
.blog-page .header {
    background: none repeat scroll 0 0 #1f1f1f;
    padding: 20px 0;
    position: relative;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000000;
    border-color: #000000;
    color: #FFFFFF;
    cursor: default;
    z-index: 2;
}
.pagination li a:hover{color:#1f1f1f;}
.blog-title {
    font-size: 27px;
    letter-spacing: 3px;
    margin: 0;
    text-transform: capitalize;
}
.post-detail div {
    display: inline-block;
    font-size: 12px;
    padding-right: 10px;
}
.post-detail i {
    color: #1f1f1f;
    height: 30px;
    letter-spacing: 0;
    line-height: 26px;
    padding-right: 2px;
    text-align: center;
    vertical-align: baseline;
    width: 30px;
	font-weight:700;
}
.post-detail p {
   margin:0;
}
.blog-box {
    border-bottom: 4px solid #1f1f1f;
    margin-bottom: 20px;
    min-height: 60px;
    padding-bottom: 20px;
    position: relative;
}
.post-date {
    background: none repeat scroll 0 0 #1f1f1f;
    border-radius: 100px;
    color: #ffffff;
    font-size: 11px;
    font-style: italic;
    height: 45px;
    left: 0;
    line-height: 1;
    margin-top: -28px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 45px;
}
.post-date span {
    display: block;
}
.blog-box > a, .single-blog .blog-title {
    display: block;
    padding-left: 60px;
    padding-top: 10px;
}
.post-detail {
    padding-top: 10px;
}
.blog-post {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

/*-----------------------------------------SIDEBAR SECTION-------------------------------------------*/
.widgettitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.widget {
    border-top: 4px solid #1f1f1f;
    margin-bottom: 40px;
    padding-top: 20px;
}
.widget ul {
    padding: 0 0 0 20px;
}
#searchform {
    margin: 10px 20px;
    position: relative;
}
#searchform #s {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    display: block;
    height: 50px;
    margin: 0;
    padding: 10px 45px 10px 10px;
    width: 100%;
}
#searchform #s:focus{border-color:#aaa;}
#searchform #searchsubmit {
    background: url("../images/search.png") no-repeat scroll center center #aaa;
    height: 30px;
    right: 10px;
    line-height: 1;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    text-indent: -99999px;
    top: 50%;
    transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
    width: 30px;
	border:none;
	border-radius: 100px;
}
#searchform #searchsubmit:hover{background-color:#333;}
.widget ul li {
    margin-bottom: 5px;
}
.tagcloud a {
    background: none repeat scroll 0 0 #1f1f1f;
    border: 2px solid #1f1f1f;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 5px;
    padding: 4px 10px;
    text-transform: uppercase;
}
.tagcloud a:hover{border-color:#1f1f1f;color:#1f1f1f;background:#fff;}
/*-------------COMMENTS SECTION-------------*/
.comment-list, .com-child {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}
.comment-list{padding:0;}
.comment-ava > img {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
}
.comment-ava {
    float: left;
    padding-right: 20px;
    width: 20%;
}
.com-box {
    float: left;
    width: 80%;
}
.comment-list .comment {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}
.com-author {
    color: #555555;
    font-weight: bold;
	margin:0;
	font-size: 16px;
}
.com-reply {
    float: right;
}
.com-meta {
    font-size: 12px;
    font-style: italic;
}
.comment-content {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 20px 0;
}
.com-btn {
    background: none repeat scroll 0 0 #1f1f1f;
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: 2px;
	font-weight: bold;
    padding: 10px 18px;
    text-decoration: none;
    text-transform: uppercase;
	width:auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
}

.com-btn:hover{background:#888;color:#fff;}
.comment-top > span {
    display: block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title-strong{
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase;
}
.pagination > li > a, .pagination > li > span{color:inherit;}
/*-----------------------------media queries-----------------------------------*/
@media (min-width:768px) and (max-width:979px) {
.team-spacing{height:100px;}
.team-inner img {
    max-width: 500px;
}
.team-inner{text-align:center;}
.port-filter > li{margin-bottom:5px;}
}
@media (max-width: 767px) {
.caption-box .liner{display:none;}
.caption-box {
    padding: 20% 0;
}
.caption-box h3 {
    font-size: 40px;
}
.team-spacing {
    height: 50px;
}
.team-inner img {
    max-width: 500px;
}
.team-inner{text-align:center;}
.port-filter > li{margin-bottom:5px;}
.blog-box > a, .single-blog .blog-title{padding-left:0;}
.post-date {
    left: auto;
    margin: 0;
    position: relative;
    top: auto;
}
.blog-title {
    font-size: 23px;
}
}

.container:after {
    content: '';
    clear: both;
    display: block;
}

.container ul {
    list-style: none;
    margin-top: 0px;
}

.container > ul > li {
    float: right;
    position: absolute;
}

.container ul li a {
    text-decoration: none;
    padding: 5px 20px;
    display: block;
}

.container ul ul {
    position: absolute;
    display: none;
    padding: 5px;
}

.container ul li:hover > ul {
    display: block;
}

.col-sm-6 {
    width: 250px;
    height: 250px;

}


.container .logo {
    width: 27vh;
    margin-top: -2vh;
    margin-left: -7vh;
}

@media only screen and (min-width:600px) {
    .img-bg {
        background-position: center center;
        background-size: cover;
        margin-top: 50px;
        width: 2000px;
    }
}

@media only screen and (min-width: 1px) {

    .for-sticky .container {
        margin-right: 0px;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 1px) {
    .fixed-container a {
    width: 48px !important;
    height: 48px !important;
    border-radius: 20px 0 0 20px !important;
    }
    .fixed-container2 a {
    width: 48px !important;
    height: 48px !important;
    border-radius: 20px 0 0 20px !important;
    }
}

@media only screen and (min-width: 992px) {
    .headThreeAbout, .AboutLeftMain {
        margin-top: 50px;
    }
    .fixed-container a.whatsapp {
        font-size: 34px;
        margin-bottom: 100px;
        background: #1ecf44;
        float: right;
        color: #fff;
        border-radius: 10px 0 0 10px;
        bottom: 100px;
        position: fixed;
        z-index: 999;
        right: 10px;
        margin-right: 65px;
        padding-left: 10px;
        padding-bottom: 60px;
    }
    .fixed-container2 a.whatsapp {
        font-size: 34px;
        margin-bottom: 100px;
        background: #16375F;
        float: right;
        color: #fff;
        border-radius: 10px 0 0 10px;
        bottom: 35px;
        position: fixed;
        z-index: 999;
        right: 10px;
        margin-right: 65px;
        padding-left: 10px;
        padding-bottom: 60px;
    }
    
    .fixed-container2 .randevu {
        font-size: 13px;
        background: #16375F;
        float: right;
        color: #fff;
        border-radius: 5px 0 0 5px;
        z-index: 999;
        width: 80px;
        margin-left: 4px;
        height: 60px;
        padding-top: 17px;
    }
    
    .fixed-container .randevu {
        font-size: 13px;
        background: #1ecf44;
        float: right;
        color: #fff;
        border-radius: 5px 0 0 5px;
        z-index: 999;
        width: 80px;
        margin-left: 4px;
        height: 60px;
        padding-top: 10px;
    }
}




@media only screen and (max-width: 550px) {
    .container .logo {
        margin-top: 0vh !important;
    }
}
@media only screen and (max-width: 992px) {

    .container .logo {
        margin-top: 0vh;
    }

    .fixed-container a.whatsapp {
        font-size: 34px;
        margin-bottom: 100px;
        background: #1ecf44;
        float: right;
        color: #fff;
        border-radius: 10px 0 0 10px;
        bottom: 100px;
        position: fixed;
        z-index: 999;
        right: 0px;
        padding-left: 11px;
        padding-bottom: 59px;
    }
    .fixed-container2 a.whatsapp {
        font-size: 34px;
        margin-bottom: 100px;
        background: #16375F;
        float: right;
        color: #fff;
        border-radius: 10px 0 0 10px;
        bottom: 30px;
        position: fixed;
        z-index: 999;
        right: 0px;
        padding-left: 11px;
        padding-bottom: 55px;
    }
    
    .fixed-container .randevu {
        display: none;
        font-size: 13px;
        background: #1ecf44;
        float: right;
        color: #fff;
        border-radius: 5px 0 0 5px;
        z-index: 999;
        width: 80px;
        margin-left: 4px;
        height: 60px;
        padding-top: 7px;
    }
}

@media only screen and (min-width:1px) {
    
    .fixed-container a.whatsapp .randevu {
        position: inherit;
        margin-inline-end: 10%;
        align-items: center;
    }
    .fixed-container2 a.whatsapp .randevu {
        position: inherit;
        margin-inline-end: 10%;
        align-items: center;
    }
}
@media only screen and (max-width:992px) {

    .tedavi-btn {
        margin-left: 30%;
        width: 40%;
        font-size: 14px;
        font-weight: lighter;
        letter-spacing: 1px;
        background-color: #1ecf44 !important; 
        color: white; 
        cursor: pointer; 
        border-radius: 50px;
    }
}
@media only screen and (min-width:992px) {

    .tedavi-btn {
        background-color: #1ecf44 !important; 
        color: white !important; 
        cursor: pointer; 
        border-radius: 50px;
        font-size: 15px; 
        letter-spacing: 1px; 
        font-weight: bold; 
        text-decoration: none;
    }
}

.showContent {
    display: flex;
}

.hideContent {
    display: none;
}

.tedaviExp img {
    height: 100%;
    width: 100%;
}
.tedaviExp h3 {
    font-family: "Poppins Regular" !important;
    font-weight: bold !important;
}
.tedaviExp {
    margin-top: 70px;
}

@keyframes fade {
    0% {
      opacity: 0;
    }
    
    33% {
      opacity: 1;
    }
}

.ekip .grey-bg {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 5%, #f0f0f0 95%) top !important;

}

.personel-photos img {
    width: 205px;
    height: 247px;
    border-radius: 20px 20px 0 0;
}

.personel-photos h4 {
    font-size: 30px;
    color: rgb(87, 82, 82);
}

.personel-photos h1 {
    font-size: 20px;
    font-weight: normal;
    font-family: 'Source Sans Pro Light', sans-serif !important;
}

.personel-photos h2, h3 {
    font-size: 14px;
    font-family: 'Source Sans Pro Light', sans-serif !important;
    font-weight: lighter !important;
    font-display: swap;
    margin: 6px;
}

.personel-info {
    min-height: 400px;
    max-width: 205px;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    border-radius: 20px 20px 20px 20px;
}

.slider img {
    width: 100% !important;
    height: 100% !important;
    margin-top: 3%;
}

@media only screen and (min-width: 1000px) and (max-width: 1550px) {

    .slider img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 5%;
    }
}
@media only screen and (min-width: 700px) and (max-width: 1000px) {

    .slider img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 7%;
    }
}
@media only screen and (min-width: 500px) and (max-width: 700px) {

    .slider img {
        width: 100% !important;
        height: 100% !important;
        margin-top: 10%;
    }
}

@media only screen and (min-width: 772px) and (max-width: 1550px) {
    
    .personel-photos h4 {
        font-size: 25px;

    }
    .personel-photos {
        justify-content: center;
    }
    
    .personel-photos .personel-grid1 {
        display: grid;
        grid-template-columns: repeat(4, auto);
        justify-content: center;
        column-gap: 60px;
    }
    
    .personel-photos .personel-grid2 {
        display: grid;
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        column-gap: 40px;
    }
    
    .personel-photos .personel-grid3 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        column-gap: 60px;
        justify-content: center;
    }
    .personel-photos .personel-grid4 {
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
    }
}
@media only screen and (min-width: 507px) and (max-width: 772px) {
    .col-md-8 {
        margin-right: -50px !important;
    }
    .personel-info {
        margin-bottom: 20px;
    }

    .personel-photos h4 {
        font-size: 25px;
    
    }
    .personel-photos {
        justify-content: center;
    }
    
    .personel-photos .personel-grid1 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        column-gap: 60px;
    }
    
    .personel-photos .personel-grid2 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: center;
        column-gap: 60px;
        
    }
    
    .personel-photos .personel-grid3 {
        display: grid;
        grid-template-columns: repeat(1, auto);
        column-gap: 60px;
        justify-content: center;
    }
    .personel-photos .personel-grid4 {
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
    }
}
@media only screen and (min-width: 1px) and (max-width: 507px) {
    .col-md-8 {
        margin-right: 35% !important;
    }
    .personel-info {
        margin-bottom: 20px;
    }

    .personel-photos h4 {
        font-size: 25px;
    
    }
    .personel-photos {
        justify-content: center;
    }
    
    .personel-photos .personel-grid1 {
        margin-left: 5% !important;
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
        column-gap: 60px;
    }
    
    .personel-photos .personel-grid2 {
        margin-left: 5% !important;
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
        column-gap: 60px;
        
    }
    
    .personel-photos .personel-grid3 {
        margin-left: 5% !important;
        display: grid;
        grid-template-columns: repeat(1, auto);
        column-gap: 60px;
        justify-content: center;
    }
    .personel-photos .personel-grid4 {
        margin-left: 5% !important;
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
    }
}

.gecmis {
    display: none;
}

@media only screen and (min-width: 1550px) {
    .gecmis {
        font-size: 12px;
        display: block;
        transition: 0.3s ease-in-out;
        max-width: 205px;
    }
    .ozgecmis {
        cursor: pointer;
        color: blue;
        text-decoration: underline;
    }

    .personel-photos h4 {
        font-size: 28px;
    }
    
    .personel-photos {
        justify-content: center;
        max-width: 1800px;
        margin: 0 auto;
    }
    
    .personel-photos .personel-grid1 {
        display: grid;
        grid-template-columns: repeat(4, auto);
        justify-content: center;
        column-gap: 60px;
        row-gap: 40px;
    }
    
    .personel-photos .personel-grid2 {
        display: grid;
        grid-template-columns: repeat(3, auto);
        justify-content: center;
        column-gap: 80px;
        row-gap: 40px;
    }
    
    .personel-photos .personel-grid3 {
        display: grid;
        grid-template-columns: repeat(2, auto);
        column-gap: 80px;
        row-gap: 40px;
        justify-content: center;
        margin-left: 0;
    }
    
    .personel-photos .personel-grid4 {
        display: grid;
        grid-template-columns: repeat(1, auto);
        justify-content: center;
    }
}

@media only screen and (min-width: 1800px) {
    .personel-photos {
        max-width: 2200px;
    }
    
    .personel-photos .personel-grid1 {
        column-gap: 80px;
    }
    
    .personel-photos .personel-grid2 {
        column-gap: 100px;
    }
    
    .personel-photos .personel-grid3 {
        column-gap: 100px;
    }
    
    .personel-info {
        max-width: 300px;
    }
}

.AboutLeftMain {
    text-align: left
}

@media only screen and (max-width: 500px) {
    
    .inner-text {
        margin-bottom: 20px;
    }

    .tedavi-container {
        min-height: 650px;
    }
    .upText2 {
        font-size: 25px !important;
        margin-bottom: 20px;
    }
    #contact .head-title {
        margin-right: 0px;
    }
    #contact .col-md-8 {
        margin-right: 37%;
        margin-top: 10px;
    }
    .contact-info {
        width: 100%;
        margin-right: 50px !important;
    }
    
    .new-spacing40 {
        display: none;
    }
    .black-bg2 {
        height: 100px !important;
    }

    .headThreeAbout h2, h3 {
        font-size: 3rem !important;
    }

    .headThreeAbout h4 {
        font-size: 3rem !important;
    }
}




.col-md-8 {
    margin-right: -15%;
}

.content .head-title3 {
    margin-right: 20px;
}

.newPhotos img:hover {
    filter: grayscale(100%);
    transition: 0.3s;
}

#client .head-title3 {
    font-family: "Poppins Regular";
    margin-right: 940px;
}

#client .icon {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 1rem;
    padding: 0.5rem;
    border-radius: 15px;
    padding-left: 0;
}

#client p {
    font-size: 17px;
    line-height: 1.1;
    color: black;
    opacity: 0.8;
}

#client { 
    max-width: 100%;
}


.newPhotos img {
    height: 70px;
    width: 70px;
    cursor: pointer;
    margin-top: 15px;
    margin-right: 20px;
}

.newPhotos h2 {
    font-size: 17px;
    opacity: 0.8;
    color: black;
}

#client .head-title3 {
    font-family: "Poppins Regular";
    margin-right: 925px;
    font-size: 300%;
    font-weight: bold;
    margin-bottom: 30px;
    color: #7BC088;
    text-align: center;
}
#client .head-title2 {
    font-family: "Poppins Light";
    margin-right: 1230px;
    font-size: 200%;
    font-weight: lighter;
    margin-bottom: -30px;
    color: #1A8EB0;
}

@media only screen and (min-width: 1480px) {
    .newPhotos {
        display: grid;
        grid-template-columns: repeat(3, 500px) !important;
        grid-template-rows: minimax(100px, auto) repeat(3, 200px);
        justify-content: center;
    }
}

.newPhotos {
    width: 100%;
}

@media only screen and (min-width: 1500px) {
    .button:last-child {
        height: 70px;
        width: 70px;
        margin-bottom: 200px;
        float: left;
        bottom: 100px;
        position: absolute;
        z-index: 10;
        left: 200px;
        animation: none;
    }
    .BasaDonbutton {
        height: 70px;
        width: 70px;
        margin-bottom: 200px;
        float: right;
        bottom: 100px;
        position: absolute;
        z-index: 10;
        animation: none;
        right: 200px;
    }
}
@media only screen and (min-width: 1024px) {
    .button:last-child {
        height: 70px;
        width: 70px;
        margin-bottom: 150px;
        float: left;
        bottom: 100px;
        position: absolute;
        z-index: 10;
        left: 200px;
        animation: none;
    }
    .BasaDonbutton {
        height: 70px;
        width: 70px;
        margin-bottom: 150px;
        float: right;
        bottom: 100px;
        position: absolute;
        z-index: 10;
        animation: none;
        right: 200px;
    }
}

.button:last-child {
    height: 70px;
    width: 70px;
    display: block;
    margin-left: 10px;
    animation: none;
}

.tedavi .tedavi-container {
    text-align: center;
}

.tedavi .upText {
    max-width: 700px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    display: inline-block;
}

.tedavi {
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.button {
    margin-bottom: 15px;
    width: 300px;
    height: 100px;
    background: #f3f0f1;
    border-radius: 32px;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    border: white;
    background-color: rgb(250, 242, 242);
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1);
    color: #0a2b1d;
    animation: fade 2s ease-in-out;
}
.BasaDonbutton {
    width: 70px;
    height: 70px;
    background: #f3f0f1;
    border-radius: 32px;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    border: white;
    background-color: rgb(250, 242, 242);
    box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1);
    color: #0a2b1d;
    animation: fade 2s ease-in-out;
    float: right;
    margin-top: -90px;
    margin-right: -10px;
}

.BasaDonbutton:hover {
    opacity: 1;
    box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1500px) {
    .container .logo {
        margin-top: 0.5vh;
        float: left;
    }
    #status {
        left: 42%; /* centers the loading animation horizontally one the screen */
        top: 45%; /* centers the loading animation vertically one the screen */
    }
}

@media only screen and (min-width: 2000px) {
    .container .logo {
        margin-top: 0.7vh;
        margin-left: -70vh;
        float: left;
    }
}
@media only screen and (min-width: 1900px) and (max-width: 2000px) {
    .container .logo {
        margin-top: 0.7vh;
        margin-left: -75vh;
        float: left;
    }
}
@media only screen and (min-width: 1800px) and (max-width: 1900px) {
    .container .logo {
        margin-top: 0.7vh;
        margin-left: -55vh;
        float: left;
    }
}
@media only screen and (min-width: 1500px) and (max-width: 1800px) {
    .container .logo {
        margin-top: 0.5vh;
        margin-left: -30vh;
        float: left;
    }

}
@media only screen and (min-width: 1px) and (max-width: 500px) {
    .container .logo {
        margin-top: 2% !important;
        margin-left: 1% !important;
        float: left;
    }
}
@media only screen and (min-width: 500px) and (max-width: 803px) {
    .container .logo {
        margin-left: 1% !important;
        float: left;
    }
}
@media only screen and (min-width: 500px) and (max-width: 992px) {
    .logo img {
        max-width: 35%;
    }
    .inner-text {
        margin-left: 30% !important;
    }
    #status {
        left: 32%; /* centers the loading animation horizontally one the screen */
        top: 45%; /* centers the loading animation vertically one the screen */
    }
}
@media only screen and (min-width: 992px) {

    .button {
        width: 400px;
        height: 100px;
        background: #f3f0f1;
        border-radius: 32px;
        text-align: center;
        cursor: pointer;
        transition: all 0.1s ease-in-out;
        border: white;
        background-color: rgb(250, 242, 242);
        box-shadow: inset -4px -4px 8px rgba(255, 255, 255, 0.5), inset 8px 8px 16px rgba(0, 0, 0, 0.1);
        color: #0a2b1d;
        animation: fade 2s ease-in-out;
    }
     .button:hover {
        opacity: 1;
        box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8), 6px 6px 10px rgba(0, 0, 0, 0.2);
    }
    
    .tedavi .tedavi-container {
        text-align: center;
        margin-bottom: 150px;
    }
    
    .tedavi .upText {
        align-items: center;
        justify-content: center;
        font-size: 30px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .tedavi .button-grid { 
        display: grid;
        grid-template-columns: repeat(2, auto);
        column-gap: 70px;
        row-gap: 20px;
        margin-top: 20px;
        margin-left: 38px;
    }
    .tedavi {
        height: 650px;
        text-align: center;
        justify-content: center;
        align-items: center;        
    }

    .col-md-2 {
        width: 20.66666667% !important;
    }
    .head-title2 {
	font-size: 22px;
	letter-spacing: 0px;
	position: relative;
    color: black;
    margin-top: 4px; 
    text-align: center;
    }

    .newPhotos2 img {
        height: 250px;
        width: 500px;
        margin: 10px;
    }

    .newPhotos img {
        height: 70px;
        width: 70px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 20px;
    }
    
    .newPhotos {
        display: grid;
        grid-template-columns: repeat(2, 40%);
        grid-template-rows: minimax(100px, auto) repeat(3, 200px);
        justify-content: center;
    }

    .newPhotos h2 {
        font-size: 17px;
        margin-left: 20.5%;
        margin-top: -4%;
        opacity: 0.8;
        color: black;
    }
    .newPhotos .tedavi-grid {
        margin: 30px;    
    }
    .newPhotos .seperator {
        height: 15px;
    }
    .newPhotos h1, .newPhotos img {
        float: left;
    }
    .newPhotos h2, .newPhotos img {
        float: left;
    }

    #client .head-title3 {
        font-family: "Poppins Regular";
        margin-right: 925px;
        font-size: 500%;
        font-weight: bold;
        margin-bottom: 30px;
        color: #7BC088;
        text-align: center;
    }
    #client .head-title2 {
        font-family: "Poppins Light";
        margin-right: 1230px;
        font-size: 400%;
        font-weight: lighter;
        margin-bottom: -30px;
        color: #1A8EB0;
    }
}

.reviews {
    padding-top: 20px;
    margin-top: -30px;
    background: linear-gradient(to bottom, rgb(210, 223, 223) 1%, #f0f0f0 99%) top;

}


.about-us-container {
    background: linear-gradient(to top, rgb(210, 223, 223) 1%, #f0f0f0 99%) bottom;
}


.black-bg2 {
    height: 170px;
    background: #c9dee9;
}

.newContainer {
    color: #ffffff;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.newContainer2 {
    width: 710px;
    margin: auto;
    height: 300px;
    margin-bottom: 500px;
}

.slider-new img {
    width: 600px;
    height: 300px;
    border-radius: 5%;
}

#slider-section {
    display: flex;
    align-items: center;
    justify-self: center;
}

.subcontainer {
    width: 85%;
    margin: auto;
}

@media(max-width: 1600px) {
    .newContainer2 {
        width: 100%;
    }
    
    .newContainer2 img {
        width: 100%;
        height: 100%;
    }

    .contact-takvim {
        width: 100%;
    }

    .contact-takvim img {
        width: 100%;
    }

    .newPhotos img {
        margin-left: 30px;

    }
}


.footer-container {
    text-align: center;
    background-color:#c9dee9;
    height: 100px;
}

.wrapper-new {
  display: inline-flex;
  list-style: none;
  margin-top: 15px;
  margin-left: 2%;
}

.wrapper-new .icon {
  position: relative;
  background: #ffffff;
  border-radius: 50%;
  padding: 15px;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-new .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-new .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper-new .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper-new .icon:hover span,
.wrapper-new .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper-new .facebook:hover,
.wrapper-new .facebook:hover .tooltip,
.wrapper-new .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper-new .twitter:hover,
.wrapper-new .twitter:hover .tooltip,
.wrapper-new .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper-new .instagram:hover,
.wrapper-new .instagram:hover .tooltip,
.wrapper-new .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper-new .github:hover,
.wrapper-new .github:hover .tooltip,
.wrapper-new .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper-new .youtube:hover,
.wrapper-new .youtube:hover .tooltip,
.wrapper-new .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}



.img-comp-container {
    position: relative;
    height: 200px; 
}
  
.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow:hidden;
}
  
.img-comp-img img {
    display:block;
    vertical-align:middle;
}
  
.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: ew-resize;
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}

#contact-form {
   background-color: rgb(201, 222, 233);
}

.container-for-slider {
    width: 80%;
    margin-left: 0;
    margin-top: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
}

@media(max-width: 500px) {

    .container-for-slider {
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .container-for-slider img {
        width: 320px !important;
        height: 158px !important;
    }

    .container-for-slider .inner {
        position: relative;
        width: 100%;
        max-width: 960px;
        margin: 0 auto;
        overflow: hidden;
        box-sizing: border-box;
        padding: 20px 30px;
        background-color: #fff;
        margin-left: 0px !important;
    }
}

.container-for-slider .inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 30px;
    background-color: #fff;
    margin-left: 35px;
}
.comparison-slider-wrapper {
    position: relative;
    width: 100%;
    margin: 20px 0;
    background-color: white;
}

.inner-text {
    font-size: 40px;
    color: rgb(24 101 118);
    font-weight: bold;
    font-family: 'Poppins Light';
}

.comparison-slider-wrapper .comparison-slider {
    position: relative;
    width: 100%;
    margin: 0;
    border: 5px white solid;
    box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
    width: 100%;
    height: auto;
    display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
    display: none;
    position: absolute;
    width: 250px;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    box-sizing: border-box;
    color: #ddd;
    text-align: right;
}
@media screen and (min-width: 767px) {
    .comparison-slider-wrapper .comparison-slider .overlay {
      display: block;
   }
  }
  .comparison-slider-wrapper .comparison-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .comparison-slider-wrapper .comparison-slider .resize > img {
    display: block;
  }
  .comparison-slider-wrapper .comparison-slider .resize .overlay {
    right: auto;
    left: 20px;
    text-align: left;
  }
  .comparison-slider-wrapper .comparison-slider .divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.2);
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
  }
  .comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
  }
  .comparison-slider-wrapper .comparison-slider .divider:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
    width: 30px;
    height: 30px;
    left: -14px;
    margin-top: -15px;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
    width: 20px;
    height: 20px;
    left: -9px;
    margin-top: -10px;
    background-color: #555;
  }
  .comparison-slider-wrapper .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
  }
.teeth-slider .container {
  position: relative;
  width: 100%;
  margin: 50px 0;
}
.container .inner {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: #eee;
}
.comparison-slider-wrapper {
  position: relative;
  width: 100%;
  margin: 20px 0;
  background-color: white;
}
.comparison-slider-wrapper .comparison-slider {
  position: relative;
  width: 100%;
  margin: 0;
  border: 5px white solid;
  box-sizing: border-box;
}
.comparison-slider-wrapper .comparison-slider > img {
  width: 100%;
  height: auto;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
  display: none;
  position: absolute;
  width: 250px;
  bottom: 20px;
  right: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  box-sizing: border-box;
  color: #ddd;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .comparison-slider-wrapper .comparison-slider .overlay {
    display: block;
 }
}
.comparison-slider-wrapper .comparison-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.comparison-slider-wrapper .comparison-slider .resize > img {
  display: block;
}
.comparison-slider-wrapper .comparison-slider .resize .overlay {
  right: auto;
  left: 20px;
  text-align: left;
}
.comparison-slider-wrapper .comparison-slider .divider {
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: rgba(256, 256, 256, 0.2);
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  cursor: ew-resize;
}
.comparison-slider-wrapper .comparison-slider .divider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -9px;
  top: 50%;
  margin-top: -10px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -5px;
  top: 50%;
  margin-top: -6px;
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:before {
  width: 30px;
  height: 30px;
  left: -14px;
  margin-top: -15px;
}
.comparison-slider-wrapper .comparison-slider .divider.draggable:after {
  width: 20px;
  height: 20px;
  left: -9px;
  margin-top: -10px;
  background-color: #555;
}
.comparison-slider-wrapper .caption {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  display: block;
}
.comparison-slider-wrapper .comparison-slider .overlay {
    display: none;
    position: absolute;
    width: 250px;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    box-sizing: border-box;
    color: #ddd;
    text-align: right;
}
  @media screen and (min-width: 767px) {
    .comparison-slider-wrapper .comparison-slider .overlay {
      display: block;
   }
  }
  .comparison-slider-wrapper .comparison-slider .resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden;
  }
  .comparison-slider-wrapper .comparison-slider .resize > img {
    display: block;
  }
  .comparison-slider-wrapper .comparison-slider .resize .overlay {
    right: auto;
    left: 20px;
    text-align: left;
  }
  .comparison-slider-wrapper .comparison-slider .divider {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.2);
    left: 50%;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    cursor: ew-resize;
  }
  .comparison-slider-wrapper .comparison-slider .divider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
  }
  .comparison-slider-wrapper .comparison-slider .divider:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    background-color: white;
    transform: rotate(45deg);
    transition: all 0.1s ease-in-out;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:before {
    width: 30px;
    height: 30px;
    left: -14px;
    margin-top: -15px;
  }
  .comparison-slider-wrapper .comparison-slider .divider.draggable:after {
    width: 20px;
    height: 20px;
    left: -9px;
    margin-top: -10px;
    background-color: #555;
  }
  .comparison-slider-wrapper .caption {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
  }

  @media (max-width: 1300px){
    .col-lg-6 {
        flex: 0 0 auto;
        width: 100% !important;
    }
  }

@media (min-width: 500px){
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    #phoneSlider {
        display: none;
    }
}

#phoneSlider img {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

@media (max-width: 992px){
    .tedavi .upText {
        margin-left: 20px;
        max-width: 700px;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        display: inline-block;
    }
    .button:last-child {
        height: 70px;
        width: 70px;
        display: block;
        margin-left: -10px;
        animation: none;
    }
    
    #option-buttons {
        margin-left: 20px;
    }
    .tedavi {
        margin-top: 140px !important;
    }
    #client {
        padding-top: 20px;
    }
    .nav-collapse img {
        height: 30px;
        width: 50px;
    }
}

@media (max-width: 1024px) {
    body, html {
        overflow-x: hidden;
    }

    .caption-box, .owl-wrapper-outer {
        height: 300px;

    }
}

@media (max-width: 500px){

    #status {
        width: 200px;
        height: 200px;
        position: absolute;
        left: 18%; /* centers the loading animation horizontally one the screen */
        top: 45%; /* centers the loading animation vertically one the screen */
        background-repeat: no-repeat;
        background-position: center bottom;
        text-align:center;
        margin: -100px 0 0 -100px; /* is width and height divided by two */
    }

    #pcSlider {
        display: none;
    }
    .AbouthMainImg {
        display: none;
    }
    .small-title {
        font-size: 15px !important;
    }
    #contact .container {
        margin-left: 110px;
    }

    .contact-info {
        font-size: 15px !important;
    }

    .tedavi .tedavi-container {
        margin-top: -50px
    }
    
}

.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: flex!important;
}

.about-us-row {
    width: 100%;
    padding-right: 40px;
}

@media (min-width: 992px){
    .about-us-row {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .inner-text {
        float: right;
        font-size: 75px;
        color: rgb(24 101 118);
        font-family: 'Poppins Light';
    } 
    .container-for-slider {
        display: flex;
    }
}

.Main__Container-sc-1n4ud0o-0 a, .eapps-widget-toolbar {
    display: none;
}

.Main__Container-sc-1n4ud0o-0 {
    margin-bottom: 30px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.elfsight-app-8f05a748-95d7-4a75-9d3e-965647afec09 {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.headThreeAbout h2, h3 {
    display: inline-block;
    font-size: 5rem;
    font-weight: 600 !important;
}
.headThreeAbout h3 {
    color: #429720;
    margin-left: -1px;
}
.headThreeAbout h4, h3 {
    display: inline-block;
}
.headThreeAbout h4 {
    color: #7BC088 !important;
    font-size: 5rem;
    font-weight: 600;
}



@media screen and (min-width: 992px) {

    .upText {
        margin-left: 50px;
    }

    .upText2 {
        color: rgb(236, 68, 68) !important;
        font-size: 20px;
        margin-left: 50px;
    }
    .navigation img {
        height: 30px;
        width: 50px;
        cursor: pointer;
        margin: -40px;
    }

    #contact .col-md-offset-2 {
        margin-left: 20%;
    }
    .container-for-slider {
        margin-left: 190px;
    }
    .headThreeAbout h1 {
        color: #7BC088;
        font-size: 5rem;
        font-weight: 600;
    }
    .headThreeAbout h2 {
        font-size: 5rem;
        font-weight: 600;
        color:#4a4949;
    }

    .accordion .col-md-6 {
        width: 65%;
    }

    .accordion .col-md-3 {
        float: right !important;

    }
}
@media screen and (min-width: 1200px) {
    .about-us-container {
        height: 100%;
    }

    #contact .container {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.fit-vids-style {
    display: none;
}

.upText2 {
    color: rgb(236, 68, 68) !important;
    font-size: 20px;
}

.textThreeAbout1 {
    color: #7BC088;
    font-size: 18px;
}
.textThreeAbout2 {
    color: #7BC088;
    font-size: 22px;
}

.AbouthMainImg .img-fluid {
    width: 80% !important;
    height: 80% !important;
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    .AbouthMainImg .img-fluid {
        margin-top: 40%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .AbouthMainImg .img-fluid {
        margin-top: 30%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .AbouthMainImg .img-fluid {
        margin-top: 15%;
        margin-left: 10%;
    }
    .AboutLeftMain  {
        margin-left: 10%;
    }
}
@media screen and (min-width: 1921px) and (max-width: 3000px) {
    .AbouthMainImg .img-fluid {
        margin-top: 15%;
        width: 90% !important;
        height: 90% !important;
        margin-left: 12%;

    }
    .AboutLeftMain  {
        margin-left: 10%;
    }
}

@media screen and (max-width: 831px) {
    .AbouthMainImg .img-fluid {
        display: none !important;
    }
}
@media screen and (max-width: 1024px) {


    .ymText h4 {
        font-weight: normal !important;
    }

    #client p {
        font-weight: lighter !important;
        font-size: 1.1em !important;
    }

    .container-for-slider .inner {
        margin-left: 16%;
    }
    .inner-text {
        text-align: center;
        justify-content: center;
        align-items: center;
        font-size: 35px;
        color: rgb(24 101 118);
        font-family: 'Poppins Light';
    } 
}
@media screen and  (min-width: 831px) and (max-width: 1300px) {

    .d-flex {
        display: inline-block !important;
    }
    .AbouthMainImg .img-fluid {
        display: inline-block !important;
        height: 700px !important;
        width: 760px !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        margin-top: -5%;
    }
    .chapterThree .AboutLeftMain .textThreeAbout :first-child { 
        font-size: 14px !important;
    }
    .textThreeAbout1 {
        font-size: 19px;
    }
}

@media screen and (min-width: 1921px) {
    .chapterThree .AboutLeftMain .textThreeAbout :first-child { 
        font-size: 19px !important;
    }
    .textThreeAbout1 {
        font-size: 25px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navigation .youtube a {
        display: none;
    }
    .navigation .instagram a {
        display: none;

    }
}

    .col-md-10 {
    width: 85.33333333% !important;
    }
.about-container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.chapterThree{padding-bottom:3rem;padding-top:3rem}body .chapterThree .mybacktwo{position:relative}body .chapterThree .mybacktwo .mybacktwoimg{max-width:100%;height:auto;position:absolute;width:3%;top:48.5rem;left:16%}body .chapterThree .headThreeAbout :first-child{color: rgb(0, 0, 0);padding-left:1rem}body
.chapterThree .headThreeAbout h4{color:#10b8ff;font-weight:600;padding-left:1rem}body .chapterThree .AboutLeftMain{width:100%;padding-top:.5rem;padding-bottom:2.2rem;padding-left:1rem}body .chapterThree .AboutLeftMain .textThreeAbout :first-child{font-size:110%;color:#000;line-height:180%;}body .chapterThree .AboutLeftMain .textThreeAbout :nth-child(2){font-size:1.8rem;color:#10b8ff;font-weight:600}body .chapterThree .AboutLeftMain .textThreeAbout :nth-child(3){font-size:15px;color:#000;line-height:1.8}body .chapterThree .AboutLeftMain .myIcontextAbout .icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-top:1rem;padding:.5rem;border-radius:15px;padding-left:0}body .chapterThree .AboutLeftMain .myIcontextAbout .icon i{font-size:40px}body .chapterThree .AboutLeftMain .myIcontextAbout .icon .ymText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}body .chapterThree .AboutLeftMain .myIcontextAbout .icon .ymText h4{font-size:18px;font-weight:60000;margin:0;color:#10b8ff;font-weight:600}body .chapterThree .AboutLeftMain .myIcontextAbout .icon .ymText :nth-child(2){margin:0;font-size:14px;color:#000;line-height:1.8}body .chapterThree .AboutLeftMain .btnYMaindiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin-top:1rem;width:29rem}body .chapterThree .AboutLeftMain .btnYMaindiv .btn{background-color:#1aa6fe!important;color:#fff!important;font-weight:500;font-size:1rem;background-color:#fff;padding:.8rem;text-decoration:none;width:45%;border-radius:50px;color:#3285fb;-webkit-box-shadow:-5px 0 12px 0 rgba(0,0,0,.75);box-shadow:-5px 0 12px 0 #3285fb;outline:0;margin:0}body .chapterThree .AboutLeftMain .btnYMaindiv .btn:hover{background-color:#fff!important;color:#1aa6fe!important}body .chapterThree .AboutLeftMain .btnYMaindiv .btnYm{font-weight:500;font-size:1rem;background-color:#fff;padding:.8rem;text-decoration:none;width:45%;border-radius:50px;color:#3285fb;-webkit-box-shadow:-5px 0 12px 0 rgba(0,0,0,.75);box-shadow:-5px 0 12px 0 #3285fb;border:1px solid #fff;outline:0;margin:0;text-align:center;-webkit-transition:.3s;transition:.3s all}body .chapterThree .AboutLeftMain .btnYMaindiv :hover{background-color:#1aa6fe;color:#fff}body .chapterThree .AboutLeftMain .btnYMaindiv .videoSec{margin-left:.8rem}
