@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;1,100;1,200&display=swap');
.text-blue {
    color: #0068a5;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    float: right;
    margin-top: -16px !important;
}
.text-blue-wide {
    color: #0068a5;
    font-weight: 500;
    font-size: 14px
}
.text-bluelink{color: #0068a5;
    font-weight: 500;}
.text-green{color:#03a70c}
.parsley-errors-list {
    color: #f00;font-size: 12px;
}
.bg-sec{    background: url(https://arasari.studio/wp-content/projects/forny/templates/img/bg-01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ecf3ff;
}
.text-center{text-align:center;}
.logo-text{
    display: inline-flex;
    font-size: 20px;
    font-weight: 700;
    margin-left: 8px;
    position: relative;
    top: 3px;
    color: #0478b5;
}

.form-inner-title{font-weight: normal}
.ptb-50{padding-top: 50px;padding-bottom: 50px;}
.footer-info p {margin-bottom: 21px;
    color: #fff;}
.footer-info a > h5 {
    display: inline-flex;
    font-size: 38px;
    margin-left: 20px;
    position: relative;
    top: 3px;
    color: #fff;
    font-weight: normal;
}
.footer-part .container::before{background-image:url('https://png.pngtree.com/thumb_back/fh260/back_pic/03/51/83/0357927c07c97d2.jpg') no-repeat center center/cover;
            position: absolute;
            opacity: 0.3;
            top: 0px;
            left: 0px;
            width: 100vw;
            height: 100vh;
            z-index: 1;}
.fright{float:right;}
.footer-end-content,.footer-end-content a{color: #c0c2c3;}
/*============================ crousle zoom ====================*/
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.banner-part .banner-img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
    overflow: hidden;
}
/*============================== section  Hedings ===============================*/
.section-wrap {
    max-width: 570px;
}
.tpsub-title {
    font-size: 22px;
    color: #cbb379;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;    font-family: "Teko", sans-serif;
}
.mb-15 {
    margin-bottom: 15px;
}
.section-title {
  font-size: 38px;
    line-height: 1;
    font-weight: normal;    color: #115278;
}
.section-border {
    position: relative;
    display: block;
}
.section-border::before {
    position: absolute;
    content: "";
    width: 95px;
    height: 2px;
    background: #cbb379;
    top: 35%;
    left: 25px;
}
.section-border i {
    color: #cbb379;
    font-size: 15px;
}
.section-wrap-two {
    max-width: 665px;
    margin: 0 auto;
}
.tpsub-title-two {
    font-size: 22px;
    color: #ccb479;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    position: relative;    font-family: "Teko", sans-serif;
}
.tpsub-title-two::before {
    position: absolute;
    content: "";
    background: #ccb479;
    width: 25px;
    height: 2px;
    top: 11px;
    left: 225px;
}
.tpsub-title-two::after {
    position: absolute;
    content: "";
    background: #ccb479;
    width: 25px;
    height: 2px;
    top: 11px;
    right: 225px;
}
.tpsub-title-two i {
    font-size: 15px;
    margin: 0 10px;
    position: relative;
    top: -2px;
}
.section-title-two {
    font-size: 38px;
    line-height: 1;
    font-weight: normal;color:#115278
}
/*====================== 
    Preloader Css
========================*/

.preloader {
    width: 100%;
    height: 100%;
    background-color: #115278b3;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 999999999;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.dash {
    margin: 0 15px;
    color: #fff;
    font-size: 50px;
}

.one {
    margin-right: -18px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.two {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: spin2 2s linear infinite;
    animation: spin2 2s linear infinite;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.three {
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right;
    -webkit-animation: spin3 2s linear infinite;
    animation: spin3 2s linear infinite;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    30% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
    35% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    30% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
    35% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    35% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }
    40% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    78% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    95% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    98% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    30% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    35% {
        -webkit-transform: rotate(-190deg);
        transform: rotate(-190deg);
    }
    40% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    78% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    95% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
    98% {
        -webkit-transform: rotate(-370deg);
        transform: rotate(-370deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    27% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    45% {
        -webkit-transform: rotate(190deg);
        transform: rotate(190deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    80% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
    85% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    27% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    40% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    45% {
        -webkit-transform: rotate(190deg);
        transform: rotate(190deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    62% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    80% {
        -webkit-transform: rotate(370deg);
        transform: rotate(370deg);
    }
    85% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* =====================
  Listing Category
===================== */
.bg-dull {
    background-color: #f5f7fa;
}
.mb-30 {
    margin-bottom: 30px;
}
.p-4 {
    padding: 1.5rem !important;
}
.ctg-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 8px;
    border: #d5d5d5 solid 1px;
    -webkit-box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
    -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 10px 40px rgb(82 85 90 / 10%);
}
.ctg-item::before {
  content: "";
  position: absolute;
  
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ctg-item::after {
  content: "";
  position: absolute;
  background-color: #115278;
  opacity: 0.902;
  clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctg-item:hover::before {
  background-image: unset;
  background: #ccb47a;
  opacity: 0.902;
  clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
}

.ctg-item:hover::after {
  height: 100%;
}

.ctg-item:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.18);
    box-shadow: 0px 0px 30px 0px rgba(89, 89, 89, 0.18);
}
.ctg-item:hover .pf-btn {
  transform: scale(1);
}

.pf-btn {
  color: #115278;
  background: #ffffff;
 width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: 11%;
  bottom: 12.5%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pf-btn:hover {
  color: #ffffff;
  background: #ccb47a;
}
.ctg-item .icon-box {
    padding: 0px 0;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  margin-bottom: 0;
    margin-top: 0;
}

.ctg-item .icon-box::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #000;
    opacity: .5;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.ctg-item .icon-box::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #0044bbad;
    opacity: .65;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.ctg-item:hover .icon-box::after {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.ctg-item:hover .icon-box::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ctg-item .icon-box i {
    color: #fff;
    font-size: 50px;
    
}

.content-box {
    background-color: #fff;
}
.content-box h5{margin-bottom: .25rem !important;font-size: 18px;
font-weight: 600;
text-transform: capitalize;white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.content-box h5 a{color:#000}
/*======= funfact area =================*/
.funfact-area {
  color: #fff;
  position: relative;
  overflow: hidden;     background-color: #0f3e59;
    padding-bottom: 7px;
    padding-top: 50px;}
 /*====================================================
    funfact-area
 ====================================================*/
.funfact-area .section-heading{text-align: center;}
.counter-item {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  .counter-item .counter-number {
    width: 135px;
    height: 135px;
    line-height: 135px;
    background-color: #e4e4e4;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative; }
    .counter-item .counter-number:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      width: 30px;
      height: 30px;
      background-color: #0f3e59;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
    .counter-item .counter-number span {
      font-size: 30px;
      font-weight: 700; }
  .counter-item .counter__title {
   font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding-top: 20px;
    font-family: 'Josefin Sans', sans-serif; }

.fun-bg1 {
  background-color: #ccb47a !important; }

.fun-bg2 {
  background-color: #ccb47a !important; }

.fun-bg3 {
  background-color: #ccb47a !important; }

.fun-bg4 {
  background-color: #ccb47a !important; }

.counter-item.counter-item-layout-2 {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 32px 20px 26px 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .counter-item.counter-item-layout-2 .counter-number {
    background-color: transparent;
    color: #fff;
    width: auto;
    height: auto;
    line-height: inherit;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0; }
    .counter-item.counter-item-layout-2 .counter-number span {
      font-weight: 700; }
    .counter-item.counter-item-layout-2 .counter-number:after {
      display: none; }
  .counter-item.counter-item-layout-2 .theme-btn {
    background-color: rgba(51, 63, 87, 0.1);
    font-size: 14px;
    color: #333f57;
    line-height: 35px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .counter-item.counter-item-layout-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 124px;
    top: 0;
    left: 0;
    background-color: #e4e4e4;
    z-index: -1;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0; }
  .counter-item.counter-item-layout-2:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px); }
    .counter-item.counter-item-layout-2:hover .theme-btn {
      background-color: #333f57;
      color: #fff; }

.counter-item-layout-2.count-bg-1:before {
  background-color: #8C43FF; }

.counter-item-layout-2.count-bg-2:before {
  background-color: #28d5a7; }

.counter-item-layout-2.count-bg-3:before {
  background-color: #f9b851; }

.counter-item-layout-2.count-bg-4:before {
  background-color: #CC08E9; }

  .funfact-area:before, .funfact-area:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -10px;
    width: 20%;
    height: 50%;
    background-image: url("../../images/dots.png");
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
    @media (max-width: 768px) {
      .funfact-area:before, .funfact-area:after {
        display: none; } }
  .funfact-area:after {
    left: auto;
    right: -10px;
    top: auto;
    bottom: -5px; }
/*====================================================
    hiw-area
 ====================================================*/
.hiw-area {
  position: relative;
  overflow: hidden; }
  .hiw-area:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 955px;
    background-color: #F5F7FC;
    z-index: -1; }
.icon-box {
  background-color: #fff;
  padding: 71px 30px 32px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  box-shadow: 0 10px 40px rgba(82, 85, 90, 0.1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; margin-top: 40px;}
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .icon-box {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .icon-box {
      margin-bottom: 60px; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .icon-box {
      margin-bottom: 60px; } }
  .icon-box .info-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -42px;
    margin-left: auto;
    margin-right: auto;
   background-color: #115278;
    color: #fff;
    font-size: 36px;
    -webkit-box-shadow: 0 15px 40px rgb(17 82 120 / 42%);
    -moz-box-shadow: 0 15px 40px rgb(17 82 120 / 30%);
    box-shadow: 0 15px 40px rgb(17 82 120 / 30%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .icon-box .info-icon .info-number {
      position: absolute;
      right: -5px;
      top: 0;
      width: 30px;
      height: 30px;
      line-height: 27px;
      background-color: #115278;
      border: 2px solid #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      font-weight: 500;
      font-size: 15px; }

.home-2 .hiw-2 .icon-box .info-icon svg > g {
  fill: #ffffff;
}
  .icon-box .info__title {
    font-size: 20px;
    color: #333f57;
    font-weight: 600;
    margin-bottom: 20px;     text-align: center;}
  .icon-box .info__desc {
    font-size: 16px;
    color: #808996;
    font-weight: 500;     text-align: center;}
  .icon-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333f57' fill-opacity='0.4'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .icon-box:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px); }
    .icon-box:hover .info-icon,
    .icon-box:hover .info-number {
      background-color: #115278; }

/*======= Blogs =====================*/
.blog-item {
    position: relative;
    z-index: 0;
    margin-bottom: 30px;
    background-color: #fff;
}

.blog-1.blog-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: #115278;
    opacity: .3;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-1.blog-item:hover::after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.blog-1.blog-item::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    content: "";
    opacity: 0.6;
    z-index: -1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    background: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-1.blog-item:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.blog-item {
    border-radius: 10px;
    overflow: hidden;
}

.blog-1 {
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.blog-2 .blog-meta {
    padding: 15px 25px;
}

.blog-1 .blog-content {
    padding: 0 17px 17px;
    padding-top: 60px;
    -webkit-transform: translateY(83px);
    -ms-transform: translateY(83px);
    transform: translateY(83px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.blog-1:hover .blog-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.blog-1 .blog-content h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.blog-1 .blog-content h5 a{
   color:#fff;
}

.blog-meta li {
    text-transform: capitalize;
}

.blog-meta li span {
    position: relative
    display: inline-block;
    border-radius: 50%;
}

.blog-meta li span::after {
    position: absolute;
}

.blog-date span {
    font-weight: 400;
    text-transform: capitalize;
    color: #115278;
    max-width: 70px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 7px 7px 5px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-date span.wide-date {
    max-width: 100%;
}

.blog-item:hover .blog-date span,
.blog-2.type-1 .blog-date span {
    background-color: #115278;
    color: #fff;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.blog-2 .blog-date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 25px 0;
}

.blog-2.type-1 .blog-date {
    position: relative;
    padding: 25px 25px 0;
}

.blog-meta li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    color:#fff;
}
.blog-meta li i{color: #fff;}

/*============================== form =======================*/

.forny-form {
    padding: 2.5rem;
    background: white;    
    margin: auto;
    box-shadow: 0 3px 6px hsl(0deg 0% 0% / 16%);
    width: calc( 26rem + (2.5rem * 2) );
}
.forny-form .nav-tabs {
    border-bottom: 0; width: 50%;
    margin-bottom: 1rem;
}

.forny-form .nav-tabs li a {
    background: transparent;
    border: none;
    color: #829ab0 !important;
    padding: 0;
    margin-right: 1rem;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}

.forny-form .nav-tabs li a.active span {
    display: block;
    padding-bottom: 0.25rem;
    background: #fff;
    border-bottom: 2px solid hsla(208, 100%, 50%, 1);
    color: hsla(208, 100%, 50%, 1);
}

.forny-form .form-group {
    margin-bottom: 1rem;
    color: #829ab0;
}
.forny-form .label-text{opacity: 1 !important; position: relative!important;}
.forny-form label{color:#829ab0; position: absolute;
  top: 0;
    left:0;
  margin: 10px;
  padding: 0 10px;
  
  -webkit-transition: top .2s ease-in-out,  font-size .2s ease-in-out;
  transition: top .2s ease-in-out,  font-size .2s ease-in-out;visibility: hidden;}
.activetrans {
  top: -25px !important;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
    opacity: 1 !important;
     z-index: 999;position: absolute;  background-color: #fff;visibility: visible !important;
}
.form-group input[type='radio']{margin-left: 10px;    margin-right: 10px;}
 input[type='radio']:checked:after {
       
        content: '';
        outline: none;
    box-shadow: none;
    color: var(--gray);
    background: var(--white);
    border-color: var(--primary)
    }

/*========================= accordion ============================**/
.accordion{
  width: 100%;
 padding: 0 0 0px 14px;
}

.faq-area .image-box img{
  height: 100%;
  width: 35%;
}
.accordion .accordion-text{
  width: 100%;
}

.accordion .accordion-text .faq-text{
 
}
.faq-text::-webkit-scrollbar{
  display: none;
}
.accordion .accordion-text li{
 list-style: none;
    cursor: pointer;
    box-shadow: -7px 7px 1px rgb(17 82 120 / 30%);
    border: 1px solid #115278;
    border-radius: 20px;
    padding: 10px; margin-bottom: 20px;
}
.accordion-text li .question-arrow{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-text li .question-arrow .question{
  font-size: 16px;
    font-weight: 500;
    color: #115278;
    transition: all 0.3s ease;
}
.fqicon{
  
}
.accordion-text li .question-arrow .fqicon{
  font-size: 20px;
  color: #595959;
  transition: all 0.3s ease;background: #115278;
    border-radius: 50%;
    color: #fff;
    padding: 11px;
}
.accordion-text li.showAnswer .question-arrow .fqicon{
  transform: rotate(-180deg);
}
.accordion-text li:hover .question-arrow .question,
{
  color: #000;
}
.accordion-text li.showAnswer .question-arrow .question{
  color: #115278;
}
.accordion-text li .line{
  height: 2px;
  width: 100%;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
}
.accordion-text li p{
  width: 92%;
  font-size: 15px;
  font-weight: normal;
  color: #595959;
  display: none;
}
.accordion-text li.showAnswer p{
  display: block;
}

@media (max-width: 994px) {
  body{
    padding: 40px 20px;
  }
  .accordion{
    max-width: 100%;
    padding: 45px 60px 45px 60px;
  }
  .accordion .image-box{
    height: 360px;
    width: 220px;
  }
  .accordion .accordion-text{
    width: 63%;
  }
}
@media (max-width: 820px) {
  .accordion{
    flex-direction: column;
  }
  .accordion .image-box{
    height: 360px;
    width: 300px;
    background: #7d2ae8;
    width: 100%;
    border-radius: 25px;
    padding: 30px;
  }
  .accordion .accordion-text{
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 538px) {
  .accordion{
    padding: 25px;
  }
  .accordion-text li p{
    width: 98%;
  }
}

/*========================== contact  =======================*/
.services-item {
    padding: 50px 30px 30px 20px;
    background-color: #f7f7f7;
    transition: 0.3s;    height: 280px;
}
.services-item:hover .services-icon {
    background: #ffffff;
}
.services-icon {
    position: relative;
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border-bottom-right-radius: 30px;
    line-height: 90px;
    background: #115278;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    z-index: 2;
    transition: 0.3s;
}
.services-item:hover .sv-inner::after {
    background: #91b4f36b;
}
.sv-inner {
    position: relative;
    display: inline-block;
}
.sv-inner2::after {
    position: absolute;
    content: "";
    height: 75px;
    width: 75px;
    border-radius: 5px;
    border-bottom-right-radius: 30px;
    background-color: #e1e1e19e;
    top: -8px;
    left: -8px;
    z-index: 1;
}

.services-item:hover {
    background: #115278;
}
.services-icon i {
    font-size: 35px;
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
}
.services-item:hover .services-icon i {
    color: #115278;
    transform: rotateY(
360deg
);
}
.services-item-title {
    font-size: 25px;
    line-height: 1;
    letter-spacing: 1px;    font-weight: 400;
}
.services-item:hover .services-item-title a{color: #fff}
.services-item:hover p{color: #fff}
.services-item-title a{color:#115278}
.services-item h5 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;    font-family: 'Roboto', sans-serif;
}

/*========================= customer Support ==================*/
.choose-info{margin-left: 20px;}
.choose-list {
	 position: relative;
}
 .choose-icon {
	 position: relative;
	 height: 75px;
	 width: 75px;
	 border-radius: 5px;
	 border-bottom-right-radius: 5px;
	 border-bottom-right-radius: 30px;
	 line-height: 90px;
	 background: #115278;
	 text-align: center;
	 margin-right: 40px;
	 transition: all 0.3s ease-out 0s;
	 position: absolute;
	 top: 5px;
	 z-index: 2;
}
 .choose-icon i {
	 font-size: 35px;
	 color: #fff;
	 transition: all 0.3s ease-out 0s;
	 display: inline-block;
	 z-index: 2;
	 position: relative;
}
 .choose-icon-wrap {
	 position: relative;
}
 .choose-icon-wrap::before {
	 position: absolute;
	 content: "";
	 height: 75px;
	 width: 75px;
	 border-radius: 5px;
	 border-bottom-right-radius: 5px;
	 border-bottom-right-radius: 30px;
	 background-color:#94cded3b;
	 top: -5px;
	 left: -10px;
	 z-index: 1;
}
 .choose-content {
	 padding-left: 100px;
}
 .choose-content h5 {
	 font-size: 23px;
	 line-height: 1.2;
}
 .choose-content p {
	 max-width: 450px;
}
 .choose-icon:hover i {
	 animation: scale-up-one infinite 1.5s linear;
}
 @-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}


/*============================ how we work ============================*/
/** working-style-two **/

.working-style-two{
  position: relative;
}

.working-style-two .pattern-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.working-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #ebebeb;
  padding: 0px 20px 35px 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.working-block-two .inner-box .big-text{
  position: absolute;
  right: 25px;
  top: 28px;
  font-size: 80px;
  line-height: 80px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #2e3851;
}

.working-block-two .inner-box .icon-box{
 position: relative;
    display: inline-block;
    margin-bottom: 25px;
    background: #fff;
    padding: 18px;
}
}

.working-block-two .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  text-align: center;
}

.working-block-two .inner-box .icon-box a{
  position: absolute;
  right: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  z-index: 1;background-color: #adadad;
}

.working-block-two .inner-box h5{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  text-transform: capitalize;
  padding-bottom: 13px;
}

.working-block-two .inner-box h5:before{
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  left: 0px;
  bottom: 0px;
}

.working-block-two .inner-box h5:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  left: 19px;
  bottom: 0px;
}

.working-block-two .inner-box:after{background-image:none;}




/*=============================== listing =====================*/
.explore-sidebar-list .page-content {
    margin-bottom: 135px;
}
.explore-filter {
    margin-bottom: 25px;
}
.font-size-md {
    font-size: 1rem!important;
}
.text-dark {
    color: #115278!important;
}
.font-weight-semibold {
    font-weight: 600!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.explore-filter .form-group {
    width: 300px;
    margin-bottom: 0;
    margin-right: 45px;
}
.select-custom, .arrows {
    position: relative;
    width: 100%;
    background: #fff
}
select-custom select, .arrows select {
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px!important;
    position: relative;
    z-index: 10;
}
.bg-transparent {
    background-color: transparent!important;
}
.store.job-store {
    padding: 25px 28px;
    font-size: .875rem;
}

.store.job-store .product-badge{position: relative;left: 32px !important;}
.store-listing-style-02 .prowishbtn {
    position: relative !important;
    right: 17px;
    top: -178px;
    display: flex !important;
}
.store.job-store .store-image {
  width: 140px;
    height: 140px;
}

.store-listing-style .store-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.store-listing-style-02 .store-image {
    width: 245px;
}
.store.job-store .store-image img{
   width: 100%;
    height: 140px;
    border: 2px solid #ccb47a;
    border-radius: 50%;
    padding: 5px;
}
.store .store-image {
    z-index: 1;
}
.store .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.text-gray {
    color: #ccb47a!important;
}
.store.job-store .favourite {
    font-size: 20px;
}
.text-danger {
    color: red!important;
}
.product-widget-form a{display: flex !important;
    z-index: -1;
    padding: 0;
    margin: 0;}
/*============================ search ===========*/
.tt-menu {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    max-height: 250px;
    overflow-y: auto;
	cursor:pointer
}
.tt-menu li{border-bottom:#f9f9f9 solid 1px;padding: 5px 4px;}
.tt-menu li:hover{
background:#f5f5f5;
}.holiday_head {
    color: #094CA1;
    background: none;
    font-size: 15px;
    text-align: right;
    border-bottom: 1px solid #3C5A9A;
    cursor: text;
    margin-right: 10px;    font-weight: 500;
}

/*========================== advertise ==============*/
.why-choose-us-block-two {
    position: relative;margin-top: 20px
}
.project-details .why-choose-us-block-two .inner-box {
    margin-bottom: 45px;
}
.why-choose-us-block-two .inner-box {
    position: relative;
    padding-left: 121px;
    margin-bottom: 60px;
}

.why-choose-us-block-two .inner-box .icon {
   position: absolute;
    top: 7px;
    left: 0;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 100px;
    color: #919191;
    font-size: 41px;background: #115278;
}

.why-choose-us-block-two .inner-box .icon:before {
    position: absolute;
    content: '';
    right: -19px;
    top: 0;
    bottom: 0;
    background-image: url(../../images/shape-26.png);
    width: 31px;
    background-repeat: no-repeat;
}
.why-choose-us-block-two .inner-box .icon img{width:46px; filter:  brightness(0) invert(1);}
.why-choose-us-block-two:hover .inner-box .icon img {transform: translateY(-5px);
            transition-duration: 0.3s;}
.why-choose-us-block-two .inner-box h4 {
    font-size: 21px;
    margin-bottom: 10px;
    position: relative;
    top: 42px;
}
.about-list li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.about-list li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../../images/icon-check.png);
}
/*-------------------======about====------------------*/

.about_our_comapny {
    position: relative;
    padding-bottom: 70px;
}

.about_our_comapny .about_company_inner {
    position: relative;
    margin-bottom: 30px;
}

.about_our_comapny .about_company_inner p.des_one,
.about_our_comapny .about_company_inner p.des_two {
    margin-bottom: 20px;
}

.authour_quotes {
    position: relative;
    padding-top: 15px;
}

.authour_quotes .ath_img {
    float: left;
    position: relative;
}

.authour_quotes .ath_img span {
    background: #fff;
    position: absolute;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    height: 40px;
    left: -14px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    line-height: 40px;
    color: #209e2e;
}

.authour_quotes .quotes_in {
    position: relative;
    margin-left: 115px;
}

.authour_quotes .quotes_in h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #808080;
    line-height: 28px;
}

.authour_quotes .quotes_in h6 {
    font-size: 22px;
    font-weight: 700;
    color: #252525;
    line-height: 30px;
}

.authour_quotes .quotes_in h6 span {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #209e2e;
    font-size: 16px;
}

.about_company_right {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
}

.about_company_right .nav-tabs {
    position: relative;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 14px 13px -10px rgba(0, 0, 0, .09);
}

.about_company_right .nav-tabs .nav-item .nav-link {
    position: relative;
    height: 139px;
    padding: 0px;
    background: #fff;
    width: 180px;
}

@media(max-width:1199px) {
    .about_company_right .nav-tabs .nav-item .nav-link {
        width: 100px;
    }
}

@media(max-width:400px) {
    .about_company_right .nav-tabs .nav-item .nav-link {
        width: 100%;
    }
    .about_company_right .nav-tabs .nav-item {
        display: block;
    }
}

.about_company_right .nav-tabs .nav-item .nav-link .mission {
    position: relative;
    padding: 25px 10px 10px;
    height: 139px;
}

.about_company_right .nav-tabs .nav-item.show .nav-link .mission span,
.about_company_right .nav-tabs .nav-link.active .mission span {
    color: #209e2e;
}

.about_company_right .nav-tabs .nav-item.show .nav-link .mission h2,
.about_company_right .nav-tabs .nav-link.active .mission h2 {
    color: #209e2e;
}

.about_company_right .nav-tabs .nav-item:nth-child(2) .nav-link .mission {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.about_company_right .nav-tabs .nav-item .nav-link span {
    font-size:50px;
    line-height: 60px;
    margin-bottom: 10px;
    display: block;
    color: #a8a8a8;
}

.about_company_right .nav-tabs .nav-item .nav-link h2 {
    font-size: 20px;
    color: #808080;
    font-weight: 700;
    line-height: 26px;
}

.about_company_right .tab-content {
    padding: 28px 30px;
    position: relative;
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.about_company_right .tab-content .tab-pane {
    font-size: 16px;
    color: #808080;
    line-height: 26px;
    font-weight: 400;
}
 

/* Statement section */

.statement-section {
    position: relative;
}

.statement-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.statement-block {
    position: relative;
}

.statement-block {
    position: relative;
}

.statement-block .inner-box {
    position: relative;
    margin-top: 70px;
    padding: 0 58px 45px;
    background-size: cover;
}

.statement-block .icon-outer {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    transform: translateY(-70px);
    margin-bottom: -30px;
    text-align: center;
}

.statement-block .icon-outer:before {
    position: absolute;
    content: '';
    top: 0;
    left: -5px;
    right: 5px;
    bottom: 0;
    border-radius: 50%;background-color: #f7c212;
}

.statement-block .icon {
    position: relative;
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: #fff;    
    border-radius: 50%;
    z-index: 99;
    transition: .5s;    border: 2px solid #f7c212
}

.statement-block .inner-box:hover .icon {
    background-color: transparent;
}

.statement-block .icon img {
    position: relative;
}

.statement-block h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 11px;
}

.statement-block .text {
    position: relative;
    color: #dfdfdf;
}


/*============================ rating =========================*/
.item-rating{
    display: block;
    top: 171px;
    position: absolute;
    left: 25px;
    text-align: center;
    z-index: 999;}
.item-rating .star i{color: #ffcc23; font-size: 20px;}
.item-rating .rateit{display: block;
    color: #29b542;}
.item-rating .rateit i{color: #29b542;}


/*========================== product page ======================*/
.services-section {
    position: relative;
    padding: 50px 0 50px;   
}
.services-section .row{ background: var(--white);padding: 30px;border-radius: 8px; padding-bottom: 0 ; margin-right: 0;margin-left: 0;}
.service-block .inner-box {
    position: relative;
    margin-bottom: 60px;
}
.service-block .inner-box .lightbox-image, .service-block .inner-box .proimg{
  width: 100%;
    height: 250px;
}
.service-block .image {
    position: relative;
}

.service-block .image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #212121;
    transition: .5s;
    opacity: 0;
}

.service-block .inner-box:hover .image:before {
    opacity: 0.7;
}

.service-block .image img {
    width: 100%; height: 250px;border: #ddd solid 1px;
}

.service-block .lower-content {
    position: relative;
    padding: 20px;
    padding-top: 0;
    margin: -60px 20px 0;
    background-color: #f8f8f8;
    transition: .5s;text-align: center;
}

.service-block .inner-box:hover .lower-content {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: -82px;
    padding-bottom: 52px;    border-bottom: 5px solid #f7c212;
}

.service-block .icon {
    position: relative;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: -10px;
    transform: translateY(-50px);
}
.service-block .icon img{width: 100%;
    height: 100%;
    border-radius: 50%;}
.service-block .icon:before {
    position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    transition: .5s;
    transform: scale(.8);
    opacity: 0;
    border-radius: 50%;
}

.service-block .inner-box:hover .icon:before {
    transform: scale(1);
    opacity: 1;border: 1px solid #f7c212;
}

.service-block .icon .shape {
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: -30px;
    transition: .5s;
}

.service-block .inner-box:hover .icon .shape {
    opacity: 0;
}

.service-block h4 {
    position: relative;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 15px; text-align: center;
}

.service-block .text {
    position: relative;
    margin-bottom: 0;
}

.service-block .link-btn {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%) scale(.8);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #212121;
    opacity: 0;
    transition: .5s;    background-color: #f7c212;
}

.service-block .inner-box:hover .link-btn {
    opacity: 1;
    transform: translateX(-50%) scale(1);
}

/*=================== product detail ==============*/
.content-block .sec-title h2 {
  position: relative;
    font-size: 35px;
    font-weight: normal;
    padding-bottom: 5px;
}

.dash-header-card .image img{width:100%;border-radius: 10px;height: 100%}
.dash-header-card .image {border: 10px outset #bac3c4;
    padding: 3px;
    border-radius: 10px;
    height: 250px;
}



/*==================== product list ============*/
.notify-action a{width: 40px;height: 40px;
    font-size: 16px;
    color: #fff;  
    border-radius: 50%; 
    padding: 13px}



   
.about-section {
  position: relative;
}

.about-section::after {
  opacity: .9;
}
@media only screen and (max-width: 1199px) {
  .about-section .row {
    flex-direction: column-reverse;
  }
}
.about-section .section-logo-text {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%) rotate(-90deg);
}
.about-section .section-logo-text span {
  font-size: 181px;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  font-style: italic;
}
@media only screen and (max-width: 1199px) {
  .about-section .section-logo-text {
    display: none;
  }
}
.about-section .section-header {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-section .section-header .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section .section-header .section-title {
    font-size: 26px;
  }
}

.about-thumb {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-thumb {
    text-align: center;
  }
}
.about-thumb .about-thumb-content {
  position: absolute;
  left: 75px;
  bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .about-thumb .about-thumb-content {
    display: none;
  }
}
.about-thumb .about-thumb-content .signature-content .title {
  font-size: 14px;
  color: white;
  margin-top: 5px;
}
.about-thumb .about-thumb-video {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;position:relative;
}
@media only screen and (max-width: 991px) {
  .about-item {
    display: block; 
  }
}

.about-icon {
  width: 55px;
height: 70px;
line-height: 70px;
background-color: #115278;
border-radius: 999px;
display: inline-block;
text-align: center;
transition: all 0.5s;
}
.about-icon-area::before {
 
  position: absolute;
  content: '';
  top: 23px;
    left: 148px;
  width: 100%;
  height: 100%;
  background-image: url(../../images/about/element-27.png);
  background-repeat: no-repeat;
}
.about-item:hover .about-icon {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-icon img {
transition: all 0.5s;
    width: 71%;
    filter: brightness(0) invert(1);
}
.about-content-area {
  padding-top: 20px;
}
@media only screen and (max-width: 991px) {
  .about-content-area {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.about-content {
  width: calc(100% - 65px);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .about-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.about-content .title {
  color: white;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .about-content .title {
    font-size: 20px;
  }
}
.about-content p {
  color: white;
}

.about-btn {
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-btn {
    margin-top: 30px;
  }
}

.about-section-two .about-content-area {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .about-section-two .about-content-area {
    padding: 80px 0;
  }
}
.about-section-two .about-thumb {
  width: 76%;
  position: relative;
}
.about-section-two .about-thumb img {
  transform: translateY(100px);
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .about-section-two .about-thumb img {
    transform: none;
  }
}
.about-section-two .about-thumb .about-thumb-inner {
  position: absolute;
  top: 24%;
  right: -17%;
}
.about-section-two .about-thumb .about-thumb-inner .about-thumb-video {
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .about-section-two .about-thumb .about-thumb-inner .about-thumb-video {
    top: 50%;
  }
}
.about-section-two .about-thumb .about-thumb-content {
  transform: rotate(270deg);
  left: 0;
}
.about-section-two .about-thumb .about-thumb-content .signature-thumb img {
  transform: none;
}

.about-section--style {
  position: relative;
}
.about-section--style .about-element-one {
  position: absolute;
  top: 5%;
  left: 0;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .about-section--style .about-element-one {
    display: none;
  }
}
.about-section--style .about-element-two {
  position: absolute;
  bottom: 35%;
  right: 0;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .about-section--style .about-element-two {
    display: none;
  }
}
.about-section--style .about-thumb {
  position: relative;
    /* width: 300px; */
    /* height: 300px; */
    top: -194px;
}
.about-section--style .about-thumb:before {
    position: absolute;
    content: '';
    top: -4px;
    left: -7px;
    width: 100%;
    height: 100%;
    background-image: url(../../images/about/about-2.png);
    background-repeat: no-repeat;
}


.about-section--style .about-thumb img {
  width: 97%;
    border:transperant soild 1px;
    border-radius: 50%;
    border-bottom-left-radius: 0;border-bottom-right-radius: 0;
}
.about-section--style .about-thumb .about-overlay-content {
  position: absolute;
  top: 50%;
  left: -10%;
  background-color: #115278;
  padding: 35px;
  border-radius: 5px;
  width: 210px;
  animation: scroll-down 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
@media only screen and (max-width: 991px) {
  .about-section--style .about-thumb .about-overlay-content {
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    text-align: center;
    animation: none;
  }
}
@media only screen and (max-width: 767px) {
  .about-section--style .about-thumb .about-overlay-content {
    top: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .about-section--style .about-thumb .about-overlay-content {
    top: 60%;
    width: 300px;
  }
}
@media only screen and (max-width: 420px) {
  .about-section--style .about-thumb .about-overlay-content {
    top: 58%;
  }
}
@media only screen and (max-width: 380px) {
  .about-section--style .about-thumb .about-overlay-content {
    padding: 25px;
    width: 250px;
    top: 55%;
  }
}
.about-section--style .about-thumb .about-overlay-content img {
  width: auto;
}
.about-section--style .about-thumb .about-overlay-content .title {
  color: white;
  font-weight: 700;
  font-style: italic;
  margin-top: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (max-width: 380px) {
  .about-section--style .about-thumb .about-overlay-content .title {
    font-size: 16px;
  }
}
.about-section--style .section-header {
  margin-bottom: 40px;
}
.about-section--style .section-header::before {
  display: none;
}
.about-section--style .section-header p {
  padding: 0;
}
.about-section--style .about-list li {
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.about-section--style .about-list li::before {
  position: absolute;
    content: " ";
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 900; */
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    /* line-height: 16px; */
    background-color: #115278;
    font-size: 11px;
    border-radius: 50%;
    padding-left: 2px;
    fill: white;
}
.about-section--style .about-user-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 400px) {
  .about-section--style .about-user-area {
    display: block;
  }
}
.about-section--style .about-user-area .about-user-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 40px;
}
@media only screen and (max-width: 400px) {
  .about-section--style .about-user-area .about-user-wrapper {
    margin-bottom: 20px;
  }
}
.about-section--style .about-user-area .about-user-wrapper .about-user-thumb {
  width: 70px;
}
.about-section--style .about-user-area .about-user-wrapper .about-user-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.about-section--style .about-user-area .about-user-wrapper .about-user-content .title {
  margin-bottom: 2px;
}
.about-section--style .about-user-area .about-user-wrapper .about-user-content .sub-title {
  font-size: 15px;
  font-family: "Kanit", sans-serif;
  color: #e80000;
}

.about-item-area-two .row {
  flex-direction: row;
}
.about-item-area-two .about-item {
  display: block;
  text-align: center;
  background-color: white;
  box-shadow: 0 15px 30px rgb(17 82 120 / 13%);
  border-radius: 6px;
  padding: 30px;
  transition: all 0.5s;    height: 232px;
}
.about-item-area-two .about-item:hover {
  box-shadow:0 15px 30px rgb(203 203 203 / 60%);
}
.about-item-area-two .about-item .about-icon {
  margin: 0 auto;
}
.about-item-area-two .about-item .about-content {
  width: 100%;
  padding-left: 0;
  padding-top: 25px;
}
.about-item-area-two .about-item .title {
  color: #115278;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 25px;
}

.about-item-area-two .about-item .about-content p{color:#555555}
input:focus::placeholder {
        color: transparent;
      }


/*====================================== blog Detail==================*/
.single-header {
  margin-bottom: 11px;
    border-bottom: #e6e6e6 solid 1px
}
.single-header .single-header-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-header .entry-meta.meta-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.entry-meta.meta-1, .entry-meta.meta-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.entry-meta .author-avatar img {
  font-size:20px;
    margin-right: 5px;
}
.entry-meta.meta-1 span {
    margin-right: 10px;
}
span.has-dot::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d2d2d2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    display: block;
    left: -2px;
}
.single-thumbnail {
    margin-bottom: 30px;    display: block; width:100%
}
.single-thumbnail img {
    border-radius: 15px;
    overflow: hidden;width: 100%;
}
.single-content {
    text-rendering: optimizeLegibility;
    color: #253D4E;text-align: justify;
}
span.has-dot {
    position: relative;
    padding-left: 10px;
}
.sidebar-widget {
    position: relative;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 15px;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
}
.section-title.style-1 {
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    font-size: 24px;
}
.section-title.style-1::after {
    content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b3e0fa;
}
.widget-category-2 ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding: 9px 18px;
    margin: 0 0 15px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.widget-category-2 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    line-height: 1.5;
    color: #253D4E;
    font-size: 14px;
}
.widget-category-2 .count {
    display: inline-block;
    background-color: #b3e0fa;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 20px;
    margin-left: 5px;
    font-size: 12px;
    color: #253D4E;
}
.widget-category-2 ul li:hover {
    border: 1px solid #b3e0fa;
    -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.widget-category-2 ul li:hover a{color: #b3e0fa;}
.sb_widget {
    padding: 30px;
   background-color: rgb(17 82 120);
}
.sb_widget_title {
       line-height: 1;
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-weight: 400;
}
.sb_widget_title:before {
    left: 0;
    bottom: 0;
    content: "";
    height: 2px;
    width: 48px;
    position: absolute;
    background-color: #cbb379;
}
.doc_file_list {
    margin: -30px;
}
.ul_li_block {
    margin: 0px;
    padding: 0px;
    display: block;
}
.doc_file_list > li:not(:last-child) {
    border-bottom: 1px solid #00446b;
}
.ul_li_block > li {
    display: block;
    list-style: none;
}
.doc_file_list .file_item {
    padding: 15px;
}
.file_item {
    display: flex;
    align-items: center;
}
.file_item .item_icon {
       margin-right: 31px;
    color: #fff;
    font-size: 34px;
}
.file_item strong {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #000323;
}
.file_item small {
   font-size: 15px;
    color: #ccb47a;
}
file_item strong, .file_item small {
    display: block;
    line-height: 1;
}

/*============================ search ===========*/
.tt-menu {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 1%;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
    max-height: 250px;
    overflow-y: auto;
	cursor:pointer
}
.tt-menu li{border-bottom:#f9f9f9 solid 1px;padding: 5px 4px;}
.tt-menu li:hover{
background:#f5f5f5;
}.holiday_head {
    color: #094CA1;
    background: none;
    font-size: 15px;
    text-align: right;
    border-bottom: 1px solid #3C5A9A;
    cursor: text;
    margin-right: 10px;    font-weight: 500;
}