	header.masthead h1 {
    font-size: 2rem;
}
section {
    padding: 2rem 0;
}
.submenu
{
display:none;
position:absolute;
background-color:#fff;
border: 1px solid #f1eded;
}
.nav-item:hover .submenu
{
display:initial;
}
#mainNav .navbar-brand {
    color: rgb(240, 95, 64);
}
h1
{
    text-shadow: 0 0 3px #191717, 0 0 5px #404950;
}


#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgb(191 40 67);
    font-weight: bolder;
    /*text-shadow: 0 0 3px #191717, 0 0 5px #404950;*/
	font-size: 1.2rem;
}
#mainNav .submenu>li.nav-item>a.nav-link {
    font-size: 0.8rem;
	line-height: 6px;
	color: #212529;
}
#mainNav .submenu>li.nav-item>a.nav-link:hover {
	color: #f05f40;
}
.submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    border: none;
}
#about {
background-image: url(../img/back1.jpg);
background-position: center;
}
#about2 {
background-image: url(../img/back3.jpg);
background-position: center;
}
#insankaynak {
background-image: url(../img/back2.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  text-shadow: 0 0 3px #191717, 0 0 5px #404950;
}

#iletisimara {
background-image: url(../img/back4.jpg);
background-repeat: no-repeat;
height: 240px;
}
.services1t, .services2t, .services3t, .services4t, .services5t {
background: #efefef;
}
#services1, #services2, #services3, #services4, #services5 {
padding-top: 0;  
}
#services1 {
padding: 2rem 0; 
}
#services1 .section-heading, 
{
    margin-top: 12px;
	color: #f05f40;
}
#services1 .container, 
 {
-webkit-box-shadow: 0px 0px 6px -3px rgba(74,74,74,0.72);
-moz-box-shadow: 0px 0px 6px -3px rgba(74,74,74,0.72);
box-shadow: 0px 0px 6px -3px rgba(74,74,74,0.72);
}
.services1 img{
width: 100%;
}
    


.portfolio-box .portfolio-box-caption {
    opacity: 1;
    background: rgba(240,95,64,.3);
}
.portfolio-box .portfolio-box-caption:hover {
    opacity: 1;
    background: rgba(240,95,64,.9);
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
	 /*   background: url(../img/1.png) center bottom;
    background-repeat: no-repeat;
     background-attachment: fixed; 
    background-position: 50% 50%;*/
}
.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* background: url(https://images.unsplash.com/photo-1508062878650-88b52897f298?ixlib=rb-1.2.1&auto=format&fit=crop&w=1440&q=80); 
  background: url(https://images.unsplash.com/photo-1601494773548-2d6d07355f51?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2734&q=80);
   background: url("../img/1.png");
  background:#648f96;*/
  background-size: cover;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
      /*background: url(../img/1.png);*/
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 50% 0;
    background-position: right 20px;
}
@media only screen and (max-width: 600px) {
  .banner {
        background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50%;
    margin-top: 110px;
  }
}

.banner #text {
  position: relative;
  font-size: 12em;
  color: #fff;
}
.banner .clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.banner .clouds img {
  position: absolute;
  bottom: -5px;
  max-width: 100%;
  animation: animate calc(3s * var(--i)) linear infinite;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  25%,
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
/*section {
  position: relative;
  padding: 75px 100px;
}
section h2 {
  position: relative;
  font-size: 2.5rem;
  margin-bottom: 20px;
}*/
#mainNav {
    background-color: #ffffff;
}

.ustcell3 span
{
	color:#fff;
	width: 95px;
}


.navbar-inverse {
    background-color: rgb(3, 95, 3);
    border-color: #080808;
}
.navbar-inverse .navbar-text {
    color: #f5f5f5;
}

/*mainde ust iletisim*/
.main_ust_banner 
{
float:left;
height: 73px;
width: 200px;
}
.main_ust_banner .iletisim_baslik
{
color:#fff;
height: 14px;
}
.main_ust_banner .iletisim_icerik_alt
{
width: 360px;
color:#fff;
height: 14px;
}
hr {
    max-width: 100%;
}



#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover, #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #ff0000;
}
@media (min-width: 768px)
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 24px;
}

.hizmet img
{
	width:100%;
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

#mainNav .nav-ust>li.nav-item>a.nav-link{
	font-size: 1.8rem;
}
#mainNav .nav-ust>li.nav-item>a.nav-link img{
	width: 60px;
}
body{
	    background: url("../img/back.jpg");
}
#mainNav .navbar-nav>li.nav-item>a.nav-link, #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgb(60 45 6);

}
#mainNav .nav-ust>li.navitem1>a.nav-link{
	    color: rgb(191 40 67);
}
#mainNav .nav-ust>li.navitem2>a.nav-link{
	color: rgb(45 168 195);
}
#mainNav .nav-ust>li.navitem3>a.nav-link{
	color: rgb(228 186 19);
}
.da-slide .da-img {
    /*top: 0px; */
}        
h2 span {
    color: #1d2d8c;
	} 
.ortalinks {
	    float: left;
    width: 100%;
    text-align: center;
    background-color: none;
		} 
@media (min-width: 450px) {
.ortalinks {
    margin-top: -220px;
}
}		
#about3{
	    background-color: #ffffff!important;
}
#about4{
    background-color: #e0dfc4!important;
}


.cycle {
  background-image: url("../img/salon.jpeg");
  height: 300px;
  cursor: move;
}
.box {
  width: 512px;
  margin: 0 auto;
  font-family: arial, sans-serif;
}
#antrenor .card, #branslarimiz .card{
	border:none;
	background-color: transparent;

}
#antrenor, #branslarimiz .col{
	padding:0;
}
.bg-primary2{
    text-align: center;	
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
}
.nav-link img
{
	width:100px;
}
.nav-tabs .nav-link {
    margin: 0;
    padding: 0;
	background:none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

    border-color: #dea622;
    background-color: #f8c140;
}
    
#branslarimiz2{
    background-color: #e8e7d8;
}
.basariimgsm{
	width:31%;
}

@media (max-width: 450px) {
#mainNav .navbar-brand img{
    width:120px;
}
}	
#antrenor {
	    background-color: #ffffff!important;
}

@media (max-width: 450px) {
#antrenor img{
	    max-width: 120px;
}
}
.ustonursalbaskan {
    font-size: 0.7rem!important;
	color:#fff!important;
}
.ustonursalbaskanli{
    border: 1px solid #d0b370;
    background-color: #daac3f;
}
@media (min-width: 576px){
.modal-dialog {
    max-width: 75%;
    margin: 2px auto;
}
}
.modal-body {
    padding: 2px;
}
#basindabiz {
    margin-top: 150px;
}
    
#mainNav .navbar-brand img{
    width: 80%;
}
@media (max-width: 576px){
.nav-ust {
    display: none;
}
}
