/* columns of same height styles */

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

body{
	font-family:'Arial';
	color:#353537;
}
h1{
	font-family:Hapna b Serif, serif;;
	font-size:48px;
}
h1.bold{
    font-family: 'Hapna b Serif Bold';
}
h2{
	font-family:Hapna b Serif, serif;;
	font-size:36px;
}
h2.bold{
    font-family: 'Hapna b Serif';
}
h3{
	font-family:Hapna b Serif, serif;;
	font-size:26px;
}
h3.bold{
    font-family: 'Hapna b Serif';
}
h4{
	font-family:Hapna b Serif, serif;;
	font-size:18px;
}
h4.bold{
    font-family: 'Hapna b Serif';
}
p.habna{
	font-family:Hapna b Serif, serif;;
	font-size:21px;
}
p.p1{
	font-family:'Calibri';
	font-size:18px;
}
p.p2{
	font-family:'Calibri';
	font-size:14px;
}
.bold{
	font-weight:bold;
}
.normal{
	font-weight:normal;
}
.light{
	font-weight:light;
}
.center{
	text-align:center;
}
.bg-blue{
	background:#0d2c45;
}
.bg-light-grey{
	background:#f3f3f3;
}
.bg-grey{
	background:#b7b7b7;
}
.bg-dark-grey{
	background:#1e2329;
}

/*	Kodlama	*/
.ts-header{
	padding:5px;
}
.ts-mainnav{
	background:#1e2329;
}
/*-- Main navigation --*/
li.dropdown:hover .dropdown-menu{
  display:block;
}
li.dropdown, li.dropdown a{
  overflow:visible;
}
ul.navbar-nav > li:hover > a,
ul.navbar-nav > li.active > a{
	color: #ffffff;
	position: relative;
}

ul.navbar-nav > li:hover > a:before,
ul.navbar-nav > li.active > a:before{
	border-color: #0d2c45 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  	position: absolute;
  	content: " ";
  	width: auto;
  	height: auto;
  	bottom: -15px;
  	margin-left: -12px;
  	left: 50%;
  	border-width: 8px;
  	border-style: solid;
  	z-index: 9999;
}

ul.navbar-nav > li:hover:after,
ul.navbar-nav > li.active:after{
	position: absolute;
  	content: '';
  	background: #0d2c45;
  	left: -0px;
  	bottom: 0;
  	width: 100%;
  	height: 8px;
}

.navbar-toggle{
	background: #0d2c45;
}

.dropdown-menu > ul > li.active > a{
	color: #0d2c45;
}

.dropdown-menu > ul > li>a:hover,
.dropdown-menu > ul > li>a:focus{
	color: #0d2c45;
}
ul.navbar-nav > li.active{
	background:#0d2c45;
}
ul.navbar-nav > li > a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
    text-rendering: auto !important;
	font-weight:600;
}
.logo img{
	height:105px;
}
ul.top-info{
	margin-top:20px;
}
@media (max-width: 767px){
.navbar-collapse {
    background: #1e2329;
}
}
.video-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#banner-area {
    background: #f7f7f7;
    color: #555555;
}
section.attach {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
}
section.attach h1{
	color:#fff;
}
.isotop-img-conatiner:hover .isotop-readmore{
	top:0;
	width:100%;
	height:100%;
	left:0;
}
.isotop-readmore {
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    margin-top: 0;
    margin-left: 0;
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: normal;
    border-radius: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.isotop-readmore img{
	width:100%;
}
.hidden-logo{
	display:none;
}
.navbar-fixed ul li a{
  padding-right:10px !important;
  padding-left:10px !important;
}
.navbar-fixed .hidden-logo{
	display:block;
	margin-right:25px;
	height:85px !important;
	position:relative;
  margin-bottom: -25px;
}
.navbar-fixed li:not(:first-child){
	padding-top:10px !important;
}
.ts-testimonials{
	background:#fff;
}

/* Testimonial
================================================== */

.testimonial-content{
	margin-top: 30px;
}

.testimonial-text-item {
  padding: 30px 40px;
  border: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  position: relative;
}

.testimonial-text-item:before {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 49px;
  border-width: 16px 0 0 16px;
  border:none;
  display: block;
  width: 0;
}

.testimonial-text-item:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50px;
  border:none;
  display: block;
  width: 0;
}

.testimonial-text{
	position: relative;
}

.testimonial-text:before{
	content: '\f10d';
  	font-family: FontAwesome;
  	padding-right: 10px;
  	color: #0d2c45;
}

.testimonial-info{
	margin-top: 30px;
	text-align: center;
}

.testimonial-thumb {
  margin: 15px auto;
  float: none;
  border: none;
  max-width: 25%;
  border-radius: 100%;
}

.testimonial-author {
  font-size: 14px;
  margin-top: 0.5em;
  font-weight: bold;
  display: block;
}

.testimonial-author-desg {
  font-style: italic;
  display: block;
}

.testimonial-text:before {
    content: '';
    font-family: FontAwesome;
    padding-right: 10px;
    color: #0d2c45;
}
.title-normal {
    margin-top: 0;
    font-size: 21px;
}
.ts-facts-num{
	font-size:28px;
}

#newwwsss .item{
	padding:20px;
}
.cd-hero-slider .cd-img-container.img-right img {
    left: auto;
	right:0;
}
.img-new{
  display:none;
}
@media screen and (max-width: 768px) {
  .img-new{
    display:block !important;
  }
  ul.top-info, ul.top-info li{
    margin:0 !important;
    padding:0 !important;
  }
  .navbar-collapse{
    width:100%;
    margin:0;
  }
  .navbar-collapse.in .navbar-nav{
    margin-top:0 !important;
  }
  #features>.container>.row>.col-md-8{
    padding:0;
  }
  .feature-tab .nav-tabs>li>a{
    font-size:10px;
  }
}
@media screen and (max-width: 992px) {
   ul.navbar-nav > li > a{
	   padding:5px !important;
	   font-size:14px !important;
   }
   ul.navbar-nav > li{
	   padding:0px 5px !important;
   }
}
	.navbar-collapse.in .navbar-nav{
		margin-top:55px;
	}
@media screen and (max-width: 500px) {
  .img-new{
    display:block !important;
  }
	.logo img{
		height:55px;
	}
	.info-box .info-icon, .info-box p, .info-box-content, .info-box-content p{
		font-size:12px !important;
	}
	.navbar-collapse.in .navbar-nav{
		margin-top:55px;
	}
	ul.top-info li .info-box span.info-icon{
		width:30px;
		height:30px;
		line-height:30px;
	}
	.hidden-logo{
		display:none !important;
	}
	.testimonial-text-item{
		padding:0;
	}
	.footer-menu img{
		margin-right:55px;
	}
}
#google-map{height:600px;position:relative;background-color:#eee!important;z-index:1}
.head-search {
    border: 0;
    background: transparent;
    color: #fff;
    height: 65px;
    line-height: 65px;
    position: relative;
    margin: 0;
    padding: 0 20px 0 40px;
    width: 55px;
    -webkit-transition: width 0.25s;
    -moz-transition: width 0.25s;
    -o-transition: width 0.25s;
    transition: width 0.25s;
	width:55px;
	float:right;
}
.head-search .search{
	width:55px;
	text-align:center;
	color:#fff;
	background:#0d2c45
}
.container>.navbar-header, .container>.navbar-collapse{

}
.navbar-fixed .head-search{
	display:none;
}
.img-block-left p{
	    font-size: 16px;
    margin-top: 25px;
}
.navbar-fixed li{
  padding-right:0px !important;
  padding-left:0px !important;
}
.fixed-bg{

    background-image: url(../../images/action2-bg.jpg);
    background-size: cover;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}
.new-services{
  padding:0;
}
.new-services .opacity{
  background:rgba(0,0,0,0.55);
  padding:55px 0px;
}
.new-services p{
  color:#fff;
}
.new-services .service-items h4, .new-services .service-items .content-list{
  color:#fff;
  text-align:left;
}
.new-services .service-items h4{
  font-weight:600;
}
.owl-pagination{
  text-align:center;
}
.head-search{
  display:none !important;
}
.ts-facts-wrapper{
      background: #272d33;
}
#owl-demo .owl-prev{
  top:50%;
}
span.tarih {
    background: #0d2c45;
    padding: 5px 8px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    display: inline-block;
}
.navbar-collapse{
  max-height:none !important;
}
a.hovered{
  display:inline-block;
  position:relative;
}
a.hovered:before{
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  background:rgba(0,0,0,0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
a.hovered:hover:before{
  background:rgba(0,0,0,0.50);
}
a.hovered:hover:after{
  content:'\f002';
  font-family:'FontAwesome';
  position:absolute;
  top:50%;
  margin:0 auto;
  font-size:24px;
  color:#fff;
  left:50%;
  margin-top:-12px;
  margin-left:-10px;
  padding:8px;
}
ul.navbar-nav > li > a{
  font-size:12px;
}
#pipe .item{
  padding:0px 5px;
}
.owl-nav{
  top:50%;
  position:absolute;
  width:100%;
}
#pipe .owl-nav .owl-prev, #pipe .owl-nav .owl-next{
  background:rgba(0,0,0,0.6) !important;
  color:#fff !important;
  width:32px !important;
  line-height:72px !important;
  height:72px;
  margin-top:-36px !important;
}
.owl-prev{
  left:0px;
  position:absolute;

}
.owl-next{
  right:0px;
  position:absolute;
}

.certificate-sizer{
  width:15%;
}
.certificate-one{
  width:15%;
  border-bottom:1px solid #eee;
  padding:5px;
}
.certificate-one .popup-multi-gallery{
  background:#fff;
}
@media (min-width: 0px)  and (max-width: 480px) {
    .certificate-one, .certificate-sizer{
      width:50%;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .certificate-one, .certificate-sizer{
      width:33%;
    }
}
@media (min-width: 769px) and (max-width: 992px) {
    .certificate-one, .certificate-sizer{
      width:20%;
    }
}
@media (min-width: 993px) {
    .certificate-one, .certificate-sizer{
      width:15%;
    }
}
