body{
    background-color:#1b4f72;
}


.modal_text_desing{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#003972!important;
    font-size: 18px;
    font-weight: bold;

}
.user_vertical_border_green{

    border-left: 6px solid #01800d;
    height: 137px;

}


.user_vertical_border_red{

    border-left: 6px solid #f00;
    height: 137px;

}

.user_vertical_border_yellow{

    border-left: 6px solid #ff6203;
    height: 137px;

}




.user_vertical_border_blue{

    border-left: 6px solid #189cd5;
    height: 137px;

}



.user_vertical_border_avoe{

    border-left: 6px solid #ec1ee2;
    height: 137px;

}


.user_left_acc_button{

    background-color: #FFF!important;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color: #f00!important;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    border: 2px solid #f00!important;


}


.user_reg_button{

    background-color: #FFF!important;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color: #01800d!important;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    border: 2px solid #01800d!important;


}



.user_options_title{
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#003972!important;
    font-size: 14px;
    font-weight: bold;

}

.user_options_text{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#003972!important;
    font-size: 14px;



}

.red_line_header{
    background-color:#f00;
    height: 4px;
    width: 300px;

}

.red_line_full{
    background-color:#f00;
    height: 2px;
    width: 100%;
}



.green_line_header{
    background-color:#87ba40;
    height: 4px;
    width: 300px;

}

.green_line_full{
    background-color:#87ba40;
    height: 2px;
    width: 100%;
}


.user_port_head{
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#003972!important;
    font-size: 16px;
    font-weight: bold;

}



.user_menu_link{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#003972!important;
    font-size: 13px;
    font-weight: bold;

}




/* The popup chat - hidden by default */
    .chat-popup {
      display: none;
      position: fixed;
      bottom: 0;
      right: 15px;
      min-height: 200px;
      z-index: 9;
    }

.card_menu{
	width: 300px;
	border: none;
	border-radius: 15px;

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;


}
.chatlabel{
    font-size: 12px;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
}
.live_chat_area{
    overflow-y: auto;
    max-height: 400px;
    overflow-x: hidden;

}


.adiv{
	background: #04CB28;
	border-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	font-size: 12px;
	height: 46px;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
}
.replay_chat{
    font-size: 12px;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
}
.chat{
	border: none;
	background: #eaf2f5;
	font-size: 12px;
	border-radius: 20px;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;


}
.bg-white{
	border: 1px solid #E7E7E9;
	font-size: 10px;
	border-radius: 20px;
}
.myvideo img{
	border-radius: 20px
}
.dot{
	font-weight: bold;
}
.form-control_chat{
	border-radius: 12px;
	border: 1px solid #F0F0F0;
	font-size: 12px;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
}
.form-control_chat:focus{
	box-shadow: none;
	}
.form-control_chat::placeholder{
	font-size: 12px!important;
	color: #C4C4C4;
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
}




.news_title{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color: #1b4f72;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;

}

.book_full_text{
    overflow-wrap: break-word;
}

#hp  {
    float: left;
     margin: 0 15px 0 0;
    }


.widget.widget-image {
    overflow: hidden;
}

.widget {
    border: none;
    box-shadow: 0 2px 0 rgba(0,0,0,.07);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    padding: 20px;
    display: block;
    height:230px;
}

.widget-image-cover {
    margin: -20px;
    /*padding: 100% 20px 20px; */
    border-radius: 5px;
    overflow: hidden;
    /*background: #3C454D;
    position: relative;*/


}





.widget-image-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 75%);
    padding: 20px;
    color: #fff;
}

.widget-image-info h5 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
}

.widget-image-info p {
    color: rgba(255,255,255,.9);
}

.row {
    margin: 0 -10px;
}

.row>[class*=col-] {
    padding: 0 10px;
}

.widget-image-user .widget-image-user-image {
    border-radius: 36px;
    float: left;
    width: 36px;
    background: #fff;
}

.widget-image-user .widget-image-user-info {
    margin-left: 46px;
}

.widget-image-user .widget-image-user-image img {
    max-width: 100%;
    border-radius: 36px;
}



.breadcrumbs_style{
    font-size:9px; color: #0E3F6F;
    font-family: 'BPGMrgvlovaniCaps2010', sans-serif !important;
}



.book_header_til{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#053d75!important;
    font-size:14px;
    font-weight: bold;

}



.book_header_anotation{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#053d75!important;
    font-size:14px;
    font-weight: bold;
    margin-top:30px;

}

.book_header_title{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#053d75!important;
    font-size:16px;
    font-weight: bold;
}



.pdf_download_button{

    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#fff!important;
    background-color: #053d75!important;
    font-size:14px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    margin-top:0px;
    cursor: pointer;
    border-color: #053d75!important;

}


.contact_header{
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:#1b4f72;
    font-size:16px;
    font-weight: bold;


}


.contact_text{
    font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
    color:hsl(204, 86%, 43%);
    font-size:14px;

}



.hfooter{

    background-color:#c6d5f1;
    height: 100px;
    margin-top:40px;


}

.footer_head{
    height: 80px;
}

.footer_img_logo{
    padding-top:20px;
}




.news_card_main_page{
    background-color: #fbeee6!important;
}


/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #EAF2F5;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1b4f72;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #1b4f72;
  }









  #snav {
      position: fixed;
      top: 40%;
      z-index: 9999;
      font-size: 18px;
      right: 0;
      text-align: right;
      color: #fff;

      }

      #snav ul {
      list-style-type: none !important;

      position: relative;

      }

      #snav * {
      margin: 0;
      padding: 0;
      outline: 0;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      color: transparent;
      }

      #snav li a {
      text-decoration: none;
      color: transparent;
      display: block;
      position: relative;

      list-style-type: none;
      }

      #snav ul li:before {
          color: transparent!important;
      }

      #snav .fa {
      vertical-align: middle;
      font-size: 18px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      position: relative;
      z-index: 4;
      color: #fff;
      background-color:#1b4f72;
      }

      #snav li span {
      font-size: 15px;
      vertical-align: middle;
      height: 35px;
      line-height: 21px;
      color: #fff;
      width: auto;
      white-space: nowrap;
      display: block;
      padding: 0 15px;
      position: absolute;
      top: 0;
      z-index: 3;
      visibility: visible;
      right: 35px;
      background-color:#1b4f72;
      list-style-type: none;

      }



      .dropbtn {

    }

    .dropdown {
      position: relative;
      display: inline-block;

    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: #FFF;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top:0px;
    }

    .dropdown-content a {

      font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
      color:#1b4f72;
      text-decoration: none;


      display: block;
        padding: 10px 20px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #050a30;
        font-size: 12px;
        font-weight: 500;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative;


    }

    .dropdown-content a:hover {background-color: #1b4f72; color:#FFF;}

    .dropdown:hover .dropdown-content {display: block;}




    .dropbtna {

    }

    .dropdowna {
      position: relative;
      display: inline-block;

    }

    .dropdown-contenta {
      display: none;
      position: absolute;
      background-color: #FFF;
      width:250px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top:2px;
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;

    }

    .dropdown-contenta a {
      font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #050a30;
      font-size: 12px;
      font-weight: 500;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: relative;


    }

    .dropdown-contenta a:hover {background-color: #1b4f72; color:#FFF;}

    .dropdowna:hover .dropdown-contenta {display: block;}



    .SUBdropbtna {

    }

    .SUBdropdowna {
      position: relative;
      display: inline-block;

    }

    .SUBdropdown-contenta {
      display: none;
      position: absolute;
      background-color: #FFF;
      width:250px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
      margin-top:2px;
      top: 0;
      right: auto;
      left: 100%;
      margin-top: 0;

    }

    .SUBdropdown-contenta a {
      font-family: "BPGMrgvlovaniCaps2010", sans-serif !important;
      text-decoration: none;
      display: block;
      padding: 10px 20px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #050a30;
      font-size: 12px;
      font-weight: 500;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease;
      position: relative;


    }

    .SUBdropdown-contenta a:hover {background-color: #1b4f72; color:#FFF;}

    .SUBdropdowna:hover .SUBdropdown-contenta {display: block;}
