@-webkit-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@viewport{ width: device-width; }

.logo-main{
  width: 90px;
}
.logo-main-flag{
  width: 65px;
}
/*header*/
.site-blocks-cover.inner-page-top, .site-blocks-cover.inner-page-top .row {
    min-height: 0 !important;
    height: calc(330px) !important;
}

/*header*/
.header-holder{
  padding: 5px 0;
  background: rgb(14 81 165);
}

.notice-block{
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
}
.notice-block .title{
  /*float: left;*/
  margin-right: 8px;
}
ul.marquee {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.notice-block ul.marquee a{
  color: #fff;
}
ul.marquee a:hover{
  color: #333;
}
ul.marquee li {
  position: absolute;
  top: -999em;
  left: 0;
  display: block;
  white-space: nowrap;
}

.flash-box {
  height: 30px;
  margin: 0 auto;
  padding-top: 0px;
  position: relative; 
  background: rgb(5, 55, 117);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
  list-style:none;
}
.flash-box:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  /*border-left: 15px solid #8c0404;*/
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.flash-box:after {
  content: ' ';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 14px solid rgb(14 81 165);
  border-left: 15px solid transparent;
  border-bottom: 16px solid rgb(14 81 165);
  /*box-shadow: 20px 0px 0px 0px #424242;*/
}

.search-form {
  padding: 0px; 
}
.search-form .form-control{
  height: 28px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.search-form .input-group .btn{
  height: 28px;
  padding: 3px 12px;
  border-radius: 0;
  border-width: 0 0 0 1px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-form .input-group .btn:hover{
  background: #333;
  color: #fff;
}

fieldset {
  min-width: 0;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px){
  .logo-main{
    width: auto;
  }
  .search-form .input-group{
    max-width: 320px;
    margin-left: auto;
  }

  .site-blocks-cover.inner-page, .site-blocks-cover.inner-page .row {
    min-height: 192px;
    height: calc(20vh);
  }
}
/*menu*/
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    min-width: max-content !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    right: 8px;
}
.site-new {
  position: absolute;
}
.bg-transparent{
  background-color: #ffffff00 !important;
}
.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 0px 5px;
}
.site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 2px;
    text-transform: none;
    /*letter-spacing: .05em;*/
    color: rgba(0, 0, 0, 0.6);
    /*font-size: 16px;*/
    text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu .has-children a {
    text-transform: none;
}
/**/
.site-navbar .site-navigation .site-menu > li > a {
    color: #fff;
    /*font-weight: bold;*/
}
.site-navbar .site-navigation .site-menu > li > a:hover {
    /*color: #ffd79c;*/
    color: #fff;
}
.site-navbar .site-navigation .site-menu .active {
  box-shadow: inset 0px 0px 10px;
}
.site-navbar .site-navigation .site-menu .active > a {
    color: #ffd79c !important;
}
#nav-sticky:not(.scrolled) {
    border: 0!important;
    /*border-bottom: 1px solid rgba(255,255,255,.06)!important;*/
}
.menu-gradient {
  background: linear-gradient(to right bottom, #8c0404, #a92525) !important;
}
.shrink {
  /*background-color: #fff !important;*/
  background: linear-gradient(to right bottom, #82a8e8, #0740a3) !important;
}
#nav-sticky.shrink.scrolled {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav-sticky {
    /* background: rgba(255,255,255,1); */
    /*box-shadow: 0 1px 4px 2px rgba(0,0,0,.06)!important;*/
    /*background: linear-gradient(to right bottom, rgba(251, 179, 61, 0.95), rgba(238, 53, 51, 0.95));*/
}
#nav-sticky.scrolled {
    top: 0;
    /*height: 75px;*/ /*shrink height*/
    margin-top: 0!important;
    -webkit-transition-delay: .2s !important;
    transition-delay: .2s !important;
    border: none!important;
}
/**/
.slant-1:before {
    top: -300px;
    /*transform: rotate( 4deg);*/
}
/*Footer*/
.site-footer {
    background: rgb(5, 55, 117);
    color: rgba(255, 255, 255, 1);
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: rgba(255, 255, 255, 0.3);
}
.slant-footer {
  height: 70px;
  position: relative;
  z-index: 4;
  border: 0px solid red; 
}
  .slant-footer:before {
    position: absolute;
    width: 100%;
    content: "";
    /*background: #fff;*/
    background-image: url('../images/anime-footer.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    /*z-index: 9;*/
    /*top: -90px;
    transform: rotate( 4deg);*/
    top: -72px;
    left: 0;
    right: 0;
    bottom: 0;
    /*-webkit-transform: rotate(-5deg) translateX(-20%);
    -ms-transform: rotate(-5deg) translateX(-20%);
    transform: rotate(-5deg) translateX(-20%); */
  }

.slant-footer {
  height: 200px;
}
/* responsive slant footer - minimizing spaces */
@media only screen and (max-width: 320px) {
  .slant-footer {
    height: 0px;
  }
}
@media (min-width:321px) and (max-width: 425px) {
  .slant-footer {
    height: 15px;
  }
}
@media (min-width:426px) and (max-width: 768px) {
  .slant-footer {
    height: 63px;
  }
}
@media (min-width:769px) and (max-width: 1024px) {
  .slant-footer {
    height: 112px;
  }
}
/* @media (min-width:1025px) and (max-width: 1440px) {
  .slant-footer {
    height: 180px;
  }
} */

/*  END OF responsive slant footer - minimizing spaces */

/* button custom readmore */
.fade00 {
  border-radius: 28px;
  padding: 2px;
  font-size: small;
  background-color: rgba(140,4,4,1);
  color: #fff;
  transition: background-color 1s;
}

.fade00:hover {
  color: white;
  background-color: #004369;
}
/* END OF button custom readmore */




/*list*/
.flush-border > .list-group-item:first-child {
    border-top: 0 !important;
}

.list-group-item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.list-group-item:last-child {
  border-bottom: 0px  !important;
}

/*tab*/
.tile
{
  /*width:80%;*/
  /*margin:60px auto;*/
}
.tilemaster .tab-pane
{
  /*padding:15px;*/
  /*height:80px;*/
}
.tilemaster .nav-tabs
{
  position:relative;
  border:none!important;
  background-color:rgb(5, 55, 117);
  color: var(--white);
/*   box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2); */
  /*border-radius:6px;*/
}
.tilemaster .nav-tabs li
{
  margin:0px!important;
}
.tilemaster .nav-tabs li a
{
  position:relative;
  margin-right:0px!important;
  /*padding: 20px 40px!important;*/
  font-size:16px;
  border:none!important;
  color:#fff;
}
.tilemaster .nav-tabs a:hover
{
  background-color:#ffffff1a!important;
  border:none;
}
.text-hover-a{
  color: rgb(5, 55, 117) !important;
}
.text-hover-a:hover{
  color: #8c0404 !important;
}
.tilemaster .slider
{
  display:inline-block;
  width:30px;
  height:4px;
  border-radius:3px;
  background-color:var(--danger);
  position:absolute;
  z-index:1200;
  bottom:0;
  transition:all .4s linear;
  
}
.tilemaster .nav-tabs .active
{
  background-color:transparent!important;
  border:none!important;
  color:var(--danger)!important;
}

/* chief*/
  .service-details {
    /*width: 460px;*/
    height: 250px;
    /*height: 230px;*/
    overflow: hidden;
    position: relative;
  }

  .service-details img {
    position: absolute;
    top: 0;
    left: 0;
    height: inherit;
    width: auto;
    height: 100%;
    float: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
  }

  .service-details:hover img {
    /*opacity: 0.4 !important;*/
  }

  .service-details .service-hover-text h3 {
    padding: 0px;
    margin: 0px;
    font-size: 25px;
    font-weight: 300;
    font-family: "Open Sans";
  }

  .service-details .service-hover-text h4 {
    padding: 0px;
    padding-bottom: 13px;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 3px;
    width: 90%;
    font-family: "Open Sans";
    text-transform: uppercase;
    border-bottom: 2px solid #000;
  }

  .service-details .service-hover-text p {
    padding-top: 13px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Open Sans";
  }

  .service-details .service-hover-text {
    width: 42%;
    height: 89%;
    position: absolute;
    top: 0%;
    left: 58%;
    padding: 3% 4%;
    background: #D90E0E;
    color: white;
    /*  display: none;*/
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.4s;
  }

  .service-details:hover .service-hover-text {
    display: block !important;
    color: white;
    background: rgba(217, 14, 14, 0.85);
    left: 0px;
    top: 0px;
  }

  .service-details .service-text {
    width: 50%;
    height: inherit;
    background: #000;
    float: left;
    position: absolute;
    left: 50%;
  }

  .service-details .service-text p {
    padding: 100px 0px 0px 20px;
    font-size: 24px;
    font-family: "Open Sans";
    font-weight: 700;
    color: #fff;
  }

  .service-details .service-text p span {
    font-family: "Open Sans" !important;
  }

  .service-details .service-text a, .service-white .service-text {
    padding: 0px 0px 0px 20px;
    font-size: 14px !important;
    color: #FF5A22 !important;
    font-family: "Open Sans" !important;
    text-decoration: none !important;
  }

  .service-details .service-text {
    float: left;
  }

  .service-white {
    background: #eee !important;
    width: 50% !important;
    height: inherit !important;
  }

  .service-white p {
    color: #000 !important;
  }

/*chief*/
  .user-profile-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* .user-profile {
    box-shadow: 
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    box-shadow: 4px 5px 20px 0px rgba(0, 0, 0, 0.5);
    color: #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 325px;
    height: 300px;
    z-index: 3;
  } */

  .user-profile p {
    font-weight: 300;
    letter-spacing: 1px;
    margin: 5px 0 10px;
  }

  .user-info {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 55px rgba(0, 0, 0, 0.5);
    /*display: flex;*/
    justify-content: space-around;
    list-style-type: none;
    padding: 30px 0 15px;
    margin-top: -15px;
    width: 80%;
    /*text-align: center;*/
    z-index: 2;
  }

  .user-info h3 {
    margin: 0;
  }

  .user-info small {
    color: #bbb;
    font-weight: 100;
    font-size: 12px;
    margin: 0;
  }

/*chief 2*/
  .blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    /*font-family: sans-serif;*/
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
  }
  .blog-card a {
    color: inherit;
  }
  .blog-card a:hover {
    color: var(--primary);
  }
  .blog-card:hover .photo {
    transform: scale(1.2) rotate(1deg);
  }
  .blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
  }
  .blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top;
    /*background-repeat: no-repeat;*/
    transition: transform 1s;
  }
  .blog-card .description {
    padding: 1rem;
    background: #fff;
    position: relative;
    z-index: 1;
  }
  .blog-card .description .read-more {
    text-align: right;
  }
  .blog-card .description .read-more a {
    color: var(--primary);
    display: inline-block;
    position: relative;
  }
  .blog-card .description .read-more a:after {
    content: "";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
  }
  .blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
  }
  .blog-card p {
    position: relative;
    /*margin: 1rem 0 0;*/
  }
  .blog-card p:first-of-type {
    margin-top: 1.25rem;
  }
  .blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 2px;
    background: var(--primary);
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
  }

  @media (min-width: 640px) {
    .blog-card {
      flex-direction: row;
      max-width: 700px;
    }
    .blog-card .meta {
      flex-basis: 40%;
      height: auto;
    }
    .blog-card .description {
      flex-basis: 60%;
    }
    /*.blog-card .description:before {
      content: "";
      background: #fff;
      width: 30px;
      position: absolute;
      left: -10px;
      top: 0;
      bottom: 0;
      z-index: -1;
    }*/
    .blog-card.alt {
      flex-direction: row-reverse;
    }
    .blog-card.alt .description:before {
      left: inherit;
      right: -10px;
      transform: skew(3deg);
    }
  }

/*report*/
  .coupon .kanan {
      border-left: 1px dashed #ddd;
      /*width: 40% !important;*/
      position: relative;
  }

  .coupon .kanan .download-section::after, .coupon .kanan .download-section::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background: #fff;
      border-radius: 100%;
  }
  .coupon .kanan .download-section::before {
      top: -10px;
      left: -10px;
  }

  .coupon .kanan .download-section::after {
      bottom: -10px;
      left: -10px;
  }
  .coupon-shadow:hover {
    box-shadow: 1px 1px 3px 0px #b7b7b7;
  }

/*read more*/
  .effect1 {
    color: var(--dark);
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    position: relative;
    padding: 10px 50px 10px 20px;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;

    -webkit-transform: scale(3);

        -ms-transform: scale(3);

            transform: scale(3); /*change scale(3) to scale(1)*/
  }

  .effect1 .bg {
    background: #222;
    width: 30px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    z-index: -1;

    -webkit-transition: all 0.3s;

    -o-transition: all 0.3s;

    transition: all 0.3s;
  }

  .effect1:hover {
    padding-right: 20px;
    color: #fff;
  }

  .effect1:hover .bg {
    height: 100%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .effect1 .bg:before, .effect1 .bg:after {
    content: '';
    height: 2px;
    width: 10px;
    background: #222;
    position: absolute;
    right: -2px;      
    -webkit-transition: all 0.3s;      
    -o-transition: all 0.3s;      
    transition: all 0.3s;
  }

  .effect1 .bg:before {
    bottom: 3px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .effect1 .bg:after{
    top: 3px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .effect1:hover .bg:before,
  .effect1:hover .bg:after{
    right: 0;
  }

  .effect1:hover .bg:before{
    bottom: 6px;
  }

  .effect1:hover .bg:after{
    top: 6px;
  }

/* list*/
  .the-arrow {
    width: 1px;
    transition: all 0.2s;
  }
  .the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0;
  }
  .the-arrow.-left > .shaft {
    width: 0;
    background-color: #4c4c4c;
  }
  .the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
    width: 0;
    background-color: #4c4c4c;
  }
  .the-arrow.-left > .shaft:before {
    transform: rotate(0);
  }
  .the-arrow.-left > .shaft:after {
    transform: rotate(0);
  }
  .the-arrow.-right {
    top: 0px;
  }
  .the-arrow.-right > .shaft {
    width: 1px;
    transition-delay: 0.2s;
  }
  .the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
    width: 8px;
    transition-delay: 0.3s;
    transition: all 0.5s;
  }
  .the-arrow.-right > .shaft:before {
    transform: rotate(40deg);
  }
  .the-arrow.-right > .shaft:after {
    transform: rotate(-40deg);
  }
  .the-arrow > .shaft {
    background-color: #4c4c4c;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
  }
  .the-arrow > .shaft:before, .the-arrow > .shaft:after {
    background-color: #4c4c4c;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
  }
  .the-arrow > .shaft:before {
    transform-origin: top right;
  }
  .the-arrow > .shaft:after {
    transform-origin: bottom right;
  }

  .animated-arrow {
    display: inline-block;
    color: #4c4c4c;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
  }
  .animated-arrow:hover {
    color: #808080;
  }
  .animated-arrow:hover > .the-arrow.-left > .shaft {
    width: 64px;
    transition-delay: 0.1s;
    background-color: #808080;
  }
  .animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
    width: 8px;
    transition-delay: 0.1s;
    background-color: #808080;
  }
  .animated-arrow:hover > .the-arrow.-left > .shaft:before {
    transform: rotate(40deg);
  }
  .animated-arrow:hover > .the-arrow.-left > .shaft:after {
    transform: rotate(-40deg);
  }
  .animated-arrow:hover > .main {
    transform: translateX(17px);
    transform: translateX(80px);
  }
  .animated-arrow:hover > .main > .the-arrow.-right > .shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0;
  }
  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all 0.1s;
  }
  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
    transform: rotate(0);
  }
  .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    transform: rotate(0);
  }
  .animated-arrow > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s;
  }
  .animated-arrow > .main > .text {
    margin: 0 16px 0 0;
    line-height: 1;
  }
  .animated-arrow > .main > .the-arrow {
    position: relative;
  }

/*search field*/
  #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
  }

  #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
  }

  #search input[type="text"] {
    position: absolute;
    top: 30%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
  }
  #search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
  }
  #search .switch-list {
    position: absolute;
    top: 50%;
    left: 50%;
    /*text-align: center;*/
    /*margin-top: 61px;*/
    margin-left: -176px;
  }
  #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    /*background-color: #428bca;*/
    border-color: #357ebd;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
  }

/*logo bg*/
  .logo-bg > .bg-img-top {
    top: 30px;
    max-height: 140px;
    overflow: hidden;
  }
  .logo-bg > .bg-img-top > img{
    filter:opacity(30%);
  }
  @media (max-width: 640px) {
    .logo-bg > .bg-img-top {
      top: auto;
      max-height: 50px;
      overflow: hidden;
    }
  }

/*list*/
  ol.gradient-list > li::before, ol.gradient-list > li {
    box-shadow: 0.25rem 0.25rem 0.6rem rgba(0, 0, 0, 0.05), 0 0.5rem 1.125rem rgba(75, 0, 0, 0.05);
  }

  ol.gradient-list {
    counter-reset: gradient-counter;
    list-style: none;
    margin: 1.75rem 0;
    padding-left: 1rem;
  }
  ol.gradient-list > li {
    background: white;
    border-radius: 0 0.5rem 0.5rem 0.5rem;
    counter-increment: gradient-counter;
    margin-top: 1rem;
    min-height: 3rem;
    padding: 1rem 1rem 1rem 3rem;
    position: relative;
  }
  ol.gradient-list > li::before, ol.gradient-list > li::after {
    background: linear-gradient(135deg, #8c0404 0%, #a42020 100%);
    border-radius: 1rem 1rem 0 1rem;
    content: "";
    height: 3rem;
    left: -1rem;
    overflow: hidden;
    position: absolute;
    top: -1rem;
    width: 3rem;
  }
  ol.gradient-list > li::before {
    align-items: flex-end;
    content: counter(gradient-counter);
    color: #1d1f20;
    display: flex;
    font: 900 1.5em/1 "Montserrat";
    justify-content: flex-end;
    padding: 0.125em 0.25em;
    z-index: 1;
    color: white;
  }

  /*ol.gradient-list > li + li {
    margin-top: 2rem;
  }*/

/*breadcrum*/
  /*body { font-size: 14px; font-family: Roboto;}*/
 /* h1 { text-align: center; margin-top: 30px; margin-bottom: 50px; }
  ol { list-style: none;}*/
  .breadcrumb { width: 100%; float: left; margin: 30px 0; padding: 7px; position: relative; display: block; background: rgba(0,0,0,.05)}
  .breadcrumb ol { list-style: none;}
  .breadcrumb li { height: 30px; line-height: 30px; float: left; padding: 0 12px;}
  .breadcrumb li a { text-decoration: none;}
  .breadcrumb li .fa { width: 30px; height: 30px; line-height: 30px;}
  .breadcrumb a:hover { text-decoration: none;}

  /* Bredcrumb Fill 2 - style 1 */
  .breadcrumb-fill2 { padding: 15px; background: #135fb4; color: #ffffff; border-radius: 15px; box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);}
  .breadcrumb-fill2 .fa { position: absolute; background: #135fb4; padding: 25px; border-radius: 50%; left: -10px; top: -10px; font-size: 30px; line-height: 1; box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);}
  .breadcrumb-fill2, .breadcrumb-fill2 li, .breadcrumb-fill2 li.active, .breadcrumb-fill2 li a { color: #ffffff;}
  .breadcrumb-fill2 li:first-child { margin-right: 30px;}

  /* Bredcrumb Fill 2 - style 2 */
  .breadcrumb-fill2.style2 { border-radius: 30px; background: #ff6407;}
  .breadcrumb-fill2.style2 .fa { background: #ff6407;}

  /* Bredcrumb Fill 2 - style 3 */
  .breadcrumb-fill2.style3 { border-radius: 30px; background: #bb123c;}
  .breadcrumb-fill2.style3 .fa { background: #F62459;}

  /* Bredcrumb Fill 2 - style 4 */
  .breadcrumb-fill2.style4 { border-radius: 30px; background: #1f3a93; padding: 0; width: 100%; float: left;}
  .breadcrumb-fill2.style4 .fa { border: 5px solid #ffffff; text-align: center; padding: 30px;}
  .breadcrumb-fill2.style4 li { height: 50px; line-height: 50px; float: left; padding: 0 12px;}
  .breadcrumb-fill2.style4 li:before { display: none;}
  .breadcrumb-fill2.style4 li .fa:before {     
    position: relative;
    top: -15px;
    left: -15px;
  }
  /*.breadcrumb-fill2.style4 li:first-child { background: rgba(0,0,0,.3);}*/
  .breadcrumb-fill2.style4 li:nth-child(2n) { background: rgba(0,0,0,.4);}
  .breadcrumb-fill2.style4 li:nth-child(3n) { background: rgba(0,0,0,.3);}
  .breadcrumb-fill2.style4 li:nth-child(4n) { background: rgba(0,0,0,.2);}
  .breadcrumb-fill2.style4 li:nth-child(5n) { background: rgba(0,0,0,.1);}
  .breadcrumb-fill2.style4 li:last-child { background: transparent;}

  .breadcrumb .fa:hover { transform: scale(1.15)}

/*search list*/

.list-main li {
    list-style: none;
    padding: 10px;
    border: 1px solid #e3dada;
    margin-top: 12px;
    border-radius: 5px;
    background: #fff
}

/*paginate*/
  

/*common*/
.z-index-4{
  z-index: 4;
}

.list-arrow > li > a > i {
  float: right;
}

.loader-np{
  width: 200px;
}

.top-0{
  top: 0;
}
.bottom-0{
  bottom: 0;
}

.para-m-0, .para-m-0 > p{
  margin-bottom: 0 !important;
}

.tooltip-inner {
    text-align: left;
}

.footer-list-main {
  font-size: 13px;
}
.vertical-align-middle, .vertical-align-middle> td, .vertical-align-middle> th {
  vertical-align: middle !important;
}

.footer-counter > a {
  cursor: auto;
  text-decoration: none;
}
.w-12{
  width: 12%;
}

/* for last content*/
  .media-body > a:not(:last-child):after { 
    content: ', '; 
    color:white; 
  }
  .contact-link > a:not(:last-child):after { 
    content: ', '; 
    color:black; 
  }
/**/

@media (max-width: 640px) {
  .blog-card .photo {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .text-sm-center-main{
      text-align: center;
  }
  .main-d-sm-none{
    display: none !important;
  }

  .flash-box:after{
    border-left: 0;
    border-bottom: 0;
  }

  #search input[type="text"] {
    font-size: 40px;
  }
  #search .switch-list {
    top: 35%;
  }
  #search .btn{
    top: 35%;
  }

  .main-mt-sm-4{
    margin-top: 3em;
  }
  .w-12{
    width: 50%;
  }

  .main-img-spoke{
    height: 248px;
  }
}

.text-site-color{
  color: #a42020;
}

.top-nav{
  margin: 0 !important;
  padding: 0 4px;
}
.top-nav .top-nav-menu{
  color: var(--light);
}
.sticky {
  z-index: 9999;
  position: fixed;
  top: 0;
  width: 100%;
}
#navsticky{
  /* z-index: 9999; */
}

  .top-nav:hover > .top-nav-menu, .top-nav:hover {
    padding: 0 4px;
    color: var(--primary);
    background-color: var(--light);
    /*border-bottom: 1px solid blue;*/
  }

  .top-p-nav::before {
    content: "";
    border-bottom: 2px solid blue;
  }

/*form*/
#sheight{
  /* background: rgb(232, 223, 223); */
  height: 420px;
}

@media only screen and (max-width: 600px) {
 #slidersize{
  height: ;
 }
  #slidersize img{
  height: 398px !important;
 }
  .site-bloacks-cover{
    height: fit-content;
  }
}
.footscroll{
  
}
.footscroll p a{
  height: 10px;
  overflow:hidden; 
  overflow-y:scroll;
}

@media only screen and (max-width: 425px) {
  #slidersize{
   height: 198px!important;
  }
  #footeridmap{
    padding-left: 17px;
  }
   #slidersize img{
   height: 198px !important;
 }
}
#slidersize{
  height:364px;
  /* height: auto; */
}

#slidertest img{
  /* background: #000; */
 height: 433px!important;
}

.card{
  background-color: #135fb4;
  border: radius 3px !important;
  border: 1px solid #e93434;
}

.card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 2 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
}

.com-icon{
  margin-bottom: .35em;
  color: #a42020;
}

.hov-box {
  transition: 0.3s;
  color: var(--dark);
}
.pricing-card-title{
  font-family: "Oswald", arial, sans-serif;
  font-size: 1.5rem;
}
.hov-box:hover{
  background-color: #1f3a93;
  color: white;
}

/*form*/

.get-in-touch {
  max-width: 800px;
  margin: 50px auto;
  position: relative;

}
.get-in-touch .title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 3.2em;
  line-height: 48px;
  padding-bottom: 48px;
     /*color: #1f3a93;
    background: #1f3a93;
    background: -moz-linear-gradient(left,#8c0404  0%,#1f3a93 100%) !important;
    background: -webkit-linear-gradient(left,#8c0404  0%,#1f3a93 100%) !important;
    background: linear-gradient(to right,#8c0404  0%,#1f3a93  100%) !important;*/
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 18px;
  border-width: 0 0 2px 0;
  border-color: #1f3a93;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-14px);
          transform: translateY(-14px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  /*color: #1f3a93;*/
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  /*background-color: #000;*/
   /*background-image: linear-gradient(125deg,#8c0404,#1f3a93);*/
  /*color: #fff;*/
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
/* @media screen and (max-width: 320px) {
  .block-grid .row a{
    font-size: small;
  }
    } */
@media screen and (max-width: 425px) {
  .block-grid .row a{
    font-size: small;
  }
    }

.main-social{
  /*background: transparent;*/
  z-index: -1;
  position: absolute;
  right: -0px;
  top: -1px;
}

.main-img-spoke{
  height: 200px;
  width: 200px;
  object-fit: cover;
  object-position: center;
}


.main-n-m-t {
  position: relative;
  z-index: 999;
}

.main-about-text p{
  text-align: justify;
  /* max-height: 142px; */
  overflow: hidden;
  text-overflow: ellipsis;
  /*display:inline-block;*/
  /*white-space: nowrap;*/
}




/* learmore button style */

/* up top button */
html {
  scroll-behavior: smooth;
}
.arrow-btn {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
}
.arrow-btn button:hover{
  background-color: #004369;
}
.arrow-btn button {
  border: none;
  height: 39px;
  width: 37px;
  text-align: center;
  color: white;
  background-color: #8c0404;
  display: block;
  border-radius: 4px;
  cursor: pointer;
}
.arrow-btn button span {
  color: white;
  line-height: 39px;
  font-size: 25px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #8c0404;
  color: white;
  cursor: pointer;
  /* padding: 15px; */
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #004369;
}

.card{
  height: 400px !important;
}

#socialfoot a{
  color: white;
}

#socialfoot a:hover{
  color: rgb(174, 29, 29);
}




/* again logo */
@media screen and (max-width: 425px) {
  #pulllogo img{
    height: 60px;
  }
}


/* button increase decrease */
.button12 {
  /* float: right; */
  margin-right: 6px;
  /* display: inline-block; */
  padding: 5px 12px;
  font-size: 10px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: white;
  background: rgb(5, 55, 117);

  border: none;
  border-radius: 15px;
  box-shadow: -3px 2px rgb(20 22 26 / 30%);
}

.button12:hover {
  background-color: #8c0404; 
  color: white;
}

.button12:active {
  background-color: rgb(5, 55, 117);
  color: white;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
@media only screen and (max-width: 320px) {
 .smallfooter{
  font-size: 6px;
 }
 #socialfoot{
  font-size: xx-small;
 }
}
@media (min-width: 321px) and (max-width: 425px) {
  .smallfooter{
   font-size: xx-small;
  }
  #socialfoot{
    font-size: x-small;
   }
 }
 /* search-box */
 /* .search-box{
  margin-top: 10px;
  display: flex;
  position: relative;
 }
 .search-box:active {
  top: -60px;
 }
 .search-text{
  background:crimson;
  display: block;
  width: 10rem;
  border-radius: 5rem;
  border: none;
  outline: none;
  transition: 1.3s;
  transition: all 0.2s linear;
  animation-name: search
 }
 .search-btn{
  place-items: center;
  position: absolute;
  right: 1rem;
  color: white;
 }
 .search-box:hover > .search-text{
  width: 8rem;
  top: -20px!important;
  padding: 0rem;
  opacity: 1;
  background: white;
  display: block;
  padding-left: 10px;
  padding-right: 30px;
 }
 .search-box:hover > .search-btn{
  padding-top: 2px;
  color: brown;
  
 } */
 


 /* nav bar search button */
.search-box{
  display: none;
  background-color: #a92525;
  position: absolute;
  top: 43px;
  right: 4%;
  /* width: 350px;
  height: 60px;
  line-height: 60px; */
  border-top: 4px solid #a92525;
}
.search-box::before{
  content: "";
  position: absolute;
  top: -29px;
  right: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
}
.search-box input[type="text"]{
  width: 200px;
  padding: 5px 10px;
  outline: none;
  border:1px solid #a92525;
}
.search-box input[type="button"]{
  width: 80px;
  padding: 5px;
  background-color: #a92525;
  border: 1px solid violet;
  outline: none;
  cursor: pointer;
  color: #fff;
  margin-left: -6px;
}
.searchi{
  margin-top: 8px;
    color: white;
}
