.color-cyan{
color: #1a75ce;
font-weight: bold;
}
.back-cyan{
background-color: #1a75ce;
}
.backblue{
    background-color: #0033aa;;
}
.colorblu-i{
    color: #0033aa;
}
.color-whi{
    color:#fff;
    font-weight: 800;
}
.box{
    background: linear-gradient(180deg, #1a75ce 0%, #0033aa 100%);

    
    position: relative;
    overflow: hidden;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}
.box .box-content:after{
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}
.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
    color: #fff;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}



@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #1a75ce;
    border-radius: 10px;
    background: blue;
}
.colorblak{
    color:#222;
    font-weight: bold;
}
.btn.btn-rounded {
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
.contact-form {
    padding: 30px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
   }
  
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #0033aa;
}

        h4 {
            font-size: 18px;
        }
        .accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
            font-size: 15px;
            border-top: none;
            padding: 0 30px 30px;
            margin-top: -1px;
        }
        .header .logo-wrap {
            display: inline-block;
           padding: 6px 0;
        }
   
        .btn-white-brd.focus, .btn-white-brd:focus, .btn-white-brd:hover {
            color: #fff;
            background: #0033aa;
            border-color: #0033aa;
        }
  .ba2{
      background: #0033aa;
  }
  .back-to-top, .carousel-title, .header .nav-item-child, .link {
     text-transform: uppercase; 
}
.carousel-title {
    text-transform: none; 
    color: #0033aa;
}
.footer .footer-logo {
    width: 120px;
    height: auto;
  }
  #bolat-r{
    background: #0033aa;
    border-right: 4px solid #0371B7;
    padding: 2%;
   font-size: 1.5em; 
    color: #fff;
    font-weight: bold;
  }
  .margin-b-60 {
    margin-bottom: 20px!important;
}
  #bolat-r2{
    background: #28b7e8;
    border-right: 4px solid #0033aa;
    padding: 2%;
    font-size: 1.5em; 
    color: #fff;
    font-weight: bold;
}
.colorblu{
    color:#28B7E8;
}
#bolat-r3{
    background: #0033aa;
    border-right: 4px solid #0371B7;
    padding: 2%;
    font-size: 1.5em; 
    color: #fff;
    font-weight: bold;
}
.bac-foot{
    background: #0033aa;
  }
  .bacc-foot{
    /*background: #0371B7;*/
    background-image: url("../img/bg-value.png");

  }
  .bacc-light{
    background: #28B7E8;
  }
  .section-seperator {
    border-bottom: 1px solid #28b7e8;
}
em, li, li a {
    font-size: 16px;
    font-weight: 500;
    color: #28b7e8;
}
/*to top*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    z-index: 9;
    width: 40px;
    height: 40px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 3;
    letter-spacing: 1px;
    background: #28b7e8;
    border-radius: 3px;
    visibility: hidden;
    padding: 5px;
    -webkit-transform: translate3d(0,50px,0);
    -moz-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    transition-duration: .3s;
}
/*form contact*/
.form-control {
    height: 40px; 
    font-size: 14px;
    font-weight: 400;
    color: #a6a7aa;
    background: #fafafa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    border-radius: 15px;
    border:1px solid #ddd;
}
.content-sm {
    padding-top: 60px;
    padding-bottom: 0px;
}
.btn-white-brd:hover {
    color: #0033aa;
    background: 0 0;
    border-color:#28b7e8;
    border-width: 2px;
}
.contact-list>li {
    font-size: 15px;
    color: #81848f;
    margin-bottom: 10px;
}
@media (max-width: 600px) {
    .content-lg {
        padding-top: 30px; 
        padding-bottom: 30px;
    }
    .sm-margin-b-50 {
        margin-bottom: 0px!important;
    }
    .paico{
        padding: 2px;
    }
  }

  @media (min-width: 768px){
.navbar {
    border-radius: 0px;
}
}

.header .navbar {
     border-bottom: 0px solid rgba(255,255,255,.2); 
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}