.mobileApps{
    display:block;
  }
  .mobileApps-div{
    width:100%;
    max-width:100%;
  }
  .mobileApp{
    display:none;
  }
  @media screen and (max-width:768px) {
    .mobileApps-div{
      width:50%;
      max-width:50%;
    }
    .mobileApps{
      display:none;
    }
    .mobileApp{
      width:100%;
      display:block;
    }
  }


  .team-carousel .owl-dots {
    margin-top: 15px;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .team-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--light);
    background-color: #555454;
    
    border-radius: 20px;
    transition: .5s;
  }
  .team-carousel .owl-dot.active {
     
    background: #2E8AC2;
  }

  
.desktopContactBarBottom {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 4;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .desktopContactBarBottom .formOpener {
    position: relative;
    display: block;
    width: 70%;
    padding: 10px 30px 10px 20px;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    color: #1a3e70;
    letter-spacing: -0.38px;
    background: #c6deff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 33%);
  }
  .desktopContactBarBottom .formOpener span {
    position: absolute;
    display: block;
    right: 15px;
    bottom: 0;
    width: 48px;
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #1a3e70 url(/static/img/form-opener.svg) center center no-repeat;
    transform: rotate(180deg);
  }
  
  #callToAction ul{
    list-style: none;
  }
  .desktopContactBarBottom .formArea {
    position: relative;
    display: block;
    width: 100%;
    background: #c6deff;
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 10%);
  }
  
  
  .formHolder {
      position: relative;
      display: inline-block;
      width: 100%;
  }
  .desktopContactBarBottom .formHolder ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-left:10% !important;
    margin-right: 10% !important;
    margin: 5px 0;
  }
  
  .form-text {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;margin:10px;
    box-sizing: border-box;
    border: solid 1px #e3e3e3;
    background-color: #f8f8f8;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
    padding: 0px 5px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
  }
  
  .form-submit {
    position: relative;
    display: block;
    width: 235px;
    height: 45px;
    border: none;
    background-color: #e30613;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance-radius: 0;
    appearance: none;
    cursor: pointer;
    transition: 300ms all;
  
  }

  @media only screen and (min-width: 601px){
  .privacy {
      position: fixed;
      bottom: 0px !important;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      border-radius: 10px;
      z-index: 999;
      padding: 10px 10px 10px 10px;
      text-align: center;
      width: 600px;
      height: 50px;
      background: hsla(222, 59%, 18%, 0.9);
      color: #ffffff;
      font-size: 14px;
      font-weight: 100;
      transition: all .5s ease;
  }
  
  #privacy-close {
    position: absolute;
    top: -14px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 15px;
    content: "kapat";
    color: white;
    font-family: tahoma;
    background: red;
    width: 80px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 900;
  }
  }
  @media only screen and (max-width: 992px){
    
    .desktopContactBarBottom{
      display: none;
    }
  }
  @media only screen and (max-width: 600px){
    
  
    #privacy-close {
      position: absolute;
      top: -14px;
      left: 0px;
      right: 0px;
      margin: auto;
      font-size: 15px;
      content: "kapat";
      color: white;
      font-family: tahoma;
      background: red;
      width: 80px;
      height: 25px;
      line-height: 24px;
      text-align: center;
      border-radius: 8px;
      cursor: pointer;
      font-weight: 900;
  }
  .privacy {
      position: fixed;
      bottom: 60px;
      z-index: 999;
      padding: 15px 12px 7px;
      text-align: center;
      width: 100%;
      background: hsla(222, 59%, 18%, 0.9);
      color: #ffffff;
      font-size: 10px;
      font-weight: 100;
      transition: all .5s ease;
      line-height: 12px;
  }
  }
  




  
.search{
    position: relative;
  }
  .search .fa-search{
    position: absolute;
    top:10px;
    left: 20px;
    color: #9ca3af;
    z-index: 100;
  }
  .search span{
    position: absolute;
    right: 17px;
    top: 5px;
    padding: 2px;
    border-left: 1px solid #d1d5db;
  }
  .search input{
    height: 35px !important;
    text-indent: 33px;
    border-radius: 10px;
    max-width: 35vh; width:100%;
  }
  .search input:focus{
    max-width: 35vh;
    width:100%;
    box-shadow: none;
    border:none;
   
  }
  .search span i{
    padding-left:15px;
    color:#000;
  }
  .readon-normal{
    border-radius: 5px;
    padding: 5px 20px 5px;
    background: rgb(22 47 93);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    height:48px;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    width: auto;
    margin-top:auto;
    margin-bottom:auto;
  }
  .logo{
    max-width: 215px;
  }

  @media screen and (max-width:552px) {
  .logo{
    max-width: 150px;
  }
  .readon-normal{
    border-radius: 5px;
    padding: 5px 10px 5px;
    background: rgb(22 47 93);
    font-size: 14px;
    height:32px;
    margin-top:auto;
    margin-bottom:auto;
    line-height: 12px;
    font-weight: 400;
    display: inline-block;
    color: #fff !important;
    text-transform: uppercase;
    width: auto;
  }
  
  }
  .sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 99999991; /* Stay on top */
    top: 0;
    right: 0;
    /* display: none; */
    background-color: #e2e2e2; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */

   
  }

  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1c1c1c;
    display: block;
    transition: 0.3s;
  }
  .sidebar-link{
    border:2px solid #e5e5e5 !important;  background-color:  #fff; border-radius: 5px;padding: 0px !important;
  }
  .sidebar-link-bottom{
    border:2px solid #e5e5e5 !important;  background-color:  #1D2A4D !important; border-radius: 5px; color:#fff !important;
  }
  .sidebar-link-bottom > div{
    padding: 10px 5px;
    text-align: center;
    background: #1D2A4D !important;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar-link-bottom >div>i{
    display: block;
    font-size: 20px;
    width:35px;
    height: 35px;
    padding:5px;
    line-height: 25px!important;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 5px;
    background: #1D2A4D !important;
    color: #f3f3f3;
    border: 1px solid #e8e5e5;
  }
  .sidebar-link-bottom >div >h6{
    color:#fff !important;
  }
  .sidebar-link > div{
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #1D2A4D !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar-link >div>i{
    display: block;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px!important;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 5px;
    background: #f3f3f3;
    color: #1D2A4D !important;
    border: 1px solid #e8e5e5;
  }
  .sidebar-link:hover  {
    background: #1D2A4D !important;
    color: #fff !important;
  }
  .sidebar-link:hover>div {
    background: #1D2A4D !important;
    color: #fff  !important;
  }
  .sidebar-link:hover>div>h6 {

    color: #fff  !important;
  }
  
  .sidebar-link:hover>div>i{
    background: #1D2A4D !important;
    color: #fff  !important;
  }
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #a3a3a3;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 10px;
    font-size: 24px;
  
     border: 0.5px solid #535353;
    border-radius: 100%;
  }
  .sidebar .closebtn {
        margin-left:20px;
        padding: 3px 12px 3px 12px;
        text-decoration: none;
        font-size: 20px;
        color: #1c1c1c;
        display: block;
        transition: 0.3s;
    
  }
  @media screen and (max-height: 450px) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
  }


  .first-sec-item {
    border-radius: 6px;
    background: rgb(255 255 255 / .7);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    transition: all .3s ease 0s;
    height: 90px;
}
.first-sec-item:hover{
  background:#1D2A4D ;
  scale:1.2;
}

.first-sec-item:hover >.desc{
  color: #fff !important;

}
.first-sec-item:hover >.icon >i{
  color: #fff !important;

}
.first-sec-item>.desc{
    text-align: left;
    padding-left: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: Exo, sans-serif;
    color: #1D2A4D ;
}
.first-sec-item >.icon >i{
    font-size: 30px;
    color: #1D2A4D }

    @media screen and (max-width: 768px) {
        .first-sec{
            bottom:100px;
            top:30%;
            position:relative;
        }
      }




.insta-bg {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  color: white;
  padding: 5px 5px;
  border-radius: 25px;
  margin:0 3px;
}

.facebook-bg {
  background: #3B5998;
  color: white;
  padding: 5px 5px;
  border-radius: 25px;
  margin:0 3px;
}

.linkedin-bg {
  background: #0072b1;
  color: white;
  padding: 5px 5px;
  border-radius: 25px;
  margin:0 3px;
}

.youtube-bg {
  background: #FF0000;
  color: white;
  padding: 5px 5px;
  border-radius: 25px;
  margin:0 3px;
}

.twitter-bg {
  background: #1DA1F2;
  color: white;
  padding: 5px 5px;
  border-radius: 25px;
  margin:0 3px;
}









.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  max-width: 100%;
  /* //give nav it's own compsite layer */
  will-change: transform;
  transform: translateZ(0);

  display: flex;

  height: 60px;

  box-shadow: 0 -2px 5px -2px #333;
  background-color: rgb(14 29 60);
 }

 .mobile-bottom-nav .item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color:#fffa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav .item .item-content i {
font-size: 18px;
color:#fff;
}
.mobile-bottom-nav .item.centre{
  flex-grow: 1;
  position: relative;
  bottom:10px;
  height: 70px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color:#000a;
  background-color: #fff;
  border:#fff solid 0.5px;
  border-top-left-radius: 25%;
  border-top-right-radius: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-bottom-nav .item.centre:hover{
  background-color: rgb(41, 79, 155);
  color:rgb(203, 220, 255);;
}
.mobile-bottom-nav .item:hover{
  background-color: rgb(41, 79, 155);
  color:rgb(203, 220, 255);;
}
.mobile-bottom-nav .item-active {

  color: #fff;
}
.mobile-bottom-nav .item .item-content {
  display: flex;
  left:0 !important;
  flex-direction: column;
}


@media screen and (min-width: 992px) {
    .mobile-bottom-nav {
    display:none;
    }
   
   
  
}
@media screen and (max-width: 992px) {
  .first-sec{
    display:none;
  }slider
 
  .back-to-top{
    bottom:60px;
  }
}






.slider-title{
  position: absolute;
  font-size:36px;
  max-width: 700px;
  color:rgb(22 47 93);
  top:115px;
  line-height: 2.5rem;
  width:100%;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 1999;
}
.slider-desc{
  position: absolute;
  max-width: 500px;
  width:100%;
  color:rgb(22 47 93);
  font-size:28px;
  top:200px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 1999;
}

.slider-desc >a{
  color:#fff;
}
.slider-desc >a:hover{
  color:#ccc;
}




.dropdown-menu-new {
 position: absolute!important; */
    z-index: 1000!important;
   display: none!important; 
     min-width: 250px!important; 
    padding: 0.5rem 5px!important;
    margin: 0 0!important;
    font-size: 1rem!important;
    color: #212529!important;
    text-align: left!important;
    list-style: none!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid rgba(0,0,0,.15)!important;
    border-radius: 0.25rem!important;
    left: -5vh !important;
}
.megamenu-mega{
  background-color:#f3f3f3 ;
  }
  .megamenus {
    border:0.5px solid black;
  
    transition: all 0.5s ease ;
    background: linear-gradient(to right,  #162f5d 50%,#fff 50%);
    background-size: 200% 100%;
    background-position:right bottom;
    color:black;
    border-radius: 5px;
  }
  .megamenus:hover{
    color:white;
  
    background-position:left bottom;
  }
  
  
  .megamenus:hover > a{
    color: white !important;
  }
  .megamenus > a > i {
   margin-right: 5px!important;
   background-color: #00b7ff;
  }
  
  .megamenus > a > span {
    width: 100%!important;
    padding-left: 5px!important;
    border-left:0.5px solid black;
  }
  
  .dropdown-menu.megamenu-mega{
width:100% !important;
      
  }  
  .dropdown-menu.show{
    display:block !important;
  }

  /* Sube Detay*/


  .item-services {
    display: flex;
    padding: 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    background: #fff;
    border-radius: 5px;
    transition: all .5s ease;
  }
  .item-services .item-content .title {
    margin-bottom: 0;
    color: #162f5d;
    transition: all .5s ease;
  }
  .item-services .item-content .desc-part {
    margin-bottom: 0;
    line-height: 26px;
    color: #868686;
    font-weight: 100;
    font-family: Exo, Tahoma;
    transition: all .5s ease;
  }
  .item-services .icon-part {
    background: #f7f7f7;
    color: #162f5d;
    border: 1px solid #0000000a;
    border-radius: 5px;
    min-width: 86px;
    position: relative;
    transition: all .5s ease;
  }
  .item-services .icon-part i{
   font-size: 89px;
  align-items: center;
  align-content: center;
  
  }
  .item-content {
    left: 15px;
    position: relative;
  }
  .rs-inner-services {
    border-radius: 5px;
    background: #fff;
    text-align: center;
    box-shadow: 0 5px 50px rgb(34 34 34 / 10%);
    overflow: hidden;
    position: relative;
  }
  .rs-inner-services .department-img {
    position: relative;
  }
  
  .hospital-title {
    padding: 18px 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: Exo, Tahoma;
    color: #142a54;
  }
  .hospital-buttons a {
    width: 33.33333%;
    float: left;
    text-align: center;
    background: #102040;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
  }
  
  .dep-about {
    background: #142a54;
    
    transition: all .5s ease;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  .dep-about-content {
    position: absolute;
    visibility: hidden;
    bottom: 56px;
    width: 100%;
    left: -100%;
    opacity: 0;
    transition: all .5s ease;
    z-index: -10;
  }
  .dep-about-content:hover{
    position: absolute;
    visibility: hidden;
    bottom: 56px;
    width: 100%;
    left: -100%;
    opacity: 0;
    transition: all .2s ease;
    z-index: -10;
  }
  .dep-about:hover  > .dep-about-content {
    visibility:visible;
    left: 0!important;
    opacity: 1 !important;
    transition: all .2s ease !important;
    z-index: 100;
  }
  .dep-about a, .hospital-buttons a {
    /* width: 50%; */
    float: left;
    text-align: center;
    background: #102040;
    color: #fff;
    padding: 15px 0;
    font-size: 12px;
  }
  .dep-about-content a {
    float: left;
    /* width: 50%; */
    background: #fff;
    color: #112140;
    font-size: 16px;
    padding-top: 8px;
    transition: all .5s ease;
  }
  .dep-about-content a span {
    display: block;
    font-size: 12px;
    line-height: 5px;
    margin-top: 8px;
    font-family: Exo, Tahoma;
    font-weight: 100;
  }
  
  
  
  
   .inner-content-part {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05);
    border-radius: 5px;
    overflow: hidden;
  }
  .sidebar-title {
    font-size: 24px;
    line-height: 34px;
    background: #162f5d;
    color: #fff;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding: 15px;
    text-align: center;
    border-radius: 5px 5px 0 0;
  }
  .inner-content-part .title-inner .title.primary-color {
    color: #162f5d;
  }
  .inner-content-part .Service-menu li {
    background: #fff;
    transition: all .5s ease;
  }
  .inner-content-part .Service-menu li a {
    font-family: Exo;
     font-size: 15px;
    line-height: 26px;
    color: #5f5f5f;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    border-bottom: 1px dashed #ececec;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
   .inner-content-part .Service-menu li:hover .left-img {
    background: #102040;
    border-bottom: 1px dashed #0c1931;
    transition: all .5s ease;
  }
   .inner-content-part .Service-menu li:hover .left-img img {
    filter: unset;
    transition: all .5s ease;
  }
   .inner-content-part .Service-menu li a:hover {
    color: #fff;
    background: #10254c;
    border-bottom: 1px dashed #102040;
  }
  .inner-content-part .Service-menu li .left-img {
    width: 50px;
    background: #f7f7f7;
    padding: 12px;
    margin-right: 10px;
    display: inline-block;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: -1px;
    transition: all .5s ease;
    text-align: center;
    color: #c9c9c9;
  }
  
/*nav tabs*/

.ml-4{
  margin-left:1rem;
}
.hoverable{
  background-color: white !important;
  z-index: 10000000 !important;
   border:0.5px solid #313131 !important;
  border-radius: 8px !important;
}
.cont{
  background-color: white !important;
  z-index: 10000000 !important;
  box-shadow: 0 5px 50px rgb(34 34 34 / 10%);
}
.hoverable:hover{
  box-shadow: 0px 0px 29px 0px rgb(1 44 92);
}
.nav-tabs {
  background: #1D2A4D !important;
  width: 100%;
  margin: 0;
  border: none;
  display:table;
table-layout: fixed; 

}
.nav-tabs li {
  display: inline-block;
  border-right: 1px solid rgba(255, 255, 255, .1);
  display: table-cell;
  padding:15px;
  text-align: center;
}
.tab-item.active .title{
  color:#1D2A4D !important
}

.nav-tabs li a.tab-item i {
  font-size: 30px;
  color: #fff;
}
.nav-tabs li a.tab-item .title {
  color: #fff !important;
  text-transform: capitalize;
  padding-top: 15px;
  margin: 0;
}









  
@media only screen and (max-height: 601px){
  .dropdown-menu-new{
    /*min-width: 150vh!important;*/
    left: -30vh !important;
  }
  
  .first-sec{
    top: 60%;
  }
  .slider-img {
    max-height:375px;
  }
  .slider-title{
    top:50px;
  }.slider-desc{
    top:100px;
  }
}
  
@media only screen and (max-height: 701px){
  .dropdown-menu-new{
   /* min-width: 130vh!important;*/
    left: -20vh !important;
  }
 

  .first-sec{
    top: 60%;
  }
  .slider-img {
    max-height:450px;
  }
  .slider-title{
    top:50px;
  }.slider-desc{
    top:100px;
  }
}
@media screen and (max-height:520px) {
  
  .sidebar {
    padding-top:27.5px;
  }
    /* The sidebar links */
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #1c1c1c;
      display: block;
      transition: 0.3s;
    }
    .sidebar-link{
      border:2px solid #e5e5e5 !important;  background-color:  #fff; border-radius: 5px;padding: 0px !important;
    }
    .sidebar-link-bottom{
      border:2px solid #e5e5e5 !important;  background-color:  #1D2A4D !important; border-radius: 5px; color:#fff !important;
    }
    .sidebar-link-bottom > div{
      padding: 0px;
      text-align: center;
      background: #1D2A4D !important;
      border-radius: 10px;
      display: block;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sidebar-link-bottom >div>i{
      display: block;
      font-size: 20px;
      width:35px;
      height: 35px;
      padding:5px;
      line-height: 25px!important;
      border-radius: 100%;
      margin: auto;
      margin-bottom: 5px;
      background: #1D2A4D !important;
      color: #f3f3f3;
      border: 1px solid #e8e5e5;
    }
    .sidebar-link-bottom >div >h6{
      color:#fff !important;
      font-size:12px !important;
    }
    .sidebar-link > div{
      padding: 0px;
      text-align: center;
      background: #fff;
      border-radius: 10px;
      display: block;
      font-size: 12px;
      color: #1D2A4D !important;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sidebar-link >div>i{
      display: block;
      font-size: 16px;
      width: 40px;
      height: 40px;
      line-height: 40px!important;
      border-radius: 100%;
      margin: auto;
      margin-bottom: 5px;
      background: #f3f3f3;
      color: #1D2A4D !important;
      border: 1px solid #e8e5e5;
    }
    .sidebar-link:hover  {
      background: #1D2A4D !important;
      color: #fff !important;
    }
    .sidebar-link:hover>div {
      background: #1D2A4D !important;
      color: #fff  !important;
    }
    .sidebar-link>div>h6{
      font-size:12px !important;
    }
    .sidebar-link:hover>div>h6 {
      
      color: #fff  !important;
    }
    
    .sidebar-link:hover>div>i{
      background: #1D2A4D !important;
      color: #fff  !important;
    }
    /* When you mouse over the navigation links, change their color */
    .sidebar a:hover {
      color: #a3a3a3;
    }
    
    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
      position: absolute;
      top: 10px;
      font-size: 16px;
    
       border: 0.5px solid #535353;
      border-radius: 100%;
    }
    .sidebar .closebtn {
          margin-left:20px;
          padding: 2px 8px 2px 8px;
          text-decoration: none;
          font-size: 16px;
          color: #1c1c1c;
          display: block;
          transition: 0.3s;
      
    }
    
  }
@media screen and (max-height:620px) and ( min-height:520px){
  
.sidebar {
  padding-top:27.5px;
}
  /* The sidebar links */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #1c1c1c;
    display: block;
    transition: 0.3s;
  }
  .sidebar-link{
    border:2px solid #e5e5e5 !important;  background-color:  #fff; border-radius: 5px;padding: 0.5rem !important;
  }
  .sidebar-link-bottom{
    border:2px solid #e5e5e5 !important;  background-color:  #1D2A4D !important; border-radius: 5px; color:#fff !important;
  }
  .sidebar-link-bottom > div{
    padding: 0px;
    text-align: center;
    background: #1D2A4D !important;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar-link-bottom >div>i{
    display: block;
    font-size: 20px;
    width:35px;
    height: 35px;
    padding:5px;
    line-height: 25px!important;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 5px;
    background: #1D2A4D !important;
    color: #f3f3f3;
    border: 1px solid #e8e5e5;
  }
  .sidebar-link-bottom >div >h6{
    color:#fff !important;
    font-size:12px !important;
  }
  .sidebar-link > div{
    padding: 0px;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    display: block;
    font-size: 12px;
    color: #1D2A4D !important;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .sidebar-link >div>i{
    display: block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px!important;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 5px;
    background: #f3f3f3;
    color: #1D2A4D !important;
    border: 1px solid #e8e5e5;
  }
  .sidebar-link:hover  {
    background: #1D2A4D !important;
    color: #fff !important;
  }
  .sidebar-link:hover>div {
    background: #1D2A4D !important;
    color: #fff  !important;
  }
  .sidebar-link>div>h6{
    font-size:12px !important;
  }
  .sidebar-link:hover>div>h6 {
    
    color: #fff  !important;
  }
  
  .sidebar-link:hover>div>i{
    background: #1D2A4D !important;
    color: #fff  !important;
  }
  /* When you mouse over the navigation links, change their color */
  .sidebar a:hover {
    color: #a3a3a3;
  }
  
  /* Position and style the close button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 10px;
    font-size: 16px;
  
     border: 0.5px solid #535353;
    border-radius: 100%;
  }
  .sidebar .closebtn {
        margin-left:20px;
        padding: 2px 8px 2px 8px;
        text-decoration: none;
        font-size: 16px;
        color: #1c1c1c;
        display: block;
        transition: 0.3s;
    
  }
  
}


@media screen and (max-height:720px) and ( min-height:620px) {
  
  .sidebar {
    padding-top:27.5px;
  }
    /* The sidebar links */
    .sidebar a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #1c1c1c;
      display: block;
      transition: 0.3s;
    }
    .sidebar-link{
      border:2px solid #e5e5e5 !important;  background-color:  #fff; border-radius: 5px;padding: 1rem !important;
    }
    .sidebar-link-bottom{
      border:2px solid #e5e5e5 !important;  background-color:  #1D2A4D !important; border-radius: 5px; color:#fff !important;
    }
    .sidebar-link-bottom > div{
      padding: 0px;
      text-align: center;
      background: #1D2A4D !important;
      border-radius: 10px;
      display: block;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sidebar-link-bottom >div>i{
      display: block;
      font-size: 20px;
      width:35px;
      height: 35px;
      padding:5px;
      line-height: 25px!important;
      border-radius: 100%;
      margin: auto;
      margin-bottom: 5px;
      background: #1D2A4D !important;
      color: #f3f3f3;
      border: 1px solid #e8e5e5;
    }
    .sidebar-link-bottom >div >h6{
      color:#fff !important;
      font-size:12px !important;
    }
    .sidebar-link > div{
      padding: 0px;
      text-align: center;
      background: #fff;
      border-radius: 10px;
      display: block;
      font-size: 12px;
      color: #1D2A4D !important;
      text-transform: uppercase;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .sidebar-link >div>i{
      display: block;
      font-size: 16px;
      width: 40px;
      height: 40px;
      line-height: 40px!important;
      border-radius: 100%;
      margin: auto;
      margin-bottom: 5px;
      background: #f3f3f3;
      color: #1D2A4D !important;
      border: 1px solid #e8e5e5;
    }
    .sidebar-link:hover  {
      background: #1D2A4D !important;
      color: #fff !important;
    }
    .sidebar-link:hover>div {
      background: #1D2A4D !important;
      color: #fff  !important;
    }
    .sidebar-link>div>h6{
      font-size:12px !important;
    }
    .sidebar-link:hover>div>h6 {
      
      color: #fff  !important;
    }
    
    .sidebar-link:hover>div>i{
      background: #1D2A4D !important;
      color: #fff  !important;
    }
    /* When you mouse over the navigation links, change their color */
    .sidebar a:hover {
      color: #a3a3a3;
    }
    
    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
      position: absolute;
      top: 10px;
      font-size: 16px;
    
       border: 0.5px solid #535353;
      border-radius: 100%;
    }
    .sidebar .closebtn {
          margin-left:20px;
          padding: 2px 8px 2px 8px;
          text-decoration: none;
          font-size: 16px;
          color: #1c1c1c;
          display: block;
          transition: 0.3s;
      
    }
    
  }
@media screen and (max-width:992px) {
  .slider-title{
    font-size:20px;
    top:100px;
  }
  .slider-desc{
   
    font-size:16px;
    top:200px;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    z-index: 1999;
  }
  
}


.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}

.video-div{
  height:400px;
}
.videos1 .owl-height {
  height:400px;
  min-height:400px;
}
.videos1 .owl-item {
  height:400px;
  min-height:400px;
}
.videos1 .item-video{
  height:400px;
  min-height: 400px;
}



.textgran{

  color: #263876;
	font-size:2.8rem;
  background-image: -webkit-linear-gradient(0deg, #2E8AC2 9%, #263876 100%);
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;

}
.tlspFontcolor{
  color:#263876;
}
.acolor{
  color: #2E8AC2 !important;
}

@media screen and (max-width:396px) {
  .sticky-top2 {
    position: sticky;
    top: 121px;
    z-index: 1020
  }
  
}

@media screen and (max-width:992px) {
  .sticky-top2 {
    position: sticky;
    top: 85px;
    z-index: 1020
  }
  
}


@media screen and (min-width:993px) and (max-width:1199px) {

  

  .sticky-top2 {
    position: sticky;
    top: 53px;
    z-index: 1020
  }
}

@media screen and (min-width:1200px) and (max-width:9999px) {

  

  .sticky-top2 {
    position: sticky;
    top: 53px;
    z-index: 1020
  }
}


body{
  overflow-y: scroll;
}
*::-webkit-scrollbar {
  display:inline;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.anlasmali-div{
  width:100%;
  height:100%;
  max-height:400px;
}
.anlasmali-circle{
  display: inline-block; position: relative; max-width:225px; height: 95px; overflow: hidden; border-radius: 20%; 
}
.anlasmali-logo { width: 100%; height: 100%; 
}

@media screen and (max-width:992px) {
  .anlasmali-div{
    max-height:700px;
  }
  
}

@media screen and (max-width:576px) {
  .anlasmali-div{
    max-height:1200px;
  }
  
}