
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
:root{
  --mau1: #005aac;
  --mau2: #fffd00;
  --mau3: #0db04f;
  --mau4: #044785;
}

.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4,
.col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8,
.col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12,
.col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4,
.col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8,
.col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12,
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12{
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }
@media (min-width: 768px) and (max-width: 992px) {
  .col-mm-1,
  .col-mm-2,
  .col-mm-3,
  .col-mm-4,
  .col-mm-5,
  .col-mm-6,
  .col-mm-7,
  .col-mm-8,
  .col-mm-9,
  .col-mm-10,
  .col-mm-11 {
    float: left; }

  .col-mm-1 {
    width: 8.33333%; }

  .col-mm-2 {
    width: 16.66667%; }

  .col-mm-3 {
    width: 25%; }

  .col-mm-4 {
    width: 33.33333%; }

  .col-mm-5 {
    width: 41.66667%; }

  .col-mm-6 {
    width: 50%; }

  .col-mm-7 {
    width: 58.33333%; }

  .col-mm-8 {
    width: 66.66667%; }

  .col-mm-9 {
    width: 75%; }

  .col-mm-10 {
    width: 83.33333%; }

  .col-mm-11 {
    width: 91.66667%; }

  .col-mm-12 {
    width: 100%; }
  .container {
    width: 100%;
  }
  .col-mm-pull-12 {
    right: 100%;
    }
    .col-mm-pull-11 {
        right: 91.6667%;
    }
    .col-mm-pull-10 {
        right: 83.3333%;
    }
    .col-mm-pull-9 {
        right: 75%;
    }
    .col-mm-pull-8 {
        right: 66.6667%;
    }
    .col-mm-pull-7 {
        right: 58.3333%;
    }
    .col-mm-pull-6 {
        right: 50%;
    }
    .col-mm-pull-5 {
        right: 41.6667%;
    }
    .col-mm-pull-4 {
        right: 33.3333%;
    }
    .col-mm-pull-3 {
        right: 25%;
    }
    .col-mm-pull-2 {
        right: 16.6667%;
    }
    .col-mm-pull-1 {
        right: 8.33333%;
    }
    .col-mm-pull-0 {
        right: auto;
    }
    .col-mm-push-12 {
        left: 100%;
    }
    .col-mm-push-11 {
        left: 91.6667%;
    }
    .col-mm-push-10 {
        left: 83.3333%;
    }
    .col-mm-push-9 {
        left: 75%;
    }
    .col-mm-push-8 {
        left: 66.6667%;
    }
    .col-mm-push-7 {
        left: 58.3333%;
    }
    .col-mm-push-6 {
        left: 50%;
    }
    .col-mm-push-5 {
        left: 41.6667%;
    }
    .col-mm-push-4 {
        left: 33.3333%;
    }
    .col-mm-push-3 {
        left: 25%;
    }
    .col-mm-push-2 {
        left: 16.6667%;
    }
    .col-mm-push-1 {
        left: 8.33333%;
    }
    .col-mm-push-0 {
        left: auto;
    }
}
@media (min-width: 580px) and (max-width: 767px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11 {
    float: left; }

  .col-ms-1 {
    width: 8.33333%; }

  .col-ms-2 {
    width: 16.66667%; }

  .col-ms-3 {
    width: 25%; }

  .col-ms-4 {
    width: 33.33333%; }

  .col-ms-5 {
    width: 41.66667%; }

  .col-ms-6 {
    width: 50%; }

  .col-ms-7 {
    width: 58.33333%; }

  .col-ms-8 {
    width: 66.66667%; }

  .col-ms-9 {
    width: 75%; }

  .col-ms-10 {
    width: 83.33333%; }

  .col-ms-11 {
    width: 91.66667%; }

  .col-ms-12 {
    width: 100%; }
  .container {
    width: 100%;
  }
}

@media (max-width: 384px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11 {
      float: left;
  }
  .col-xxs-1 {
      width: 8.333333333333332%;
  }
  .col-xxs-2 {
      width: 16.666666666666664%;
  }
  .col-xxs-3 {
      width: 25%;
  }
  .col-xxs-4 {
      width: 33.33333333333333%;
  }
  .col-xxs-5 {
      width: 41.66666666666667%;
  }
  .col-xxs-6 {
      width: 50%;
  }
  .col-xxs-7 {
      width: 58.333333333333336%;
  }
  .col-xxs-8 {
      width: 66.66666666666666%;
  }
  .col-xxs-9 {
      width: 75%;
  }
  .col-xxs-10 {
      width: 83.33333333333334%;
  }
  .col-xxs-11 {
      width: 91.66666666666666%;
  }
  .col-xxs-12 {
      width: 100%;
  }
}
[class^="col-"]{
  padding-left: 10px;
  padding-right: 10px;
}


.trust_btn {
  line-height: 48px;
  display: inline-block;
  background-color: var(--mau1);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-left: 5px solid #222;
  padding: 0 24px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
.trust_btn:hover {
  color: #fff;
  border-color: var(--mau1);
}
.trust_btn:hover::before {
  background: #222;
  width: 100%;
  opacity: 1;
  visibility: visible;
}
.trust_btn::before {
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 5px;
  opacity: 0;
  left: 0;
  top: 0;
  text-align: center;
  visibility: hidden;
  transition: 0.3s;
  z-index: -1;
  
}


/*** menu ***/
.menuh{
  position: relative;
}
#main-menu{
  transition: all 1s;
}
.dropdown-menu{
  padding: 0px;
}
.dropdown-menu a{
  font-size: 15px;
}

}



/*** dv ***/
#dv{
  background-color: #1d66c3e6;padding-bottom:50px;
}
.dv1{
  background-color: #1d66c3e6;
}
.dv{
  background: #fff;
  border-radius: 20px;
  -moz-border-radius: 4px;
  position: relative;
  top: 25px;
  text-align: center;
  transition: all 1s;
  box-shadow: 0px 0px 5px #888;
  -moz-box-shadow: 0px 0px 5px #888;
  -webkit-box-shadow: 0px 0px 5px #888;
  z-index: 555;
  border-top: 3px solid #e5e5e5;
}
.dv a{
  color: #333;
}
.dv h2{
  font-size: 17px;
  font-weight: bold;
  line-height: 40px;
  text-transform: uppercase;
}
.dv p{
  padding: 20px;
  text-align: justify;
}
.a2 {
    margin: -18px 0 10px 0;
    font-size: 17px;
	font-weight: 600;
    color: #f00;
    text-transform: uppercase;
}
.a3{font-size: 15pt;
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    margin: 20px 0px 0px 10px;}
.dv .btn{
  margin-bottom: 15px;
}
@media (min-width: 768px){
  #dv .item{
    padding-left: 10px;
    padding-right: 10px;
  }
  .dv:hover{
    -webkit-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -khtml-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -moz-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -ms-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    -o-box-shadow: 0 19px 35px rgba(54,54,54,.31);
    box-shadow: 0 19px 35px rgba(54,54,54,.31);
    top: -25px;
    border-color: var(--mau1);
    background: #f0f6fc;
  }
}
/**
* kk Star Ratings
* @see https://github.com/kamalkhan/kk-star-ratings
*/

.kk-star-ratings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* vertical-align: text-top; */
}

.kk-star-ratings.kksr-shortcode {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.kk-star-ratings.kksr-valign-top {
    margin-bottom: 2rem;
}

.kk-star-ratings.kksr-valign-bottom {
    margin-top: 2rem;
}

.kk-star-ratings.kksr-align-left {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}

.kk-star-ratings.kksr-align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.kk-star-ratings.kksr-align-right {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.kk-star-ratings .kksr-muted {
    opacity: .5;
}

.kk-star-ratings .kksr-stars {
    position: relative;
}

.kk-star-ratings .kksr-stars .kksr-stars-active,
.kk-star-ratings .kksr-stars .kksr-stars-inactive {
    display: flex;
}

.kk-star-ratings .kksr-stars .kksr-stars-active {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.kk-star-ratings .kksr-stars .kksr-star {
    cursor: pointer;
    padding-right: 0px;
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-star {
    cursor: default;
}

/* .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star:last-child,
.kk-star-ratings .kksr-stars .kksr-stars-inactive .kksr-star:last-child {
    padding-right: 0px !important;
} */

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon {
    transition: .3s all;
}

/* Images */

.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-stars-active {
    width: 0 !important;
}

.kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover ~ .kksr-star .kksr-icon {
    background-image: url("../images/uploads/icon/inactive.svg");
}

.kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
    background-image: url("../images/uploads/icon/active.svg");
}

.kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
.kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
    background-image: url("../images/uploads/icon/selected.svg");
}

/* Legend */

.kk-star-ratings .kksr-legend {
    margin-left: .75rem;
    margin-right: .75rem;
    /* font-size: 90%; */
    /* opacity: .8; */
    /* line-height: 1; */
}

/* RTL */

[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active {
    left: auto;
    right: 0;
}

/* [dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star:last-child,
[dir="rtl"] .kk-star-ratings .kksr-stars .kksr-stars-inactive .kksr-star:last-child {
    padding-left: 0px !important;
} */