
.media:last-child  {
    border-bottom: 1px solid #e7eaf3;
}
.quote-text p {
    font-size: 14px;
}
/*////*/
.shape-container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.shape-container svg {
  fill: #FFF;
  pointer-events: none;
  vertical-align: baseline;
}
.shape-container[data-shape-position=top] {
  top: 0;
  bottom: auto;
  margin-top: -1px;
}
.shape-container[data-shape-position=bottom] {
  top: auto;
  bottom: 0;
  margin-bottom: -1px;
}
.shape-container[data-shape-orientation=inverse] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*////*/
.w-10 {
    width: 10% !important;
}
.w-5 {
    width: 6% !important;
}
.w-3 {
    width: 3% !important;
}
.mg_center {
    margin: auto;
    margin-right: 0;
}
/*////*/
.block_768_1199{
  display: none;
}
.block_150_768 {
  display: none;
}
.blink_no {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 3;
    font-size: 14px;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink_no_t{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.owl_description p {
  font-size: 14px;
}
.owl_description h3 {
  font-size: 17px;
}

.collapse_main p{
  margin: 0 !important;
  color: #767676;
  font-size: 14px;
}
.cource_details .accordion > .card .card-header {
    margin-bottom: 0;
}
/*/////////// border color ///////////////*/
.border-left-success {
    border-left: .25rem solid #1cc88a!important;
}
.border-left-primary {
    border-left: .25rem solid #4e73df!important;
}
.border-left-info {
    border-left: .25rem solid #36b9cc!important;
}
.border-left-warning {
    border-left: .25rem solid #f6c23e!important;
}

.cource_details_p p {
    font-size: 15px;
    line-height: 29px;
    color: #484848;
    text-align: justify;
    font-weight: 400;
    margin: 10px 0;
}
.animated_time_sm {
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-duration: .5s;
    animation-fill-mode: both;
}

.accordion .card-header[aria-expanded=false]:after {
    content: "+";
}

.accordion .card-header:after {
    content: "+";
    position: absolute;
    right: 1.5rem;
    top: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
.accordion .card-header[aria-expanded=true]:after {
    content: "-";
}

/*//// link hover effect /////*/

.link-underline-blue {
    color: #377dff;
}
.link-underline-blue:hover {
    color: #377dff;
}
.link {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.link-underline-blue:after {
    background-color: #377dff;
}
[class*=link-underline-]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 50rem;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.2, 2.25);
}
[class*=link-underline-] {
    padding-bottom: 8px;
    position: relative;
}
[class*=link-underline-]:hover:after {
    width: calc(100% + 8px);
    left: -4px;
}
.form_btn{
 font-size: 12px;
}
/*/////////// border color ///////////////*/
/*/////////// ------------------- ///////////////*/
.text-green {
    color: #28a745!important;
}

.main_slider .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    height: 7px;
    margin:5px; 
    margin-right: 0px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
     border-top: transparent;
     border-bottom: transparent;
    opacity: 1;
    border-radius: 50%;
    transition: opacity 0.6s ease;
}
.main_slider .carousel-indicators li.active {
   background-color: #377dff;
}

/*//////////// slider finish /////////*/

.pg_section_pt {
 padding-top: 100px;
}

.font_600 {
    font-weight: 600;
}
/*////// all ///////*/
/*//////////////////////////////*/

.logo_size {
    width: 140px;
}

.shadow_c {
    box-shadow: 0 0 28px #0000001c;
    -webkit-box-shadow: 0 0 28px #0000001c;
    -moz-box-shadow: 0 0 28px #0000001c;
}

.img_fix_bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -125px;
    left: 0;
    background-image: url(../images/service/slid.svg);
    /* transform-origin: top left; */
    /* transform: skewY(-3deg); */
    background-repeat: no-repeat;
}
.text_sky_blue{
    color: #80bfff;
}
.text_sky_blue_l {
    color: #b7daff;
}
/*///////// corsess /////////*/
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    box-shadow: 0 0 0 2px #377dff;
}
.owl-theme .owl-dots .owl-dot span {
    background: #377dff !important;
    box-shadow: none;
}
.card_rds {
    border-radius: 10px !important;
}

.cour_ses .owl-nav {
    display: none;
}
/*///owl 2 ///*/
.testi_monials .owl-nav {
    display: none;
}
/*/////////// contact us //////////////*/

.contact_icon {
    background-color: #fff;
}

.contact_frm_bg {
    background-image: url(../images/form.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

/*///// footer /////*/

.list-group-item {
    color: #a8c7fe !important;
    background-color: #377dff !important;
}
.footer_logo {
    width: 150px;
    padding: 2px 6px;
    background-color: #fefefe;
    border-radius: 10px;
}

/*///////////testi monial ////////*/

.owl2-theme .owl2-dots .owl2-dot.active span, 
.owl2-theme .owl2-dots .owl2-dot:hover span {
    background: #ffffff !important;
    box-shadow: 0 0 0 2px #377dff;
}
.owl2-theme .owl2-dots .owl2-dot span {
    background: #377dff !important;
    box-shadow: none;
}
.testi_monials .owl2-nav {
    display: none;
}

/*//////////// service dts page /////////////*/


.detail_p_img{
 text-align: center;
 width: 350px;
 float: right;
 margin-bottom: 25px;
 border-radius: 7px;
 overflow: hidden;
/* box-shadow: 0 0 0 1px #4444442e;
*/}

/*///////// services /////////*/
.qte_img {
    width: 100px;
    position: absolute;
    opacity: 0.3;
}
.count_number {
    font-size: 75px;
    font-weight: 800;
    color: #f2f2f2;
    font-family: serif;
}

.count_item {
    position: absolute;
    top: 11px;
    right: 7px;
}

/*///////// contact ////////////*/
.contact_icon {
    width: 80px;
}
/*///// form /////*/
/*.SBubble{
  margin: 10px 0px;
}*/

.SBnput { /* The group of label + input */
  position: relative;
}

.SBnput input,.SBnput textarea {
 width: 100%; 
  background-color: white;
  border: 1px solid #e7e7e7;
  padding-left: 13px;
}

.SBnput input:required { /* Remove the red border */
    box-shadow:none;
}


.SBnput label{ /* The placeholder label */
  padding: 0px 5px;
  background-color: white;
  color: #666;
  position: absolute;
  top: 13px;
  left: 10px;
  transform-origin: bottom left;
  transition: 150ms ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  pointer-events: none;
}

input:focus ~ label, input:valid ~ label, 
textarea:focus ~ label, textarea:valid ~ label{
  transform: scale(.75) translateY(-34px);
}

 

.SBnput input::placeholder, .SBnput textarea::placeholder{
  color: #FFF;
} 

.SBnput input:focus::placeholder, 
.SBnput input:valid::placeholder,.SBnput textarea:focus::placeholder, .SBnput textarea:valid::placeholder{
   color: #666;
}

/*-----------------*/

.kselect, .ktextarea, .kdate {
    position: relative; 
    background-color: #fff;
    border: 1px solid #e7e7e7;
}

.kselect label {
  left: -10px;
  padding: 0px 5px;
  background-color: white;
  color: #666;
  position: absolute;
  transform: scale(.75) translateY(-15px);
}

.kselect select {
  background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 300px; 
    
    height: auto;
    border: 0; 
    margin: 0;
    padding: .75em;
    border-radius: 0;
    
    text-overflow: ellipsis;
}

.kselect::after { 
    /* Le pointeur du select */
    content: '';
    position: absolute;
    top: 50%; 
    margin-top: -3px;
    right: .75em;  
    display: block; 
    width: 0; height: 0;
    border-color: transparent;
    border-top-color: #444; 
    border-width: 6px;
    border-style: solid;
    pointer-events: none;
}

.ktextarea label{
  /*left: -10px;*/
  top: 0;
  padding: 0px 5px;
  background-color: white;
  color: #666;
  position: absolute;
  transform: scale(.75) translateY(-15px);
}

 

.kdate input[type="date"]{
  border: 0;
  height: 40px;
  display: flex;
  padding: 0px 10px;
}

.kdate label{
  left: 0px;
  padding: 0px 5px;
  background-color: white;
  color: #666;
  position: absolute;
  transform: scale(.75) translateY(-15px);
}
.text-area-with{
    border-radius: 0.3125rem;
    border: 1px solid #e7e7e7;
}

/* Validation Text */

.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline {

  color: #a94442;

}

.has-error .form-control {

  border-color: #a94442;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

}

.has-error .form-control:focus {

  border-color: #843534;

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;

          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;

}

.has-error .input-group-addon {

  color: #a94442;

  background-color: #f2dede;

  border-color: #a94442;

}

.has-error .form-control-feedback {

  color: #a94442;

}

.form-control-static {

  margin-bottom: 0;

}

.help-block {

  display: block;

  margin-top: 2px;

     font-size: 75%;
  color: #737373;

}
/*/// banner /////*/
.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.opacity-7, .hover-opacity-7:hover, .opacity-container:hover .hover-opacity-7 {
    opacity: 0.7;
}

.bg-gradient-dark {
    background: -o-linear-gradient(40deg, #273444 0, #272b44 100%) !important;
    background: linear-gradient(50deg, #273444 0, #272b44 100%) !important;
}
.spotlight .container {
    height: 100%;
}
/*////////////////////////////////////*/
/*///////// responsive ////////////////*/

/*////////////*/
@media only screen and (min-width : 150px) and (max-width : 767px){ 
 .u-header.js-header-fix-moment {
    position: sticky !important;
}
 .collapse_main p {
    font-size: 12px;
}
.cource_details_p p {
    font-size: 13px;
    line-height: 25px;
}

.detail_p_img{
 float: unset !important;
 width: 250px;
 margin: auto;
 margin-bottom: 25px;
}
h2, h1, .h2 {
    font-size: 21px !important;
}
.news_details_p_bnr {
    padding-top: 20px !important;
}
.portfolio-item img {
    min-height: 140px !important;
    max-height: 140px !important;
}
.none_1199 {
  display: none !important;
}
.block_768_1199{
  display: none !important;
}
.block_150_768 {
  display: block !important;
}
.none_150_768 {
  display: none !important;
}
/*/////=======================================================///*/
}
/*/////=======================================//////*/

@media only screen and (min-width : 150px) and (max-width : 576px){ 
 .cource_s .h6 {
    font-size: 12px;
}
.service_p .u-indicator-steps {
     position: unset;
     padding-left: 0;
}
.logo_size {
    width: 100px !important;
}
.details_p_bnr h3 {
  font-size: 15px;
}
.quote-text p {
    font-size: 11px !important;
}
/*/////=======================================================///*/
}

/*/////=======================================//////*/
.arrow_top {
    width: 15px;
}


@media (max-width: 991.98px) and (min-width: 768px){

.navbar-expand-md .u-header__navbar-nav .u-header__nav-link {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    font-size: 12px !important;
}
.navbar-expand-md {
    flex-wrap: unset !important;
}
.logo_size {
    width: 85px;
}
}
/*/=======================================*/

@media (max-width: 1000px) and (min-width: 150px){
.img_fix_bg::before {
   display: none !important;
}
.owl_description p{
    font-size: 13px;
}
.owl_description .h5{
    font-size: 15px;
}
/*//=======================================/*/
}
/*/=======================================*/

@media only screen and (min-width : 768px) and (max-width : 1199px){ 
.none_1199 {
  display: none !important;
}
.block_768_1199{
  display: block !important;
}

}

/*@media only screen and (min-width : 150px) and (max-width : 1198px){ 
.block_768_1199{
  display: block;
}*/

