/* ===========================
Index Of css

01. Veriables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. About CSS
06. Achievement CSS
07. Testimonial CSS
08. Pricing CSS
09. Faq CSS
10. Blog CSS
11. Clients CSS
12. Categories CSS
13. Items Grid CSS
14. Browse Chities CSS
15. Items Tab CSS
16. Newsletter CSS
17. Dashboard CSS
18. Login CSS
19. Why Choose CSS
20. Item Details CSS
21. How Works CSS
22. Call To Action CSS
23. Bookmarked CSS
24. Responsive CSS
25. Contact CSS
26. Error CSS
27. Mail Success CSS
28. Coming Soon CSS
29. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/


@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fontsingle-item-grid.googleapis.com/css2?family=Noto Sans:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
    font-family: 'SpoqaHanSansNeo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.ph-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    direction: ltr;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;


  }
  .ph-item,
  .ph-item *,
  .ph-item ::after,
  .ph-item ::before {
    box-sizing: border-box;
  }
  .ph-item::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    pointer-events: none;
    content: " ";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
    -webkit-animation: ph-animation 0.8s linear infinite;
            animation: ph-animation 0.8s linear infinite;
    z-index:999;
  }
  .ph-item > * {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px;

  }
  
  .ph-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: -7.5px;
  }
  .ph-row div {
    height: 10px;
    margin-top: 7.5px;
    background-color: #ced4da;

  }
  .ph-row .big, .ph-row.big div {
    height: 20px;
  }
  .ph-row .empty {
    background-color: rgba(255, 255, 255, 0);
  }
  
  .ph-col-2 {
    flex: 0 0 16.6666666667%;
  }
  
  .ph-col-4 {
    flex: 0 0 33.3333333333%;
  }
  
  .ph-col-6 {
    flex: 0 0 50%;
  }
  
  .ph-col-8 {
    flex: 0 0 66.6666666667%;
  }
  
  .ph-col-10 {
    flex: 0 0 83.3333333333%;
  }
  
  .ph-col-12 {
    flex: 0 0 100%;
  }
  
  [class*=ph-col] {
    direction: ltr;
  }
  [class*=ph-col] > * + .ph-row {
    margin-top: 0;
  }
  [class*=ph-col] > * + * {
    margin-top: 7.5px;
  }
  
  .ph-avatar {
    position:relative;
    top:32px;
    height:22px;
    width: 100%;
    overflow: hidden;
    background-color: #ced4da;
    z-index:888;
    margin-left:20px;
  }
  .ph-avatar::before {
    display: block;
    content: " ";
  }
  
  .ph-picture {
    position: absolute;
    width: 100%;
    aspect-ratio:12/8;
    background-color: #ced4da;
    z-index:888;
  }
  
  @-webkit-keyframes ph-animation {
    0% {
      transform: translate3d(-30%, 0, 0);
    }
    100% {
      transform: translate3d(30%, 0, 0);
    }
  }
  
  @keyframes ph-animation {
    0% {
      transform: translate3d(-30%, 0, 0);
    }
    100% {
      transform: translate3d(30%, 0, 0);
    }
  }





html {
    scroll-behavior: smooth;
}
body {
    font-family:'Jost' ,'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #353535;
    overflow-x: hidden;
    font-size: 15px;
}
p {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', 'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
    font-size: 15px;
}
* {
    margin: 0;
    padding: 0;
}
.navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #3813c2;
    border-color: #3813c2;
}
.form-check_pol {
    padding: 20px 0 5px 0;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #101130;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}
input:focus {
    border-color: #4a6cf7;
}
select:focus {
    border-color: #4a6cf7;
}
span, a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-205 {
    margin-top: 205px;
}
.mt-210 {
    margin-top: 210px;
}
.mt-215 {
    margin-top: 215px;
}
.mt-220 {
    margin-top: 220px;
}
.mt-225 {
    margin-top: 225px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mb-205 {
    margin-bottom: 205px;
}
.mb-210 {
    margin-bottom: 210px;
}
.mb-215 {
    margin-bottom: 215px;
}
.mb-220 {
    margin-bottom: 220px;
}
.mb-225 {
    margin-bottom: 225px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-205 {
    padding-top: 205px;
}
.pt-210 {
    padding-top: 210px;
}
.pt-215 {
    padding-top: 215px;
}
.pt-220 {
    padding-top: 220px;
}
.pt-225 {
    padding-top: 225px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-210 {
    padding-bottom: 210px;
}
.pb-215 {
    padding-bottom: 215px;
}
.pb-220 {
    padding-bottom: 220px;
}
.pb-225 {
    padding-bottom: 225px;
}
.plr-30 {
    padding: 0 30px;
}
.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.explanation {
    font-size: 13px;
    color: #666666;
    padding-top: 8px;
}


/*----------------------------------------
    # Banner Section CSS
----------------------------------------*/
.rs-banner {
    background: url(../images/main/mainbackground.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

.rs-banner::before{
    content: "";
    opacity: 0.85;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #030111;
    background: linear-gradient(#0a0b2f 70%, #2939bc);
}

.rs-banner .banner-content {
    text-align: center;
    padding: 180px 0 550px;
    position: relative;
    z-index: 1;
}


.rs-banner .banner-content  img{
    border-radius: 6px;
    box-shadow:  rgb(50 50 93 / 50%) 0px 13px 27px -5px,
}

.rs-banner .banner-content .bnr-logo {
    text-align: center;
}
.rs-banner .banner-content .bnr-logo img {
    max-width: 150px;
}
.rs-banner .banner-content .bnr-title {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 2px;
    color: #ffffff;
}
.rs-banner .banner-content .bnr-subtitle {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom:30px;
    font-weight: 400;
}

.rs-banner .banner-content .bnr-subtitle img {
    width: 6%;
    padding:0px 5px;

}

.rs-banner .banner-content .btn-part {
    position: relative;
    display: inline-block;
}
.rs-banner .banner-content .btn-part .readon {
    position: relative;
    z-index: 1;
    display: flex;
}
.rs-banner .banner-content .btn-part .readon img {
    margin-right: 6px;
}
.rs-banner .banner-content .btn-part .arrow {
    position: absolute;
    right: -99px;
    bottom: -51px;
    max-width: 191px;
}
.rs-banner .banner-content .btn-part .arrow .price {
    position: absolute;
    right: -60px;
    top: -30px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100%;
}
.rs-banner .banner-content .btn-part .arrow .price span {
    color: #d83030;
    font-size: 20px;
    font-weight: 700;
}
.rs-banner .fly {
    position: absolute;

}


.rs-banner .fly.ly1 {
    left: 95px;
    top: 135px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
}

.rs-banner .fly.ly2 {
    right: 95px;
    top: 135px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
}
.rs-banner .fly.ly3 {
    left: 190px;
    bottom: 100px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
}



.rs-banner .fly.ly4 {
    right: 190px;
    bottom: 100px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
}

.rs-banner .fly.ly5 {
    left:50%;
    bottom: 200px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
    margin-left:-250px;
}

.rs-banner .particle-banner {
    overflow: hidden;
    position: relative;
}
.rs-banner .particle-banner .ball {
    position: absolute;
    border-radius: 100%;
    opacity: 1;
}

.rs-banner img{
    border-radius:5px;
}




/*----------------------------------------
    # main search CSS
----------------------------------------*/

.main_search_area {
    margin-top:37px;
    padding:0;
    text-items: center;
}


.main_search_area .search_box {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    border-bottom:2px solid #1D74F2;
    background-color: #fff;
    border-image:#1D74F2;
    border-image-slice: 1;
}
.main_search_area .search_box .searchinput {
    width:calc( 100% - 70px );
    line-height:28px;
    background-color: #fff;
    letter-spacing: -0.2px;
    border:none;
    font-size:1.23rem;

}

.main_search_area .search_box input::placeholder {
    color:#bbbbbb;
    font-size:1.3rem;
    font-weight: 600;

}


.main_search_area .search_box .search_btn {
    display: inline-block;
    position:relative;
    flex-grow:0;
    flex-shrink: 0;
    flex-basis:35px;
    margin-right:0px;
    border:none;
    background-color:#fff;
    font-size:25px;
    color:#1D74F2;
    font-weight:700;
}


.main_search_area .search_keword {
    display:block;
    width:100%;
    margin-top:15px;
    order:0;
    flex-grow:1;
    flex-shrink: 1;
    align-items: center;
    display: inline-flex;
    text-align:center !important;
}

.main_search_area .search_keword .keword_list {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;


}
.main_search_area .search_keword .keword_list .list_inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_search_area .search_keword .keword_list .list_inner div{
    font-size: 14px;
    margin-right:5px;
    color: #1D74F2;
    font-weight: 600;
}

.main_search_area .search_keword .keword_list .list_inner div button {
    font-size: 14px;
    color: rgb(24, 51, 71);
    font-weight: 500;
    border:1px solid #e3f2fb;
    background-color: #e3f2fb;
    padding:6px 14px;
    border-radius:50px;
}


.main_search_area .search_keword .title {
    font-weight:700;
    font-size: 16px;
    line-height:22px;
    margin-right:24px;
    flex-basis: 66px;
    flex-grow: 0;
    flex-shrink: 0;
    color:#555;
}


.readon {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all .4s;
    padding: 15px 40px 15px 40px;
    border-radius: 0px 0px 0px 0px;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    background: #1D74F2;
    z-index: 1;
    overflow: hidden;
}
.readon:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 300px;
    height: 200px;
    background-color: #333;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.readon:hover {
    color: #fff;
}
.readon:hover:after {
    opacity: .3;
    transform-origin: 100px 100px;
    transform: scale(1) translate(-10px, -70px);
}
.readon.transparent {
    background: transparent;
    border: 2px solid #ff0066;
    padding: 15px 28px;
}
.readon.transparent:hover {
    border: 2px solid #ff0066;
    background: #ff0066;
}


/*----------------------------------------
    # main Section CSS
----------------------------------------*/


.y-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.rs-services.style1 .services-item .services-wrap {
    position: relative;
    text-align: center;
    padding: 50px 50px 40px 50px;
    transition: all 500ms ease;
    transform: translateY(0px);
    border:1px solid #e1e4e6;
    border-radius: 4px 4px 4px 4px;
    margin-bottom:25px;
}
.rs-services.style1 .services-item .services-wrap .services-icon {
    margin-bottom: 25px;
}
.rs-services.style1 .services-item .services-wrap .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
}




.rs-services.style1 .services-item .services-wrap .services-text .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    color: #0a0a0a;
    margin-bottom: 15px;
}
.rs-services.style1 .services-item .services-wrap .services-text .services-txt {
    margin: 0;
}
.rs-services.style1 .services-item:hover {
    background-image: linear-gradient(60deg, #05106d 0%, #3749db 100%);
    border-radius: 4px 4px 4px 4px;
    padding: 0px 0px 0px 0px;
}
.rs-services.style1 .services-item:hover .services-wrap {
    transform: translateY(-10px);
    border:none;
}
.rs-services.style1 .services-item:hover .services-wrap .services-text .services-txt,
.rs-services.style1 .services-item:hover .services-wrap .services-text .title {
    color: #ffffff;
}
.rs-services.style1.home-services-style3 .services-item {
    padding: 0px 0px 0px 0px;
    background-color: #180A7F;
    border-radius: 10px 10px 10px 10px;
}
.rs-services.style1.home-services-style3 .services-item .services-wrap {
    padding: 45px 50px 45px 50px;
}
.rs-services.style1.home-services-style3 .services-item .services-wrap .services-text .services-txt {
    font-size: 15px;
}
.rs-services.style1.home-services-style3 .services-wrap .services-text .title {
    color: #ffffff;
}
.rs-services.style1.home-services-style3 .services-item:hover {
    background-image: linear-gradient(60deg, #180a7f 20%, #7f23b0 150%);
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
}

.rs-services.style1 .services-item:hover img{
    transition: 0.5s;
    filter :brightness(0) invert(1);
}

.Lanuage-button select{
    background: url("../images/icon/lni_globe.svg") 15px no-repeat;
    background-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 20px 15px 32px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    outline: none;
}









.Lanuage-button{
    background-size: 16px;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
    outline: none;
}



.Lanuage-button:hover {
    display: block;
    color: #fff;
    background-color: #212529;
    border-color: #1D74F2;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;

}



.Lanuage-button select option.icon_kr{
    background: url("../images/icon/lni_globe.svg") 15px no-repeat;
    background-size: 16px;

}


.Lanuage-button select option{
    background-color: #fff;
    color:#555;
    border-radius: 4px;
    padding:20px 0 ;
}

.Lanuage-button select option:disabled {
    color: -internal-light-dark(graytext, rgb(217, 217, 217));
    display: none;

}









/*----------------------------------------
    # Preview Section CSS
----------------------------------------*/
.rs-preview-demos .demo-wrap {
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.rs-preview-demos .demo-wrap .image-part a {
    display: flex;
}
.rs-preview-demos .demo-wrap .image-part img {
    width: 100%;
}
.rs-preview-demos .demo-wrap .content-part {
    text-align: center;
    padding: 30px 30px 20px;
    background: #f9f9f9;
}
.rs-preview-demos .demo-wrap .content-part .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.rs-preview-demos .demo-wrap .content-part .title span.number {
    font-size: 30px;
    line-height: 40px;
    color: #ff0066;
    display: none;
}
.rs-preview-demos .demo-wrap .content-part .title a {
    color: #0a0a0a;
}
.rs-preview-demos .demo-wrap .content-part .title a:hover {
    color: #191821;
}
.rs-preview-demos .demo-wrap .content-part .title span.new {
    font-size: 13px;
    position: absolute;
    right: -63px;
    top: -10px;
    font-style: normal;
    font-weight: 400;
    background: #ff0000;
    color: #ffffff;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 30px;
}
.rs-preview-demos .demo-wrap .content-part .title span.new:after {
    position: absolute;
    content: '';
    left: -11px;
    bottom: 0;
    border-left: 11px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #ff0000;
}
.rs-preview-demos .demo-wrap .content-part .btn-part {
    margin-top: 26px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li a {
    width: 140px;
    padding: 8px 0;
    font-size: 14px;
}
.rs-preview-demos .demo-wrap .content-part .btn-part li:last-child {
    margin-right: 0;
}
.rs-preview-demos .demo-wrap.coming .content-part {
    padding-top: 30px;
    padding-bottom: 28px;
}
span.news {
    background: red;
    width: 60px;
    display: inline-block;
    height: 60px;
    position: absolute;
    color: #fff;
    font-size: 15px;
    border-radius: 0px 50px 50px 50px;
    margin: 3px;
    padding: 16px 0 0 12px;
    text-transform: uppercase;
    font-weight: 600;
}
/*----------------------------------------
    # Counter Section CSS
----------------------------------------*/
.rs-counter .counter-wrap {
    display: flex;
    align-items: initial;
}
.rs-counter .counter-wrap .counter-number {
    font-size: 54px;
    line-height: 64px;
    font-weight: 800;
    color: #ff0066;
    margin-bottom: 0;
    position: relative;
    padding-right: 15px;
}
.rs-counter .counter-wrap .counter-number.plus {
    padding-left: 33px;
    display: inline-block;
}
.rs-counter .counter-wrap .counter-number.plus:after {
    position: absolute;
    content: "+";
    left: 0;
    top: 0;
    bottom: 0;
}
.rs-counter .counter-wrap .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}
/*----------------------------------------
    # Plugins Section CSS
----------------------------------------*/
.rs-plugins .bottom-part {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
.rs-plugins .bottom-part .items {
    text-align: center;
    background: #ffffff;
    height: 214px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    padding: 0 15px;
}
.rs-plugins .bottom-part .items .wrapping img {
    width: unset;
    height: 40px;
    margin: 0 auto;
}
.rs-plugins .bottom-part .items .wrapping .title {
    margin-top: 18px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
}
.rs-plugins .bottom-part .owl-carousel {
    position: relative;
}
.rs-plugins .bottom-part .owl-carousel:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}
/* Bread Crumbs */
.breadcrumbs {
    position: relative;
    padding-top: 85px;
    padding-bottom: 20px;
    z-index: 2;
    text-align: center;
    background-image: url("../images/breadcrumbs/breadcrumb-bg01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'jost','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;;

}


.breadcrumbs::before{
    content: "";
    opacity: 0.55;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(5, 9, 20);
    background: -moz-linear-gradient(to right,#0e42b9 0,#1b5ae9 25%,#061337 100%);
    background: -webkitlinear-linear-gradient(to right,#1b5ae9 0,#0c4fe9 25%,#061337 100%);
    background: linear-gradient(to right,#0e42b9 0,#1b5ae9 25%,#061337 100%);

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-top: 100px;
        padding-bottom: 60px;
    }

    .rs-banner .fly {display: none;}

}
@media (max-width: 767px) {
    .breadcrumbs {
        paddinig-top: 90px;
        padding-bottom: 50px;
    }
}
.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: center;
}
.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight:500;
    position: relative;
    line-height: 20px;
    text-transform: capitalize;
    letter-spacing:1.5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 24px;
        line-height: 34px;
    }
}
}
.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: -1;
    padding: 0;
    display: inline-block;
    font-weight: 400;
}
.breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        text-align: center;
        margin-top: -20px;
    }
}
.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea5c";
    font-family: lineIcons;
    font-size: 10px;
    position: absolute;
    top: 3px;
    right: -7px;
}
.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}
.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none;
}
.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs .breadcrumb-nav li i, .breadcrumbs .breadcrumb-nav li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}
.breadcrumbs .breadcrumb-nav li a:hover {
    color: #e4e4e4;
}
.section {
    padding-top: 25px;
    padding-bottom: 120px;
    position: relative;
    width:100%;
}
/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 300px;
    position: relative;
    z-index: 5;

    word-break: keep-all;
}
.section-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}
.section-title h2:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -2px;
    height: 4px;
    width: 50px;
    border-radius: 5px;
    background: #1D74F2;
    content: "";
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
}
.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}
.section-title.align-right h2:before {
    display: none;
}
.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #1D74F2;
    content: "";
}
.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}
.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}
/* One Click Scrool Top Button*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #1D74F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px;
}
.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #081828;
}
/* Overlay */
.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}
/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 0px 0 0 0;
    display: block;
}
.pagination.center {
    text-align: center;
}
.pagination.right {
    text-align: right;
}
.pagination.left {
    text-align: left;
}
.pagination .pagination-list {
    display: inline-block;
    overflow: hidden;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.pagination .pagination-list li:last-child {
    margin-right: 0px;
}
.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    line-height: 38px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e1e4e6;
}
.pagination .pagination-list li.active a, .pagination .pagination-list li:hover a {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i {
    font-size: 13px;
}
.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}
.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.button .btn:hover {
    background-color: #081828;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.button .btn-alt {
    background-color: #081828;
    color: #fff;
}
.button .btn-alt:hover {
    background-color: #1D74F2;
    color: #fff;
}





.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}
.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #1D74F2;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}


.list-unstyled li{
    font-size:14px;
}

@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
.bg-gray {
    background-color: #F4F7FA !important;
}
/*======================================
	01. Start Header CSS
========================================*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.header .login-button {
    margin-left: 40px;
}
.header .login-button ul {
    padding: 0px;
    border-radius: 30px;
}

.header .login-button ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.header .login-button ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header .login-button ul li a:hover {
    color: #fff;
}
.header .login-button ul li a i {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    font-size: 15px;
}


.header .login-button ul li i {
    font-size:18px;
    padding-lefr:8px;
}

.header .dropdown button{
    font-weight: 400;

}

.header .dropdown button:hover {
    font-weight: 400;
    color:#fff;
}







* {
    margin: 0;
    padding: 0;
}
s
*, ::after, ::before {
    box-sizing: border-box;
}
div {
    display: block;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*, ::after, ::before {
    box-sizing: border-box;
}

.header .login-button ul button{
    font-weight: 400;
    margin:0px;
}



.header .login-button .dropdown-menu {
    border-radius: 5px;
    color:#727272;
    padding:5px 0;
}

.header .login-button .dropdown-menu li a {
    color:#212529;
    font-size:13px;
    padding:4px 15px;
}

.header .login-button .dropdown-menu li a {
    color:#212529;
    font-size:13px;
    padding:4px 15px;
}

.header .login-button ul button{
    padding:8px 10px;
    margin-right:5px;
}


.header .dropdown-menu button i{font-size:15px;}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}
.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: #fff;
}
.header .navbar .navbar-nav .nav-item a.active {
    color: #1D74F2;
}
.sticky .navbar .navbar-nav .nav-item a.active {
    color: #1D74F2;
}
.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #fff;
}
/* Topbar */
.header .toolbar-area {
    padding: 18px 0;
    background: #1D74F2;
    overflow: hidden;
}
.header .toolbar-area .toolbar-social {
    float: right;
}
.header .toolbar-area .toolbar-social ul li {
    display: inline-block;
    margin-right: 15px;
}
.header .toolbar-area .toolbar-social ul li .title {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}
.header .toolbar-area .toolbar-social ul li:last-child {
    margin: 0;
}
.header .toolbar-area .toolbar-social ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .toolbar-area .toolbar-social ul li a:hover {
    color: #fff;
}
.header .toolbar-login {
    float: left;
}
.header .toolbar-login span {
    display: inline-block;
    color: #fff;
    margin: 0px 12px;
    font-size: 13px;
    font-weight: 600;
}
.header .toolbar-login a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-size: 13px;
}
.header .toolbar-login a i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    font-size: 11px;
    height: 22px;
    width: 22px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #1D74F2;
    line-height: 22px;
}
.header .toolbar-login a:hover {
    color: #081828;
}
.header .toolbar-login a:last-child {
    margin: 0;
}
/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
    height:5.1rem;

}
.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    background: #101130;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-area.sticky .toolbar-area {
    display: none;
}
.navbar {
    z-index: 99;
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 175px;
}
.mobile-menu-btn {
    padding: 0px;
}
.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        position: absolute;
        top: 66px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 500px;
        overflow-y: scroll;
        border-top: 1px solid #e1e4e6;
    }
}
@media (max-width: 767px) {
    .navbar-collapse {
        position: fixed;
        top: 165% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 500px;
        overflow-y: scroll;
    }
}
.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-right: auto !important;
}
.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}
.navbar-nav .nav-item:hover a {
    color: #fff;
}
.navbar-nav .nav-item a {
    font-size: 15px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
}
.navbar-nav .nav-item a::after {
    opacity: 0;
    visibility: hidden;
}
.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5;
    height: 3px;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a.active:before {
    width: 100%;
}
.navbar-nav .nav-item:hover a:before {
    width: 100%;
}
.navbar-nav .nav-item a.active {
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}
.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
    margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
    .rs-banner .fly {transform: scale(75%);}
    .rs-banner .banner-content .bnr-title {font-size:40px;}
    .rs-banner .banner-content .bnr-subtitle {font-size:25px;}
    .rs-banner .fly.ly3  {bottom: 100px}
    .rs-banner .fly.ly4  {bottom: 100px}
    .rs-banner .fly.ly5 {margin-left:-300px;}


}

@media only screen and (max-width: 1500px) {

    .rs-banner .banner-content{transform: scale(90%)}
    .rs-banner .banner-content .bnr-title {font-size:40px;}
    .rs-banner .banner-content .bnr-subtitle {font-size:25px;}
    .rs-banner .fly.ly1  {transform: scale(89%); left:50px; bottom: 100px}
    .rs-banner .fly.ly2  { transform: scale(89%); right:50px;  bottom: 100px}
    .rs-banner .fly.ly3  {transform: scale(89%); transform: scale(80%); left:50px; bottom: 100px}
    .rs-banner .fly.ly4  { transform: scale(89%);right:50px;  bottom: 100px}
    .rs-banner .fly.ly5 {transform: scale(92%);  margin-left:-250px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 16px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.navbar-nav .nav-item .sub-menu {
    border-top: 1px solid #e1e4e6;
    padding: 10px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px #1414140e;
    box-shadow: 0px 10px 20px #1414140e;
    position: absolute;
    top: 100% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item .sub-menu.mega-menu {
    width: 500px;
    white-space: none !important;
    padding-right: 5px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .mega-menu-title {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #081828;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-top: 12px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block {
    width: 49.5% !important;
    display: inline-block !important;
    white-space: none !important;
    border-right: 1px solid #e1e4e6;
    height: 100%;
    float: left;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
    padding-right: 10px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
    border: none;
    padding-left: 10px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block li a:hover {
    background-color: #1D74F2;
    color: #fff;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block li.active a {
    background-color: #1D74F2;
    color: #fff;
}
.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 15px;
    color: #666666;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.navbar-nav .nav-item .sub-menu .nav-item a:before {
    display: none;
}
.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
    .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .navbar-nav .nav-item a::before {
        display: none;
    }
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu {
        width: 100% !important;
        white-space: none !important;
        padding-right: 0;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block {
        width: 100% !important;
        display: block !important;
        white-space: none !important;
        border: none;
        height: 100%;
        float: left;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
        padding-right: 0;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
        border: none;
        padding-left: 0;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        background: #1D74F2 !important;
        color: #fff !important;
    }
    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}
.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
    color: #fff !important;
    background-color: #1D74F2 !important;
}
.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}
.navbar-nav .nav-item .sub-menu > li > a:hover {
    background: #1D74F2;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .nav-item .sub-menu > li.active {
        background: #f9f9f9 !important;
        color: #1D74F2 !important;
    }
    .header.style3.navbar-area .header-social {
        display: none;
    }
    .navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
        color: #fff !important;
        background-color: #1D74F2 !important;
    }
    .post-ad-tab02 .nav {
        display: none;
    }
    .login .form-head h4.title {
        font-size: 26px;
    }
    .login .form-head {
        padding: 40px;
    }
    .login .form-head h4.title {
        margin-bottom: 15px;
    }
}
.header-button {
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0px 4px 7px #00000021;
}
.header-button .btn i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {

    background-image: url("../images/main/mainbackground.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 10px;
    z-index: 2;
}
.hero-area.overlay::before {
    z-index: -1;
    background: #081828;
    opacity: 0.9;
}
.hero-area.style2 {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url("../images/main/mainbackground.jpg");
}
.hero-area.style2 .hero-text {
    text-align: left;
}
.hero-area.style2 .hero-text h2 {
    font-size: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.hero-area.style2 .hero-text h2::before {
    left: 0;
    margin-left: 0;
}
.hero-area.style3 {
    padding-top: 250px;
    padding-bottom: 0;
    background-image: url("../images/main/mainbackground.jpg");
}
.hero-area.style3 .search-form {
    margin-top: 100px;
    background: #fff;
    border-radius: 6px;
    padding: 35px 40px;
    padding-right: 55px;
    width: 100%;
    border: 1px solid #e1e4e6;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.hero-area.style3 .search-form .btn:hover {
    background-color: #081828;
    color: #fff;
}
.hero-area.style3 .categories {
    padding: 0;
    margin-top: 30px;
}
.hero-area.style3 .categories .single-cat {
    border: none;
    background-color: #fff;
    padding: 20px 10px;
}
.hero-area .hero-text h2 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.hero-area .hero-text h2::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2px;
    height: 4px;
    width: 60px;
    margin-left: -30px;
    background: #1D74F2;
    border-radius: 10px;
}
.hero-area .hero-text p {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
/* Hero Search Form */
.search-form {

    background: #fff3;
    border-radius: 6px;
    padding: 30px;
    padding-right: 45px;
}
.search-form.style2 {
    padding: 0;
    padding: 50px;
    background-color: #fff;
}
.search-form.style2 .heading-title {
    font-size: 24px;
    margin-bottom: 8px;
}
.search-form.style2 .sub-heding-text {
    margin-bottom: 40px;
    font-size: 16px;
}
.search-form.style2 .search-input {
    padding: 0;
    margin-bottom: 18px;
}
.search-form.style2 .btn {
    margin: 0;
}
.search-form.style2 .btn:hover {
    background-color: #081828;
    color: #fff;
}
.search-form .search-input {
    position: relative;
    padding: 0px 8px;
}
.search-form .search-input input {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    padding-right: 45px;
    height: 55px;
    font-size: 15px;
    border: 1px solid #e1e4e6;
}
.search-form .search-input input:focus {
    outline: none !important;
}
.search-form .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.search-form .search-input select:focus {
    outline: none !important;
}
.search-form button {
    width: 100%;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    height: 55px;
    margin-left: 5px;
}
.search-form button.btn:hover {
    background: #fff;
    color: #081828;
}
.search-form button i {
    display: inline-block;
    margin-right: 5px;
}
.search-form02 {
    width: 18%;
    margin-top: 0px;
    border-radius: 6px;
    padding: 0px;
    padding-right: 10px;
}
.search-form02.style2 {
    padding: 0;
    padding: 50px;
    background-color: #fff;
}
.search-form02.style2 .heading-title {
    font-size: 24px;
    margin-bottom: 8px;
}
.search-form02.style2 .sub-heding-text {
    margin-bottom: 40px;
    font-size: 16px;
}
.search-form02.style2 .search-input {
    padding: 0;
    margin-bottom: 18px;
}
.search-form02.style2 .btn {
    margin: 0;
}
.search-form02.style2 .btn:hover {
    background-color: #081828;
    color: #fff;
}
.search-form02 .search-input {
    position: relative;
    padding: 0px 8px;
}
.search-form02 .search-input input {
    width: 100%;
    background: transparent;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 0 20px;
    padding-right: 45px;
    height: 50px;
    font-size: 15px;
}
.search-form02 .search-input input:focus {
    outline: none !important;
}
.search-form02 .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-form02 .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.search-form02 .search-input select:focus {
    outline: none !important;
}
.search-form02 button {
    width: 100%;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    height: 55px;
    margin-left: 5px;
}
.search-form02 button.btn:hover {
    background: #fff;
    color: #081828;
}
.search-form02 button i {
    display: inline-block;
    margin-right: 5px;
}


.scroll-motion{
    position:absolute;
    bottom:65px;
    z-index:10;
    margin: 0 50%;
    transform: scale(0.9);
}


.scroll-motion a {
    z-index:10;
    color:#fff;
}
.scroll-motion a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.scroll-motion a span:nth-of-type(1) {
    top: -32px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.scroll-motion a span:nth-of-type(2) {
    top: -48px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.scroll-motion a span:nth-of-type(3) {
    top: -64px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*======================================
    About Us CSS
========================================*/
.about-us .content-left {
    position: relative;
}
.about-us .content-left img {
    width: 100%;
    border-radius: 6px;
}
.about-us .content-left .video {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #1D74F2;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 16px;
    padding-left: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-us .content-left .video:hover {
    color: #fff;
    background-color: #1D74F2;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.about-us .content-right {
    padding-right: 70px;
    padding-left: 40px;
}
.about-us .content-right .sub-heading {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #1D74F2;
    background-color: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
}
.about-us .content-right h2 {
    display: block;
    font-size: 32px;scroll-motion
margin-bottom: 25px;
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.about-us .content-right h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 8px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.about-us .content-right p {
    font-size: 16px;
    line-height: 26px;
}
/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
    background-color: #1D74F2;
    padding-top: 70px;
    padding: 90px 0 120px 0;
}
.our-achievement .single-achievement {
    margin-top: 30px;
    text-align: center;
    padding: 0px 50px;
}
.our-achievement .single-achievement h3 {
    font-size: 40px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.our-achievement .single-achievement p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
/*======================================
    Testimonial CSS
========================================*/
.testimonials {
    background: url(../images/main/gs-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 180px;
}
.testimonials .section-title h2 {
    color: #fff;
}
.testimonials .section-title p {
    color: #fff;
}
.testimonials .testimonial-slider {
    margin: 0;
}
.testimonials .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    z-index: 9;
}
.testimonials .tns-nav button {
    height: 5px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    border: none;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonials .tns-nav button:hover {
    background: #1D74F2;
}
.testimonials .tns-nav button.tns-nav-active {
    background: #1D74F2;
}
.testimonials .single-testimonial {
    background: #fff;
    border: 1px solid #ececec;
    padding: 50px 40px;
    margin: 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.testimonials .single-testimonial .quote-icon {
    position: absolute;
    right: 30px;
    top: 10px;
}
.testimonials .single-testimonial .quote-icon i {
    font-size: 70px;
    color: #cccccc3b;
}
.testimonials .single-testimonial:hover {
    -webkit-box-shadow: 0px 0px 13px #0000001a;
    box-shadow: 0px 0px 13px #0000001a;
}
.testimonials .single-testimonial:hover .author img {
    border-color: #1D74F2;
}
.testimonials .single-testimonial .author {
    position: relative;
    min-height: 70px;
    margin-bottom: 25px;
    padding-top: 10px;
}
.testimonials .single-testimonial .author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 5px solid #ececec;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonials .single-testimonial .author .name {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
}
.testimonials .single-testimonial .author .name .deg {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.testimonials .single-testimonial .text p {
    font-size: 16px;
}
/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
    background: #f9f9f9;
    position: relative;
}
.pricing-table .section-title {
    margin-bottom: 50px;
}
.pricing-table .single-table {
    margin-top: 30px;
    background: #fff;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #ececec;
    overflow: hidden;
    border-radius: 6px;
    padding: 40px 40px;
    z-index: 2;
}
.pricing-table .single-table::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 300px;
    width: 300px;
    background: #1D74F2;
    border-radius: 50%;
    left: -50px;
    top: -110px;
}
.pricing-table .single-table::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 300px;
    width: 300px;
    background: #1D74F2;
    border-radius: 50%;
    left: -40px;
    top: -110px;
    opacity: 0.8;
    z-index: -1;
}
.pricing-table .single-table .table-head {
    position: relative;
}
.pricing-table .single-table .table-head .amount {
    font-size: 35px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
}
.pricing-table .single-table .table-head .duration {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.pricing-table .single-table .table-head .title {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 19px;
}
.pricing-table .single-table .table-list {
    position: relative;
    display: block;
    margin-top: 90px;
}
.pricing-table .single-table .table-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
}
.pricing-table .single-table .table-list li:last-child {
    margin-bottom: 0;
}
.pricing-table .single-table .button {
    margin-top: 40px;
}
/*======================================
    Faq CSS
========================================*/
.faq {
    padding-bottom: 100px;
}
.accordion-item .accordion-button {
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #e1e4e6;
}
.accordion-item .accordion-button span {
    float: left;
}
.accordion-item .accordion-button i {
    float: right;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
    border-radius: 5px 5px 0 0;
}
.accordion-button:not(.collapsed) i::before {
    content: "\eb2c";
    font-family: lineIcons;
}
.accordion-button::after {
    display: none;
}
.accordion-collapse {
    border: none;
}
.accordion-body {
    border: 1px solid #e1e4e6;
    border-radius: 0 0 5px 5px;
    padding: 30px 20px;
}
.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
}
.accordion-body p:last-child {
    margin: 0;
}
.accordion-item {
    margin-bottom: 20px;
}
/*======================================
    Blog CSS
========================================*/
.latest-news-area .single-news {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}
.latest-news-area .single-news .image {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
}
.latest-news-area .single-news .image a {
    width: 100%;
}
.latest-news-area .single-news .image:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0%;
    height: 50px;
    width: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.latest-news-area .single-news .image:after {
    position: absolute;
    content: "";
    left: 0%;
    top: 50%;
    height: 2px;
    width: 50px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.latest-news-area .single-news .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.latest-news-area .single-news:hover .image::before {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.latest-news-area .single-news:hover .image::after {
    left: 50%;
    opacity: 1;
    visibility: visible;
}
.latest-news-area .single-news:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-news-area .single-news .content-body {
    padding: 40px 30px 30px 30px;
    border-radius: 6px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e1e4e6;
}
.latest-news-area .single-news .content-body .title {
    line-height: 30px;
}
.latest-news-area .single-news .content-body .title a {
    font-size: 18px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 20px;
}
.latest-news-area .single-news .content-body .title a:hover {
    color: #1D74F2;
}
.latest-news-area .single-news .content-body p {
    font-size: 14px !important;
}
.latest-news-area .single-news .content-body .meta-details {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #e1e4e6;
}
.latest-news-area .single-news .content-body .meta-details ul li {
    display: inline-block;
    margin-right: 17px;
    padding-right: 17px;
    position: relative;
}
.latest-news-area .single-news .content-body .meta-details ul li::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #1D74F2;
}
.latest-news-area .single-news .content-body .meta-details ul li:last-child {
    margin: 0;
    padding: 0;
}
.latest-news-area .single-news .content-body .meta-details ul li:last-child::before {
    display: none;
}
.latest-news-area .single-news .content-body .meta-details ul li a {
    font-size: 14px;
    color: #081828;
    font-weight: 500;
}
.latest-news-area .single-news .content-body .meta-details ul li a:hover {
    color: #1D74F2;
}
.blog-list {
    background: #f9f9f9;
}
.blog-list .single-news {
    margin: 0;
}
.blog-list .single-news {
    margin-bottom: 40px;
}
/* News Details */
.blog-single {
    background: #f9f9f9;
}
.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog-single .post-thumbnils img {
    width: 100%;
}
.post-details .detail-inner {
    background-color: #fff;
    padding: 50px 40px;
    margin-bottom: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-details .detail-inner01{
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-details .post-thumbnils {
    margin-bottom: 30px;
}
.post-details .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
}
.post-details .post-title a {
    font-size: 23px;
    font-weight: 600;
}
.post-details .post-title a:hover {
    color: #1D74F2;
}






.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.object-center {
    -o-object-position: center;
    object-position: center;
    text-align: center;

}




.lg-500{
    position: relative;
    height: 85px;
    overflow: hidden;
    text-align: left;
    width:100%;
    color: #141414;
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom:0px;
    border-radius: 5px;
    border:1px solid transparent;
    background-color: #f7f8fc;
    background-image:linear-gradient(#fff, #fff), linear-gradient(0deg, #1b5ae9 20%, #e1e4e6 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;

}


.lg-500 figcaption {
    position: absolute;
    top: calc(100%);
    width: 100%;
    padding: 25px 50px 80px 28px;
    display: block;
    text-align: left;
    margin-right:100px;

}

.lg-500 figcaption:before {
    position: absolute;
    content: '';
    z-index: 2;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 180px;
    border-radius: 5px;
    box-shadow:0px -10px 15px 1px rgb(0 0 0 / 3%) inset;

}

.lg-500 a {
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}


.lg-500:hover {
    box-shadow: 0px 10px 15px #00000012;
}




.lg-500 img{
    border-radius: 6px;
    height: 210px;
    width:100%;

    filter: blur(10px);
    -webkit-filter: blur(10px);
}

.lg-500 h3.block-title{
    position: absolute;
    top:-76%;
    left:0;
    color:#fff;
    z-index: 50;
    min-width:940px;
    font-size:22px;
    word-break: keep-all;
    font-weight:600;
    display: block;
    padding:50px 50px;
    line-height: 24px;
    font-shadow:0px 10px 20px #000;

}



.lg-500 h3.block-title p{
    text-align: left;
    position: absolute;
    top:0;
    color: #1D74F2;
    z-index: 80;
    min-width:900px;
    font-size:18px;
    padding-left:35px;
}

.lg-500 h3.block-title a:hover  i{
    color:#1D74F2;
}

.lg-500 h3.block-title p:hover{

    color:#1D74F2;
}


.lg-500 h3.block-title span{
    text-align: left;
    color: #1D74F2;
    min-width:940px;
    font-size:13px;
    word-break: keep-all;
    font-weight:400;
    display: block;
    padding:18px 50px;
    line-height: 2.8;
    opacity: 0.9;
    margin-left:-13px;
}

.event-my-view{
    position:  absolute;
    top:0;
    left:0;
    z-index:10;
    display: flex;

}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}


.border-line{
    border-top:1px solid #e1e4e6;
    margin:18px 10px 0 10px;
    padding:0px 0px;
    width:98%;
}

.dashboard-block .nodata{
    padding:40px 0;
    text-align: center;
    color:#727272;
    vertical-align: middle;
}

.dashboard-block .nodata i{
    padding-bottom:8px;
    display: block;
    font-size:18px;
    color:#c1c4c9;
}



ul.custom-flex {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 3px;
}
.post-details .post-meta li a:hover {
    color: #1D74F2;
}
.post-details p {
    font-size: 15px;

}
.post-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}
.post-details p:last-child {
    margin-bottom: 0;
}

.event-backcolor{
    background-color: #edf0f5;
}

blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: left;
    padding: 40px;
    background-color: #1D74F2;
    border-radius: 5px;
    overflow: hidden;
}
blockquote .icon i {
    font-size: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
blockquote h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
}
blockquote .shape {
    position: absolute;
    right: -90px;
    top: -91px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-details .list {
    margin: 40px;
}
.post-details .list li {
    color: #666666;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.post-details .list li i {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 10px;
    color: #fff;
    background-color: #1D74F2;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    border-radius: 3px;
}
.post-details .list li:last-child {
    margin: 0;
}
.post-social-media {
    margin-top: 40px;
}
.post-social-media .share-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
.post-details .post-social-media ul {
    display: inline-block;
    margin-left: 10px;
}
.post-details .post-social-media ul li {
    display: inline-block;
    margin-right: 13px;
}

.post-details .post-social-media ul li i {
    font-size:14px;
    color:#B5B5B5;
}

.post-details .post-social-media ul li a {
    font-size: 14px;
    color: #999;
    position: relative;
    font-weight: 300px;
}

.post-details .post-social-media ul li a:hover {
    color: #1D74F2;
}
.post-details .post-social-media ul li a span {
    background-color: #1D74F2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-details .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #1D74F2;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.post-details .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px;
}
.post-details .post-meta li {
    font-weight: 500;
    margin-right: 25px;
}
.post-details .post-meta li a {
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
    color: #081828;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 5px;
    color: #1D74F2;
}
.post-details p {
    font-size: 14px;
    line-height: 28px;
}
.post-details .post-image {
    margin: 40px 0 20px 0;
    width: 100%;
}
.post-details .post-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}
.post-details > ul > li {
    font-weight: 500;
}
.detail-post-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
}
/*comments*/
.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.comment-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.comment-title span {
    background-color: white;
    padding-right: 15px;
}
.comment-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.comment-reply-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.comment-reply-title span {
    background-color: white;
    padding-right: 15px;
}
.comment-reply-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.post-comments .comments-list li {
    padding-left: 130px;
    position: relative;
    font-size: 14px;
}
.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
}
.post-comments .comments-list li .comment-img img {
    max-width: 100px;
    max-height: 100px;
}
.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}
.post-comments .comments-list li .comment-desc .desc-top h6 .saved {
    color: #1D74F2;
    font-size: 14px;
    margin-left: 10px;
}
.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    border-radius: 4px;
    border: 1px solid #e1e4e6;
    color: #1D74F2;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
}
.post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}
.post-comments .comments-list li.children {
    margin-left: 130px;
}
.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e1e4e6;
}
/*Comment form*/
.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.comment-form form .form-box {
    position: relative;
}
.comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px;
}
.comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 55px;
    border: 1px solid #e1e4e6;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}
.comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px;
}
.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom::placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
/* News sidebar */
.sidebar .widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #e1e4e6;
}
.sidebar .widget:last-child {
    margin-bottom: 0;
}
.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
}
.sidebar .widget .widget-title span {
    background-color: white;
    padding-right: 18px;
}
.sidebar .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.sidebar .widget.search-widget form {
    position: relative;
}
.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 80px 0 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input::placeholder {
    color: #333;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: none;
    background: #1D74F2;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
}
.sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    height: 80px;
    border-radius: 50% !important;
    overflow: hidden;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 16px;
    font-weight: 500;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #1D74F2;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 14px;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time > i {
    margin-right: 4px;
}


.sidebar .widget.popular-feeds .more-btn {
    margin-top: 30px;
    display: block;
    text-align: center;
    text-decoration: underline;
    border-top:1px solid #edf0f2;
    padding-top:15px;
}

.sidebar .widget.popular-feeds .more-btn a{
    color:#727272;
    text-decoration: underline;
}

.sidebar .widget.popular-feeds .more-btn a:hover{
    color:#0d6efd;
    text-decoration: underline
}

.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px;
}
.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
}
.sidebar .widget.categories-widget ul li a {
    font-size: 15px;
    height: 35px;
    background-color: transparent;
    display: block;
    position: relative;
    line-height: 35px;
    color: #081828;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
    padding: 0;
    padding-right: 40px !important;
    display: inline-block;
    line-height: 22px;
    width: 100%;
}
.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
    font-size: 12px;
}
.sidebar .widget.categories-widget ul li a:hover {
    color: #1D74F2;
}
.sidebar .widget.categories-widget ul li a:hover span {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.sidebar .widget.popular-tag-widget {
    padding-bottom: 30px;
}
.popular-tag-widget .tags > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    background: #1D74F2;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    color: #666666;
    border: 1px solid #e1e4e6;
    border-radius: 4px;
}
.popular-tag-widget .tags > a:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.sidebar-as img {
    width: 100%;
}
/*======================================
   Clients CSS
========================================*/
.client-logo-section {
    background: #fff;
    padding: 50px 0;
}

.client-logo-section .client-logo-wrapper{
    width:100%;

}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
    padding: 10px 15px;
    text-align: center;
    margin: auto;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 220px;
    width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
    opacity: 30;
}
/*======================================
    Items Category CSS
========================================*/
.categories {
    background-color: transparent;
    height: 0;
}
.categories .tns-controls button {
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    background: #1D74F2;
    border: none;
    padding: 2px 5px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: absolute;
    z-index: 99;
    top: 50%;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .tns-controls button:hover {
    background-color: #081828;
    color: #fff;
}
.categories:hover .tns-controls button {
    opacity: 1;
    visibility: visible;
}
.categories .tns-controls button:first-child {
    left: -23px;
}
.categories .tns-controls button:last-child {
    right: -23px;
}
.categories .cat-inner {
    padding: 30px 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    position: relative;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.categories.style2 {
    height: auto;
    padding: 100px 0;
}
.categories.style2 .section-title {
    margin-bottom: 20px;
}
.categories.style2 .cat-inner {
    -webkit-transform: none;
    transform: none;
    padding: 0;
    border: none;
}
.categories.style2 .single-cat {
    margin-top: 30px;
    border: 1px solid #e1e4e6;
    padding: 25px 10px;
}
.categories.style2 .single-cat:hover {
    -webkit-box-shadow: 0px 10px 15px #00000012;
    box-shadow: 0px 10px 15px #00000012;
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.categories .single-cat {
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: none;
    border-radius: 6px;
}
.categories .single-cat:hover {
    background-color: #f9f9f9;
}
.categories .single-cat .icon img {
    width: 40px;
}
.categories .single-cat h3 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #081828;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .single-cat:hover h3 {
    color: #1D74F2;
}
.categories .single-cat .total {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
    color: #081828;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .single-cat:hover .total {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.all-categories {
    border-bottom: 1px solid #e1e4e6;
    padding-bottom: 70px;
}
.all-categories .categories-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.all-categories .cat-title {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    background: #1D74F2;
    color: #fff;
}
.all-categories .cat-title span {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.all-categories ul {
    margin-bottom: 30px;
}
.all-categories ul li {
    display: block;
    margin-bottom: 7px;
}
.all-categories ul li:last-child {
    margin: 0;
}
.all-categories ul li a {
    color: #666666;
    padding: 10px 15px;
    border: 1px solid #e1e4e6;
    display: block;
    border-radius: 4px;
}
.all-categories ul li a:hover {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
/* Category Page*/
.category-page {
    background-color: #f9f9f9;
}
.category-page .single-ad-grid {
    background-color: #fff;
}
.category-page .category-grid-topbar {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding-right: 15px;
}
.category-page .category-grid-topbar .title {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    float: left;
}


.category-page .category-grid-topbar .nodata {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    margin:80px;
}


.category-page .category-grid-topbar .nodata i{
    padding-right:7px;
    font-size: 18px;
}


.category-page .category-grid-topbar .nav {
    border: none;
    float: right;
}
.category-page .category-grid-topbar .nav button {
    border: none;
    padding: 5px 10px 3px 10px;
    border: 1px solid #e1e4e6;
    border-radius: 4px;
    margin-right: 6px;
}
.category-page .category-grid-topbar .nav button.active {
    background-color: #1D74F2;
    border-color: transparent;
    color: #fff;
}
.category-page .category-grid-topbar .nav button:last-child {
    margin: 0;
}

.search_tag{
    width:85%;
}

.search_tag li{
    display: inline-block;
    padding:5px 10px;
    border:1px solid #e1e4e6;
    border-radius: 50px;
    color:#101130;
    font-size:14px;
    font-weight: 500;
    box-shadow:0px 10px 25px #00000012;
    float: left;
    margin: 0px 5px 5px 0;
}

.search_tag li span{
    padding-right:3px;
    color:#1D74F2;
}

.search_tag li i{
    padding-left:5px;
    color:#999999;
}


.search_tag li.active{
    display: inline-block;
    padding:5px 10px;
    border:1px solid #e1e4e6;
    border-radius: 50px;
    color:#fff;
    font-size:14px;
    font-weight: 500;
    box-shadow:0px 10px 25px #00000012;
    float: left;
    margin: 0px 5px 10px 0;
    background-color: #1D74F2;
}

.search_tag li.active span{
    padding-right:3px;
    color:#fff;
}

.search_tag li.active i{
    padding-left:5px;
    color:#fff;
}


.search_tag01 li{
    display: inline-block;
    padding:5px 10px;
    border:1px solid #4a6cf7;
    border-radius: 50px;
    color:#4a6cf7;
    font-size:14px;
    font-weight: 500;
    box-shadow:0px 10px 25px #00000012;
    float: left;
    margin: 0px 8px 5px 0;
}

.search_tag01 li span{
    padding-right:3px;
    color:#4a6cf7;
}

.search_tag01 li i{
    padding-left:5px;
    color:#4a6cf7;
}


.category-sidebar .single-widget {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    margin-bottom: 15px;
}
.category-sidebar .single-widget:last-child {
    margin-bottom: 0;
}
.category-sidebar .single-widget h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.category-sidebar .single-widget.search form {
    position: relative;
}
.category-sidebar .single-widget.search form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search form button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_type form {
    position: relative;
}
.category-sidebar .single-widget.search_type form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_type form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_type form button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_status form {
    position: relative;
}
.category-sidebar .single-widget.search_statuse form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_status form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_status form button:hover {
    color: #1D74F2;
}
.mypage_search {
    padding: 0px 30px 20px 30px;
    margin-top: 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e4e6;
}
.mypage_search .single-widget {
    background-color: #fff;
    padding: 0px 0px 10px 0;
    border: 0px solid #e1e4e6;
    border-radius: 6px;
    margin-bottom: 15px;
}
.mypage_search .single-widget:last-child {
    margin-bottom: 0;
}
.mypage_search .single-widget h3 {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.mypage_search .single-widget .search_type form {
    position: relative;
}
.mypage_search .single-widget .search_type input {
    height: 15px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
    font-size: 14px;
}
.mypage_search .button {
    width: 100%;
    padding-top: 0px;
}
.mypage_search .button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.mypage_search .button .button .btn:hover {
    background-color: #081828;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.mypage_search .single-widget.search_type button {
    height: 30px;
    width: 35px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.mypage_search .single-widget.search_type form button:hover {
    color: #1D74F2;
}
.mypage_search .single-widget .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 15px;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    margin-left: 0px;
}
.mypage_search .single-widget .search-input input {
    height: 40px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
    font-size: 14px;
}
.mypage_search .single-widget .search-input input:focus {
    border-color: #4a6cf7;
}
.mypage_search .single-widget .search-input select:focus {
    border-color: #4a6cf7 !important;
}
.mypage_search .single-widget .search-input {
    padding: 0px;
    margin: 0px;
}


.form-select_layout{
    width:100%;
    border-bottom: 1px solid #e1e4e6;
    padding:0 0px 15px 28px;
    margin-bottom:20px;
}


.category-sidebar .single-widget.search_name form {
    position: relative;
}
.category-sidebar .single-widget.search_name form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_name form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_name form button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_period  {
    position: relative;
}
.category-sidebar .single-widget.search_period  input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_period  button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 30px;
    top: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_period  button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.range input {
    color: #081828;
    cursor: pointer;
}
.category-sidebar .single-widget.range ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #081828;
}
.category-sidebar .single-widget.range ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #081828;
}
.category-sidebar .single-widget.range .range-inner {
    position: relative;
    padding-left: 15px;
}
.category-sidebar .single-widget.range label {
    color: #081828;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}
.category-sidebar .single-widget.range #rangePrimary {
    display: inline-block;
    border: none;
}
.category-sidebar .single-widget.range input[type="range"]::-webkit-slider-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.range input[type="range"]::-moz-range-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.range input[type="range"]::-ms-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.condition .form-check {
    display: block;
    margin-bottom: 10px;
}
.category-sidebar .single-widget.condition .form-check:last-child {
    margin: 0;
}
.category-sidebar .single-widget.condition .form-check-label {
    cursor: pointer;
}
.category-sidebar .single-widget.condition .form-check-input {
    cursor: pointer;
}
.category-sidebar .single-widget.condition .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.category-sidebar .single-widget .list li {
    margin-bottom: 25px;
}
.category-sidebar .single-widget .list li:last-child {
    margin: 0;
}
.category-sidebar .single-widget .list li a {
    color: #666666;
    display: block;
    position: relative;
    padding-right: 35px;

}
.category-sidebar .single-widget .list li a i {
    display: inline-block;
    margin-right: 5px;
}
.category-sidebar .single-widget .list li a span {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-sidebar .single-widget .list li a:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget .list li a:hover span {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
.category-sidebar .single-widget.banner a img {
    width: 100%;
}
.single-widget .search-input {
    position: relative;
    padding: 0px 8px;
}
.single-widget .search-input input {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: none;
    padding: 0 15px;
    padding-right: 45px;
    height: 55px;
    font-size: 15px;
    border: 1px solid #e1e4e6;
}
.single-widget .search-input input:focus {
    outline: none !important;
}
.single-widget .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-widget .search-input select {
    width: 108%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 15px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    margin-left: -8px;
}
.list-info .search-input select:focus {
    outline: none !important;
}
.list-info .search-input input:focus {
    outline: none !important;
}
.list-info .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-info .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 15px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    margin-left: -8px;
}
.list-info .search-input select:focus {
    outline: none !important;
}
/*======================================
    Items Grid CSS
========================================*/
.items-grid {
    background: #FFF;
}
.items-grid.custom-padding {
    padding-top: 110px;
}
.items-grid .section-title {
    margin-bottom: 50px;
}
.items-grid .single-grid {
    -webkit-box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
    box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
}
.items-grid .single-grid .image {
    position: relative;
}
.items-grid .single-grid .image .author {
    background: transparent;
    padding: 15px 20px;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    overflow: visible;
    width: 100%;
    z-index: 2 !important;
}
.items-grid .single-grid .image .author::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 110px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000e3));
    background: linear-gradient(transparent, #000000e3);
    z-index: -1;
    overflow: visible;
}
.items-grid .single-grid .image .author .author-image {
    float: left;
}
.items-grid .single-grid .image .author .author-image a {
    color: #081828;
}
.items-grid .single-grid .image .author .author-image a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .image .author .author-image a:hover span {
    color: #1D74F2;
}
.items-grid .single-grid .image .author .author-image a span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.items-grid .single-grid .image .author .author-image img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
}
.items-grid .single-grid .image .author .author-image p {
    display: inline-block;
    margin-left: 5px;
}
.items-grid .single-grid .image .author .sale {
    display: inline-block;
    background: #1D74F2;
    color: #fff;
    font-size: 14px;
    float: right;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 6px;
    font-family: 'Poppins', 'Roboto', 'SpoqaHanSansNeo', sans-serif;
}
.items-grid .single-grid .image .item-position {
    display: inline-block;
    background: #1D74F2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
    box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.items-grid .single-grid .image .item-position i {
    display: inline-block;
    margin-right: 3px;
}
.items-grid .single-grid .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.items-grid .single-grid .image .thumbnail {
    overflow: hidden;
}
.items-grid .single-grid:hover .image .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.items-grid .single-grid .content .top-content {
    padding: 30px 30px 25px 30px;
}
.items-grid .single-grid .content .top-content .tag {
    display: inline-block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;

}
.items-grid .single-grid .content .top-content .tag i {
    display: inline-block;
    margin-right: 5px;
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .tag:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .t.single-item-grid .content .tagop-content .title {
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}
.items-grid .single-grid .content .top-content .title a {
    color: #081828;
    font-size: 20px;
    font-weight: 600;
}
.items-grid .single-grid .content .top-content .title a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .update-time {
    font-size: 14px;
}
.items-grid .single-grid .content .top-content .rating {
    margin-top: 10px;
}
.items-grid .single-grid .content .top-content .rating li {
    display: inline-block;
    color: #FFAB02;
}
.items-grid .single-grid .content .top-content .rating li a {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
}
.items-grid .single-grid .content .top-content .rating li a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .info-list {
    margin-top: 10px;
    overflow: hidden;
}
.items-grid .single-grid .content .top-content .info-list li {
    display: block;
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}
.items-grid .single-grid .content .top-content .info-list li a {
    color: #666666;
    font-weight: 500;
}
.items-grid .single-grid .content .top-content .info-list li a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .info-list li a i {
    color: #1D74F2;
    display: inline-block;
    margin-right: 3px;
}
.items-grid .single-grid .content .top-content .info-list li:last-child {
    margin: 0;
}
.items-grid .single-grid .content .bottom-content {
    padding: 15px 30px;
    border-top: 1px solid #e1e4e6;
    overflow: hidden;
}
.items-grid .single-grid .content .bottom-content .price {
    float: left;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    top: 8px;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.items-grid .single-grid .content .bottom-content .price span {
    color: #1D74F2;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
}
.items-grid .single-grid .content .bottom-content .like {
    float: right;
    color: #1D74F2;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
}
.items-grid .single-grid .content .bottom-content .like:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}





/*======================================
    Browse Cities CSS
========================================*/
.browse-cities {
    background-color: #f9f9f9;
}
.browse-cities .section-title {
    margin:100px 0  50px 0;
}
.browse-cities .single-city {
    margin-top: 30px;
    position: relative;
    z-index: 3;
    border-radius: 6px;
    overflow: hidden;
}
.browse-cities .single-city .info-box {
    position: relative;
}
.browse-cities .single-city .info-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000f0));
    background: linear-gradient(transparent, #000000f0);
    z-index: 0;
}
.browse-cities .single-city .more-btn {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.browse-cities .single-city .more-btn:hover {
    color: #1D74F2;
}
.browse-cities .single-city:hover .more-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.browse-cities .single-city .image {
    z-index: -1;
    position: relative;
}
.browse-cities .single-city .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.browse-cities .single-city:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.browse-cities .single-city .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    padding-right: 50px;
}
.browse-cities .single-city .content .name {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
.m-point {
    font-size: 35px;
    font-weight: 800;
    color: #1D74F2;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
.browse-cities .single-city .content .name:hover {
    color: #1D74F2;
}
.browse-cities .single-city .content .name span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-top: 4px;
}
/*======================================
    Ads Grid CSS
========================================*/
.items-tab {
    background: #fff;
}
.items-tab.custom-padding {
    padding-top: 150px;
}
.items-tab .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
}
.items-tab .nav {
    display: inline-block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.items-tab .nav-tabs .nav-link {
    display: inline-block !important;
    background: transparent !important;
    color: #081828;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    bottom: -1px;
}
.items-tab .nav-tabs .nav-link:hover {
    color: #1D74F2;
}
.items-tab .nav-tabs .nav-link.active {
    color: #1D74F2;
    border: none;
    border-bottom: 2px solid #1D74F2;
}
.single-item-grid {
    background: #f7f7f770;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 22px;
    border: 1px solid #3333331a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    box-shadow:  0 5px 20px rgb(35 38 45 / 10%)  !important
}
.single-item-grid:hover {
    -webkit-box-shadow: 0px 10px 30px #00000010;
    box-shadow: 0px 10px 30px #00000010;
    background: #fff;
}
.single-shadow {
    box-shadow: 0px 10px 30px #00000015;
    background: #fff;
}
.single-item-grid .image {
    overflow: hidden;
    position: relative;

}
.single-item-grid .image a {
    width: 100%;
}
.single-item-grid .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    aspect-ratio:12 / 8;

}
.single-item-grid .image .cross-badge {
    position: absolute;
    top: 0px;
    left: 15px;
}

.single-item-grid .image .btn-area {
    position: absolute;
    left: 10%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    bottom: -60px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    width:100%;

}

.single-item-grid .image .btn-area li {
    display: inline-block;
    margin-right: 3px;
    color: #ffffff;
    background-color: #1D74F2f;
    font-size: 13px;
    font-weight:500;
    width: 120px;
}



.single-item-grid .image .btn-area li a {
    padding:13px 18px;
    line-height: 15px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background-color:#1D74F2;
    font-size: 14px;
    color: #fff;
    text-align: center;


}
.single-item-grid .image .btn-area li a:hover {
    color: #fff;
    background: #17213e;
}
.single-item-grid .image .btn-area li:last-child {
    margin-right: 0;
}
.single-item-grid:hover .image .btn-area {
    bottom:20px;
    opacity: 3;
    visibility: visible;
    transform: scale(1);
    cursor:pointer;
    background: rgba(20, 20, 20, 0) 5%
}


.single-item-grid .image .btn-area li i {
    padding-right:5px;
}



.single-item-grid .image .btn-area li a {
    padding:13px 18px;
    line-height: 15px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background-color:#1D74F2;
    font-size: 14px;
    color: #fff;
    text-align: center;


}


.single-item-grid .image:hover  img {
    transform: scale(1);
    opacity: 0.7;
}

.single-item-grid:hover{
    border:1px solid #1D74F2;
    border-radius: 5px;
}



.single-item-grid .btn-area_02 {
    width:100%;
    border-top:1px solid #e5e5e5;
    padding:10px 20px;
    margin-bottom:0px;
}

.single-item-grid .btn-area_02 li {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight:400;
    width: 48.5%;
    float: left;
    margin-right:5px;
}



.single-item-grid .btn-area_02 li a {
    padding:12px 18px;
    line-height: 15px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background-color:#fff;
    border:1px solid #1D74F2;
    font-size: 14px;
    color: #1D74F2;
    text-align: center;
    width:100%;

}
.single-item-grid  .btn-area_02 li a:hover {
    color: #fff;
    background: #1D74F2;
    border:1px solid #1D74F2;
}

.single-item-grid  .btn-area_02 li:last-child {
    margin-right: 0;
    float: none;
}

.single-item-grid .btn-area_03 {
    border-top:1px solid #e5e5e5;
    padding-top:8px;
    margin-bottom:5px;
    text-align: right;
    margin:0 30px;
}

.single-item-grid .btn-area_03 li {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    font-weight:400;
    margin-right:5px;
}



.single-item-grid .btn-area_03 li a {
    padding:10px 16px;
    line-height: 15px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    background-color:#fff;
    border:1px solid #1D74F2;
    font-size: 14px;
    color: #1D74F2;
    text-align: center;
    width:100%;

}
.single-item-grid  .btn-area_03 li a:hover {
    color: #fff;
    background: #1D74F2;
    border:1px solid #1D74F2;
}

.single-item-grid  .btn-area_03 li:last-child {
    margin-right: 0;
    float: none;
}



.fire {

    display: inline-block;
    padding: 1em;
    font-family: Helvetica Neue;
    border-radius: 4px;
    position: relative;
}

.fire:before{
    -webkit-animation: sparkle 4s infinite linear;
    animation: sparkle 4s infinite linear;
    background: linear-gradient(90deg, #7FEFBD 0%, #FFF689 11%, #EC0B43 22%, #7FEFBD 33%, #FFF689 44%, #EC0B43 55%, #7FEFBD 66%, #FFF689 77%, #EC0B43 88%, #7FEFBD 100%);
    background-size: 300% 100%;
    content: "";
    width: 100px;
    border-radius: 4px;
    filter: blur(3px);
    z-index: -1;
    transform: scale(0.99) translateY(3px);
    border:1px solid red;
}


.single-item-grid .image .cross-badge {
    width: 25px;
    height: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #1D74F2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.single-item-grid .image .flat-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index:80;
}
.single-item-grid .image .flat-badge {
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    z-index:80;
}
.single-item-grid .image .ongoing {
    background: #e2458f;
}
.single-item-grid .image .preparing {
    background: linear-gradient(90deg, rgb(0, 63, 255) 0%, rgb(105, 10, 255) 69%);
}
.single-item-grid:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-item-grid .content {
    position: relative;
    padding: 13px 30px 14px 30px;
}
.single-item-grid .content .tag {
    font-size: 13px;
    font-weight: 400;
    color: rgb(24, 51, 71);
    background-color: #e3f2fb;
    border-radius:3px;
    padding:2px 8px;
    margin-right:6px;
}

.single-item-grid .content .tag01 {
    font-size: 13px;
    font-weight: 400;
    color: rgb(50, 48, 44);
    background-color: #f1f0ef;
    border-radius:3px;
    padding:2px 8px;
    margin-right:6px;
    margin-top:3px;
    margin-bottom:3px;
}
.single-item-grid .content .tag:hover {
    color: #1D74F2;
}
.single-item-grid .content .title {
    border-top: 1px solid #e1e4e6;
    margin-top: 10px;
    padding-top: 15px;
}
.single-item-grid .content .title a {
    font-size: 16px;
    font-weight: 600;
    color: #081828;
    white-space:normal;
    display:-webwit-box;
    -webkit-line-clamp:2; /*텍스트를 자를때 원하는 단위 ex)3줄 */
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.single-item-grid .content .title a:hover {
    color: #1D74F2;
}
.single-item-grid .content .location {
    margin-top: 10px;
}

.single-item-grid .content .location span{
    font-weight:500;
    padding-right:10px;
}


.single-item-grid .content .location a {
    color: #666666;
}
.single-item-grid .content .location a i {
    color: #1D74F2;
    display: inline-block;
    margin-right: 5px;
}
.single-item-grid .content .location a:hover {
    color: #1D74F2;
}
.single-item-grid .content .info {
    overflow: hidden;
    margin-top: 10px;
    line-height:20px;
}
.single-item-grid .content .info .price {
    font-size: 16px;
    font-weight: 600;
    color: #1D74F2;
    float: left;
    position: relative;
    top: 5px;
}
.single-item-grid .content .info .price button.more02 {
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #1D74F2;
    float: right;
    position: relative;
    top: 0px;
    right: -12px;
    z-index: 1px;
    padding: 0px;
    margin: 0px;
}
.single-item-grid .content .info .price button.more02 i {
    transform: rotate(90deg);
    color: #888;
}
.single-item-grid .content .info .like {
    float: right;
}
.single-item-grid .content .info .like a {
    color: #666666;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
}
.single-item-grid .content .info .like a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/*======================================
    Newsletter CSS
========================================*/
.newsletter {
    padding: 20px;
    background-color: #1D74F2;
    background-image: url(../images/newsletter/newsletter-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.newsletter .inner-content {
    position: relative;
}
.newsletter .title {
    padding-left: 80px;
}
.newsletter .title i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #1D74F2;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter .title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    line-height: 40px;
}
.newsletter .title p {
    color: #fff;
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-family: 'Jost','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.newsletter .newsletter-form {
    padding-left: 80px;
    position: relative;
}
.newsletter .newsletter-form input {
    height: 55px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 0 142px 0 20px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
}
.newsletter .newsletter-form ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.newsletter .newsletter-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.newsletter .newsletter-form .button {
    display: inline-block;
    position: absolute;
    right: 0;
}
.newsletter .newsletter-form .button .btn {
    display: inline-block;
    background: #fff;
    color: #1D74F2;
    height: 55px;
    border-radius: 0px 6px 6px 0;
}
.newsletter .newsletter-form .button .btn:hover {
    color: #081828;
}
/*======================================
    Dashbord CSS
========================================*/
.dashboard {
    background: #f9f9f9;
}
.dashboard .main-content .details-lists {
    padding-bottom: 25px;

}
.dashboard .main-content .details-lists .single-list {
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding: 50px 30px;
    padding-left: 115px;
    box-shadow: 2px 5px 5px 0px rgb(69 65 78 / 3%)
}
.dashboard .main-content .details-lists .single-list:hover {
    -webkit-box-shadow: 0px 10px 30px #00000010;
    box-shadow: 0px 10px 30px #00000010;
    background: #fff;
}


.dashboard .main-content .details-lists .single-list .list-icon {
    height:3rem;
    width: 3rem;
    line-height: 2.5rem;
    border-radius: 3px;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    background-color: #6861CE;
    color:#fff;
    padding-top:5px;

}

.dashboard .main-content .details-lists .single-list .list-icon{
    font-size: 18px;
    color:#fff;
}

.dashboard .main-content .details-lists .single-list .list-icon i {
    font-size: 18px;
    color:#fff;
}
.dashboard .main-content .details-lists .single-list.two .list-icon {
    background-color: #1D74F2;
}
.dashboard .main-content .details-lists .single-list.two .list-icon i {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(45deg, #fff, #fff);

}
.dashboard .main-content .details-lists .single-list.three .list-icon {
    background-color: #e843a1;

}
.dashboard .main-content .details-lists .single-list.three .list-icon i {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(45deg, #fff, #fff);

}

.dashboard .main-content .details-lists .single-list.four .list-icon i {
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(45deg, #fff, #fff);
}

.dashboard .main-content .details-lists .single-list.four .list-icon {
    background-color: #adadad;
}



.participation-btn  li {
    display: inline-block;
    margin-right: 10px;
    color:#fff;
}

.participation-btn  li:last-child {
    margin: 0;
    float:none;
}

.participation-btn  li{
    position: relative;
    padding: 30px 40px;
    padding-left: 80px;
    color: #fff;
    background-color: #1D74F2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    font-size:20px;
}

.participation-btn li a{
    color: #fff;
}

.participation-btn li:hover {
    color: #fff;
    background-color: #081828;
    box-shadow:  2px 5px 5px 0px rgb(69 65 78 / 3%)
}


.participation-btn  li  i {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}


.dashboard .main-content .details-lists .single-list h3 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    top: -2px;
    margin-left:-18px;
}
.dashboard .main-content .details-lists .single-list h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.dashboard .main-content .activity-log {
    margin-top: 30px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding-bottom: 20px;
    min-height:350px;
}
.dashboard .main-content .activity-log .block-title {
    margin-bottom: 20px;
}
.dashboard .main-content .activity-log ul li {
    display: block;
    position: relative;
    padding-right: 50px;
    padding-left: 65px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard .main-content .activity-log ul li:hover {
    background: #f9f9f9;
}
.dashboard .main-content .activity-log ul li .log-icon {
    position: absolute;
    left: 30px;
    top: 20px;
}
.dashboard .main-content .activity-log ul li .log-icon i {
    color: #1D74F2;
    font-size: 16px;
}
.dashboard .main-content .activity-log ul li .title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.dashboard .main-content .activity-log ul li .title:hover {
    color: #1D74F2;
}
.dashboard .main-content .activity-log ul li .time {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 2px;
}

.dashboard .main-content .activity-log ul li span.remove{
    color: #0d6efd;
    background: #fff;
}

.dashboard .main-content .activity-log .block-title a i
{ color:#999;
    padding-left:8px;
    font-size:14px;
    vertical-align: text-meddle;
}

.dashboard .main-content .activity-log .block-title a:hover i
{ color:#1D74F2;

}

.dashboard .main-content .activity-log ul li span.remove {
    display: block;
}

.dashboard .main-content .activity-log ul li span.remove {
    position: absolute;
    right: 30px;
    top: 50%;
    padding:4px 10px;
    border:1px solid #0d6efd;
    color: #0d6efd;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}

.dashboard .main-content .recent-items .block-title a i
{ color:#999;
    padding-left:8px;
    font-size:14px;
    vertical-align: text-meddle;

}

.dashboard .main-content .recent-itemsg .block-title a:hover i
{ color:#1D74F2;

}



.dashboard .main-content .recent-items {
    padding-bottom: 20px;
}
.dashboard .main-content .recent-items .block-title {
    margin-bottom: 20px;
}
.dashboard .main-content .recent-items ul li {
    display: block;
    position: relative;
    padding-right: 50px;
    padding-left: 110px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard .main-content .recent-items ul li .image a {
    position: absolute;
    left: 30px;
    top: 15px;
}
.dashboard .main-content .recent-items ul li .image img {
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.dashboard .main-content .recent-items ul li:hover {
    background: #f9f9f9;
}
.dashboard .main-content .recent-items ul li .title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
.dashboard .main-content .recent-items ul li .title:hover {
    color: #1D74F2;
}
.dashboard .main-content .recent-items ul li .time {
    display: block;
    font-size: 14px;
    color: #666666;
}
.dashboard .main-content .recent-items ul li .remove {
    display: block;
}
.dashboard .main-content .recent-items ul li .remove a {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #f4193f;
    color: #fff;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
}
.dashboard .main-content .recent-items ul li .remove a:hover {
    color: #fff;
    background: #081828;
}
.dashboard .main-content .recent-items ul li:hover .remove a {
    opacity: 1;
    visibility: visible;
}
/* Dashboard Block */

.dashboard-block .post-thumbnils{
    text-align: center;
    padding:20px 0;
    border-bottom:1px solid #e1e4e6;
}

.dashboard-block .post-thumbnils img{
    width:50%;
    border-radius: 6px;
}



.dashboard-block {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
    padding:0 0px 20px 0px;
}
.dashboard-block:hover {
    -webkit-box-shadow: 0px 10px 30px #00000010;
    box-shadow: 0px 10px 30px #00000010;
    background: #fff;
}
.dashboard-boxshadow {
    box-shadow: 2px 5px 5px 0px rgb(69 65 78 / 5%);
    border: 2px solid #cecece;
}
.dashboard-boxshadow h3.block-title {
    position: relative;
    font-weight: 600;
    font-size: 21px;
}
.dashboard-block .block-title {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 20px;
}
.dashboard-block01 {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}
/* Dashboard Block */
.dashboard-block02 {
    border: 0px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 30px;
    min-height: 500px;
}
.dashboard-block02 h4 a {
    color: #1D74F2;
}
.dashboard-block02 h4 a:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.dashboard-block02 .block-title {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 30px;
}
.dashboard-block01 {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}
.reg_email {
    color: #d3d3d3;
    margin-top:70px;
    font-size: 60px;
    font-weight: 200px;
}
/* Dashboard Block */
/* Dasshboard Sidebar */
.dashboard-sidebar {
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.dashboard-sidebar .user-image {
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid #e1e4e6;
    padding-top: 18px;
    padding-left: 0px;
    padding-bottom: 25px;
    background-color: #f7f8fc;
    box-shadow:0px -10px 15px 1px rgb(0 0 0 / 3%) inset;
    text-align: center;

}
.dashboard-sidebar .user-image img {
    height: 60px;
    border-radius: 30px;
    border:2px solid #1D74F2;
    vertical-align: middle;
    margin-right:3px;
}
.dashboard-sidebar .user-image h3 {
    font-size: 17px;
    font-weight: 600;
    color: #081828;
    margin-top: 15px;
    text-align: center;
    padding-left:5px;
}
.dashboard-sidebar .user-image h3 p {
    display: block;
    font-weight: 600;
    color: #1D74F2;
    font-size: 0.85rem;
    padding-left:0px;
    padding-top:2px;

}


.dashboard-sidebar .user-image h3 p img{
    height: 15px;
    weight:15px !important;
}

.dashboard-sidebar .user-image h3 p span{
    display: inline-block;
    font-weight: 400;
    color: #081828;
    font-size:  0.85rem;
    padding-left:3px;
}


.dashboard-sidebar .user-image button {
    font-weight: 500;
    color: #5a81ce;
    font-size: 0.75rem;
    border:1px solid #5a81ce;
    background-color: #fff;
    padding:5px 10px;
    border-radius: 5px;
    margin-top:13px;
    box-shadow:0px 3px 5px 0px rgb(0 0 0 / 10%);
    margin-left:0;
}


.dashboard-sidebar .user-image button:hover  {
    color: #fff;
    font-size: 0.75rem;
    background-color: #5a81ce;

}


.dashboard-sidebar .user-image button i{
    padding-right:5px;
    font-size:11px;
}


.dashboard-sidebar .user-image h3 span a:hover {
    color: #1D74F2;
}
.dashboard-sidebar .dashboard-menu {
    padding: 15px 0;
}
.dashboard-sidebar .dashboard-menu ul li {
    display: block;
    margin-bottom:5px;
}
.dashboard-sidebar .dashboard-menu ul li:last-child {
    margin: 0;
}
.dashboard-sidebar .dashboard-menu ul li a {
    color: #727272;
    font-weight: 500;
    font-size: 15px;
    display: block;
    position: relative;
    padding: 6px 35px;
}
.dashboard-sidebar .dashboard-menu ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    position: relative;
    top: 1px;
}
.dashboard-sidebar .dashboard-menu ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: #1D74F2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard-sidebar .dashboard-menu ul li a.active {
    color: #1D74F2;
}
.dashboard-sidebar .dashboard-menu ul li a.active::before {
    opacity: 1;
    visibility: visible;
}
.dashboard-sidebar .dashboard-menu ul li a:hover {
    color: #1D74F2;
}

.dashboard-sidebar .dashboard-menu ul li a.hover::before {
    opacity: 1;
    visibility: visible;
}




.dashboard-sidebar .dashboard-menu ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}
.dashboard-sidebar .dashboard-menu .button {
    margin-top: 60px;
    padding: 0px 30px;
}
.dashboard-sidebar .dashboard-menu .button .btn {

    color: #5a81ce;
    padding: 13px 35px;
    font-size: 14px;
    font-weight: 600;
    border:1px solid #5a81ce;
    box-shadow:0px 3px 5px 0px rgb(0 0 0 / 10%);
}
.dashboard-sidebar .dashboard-menu .button .btn:hover {
    color: #fff;
    background: #f73357;
}


.dashboard-sidebar .dashboard-menu .dashboard-2menu{
    display: none;
    padding: 5px 5px 10px 25px;
    font-weight: 300;
    font-size:13px;
}
.dashboard-sidebar .dashboard-menu .dashboard-2menu li {

    margin-bottom: 3px;
    font-weight:300;
    font-size:11px;
}

.dashboard-sidebar .dashboard-menu .dashboard-2menu li a {
    font-weight:400;
    font-size:13px;
}


.dashboard-sidebar .dashboard-menu .dashboard-2menu li a:hover {
    color: #1D74F2;
}


.dashboard-sidebar .dashboard-menu .dashboard-2menu li a::before {
    background: none;
}


.dashboard-sidebar .dashboard-menu:hover .dashboard-2menu {
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: 0.4s ease;
}






.menu_twoline {
    display: inline-block;
    margin-top: -30px;
    padding-left: 30px;
}
.profile-settings-block .inner-block {
    padding: 0px 30px;
}
.profile-settings-block .image img {
    height: 150px;
    width: 150px;
    border-radius: 6px;
}
.profile-settings-block .profile-setting-form {
    margin: 20px 0 30px 0;
}
.profile-settings-block .profile-setting-form .form-group {
    position: relative;
    margin-bottom: 30px;
}
.profile-settings-block .profile-setting-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.profile-settings-block .profile-setting-form .form-group label i {
    position: absolute;
    top: 50px;
    right: 20px;
}
.profile-settings-block .profile-setting-form .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}



.profile-settings-block .profile-setting-form .form-group input.Confirmation {
    color: #1D74F2;
    font-weight: 600;
}
.profile-settings-block .profile-setting-form .form-group textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
}
.profile-settings-block .profile-setting-form .form-group.upload-image input {
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.profile-settings-block .profile-setting-form .form-group select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}

.profile-settings-block .profile-setting-form02 .form-group select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}

.profile-settings-block .profile-setting-form .form-group select:focus {

}
.profile-settings-block .profile-setting-form .form-group button {
    position: absolute;
    top: 45px;
    right: 20px;
    outline: none !important;
    border: none;
    background-color: #fff;
}
.profile-settings-block .profile-setting-form02 {
    margin-top: 20px;
}

.profile-settings-block .profile-setting-form02 h4 {
    font-size:16px;
    padding:20px;
    margin-bottom:25px;
    border:1px solid #dcdcdc;
    border-radius: 6px;
    background-color:#E9E9E9;
}


.form-group02 h5{
    font-size:15px;
    padding:15px;
    margin:25px 0;
    border:1px solid #666;
    border-radius: 6px;


}

.form-group02 h5.block-title02{
    font-size:15px;
    padding:15px;
    margin:25px 0;
    border:1px solid #ccc;
    border-radius: 6px;


}

.form-group02 h5.block-title02 span{
    font-weight: 800;
    color:#1D74F2;


}


.form-group02 table{
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* fix scrollbar issue in firefox */
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    word-break:keep-all;
    font-size:14px;
}


.form-group02 table th{
    text-align: center;
    border: 2px solid #c3c3c3;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    padding: 10px 10px;
    color: #081828;
    font-size: .85rem;
    font-weight: 500;
    word-break:keep-all;
    background-color: #f3f3f3;

}

.form-group02 table td {
    border: 1px solid #ddd;
    border-width: 1px;
    padding:10px 0;
    vertical-align: top;
    padding: 10px 0px;
    text-align: center;

}

.form-group02 table td input {
    width:10px;

}



.form-group02 table td.title {
    text-align: left;
    padding:10px;

}


.form-group02 label span
{display: block;
    padding-left:14px;
    font-size:12px;
    color:#888;
}

.form-group02 span.star{
    display: inline-block;
    padding-left:3px;
    color:#f73232;
}

.form-group02 button:hover{
    color:#fff !important;
}

.form-group02 button::after{
    color:#fff
}

.profile-settings-block .profile-setting-form02 .form-group input.price {
    text-align: right;
}

.profile-settings-block .profile-setting-form .form-group  input.text{
    color: #081828;
    font-weight: 600;
}

.profile-settings-block .profile-setting-form02 .form-group {
    position: relative;
    margin-bottom: 30px;
}
.profile-settings-block .profile-setting-form02 .form-group label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.profile-settings-block .profile-setting-form .form-group label i {
    position: absolute;
    top: 50px;
    right: 20px;
}

.profile-settings-block .profile-setting-form02 .form-group label i {
    position: absolute;
    top: 50px;
    right: 20px;
}

.profile-settings-block .profile-setting-form02 .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    font-weight: 700;
}
.profile-settings-block .profile-setting-form02 .form-group input::placeholder {
    color: #081828;
    font-weight: 700;
}

.profile-settings-block .profile-setting-form02 .form-group input:value {
    color: #081828;
    font-weight: 700;
}

.profile-settings-block .profile-setting-form02 .form-group input.Confirmation {
    color: #1D74F2;
    font-weight: 600;
}
.profile-settings-block .profile-setting-form02 .form-group textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
}

.profile-settings-block .profile-setting-form02 .form-group textarea::placeholder {
    color: #081828;
    font-weight: 600;
}

.profile-settings-block .profile-setting-form02 .form-group.upload-image input {
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.profile-settings-block .profile-setting-form02 .form-group select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.profile-settings-block .profile-setting-form02 .form-group select:focus {

}
.profile-settings-block .profile-setting-form02 .form-group button {
    position: absolute;
    top: 45px;
    right: 20px;
    outline: none !important;
    border: none;
    background-color: #fff;
}
.password-change-block .inner-block {
    padding: 0px 30px;
}
/* Default Form Style */
.default-form-style {
    margin-top: 50px;
}
.default-form-style .form-group {
    margin-bottom: 30px;
}
.default-form-style .form-group.button .btn {
    padding: 13px 30px;
    margin-left: 10px;
}
.default-form-style .form-group.button .btn.alt-btn {
    background: #081828;
    color: #fff;
}
.default-form-style .form-group.button .btn.alt-btn:hover {
    color: #fff;
    background: #1D74F2;
}
.default-form-style .form-group.button .btn:first-child {
    margin: 0;
}
.default-form-style .form-group label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.default-form-style .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}
.default-form-style .form-group select {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.default-form-style .form-group select:focus {
    outline: none !important;
}
.default-form-style .form-group .selector-head {
    position: relative;
}
.default-form-style .form-group .arrow {
    position: absolute;
    color: #666666;
    right: 20px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}
.default-form-style .form-group textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
    text-align: left;
}
.form-group02 {
    position: relative;
    margin-bottom: 30px;
}
.form-group02 label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.form-group02 input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}


.form-group02 input:value {
    font-weight: 600;
}


.form-group02 textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
    text-align: left;
}

.form-group02 .form-check02 {
    margin-top: 25px;
    display: line-block;
    widh: 50%;
}
.labela {
    position: relative;
    top: -5px;
}
.form-group02 .form-check02 label.form-radio-label {
    display: line-block;
    margin-top: 0px;
    font-weight: 400;
    color: #666666;
}
.form-group02 .form-check02 input.input_radio {
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    margin-right: 5px;
    margin-left: 0px;
}


.form-group02 .form-check02 input.input_radio02 {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    margin-right: 5px;
    margin-left: 0px;
}

.block-disc{
    font-size:13px;
    padding:20px;
    margin-bottom:25px;
    border:1px solid #dcdcdc;
    border-radius: 6px;
    background-color:#F0F0F0;
    text-align: center;
}



.block-disc p{font-size:13px;

}


.serch {
    position: absolute;
    right: 7px;
    top: 36px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: none;
    background: #fff;
}
.serch i {
    position: absolute;
    left: 25px;
    top: 13px;
}
.serch:hover {
    background-color: #081828;
    color: #fff;
}
.serch02 {
    position: absolute;
    right: 7px;
    top: 36px;
    width: 38px;
    height: 38px;
    z-index: 1;
    color: #160034 !important;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 0px solid #8a8a8a;
    background: #fff;
}
.serch02 i {
    position: absolute;
    left: 12px;
    top: 13px;
    font-weight: 500;
    font-size:16px;
}
.serch02:hover {
    background-color: #081828;
    color: #fff;
}
.serch02 i:hover {
    color: #fff;
}


.refresh {
    position: absolute;
    right: 50px;
    top: 36px;
    width: 38px;
    height: 38px;
    z-index: 1;
    color: #160034 !important;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 0px solid #8a8a8a;
    background: #fff;
}
.refresh i {
    position: absolute;
    left: 12px;
    top: 12px;
}
.refresh:hover {
    background-color: #081828;
    color: #fff;
}
.refresh i:hover {
    color: #fff;
}


.serch03 {
    position: absolute;
    right: 70px;
    top: 36px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #160034 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 1px solid #8a8a8a;
    background: #efefef;
}
.serch03 i {
    position: absolute;
    left: 20px;
    top: 15px;
}
.serch03:hover {
    background-color: #081828;
    color: #fff;
}
.serch03 i:hover {
    color: #fff;
}
.plus01 {
    position: absolute;
    left: 850px;
    top: 36px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #666666 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 1px solid #8a8a8a;
    background: #fff;
}
.plus01 i {
    position: absolute;
    left: 20px;
    top: 15px;
}
.plus01:hover {
    background-color: #081828;
    color: #fff;
}
.plus01 i:hover {
    color: #fff;
}
.delt01 {
    position: absolute;
    left: 850px;
    top: 36px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #666666 !important;
    border: 1px solid #666666 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 1px solid #666666;
    background: #fff;
}
.delt01 i {
    position: absolute;
    left: 20px;
    top: 13px;
    font-size: 16px;
}
.delt01:hover {
    background-color: #081828;
    color: #fff;
}
.delt01 i:hover {
    color: #fff;
}
/* Post Ad Tab */
.post-ad-tab {
    padding: 0px 30px;
}
.post-ad-tab nav .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
}
.post-ad-tab nav button {
    padding: 20px 40px;
    border: none !important;
    text-align: left;
    position: relative;
    padding-left: 100px;
    border-radius: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    margin: 0 !important;
    width: 33.33333333333333%;
    position: relative;
    bottom: -1px;
    font-size: 17px;
    font-weight: 600;
    color: #081828;
}
.post-ad-tab nav button .serial {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    text-align: center;
    color: #666666;
    font-size: 19px;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-ad-tab nav button.active {
    color: #fff !important;
}
.post-ad-tab nav button.active .serial {
    border-color: transparent;
    background: #fff;
    color: #1D74F2;
}
.post-ad-tab nav button.active .sub-title {
    color: #fff;
}
.post-ad-tab nav button .sub-title {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.post-ad-tab nav button:hover {
    border: none !important;
}
.post-ad-tab nav button.active {
    background: #1D74F2 !important;
    border: none !important;
}
.post-ad-tab .step-two-content .upload-input {
    position: relative;
    height: 240px;
}
.post-ad-tab .step-two-content .upload-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(124, 134, 154, 0.25);
    text-indent: -9999px;
    z-index: 2;
    border-radius: 6px;
}
.post-ad-tab .step-two-content .upload-input .plus-icon {
    height: 80px;
    width: 80px;
    color: #fff;
    background: #66666688859;
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ad-tab .step-two-content .upload-input:hover .plus-icon {
    background-color: #1D74F2;
}
.post-ad-tab .step-two-content .upload-input .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.post-ad-tab .step-two-content .video-label {
    display: inline-block;
}
.post-ad-tab .step-two-content .video-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab .step-two-content .add-video {
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.post-ad-tab .step-two-content .add-video:hover {
    color: #1D74F2;
}
.post-ad-tab .step-two-content .add-video i {
    display: inline-block;
    margin-right: 5px;
}
.post-ad-tab .step-two-content .tag-label {
    display: inline-block;
}
.post-ad-tab .step-two-content .tag-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab .step-three-content .google-map {
    margin-bottom: 30px;
}
.post-ad-tab .step-three-content .form-check {
    display: block;
    margin-bottom: 20px;
}
.post-ad-tab02 {
    padding: 0px 30px 20px 30px;
}
.post-ad-tab02 nav .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
}
.post-ad-tab02 nav button {
    padding: 20px 40px;
    border: none !important;
    text-align: left;
    position: relative;
    padding-left: 100px;
    border-radius: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    margin: 0 !important;
    width: 33.33333333333333%;
    position: relative;
    bottom: -1px;
    font-size: 17px;
    font-weight: 600;
    color: #081828;
}
.post-ad-tab02 nav button .serial {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    text-align: center;
    color: #666666;
    font-size: 19px;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-ad-tab02 nav button.active {
    color: #fff !important;
}
.post-ad-tab02 nav button.active .serial {
    border-color: transparent;
    background: #fff;
    color: #1D74F2;
}
.post-ad-tab02 nav button.active .sub-title {
    color: #fff;
    line-height: 16px;
}
.post-ad-tab02 nav button .sub-title {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}
.post-ad-tab02 nav button:hover {
    border: none !important;
}
.post-ad-tab02 nav button.active {
    background: #1D74F2 !important;
    border: none !important;
}
.post-ad-tab02 .step-two-content .upload-input {
    position: relative;
    height: 240px;
}
.post-ad-tab02 .step-two-content .upload-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(124, 134, 154, 0.25);
    text-indent: -9999px;
    z-index: 2;
    border-radius: 6px;
}
.post-ad-tab02 .step-two-content .upload-input .plus-icon {
    height: 80px;
    width: 80px;
    color: #fff;
    background: #66666688859;
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ad-tab02 .step-two-content .upload-input:hover .plus-icon {
    background-color: #1D74F2;
}
.post-ad-tab02 .step-two-content .upload-input .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.post-ad-tab02 .step-two-content .video-label {
    display: inline-block;
}
.post-ad-tab02 .step-two-content .video-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab02 .step-two-content .add-video {
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.post-ad-tab02 .step-two-content .add-video:hover {
    color: #1D74F2;
}
.post-ad-tab02 .step-two-content .add-video i {
    display: inline-block;
    margin-right: 5px;
}
.post-ad-tab02 .step-two-content .tag-label {
    display: inline-block;
}
.post-ad-tab02 .step-two-content .tag-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab02 .step-three-content .google-map {
    margin-bottom: 30px;
}
.post-ad-tab02 .step-three-content .form-check {
    display: block;
    margin-bottom: 20px;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: none;
    background: #1D74F2;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
}
/* List Nav */
.list-nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e4e6;
    overflow-x: auto;
    display: fixed;
    box-shadow:0px -10px 15px 1px rgb(240 240 240 / 90%) inset;

}
.list-nav ul {
    padding: 0px 30px;
}
.list-nav ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 8px;
}
.list-nav ul li:last-child {
    margin: 0;
}
.list-nav ul li a {
    border: 1px solid #e1e4e6;
    border-radius: 4px;
    padding: 8px 12px 8px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}
.list-nav ul li a span {
    display: inline-block;
    border: 1px solid #e1e4e6;
    font-size: 11px;
    margin-left: 3px;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.list-nav ul li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.list-nav ul li a:hover span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
.list-nav ul li.active a {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.list-nav ul li.active a span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
/* List Nav */
.list-nav_bottom {
    padding-top: 30px;
    margin-top: 10px;
    border-top: 1px solid #e1e4e6;
}
.list-nav_bottom ul {
    padding: 0px 30px;
}
.list-nav_bottom ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 8px;
}
.list-nav_bottom ul li:last-child {
    margin: 0;
}
.list-nav_bottom ul li a {
    border: 1px solid #e1e4e6;
    border-radius: 4px;
    padding: 8px 12px 8px 15px;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
}
.list-nav_bottom ul li a span {
    display: inline-block;
    border: 1px solid #e1e4e6;
    font-size: 11px;
    margin-left: 3px;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.list-nav_bottom ul li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.list-nav_bottom ul li a:hover span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
.list-nav_bottom ul li.active a {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.list-nav_bottom ul li.active a span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
/* My Items */
.my-items {
    padding: 0 30px;
}
.my-items .item-list-title {
    padding-top: 10px;
    padding-bottom: 9px;
    border-top: 2px solid #081828;
    border-bottom: 1px solid #081828;
    box-shadow:0px 5px 5px 0px rgb(69 65 78 / 10%);
    padding-left:8px;
}
.my-items .item-list-title p {
    color: #081828;
    font-weight: 500;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
}
.snsT {
    color: #1D74F2;
    padding-left: 5px;
}
.my-items .single-item-list {
    padding: 20px 0;
    border-bottom: 1px solid #e1e4e6;
}
.line-b {
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e4e6;
}
.my-items .single-item-list .content {
    position: relative;
    top: 0px;
}
.my-items .single-item-list .item-image {
    position: relative;
    padding-left: 80px;
}
.my-items .single-item-list .item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 73px;
    width: 100px;
    border-radius: 3px;
}
.my-items .single-item-list .item-image .title a {
    font-size: 15px;
    font-weight: 600;
    color: ##081828;
}
.my-items .single-item-list .item-image .title a:hover {
    color: #1D74F2;
}
.my-items .single-item-list .item-image .price {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 3px;
}
.my-items .single-item-list p {
    color: #666666;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
    padding: 0;
}
.my-items .single-item-list .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.my-items .single-item-list .action-btn li:last-child {
    margin: 0;
}
.my-items .single-item-list .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.my-items .single-item-list .action-btn li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/* contact poly */
.contact-poly {
    padding: 0 15px 20px 15px;
    margin-top: -20px;
}
.contact-poly .item-list-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e4e6;
    padding-top: 15px;
    border-top: 2px solid #e1e4e6;
}
.contact-poly .item-list-title p {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.contact-poly .single-item-list {
    padding: 20px 0;
    border-bottom: 1px solid #e1e4e6;
}
.contact-poly .single-item-list .content {
    position: relative;
    top: -6px;
}
.contact-poly .single-item-list .item-image {
    position: relative;
    padding-left: 80px;
}
.contact-poly .single-item-list .item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.contact-poly .single-item-list .item-image .title a {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}
.contact-poly .single-item-list .item-image .title a:hover {
    color: #1D74F2;
}
.contact-poly .single-item-list .item-image .price {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 3px;
}
.contact-poly .single-item-list p {
    font-size: 13px;
    font-size: 13px;
    color: #666666;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.contact-poly .single-item-list .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.contact-poly .single-item-list .action-btn li:last-child {
    margin: 0;
}
.contact-poly .single-item-list .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.contact-poly .single-item-list .action-btn li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/* Messages Body */
.messages-body .form-head {
    border-bottom: 1px solid #e1e4e6;
}
.messages-body .form-head .username-title {
    font-size: 15px;
    font-weight: 500;
    padding-right: 30px;
    color: #666666;
}
.messages-body .chat-search-form {
    position: relative;
    border-right: 1px solid #e1e4e6;
    height: 100%;
    padding: 30px;
}
.messages-body .chat-search-form input {
    height: 100%;
    width: 100%;
    border: none;
    color: #081828;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    padding-right: 80px;
}
.messages-body .chat-search-form button {
    font-size: 14px;
    color: #081828;
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.messages-body .chat-search-form button:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.messages-body .user-list {
    border-right: 1px solid #e1e4e6;
    height: 100%;
    padding-bottom: 30px;
    overflow-y: auto;
    height: 480px;
}
.messages-body .user-list ul li {
    display: block;
}
.messages-body .user-list ul li a {
    position: relative;
    padding-left: 70px;
    width: 100%;
    padding: 30px 65px 30px 100px;
}
.messages-body .user-list ul li a:hover {
    background: #f9f9f9;
}
.messages-body .user-list ul li a .image {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.messages-body .user-list ul li a .image::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #00d13f;
    border: 2px solid #fff;
}
.messages-body .user-list ul li a .image.busy::before {
    background: #f73d64;
}
.messages-body .user-list ul li a .image img {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
}
.messages-body .user-list ul li a .username {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #081828;
}
.messages-body .user-list ul li a .short-message {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #666666;
    margin-top: 3px;
}
.messages-body .user-list ul li a .unseen-message {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f73c67;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}
.messages-body .user-list ul li a .time {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    font-weight: 500;
}
.messages-body .chat-list {
    padding-right: 30px;
    padding-top: 30px;
}
.messages-body .chat-list .single-chat-head {
    height: 309px;
    overflow-y: auto;
}
.messages-body .chat-list .single-chat-head li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
}
.messages-body .chat-list .single-chat-head li:last-child {
    margin: 0;
}
.messages-body .chat-list .single-chat-head li.left img {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
}
.messages-body .chat-list .single-chat-head li.left .text {
    background: #f9f9f9;
    padding: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    border-radius: 6px;
    position: relative;
    font-weight: 400;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
}
.messages-body .chat-list .single-chat-head li.left .text::before {
    position: absolute;
    left: -16px;
    bottom: 16px;
    content: "";
    border: 8px solid #f9f9f9;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.messages-body .chat-list .single-chat-head li.left .text .time {
    display: block;
    color: #1D74F2;
    margin-top: 10px;
    font-size: 14px;
}
.messages-body .chat-list .single-chat-head li.right {
    padding: 0;
    padding-right: 75px;
}
.messages-body .chat-list .single-chat-head li.right img {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.messages-body .chat-list .single-chat-head li.right .text {
    background: #f9f9f9;
    padding: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    border-radius: 6px;
    position: relative;
    font-weight: 400;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR',  sans-serif;
}
.messages-body .chat-list .single-chat-head li.right .text::before {
    position: absolute;
    right: -16px;
    bottom: 16px;
    content: "";
    border: 8px solid #f9f9f9;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.messages-body .chat-list .single-chat-head li.right .text .time {
    display: block;
    color: #1D74F2;
    margin-top: 10px;
    font-size: 14px;
}
.messages-body .chat-list .reply-block {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #e1e4e6;
}
.messages-body .chat-list .reply-block .add-media-list {
    display: inline-block;
}
.messages-body .chat-list .reply-block .add-media-list li {
    display: inline-block;
    margin-right: 5px;
}
.messages-body .chat-list .reply-block .add-media-list li:last-child {
    margin: 0;
}
.messages-body .chat-list .reply-block .add-media-list li a {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    line-height: 40px;
}
.messages-body .chat-list .reply-block .add-media-list li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.messages-body .chat-list .reply-block input {
    height: 100%;
    width: 280px;
    color: #081828;
    border: none;
    padding: 0px 20px;
    font-size: 15px;
}
.messages-body .chat-list .reply-block button {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #1D74F2;
    border-radius: 50%;
    float: right;
    border: none;
    font-size: 18px;
    position: relative;
    top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    padding-bottom: 3px;
}
.messages-body .chat-list .reply-block button img {
    width: 17px;
}
.messages-body .chat-list .reply-block button:hover {
    background: #081828;
    color: #fff;
}
/* Default List Style  */
.default-list-style .default-list-title {
    padding: 0px 30px 15px 30px;
    border-bottom: 2px solid #e1e4e6;
}
.default-list-style .default-list-title p {
    color: #666666;
    font-weight: 500;
}
.default-list-style .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.default-list-style .action-btn li:last-child {
    margin-right: 0;
}
.default-list-style .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.default-list-style .action-btn li a:hover {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.default-list-style .single-list {
    padding: 25px 30px;
    border-bottom: 1px solid #e1e4e6;
}
.default-list-style .single-list p span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    font-style: italic;
    font-weight: 400;
}
.default-list-style .single-list p.paid {
    color: #00D13F;
}
.default-list-style .single-list p.unpaid {
    color: #F53C66;
}
.default-list-style .single-list p.pending {
    color: #e8aa3d;
}
.default-list-style .pagination {
    padding: 0px 30px;
}
/* Close Account */
.close-content {
    padding: 80px 50px;
    text-align: center;
}
.close-content h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.close-content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.close-content .button {
    margin-top: 40px;
}
.close-content .button .btn {
    padding: 15px 30px;
    margin-right: 6px;
}
.close-content .button .btn:last-child {
    margin: 0;
}
/*======================================
    Login CSS
========================================*/
.login {
    background-color: #f9f9f9;
}
.login .form-head {
    padding: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background-color: #fff;
}
.login .form-head .title {
    font-size: 30px;
    line-height: 1.42;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.login .form-head form .form-group {
    margin-bottom: 25px;
}
.login .form-head form .form-group label {
    display: block;
    margin-bottom: .5rem;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}
.login .form-head form .form-group input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #081828;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
}
.login .form-head form .form-group input:focus {
    border-color: #4a6cf7;
}
.default-form-style .form-group input:focus {
    border-color: #4a6cf7;
}
.profile-settings-block .profile-setting-form .form-group input:focus {
    border-color: #4a6cf7;
}
.form-group02 input:focus {
    border-color: #4a6cf7;
}
.login .form-head form .check-and-pass .form-check {
    float: left;
}
.login .form-head form .check-and-pass .form-check a {
    color: #1D74F2;
}
.login .form-head form .check-and-pass .form-check .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.login .form-head form .check-and-pass .form-check-label a:hover {
    text-decoration: underline;
}
.login .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;
}
.login .form-head form .check-and-pass .lost-pass:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.login .form-head form .button {
    margin-top: 25px;
}
.login .form-head form .button .btn {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.login .form-head form .button .btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.login .form-head form .outer-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    font-family:'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.login .form-head form .outer-link a {
    color: #1D74F2;
}
.login .form-head form .outer-link a:hover {
    text-decoration: underline;
}
.login .form-head .alt-option {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.login .form-head .alt-option span {
    font-size: 15px;
    background: #fff;
    color: #666666;
    padding: 5px 15px;
}
.login .form-head .alt-option::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e1e4e6;
    content: "";
    z-index: -1;
}
.login .form-head .socila-login {
    padding-top: 10px;
}
.login .form-head .socila-login ul li {
    display: block;
    margin-bottom: 12px;
    width:49%;
    float:left;
    margin-right:10px;
}
.login .form-head .socila-login ul li:last-child {
    margin: 0;
}
.login .form-head .socila-login ul li a {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    display: block;
    color: #666666;
    font-size: 16px;
}
.login .form-head .socila-login ul li a.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.login .form-head .socila-login ul li a.facebook:hover {
    color: #fff;
    background: #3b5999;
    border-color: transparent;
}
.login .form-head .socila-login ul li a.facebook:hover i {
    color: #fff;
}
.login .form-head .socila-login ul li a.facebook i {
    color: #3b5999;
}
.login .form-head .socila-login ul li a.kakao {
    color: #381e1f;
    background: #fee500;
}
.login .form-head .socila-login ul li a.kakao:hover {
    color: #381e1f;
    background: #fee500;
    border-color: transparent;
    border-color: #381e1f;
}
.login .form-head .socila-login ul li a.kakao:hover i {
    color: #fff;
}
.login .form-head .socila-login ul li a.kakao:hover i {
    content: url("../images/icon/lni_kakao.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0px;
}
.login .form-head .socila-login ul li a.kakao i {
    color: #dd4b39;
}
.login .form-head .socila-login ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-us .form-head {
    padding: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background-color: #fff;
}
.contact-us .form-head .title {
    font-size: 28px;
    line-height: 1.42;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}
.contact-us .form-head form .form-group {
    margin-bottom: 30px;
}
.contact-us .form-head form .form-group label {
    display: block;
    margin-bottom: .5rem;
    color: #637381;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.contact-us .form-head form .form-group label span {
    display: block;
    margin-bottom: .5rem;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}
.contact-us .form-head form .form-group input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #081828;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
}
.contact-us .form-head form .check-and-pass .form-check {
    float: left;
}
.contact-us .form-head form .check-and-pass .form-check a {
    color: #1D74F2;
}
.contact-us .form-head form .check-and-pass .form-check .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.contact-us .form-head form .check-and-pass .form-check-label a:hover {
    text-decoration: underline;
}
.contact-usn .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;
}
.contact-us .form-head form .check-and-pass .lost-pass:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.contact-us .form-head form .button {
    margin-top: 10px;
}
.contact-us .form-head form .button .btn {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-us .form-head form .button .btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-us .form-head form .outer-link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.contact-us .form-head form .outer-link a {
    color: #1D74F2;
}
.contact-us .form-head form .outer-link a:hover {
    text-decoration: underline;
}
.contact-us .form-head .alt-option {
    margin: 40px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.contact-us .form-head .alt-option span {
    font-size: 15px;
    background: #fff;
    color: #666666;
    padding: 5px 15px;
}
.contact-us .form-head .alt-option::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e1e4e6;
    content: "";
    z-index: -1;
}
.contact-us .form-head .socila-login {
    padding-top: 10px;
}
.contact-us .form-head .socila-login ul li {
    display: block;
    margin-bottom: 12px;
}
.contact-us .form-head .socila-login ul li:last-child {
    margin: 0;
}
.contact-us .form-head .socila-login ul li a {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    display: block;
    color: #666666;
    font-size: 16px;
}
.contact-us .form-head .socila-login ul li a.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.contact-us .form-head .socila-login ul li a.facebook:hover {
    color: #fff;
    background: #3b5999;
    border-color: transparent;
}
.contact-us .form-head .socila-login ul li a.facebook:hover i {
    color: #fff;
}
.contact-us .form-head .socila-login ul li a.facebook i {
    color: #3b5999;
}
.contact-us .form-head .socila-login ul li a.kakao {
    border-color: #381e1f;
    color: #381e1f;
}
.contact-us .form-head .socila-login ul li a.kakao:hover {
    color: #fff;
    background: #eace12;
    border-color: transparent;
}
.contact-us .form-head .socila-login ul li a.kakao:hover i {
    color: #fff;
}
.contact-us .form-head .socila-login ul li a.kakao:hover i {
    content: url("../images/icon/lni_kakao_hover.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -1px;
    padding: 0px;
}
.contact-us .form-head .socila-login ul li a.kakao i {
    color: #dd4b39;
}
.contact-us .form-head .socila-login ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*======================================
    Why Choose CSS
========================================*/
.why-choose{padding-top:100px;}

.why-choose .choose-image img {
    height: 100%;
    width: 100%;
}
.why-choose .choose-content .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}
.why-choose .choose-content .single-list {
    position: relative;
    margin-top: 30px;
    padding: 40px;
    background-color: #f9f9f9;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.why-choose .choose-content .single-list i {
    color: #1D74F2;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 30px;
    height: 70px;
    width: 70px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #1D74F2;
    color: #fff;
    border: 4px solid transparent;
}
.why-choose .choose-content .single-list:hover i {
    color: #1D74F2;
    background-color: transparent;
    border-color: #1D74F2;
}
.why-choose .choose-content .single-list h4 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.why-choose .choose-content .single-list p {
    font-size: 16px;
}
/*======================================
    Item Details CSS
========================================*/
.item-details {
    background-color: #f9f9f9;
}
.item-details .top-area {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.item-details .product-images img {
    width: 100%;
    cursor: pointer;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.item-details .product-images .images {
    display: -ms-grid;
    display: grid;
    Grid-template-columns: repeat(5, 1fr);
    Grid-gap: 1em 1em;
    Margin-top: 1em;
}
@-webkit-keyframes fadeIn {
    to {
        Opacity: 1;
    }
}
@keyframes fadeIn {
    to {
        Opacity: 1;
    }
}
.item-details .product-images .fade-in {
    -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
    animation: fadeIn 0.5s ease-in 1 forwards;
}
.item-details .product-info {
    padding-left: 40px;
}
.item-details .product-info .title {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.item-details .product-info .location {
    display: block;
    margin-bottom: 20px;
}
.item-details .product-info .location i {
    display: inline-block;
    margin-right: 5px;
    color: #1D74F2;
}
.item-details .product-info .location a {
    color: #666666;
}
.item-details .product-info .location a:hover {
    color: #1D74F2;
}
.item-details .product-info .price {
    color: #1D74F2;
    display: block;
    font-size: 18px;
}
.item-details .product-info .list-info {
    border-top: 1px solid #e1e4e6;
    margin-top: 30px;
    padding-top: 30px;
}
.item-details .product-info .list-info h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.item-details .product-info .list-info ul li {
    display: block;
    margin-bottom: 6px;
}
.item-details .product-info .list-info ul li:last-child {
    margin: 0;
}
.item-details .product-info .list-info ul li span {
    display: inline-block;
    font-weight: 500;
    min-width: 100px;
}
.item-details .product-info .contact-info {
    margin-top: 30px;
}
.item-details .product-info .contact-info ul li {
    display: inline-block;
    margin-right: 10px;
}
.item-details .product-info .contact-info ul li:last-child {
    margin: 0;
}
.item-details .product-info .contact-info ul li .call {
    position: relative;
    padding: 15px 40px;
    color: #fff;
    background-color: #1D74F2;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.item-details .product-info .contact-info ul li .call:hover {
    color: #fff;
    background-color: #081828;
}
.item-details .product-info .contact-info ul li .call span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
    font-weight: 400;
}
.item-details .product-info .contact-info ul li .call i {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.item-details .product-info .contact-info ul li .partic {
    position: relative;
    padding: 15px 40px;
    width: 100%;
    color: #fff;
    background-color: #1D74F2;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.item-details .product-info .contact-info ul li .partic:hover {
    width: 100%;
    color: #fff;
    background-color: #081828;
}
.item-details .product-info .contact-info ul li .partic span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
    font-weight: 400;
}
.item-details .product-info .contact-info ul li .partic i {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.item-details .product-info .contact-info ul li .mail {
    padding: 14px 30px;
    color: #1D74F2;
    background-color: #fff;
    border: 2px solid #e1e4e6;
    border-radius: 4px;
    font-size: 30px;
    float: left;
}
.item-details .product-info .contact-info ul li .mail:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.item-details .product-info .social-share {
    display: block;
    margin-top: 35px;
}
.item-details .product-info .social-share h4 {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}
.item-details .product-info .social-share ul {
    display: inline-block;
}
.item-details .product-info .social-share ul li {
    display: inline-block;
    margin-right: 5px;
}
.item-details .product-info .social-share ul li:last-child {
    margin-right: 0;
}
.item-details .product-info .social-share ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
    background-color: #fff;
    color: #1D74F2;
    line-height: 40px;
    font-size: 14px;
}
.item-details .product-info .social-share ul li a.facebook {
    color: #3b5999;
}
.item-details .product-info .social-share ul li a.facebook:hover {
    border-color: transparent;
    background-color: #3b5999;
    color: #fff;
}
.item-details .product-info .social-share ul li a.twitter {
    color: #55acee;
}
.item-details .product-info .social-share ul li a.twitter:hover {
    border-color: transparent;
    background-color: #55acee;
    color: #fff;
}
.item-details .product-info .social-share ul li a.google {
    color: #dd4b39;
}
.item-details .product-info .social-share ul li a.google:hover {
    border-color: transparent;
    background-color: #dd4b39;
    color: #fff;
}
.item-details .product-info .social-share ul li a.linkedin {
    color: #0077B5;
}
.item-details .product-info .social-share ul li a.linkedin:hover {
    border-color: transparent;
    background-color: #0077B5;
    color: #fff;
}
.item-details .product-info .social-share ul li a.pinterest {
    color: #bd081c;
}
.item-details .product-info .social-share ul li a.pinterest:hover {
    border-color: transparent;
    background-color: #bd081c;
    color: #fff;
}
.item-details .product-info .selbox {
    width: 97%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 16px 18px 18px 18px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: 0 40 10 0 #dbdbdb;
}
.item-details .product-info .selbox .lni {
    padding-rigth: 6px;
}
.item-details .product-info .selbox .close_sel {
    float: right;
    display: inline-block;
}
/* Item Details Blocks */
.item-details-blocks .single-block {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    margin-top: 30px;
}
.item-details-blocks .single-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.description p {
    margin: 15px 0;
    font-size: 16px;
}
.item-details-blocks .single-block.description p img {
    margin: 10px 0;
    width: 100% !important;
    border-radius: 5px;
}
.item-details-blocks .single-block.description ul {
    display: block;
    margin: 30px 0;
}
.item-details-blocks .single-block.description ul li {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.item-details-blocks .single-block.description ul li:last-child {
    margin-bottom: 0;
    content: none;
}

.item-details-blocks .single-block.tags ul{

}

.item-details-blocks .single-block.tags ul li {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
}
.item-details-blocks .single-block.tags ul li a {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
}
.item-details-blocks .single-block.tags ul li a:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}


.item-details-blocks .single-block.tags li:after{
    content: "\ea5c";
    font-family: lineIcons;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding-left:3px;
}

.item-details-blocks .single-block.tags  li:last-child::after {
    display: none;
}

.item-details-blocks .single-block.tags-event ul li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.item-details-blocks .single-block.tags-event ul li a {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
}
.item-details-blocks .single-block.tags-event ul li a:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}




.item-details-blocks .single-block.tags-event  li:last-child::after {
    display: none;
}


.item-details-blocks .single-block.comments .single-comment {
    position: relative;
    padding-left: 110px;
    margin-top: 40px;
}
.item-details-blocks .single-block.comments .single-comment img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-blocks .single-block.comments .single-comment h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.item-details-blocks .single-block.comments .single-comment span {
    display: block;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.comments .single-comment p {
    font-size: 16px;
}
.item-details-blocks .single-block.comments .single-comment .reply {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.item-details-blocks .single-block.comments .single-comment .reply i {
    display: inline-block;
    margin-right: 2px;
}
.item-details-blocks .single-block.comments .single-comment .reply:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}
.item-details-blocks .single-block.comments .single-comment {
    position: relative;
    padding-left: 110px;
    margin-top: 40px;
}
.item-details-blocks .single-block.comments .single-comment img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-blocks .single-block.cancel {
    background-color: #f0f0f0;
}
.item-details-blocks .single-block.cancel .single-cancel h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.item-details-blocks .single-block.cancel h3 i {
    margin: 0px 5px 0 0px;
}
.item-details-blocks .single-block.cancel .single-cancel span {
    display: block;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.cancel .single-cancel p {
    font-size: 16px;
}
.item-details-blocks .single-block.cancel .single-cancel ul {
    padding-left: 20px;
}
.item-details-blocks .single-block.cancel .single-cancel ul li {
    list-style-type: disc;
    margin: 10px 0px;
    padding-left: 0px;
    line-height: 1.2;
    font-size:13px;
    font-weight:400;
}
.item-details-blocks .single-block.cancel .single-cancel .reply {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.item-details-blocks .single-block.cancel .single-cancel .reply i {
    display: inline-block;
    margin-right: 2px;
}
.item-details-blocks .single-block.cancel .single-cancel .reply:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}


.item-details-blocks .single-block.cancel .single-cancel .content{}

/* Item Details Sidebar */
.item-details-sidebar .single-block.author {
    position: relative;
}
.item-details-sidebar .single-block.author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-sidebar .single-block.author .content {
    position: relative;
    padding-left: 0px;
}
.item-details-sidebar .single-block.author .content h4 {
    font-size: 16px;
    font-weight: 500;
}
.item-details-sidebar .single-block.author .content h4 i {
    padding-right: 8px;
    font-weight: 600;
}
.item-details-sidebar .single-block.author .content span {
    font-size: 14px;
    color: #666666;
    margin: 4px 0 15px 0;
    display: block;
}
.item-details-sidebar .single-block.author .content span {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
    display: block;
}
.item-details-sidebar .single-block.author .content .see-all {
    font-size: 15px;
    margin-top: 20px;
    color: #1D74F2;
}
.item-details-sidebar .single-block.author .content .see-all:hover {
    color: #081828;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom {
    margin-bottom: 15px;
    height: 50px;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::-webkit-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom:-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom {
    height: 150px;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::-webkit-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom:-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::placeholder {
    color: #081828;
    padding: 0 !important;
}
/* How It Works */
.how-works {
    background-color: #fff;
}




.how-works .single-work {
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}


.how-works .single-work:hover {
    -webkit-box-shadow: 0px 10px 30px #00000010;
    box-shadow: 0px 10px 30px #00000010;
    background: #fff;
}


.how-works .single-work .serial {
    height: 80px;
    width: 80px;
    line-height: 68px;
    background-color: #1D74F2;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #a7c8ff;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 35px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.how-works .single-work:hover .serial {
    color: #1D74F2;
    background-color: transparent;
    border-color: #1D74F2;
}
.how-works .single-work h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.how-works .single-work p {
    font-size: 16px;
    line-height: 24px;
}
/*======================================
    Call Action CSS
========================================*/
.call-action {
    background-image: url("https://via.placeholder.com/1920x750");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    padding: 150px 0;
    background-attachment: fixed;
}
.call-action.overlay::before {
    background-color: #081828;
    opacity: 0.9;
    z-index: -1;
}
.call-action .content {
    text-align: center;
}
.call-action .content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.call-action .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.call-action .content .button {
    margin-top: 30px;
}
.call-action .content .button .btn:hover {
    color: #081828;
    background: #fff;
}
/*======================================
    Bookmarked CSS
========================================*/
.bookmarked {
    background-color: #f9f9f9;
}
.bookmarked .job-items {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.bookmarked .job-items .manage-content {
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
}
.bookmarked .job-items .manage-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.bookmarked .job-items .manage-content .title-img .can-img {
    float: left;
    margin-right: 8px;
}
.bookmarked .job-items .manage-content .title-img h3 {
    font-weight: 600;
    position: relative;
    top: 8px;
}
.bookmarked .job-items .manage-content .title-img h3 span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.bookmarked .job-items .manage-content .time {
    background: #2042e314;
    color: #1D74F2;
    padding: 5px 14px;
    border-radius: 3px;
    font-size: 13px;
}
.bookmarked .job-items .manage-content .can-img img {
    width: 50px;
    margin: 5px 15px;
}
.bookmarked .job-items .manage-content .location {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.bookmarked .job-items .manage-content .location i {
    display: inline-block;

    position: absolute;
    left: 0;
    top: 3px;
}
.bookmarked .job-items .manage-content p i {
    font-size: 14px;
}
.bookmarked .job-items .manage-content h3 {
    font-size: 15px;
    font-weight: 500;
}
.bookmarked .job-items .manage-content .button .btn {
    padding: 8px 12px;
    font-size: 13px;
}



/*======================================
    기업전환 CSS
========================================*/


.join_content_area{width:100%; padding-top:50px; margin:0 auto;}
.title_join2{font-size:32px; color:#484848; text-align:center; font-weight:700;}

.join_process_list{margin-top:20px; margin-bottom:45px;}
.join_process_list li{float:left; width:25%; height:48px; margin-right:-1px; background-color:#fff; border:1px solid #5783d7;
    font-size:16px; color:#5783d7; font-weight:bold; text-align:center; line-height:48px;
}
.join_process_list .on{background-color:#1e6af1; border-color:#1e6af1; color:#fff;}

.join_process_list li a{display:block; color:#5783d7;}
.join_process_list .on a{color:#fff;}

.title_join_info{font-size:18px; font-weight:700; letter-spacing:-0.08em; }
.title_join_info span{color:#1e6af1;}

.join_info_list{margin-top:5px;}
.join_info_list li{padding-left:12px;font-size:16px; font-weight:500; line-height:24px; position:relative;}
.join_info_list li:before{content:""; width:4px; height:4px; background-color:#93aad1; border-radius:100%;
    position:absolute; left:0; top:10px;
}

.title_q_company{height:68px; padding:14px 20px 0 57px; background-color:#d6deed; border-bottom:1px solid #bdcce5;
    font-size:14px; color:#000; line-height:22px; font-weight:500; position:relative;
}
.title_q_company img{position:absolute; left:20px; top:19px;}




.join_process_list.tab_3 li{width:33.33%;}

.company_member_img1{margin:15px 0 40px 0; clear: both;}

.question_company_member{margin:15px 0; margin-bottom:35px;}

.question_company_member li{float:left; width:49.5%; height:150px;
    background-color:#ecf0f7; border:1px solid #bdcce5; border-radius:5px;
}
.question_company_member li:nth-child(even){float:right;}

.title_q_company{height:68px; padding:14px 20px 0 57px; background-color:#d6deed; border-bottom:1px solid #bdcce5;
    font-size:14px; color:#000; line-height:22px; font-weight:500; position:relative;
}
.title_q_company img{position:absolute; left:20px; top:19px;}

.answer_company{padding:10px 20px 10px 58px; font-size:14px; color:#5a5a5a; line-height:24px; position:relative; }
.answer_company img{position:absolute; left:19px; top:20px;}
.answer_company span{color:#1e6af1;}

.descript_join_text2{margin-top:10px; font-size:15px; color:#333; line-height:20px;}
.descript_join_text2 p{margin-top:15px;}

.join_info_box.company{width:100%; padding-left:260px; margin-top:15px;}


/*======================================
    Responsive CSS
========================================*/
@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .single-item-grid .btn-area_02 li a{
        padding:12px 5px;
    }

    .section-title {
        margin-bottom: 50px;
        padding: 0 220px;
    }
    .header .header .login-button {
        margin-left: 20px;
    }
    .header .login-button ul {
        padding: 0;
    }
    .header .nav-item {
        margin-right: 30px;
    }
    .header .nav-item a {
        padding: 32px 0 !important;
    }
    .header .nav-item .sub-menu li a {
        padding: 12px 15px !important;
    }
    .header .nav-item .sub-menu.mega-menu {
        width: 460px;
    }
    .hero-area {
        padding-top: 170px;
        padding-bottom: 200px;
    }
    .hero-area .hero-text h2 {
        font-size: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 42px;
    }


    .rs-banner .banner-content .bnr-subtitle img {
        width: 10%;
        padding:0px 5px;

    }

    .rs-banner .fly.ly5 {
        margin-left:250px;

    }

}
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rs-banner .banner-content .bnr-subtitle img {
        width: 10%;
        padding:0px 5px;

    }

    .section {
        padding: 50px 0px;
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0px 90px;
    }
    .section-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title.align-left {
        padding: 0;
        padding-right: 200px;
    }
    .breadcrumbs {
        padding-top: 95px;
        padding-bottom: 35px;
    }
    .breadcrumbs .page-title {
        font-size: 28px;
    }
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
    #scrollUp {
        bottom: 50px;
    }
    .header {
        padding: 15px 0;
    }
    .navbar-area.sticky {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 170px;
    }
    .sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
        color: #fff;
    }
    .sticky .navbar .navbar-nav .nav-item:hover a {
        color: #fff;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .hero-area {
        padding-top: 135px;
        padding-bottom: 185px;
    }
    .hero-area .hero-text h2 {
        font-size: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area.style2 .hero-text {
        text-align: center;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 38px;
    }
    .hero-area.style2 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 {
        padding-top: 135px;
    }
    .hero-area.style3 .hero-text {
        text-align: center;
    }
    .hero-area.style3 .hero-text h2 {
        font-size: 38px;
    }
    .hero-area.style3 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 .search-form {
        margin-top: 30px;
    }
    .items-tab.custom-padding {
        padding-top: 120px;
    }
    .categories.style2 {
        height: auto;
        padding: 60px 0;
    }
    .categories .single-cat .icon img {
        width: 35px;
    }
    .our-achievement {
        padding-top: 30px;
    }
    .our-achievement .single-achievement {
        padding: 0;
    }
    .our-achievement .single-achievement h3 {
        font-size: 30px;
    }
    .our-achievement .single-achievement p {
        font-size: 16px;
    }
    .single-ad-grid .align-items-center {
        -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
        align-items: inherit !important;
    }
    .single-ad-grid .image {
        height: 100%;
    }
    .single-ad-grid .image a {
        height: 100%;
    }
    .single-ad-grid .image img {
        height: 100%;
    }
    .items-tab.custom-padding {
        padding-top: 150px;
    }
    .items-tab .section-title {
        margin-bottom: 30px;
    }
    .items-tab .single-grid .content .top-content .info-list li a {
        line-height: 20px;
    }
    .browse-cities .section-title {
        margin: 15px 0 50px 0;
    }
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
    .testimonials {
        padding-bottom: 100px !important;
    }
    .testimonials .tns-nav {
        bottom: 50px;
    }
    .how-works .single-work {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .how-works .single-work .serial {
        height: 70px;
        width: 70px;
        line-height: 60px;
        border: 4px solid #89b5ff;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .how-works .single-work h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .how-works .single-work p {
        font-size: 15px;
    }
    .item-details .product-info {
        padding-left: 0;
        margin-top: 40px;
    }
    .latest-news-area .single-news {
        margin-top: 30px;
    }
    .newsletter .newsletter-form {
        padding-left: 0;
    }
    .newsletter .newsletter-form input {
        padding-right: 135px;
    }
    .about-us .content-right {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    .post-ad-tab nav .nav-tabs {
        border: none;
        padding: 20px;
        border-radius: 6px;
    }
    .post-ad-tab .step-two-content .upload-input {
        margin-bottom: 20px;
    }
    .post-ad-tab nav button {
        border-radius: 6px !important;
        width: 100%;
    }
    .contact-us .form-main {
        margin-top: 30px;
    }
    .map-section .mapouter {
        height: 400px;
    }
    .map-section .gmap_canvas {
        height: 400px;
    }
    .map-section iframe {
        height: 400px;
    }
    .faq {
        padding-bottom: 40px;
    }
    .coming-soon .soon-content .text h2 {
        font-size: 35px !important;
    }
    .dashboard .main-content .details-lists .single-list {
        padding: 0;
        padding: 20px;
        text-align: center;
    }
    .dashboard .main-content .details-lists .single-list .list-icon {
        height: 55px;
        width: 55px;
        line-height: 55px;
        -webkit-transform: translateY(-50%);
        transform: translateY(0%);
        text-align: center;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 15px;
    }
    .dashboard .main-content .details-lists .single-list .list-icon i {
        font-size: 20px;
    }
    .dashboard-sidebar {
        margin-bottom: 30px;
    }
    .messages-body .chat-search-form {
        border-right: none;
    }
    .messages-body .form-head .username-title {
        text-align: left;
        padding-left: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #e1e4e6;
        padding-top: 30px;
    }
    .messages-body .user-list {
        border-right: none;
    }
    .messages-body .chat-list {
        padding-left: 30px;
        border-top: 1px solid #e1e4e6;
    }
    .messages-body .chat-list .reply-block input {
        width: 240px;
    }
    .close-content h2 {
        font-size: 30px;
    }
    .latest-news-area.blog-list {
        padding-top: 30px !important;
    }
    .blog-grid-page {
        margin-top: 30px;
    }
    .blog-grid-page.pagination {
        margin-top: 10px !important;
    }
    .footer .footer-top {
        padding: 50px 0 !important;
        padding-top: 45px !important;
    }
    .footer .single-footer h3 {
        margin-bottom: 25px !important;
    }
    .footer .single-footer {
        margin-top: 40px;
    }
    .footer .footer-bottom .footer-social {
        margin-top: 30px !important;
    }



}
/* Mobile Screen */
@media only screen and (max-width: 767px) {

    .lg-500  h3.block-title{
        left:-55px;
        font-size:18px;
        min-width:360px;

    }

    .lg-500 h3.block-title a{
        font-size:16px;

    }


    .lg-500 h3.block-title p{
        padding-left:0px;
        left:20%;
        font-size:20px;
        min-width:300px;

    }

    .lg-500 h3.block-title span{
        display: none;
    }

    .lg-500{height: 150px;}
    .lg-500 img{height: 150px;}


    .btn_lang {
        background-color:#1D74F2;
        font-weight: 500;
        padding:8px;

    }


    .btn_lang:hover {
        background-color:#1D74F2;
        font-weight: 500;
        padding:8px;

    }

    .btn_lang span{
        display: none;

    }

    .header .login-button{
        position:relative;
        right:-83px;
        top:-4px;
    }

    .header .login-button ul button{

    }

    .header .login-button button span{
        display:none;
    }


    .header .login-button ul li ul{
        margin-left:1px;
    }

    .rs-banner .banner-content .bnr-subtitle img {
        width: 13%;
        padding:0px 5px;

    }
    .my-items .single-item-list {
        border: 1px solid #e1e4e6;
        border-radius: 6px;
        padding: 20px;
        margin-bottom: 15px;
        text-align: left;
    }
    .my-items .single-item-list p {
        text-align: left;
        padding-top: 20px;
        border-bottom: 1px solid #eee;
    }
    .my-items .single-item-list p i.lni {
        visibility: visible;
        padding-right: 8px;
    }
    .my-items .single-item-list p.mtitle {
        color: #081828;
        font-weight: 800;
        text-align: center;
    }
    .my-items .single-item-list p.mtitle a {
        color: #081828;
        font-weight: 800;
        text-align: center;
    }
    .mypage_search .button {
        width: 100%;
        padding-top: 0px;
    }
    .my-s-n {
        display: none;
    }
    .my-items .item-list-title {
        display: none;
    }
    .dashboard-block .block-title {
        margin-bottom: -30px;
    }
    .dashboard-menu {
        height: 150px;
        overflow-y: scroll;
    }
    .dashboard-sidebar .dashboard-menu {
        padding: 15px 0;
    }



    .item-details .top-area {
        padding: 20px;
    }
    .item-details-blocks {
        display: flex;
    }
    .item-details-blocks .tags {
        display: none;
    }
    .item-details-blocks .description {
        order: 4;
    }
    .item-details-blocks .author {
        order: 2;
    }
    .item-details-blocks .mapouter {
        order: 3;
    }
    .item-details-blocks .cancel {
        order: 1;
    }
    .item-details .product-info .contact-info ul li .partic {
        position: fixed;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 0);
        z-index: 9;
    }
    .post-ad-tab02 .nav {
        display: none;
    }
    .login .form-head {
        padding: 40px
    }
    .login .form-head .title {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .category-sidebar .single-widget.search_type {
        display: none;
    }
    .category-sidebar .single-widget.search_status {
        display: none;
    }
    .category-sidebar .single-widget.search_name {
        display: none;
    }
    .category-sidebar .single-widget.search_period {
        display: none;
    }
    .section {
        padding: 30px 0px;
    }
    .section-title {
        margin-bottom: 25px;
        padding: 0px 10px;
    }
    .section-title h2 {
        font-size: 25px;
        margin-top: 3px;
        line-height: 35px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title.align-left {
        padding: 0;
        padding-right: 0;
    }
    .breadcrumbs {

    }
    .breadcrumbs .breadcrumbs-content {
        text-align: center;
    }
    .breadcrumbs .page-title {
        font-size: 22px;
        line-height: 30px !important;
    }
    .breadcrumbs .breadcrumb-nav {
        float: none !important;
        margin-top: 15px;
        text-align: center;
    }
    .button .btn {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
    }
    #scrollUp {
        bottom: 50px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .header-button {
        display: none;
    }
    .header {
        padding: 20px 0;
    }
    .header .add-list-button {
        display: none;
    }
    .header .login-button {}
    .header .search-form02 {
        display: none;
    }
    .header .navbar-collapse {
        top: 59px !important;

        border-top: 1px solid #e1e4e6;
    }
    .sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
        color: #081828;
    }
    .sticky .navbar .navbar-nav .nav-item:hover a {
        color: #1D74F2;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .navbar-area.sticky {
        padding: 20px 0;
    }
    .navbar-brand img {
        width: 170px;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .hero-area {
        padding-top: 135px;
        padding-bottom: 185px;
    }
    .hero-area .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area .search-form {
        margin-top: 30px;
        background: #fff3;
        border-radius: 6px;
        padding: 40px;
    }
    .hero-area .search-form .search-input {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    .hero-area .search-form .btn {
        margin: 0;
    }
    .hero-area.style2 {
        padding-top: 130px;
        padding-bottom: 60px;
    }
    .hero-area.style2 .hero-text {
        text-align: center;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area.style2 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style2 .search-form {
        background-color: #fff;
        padding: 25px;
    }
    .hero-area.style3 {
        padding-top: 135px;
        padding-bottom: 50px;
    }
    .hero-area.style3 .hero-text {
        text-align: center;
    }
    .hero-area.style3 .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area.style3 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 .categories {
        margin-top: 20px;
    }
    .hero-area.style3 .categories .single-cat {
        margin-top: 20px;
    }
    .hero-area.style3 .search-form {
        margin-top: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-right: 40px;
    }
    .items-tab.custom-padding {
        padding-top: 50px;
    }
    .categories.style2 {
        height: auto;
        padding: 60px 0;
    }
    .category-page .category-grid-topbar {
        margin-top: 30px;
    }
    .category-page .category-grid-topbar .nav {
        float: none;
        margin-top: 15px;
    }
    .our-achievement {
        padding-top: 20px;
    }
    .our-achievement .single-achievement {
        padding: 0;
    }
    .our-achievement .single-achievement h3 {
        font-size: 30px;
    }
    .our-achievement .single-achievement p {
        font-size: 16px;
    }
    .categories .tns-controls button {
        width: 30px;
        height: 46px;
        border-radius: 0;
    }
    .categories .tns-controls button:first-child {
        left: 0;
        border-radius: 0 6px 6px 0;
    }
    .categories .tns-controls button:last-child {
        right: 0;
        border-radius: 6px 0 0 6px;
    }
    .categories .single-cat .icon img {
        width: 35px;
    }
    .items-grid.custom-padding {
        padding-top: 110px;
    }
    .items-grid .section-title {
        margin-bottom: 30px;
    }
    .items-grid .single-grid .content .top-content .info-list li a {
        line-height: 20px;
    }
    .browse-cities .section-title {
        margin:15px 0  30px 0;
    }
    .call-action .content h2 {
        font-size: 28px;
    }
    .items-tab .nav {
        border: none;
        margin: 0 !important;
    }
    .items-tab .nav-tabs .nav-link {
        padding: 12px 40px;
        display: block !important;
        text-align: center !important;
        width: 100%;
        background: #e1e4e6 !important;
        margin-bottom: 7px;
        border-radius: 6px 6px 0 0;
    }
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
    .testimonials {
        padding-bottom: 80px !important;
    }
    .testimonials .single-testimonial {
        padding: 35px 30px;
    }
    .testimonials .single-testimonial .quote-icon i {
        font-size: 35px;
    }
    .testimonials .tns-nav {
        bottom: 45px;
    }
    .how-works .single-work {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .how-works .single-work .serial {
        height: 70px;
        width: 70px;
        line-height: 60px;
        border: 4px solid #b29cfb;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .how-works .single-work h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .how-works .single-work p {
        font-size: 15px;
    }
    .newsletter .title {
        text-align: center;
        padding: 0;
    }
    .newsletter .title i {
        position: relative;
        top: 0 !important;
        display: inline-block;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 15px;
    }
    .newsletter .newsletter-form {
        margin-top: 20px;
    }
    .newsletter .newsletter-form .button {
        position: relative;
        margin-top: 15px;
        width: 100%;
    }
    .newsletter .newsletter-form .button .btn {
        width: 100%;
        border-radius: 6px;
    }
    .faq-area {
        padding-bottom: 20px !important;
    }
    .faq-area .single-faq {
        margin-bottom: 45px;
    }
    .faq-area .heading {
        font-size: 15px;
        line-height: 25px;
    }
    .brand-area .section-title.align-left {
        padding-right: 0;
        margin-bottom: 40px !important;
    }
    .client-logo-section {
        padding: 0 !important;
    }
    .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
        max-width: 170px;
        border-radius: 6px;
    }
    .about-us .content-right {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    .about-us .content-right h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .about-us .content-right h3 {
        margin-top: 30px;
    }
    .latest-news-area .section-title {
        margin-bottom: 10px;
    }
    .latest-news-area .single-news {
        margin-top: 30px;
    }
    .latest-news-area .single-news .content-body .title {
        line-height: 24px !important;
    }
    .latest-news-area .single-news .content-body .title a {
        font-size: 17px !important;
    }
    .post-details .post-meta li {
        margin-bottom: 8px;
    }
    .post-details p {
        margin: 20px 0;
    }
    .post-image .blog-inner-big-img {
        margin-bottom: 1.5rem !important;
    }
    .post-details .list {
        margin-left: 0 !important;
    }
    .post-details .list li i {
        top: 6px !important;
    }
    .post-comments {
        padding: 30px;
    }
    .post-comments .comments-list {
        padding: 0 !important;
    }
    .post-comments .comments-list li {
        padding: 0 !important;
    }
    .post-comments .comments-list li .comment-img {
        position: relative !important;
    }
    .comment-form {
        padding: 30px;
    }
    .comment-form form .form-box .form-control-custom {
        height: 50px;
        margin-bottom: 15px;
    }
    .post-comments .comments-list li.children {
        margin-left: 0 !important;
    }
    .post-comments .comments-list li {
        padding-top: 30px !important;
    }
    .post-comments .comments-list li .comment-desc {
        margin-top: -15px;
    }
    .post-comments .comments-list li .comment-img img {
        max-width: 70px;
        max-height: 70px;
        display: inline-block !important;
        margin-bottom: -15px !important;
    }
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 8px 25px;
        position: relative;
        margin-top: 15px;
    }
    .post-comments .comments-list li {
        padding-left: 100px;
    }
    .latest-news-area.blog-list {
        padding-top: 20px;
    }
    .blog-list .single-news {
        margin-bottom: 0 !important;
    }
    .sidebar {
        margin-top: 30px;
    }
    .sidebar .widget.search-widget form input {
        padding: 0 80px 0 20px;
    }
    .sidebar .widget.social-widget ul li {
        margin-bottom: 10px;
    }
    .post-details .post-title {
        line-height: 30px;

    }
    .post-details .post-title a {
        font-size: 24px;
        font-weight: 600;
    }
    .error-area .error-content h1 {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    .error-area .error-content h2 {
        font-size: 18px !important;
    }
    .maill-success .success-content h1 {
        font-size: 28px !important;
    }
    .maill-success .success-content h2 {
        font-size: 18px !important;
    }
    .item-details .product-info {
        padding-left: 0;
        margin-top: 30px;
    }
    .item-details .product-info .contact-info ul li {
        margin: 0;
        width: 100%;
    }
    .item-details .product-info .contact-info ul li:last-child {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
    .item-details .product-info .contact-info ul li:last-child a {
        width: 100%;
    }
    .item-details .product-info .social-share h4 {
        display: block;
        margin-bottom: 15px;
    }
    .item-details-blocks .single-block.comments .single-comment {
        position: relative;
        padding-left: 0;
        margin-top: 30px;
    }
    .item-details-blocks .single-block.comments .single-comment img {
        position: relative;
        margin-bottom: 15px;
    }
    .item-details .product-images .images {
        display: -ms-grid;
        display: grid;
        Grid-template-columns: repeat(4, 1fr);
        Grid-gap: 1em 1em;
        Margin-top: 1em;
    }
    .item-details .product-info .social-share ul li {
        margin-bottom: 8px;
    }
    .item-details .product-info .contact-info ul li .call {
        width: 100%;
    }
    .item-details .product-info .title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.latest-news-area .single-news {
    margin-top: 10px;
}
.newsletter .newsletter-form {
    padding-left: 0;
}
.newsletter .newsletter-form input {
    padding-right: 135px;
}
.post-ad-tab nav .nav-tabs {
    border: none;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-ad-tab nav .nav-tabs01 {
    border: none;
    padding: 20px;
    border-bottom: 2px solid #e1e4e6;
    border-radius: 6px;
}
.post-ad-tab .step-two-content .upload-input {
    margin-bottom: 20px;
}
.post-ad-tab nav button {
    border-radius: 6px !important;
    width: 100%;
}
.login .form-head {
    padding: 50px;
}



.login .form-head .title {
    font-size: 30px;
}
.login .form-head .alt-option {
    margin: 20px 0;
}
.login .form-head form .form-group {
    margin-bottom: 18px;
}
.contact-us .form-main {
    margin-top: 0px;
}
.contact-us .single-head {
    padding: 50px !important;
}
.contact-us .form-main {
    padding: 60px !important;
}
.contact-us .contant-inner-title h2 {
    font-size: 22px;
}
.map-section .mapouter {
    height: 300px;
}
.map-section .gmap_canvas {
    height: 300px;
}
.map-section iframe {
    height: 300px;
}
.contact-us .form-main .form-title h2 {
    font-size: 25px;
}
.faq {
    padding-bottom: 30px;
}
.login .form-head form .check-and-pass .form-check {
    float: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.login .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    float: none;
    text-align: center;
}
.login .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;

    margin-top: 10px;
    text-align: center;
    display: block;
}
}
.coming-soon .soon-content .text h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    line-height: 32px !important;
}
.coming-soon .soon-content .text {
    margin-bottom: 10px !important;
}
.coming-soon .soon-content .box {
    margin-top: 18px !important;
}
.dashboard .main-content .details-lists .single-list {
    margin-top: 30px;
}
.dashboard-sidebar {
    margin-bottom: 30px;
}
.profile-settings-block .profile-setting-form .form-group {
    margin-bottom: 20px !important;
}
.my-items .item-list-title {
    text-align: left;
}
.my-items .item-list-title p {
    padding: 5px 0;
    color:#081828;
}
.my-items .item-list-title .align-right {
    float: none;
    text-align: left !important;
}
.my-items .single-item-list p {
    padding: 8px 0px;
}
.my-items .single-item-list p.mtitle a {
    color: #081828;
    font-weight: 500;
}
.my-items .single-item-list p.mtitle a:hover {
    color: #1D74F2;
    font-weight: 500;
}
.my-items .single-item-list a:hover {
    color: #1D74F2;
    font-weight: 600px;
}
.my-items .single-item-list .item-image {
    margin-bottom: 10px;
}
.my-items .single-item-list .action-btn {
    margin-top: 10px;
}
.my-items .single-item-list .align-right {
    text-align: left !important;
}
.messages-body .chat-search-form {
    border-right: none;
}
.messages-body .form-head .username-title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e1e4e6;
    padding-top: 30px;
}
.messages-body .user-list {
    border-right: none;
}
.messages-body .chat-list {
    padding-left: 30px;
    border-top: 1px solid #e1e4e6;
}
.messages-body .chat-list .single-chat-head li.left img {
    height: 35px;
    width: 35px;
    bottom: 6px;
}
.messages-body .chat-list .single-chat-head li.right img {
    height: 35px;
    width: 35px;
    bottom: 6px;
}
.messages-body .chat-list .single-chat-head li.left {
    padding: 0;
    padding-left: 50px;
}
.messages-body .chat-list .single-chat-head li.right {
    padding: 0;
    padding-right: 50px;
}
.messages-body .chat-list .single-chat-head li.left .text {
    padding: 17px;
    font-size: 15px;
    line-height: 21px;
}
.messages-body .chat-list .single-chat-head li.left .text .time {
    font-size: 13px;
}
.messages-body .chat-list .single-chat-head li.right .text {
    padding: 17px;
    font-size: 15px;
    line-height: 21px;
}
.messages-body .chat-list .single-chat-head li.right .text .time {
    font-size: 13px;
}
.messages-body .chat-list .reply-block input {
    width: 100%;
    padding: 20px;
    border: 1px solid #e1e4e6;
    margin-top: 10px;
    padding-right: 75px;
    border-radius: 6px;
}
.messages-body .chat-list .reply-block {
    position: relative;
}
.messages-body .chat-list .reply-block button {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #1D74F2;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    padding-bottom: 3px;
    right: 8px;
    top: 87px;
}
.messages-body .chat-list .single-chat-head li.right .text {
    padding: 20px;
    font-size: 15px;
}
.messages-body .chat-list .single-chat-head li.left .text {
    padding: 20px;
    font-size: 15px;
}
.close-content h2 {
    font-size: 26px;
}
.close-content {
    padding: 50px 30px;
}
.close-content .button .btn {
    margin: 0;
    margin-bottom: 0px;
}
.close-content .button .btn:last-child {
    margin: 0;
}
.item-details .product-info .contact-info ul li .call {
    width: 100%;
}
.default-list-style .default-list-title p {
    padding: 3px 0;
}
.default-list-title .align-right {
    text-align: left;
}
.default-list-style .single-list p {
    padding: 3px 0;
}
.default-list-style .single-list .action-btn {
    margin-top: 5px;
}
.default-list-style .single-list .align-right {
    text-align: left;
}
.post-details .detail-inner {
    padding: 20px;
    margin-bottom: 30px;
}
.post-details .post-title a {
    font-size: 22px;
    font-weight: 600;
}
blockquote {
    margin: 30px 0;
    padding: 20px;
}
blockquote .icon i {
    font-size: 30px;
}
.post-social-media .share-title {
    margin-bottom: 25px;
}
.comment-title {
    margin-bottom: 0px !important;
}
.sidebar .widget {
    padding: 30px;
}
.post-details .post-image img {
    margin-top: 20px;
}
.post-details .post-social-media ul {
    margin-left: 0;
}
.footer .footer-top {
    padding: 30px 0 !important;
    padding-top: 25px !important;
    text-align: left;
}
.footer .footer-bottom .inner {
    padding: 30px 0 !important;
}
.footer .single-footer h3 {
    margin-bottom: 25px !important;
}
.footer .single-footer {
    margin-top: 40px;
}
.footer .footer-bottom .footer-social {
    margin-top: 30px !important;
}
}
/*======================================
	Contact CSS
========================================*/
.contact-us {
    position: relative;
    background-color: #f9f9f9;
}
.contact-us .contact-head {
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.contact-us .title {
    margin-bottom: 30px;
}
.contact-us .contant-inner-title {
    margin-bottom: 45px;
}
.contact-us .contant-inner-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #081828;
    text-transform: capitalize;
}
.contact-us .contant-inner-title p {
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
    display: block;
}
.contact-us .single-head {
    padding: 50px;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}
.contact-us .single-info:last-child {
    margin: 0;
}
.contact-us .single-info h3 {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
}
.contact-us .single-info ul {
    display: inline-block;
}
.contact-us .single-info ul li {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
}
.contact-us .single-info ul li:last-child {
    margin: 0;
}
.contact-us .single-info ul li a {
    font-weight: 400;
    color: #7E8890;
    display: inline-block;
    font-size: 15px;
}
.contact-us .single-info ul li a:hover {
    color: #1D74F2;
}
.contact-us .contact-social {
    display: block;
    margin-top: 65px;
}
.contact-us .contact-social h5 {
    color: #081828;
    font-weight: 600;
    font-size: 18px;
}
.contact-us .contact-social ul li {
    display: inline-block;
    margin-right: 6px;
}
.contact-us .contact-social ul li:last-child {
    margin-right: 0;
}
.contact-us .contact-social ul li a {
    font-size: 14px;
    color: #555;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.contact-us .contact-social ul li a:hover {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.contact-us .form-main {
    padding: 0 45px 50px 50px;
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    height: 100%;
}
.contact-us .form-main .form-title {
    margin-bottom: 30px;
}
.contact-us .form-main .form-title h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.contact-us .form-main .form-title p {
    font-size: 16px;
}
.contact-us .form .form-group {
    margin-bottom: 15px;
    display: block;
}
.contact-us .form .form-group input {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
}
.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
    border-radius: 5px;
    resize: vertical;
}
.contact-us .form .button {
    margin: 0;
}
.contact-us .form .button .btn {
    height: 50px;
    border: none;
}
.map-section {
    background-color: #f9f9f9;
}
/*======================================
	Error 404 CSS
========================================*/
.error-area {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.error-area .error-content h1 {
    font-size: 100px;
    color: #1D74F2;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 100px;
}
.error-area .error-content h2 {
    font-size: 25px;
    margin-bottom: 8px;
    color: #081828;
}
.error-area .error-content p {
    font-weight: 500;
    margin-bottom: 40px;
}
/*======================================
	Mail Success CSS
========================================*/
.maill-success {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.maill-success .success-content h1 {
    font-size: 40px;
    color: #1D74F2;
    margin-bottom: 10px;
    font-weight: 700;
}
.maill-success .success-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081828;
}
.maill-success .success-content p {
    font-weight: 500;
    margin-bottom: 20px;
}
/*======================================
	Coming Soon CSS
========================================*/
.coming-soon {
    height: 100vh;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #f9f9f9;
    z-index: 2;
}
.coming-soon .verticle-lines .vlines {
    width: 3px;
    height: 100%;
    background: #9b9b9b;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-name: lineanim;
    animation-name: lineanim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    opacity: 0.05;
    z-index: -1;
}
.coming-soon .verticle-lines .vlines.one {
    left: 20%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.coming-soon .verticle-lines .vlines.two {
    left: 40%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.coming-soon .verticle-lines .vlines.three {
    left: 60%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.coming-soon .verticle-lines .vlines.four {
    left: 80%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@-webkit-keyframes lineanim {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    50.1% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}
@keyframes lineanim {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    50.1% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.coming-soon .soon-content {
    text-align: center;
}
.coming-soon .soon-content .text {
    margin-bottom: 60px;
}
.coming-soon .soon-content .text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #081828;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.coming-soon .soon-content .text p {
    color: #666666;
    font-size: 16px;
}
.coming-soon .soon-content .box {
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    margin: 0 5px;
    display: inline-block;
    padding-top: 25px;
}
.coming-soon .soon-content h2 {
    text-align: center;
    padding-top: 2px;
    color: #081828;
    font-size: 15px;
    font-weight: 400;
}
.coming-soon .soon-content .box h1 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1D74F2;
}
.coming-soon .soon-content .alert {
    display: none;
}
/*======================================
	Footer CSS
========================================*/
.footer {
    background: #070d20;
}
.footer .footer-top {
    padding: 100px 0;
    padding-top: 70px;
    border-bottom: 1px solid #ebebeb s;
}
.footer .single-footer {
    margin-top: 30px;
}
.footer .single-footer.mobile-app .app-button .btn {
    border: 1px solid #e1e4e6e1e4e64a;
    border-radius: 6px;
    padding: 12px 35px;
    position: relative;
    text-align: left;
    padding-left: 70px;
    margin-bottom: 12px;
    min-width: 192px;
    color: #e1e1e1;
}
.footer .single-footer.mobile-app .app-button .btn:hover {
    border-color: transparent;
    background: #1D74F2;
    color: #fff;
}
.footer .single-footer.mobile-app .app-button .btn:last-child {
    margin: 0;
}
.footer .single-footer.mobile-app .app-button .btn i {
    font-size: 28px;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .single-footer.mobile-app .app-button .btn .text {
    font-size: 14px;
    font-weight: 500;
}
.footer .single-footer.mobile-app .app-button .btn .text .small-text {
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-bottom: -1px;
}
.footer .single-footer.f-link li {
    display: block;
    margin-bottom: 10px;
}
.footer .single-footer.f-link li:last-child {
    margin: 0;
}
.footer .single-footer.f-link li a {
    font-size: 14px;
    font-weight: 400;
    color: #e1e1e1;
}
.footer .single-footer.f-link li a:hover {
    color: #1D74F2;
}
.footer .single-footer.f-contact ul li {
    display: block;
    margin-bottom: 25px;
    line-height: 25px;
    color: #e1e1e1;
    font-weight: 400;
}
.footer .single-footer.f-contact ul li:last-child {
    margin-bottom: 0;
}
.footer .single-footer h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}
.footer .footer-bottom {
    text-align: center;
    position: relative;
    z-index: 1;
}
.footer .footer-bottom .inner {
    border-top: 1px solid #ebebeb4f;
    padding: 50px 0;
}
.footer .footer-bottom .footer-bottom-links li {
    display: inline-block;

    position: relative;
    padding-right: 15px;

}

.footer .footer-bottom .footer-bottom-links li a{
    font-size:14px;
}

.footer .footer-bottom .footer-bottom-links li::before {
    position: absolute;
    content: "";
    right: -3px;
    top: 50%;
    height: 1px;
    width: 3px;
    background: #666666;
}



.footer .footer-bottom .footer-bottom-links li ul li::before {
    position: absolute;
    content: "";
    right: -3px;
    top: 50%;
    height: 1px;
    width:0px;
    background: #666666;
}

.footer .footer-bottom .footer-bottom-links li ul li{
    display: block;
    margin: 0px;
    padding:0px;
}






.footer .footer-bottom .footer-bottom-links li:last-child {
    margin: 0;
    padding: 0;
}
.footer .footer-bottom .footer-bottom-links li:last-child::before {
    display: none;
}
.footer .footer-bottom .footer-bottom-links li a {
    color: #e1e1e1;
    font-weight: 400;
}
.footer .footer-bottom .footer-bottom-links li a:hover {
    color: #1D74F2;
}

.footer .footer-bottom .footer-bottom-links li.btn-group ul.dropdown-menu li{
    margin:0;
}

.footer .footer-bottom .footer-bottom-links li.btn-group ul.dropdown-menu li a{
    width:100%;
    display: block;
    color: #333;
    font-size:14px;
}

.footer .footer-bottom .footer-bottom-links li.btn-group ul.dropdown-menu li a:hover{
    width:100%;
    display: block;
    background-color:#1D74F2;
    color: #fff;
    font-size:14px;
}


.footer .footer-bottom .footer-bottom-links li.btn-group ul.dropdown-menu li::before{
    background-color:none;
}


.footer .footer-bottom .copyright-text {
    margin-top: 15px;
    color: #e1e1e1;
    font-family: 'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
    font-size:14px;
}
.footer .footer-bottom .copyright-text a {
    color: #e1e1e1;
}
.footer .footer-bottom .copyright-text a:hover {
    color: #1D74F2;
}
.footer .footer-bottom .footer-social {
    margin-top: 40px;
}
.footer .footer-bottom .footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer .footer-bottom .footer-social li:last-child {
    margin: 0;
}
.footer .footer-bottom .footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    border: 1px solid #e1e4e63;
}
.footer .footer-bottom .footer-social li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}


.drop-index{
    position:absolute;
    z-index:200;

}


.pd10 {
    padding-top: 10px;
} /* ===========================
Index Of css

01. Veriables CSS
02. Normalize CSS
03. Header CSS
04. Hero CSS
05. About CSS
06. Achievement CSS
07. Testimonial CSS
08. Pricing CSS
09. Faq CSS
10. Blog CSS
11. Clients CSS
12. Categories CSS
13. Items Grid CSS
14. Browse Chities CSS
15. Items Tab CSS
16. Newsletter CSS
17. Dashboard CSS
18. Login CSS
19. Why Choose CSS
20. Item Details CSS
21. How Works CSS
22. Call To Action CSS
23. Bookmarked CSS
24. Responsive CSS
25. Contact CSS
26. Error CSS
27. Mail Success CSS
28. Coming Soon CSS
29. Footer CSS
========================== */
/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Jost', 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    overflow-x: hidden;
    font-size: 14px;
}
p {
    margin: 0;
    padding: 0;
    font-family: 'Poppins','Roboto', 'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
    font-size: 14px;
}
* {
    margin: 0;
    padding: 0;
}
.navbar-toggler:focus, a:focus, input:focus, textarea:focus, button:focus, .btn:focus, .btn.focus, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.form-check-input:checked {
    background-color: #3813c2;
    border-color: #3813c2;
}
.form-check_pol {
    padding: 20px 0 5px 0;
}
select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #101130;
    letter-spacing: normal;

    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}
span, a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-35 {
    margin-top: 35px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-55 {
    margin-top: 55px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-65 {
    margin-top: 65px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-75 {
    margin-top: 75px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-85 {
    margin-top: 85px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-95 {
    margin-top: 95px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-105 {
    margin-top: 105px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-115 {
    margin-top: 115px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-125 {
    margin-top: 125px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-135 {
    margin-top: 135px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-145 {
    margin-top: 145px;
}
.mt-150 {
    margin-top: 150px;
}
.mt-155 {
    margin-top: 155px;
}
.mt-160 {
    margin-top: 160px;
}
.mt-165 {
    margin-top: 165px;
}
.mt-170 {
    margin-top: 170px;
}
.mt-175 {
    margin-top: 175px;
}
.mt-180 {
    margin-top: 180px;
}
.mt-185 {
    margin-top: 185px;
}
.mt-190 {
    margin-top: 190px;
}
.mt-195 {
    margin-top: 195px;
}
.mt-200 {
    margin-top: 200px;
}
.mt-205 {
    margin-top: 205px;
}
.mt-210 {
    margin-top: 210px;
}
.mt-215 {
    margin-top: 215px;
}
.mt-220 {
    margin-top: 220px;
}
.mt-225 {
    margin-top: 225px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-75 {
    margin-bottom: 75px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-85 {
    margin-bottom: 85px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-95 {
    margin-bottom: 95px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-105 {
    margin-bottom: 105px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-115 {
    margin-bottom: 115px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-125 {
    margin-bottom: 125px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-135 {
    margin-bottom: 135px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-145 {
    margin-bottom: 145px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mb-155 {
    margin-bottom: 155px;
}
.mb-160 {
    margin-bottom: 160px;
}
.mb-165 {
    margin-bottom: 165px;
}
.mb-170 {
    margin-bottom: 170px;
}
.mb-175 {
    margin-bottom: 175px;
}
.mb-180 {
    margin-bottom: 180px;
}
.mb-185 {
    margin-bottom: 185px;
}
.mb-190 {
    margin-bottom: 190px;
}
.mb-195 {
    margin-bottom: 195px;
}
.mb-200 {
    margin-bottom: 200px;
}
.mb-205 {
    margin-bottom: 205px;
}
.mb-210 {
    margin-bottom: 210px;
}
.mb-215 {
    margin-bottom: 215px;
}
.mb-220 {
    margin-bottom: 220px;
}
.mb-225 {
    margin-bottom: 225px;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-35 {
    padding-top: 35px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-45 {
    padding-top: 45px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-65 {
    padding-top: 65px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-75 {
    padding-top: 75px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-85 {
    padding-top: 85px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-95 {
    padding-top: 95px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-105 {
    padding-top: 105px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-115 {
    padding-top: 115px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-125 {
    padding-top: 125px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-135 {
    padding-top: 135px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-145 {
    padding-top: 145px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-155 {
    padding-top: 155px;
}
.pt-160 {
    padding-top: 160px;
}
.pt-165 {
    padding-top: 165px;
}
.pt-170 {
    padding-top: 170px;
}
.pt-175 {
    padding-top: 175px;
}
.pt-180 {
    padding-top: 180px;
}
.pt-185 {
    padding-top: 185px;
}
.pt-190 {
    padding-top: 190px;
}
.pt-195 {
    padding-top: 195px;
}
.pt-200 {
    padding-top: 200px;
}
.pt-205 {
    padding-top: 205px;
}
.pt-210 {
    padding-top: 210px;
}
.pt-215 {
    padding-top: 215px;
}
.pt-220 {
    padding-top: 220px;
}
.pt-225 {
    padding-top: 225px;
}
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-45 {
    padding-bottom: 45px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-55 {
    padding-bottom: 55px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-65 {
    padding-bottom: 65px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-85 {
    padding-bottom: 85px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-95 {
    padding-bottom: 95px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-105 {
    padding-bottom: 105px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-115 {
    padding-bottom: 115px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-125 {
    padding-bottom: 125px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-135 {
    padding-bottom: 135px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-145 {
    padding-bottom: 145px;
}
.pb-150 {
    padding-bottom: 150px;
}
.pb-155 {
    padding-bottom: 155px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-165 {
    padding-bottom: 165px;
}
.pb-170 {
    padding-bottom: 170px;
}
.pb-175 {
    padding-bottom: 175px;
}
.pb-180 {
    padding-bottom: 180px;
}
.pb-185 {
    padding-bottom: 185px;
}
.pb-190 {
    padding-bottom: 190px;
}
.pb-195 {
    padding-bottom: 195px;
}
.pb-200 {
    padding-bottom: 200px;
}
.pb-205 {
    padding-bottom: 205px;
}
.pb-210 {
    padding-bottom: 210px;
}
.pb-215 {
    padding-bottom: 215px;
}
.pb-220 {
    padding-bottom: 220px;
}
.pb-225 {
    padding-bottom: 225px;
}
.img-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-top: 90px;
        padding-bottom: 45px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs {
        padding-top: 90px;
        padding-bottom: 45px;
    }
}
.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: center;
}
.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    position: relative;
    line-height: 20px;
    text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 18px;
        line-height: 22px;
    }
}
.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
    font-weight:400;

}
.breadcrumbs .breadcrumb-nav {
    margin-top: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 8px;
    }
}
@media (max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        text-align: center;
        margin-top: 7px;
    }
}
.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    margin-right: 14px;
    text-transform: capitalize;
    color: #fff;
}
.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea5c";
    font-family: lineIcons;
    font-size: 11px;
    position: absolute;
    top: 3px;
    right: -7px;
}
.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}
.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none;
}
.breadcrumbs .breadcrumb-nav li, .breadcrumbs .breadcrumb-nav li a {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}
.breadcrumbs .breadcrumb-nav li i, .breadcrumbs .breadcrumb-nav li a i {
    font-size: 13px;
    display: inline-block;
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}
.breadcrumbs .breadcrumb-nav li a:hover {
    color: #e4e4e4;
}

/* Section Title */

.section-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}
.section-title h2:before {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -2px;
    height: 4px;
    width: 50px;
    border-radius: 5px;
    background: #1D74F2;
    content: "";
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
}
.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}
.section-title.align-right h2:before {
    display: none;
}
.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #1D74F2;
    content: "";
}
.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}
.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}
/* One Click Scrool Top Button*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #1D74F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    border-radius: 0;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 4px;
}
.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #081828;
}
/* Overlay */
.overlay {
    position: relative;
}
.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #081828;
    content: "";
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 5;
}
/* Pagination CSS */
.pagination {
    text-align: left;
    margin: 0px 0 0 0;
    display: block;
}
.pagination.center {
    text-align: center;
}
.pagination.right {
    text-align: right;
}
.pagination.left {
    text-align: left;
}
.pagination .pagination-list {
    display: inline-block;
    overflow: hidden;
}
.pagination .pagination-list li {
    margin-right: 5px;
    display: inline-block;
    margin-top: 10px;
}
.pagination .pagination-list li:last-child {
    margin-right: 0px;
}
.pagination .pagination-list li a {
    background: #fff;
    color: #081828;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    line-height: 38px;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e1e4e6;
}
.pagination .pagination-list li.active a, .pagination .pagination-list li:hover a {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.pagination .pagination-list li a i {
    font-size: 13px;
}
.blog-grids.pagination {
    margin-top: 50px;
    text-align: center;
}
.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}
.button .btn:hover {
    background-color: #081828;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}
.button .btn-alt {
    background-color: #081828;
    color: #fff;
}
.button .btn-alt:hover {
    background-color: #1D74F2;
    color: #fff;
}

.button .btn-del {
    background-color: #666;
    color: #fff;
}
.button .btn-del:hover {
    background-color: #1D74F2;
    color: #fff;
}

.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
/* Preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader-icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 0px;
}
.preloader-icon span {
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background: #1D74F2;
    -webkit-animation: preloader-fx 1.6s linear infinite;
    animation: preloader-fx 1.6s linear infinite;
}
.preloader-icon span:last-child {
    animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
}
@keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 0;
    }
}
@-webkit-keyframes preloader-fx {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}
.bg-gray {
    background-color: #F4F7FA !important;
}
/*======================================
	01. Start Header CSS
========================================*/
.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: transparent;
}
.header .login-button {
    margin-left: 0px;
    font-weight: 500;
}
.header .login-button ul {
    padding: 0px;
    border-radius: 30px;
}

.header .login-button ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.header .login-button ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.header .login-button ul li a:hover {
    color: #fff;
}
.header .login-button ul li a i {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    font-size: 15px;
}


.header .login-button ul li a i {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
    font-size: 15px;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}
.navbar-expand-lg .navbar-nav {
    margin-left: auto;
}
.sticky .navbar .navbar-nav .nav-item a {
    color: #fff;
}
.header .navbar .navbar-nav .nav-item a.active {
    color: #1D74F2;
}
.sticky .navbar .navbar-nav .nav-item a.active {
    color: #1D74F2;
}
.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #fff;
}
.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #fff;
}
/* Topbar */
.header .toolbar-area {
    padding: 18px 0;
    background: #1D74F2;
    overflow: hidden;
}
.header .toolbar-area .toolbar-social {
    float: right;
}
.header .toolbar-area .toolbar-social ul li {
    display: inline-block;
    margin-right: 15px;
}
.header .toolbar-area .toolbar-social ul li .title {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
}
.header .toolbar-area .toolbar-social ul li:last-child {
    margin: 0;
}
.header .toolbar-area .toolbar-social ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header .toolbar-area .toolbar-social ul li a:hover {
    color: #fff;
}
.header .toolbar-login {
    float: left;
}
.header .toolbar-login span {
    display: inline-block;
    color: #fff;
    margin: 0px 12px;
    font-size: 13px;
    font-weight: 600;
}
.header .toolbar-login a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-size: 13px;
}
.header .toolbar-login a i {
    display: inline-block;
    margin-right: 3px;
    color: #fff;
    font-size: 11px;
    height: 22px;
    width: 22px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    color: #1D74F2;
    line-height: 22px;
}
.header .toolbar-login a:hover {
    color: #081828;
}
.header .toolbar-login a:last-child {
    margin: 0;
}
/*===== NAVBAR =====*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}
.navbar-area.sticky {
    position: fixed;
    z-index: 97;

    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: rgb(0,50,150);
    background: -moz-linear-gradient(to right,#0e42b9 0,#1b5ae9 25%,#061337 100%)!important;
    background: -webkit-linear-gradient(to right,#0e42b9 0,#1b5ae9 25%,#061337 100%)!important;
    background: linear-gradient(to right,#0e42b9 0,#1b5ae9 25%,#061337 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e42b9",endColorstr="#2d2e33",GradientType=1);
}
.navbar-area.sticky .toolbar-area {
    display: none;
}
.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 175px;
}
.mobile-menu-btn {
    padding: 0px;
}
.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}
.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .login-button {
        text-align: left;
    }
    .navbar-collapse {
        position: absolute;
        top: 66px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #e1e4e6;
    }
}
@media (max-width: 767px) {
    .dashboard-block .block-title {
        margin-bottom: -30px;
    }
    .header .login-button ul {
        margin-left: -50px;
        margin-top: 5px;
    }
    .header .login-button ul li a i {
        color: #1D74F2;
    }
    .header .login-button ul li a {
        color: #051441;
    }
    .navbar-collapse {
        position: absolute;
        top: 175% !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
    }
}
.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-right: auto !important;
}
.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 80px;
}
.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}
.navbar-nav .nav-item:hover a {
    color: #fff;
}
.navbar-nav .nav-item a {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 30px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: capitalize;
}
.navbar-nav .nav-item a::after {
    opacity: 0;
    visibility: hidden;
}
.navbar-nav .nav-item a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    height: 3px;
    width: 0%;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item a.active:before {
    width: 100%;
}
.navbar-nav .nav-item:hover a:before {
    width: 100%;
}
.navbar-nav .nav-item a.active {
    color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu {
        padding-right: 30px;
    }
}
.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
    margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .dashboard-block .block-title {
        margin-bottom: -30px;
    }
    .navbar-nav .nav-item a.dd-menu::after {
        top: 16px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}
.navbar-nav .nav-item .sub-menu {
    border: 1px solid red;
    border-top: 1px solid #e1e4e6;
    padding: 10px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px #1414140e;
    box-shadow: 0px 10px 20px #1414140e;
    position: absolute;
    top: 100% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item .sub-menu.mega-menu {
    width: 500px;
    white-space: none !important;
    padding-right: 5px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .mega-menu-title {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #081828;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-top: 12px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block {
    width: 49.5% !important;
    display: inline-block !important;
    white-space: none !important;
    border-right: 1px solid #e1e4e6;
    height: 100%;
    float: left;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
    padding-right: 10px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
    border: none;
    padding-left: 10px;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block li a:hover {
    background-color: #1D74F2;
    color: #fff;
}
.navbar-nav .nav-item .sub-menu.mega-menu .single-block li.active a {
    background-color: #1D74F2;
    color: #fff;
}
.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
}
.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 15px;
    color: #666666;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.navbar-nav .nav-item .sub-menu .nav-item a:before {
    display: none;
}
.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}
.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item {
        margin: 0;
    }
    .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }
    .navbar-nav .nav-item a::before {
        display: none;
    }
    .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu {
        width: 100% !important;
        white-space: none !important;
        padding-right: 0;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block {
        width: 100% !important;
        display: block !important;
        white-space: none !important;
        border: none;
        height: 100%;
        float: left;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block:first-child {
        padding-right: 0;
    }
    .navbar-nav .nav-item .sub-menu.mega-menu .single-block:last-child {
        border: none;
        padding-left: 0;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }
    .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        background: #1D74F2 !important;
        color: #fff !important;
    }
    .navbar-nav .nav-item .sub-menu::after {
        display: none;
    }
}
.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}
.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}
.navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
    color: #fff !important;
    background-color: #1D74F2 !important;
}
.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}
.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}
.navbar-nav .nav-item .sub-menu > li > a:hover {
    background: #1D74F2;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a {
        color: #051441;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }
    .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }
    .navbar-nav .nav-item .sub-menu > li.active {
        background: #f9f9f9 !important;
        color: #1D74F2 !important;
    }
    .header.style3.navbar-area .header-social {
        display: none;
    }
    .navbar-nav .nav-item .sub-menu > li.active > a, .navbar-nav .nav-item .sub-menu > li:hover > a {
        color: #fff !important;
        background-color: #1D74F2 !important;
    }
    .post-ad-tab02 .nav {
        display: none;
    }
    .login .form-head h4.title {
        font-size: 26px;
    }
    .login .form-head {
        padding: 40px;
    }
    .login .form-head h4.title {
        margin-bottom: 15px;
    }
}
.header-button {
    display: inline-block;
    margin-left: 10px;
    box-shadow: 0px 4px 7px #00000021;
}
.header-button .btn i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}
/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
    background-image: url("../images/main/mainbackground.jpg");
    background-sizbnr-subtitlee: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 10px;
    z-index: 2;
}
.hero-area.overlay::before {
    z-index: -1;
    background: #081828;
    opacity: 0.9;
}
.hero-area.style2 {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url("../images/main/mainbackground.jpg");
}
.hero-area.style2 .hero-text {
    text-align: left;
}
.hero-area.style2 .hero-text h2 {
    font-size: 50px;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.hero-area.style2 .hero-text h2::before {
    left: 0;
    margin-left: 0;
}
.hero-area.style3 {
    padding-top: 250px;
    padding-bottom: 0;
    background-image: url("../images/main/mainbackground.jpg");
}
.hero-area.style3 .search-form {
    margin-top: 100px;
    background: #fff;
    border-radius: 6px;
    padding: 35px 40px;
    padding-right: 55px;
    width: 100%;
    border: 1px solid #e1e4e6;
    position: relative;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.hero-area.style3 .search-form .btn:hover {
    background-color: #081828;
    color: #fff;
}
.hero-area.style3 .categories {
    padding: 0;
    margin-top: 30px;
}
.hero-area.style3 .categories .single-cat {
    border: none;
    background-color: #fff;
    padding: 20px 10px;
}
.hero-area .hero-text h2 {
    color: #fff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.hero-area .hero-text h2::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2px;
    height: 4px;
    width: 60px;
    margin-left: -30px;
    background: #1D74F2;
    border-radius: 10px;
}
.hero-area .hero-text p {
    color: #ddd;
    font-size: 16px;
    font-weight: 400;
    display: block;
}
/* Hero Search Form */
.search-form {

    background: #fff3;
    border-radius: 6px;
    padding: 30px;
    padding-right: 45px;
}
.search-form.style2 {
    padding: 0;
    padding: 50px;
    background-color: #fff;
}
.search-form.style2 .heading-title {
    font-size: 24px;
    margin-bottom: 8px;
}
.search-form.style2 .sub-heding-text {
    margin-bottom: 40px;
    font-size: 16px;
}
.search-form.style2 .search-input {
    padding: 0;
    margin-bottom: 18px;
}
.search-form.style2 .btn {
    margin: 0;
}
.search-form.style2 .btn:hover {
    background-color: #081828;
    color: #fff;
}
.search-form .search-input {
    position: relative;
    padding: 0px 8px;
}
.search-form .search-input input {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    padding-right: 45px;
    height: 55px;
    font-size: 15px;
    border: 1px solid #e1e4e6;
}
.search-form .search-input input:focus {
    outline: none !important;
}
.search-form .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 25px;
    height: 55px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.search-form .search-input select:focus {
    outline: none !important;
}
.search-form button {
    width: 100%;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    height: 55px;
    margin-left: 5px;
}
.search-form button.btn:hover {
    background: #fff;
    color: #081828;
}
.search-form button i {
    display: inline-block;
    margin-right: 5px;
}
.search-form02 {
    margin-top: 0px;
    border-radius: 6px;
    padding: 15px;
    padding-right: 15px;
}
.search-form02.style2 {
    padding: 0;
    padding: 50px;
    background-color: #fff;
}
.search-form02.style2 .heading-title {
    font-size: 24px;
    margin-bottom: 8px;
}
.search-form02.style2 .sub-heding-text {
    margin-bottom: 40px;
    font-size: 16px;
}
.search-form02.style2 .search-input {
    padding: 0;
    margin-bottom: 18px;
}
.search-form02.style2 .btn {
    margin: 0;
}
.search-form02.style2 .btn:hover {
    background-color: #081828;
    color: #fff;
}
.search-form02 .search-input {
    position: relative;
    padding: 0px 8px;
}
.search-form02 .search-input input {
    width: 100%;
    background: transparent;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 0 20px;
    padding-right: 45px;
    height: 45px;
    font-size: 15px;
    color:#fff;
}

.search-form02 .search-input input:focus{
    border-color: #fff;
}

.search-form02 .search-input input:focus {
    outline: none !important;
}
.search-form02 .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form02 .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ededed;
    padding: 0 25px;
    height: 55px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
.search-form02 .search-input select:focus {
    outline: none !important;
}
.search-form02 button {
    width: 100%;
    border-radius: 6px;
    border: none;
    padding: 0 25px;
    height: 55px;
    margin-left: 5px;
}
.search-form02 button.btn:hover {
    background: #fff;
    color: #081828;
}
.search-form02 button i {
    display: inline-block;
    margin-right: 5px;
}

.search-form02 .search-input a i {
    color:#fff;
    opacity: 0.5;
}



/*======================================
    About Us CSS
========================================*/
.about-us .content-left {
    position: relative;
}
.about-us .content-left img {
    width: 100%;
    border-radius: 6px;
}
.about-us .content-left .video {
    position: absolute;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #1D74F2;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 16px;
    padding-left: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.about-us .content-left .video:hover {
    color: #fff;
    background-color: #1D74F2;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.about-us .content-right {
    padding-right: 70px;
    padding-left: 40px;
}
.about-us .content-right .sub-heading {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #1D74F2;
    background-color: #f9f9f9;
    padding: 5px 0px;
    border-radius: 4px;
}
.about-us .content-right h2 {
    display: block;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 40px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.about-us .content-right h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 8px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
}
.about-us .content-right p {
    font-size: 16px;
    line-height: 26px;
}
/*======================================
    Our Achievement CSS
========================================*/
.our-achievement {
    background-color: #1D74F2;
    padding-top: 70px;
    padding: 90px 0 120px 0;
}
.our-achievement .single-achievement {
    margin-top: 30px;
    text-align: center;
    padding: 0px 50px;
}
.our-achievement .single-achievement h3 {
    font-size: 40px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    color: #fff;
}
.our-achievement .single-achievement p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
/*======================================
    Testimonial CSS
========================================*/
.testimonials {
    background-color: #081828;
    padding-bottom: 130px;
    padding-top: 110px;
}
.testimonials .section-title h2 {
    color: #fff;
}
.testimonials .section-title p {
    color: #fff;
}
.testimonials .testimonial-slider {
    margin: 0;
}
.testimonials .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    left: 50%;
    z-index: 9;
}
.testimonials .tns-nav button {
    height: 5px;
    width: 30px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
    border: none;
    margin: 0px 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonials .tns-nav button:hover {
    background: #1D74F2;
}
.testimonials .tns-nav button.tns-nav-active {
    background: #1D74F2;
}
.testimonials .single-testimonial {
    background: #fff;
    border: 1px solid #ececec;
    padding: 50px 40px;
    margin: 20px 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.testimonials .single-testimonial .quote-icon {
    position: absolute;
    right: 30px;
    top: 10px;
}
.testimonials .single-testimonial .quote-icon i {
    font-size: 70px;
    color: #cccccc3b;
}
.testimonials .single-testimonial:hover {
    -webkit-box-shadow: 0px 0px 13px #0000001a;
    box-shadow: 0px 0px 13px #0000001a;
}
.testimonials .single-testimonial:hover .author img {
    border-color: #1D74F2;
}
.testimonials .single-testimonial .author {
    position: relative;
    min-height: 70px;
    margin-bottom: 25px;
    padding-top: 10px;
}
.testimonials .single-testimonial .author img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 5px solid #ececec;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.testimonials .single-testimonial .author .name {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
    padding-left:85px;
}
.testimonials .single-testimonial .author .name .deg {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.testimonials .single-testimonial .text p {
    font-size: 16px;
}
/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
    background: #f9f9f9;
    position: relative;
}
.pricing-table .section-title {
    margin-bottom: 50px;
}
.pricing-table .single-table {
    margin-top: 30px;
    background: #fff;
    text-align: left;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #ececec;
    overflow: hidden;
    border-radius: 6px;
    padding: 40px 40px;
    z-index: 2;
}
.pricing-table .single-table::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 300px;
    width: 300px;
    background: #1D74F2;
    border-radius: 50%;
    left: -50px;
    top: -110px;
}
.pricing-table .single-table::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 300px;
    width: 300px;
    background: #1D74F2;
    border-radius: 50%;
    left: -40px;
    top: -110px;
    opacity: 0.8;
    z-index: -1;
}
.pricing-table .single-table .table-head {
    position: relative;
}
.pricing-table .single-table .table-head .amount {
    font-size: 35px;
    line-height: 56px;
    font-weight: 700;
    color: #fff;
}
.pricing-table .single-table .table-head .duration {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -2px;
}
.pricing-table .single-table .table-head .title {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 19px;
}
.pricing-table .single-table .table-list {
    position: relative;
    display: block;
    margin-top: 90px;
}
.pricing-table .single-table .table-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #444;
    font-weight: 400;
    margin-bottom: 10px;
}
.pricing-table .single-table .table-list li:last-child {
    margin-bottom: 0;
}
.pricing-table .single-table .button {
    margin-top: 40px;
}
/*======================================
    Faq CSS
========================================*/
.faq {
    padding-bottom: 100px;
}
.accordion-item .accordion-button {
    border-radius: 5px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #e1e4e6;
}
.accordion-item .accordion-button span {
    float: left;
}
.accordion-item .accordion-button i {
    float: right;
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
    border-radius: 5px 5px 0 0;
}
.accordion-button:not(.collapsed) i::before {
    content: "\eb2c";
    font-family: lineIcons;
}
.accordion-button::after {
    display: none;
}
.accordion-collapse {
    border: none;
}
.accordion-body {
    border: 1px solid #e1e4e6;
    border-radius: 0 0 5px 5px;
    padding: 30px 20px;
}
.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
}
.accordion-body p:last-child {
    margin: 0;
}
.accordion-item {
    margin-bottom: 20px;
}
/*======================================
    Blog CSS
========================================*/
.latest-news-area{
    margin-top:70px;
}

.latest-news-area .single-news {
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
}
.latest-news-area .single-news .image {
    overflow: hidden;
    position: relative;
    z-index: 0;
    width: 100%;
}
.latest-news-area .single-news .image a {
    width: 100%;
}
.latest-news-area .single-news .image:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0%;
    height: 50px;
    width: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.latest-news-area .single-news .image:after {
    position: absolute;
    content: "";
    left: 0%;
    top: 50%;
    height: 2px;
    width: 50px;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}
.latest-news-area .single-news .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.latest-news-area .single-news:hover .image::before {
    top: 50%;
    opacity: 1;
    visibility: visible;
}
.latest-news-area .single-news:hover .image::after {
    left: 50%;
    opacity: 1;
    visibility: visible;
}
.latest-news-area .single-news:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.latest-news-area .single-news .content-body {
    padding: 30px 30px 30px 30px;
    border-radius: 6px;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e1e4e6;
}
.latest-news-area .single-news .content-body .title {
    line-height: 30px;
}
.latest-news-area .single-news .content-body .title a {
    font-size: 18px;
    font-weight: 700;
    color: #081828;
    margin-bottom: 20px;
}
.latest-news-area .single-news .content-body .title a:hover {
    color: #1D74F2;
}
.latest-news-area .single-news .content-body p {
    font-size: 14px;
}
.latest-news-area .single-news .content-body .meta-details {
    padding-top: 15px;
    margin-top: 30px;
    border-top: 1px solid #e1e4e6;
}
.latest-news-area .single-news .content-body .meta-details ul li {
    display: inline-block;
    margin-right: 17px;
    padding-right: 17px;
    position: relative;
}
.latest-news-area .single-news .content-body .meta-details ul li::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 9px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #1D74F2;
}
.latest-news-area .single-news .content-body .meta-details ul li:last-child {
    margin: 0;
    padding: 0;
}
.latest-news-area .single-news .content-body .meta-details ul li:last-child::before {
    display: none;
}
.latest-news-area .single-news .content-body .meta-details ul li a {
    font-size: 14px;
    color: #081828;
    font-weight: 500;
}
.latest-news-area .single-news .content-body .meta-details ul li a:hover {
    color: #1D74F2;
}
.blog-list {
    background: #f9f9f9;
}
.blog-list .single-news {
    margin: 0;
}
.blog-list .single-news {
    margin-bottom: 40px;
}
/* News Details */
.blog-single {
    background: #f9f9f9;
}
.blog-single .post-thumbnils {
    position: relative;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
}
.blog-single .post-thumbnils img {
    width: 100%;
}
.post-details .detail-inner {
    background-color: #fff;
    padding: 50px 40px;
    margin-bottom: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-details .detail-inner01 {
    background-color: #fff;
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-details .post-thumbnils {
    margin-bottom: 30px;
}
.post-details .post-title {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
    border-bottom:2px solid #e1e4e6;
    padding-bottom:20px;
}

.post-details .post-title a {
    font-size: 23px;
    font-weight: 600;
}
.post-details .post-title a:hover {
    color: #1D74F2;
}


.post-details .post-contents{
    min-height:450px;
}

ul.custom-flex {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.post-details .post-meta li {
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 3px;
}
.post-details .post-meta li a:hover {
    color: #1D74F2;
}
.post-details p {
    font-size: 14px;

}
.post-details h3 {
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 28px;
}
.post-details p:last-child {
    margin-bottom: 0;
}
blockquote {
    position: relative;
    color: #fff;
    font-weight: 400;
    clear: both;
    z-index: 1;
    margin: 40px 0;
    text-align: left;
    padding: 40px;
    background-color: #1D74F2;
    border-radius: 5px;
    overflow: hidden;
}
blockquote .icon i {
    font-size: 40px;
    color: #fff;
    display: block;
    margin-bottom: 20px;
}
blockquote h4 {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}
blockquote span {
    font-size: 13px;
    display: block;
    margin-top: 20px;
}
blockquote .shape {
    position: absolute;
    right: -90px;
    top: -91px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.post-details .list {
    margin: 40px;
}
.post-details .list li {
    color: #666666;
    font-weight: 400;
    position: relative;
    padding-left: 40px;
    display: block;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.post-details .list li i {
    display: block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 10px;
    color: #fff;
    background-color: #1D74F2;
    position: absolute;
    left: 0;
    top: -1px;
    text-align: center;
    border-radius: 3px;
}
.post-details .list li:last-child {
    margin: 0;
}
.post-social-media {
    margin-top: 40px;
    border-top:1px solid #e1e4e6;
    padding-top:15px;
    position: relative;
    bottom:0px;
}
.post-social-media .share-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
.post-details .post-social-media ul {
    display: inline-block;
    margin-left: 20px;
}
.post-details .post-social-media ul li {
    display: block;
    margin-right: 13px;
}
.post-details .post-social-media ul li a {
    font-size: 15px;
    color: #999;
    position: relative;
}
.post-details .post-social-media ul li a:hover {
    color: #1D74F2;
}
.post-details .post-social-media ul li a span {
    background-color: #1D74F2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-details .post-social-media ul li a span::before {
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    border: 5px solid #1D74F2;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}
.post-details .post-social-media ul li a:hover span {
    opacity: 1;
    visibility: visible;
    top: -35px;
}
.post-details .post-meta li {
    font-weight: 500;
    margin-right: 25px;
}
.post-details .post-meta li a {
    font-size: 13px;
    font-weight: 400;
    font-weight: 500;
    color: #081828;
}
.post-details .post-meta li a i {
    font-weight: 400;
    margin-right: 5px;
    color: #1D74F2;
}
.post-details p {
    font-size: 14px;
    line-height: 28px;
}
.post-details .post-image {
    margin: 40px 0 20px 0;
    width: 100%;
}
.post-details .post-image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 5px;
}
.post-details > ul > li {
    font-weight: 500;
}
.detail-post-navigation {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
}
/*comments*/
.post-comments {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.comment-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.comment-title span {
    background-color: white;
    padding-right: 15px;
}
.comment-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.comment-reply-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 40px !important;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
}
.comment-reply-title span {
    background-color: white;
    padding-right: 15px;
}
.comment-reply-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.post-comments .comments-list li {
    padding-left: 130px;
    position: relative;
    font-size: 14px;
}
.post-comments .comments-list li .comment-img {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
}
.post-comments .comments-list li .comment-img img {
    max-width: 100px;
    max-height: 100px;
}
.post-comments .comments-list li .comment-desc .desc-top {
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.post-comments .comments-list li .comment-desc .desc-top h6 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 500;
}
.post-comments .comments-list li .comment-desc .desc-top h6 .saved {
    color: #1D74F2;
    font-size: 14px;
    margin-left: 10px;
}
.post-comments .comments-list li .comment-desc .desc-top span.date {
    font-size: 14px;
    font-weight: 400;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 22px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    z-index: 2;
    border-radius: 4px;
    border: 1px solid #e1e4e6;
    color: #1D74F2;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link i {
    margin-right: 5px;
}
.post-comments .comments-list li .comment-desc p {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 16px;
}
.post-comments .comments-list li.children {
    margin-left: 130px;
}
.post-comments .comments-list li:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e1e4e6;
}
/*Comment form*/
.comment-form {
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.comment-form form .form-box {
    position: relative;
}
.comment-form form .form-box .icon {
    position: absolute;
    top: 17px;
    right: 25px;
    font-size: 16px;
}
.comment-form form .form-box .form-control-custom {
    border: none;
    background: #fff;
    font-size: 14px;
    color: #081828;
    padding: 0 25px;
    font-weight: 500;
    height: 55px;
    border: 1px solid #e1e4e6;
    margin-bottom: 25px;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}
.comment-form form .form-box textarea.form-control-custom {
    height: 200px;
    padding: 25px;
}
.comment-form form .form-box .form-control-custom::-webkit-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom:-ms-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom::-ms-input-placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
.comment-form form .form-box .form-control-custom::placeholder {
    font-size: 15px;
    color: #081828;
    font-weight: 400;
}
/* News sidebar */
.sidebar .widget {
    padding: 40px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    border: 1px solid #e1e4e6;
}
.sidebar .widget:last-child {
    margin-bottom: 0;

}
.sidebar .widget .widget-title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1;
    position: relative;
    font-weight: 600;
    line-height: 28px;
    z-index: 1;
}
.sidebar .widget .widget-title span {
    background-color: white;
    padding-right: 18px;
}
.sidebar .widget .widget-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background-color: #e1e4e6;
    content: '';
    z-index: -1;
}
.sidebar .widget.search-widget form {
    position: relative;
}
.sidebar .widget.search-widget form input {
    width: 100%;
    background-color: transparent;
    height: 55px;
    border: none;
    padding: 0 80px 0 30px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
}
.sidebar .widget.search-widget form input::-webkit-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input:-ms-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input::-ms-input-placeholder {
    color: #333;
}
.sidebar .widget.search-widget form input::placeholder {
    color: #333;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;

    border: none;
    background: #1D74F2;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
}
.sidebar .widget.popular-feeds .single-popular-feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.sidebar .widget.popular-feeds .single-popular-feed:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-img {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    height: 80px;
    border-radius: 50% !important;
    overflow: hidden;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
    display: block;

}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a {
    font-size: 16px;
    font-weight: 500;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover {
    color: #1D74F2;
}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time {
    font-weight: 400;
    font-size: 14px;

}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time > i {
    margin-right: 4px;
}
.sidebar .widget.categories-widget ul li {
    margin-bottom: 10px;
}
.sidebar .widget.categories-widget ul li:last-child {
    margin-bottom: 0;
}
.sidebar .widget.categories-widget ul li a {
    font-size: 15px;
    height: 35px;
    background-color: transparent;
    display: block;
    position: relative;
    line-height: 35px;
    color: #081828;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-weight: 500;
    padding: 0;
    padding-right: 40px !important;
    display: inline-block;
    line-height: 22px;
    width: 100%;
}
.sidebar .widget.categories-widget ul li a span {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
    font-size: 12px;
}
.sidebar .widget.categories-widget ul li a:hover {
    color: #1D74F2;
}
.sidebar .widget.categories-widget ul li a:hover span {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.sidebar .widget.popular-tag-widget {
    padding-bottom: 30px;
}
.popular-tag-widget .tags > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 20px;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    background: #1D74F2;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    color: #666666;
    border: 1px solid #e1e4e6;
    border-radius: 4px;
}
.popular-tag-widget .tags > a:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.sidebar-as img {
    width: 100%;
}
/*======================================
   Clients CSS
========================================*/
.client-logo-section {
    background: #fff;
    padding: 50px 0;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
    padding: 10px 20px;
    text-align: center;
    margin: auto;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
    max-width: 220px;
    width: 100%;
    opacity: .8;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 3px;
}
.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
    opacity: 1;
}
/*======================================
    Items Category CSS
========================================*/
.categories {
    background-color: transparent;
    height: 0;
}
.categories .tns-controls button {
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 2;
    color: #fff;
    font-size: 17px;
    background: #1D74F2;
    border: none;
    padding: 2px 5px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    position: absolute;
    z-index: 99;
    top: 50%;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .tns-controls button:hover {
    background-color: #081828;
    color: #fff;
}
.categories:hover .tns-controls button {
    opacity: 1;
    visibility: visible;
}
.categories .tns-controls button:first-child {
    left: -23px;
}
.categories .tns-controls button:last-child {
    right: -23px;
}
.categories .cat-inner {
    padding: 30px 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    position: relative;
    z-index: 9;
    background: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.categories.style2 {
    height: auto;
    padding: 100px 0;
}
.categories.style2 .section-title {
    margin-bottom: 50px;
}
.categories.style2 .cat-inner {
    -webkit-transform: none;
    transform: none;
    padding: 0;
    border: none;
}
.categories.style2 .single-cat {
    margin-top: 30px;
    border: 1px solid #e1e4e6;
    padding: 25px 10px;
}
.categories.style2 .single-cat:hover {
    -webkit-box-shadow: 0px 10px 15px #00000012;
    box-shadow: 0px 10px 15px #00000012;
    background-color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.categories .single-cat {
    text-align: center;
    padding: 15px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
    border: none;
    border-radius: 6px;
}
.categories .single-cat:hover {
    background-color: #f9f9f9;
}
.categories .single-cat .icon img {
    width: 40px;
}
.categories .single-cat h3 {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: #081828;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .single-cat:hover h3 {
    color: #1D74F2;
}
.categories .single-cat .total {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #e1e4e6;
    border-radius: 5px;
    color: #081828;
    display: inline-block;
    margin-top: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.categories .single-cat:hover .total {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.all-categories {
    border-bottom: 1px solid #e1e4e6;
    padding-bottom: 70px;
}
.all-categories .categories-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.all-categories .cat-title {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    background: #1D74F2;
    color: #fff;
}
.all-categories .cat-title span {
    font-weight: 400;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.all-categories ul {
    margin-bottom: 30px;
}
.all-categories ul li {
    display: block;
    margin-bottom: 7px;
}
.all-categories ul li:last-child {
    margin: 0;
}
.all-categories ul li a {
    color: #666666;
    padding: 10px 15px;
    border: 1px solid #e1e4e6;
    display: block;
    border-radius: 4px;
}
.all-categories ul li a:hover {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
/* Category Page*/
.category-page {
    background-color: #f9f9f9;
}
.category-page .single-ad-grid {
    background-color: #fff;
}
.category-page .category-grid-topbar {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding-right: 15px;
}
.category-page .category-grid-topbar .title {
    font-size: 15px;
    font-weight: 500;
    color: #666666;
    float: left;
}
.category-page .category-grid-topbar .nav {
    border: none;
    float: right;
}
.category-page .category-grid-topbar .nav button {
    border: none;
    padding: 5px 10px 3px 10px;
    border: 1px solid #e1e4e6;
    border-radius: 4px;
    margin-right: 6px;
}
.category-page .category-grid-topbar .nav button.active {
    background-color: #1D74F2;
    border-color: transparent;
    color: #fff;
}
.category-page .category-grid-topbar .nav button:last-child {
    margin: 0;
}


.category-page .category-grid-topbar01 {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 0 0px 6px 6px;
    border: 1px solid #e1e4e6;
    border-top:2px solid #e1e4e6;
    padding-right: 15px;
}

.category-page .category-list{
    border-top:1px solid #e1e4e6;
    border-left:1px solid #e1e4e6;
    border-right:1px solid #e1e4e6;
    padding:22px 30px 17px 30px;
    background-color: #fff;
}  

.category-page .category-list h6{
    font-size:15px;
    font-weight: 500;
}

.category-page .category-list ul li{
 float: left;
 padding-right:28px;
 padding-bottom:5px;
}

.category-page .category-list ul li a{
    color:#666666;
    font-weight: 400;
    font-size: 15px;
   }

   .category-page .category-list ul li a.active{
    color:#4a6cf7;
    font-weight: 400;
   }


.category-page .category-list ul li a:hover{
    color:#1D74F2;
    font-weight: 500;
   }


.category-page .category-list ul li:last-child{
    padding-right:0px;
   }

.category-sidebar .single-widget {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    margin-bottom: 15px;
}
.category-sidebar .single-widget:last-child {
    margin-bottom: 0;
}
.category-sidebar .single-widget h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.category-sidebar .single-widget.search form {
    position: relative;
}
.category-sidebar .single-widget.search form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search form button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_type form {
    position: relative;
}
.category-sidebar .single-widget.search_type form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_type form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_type form button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_status form {
    position: relative;
}
.category-sidebar .single-widget.search_statuse form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_status form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_status form button:hover {
    color: #1D74F2;
}
category-sidebar .single-widget.search_name form {
    position: relative;
}
.category-sidebar .single-widget.search_name form input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_name form button {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_name button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.search_period {
    position: relative;
}
.category-sidebar .single-widget.search_period input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    padding: 0px 15px;
    padding-right: 50px;
}
.category-sidebar .single-widget.search_period button {

    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 30px;
    top: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.category-sidebar .single-widget.search_period button:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget.range input {
    color: #081828;
    cursor: pointer;
}
.category-sidebar .single-widget.range ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #081828;
    opacity: 1;
    /* Firefox */
}
.category-sidebar .single-widget.range :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #081828;
}
.category-sidebar .single-widget.range ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #081828;
}
.category-sidebar .single-widget.range .range-inner {
    position: relative;
    padding-left: 15px;
}
.category-sidebar .single-widget.range label {
    color: #081828;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}
.category-sidebar .single-widget.range #rangePrimary {
    display: inline-block;
    border: none;
}
.category-sidebar .single-widget.range input[type="range"]::-webkit-slider-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.range input[type="range"]::-moz-range-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.range input[type="range"]::-ms-thumb {
    background: #1D74F2 !important;
}
.category-sidebar .single-widget.condition .form-check {
    display: block;
    margin-bottom: 10px;
}
.category-sidebar .single-widget.condition .form-check:last-child {
    margin: 0;
}
.category-sidebar .single-widget.condition .form-check-label {
    cursor: pointer;
}
.category-sidebar .single-widget.condition .form-check-input {
    cursor: pointer;
}
.category-sidebar .single-widget.condition .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.category-sidebar .single-widget .list li {
    margin-bottom: 25px;
}
.category-sidebar .single-widget .list li:last-child {
    margin: 0;
}
.category-sidebar .single-widget .list li a {
    color: #666666;
    display: block;
    position: relative;
    padding-right: 35px;
}
.category-sidebar .single-widget .list li a i {
    display: inline-block;
    margin-right: 5px;
}
.category-sidebar .single-widget .list li a span {
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    font-size: 13px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.category-sidebar .single-widget .list li a:hover {
    color: #1D74F2;
}
.category-sidebar .single-widget .list li a:hover span {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
.category-sidebar .single-widget.banner a img {
    width: 100%;
}
.single-widget .search-input {
    position: relative;
    padding: 0px 8px;
}
.single-widget .search-input input {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: none;
    padding: 0 15px;
    padding-right: 45px;
    height: 55px;
    font-size: 15px;
    border: 1px solid #e1e4e6;
}
.single-widget .search-input input:focus {
    outline: none !important;
}
.single-widget .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-widget .search-input select {
    width: 108%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 15px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    margin-left: -8px;
}
.list-info .search-input select:focus {
    outline: none !important;
}
.list-info .search-input input:focus {
    outline: none !important;
}
.list-info .search-input label {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.list-info .search-input select {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 15px;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    margin-left: -8px;
}
.list-info .search-input select:focus {
    outline: none !important;
}
/*======================================
    Items Grid CSS
========================================*/
.items-grid {
    background: #FFF;
}
.items-grid.custom-padding {
    padding-top: 110px;
}
.items-grid .section-title {
    margin-bottom: 50px;
}
.items-grid .single-grid {
    -webkit-box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
    box-shadow: 0 10px 30px rgba(35, 38, 45, 0.14) !important;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
}
.items-grid .single-grid .image {
    position: relative;
}
.items-grid .single-grid .image .author {
    background: transparent;
    padding: 15px 20px;
    border-radius: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
    overflow: visible;
    width: 100%;
    z-index: 2 !important;
}
.items-grid .single-grid .image .author::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 110px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000e3));
    background: linear-gradient(transparent, #000000e3);
    z-index: -1;
    overflow: visible;
}
.items-grid .single-grid .image .author .author-image {
    float: left;
}
.items-grid .single-grid .image .author .author-image a {
    color: #081828;
}
.items-grid .single-grid .image .author .author-image a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .image .author .author-image a:hover span {
    color: #1D74F2;
}
.items-grid .single-grid .image .author .author-image a span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
}
.items-grid .single-grid .image .author .author-image img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
}
.items-grid .single-grid .image .author .author-image p {
    display: inline-block;
    margin-left: 5px;
}
.items-grid .single-grid .image .author .sale {
    display: inline-block;
    background: #1D74F2;
    color: #fff;
    font-size: 14px;
    float: right;
    font-weight: 500;
    padding: 7px 15px;
    border-radius: 6px;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.items-grid .single-grid .image .item-position {
    display: inline-block;
    background: #1D74F2;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 6px;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
    box-shadow: 0 5px 10px rgba(35, 38, 45, 0.14) !important;
    font-family:'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.items-grid .single-grid .image .item-position i {
    display: inline-block;
    margin-right: 3px;
}
.items-grid .single-grid .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.items-grid .single-grid .image .thumbnail {
    overflow: hidden;
}
.items-grid .single-grid:hover .image .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.items-grid .single-grid .content .top-content {
    padding: 30px 30px 25px 30px;
}
.items-grid .single-grid .content .top-content .tag {
    display: inline-block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}
.items-grid .single-grid .content .top-content .tag i {
    display: inline-block;
    margin-right: 5px;
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .tag:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .title {
    display: block;
    margin-bottom: 10px;
    line-height: 30px;
}
.items-grid .single-grid .content .top-content .title a {
    color: #081828;
    font-size: 20px;
    font-weight: 600;
}
.items-grid .single-grid .content .top-content .title a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .update-time {
    font-size: 14px;
}
.items-grid .single-grid .content .top-content .rating {
    margin-top: 10px;
}
.items-grid .single-grid .content .top-content .rating li {
    display: inline-block;
    color: #FFAB02;
}
.items-grid .single-grid .content .top-content .rating li a {
    color: #666666;
    font-weight: 400;
    font-size: 13px;
}
.items-grid .single-grid .content .top-content .rating li a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .info-list {
    margin-top: 10px;
    overflow: hidden;
}
.items-grid .single-grid .content .top-content .info-list li {
    display: block;
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
}
.items-grid .single-grid .content .top-content .info-list li a {
    color: #666666;
    font-weight: 500;
}
.items-grid .single-grid .content .top-content .info-list li a:hover {
    color: #1D74F2;
}
.items-grid .single-grid .content .top-content .info-list li a i {
    color: #1D74F2;
    display: inline-block;
    margin-right: 3px;
}
.items-grid .single-grid .content .top-content .info-list li:last-child {
    margin: 0;
}
.items-grid .single-grid .content .bottom-content {
    padding: 15px 30px;
    border-top: 1px solid #e1e4e6;
    overflow: hidden;
}
.items-grid .single-grid .content .bottom-content .price {
    float: left;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    top: 8px;
    font-family:'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
}
.items-grid .single-grid .content .bottom-content .price span {
    color: #1D74F2;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin-left: 5px;
}
.items-grid .single-grid .content .bottom-content .like {
    float: right;
    color: #1D74F2;
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
}
.items-grid .single-grid .content .bottom-content .like:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/*======================================
    Browse Cities CSS
========================================*/
.browse-cities {
    background-color: #f9f9f9;
    padding-top:90px;
}
.browse-cities .section-title {
    margin:15px 0  50px 0;
}
.browse-cities .single-city {
    margin-top: 30px;
    position: relative;
    z-index: 3;
    border-radius: 6px;
    overflow: hidden;
}
.browse-cities .single-city .info-box {
    position: relative;
}
.browse-cities .single-city .info-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 130px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000f0));
    background: linear-gradient(transparent, #000000f0);
    z-index: 0;
}
.browse-cities .single-city .more-btn {
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: 25px;
    bottom: 25px;
}
.browse-cities .single-city .more-btn:hover {
    color: #1D74F2;
}
.browse-cities .single-city:hover .more-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.browse-cities .single-city .image {
    z-index: -1;
    position: relative;
}
.browse-cities .single-city .image img {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.9;
}
.browse-cities .single-city:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.browse-cities .single-city .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    padding-right: 70px;
}
.browse-cities .single-city .content .name {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
.m-point {
    font-size: 35px;
    font-weight: 800;
    color: #1D74F2;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}
.browse-cities .single-city .content .name:hover {
    color: #1D74F2;
}
.browse-cities .single-city .content .name span {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin-top: 4px;
    line-height: 24px
}


.top-lni{
    display:inline-block;
    width: 18px;
    height:18px;
}

.bg-no{
    background-color:none !important

}
/*======================================
    Ads Grid CSS
========================================*/
.items-tab {
    background: #fff;
}
.items-tab.custom-padding {
    padding-top: 150px;
}
.items-tab .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
    width: 100%;
    text-align: center;
    margin-bottom: 30px !important;
}
.items-tab .nav {
    display: inline-block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.items-tab .nav-tabs .nav-link {
    display: inline-block !important;
    background: transparent !important;
    color: #081828;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    bottom: -1px;
}
.items-tab .nav-tabs .nav-link:hover {
    color: #1D74F2;
}
.items-tab .nav-tabs .nav-link.active {
    color: #1D74F2;
    border: none;
    border-bottom: 2px solid #1D74F2;
}
.single-item-grid {
    background: #fff;;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #3333331a;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.single-item-grid:hover {
    -webkit-box-shadow: 0px 5px 20px #00000010;
    box-shadow: 0px 5px 20px #00000010;
    background: #fff;
}
.single-item-grid .image {
    overflow: hidden;
    position: relative;
}
.single-item-grid .image a {
    width: 100%;
}
.single-item-grid .image img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    aspect-ratio:12 / 8;
}
.single-item-grid .image .cross-badge {
    position: absolute;
    top: 0px;
    left: 15px;
}
.single-item-grid .image .cross-badge {
    width: 25px;
    height: 35px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: #1D74F2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
    clip-path: polygon(0 0, 53% 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}
.single-item-grid .image .flat-badge {
    position: absolute;
    top: 15px;
    right: 15px;
}
.single-item-grid .image .flat-badge {
    color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.single-item-grid .image .ongoing {
    background: linear-gradient(90deg, rgb(232, 67, 161) 100%, rgb(242, 4, 135) 69%);
    color:#fff;
    font-weight: 500;

}
.single-item-grid .image .preparing {
    background:#1D74F2;
    color:#fff;
    font-weight: 500;
}
.single-item-grid .image .finish {
    background: rgb(173, 173, 173);
    color:#fff;
    font-weight: 500;
}
.flat-badge01 {
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-align: center;
}
.ongoing01 {
    background: linear-gradient(90deg, rgb(232, 67, 161) 100%, rgb(242, 4, 135) 69%);
}
.preparing01 {
    background: #1D74F2;
}

.preparing01 {
    background: #1D74F2;
}

.finish01 {
    background: #888;
}


.p_status {
    border: 1px solid #1D74F2;
}

.p_status02 {
    border: 1px solid #F20487;
}

.p_status03 {
    border: 1px solid #888;
}

.flat-badge02 {
    display: inline-block;
    color: #1D74F2;
    padding: 1px 6px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-align: center;
}


.flat-badge03 {
    display: inline-block;
    color: #F20487;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    text-align: center;
}

.single-item-grid:hover .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.single-item-grid .content {
    padding: 12px 30px 20px 30px;
}
.single-item-grid .content .tag {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    margin-right:3px;
}
.single-item-grid .content .tag:hover {
    color: #1D74F2;
}
.single-item-grid .content .title {
    border-top: 1px solid #e1e4e6;
    margin-top: 10px;
    padding-top: 15px;
}
.single-item-grid .content .title a {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
    min-height:44px;
    vertical-align: top;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.single-item-grid .content .title a:hover {
    color: #1D74F2;
}
.single-item-grid .content .title02 {
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.single-item-grid .content .title02 a {
    font-size: 18px;
    font-weight: 600;
    color: #081828;
    widht:60%;
}
.single-item-grid .content .title02 a:hover {
    color: #1D74F2;
}
.single-item-grid .content .location {
    margin-top: 10px;
}
.single-item-grid .content .location a {
    color: #666666;
}

.single-item-grid .content .location a i {
    color: #1D74F2;
    display: inline-block;
    margin-right: 5px;
}
.single-item-grid .content .location a:hover {
    color: #1D74F2;
}
.single-item-grid .content .info {
    overflow: hidden;
    margin-top: 13px;
}
.single-item-grid .content .info .price {
    font-size: 16px;
    font-weight: 600;
    color: #1D74F2;
    float: left;
    position: relative;
    top: 5px;
}
.single-item-grid .content .info .like {
    float: right;
}
.single-item-grid .content .info .like a {
    color: #666666;
    font-size: 14px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
}
.single-item-grid .content .info .like a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/*======================================
    Newsletter CSS
========================================*/
.newsletter {
    padding: 40px;
    background-color: #1D74F2;
    background-image: url(../images/newsletter/newsletter-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.newsletter .inner-content {
    position: relative;
}
.newsletter .title {
    padding-left: 80px;
}
.newsletter .title i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: #1D74F2;
    border-radius: 50%;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.newsletter .title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 50px;
    color: #fff;
    line-height: 40px;
}
.newsletter .title p {
    color: #fff;
    display: block;
    margin-top: 0px;
    font-size: 16px;
    font-family:'Poppins', 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR',  sans-serif;
}
.newsletter .newsletter-form {
    padding-left: 80px;
    position: relative;
}
.newsletter .newsletter-form input {
    height: 55px;
    width: 100%;
    display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 0 142px 0 20px;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
}
.newsletter .newsletter-form ::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form :-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form ::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}
.newsletter .newsletter-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}
.newsletter .newsletter-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}
.newsletter .newsletter-form .button {
    display: inline-block;
    position: absolute;
    right: 0;
}
.newsletter .newsletter-form .button .btn {
    display: inline-block;
    background: #fff;
    color: #1D74F2;
    height: 55px;
    border-radius: 0px 6px 6px 0;
}
.newsletter .newsletter-form .button .btn:hover {
    color: #081828;
}
/*======================================
    Dashbord CSS
========================================*/
.dashboard {
    background: #f9f9f9;
}
.dashboard .main-content .details-lists .single-list {
    position: relative;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 30px 30px;
    padding-left: 115px;
}




.dashboard .main-content .details-lists .single-list h3 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    top: -2px;
}
.dashboard .main-content .details-lists .single-list h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.dashboard .main-content .activity-log {
    margin-top: 20px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding-bottom: 20px;
    min-height: 350px;
}
.dashboard .main-content .activity-log .block-title {
    margin-bottom: 20px;
}
.dashboard .main-content .activity-log ul li {
    display: block;
    position: relative;
    padding-right: 50px;
    padding-left: 65px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard .main-content .activity-log ul li:hover {
    background: #f9f9f9;
}
.dashboard .main-content .activity-log ul li .log-icon {
    position: absolute;
    left: 30px;
    top: 25px;
}
.dashboard .main-content .activity-log ul li .log-icon i {
    color: #1D74F2;
    font-size: 16px;
}
.dashboard .main-content .activity-log ul li .title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height:24px;
    padding-bottom:5px;
}
.dashboard .main-content .activity-log ul li .title:hover {
    color: #1D74F2;
}
.dashboard .main-content .activity-log ul li .time {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 2px;
}
.dashboard .main-content .activity-log ul li .remove {
    display: block;
}
.dashboard .main-content .activity-log ul li .remove a {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #f4193f;
    color: #fff;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
}
.dashboard .main-content .activity-log ul li .remove a:hover {
    color: #fff;
    background: #081828;
}
.dashboard .main-content .activity-log ul li:hover .remove a {
    opacity: 1;
    visibility: visible;
}
.dashboard .main-content .recent-items {
    padding-bottom: 20px;
}
.dashboard .main-content .recent-items .block-title {
    margin-bottom: 20px;
}
.dashboard .main-content .recent-items ul li {
    display: block;
    position: relative;
    padding-right: 50px;
    padding-left: 35px;
    padding-top: 18px;
    padding-bottom: 16px;
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.dashboard .main-content .recent-items ul li .image a {
    position: absolute;
    left: 30px;
    top: 15px;
}
.dashboard .main-content .recent-items ul li .image img {
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.dashboard .main-content .recent-items ul li:hover {
    background: #f9f9f9;
}
.dashboard .main-content .recent-items ul li .title {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    line-height: 22px;
    padding-bottom:5px;
}
.dashboard .main-content .recent-items ul li .title:hover {
    color: #1D74F2;
}
.dashboard .main-content .recent-items ul li .time {
    display: block;
    font-size: 14px;
    color: #666666;
}
.dashboard .main-content .recent-items ul li .remove {
    display: block;
    position: absolute;
    left: 125px;
    top: 57%;
    border-left:1px solid #e1e4e6;
    padding-left:10px;
    font-size: 13px;
    line-height: 10px;
}
.dashboard .main-content .recent-items ul li .remove a {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 15px;
    line-height: 15px;
    background: #f4193f;
    color: #fff;
    font-size: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
}
.dashboard .main-content .recent-items ul li .remove a:hover {
    color: #fff;
    background: #081828;
}
.dashboard .main-content .recent-items ul li:hover .remove a {
    opacity: 1;
    visibility: visible;
}
/* Dashboard Block */
.dashboard-block {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    padding-bottom: 20px;
}
.dashboard-block .block-title {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 30px;
}
.dashboard-block01 {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}
/* Dashboard Block */
.dashboard-block02 {
    border: 0px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 60px;
    padding-bottom: 30px;
    min-height: 500px;
}
.dashboard-block02 h4 a {
    color: #1D74F2;
}
.dashboard-block02 h4 a:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.dashboard-block02 .block-title {
    padding: 25px 30px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #e1e4e6;
    margin-bottom: 30px;
}
.dashboard-block01 {
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}
.reg_email {
    color: #d3d3d3;
    margin-top: 70px;
    font-size: 60px;
    font-weight: 200px;
}
/* Dashboard Block */
/* Dasshboard Sidebar */

.dashboard-sidebar .user-image h3 span {
    display: block;
    margin-top: 3px;
}
.dashboard-sidebar .user-image h3 span a {
    font-weight: 400;
    color: #666666;
    font-size: 15px;
}
.dashboard-sidebar .user-image h3 span a:hover {
    color: #1D74F2;
}
.dashboard-sidebar .dashboard-menu {
    padding: 18px 0;

}
.dashboard-sidebar .dashboard-menu ul li {
    display: block;
    margin-bottom:5px;

}

.dashboard-sidebar .dashboard-menu ul li.lnb_2depth ul{
    margin-top:5px;
    padding-left:4px;
}


.dashboard-sidebar .dashboard-menu ul li.lnb_2depth ul li{
    display: block;
    margin-bottom:0px !important;
    font-size:14px !important;
    font-weight: 400;
    margin-top:-8px;
    margin-left:5px;
}

.dashboard-sidebar .dashboard-menu ul li.lnb_2depth ul li a{
    display: block;
    margin-bottom:0px !important;
    font-size:14px !important;
    font-weight: 400;
    padding-left:68px;
}


.dashboard-sidebar .dashboard-menu ul li:last-child {
    margin: 0;
}
.dashboard-sidebar .dashboard-menu ul li a {
    color: #727272;
    font-weight: 500;
    font-size: 15px;
    display: block;
    position: relative;
    padding: 6px 52px;
}
.dashboard-sidebar .dashboard-menu ul li  i {
    display: inline-block;
    margin-right: 3px;
    font-size: 15px;
    position: relative;
    top: -1px;
}



.dashboard-sidebar .dashboard-menu ul li a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 33%;
    height: 40%;
    width: 2px;
    border-radius: 0 3px 3px 0;
    background: #1D74F2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.dashboard-sidebar .dashboard-menu ul li button{
    text-align:left;
    color:#555555;
    font-weight: 400;
    padding: 6px 52px;
    font-size:14px;
}

.dashboard-sidebar .dashboard-menu ul li button::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    border-radius: 0 3px 3px 0;
    background: #1D74F2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}






.dashboard-sidebar .dashboard-menu ul li button:hover{
    color: #1D74F2;
}


.dashboard-sidebar .dashboard-menu ul li button:hover::before {
    opacity: 1;
    visibility: visible;
}

.dashboard-sidebar .dashboard-menu ul li button.active {
    color: #1D74F2;
    font-weight: 500;
}
.dashboard-sidebar .dashboard-menu ul li button.active::before {
    opacity: 1;
    visibility: visible;
}


.dashboard-sidebar .dashboard-menu ul li a.active {
    color: #1D74F2;
}
.dashboard-sidebar .dashboard-menu ul li a.active::before {
    opacity: 1;
    visibility: visible;
}
.dashboard-sidebar .dashboard-menu ul li a:hover {
    color: #1D74F2;
}
.dashboard-sidebar .dashboard-menu ul li a:hover::before {
    opacity: 1;
    visibility: visible;
}
.dashboard-sidebar .dashboard-menu .button {
    margin-top: 60px;
    padding: 0px 30px;
}
.dashboard-sidebar .dashboard-menu .button .btn {
    background-color: #fff;
    color: #5a81ce;
    width:100%;
    font-size: 14px;
    font-weight: 500;
    border:1px solid #5a81ce;
    box-shadow:0px 3px 5px 0px rgb(0 0 0 / 10%);
}
.dashboard-sidebar .dashboard-menu .button .btn:hover {
    color: #fff;
    background: #1D74F2;

}
.menu_twoline {
    display: inline-block;
    margin-top: -30px;
    padding-left: 30px;
}
.profile-settings-block .inner-block {
    padding: 0px 30px;
}
.profile-settings-block .image img {
    height: 150px;
    width: 150px;
    border-radius: 6px;
}
.profile-settings-block .profile-setting-form {
    margin-top: 30px;
    padding:0 20px;
}
.profile-settings-block .profile-setting-form .form-group {
    margin-bottom: 30px;
}
.profile-settings-block .profile-setting-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.profile-settings-block .profile-setting-form .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}
.profile-settings-block .profile-setting-form .form-group textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
}
.profile-settings-block .profile-setting-form .form-group.upload-image input {
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.password-change-block .inner-block {
    padding: 0px 30px;
}
/* Default Form Style */
.default-form-style {
    margin-top: 25px;
}
.default-form-style .form-group {
    margin-bottom: 30px;
}
.default-form-style .form-group.button .btn {
    padding: 13px 30px;
    margin-left: 10px;
}
.default-form-style .form-group.button .btn.alt-btn {
    background: #081828;
    color: #fff;
}
.default-form-style .form-group.button .btn.alt-btn:hover {
    color: #fff;
    background: #1D74F2;
}
.default-form-style .form-group.button .btn:first-child {
    margin: 0;
}
.default-form-style .form-group label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.default-form-style .form-group input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}
.default-form-style .form-group select {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.default-form-style .form-group select:focus {
    outline: none !important;
}
.default-form-style .form-group .selector-head {
    position: relative;
}
.default-form-style .form-group .arrow {
    position: absolute;
    color: #666666;
    right: 20px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
}
.default-form-style .form-group textarea {
    height: 130px;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    width: 100%;
    text-align: left;
}
.form-group02 label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #081828;
}
.form-group02 input {
    height: 50px;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
}
.form-group02 {
    position: relative;
    margin-bottom: 30px;
}
.form-group02 .form-check02 {
    margin-top: 25px;
    display: line-block;
    widh: 50%;
}


.form-group02 .form-check02 ul{
    margin-top:-10px;
}

.form-group02 .form-check02 ul li{
    display:block;
    line-height:2;
}

.labela {
    position: relative;
    top: -5px;
    padding-right:20px;
    font-size:14px;
}
.form-group02 .form-check02 label.form-radio-label {
    display: line-block;
    margin-top: 0px;
    font-weight: 400;
    color: #666666;
}
.form-group02 .form-check02 input.input_radio {
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 0px 20px;
    margin-right: 5px;
    margin-left: 0px;
}
.serch {
    position: absolute;
    right: 7px;
    top: 36px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: none;
    background: #1D74F2;
}
.serch i {
    position: absolute;
    left: 15px;
    top: 13px;
}
.serch:hover {
    background-color: #081828;
    color: #fff;
}
.serch02 {
    position: absolute;
    right: 7px;
    top: 36px;
    width: 38px;
    height: 38px;
    z-index: 1;
    color: #160034 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border:0px solid #8a8a8a;
    background: #fff;
}
.serch02 i {
    position: absolute;
    left: 15px;
    top: 13px;
}
.serch02:hover {
    background-color: #081828;
    color: #fff;
}
.serch02 i:hover {
    color: #fff;
}
.serch03 {
    position: absolute;
    right: 70px;
    top: 36px;
    width: 42px;
    height: 42px;
    z-index: 1;
    color: #160034 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: 0px solid #8a8a8a;
    background: #fff;
}
.serch03 i {
    position: absolute;
    left: 15px;
    top: 15px;
}
.serch03:hover {
    background-color: #081828;
    color: #fff;
}
.serch03 i:hover {
    color: #fff;
}

.action_btn{position:relative;
    right:0px}

.add_user {
    position:absolute;
    display: inline-block;
    z-index: 1;
    top:37px;
    right:0px;
    width:130px;
    color: #160034 !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #767676;
    border-radius: 0;
    border-radius: 3px;
    padding: 10px 20px 10px 40px;
    border: 1px solid #8a8a8a;
    background: #efefef;
}
.add_user i {
    position: absolute;
    left: 20px;
    top: 12px;
    font-size:15px;
}
.add_user:hover {
    display: block;
    color: #fff  !important;
    background-color: #1D74F2;
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}





/* Post Ad Tab */
.post-ad-tab {
    padding: 0px 30px;
}
.post-ad-tab nav .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
}
.post-ad-tab nav button {
    padding: 20px 40px;
    border: none !important;
    text-align: left;
    position: relative;
    padding-left: 100px;
    border-radius: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    margin: 0 !important;
    width: 33.33333333333333%;
    position: relative;
    bottom: -1px;
    font-size: 17px;
    font-weight: 600;
    color: #081828;
}
.post-ad-tab nav button .serial {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    text-align: center;
    color: #666666;
    font-size: 19px;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-ad-tab nav button.active {
    color: #fff !important;
}
.post-ad-tab nav button.active .serial {
    border-color: transparent;
    background: #fff;
    color: #1D74F2;
}
.post-ad-tab nav button.active .sub-title {
    color: #fff;
}
.post-ad-tab nav button .sub-title {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}
.post-ad-tab nav button:hover {
    border: none !important;
}
.post-ad-tab nav button.active {
    background: #1D74F2 !important;
    border: none !important;
}
.post-ad-tab .step-two-content .upload-input {
    position: relative;
    height: 240px;
}
.post-ad-tab .step-two-content .upload-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(124, 134, 154, 0.25);
    text-indent: -9999px;
    z-index: 2;
    border-radius: 6px;
}
.post-ad-tab .step-two-content .upload-input .plus-icon {
    height: 80px;
    width: 80px;
    color: #fff;
    background: #66666688859;
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ad-tab .step-two-content .upload-input:hover .plus-icon {
    background-color: #1D74F2;
}
.post-ad-tab .step-two-content .upload-input .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.post-ad-tab .step-two-content .video-label {
    display: inline-block;
}
.post-ad-tab .step-two-content .video-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab .step-two-content .add-video {
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.post-ad-tab .step-two-content .add-video:hover {
    color: #1D74F2;
}
.post-ad-tab .step-two-content .add-video i {
    display: inline-block;
    margin-right: 5px;
}
.post-ad-tab .step-two-content .tag-label {
    display: inline-block;
}
.post-ad-tab .step-two-content .tag-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab .step-three-content .google-map {
    margin-bottom: 30px;
}
.post-ad-tab .step-three-content .form-check {
    display: block;
    margin-bottom: 20px;
}
.post-ad-tab02 {
    padding: 0px 30px 20px 30px;
}
.post-ad-tab02 nav .nav-tabs {
    border-bottom: 2px solid #e1e4e6;
}
.post-ad-tab02 nav button {
    padding: 20px 40px;
    border: none !important;
    text-align: left;
    position: relative;
    padding-left: 100px;
    border-radius: 0 !important;
    border-radius: 6px 6px 0 0 !important;
    margin: 0 !important;
    width: 33.33333333333333%;
    position: relative;
    bottom: -1px;
    font-size: 16px;
    font-weight: 600;
    color: #081828;
}
.post-ad-tab02 nav button .serial {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    text-align: center;
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.post-ad-tab02 nav button.active {
    color: #fff !important;
}
.post-ad-tab02 nav button.active .serial {
    border-color: transparent;
    background: #fff;
    color: #1D74F2;
}
.post-ad-tab02 nav button.active .sub-title {
    color: #fff;
    line-height: 16px;
}
.post-ad-tab02 nav button .sub-title {
    display: block;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 5px;
}
.post-ad-tab02 nav button:hover {
    border: none !important;
}
.post-ad-tab02 nav button.active {
    background: #1D74F2 !important;
    border: none !important;
}
.post-ad-tab02 .step-two-content .upload-input {
    position: relative;
    height: 240px;
}
.post-ad-tab02 .step-two-content .upload-input input {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(124, 134, 154, 0.25);
    text-indent: -9999px;
    z-index: 2;
    border-radius: 6px;
}
.post-ad-tab02 .step-two-content .upload-input .plus-icon {
    height: 80px;
    width: 80px;
    color: #fff;
    background: #66666688859;
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.post-ad-tab02 .step-two-content .upload-input:hover .plus-icon {
    background-color: #1D74F2;
}
.post-ad-tab02 .step-two-content .upload-input .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.post-ad-tab02 .step-two-content .video-label {
    display: inline-block;
}
.post-ad-tab02 .step-two-content .video-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab02 .step-two-content .add-video {
    text-transform: capitalize;
    font-weight: 600;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.post-ad-tab02 .step-two-content .add-video:hover {
    color: #1D74F2;
}
.post-ad-tab02 .step-two-content .add-video i {
    display: inline-block;
    margin-right: 5px;
}
.post-ad-tab02 .step-two-content .tag-label {
    display: inline-block;
}
.post-ad-tab02 .step-two-content .tag-label span {
    color: #666666;
    display: inline-block;
    margin-left: 12px;
    font-weight: 400;
    font-size: 14px;
}
.post-ad-tab02 .step-three-content .google-map {
    margin-bottom: 30px;
}
.post-ad-tab02 .step-three-content .form-check {
    display: block;
    margin-bottom: 20px;
}
.sidebar .widget.search-widget form button {
    border: none;
    position: absolute;
    right: 7px;
    top: 6px;
    width: 55px;
    height: 42px;
    z-index: 1;
    color: #fff !important;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: #fff;
    border-radius: 0;
    border-radius: 3px;
    padding: 0 !important;
    border: none;
    background: #1D74F2;
}
.sidebar .widget.search-widget form button:hover {
    background-color: #081828;
    color: #fff;
}
/* List Nav */
.list-nav {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e4e6;
}
.list-nav ul {
    padding: 0px 30px;
}
.list-nav ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 8px;
}
.list-nav ul li:last-child {
    margin: 0;
}
.list-nav ul li a {
    border: 1px solid #e1e4e6;
    border-radius: 4px;
    padding: 8px 12px 8px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}
.list-nav ul li a span {
    display: inline-block;
    border: 1px solid #e1e4e6;
    font-size: 11px;
    margin-left: 3px;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.list-nav ul li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.list-nav ul li a:hover span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
.list-nav ul li.active a {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
    cursor: pointer;
}
.list-nav ul li.active a span {
    color: #1D74F2;
    background: #fff;
    border-color: transparent;
}
/* My Items */
.my-items {

}
.my-items .item-list-title {
    padding-bottom: 8px;
    border-bottom: 1px solid #081828;

}
.my-items .item-list-title p {
    color: #081828;
    font-weight: 700;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
    font-size:14px;
}
.my-items .single-item-list {
    padding: 20px 0;

}
.my-items .single-item-list a:hover {}
.my-items .single-item-list p i.lni {}
.my-items input.box {
    height: 35px;
    line-height: 55px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 10px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
}
.my-items input.box01 {
    height: 35px;
    line-height: 55px;
    width: 46%;
    border: 1px solid #e6e2f5;
    padding: 0px 10px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
    text-align: right;
    margin-left: 5px;
}
.my-items .single-item-list p label {
    position: relative;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.my-items .single-item-list p label i {

    position: absolute;
    left: 0;
    top: 0;
}
.my-items select:focus {
    outline: none !important;
}
.my-items select.selbox {
    height: 35px;
    width: 50%;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e1e4e6;
    padding: 0 10px;
    font-size: 15px;
}
.my-items .single-item-list .content {
    position: relative;
    top: 0px;
}
.my-items .single-item-list .item-image {
    position: relative;
    padding-left: 120px;
}
.my-items .single-item-list .item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 73px;
    width: 100px;
    border-radius: 3px;
}
.my-items .single-item-list .item-image .title a {
    font-size: 15px;
    font-weight: 600;
    color: #081828;
}
.single-item-list .item-image .title a:hover {
    color: #1D74F2;
}
.my-items .single-item-list .item-image .price {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 3px;
}
.my-items .single-item-list p {
    color: #666666;
    font-family: 'Poppins','Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.my-items .single-item-list .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.my-items .single-item-list .action-btn li:last-child {
    margin: 0;
}
.my-items .single-item-list .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.my-items .single-item-list .action-btn li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}

.table .title{
    color:#081828;
    font-weight:500 ;
    font-size:15px;
}

.table .title a{
    color:#081828;
    font-weight:500 ;
}

.table .title a:hover{
    color:#1D74F2;
    font-weight:500 ;
}



/* contact poly */
.contact-poly {
    padding: 0 15px 20px 15px;
    margin-top: -20px;
}
.contact-poly .item-list-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #e1e4e6;
    padding-top: 15px;
    border-top: 2px solid #e1e4e6;
}
.contact-poly .item-list-title p {
    font-size: 13px;
    color: #666666;
    font-weight: 500;
    font-family: 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.contact-poly .single-item-list {
    padding: 20px 0;
    border-bottom: 1px solid #e1e4e6;
}
.contact-poly .single-item-list .content {
    position: relative;
    top: -6px;
}
.contact-poly .single-item-list .item-image {
    position: relative;
    padding-left: 80px;
}
.contact-poly .single-item-list .item-image img {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 3px;
}
.contact-poly .single-item-list .item-image .title a {
    font-size: 15px;
    font-weight: 400;
    color: #666666;
}
.contact-poly .single-item-list .item-image .title a:hover {
    color: #1D74F2;
}
.contact-poly .single-item-list .item-image .price {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-top: 3px;
}
.contact-poly .single-item-list p {
    font-size: 13px;
    font-size: 13px;
    color: #666666;
    font-family: 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR', sans-serif;
}
.contact-poly .single-item-list .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.contact-poly .single-item-list .action-btn li:last-child {
    margin: 0;
}
.contact-poly .single-item-list .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.contact-poly .single-item-list .action-btn li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
/* Messages Body */
.messages-body .form-head {
    border-bottom: 1px solid #e1e4e6;
}
.messages-body .form-head .username-title {
    font-size: 15px;
    font-weight: 500;
    padding-right: 30px;
    color: #666666;
}
.messages-body .chat-search-form {
    position: relative;
    border-right: 1px solid #e1e4e6;
    height: 100%;
    padding: 30px;
}
.messages-body .chat-search-form input {
    height: 100%;
    width: 100%;
    border: none;
    color: #081828;
    font-size: 15px;
    font-weight: 400;
    background: #fff;
    padding-right: 80px;
}
.messages-body .chat-search-form button {
    font-size: 14px;
    color: #081828;
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.messages-body .chat-search-form button:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.messages-body .user-list {
    border-right: 1px solid #e1e4e6;
    height: 100%;
    padding-bottom: 30px;
    overflow-y: auto;
    height: 480px;
}
.messages-body .user-list ul li {
    display: block;
}
.messages-body .user-list ul li a {
    position: relative;
    padding-left: 70px;
    width: 100%;
    padding: 30px 65px 30px 100px;
}
.messages-body .user-list ul li a:hover {
    background: #f9f9f9;
}
.messages-body .user-list ul li a .image {
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.messages-body .user-list ul li a .image::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 2px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #00d13f;
    border: 2px solid #fff;
}
.messages-body .user-list ul li a .image.busy::before {
    background: #f73d64;
}
.messages-body .user-list ul li a .image img {
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
}
.messages-body .user-list ul li a .username {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #081828;
}
.messages-body .user-list ul li a .short-message {
    font-size: 14px;
    font-weight: 400;
    display: block;
    color: #666666;
    margin-top: 3px;
}
.messages-body .user-list ul li a .unseen-message {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #f73c67;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}
.messages-body .user-list ul li a .time {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    font-weight: 500;
}
.messages-body .chat-list {
    padding-right: 30px;
    padding-top: 30px;
}
.messages-body .chat-list .single-chat-head {
    height: 309px;
    overflow-y: auto;
}
.messages-body .chat-list .single-chat-head li {
    position: relative;
    padding-left: 75px;
    margin-bottom: 20px;
}
.messages-body .chat-list .single-chat-head li:last-child {
    margin: 0;
}
.messages-body .chat-list .single-chat-head li.left img {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
}
.messages-body .chat-list .single-chat-head li.left .text {
    background: #f9f9f9;
    padding: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    border-radius: 6px;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto',  'SpoqaHanSansNeo','Noto Sans KR',sans-serif;
}
.messages-body .chat-list .single-chat-head li.left .text::before {
    position: absolute;
    left: -16px;
    bottom: 16px;
    content: "";
    border: 8px solid #f9f9f9;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.messages-body .chat-list .single-chat-head li.left .text .time {
    display: block;
    color: #1D74F2;
    margin-top: 10px;
    font-size: 14px;
}
.messages-body .chat-list .single-chat-head li.right {
    padding: 0;
    padding-right: 75px;
}
.messages-body .chat-list .single-chat-head li.right img {
    height: 50px;
    width: 50px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.messages-body .chat-list .single-chat-head li.right .text {
    background: #f9f9f9;
    padding: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    border-radius: 6px;
    position: relative;
    font-weight: 400;
    font-family: 'Roboto', 'SpoqaHanSansNeo', 'Noto Sans KR', sans-serif;
}
.messages-body .chat-list .single-chat-head li.right .text::before {
    position: absolute;
    right: -16px;
    bottom: 16px;
    content: "";
    border: 8px solid #f9f9f9;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.messages-body .chat-list .single-chat-head li.right .text .time {
    display: block;
    color: #1D74F2;
    margin-top: 10px;
    font-size: 14px;
}
.messages-body .chat-list .reply-block {
    padding: 30px 0;
    margin-top: 40px;
    border-top: 1px solid #e1e4e6;
}
.messages-body .chat-list .reply-block .add-media-list {
    display: inline-block;
}
.messages-body .chat-list .reply-block .add-media-list li {
    display: inline-block;
    margin-right: 5px;
}
.messages-body .chat-list .reply-block .add-media-list li:last-child {
    margin: 0;
}
.messages-body .chat-list .reply-block .add-media-list li a {
    height: 40px;
    width: 40px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    display: block;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    line-height: 40px;
}
.messages-body .chat-list .reply-block .add-media-list li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.messages-body .chat-list .reply-block input {
    height: 100%;
    width: 280px;
    color: #081828;
    border: none;
    padding: 0px 20px;
    font-size: 15px;
}
.messages-body .chat-list .reply-block button {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #1D74F2;
    border-radius: 50%;
    float: right;
    border: none;
    font-size: 18px;
    position: relative;
    top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    padding-bottom: 3px;
}
.messages-body .chat-list .reply-block button img {
    width: 17px;
}
.messages-body .chat-list .reply-block button:hover {
    background: #081828;
    color: #fff;
}
/* Default List Style  */
.default-list-style .default-list-title {
    padding: 0px 30px 15px 30px;
    border-bottom: 2px solid #e1e4e6;
}
.default-list-style .default-list-title p {
    color: #666666;
    font-weight: 500;
}
.default-list-style .action-btn li {
    display: inline-block;
    margin-right: 8px;
}
.default-list-style .action-btn li:last-child {
    margin-right: 0;
}
.default-list-style .action-btn li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
}
.default-list-style .action-btn li a:hover {
    background: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.default-list-style .single-list {
    padding: 25px 30px;
    border-bottom: 1px solid #e1e4e6;
}
.default-list-style .single-list p span {
    display: block;
    font-size: 14px;
    margin-top: 4px;
    font-style: italic;
    font-weight: 400;
}
.default-list-style .single-list p.paid {
    color: #00D13F;
}
.default-list-style .single-list p.unpaid {
    color: #F53C66;
}
.default-list-style .single-list p.pending {
    color: #e8aa3d;
}
.default-list-style .pagination {
    padding: 0px 30px;
}
/* Close Account */
.close-content {
    padding: 80px 50px;
    text-align: center;
}
.close-content h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.close-content h4 {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.close-content ul{
    border:1px solid #e1e1e1;
    padding:30px;
    margin-top:20px;
}

.close-content ul li{
    padding-bottom:5px;
}

.close-content ul li span{
    color:#1D74F2;
}

.close-content .button {
    margin-top: 40px;
}
.close-content .button .btn {
    padding: 15px 30px;
    margin-right: 6px;
}
.close-content .button .btn:last-child {
    margin: 0;
}
/*======================================
    Login CSS
========================================*/
.login {
    background-color: #f9f9f9;
}
.login .form-head {
    padding: 60px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background-color: #fff;
}
.login .form-head .title {
    font-size: 30px;
    line-height: 1.42;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}
.login .form-head form .form-group {
    margin-bottom: 25px;
}
.login .form-head form .form-group label {
    display: block;
    margin-bottom: .5rem;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
}
.login .form-head form .form-group input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #081828;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
}
.login .form-head form .check-and-pass .form-check {
    float: left;
}
.login .form-head form .check-and-pass .form-check a {
    color: #1D74F2;
}
.login .form-head form .check-and-pass .form-check .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.login .form-head form .check-and-pass .form-check-label a:hover {
    text-decoration: underline;
}
.login .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;
}
.login .form-head form .check-and-pass .lost-pass:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.login .form-head form .button {
    margin-top: 25px;
}
.login .form-head form .button .btn {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.login .form-head form .button .btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.login .form-head form .outer-link {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    font-family: 'Roboto', 'SpoqaHanSansNeo', sans-serif;
}
.login .form-head form .outer-link a {
    color: #1D74F2;
}
.login .form-head form .outer-link a:hover {
    text-decoration: underline;
}
.login .form-head .alt-option {
    margin: 30px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.login .form-head .alt-option span {
    font-size: 15px;
    background: #fff;
    color: #666666;
    padding: 5px 15px;
}
.login .form-head .alt-option::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e1e4e6;
    content: "";
    z-index: -1;
}
.login .form-head .socila-login {
    padding-top: 10px;
}
.login .form-head .socila-login ul li {
    display: block;
    margin-bottom: 12px;
}
.login .form-head .socila-login ul li:last-child {
    margin: 0;
}
.login .form-head .socila-login ul li a {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    display: block;
    color: #666666;
    font-size: 15px;
}
.login .form-head .socila-login ul li a.facebook {
    background-color: #3b5998;
    color: #fff;
}
.login .form-head .socila-login ul li a.facebook:hover {
    color: #fff;
    background: #3b5999;
    border-color: transparent;
    box-shadow:0px 3px 5px 0px rgb(0 0 0 / 20%);
    font-weight: 500;
}
.login .form-head .socila-login ul li a.facebook:hover i {
    color: #fff;
}
.login .form-head .socila-login ul li a.facebook i {
    color: #fff;
}
.login .form-head .socila-login ul li a.kakao {
    color: #000;
    background: #FEE500;
    border:none;
}

.login .form-head .socila-login ul li a.kakao a{
    color: #000;
    background: #FEE500;
}

.login .form-head .socila-login ul li a.kakao:hover {
    color: #000;
    background: #FEE500;
    border-color: transparent;
    font-weight: 500;
    box-shadow:0px 3px 5px 0px rgb(0 0 0 / 20%);
}
.login .form-head .socila-login ul li a.kakao:hover i {
    color: #000;
    margin-top:-3px;
}

.login .form-head .socila-login ul li a.kakao i {
    color: #dd4b39;
}
.login .form-head .socila-login ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.contact-us .form-head {
    padding: 50px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background-color: #fff;
}
.contact-us .form-head .title {
    font-size: 28px;
    line-height: 1.42;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: left;
}
.contact-us .form-head form .form-group {
    margin-bottom: 30px;
}
.contact-us .form-head form .form-group label {
    display: block;
    margin-bottom: .5rem;
    color: #081828;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.contact-us .form-head form .form-group label span {
    display: block;
    margin-bottom: .5rem;
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}
.contact-us .form-head form .form-group input {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #081828;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    font-size: 15px;
}
.contact-us .form-head form .check-and-pass .form-check {
    float: left;
}
.contact-us .form-head form .check-and-pass .form-check a {
    color: #1D74F2;
}
.contact-us .form-head form .check-and-pass .form-check .form-check-input:checked {
    background-color: #1D74F2;
    border-color: #1D74F2;
}
.contact-us .form-head form .check-and-pass .form-check-label a:hover {
    text-decoration: underline;
}
.contact-usn .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;
}
.contact-us .form-head form .check-and-pass .lost-pass:hover {
    color: #1D74F2;
    text-decoration: underline;
}
.contact-us .form-head form .button {
    margin-top: 10px;
}
.contact-us .form-head form .button .btn {
    width: 100%;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-us .form-head form .button .btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.contact-us .form-head form .outer-link {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #666666;
    margin-top: 30px;
    text-align: center;
    font-family: 'Roboto', 'SpoqaHanSansNeo', sans-serif;
}
.contact-us .form-head form .outer-link a {
    color: #1D74F2;
}
.contact-us .form-head form .outer-link a:hover {
    text-decoration: underline;
}
.contact-us .form-head .alt-option {
    margin: 40px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.contact-us .form-head .alt-option span {
    font-size: 15px;
    background: #fff;
    color: #666666;
    padding: 5px 15px;
}
.contact-us .form-head .alt-option::before {
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #e1e4e6;
    content: "";
    z-index: -1;
}
.contact-us .form-head .socila-login {
    padding-top: 10px;
}
.contact-us .form-head .socila-login ul li {
    display: block;
    margin-bottom: 12px;
}
.contact-us .form-head .socila-login ul li:last-child {
    margin: 0;
}
.contact-us .form-head .socila-login ul li a {
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    display: block;
    color: #666666;
    font-size: 15px;
}
.contact-us .form-head .socila-login ul li a.facebook {
    border-color: #3b5998;
    color: #3b5998;
}
.contact-us .form-head .socila-login ul li a.facebook:hover {
    color: #fff;
    background: #3b5999;
    border-color: transparent;
}
.contact-us .form-head .socila-login ul li a.facebook:hover i {
    color: #fff;
}
.contact-us .form-head .socila-login ul li a.facebook i {
    color: #3b5999;
}
.contact-us .form-head .socila-login ul li a.kakao {
    border-color: #381e1f;
    color: #381e1f;
}
.contact-us .form-head .socila-login ul li a.kakao:hover {
    color: #381e1f;
    background: #eace12;
    border-color: transparent;
}
.contact-us .form-head .socila-login ul li a.kakao:hover i {
    color: #fff;
}
.contact-us .form-head .socila-login ul li a.kakao:hover i {
    content: url("../images/icon/lni_kakao.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -1px;
    padding: 0px;
}
.contact-us .form-head .socila-login ul li a.kakao i {
    color: #dd4b39;
}
.contact-us .form-head .socila-login ul li a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/*======================================
    Why Choose CSS
========================================*/
.why-choose .choose-image img {
    height: 100%;
    width: 100%;
}
.why-choose .choose-content .title {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 20px;
}
.why-choose .choose-content .single-list {
    position: relative;
    margin-top: 30px;
    padding: 40px;
    background-color: #f9f9f9;
    text-align: center;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.why-choose .choose-content .single-list i {
    color: #1D74F2;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 30px;
    height: 70px;
    width: 70px;
    line-height: 62px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #1D74F2;
    color: #fff;
    border: 4px solid transparent;
}
.why-choose .choose-content .single-list:hover i {
    color: #1D74F2;
    background-color: transparent;
    border-color: #1D74F2;
}
.why-choose .choose-content .single-list h4 {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}
.why-choose .choose-content .single-list p {
    font-size: 16px;
}
/*======================================
    Item Details CSS
========================================*/
.item-details {
    background-color: #f9f9f9;
}
.item-details .top-area {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.item-details .product-images img {
    width: 100%;
    cursor: pointer;
    border-radius: 6px;
    aspect-ratio:12/8;
}
.item-details .product-images .images {
    display: -ms-grid;
    display: grid;
    Grid-template-columns: repeat(5, 1fr);
    Grid-gap: 1em 1em;
    Margin-top: 1em;
}
@-webkit-keyframes fadeIn {
    to {
        Opacity: 1;
    }
}
@keyframes fadeIn {
    to {
        Opacity: 1;
    }
}
.item-details .product-images .fade-in {
    -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
    animation: fadeIn 0.5s ease-in 1 forwards;
}
.item-details .product-info {
    padding-left: 40px;
}
.item-details .product-info .title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 5px;
    word-break: keep-all;
    line-height: 34px;
}
.item-details .product-info .location {
    display: block;
    margin-bottom: 20px;
}
.item-details .product-info .location i {
    display: inline-block;
    margin-right: 5px;
    color: #1D74F2;
}
.item-details .product-info .location a {
    color: #666666;
}
.item-details .product-info .location a:hover {
    color: #1D74F2;
}
.item-details .product-info .price {
    color: #1D74F2;
    display: block;
    font-size: 18px;
}
.item-details .product-info .list-info {
    border-top: 1px solid #e1e4e6;
    margin-top: 30px;
    padding-top: 30px;
}
.item-details .product-info .list-info h4 {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}
.item-details .product-info .list-info ul li {
    display: block;
    margin-bottom: 6px;
}
.item-details .product-info .list-info ul li:last-child {
    margin: 0;
}
.item-details .product-info .list-info ul li span {
    display: inline-block;
    font-weight: 500;
    min-width: 100px;
}
.item-details .product-info .contact-info {
    margin-top: 30px;
}
.item-details .product-info .contact-info ul li {
    display: inline-block;
    margin-right: 10px;
}
.item-details .product-info .contact-info ul li:last-child {
    margin: 0;
}
.item-details .product-info .contact-info ul li .call {
    position: relative;
    padding: 15px 40px;
    color: #fff;
    background-color: #1D74F2;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.item-details .product-info .contact-info ul li .call:hover {
    color: #fff;
    background-color: #081828;
}
.item-details .product-info .contact-info ul li .call span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
    font-weight: 400;
}
.item-details .product-info .contact-info ul li .call i {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.item-details .product-info .contact-info ul li .partic {
    position: relative;
    padding: 15px 40px;
    width: 100%;
    color: #fff;
    background-color: #1D74F2;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.item-details .product-info .contact-info ul li .partic:hover {
    width: 100%;
    color: #fff;
    background-color: #081828;
}
.item-details .product-info .contact-info ul li .partic span {
    font-size: 14px;
    display: block;
    margin-top: 2px;
    font-weight: 400;
}
.item-details .product-info .contact-info ul li .partic i {
    color: #fff;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
}
.item-details .product-info .contact-info ul li .mail {
    padding: 14px 30px;
    color: #1D74F2;
    background-color: #fff;
    border: 2px solid #e1e4e6;
    border-radius: 4px;
    font-size: 30px;
    float: left;
}
.item-details .product-info .contact-info ul li .mail:hover {
    background-color: #1D74F2;
    color: #fff;
    border-color: transparent;
}
.item-details .product-info .social-share {
    display: block;
    margin-top: 35px;
}
.item-details .product-info .social-share h4 {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}
.item-details .product-info .social-share ul {
    display: inline-block;
}
.item-details .product-info .social-share ul li {
    display: inline-block;
    margin-right: 5px;
}
.item-details .product-info .social-share ul li:last-child {
    margin-right: 0;
}
.item-details .product-info .social-share ul li a {
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    border: 1px solid #e1e4e6;
    background-color: #fff;
    color: #1D74F2;
    line-height: 40px;
    font-size: 14px;
}
.item-details .product-info .social-share ul li a.facebook {
    color: #3b5999;
}
.item-details .product-info .social-share ul li a.facebook:hover {
    border-color: transparent;
    background-color: #3b5999;
    color: #fff;
}
.item-details .product-info .social-share ul li a.twitter {
    color: #55acee;
}
.item-details .product-info .social-share ul li a.twitter:hover {
    border-color: transparent;
    background-color: #55acee;
    color: #fff;
}
.item-details .product-info .social-share ul li a.google {
    color: #dd4b39;
}
.item-details .product-info .social-share ul li a.google:hover {
    border-color: transparent;
    background-color: #dd4b39;
    color: #fff;
}
.item-details .product-info .social-share ul li a.linkedin {
    color: #0077B5;
}
.item-details .product-info .social-share ul li a.linkedin:hover {
    border-color: transparent;
    background-color: #0077B5;
    color: #fff;
}
.item-details .product-info .social-share ul li a.pinterest {
    color: #bd081c;
}
.item-details .product-info .social-share ul li a.pinterest:hover {
    border-color: transparent;
    background-color: #bd081c;
    color: #fff;
}
.item-details .product-info .selbox {
    width: 97%;
    box-sizing: border-box;
    background-color: #f2f2f2;
    padding: 16px 18px 18px 18px;
    border: 1px solid #f2f2f2;
    border-radius: 6px;
    margin-top: 10px;
    font-weight: 400;
    box-shadow: 0 40 10 0 #dbdbdb;
}
.item-details .product-info .selbox .lni {
    padding-rigth: 6px;
}
.item-details .product-info .selbox .close_sel {
    float: right;
    display: inline-block;
}
/* Item Details Blocks */
.item-details-blocks .single-block {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    margin-top: 30px;
}
.item-details-blocks .single-block h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.description p {
    margin: 15px 0;
    font-size: 14px;
}
.item-details-blocks .single-block.description p img {
    margin: 10px 0;
    width: 100%;
}
.item-details-blocks .single-block.description ul {
    display: block;
    margin: 30px 0;
}
.item-details-blocks .single-block.description ul li {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}
.item-details-blocks .single-block.description ul li:last-child {
    margin-bottom: 0;
}
.item-details-blocks .single-block.tags ul li {
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 8px;
}
.item-details-blocks .single-block.tags ul li a {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
}
.item-details-blocks .single-block.tags ul li a:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}



.item-details-blocks .single-block.comments .single-comment {
    position: relative;
    padding-left: 110px;
    margin-top: 40px;
}
.item-details-blocks .single-block.comments .single-comment img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-blocks .single-block.comments .single-comment h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.item-details-blocks .single-block.comments .single-comment span {
    display: block;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.comments .single-comment p {
    font-size: 16px;
}
.item-details-blocks .single-block.comments .single-comment .reply {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.item-details-blocks .single-block.comments .single-comment .reply i {
    display: inline-block;
    margin-right: 2px;
}
.item-details-blocks .single-block.comments .single-comment .reply:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}
.item-details-blocks .single-block.comments .single-comment {
    position: relative;
    padding-left: 110px;
    margin-top: 40px;
}
.item-details-blocks .single-block.comments .single-comment img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-blocks .single-block.cancel {
    background-color: #f0f0f0;
}
.item-details-blocks .single-block.cancel .single-cancel h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 2px;
}
.item-details-blocks .single-block.cancel h3 i {
    margin: 0px 5px 0 0px;
}
.item-details-blocks .single-block.cancel .single-cancel span {
    display: block;
    margin-bottom: 25px;
}
.item-details-blocks .single-block.cancel .single-cancel p {
    font-size: 16px;
}
.item-details-blocks .single-block.cancel .single-cancel ul {
    padding-left: 20px;
}
.item-details-blocks .single-block.cancel .single-cancel ul li {
    list-style-type: disc;
    margin: 10px 0px;
    padding-left: 0px;
    line-height: 1.2;
}
.item-details-blocks .single-block.cancel .single-cancel .reply {
    padding: 8px 15px;
    border: 1px solid #e1e4e6;
    color: #666666;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.item-details-blocks .single-block.cancel .single-cancel .reply i {
    display: inline-block;
    margin-right: 2px;
}
.item-details-blocks .single-block.cancel .single-cancel .reply:hover {
    color: #1D74F2;
    border-color: #1D74F2;
}
/* Item Details Sidebar */
.item-details-sidebar .single-block.author {
    position: relative;
}
.item-details-sidebar .single-block.author img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.item-details-sidebar .single-block.author .content {
    position: relative;
    padding-left: 0px;
}
.item-details-sidebar .single-block.author .content h4 {
    font-size: 16px;
    font-weight: 500;
}
.item-details-sidebar .single-block.author .content h4 i {
    padding-right: 8px;
    font-weight: 600;
}
.item-details-sidebar .single-block.author .content span {
    font-size: 14px;
    color: #666666;
    margin: 4px 0 15px 0;
    display: block;
}
.item-details-sidebar .single-block.author .content span {
    font-size: 14px;
    color: #666666;
    margin-top: 4px;
    display: block;
}
.item-details-sidebar .single-block.author .content .see-all {
    font-size: 15px;
    margin-top: 20px;
    color: #1D74F2;
}
.item-details-sidebar .single-block.author .content .see-all:hover {
    color: #081828;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom {
    margin-bottom: 15px;
    height: 50px;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::-webkit-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom:-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-control-custom::placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom {
    height: 150px;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::-webkit-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom:-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::-ms-input-placeholder {
    color: #081828;
    padding: 0 !important;
}
.item-details-sidebar .single-block.contant-seller .form-box textarea.form-control-custom::placeholder {
    color: #081828;
    padding: 0 !important;
}
/* How It Works */
.how-works {
    background-color: #f9f9f9;
    margin-top:20px;
    padding-top:100px;
}
.how-works .single-work {
    text-align: center;
    padding: 40px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.how-works .single-work .serial {
    height: 80px;
    width: 80px;
    line-height: 68px;
    background-color: #1D74F2;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 6px solid #a7c8ff;
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.how-works .single-work:hover .serial {
    color: #1D74F2;
    background-color: transparent;
    border-color: #1D74F2;
}


.how-works .single-work .serial img {
    height: 30px;
    width: 30px;
}

.how-works .single-work:hover  .serial img {
    filter: invert(63%) sepia(100%) saturate(500%) hue-rotate(190deg) contrast(100%);
}





.how-works .single-work h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.how-works .single-work p {
    font-size: 16px;
    line-height: 24px;
}
/*======================================
    Call Action CSS
========================================*/
.call-action {
    background-image: url("https://via.placeholder.com/1920x750");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 2;
    padding: 150px 0;
    background-attachment: fixed;
}
.call-action.overlay::before {
    background-color: #081828;
    opacity: 0.9;
    z-index: -1;
}
.call-action .content {
    text-align: center;
}
.call-action .content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}
.call-action .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.call-action .content .button {
    margin-top: 30px;
}
.call-action .content .button .btn:hover {
    color: #081828;
    background: #fff;
}
/*======================================
    Bookmarked CSS
========================================*/
.bookmarked {
    background-color: #f9f9f9;
}
.bookmarked .job-items {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.bookmarked .job-items .manage-content {
    padding: 25px 0;
    border-bottom: 1px solid #f1f1f1;
}
.bookmarked .job-items .manage-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.bookmarked .job-items .manage-content .title-img .can-img {
    float: left;
    margin-right: 8px;
}
.bookmarked .job-items .manage-content .title-img h3 {
    font-weight: 600;
    position: relative;
    top: 8px;
}
.bookmarked .job-items .manage-content .title-img h3 span {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
}
.bookmarked .job-items .manage-content .time {
    background: #2042e314;
    color: #1D74F2;
    padding: 5px 14px;
    border-radius: 3px;
    font-size: 13px;
}
.bookmarked .job-items .manage-content .can-img img {
    width: 50px;
    margin: 5px 15px;
}
.bookmarked .job-items .manage-content .location {
    font-size: 13px;
    position: relative;
    padding-left: 20px;
}
.bookmarked .job-items .manage-content .location i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.bookmarked .job-items .manage-content p i {
    font-size: 14px;
}
.bookmarked .job-items .manage-content h3 {
    font-size: 15px;
    font-weight: 500;
}
.bookmarked .job-items .manage-content .button .btn {
    padding: 8px 12px;
    font-size: 13px;
}
/*======================================
    Responsive CSS
========================================*/
@media only screen and (min-width: 991px) and (max-width: 1400px) {
    .rs-banner img{transform:scale(0.99);}
    .rs-banner .banner-content{transform:scale(0.98);}
    .login .form-head .socila-login ul li   {width:100%;}
    .section-title {
        margin-bottom: 50px;
        padding: 0 220px;
    }
    .header .header .login-button {
        margin-left: 20px;
    }
    .header .login-button ul {
        padding: 0;
    }
    .header .nav-item {
        margin-right: 30px;
    }
    .header .nav-item a {
        padding: 32px 0 !important;
    }
    .header .nav-item .sub-menu li a {
        padding: 12px 15px !important;
    }
    .header .nav-item .sub-menu.mega-menu {
        width: 460px;
    }
    .hero-area {
        padding-top: 170px;
        padding-bottom: 200px;
    }
    .hero-area .hero-text h2 {
        font-size: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 42px;
    }

    .rs-banner .banner-content{
        padding:245px 0 250px;
        transform:scale(0.65);
        margin-top:-200px;
    }

    .rs-banner .banner-content .btn-part .readon{
        transform:scale(0.95)}

    .rs-banner .fly.ly1 {
        left:-20px;
        top: 80px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
        transform:scale(0.6);
    }



    .rs-banner .fly.ly2 {
        right:-20px;
        top: 80px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
        transform:scale(0.6);
    }


    .rs-banner .fly.ly3 {
        left: 10px;
        bottom:10px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
        transform:scale(0.6);
    }


    .rs-banner .fly.ly4 {
        right: -5px;
        bottom: 10px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
        transform:scale(0.6);
    }



    .rs-banner .fly.ly5 {
        margin-left:-240px;
        top: 250px;
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 50%);
        transform:scale(0.6);
    }



    .scroll-motion {display: none;}


}
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rs-banner .banner-content .btn-part .readon{
        transform:scale(0.95);}
    .rs-banner .banner-content{transform:scale(0.98);}
    .login .form-head .socila-login ul li   {width:100%;}
    .section {
        padding: 50px 0px;
    }
    .section-title {
        margin-bottom: 30px;
        padding: 0px 90px;
    }
    .section-title h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title.align-left {
        padding: 0;
        padding-right: 200px;
    }
    .breadcrumbs {
        padding-top: 90px;
        padding-bottom: 45px;
    }
    .breadcrumbs .page-title {
        font-size: 28px;
    }
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 600;
    }
    #scrollUp {
        bottom: 50px;
    }
    .header {
        padding: 15px 0;
    }
    .navbar-area.sticky {
        padding: 10px 0;
    }
    .navbar-brand img {
        width: 170px;
    }
    .sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
        color: #fff;
    }
    .sticky .navbar .navbar-nav .nav-item:hover a {
        color: #fff;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .hero-area {
        padding-top: 135px;
        padding-bottom: 185px;
    }
    .hero-area .hero-text h2 {
        font-size: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area.style2 .hero-text {
        text-align: center;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 38px;
    }
    .hero-area.style2 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 {
        padding-top: 135px;
    }
    .hero-area.style3 .hero-text {
        text-align: center;
    }
    .hero-area.style3 .hero-text h2 {
        font-size: 38px;
    }
    .hero-area.style3 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 .search-form {
        margin-top: 30px;
    }
    .items-tab.custom-padding {
        padding-top: 120px;
    }
    .categories.style2 {
        height: auto;
        padding: 60px 0;
    }
    .categories .single-cat .icon img {
        width: 35px;
    }
    .our-achievement {
        padding-top: 30px;
    }
    .our-achievement .single-achievement {
        padding: 0;
    }
    .our-achievement .single-achievement h3 {
        font-size: 30px;
    }
    .our-achievement .single-achievement p {
        font-size: 16px;
    }
    .single-ad-grid .align-items-center {
        -webkit-box-align: inherit !important;
        -ms-flex-align: inherit !important;
        align-items: inherit !important;
    }
    .single-ad-grid .image {
        height: 100%;
    }
    .single-ad-grid .image a {
        height: 100%;
    }
    .single-ad-grid .image img {
        height: 100%;
    }
    .items-tab.custom-padding {
        padding-top: 150px;
    }
    .items-tab .section-title {
        margin-bottom: 30px;
    }
    .items-tab .single-grid .content .top-content .info-list li a {
        line-height: 20px;
    }
    .browse-cities .section-title {
        margin-bottom: 30px;
    }
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
    .testimonials {
        padding-bottom: 100px !important;
    }
    .testimonials .tns-nav {
        bottom: 50px;
    }
    .how-works .single-work {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .how-works .single-work .serial {
        height: 70px;
        width: 70px;
        line-height: 60px;
        border: 4px solid #89b5ff;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .how-works .single-work h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .how-works .single-work p {
        font-size: 15px;
    }
    .item-details .product-info {
        padding-left: 0;
        margin-top: 40px;
    }
    .latest-news-area .single-news {
        margin-top: 30px;
    }
    .newsletter .newsletter-form {
        padding-left: 0;
    }
    .newsletter .newsletter-form input {
        padding-right: 135px;
    }
    .about-us .content-right {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    .post-ad-tab nav .nav-tabs {
        border: none;
        padding: 20px;
        border-radius: 6px;
    }
    .post-ad-tab .step-two-content .upload-input {
        margin-bottom: 20px;
    }
    .post-ad-tab nav button {
        border-radius: 6px !important;
        width: 100%;
    }
    .contact-us .form-main {
        margin-top: 30px;
    }
    .map-section .mapouter {
        height: 400px;
    }
    .map-section .gmap_canvas {
        height: 400px;
    }
    .map-section iframe {
        height: 400px;
    }
    .faq {
        padding-bottom: 40px;
        min-height: 600px;
    }
    .coming-soon .soon-content .text h2 {
        font-size: 35px !important;
    }
    .dashboard .main-content .details-lists .single-list {
        padding: 0;
        padding: 20px;
        text-align: center;
    }
    .dashboard .main-content .details-lists .single-list .list-icon {
        height: 55px;
        width: 55px;
        line-height: 55px;
        -webkit-transform: translateY(-50%);
        transform: translateY(0%);
        text-align: center;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        display: inline-block;
        margin-bottom: 15px;
    }
    .dashboard .main-content .details-lists .single-list .list-icon i {
        font-size: 20px;
    }
    .dashboard-sidebar {
        margin-bottom: 30px;
    }
    .messages-body .chat-search-form {
        border-right: none;
    }
    .messages-body .form-head .username-title {
        text-align: left;
        padding-left: 30px;
        padding-bottom: 30px;
        border-top: 1px solid #e1e4e6;
        padding-top: 30px;
    }
    .messages-body .user-list {
        border-right: none;
    }
    .messages-body .chat-list {
        padding-left: 30px;
        border-top: 1px solid #e1e4e6;
    }
    .messages-body .chat-list .reply-block input {
        width: 240px;
    }
    .close-content h2 {
        font-size: 30px;
    }
    .latest-news-area.blog-list {
        padding-top: 30px !important;
    }
    .blog-grid-page {
        margin-top: 30px;
    }
    .blog-grid-page.pagination {
        margin-top: 10px !important;
    }
    .footer .footer-top {
        padding: 50px 0 !important;
        padding-top: 45px !important;
    }
    .footer .single-footer h3 {
        margin-bottom: 25px !important;
    }
    .footer .single-footer {
        margin-top: 40px;
    }
    .footer .footer-bottom .footer-social {
        margin-top: 30px !important;
    }
    .footer .footer-bottom{text-align:left;}
}
/* Mobile Screen */
@media only screen and (max-width: 767px) {
    .category-page .category-grid-topbar{display: none;}

    .footer .footer-bottom{text-align:left !important;}
    .contact-us .single-head{
        padding:40px !important;
    }

    .contact-us .contant-inner-title h2.gbn_symbol{
        Background-size:15%!important;
    }

    .footer .single-footer.f-link{
        height:30px !important;
        top:0px  !important;
        float:none  !important;
    }

    .f-link ul{
        top:0px  !important;
        float:none  !important;
    }

    .login .form-head .socila-login ul li   {width:100%;}
    .dashboard-sidebar .user-image {
        box-shadow: 0px 2px 10px #00000021;
        text-align: left;

    }

    .dashboard-sidebar .user-image img{
        margin:0 10px 0 20px;
        float: left;

    }

    .dashboard-sidebar .user-image h3{
        height:35px;
        text-align:left;
        padding-left:5px;
        margin:10px 0 0 0px;
    }

    .dashboard-sidebar .user-image h3 p img{
        display: none;
    }

    .dashboard-sidebar .user-image  button{
        margin-left:0px;
        margin-top:15px;
    }

    .item-details .top-area {
        padding: 20px;
    }
    .item-details-blocks {
        display: flex;
    }
    .item-details-blocks .tags {
        display: none;
    }
    .item-details-blocks .description {
        order: 4;
    }
    .item-details-blocks .author {
        order: 2;
    }
    .item-details-blocks .mapouter {
        order: 3;
    }
    .item-details-blocks .cancel {
        order: 1;
    }
    .item-details .product-info .contact-info ul li .partic {
        position: fixed;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 0);
        z-index: 9;
    }
    .post-ad-tab02 .nav {
        display: none;
    }
    .login .form-head {
        padding: 40px
    }
    .login .form-head .title {
        font-size: 23px;
        margin-bottom: 10px;
    }
    .category-sidebar .single-widget.search_type {
        display: none;
    }
    .category-sidebar .single-widget.search_status {
        display: none;
    }
    .category-sidebar .single-widget.search_name {
        display: none;
    }
    .category-sidebar .single-widget.search_period {
        display: none;
    }
    .section {
        padding: 30px 0px;
    }
    .section-title {
        margin-bottom: 25px;
        padding: 0px 10px;
    }
    .section-title h2 {
        font-size: 25px;
        margin-top: 3px;
        line-height: 35px;
    }
    .section-title p {
        font-size: 16px;
    }
    .section-title.align-left {
        padding: 0;
        padding-right: 0;
    }
    .breadcrumbs {
        padding-top: 100px;
        padding-bottom: 20px;
    }
    .breadcrumbs .breadcrumbs-content {
        text-align: center;
        margin-top:-30px;
    }
    .breadcrumbs .page-title {
        font-size: 22px;
        line-height: 30px !important;
    }
    .breadcrumbs .breadcrumb-nav {
        float: none !important;
        margin-top: 0px;
        text-align: center;
    }
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
    #scrollUp {
        bottom: 50px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .header-button {
        display: none;
    }
    .header {
        padding: 20px 0;
    }
    .header .add-list-button {
        display: none;
    }
    .header .login-button {
        color: #051441;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-direction: row;
    }
    .header .search-form02 {
        display: none;
    }
    .header .navbar-collapse {

        top: 59px !important;

        border-top: 1px solid #e1e4e6;
    }
    .sticky .navbar .navbar-nav .nav-item .sub-menu .nav-item a {
        color: #081828;
    }
    .sticky .navbar .navbar-nav .nav-item:hover a {
        color: #1D74F2;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .navbar-area.sticky {
        padding: 20px 0;
    }
    .navbar-brand img {
        width: 170px;
    }
    .breadcrumbs .bread-list {
        margin-top: 8px;
    }
    .hero-area {
        padding-top: 135px;
        padding-bottom: 185px;
    }
    .hero-area .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area .hero-text .button .btn {
        padding: 12px 10px;
    }
    .hero-area .search-form {
        margin-top: 0px;
        background: #fff3;
        border-radius: 6px;
        padding: 40px;
    }
    .hero-area .search-form .search-input {
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    .hero-area .search-form .btn {
        margin: 0;
    }
    .hero-area.style2 {
        padding-top: 130px;
        padding-bottom: 60px;
    }
    .hero-area.style2 .hero-text {
        text-align: center;
    }
    .hero-area.style2 .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area.style2 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style2 .search-form {
        background-color: #fff;
        padding: 25px;
    }
    .hero-area.style3 {
        padding-top: 135px;
        padding-bottom: 50px;
    }
    .hero-area.style3 .hero-text {
        text-align: center;
    }
    .hero-area.style3 .hero-text h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .hero-area.style3 .hero-text h2::before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hero-area.style3 .categories {
        margin-top: 20px;
    }
    .hero-area.style3 .categories .single-cat {
        margin-top: 20px;
    }
    .hero-area.style3 .search-form {
        margin-top: 30px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding-right: 40px;
    }
    .items-tab.custom-padding {
        padding-top: 50px;
    }
    .categories.style2 {
        height: auto;
        padding: 60px 0;
    }
    .category-page .category-grid-topbar {
        margin-top: 30px;
    }
    .category-page .category-grid-topbar .nav {
        float: none;
        margin-top: 15px;
    }
    .our-achievement {
        padding-top: 20px;
    }
    .our-achievement .single-achievement {
        padding: 0;
    }
    .our-achievement .single-achievement h3 {
        font-size: 30px;
    }
    .our-achievement .single-achievement p {
        font-size: 16px;
    }
    .categories .tns-controls button {
        width: 30px;
        height: 46px;
        border-radius: 0;
    }
    .categories .tns-controls button:first-child {
        left: 0;
        border-radius: 0 6px 6px 0;
    }
    .categories .tns-controls button:last-child {
        right: 0;
        border-radius: 6px 0 0 6px;
    }
    .categories .single-cat .icon img {
        width: 35px;
    }
    .items-grid.custom-padding {
        padding-top: 60px;
    }
    .items-grid .section-title {
        margin-bottom: 30px;
    }
    .items-grid .single-grid .content .top-content .info-list li a {
        line-height: 20px;
    }
    .browse-cities .section-title {
        margin-bottom: 30px;
    }
    .call-action .content h2 {
        font-size: 28px;
    }
    .items-tab .nav {
        border: none;
        margin: 0 !important;
    }
    .items-tab .nav-tabs .nav-link {
        padding: 12px 40px;
        display: block !important;
        text-align: center !important;
        width: 100%;
        background: #e1e4e6 !important;
        margin-bottom: 7px;
        border-radius: 6px 6px 0 0;
    }
    .pricing-table .section-title {
        margin-bottom: 30px;
    }
    .testimonials {
        padding-bottom: 80px !important;
    }
    .testimonials .single-testimonial {
        padding: 35px 30px;
    }
    .testimonials .single-testimonial .quote-icon i {
        font-size: 35px;
    }
    .testimonials .tns-nav {
        bottom: 45px;
    }
    .how-works .single-work {
        padding: 25px 15px;
        margin-top: 30px;
    }
    .how-works .single-work .serial {
        height: 70px;
        width: 70px;
        line-height: 60px;
        border: 4px solid #b29cfb;
        margin-bottom: 25px;
        font-size: 22px;
    }
    .how-works .single-work h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .how-works .single-work p {
        font-size: 15px;
    }
    .newsletter .title {
        text-align: center;
        padding: 0;
    }
    .newsletter .title i {
        position: relative;
        top: 0 !important;
        display: inline-block;
        text-align: center;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 15px;
    }
    .newsletter .newsletter-form {
        margin-top: 20px;
    }
    .newsletter .newsletter-form .button {
        position: relative;
        margin-top: 15px;
        width: 100%;
    }
    .newsletter .newsletter-form .button .btn {
        width: 100%;
        border-radius: 6px;
    }
    .faq-area {
        padding-bottom: 20px !important;
    }
    .faq-area .single-faq {
        margin-bottom: 45px;
    }
    .faq-area .heading {
        font-size: 15px;
        line-height: 25px;
    }
    .brand-area .section-title.align-left {
        padding-right: 0;
        margin-bottom: 40px !important;
    }
    .client-logo-section {
        padding: 0 !important;
    }
    .client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
        max-width: 170px;
    }
    .about-us .content-right {
        margin-top: 30px;
        padding-right: 0;
        padding-left: 0;
    }
    .about-us .content-right h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .about-us .content-right h3 {
        margin-top: 30px;
    }
    .latest-news-area .section-title {
        margin-bottom: 10px;
    }
    .latest-news-area .single-news {
        margin-top: 30px;
    }
    .latest-news-area .single-news .content-body .title {
        line-height: 24px !important;
    }
    .latest-news-area .single-news .content-body .title a {
        font-size: 16px !important;
    }
    .post-details .post-meta li {
        margin-bottom: 8px;
    }
4p {
     margin: 20px 0;
 }
    .post-image .blog-inner-big-img {
        margin-bottom: 1.5rem !important;
    }
    .post-details .list {
        margin-left: 0 !important;
    }
    .post-details .list li i {
        top: 6px !important;
    }
    .post-comments {
        padding: 30px;
    }
    .post-comments .comments-list {
        padding: 0 !important;
    }
    .post-comments .comments-list li {
        padding: 0 !important;
    }
    .post-comments .comments-list li .comment-img {
        position: relative !important;
    }
    .comment-form {
        padding: 30px;
    }
    .comment-form form .form-box .form-control-custom {
        height: 50px;
        margin-bottom: 15px;
    }
    .post-comments .comments-list li.children {
        margin-left: 0 !important;
    }
    .post-comments .comments-list li {
        padding-top: 30px !important;
    }
    .post-comments .comments-list li .comment-desc {
        margin-top: -15px;
    }
    .post-comments .comments-list li .comment-img img {
        max-width: 70px;
        max-height: 70px;
        display: inline-block !important;
        margin-bottom: -15px !important;
    }
    .post-comments .comments-list li .comment-desc .desc-top .reply-link {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        padding: 8px 25px;
        position: relative;
        margin-top: 15px;
    }
    .post-comments .comments-list li {
        padding-left: 100px;
    }
    .latest-news-area.blog-list {
        padding-top: 20px;
    }
    .blog-list .single-news {
        margin-bottom: 0 !important;
    }
    .sidebar {
        margin-top: 30px;
    }
    .sidebar .widget.search-widget form input {
        padding: 0 80px 0 20px;
    }
    .sidebar .widget.social-widget ul li {
        margin-bottom: 10px;
    }
    .post-details .post-title {
        line-height: 30px;

    }
    .post-details .post-title a {
        font-size: 24px;
        font-weight: 600;
    }
    .error-area .error-content h1 {
        font-size: 60px !important;
        line-height: 80px !important;
    }
    .error-area .error-content h2 {
        font-size: 18px !important;
    }
    .maill-success .success-content h1 {
        font-size: 28px !important;
    }
    .maill-success .success-content h2 {
        font-size: 18px !important;
    }
    .item-details .product-info {
        padding-left: 0;
        margin-top: 30px;
    }
    .item-details .product-info .contact-info ul li {
        margin: 0;
        width: 100%;
    }
    .item-details .product-info .contact-info ul li:last-child {
        width: 100%;
        text-align: center;
        margin-top: 8px;
    }
    .item-details .product-info .contact-info ul li:last-child a {
        width: 100%;
    }
    .item-details .product-info .social-share h4 {
        display: block;
        margin-bottom: 15px;
    }
    .item-details-blocks .single-block.comments .single-comment {
        position: relative;
        padding-left: 0;
        margin-top: 30px;
    }
    .item-details-blocks .single-block.comments .single-comment img {
        position: relative;
        margin-bottom: 15px;
    }
    .item-details .product-images .images {
        display: -ms-grid;
        display: grid;
        Grid-template-columns: repeat(4, 1fr);
        Grid-gap: 1em 1em;
        Margin-top: 1em;
    }
    .item-details .product-info .social-share ul li {
        margin-bottom: 8px;
    }
    .item-details .product-info .contact-info ul li .call {
        width: 100%;
    }
    .item-details .product-info .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .rs-banner .banner-content .bnr-title {
        font-size: 35px;
        line-height: 50px;
        word-break:keep-all;
    }
    .rs-banner .banner-content .bnr-subtitle {
        font-size: 28px;
        line-height: 45px;
        padding-bottom:30px;

    }

    .rs-banner .banner-content .bnr-subtitle span img{
        width: 50%;
    }

    .rs-banner .device {
        bottom: -97px;
        width: 545px;
    }
    .rs-banner {
        margin-bottom: 0px;
    }
    .rs-banner .banner-content .btn-part .arrow {
        right: -53px;
        bottom: -40px;
        max-width: 145px;
    }
    .rs-preview-demos .demo-wrap .image-part img {
        width: 100%;
    }
    .rs-features .single-service {
        padding: 56px 10px 50px;
    }
    .rs-banner .banner-content .bnr-title br {
        display: none;
    }
    .main_search_area .search_keword{
        display:none;
    }

    .scroll-motion{
        bottom:43px;
        margin:0 47%;
    }
}
}
.latest-news-area .single-news {
    margin-top: 30px;
}
.newsletter .newsletter-form {
    padding-left: 0;
}
.newsletter .newsletter-form input {
    padding-right: 135px;
}
.post-ad-tab nav .nav-tabs {
    border: none;
    padding: 20px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.post-ad-tab nav .nav-tabs01 {
    border: none;
    padding: 20px;
    border-bottom: 2px solid #e1e4e6;
    border-radius: 6px;
}
.post-ad-tab .step-two-content .upload-input {
    margin-bottom: 20px;
}
.post-ad-tab nav button {
    border-radius: 6px !important;
    width: 100%;
}
.login .form-head {
    padding: 50px;
}
.login .form-head .title {
    font-size: 30px;
}
.login .form-head .alt-option {
    margin: 20px 0;
}
.login .form-head form .form-group {
    margin-bottom: 18px;
}
.contact-us .form-main {
    margin-top: 0px;
}
.contact-us .form-main {
    padding: 60px !important;
}
.contact-us .contant-inner-title h2 {
    font-size: 22px;
}
.map-section .mapouter {
    height: 300px;
}
.map-section .gmap_canvas {
    height: 300px;
}
.map-section iframe {
    height: 300px;
}
.contact-us .form-main .form-title h2 {
    font-size: 25px;
}
.faq {
    padding-bottom: 30px;
}
.login .form-head form .check-and-pass .form-check {
    float: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}
.login .form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
    float: none;
    text-align: center;
}
.login .form-head form .check-and-pass .lost-pass {
    float: right;
    color: #777;
    position: relative;
    top: -2px;

    margin-top: 10px;
    text-align: center;
    display: block;
}
}
.coming-soon .soon-content .text h2 {
    font-size: 28px !important;
    margin-bottom: 10px !important;
    line-height: 32px !important;
}
.coming-soon .soon-content .text {
    margin-bottom: 10px !important;
}
.coming-soon .soon-content .box {
    margin-top: 18px !important;
}
.dashboard .main-content .details-lists .single-list {
    margin-top: 30px;
}
.dashboard-sidebar {
    margin-bottom: 30px;
}
.profile-settings-block .profile-setting-form .form-group {
    margin-bottom: 20px !important;
}
.my-items .item-list-title {
    text-align: left;
}
.my-items .item-list-title p {
    padding: 5px 0;
}
.my-items .item-list-title .align-right {
    float: none;
    text-align: left !important;
}
.my-items .single-item-list p {
    padding: 8px 0px;
}
.my-items .single-item-list p a {
    color: #666666;
}
.profile-settings-block .profile-setting-form .form-group {
    margin-bottom: 20px !important;
}
.profile-settings-block .profile-setting-form .form-group input:placeholder {
    color: #333;
    font-weight: 600;
}

.profile-settings-block .profile-setting-form .form-group input:value{
    color: #333;
    font-weight: 600;
}
.my-items .single-item-list .item-image {
    margin-bottom: 10px;
}
.my-items .single-item-list .action-btn {
    margin-top: 10px;
}
.my-items .single-item-list .align-right {
    text-align: left !important;
}
.messages-body .chat-search-form {
    border-right: none;
}
.messages-body .form-head .username-title {
    text-align: left;
    padding-left: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #e1e4e6;
    padding-top: 30px;
}
.messages-body .user-list {
    border-right: none;
}
.messages-body .chat-list {
    padding-left: 30px;
    border-top: 1px solid #e1e4e6;
}
.messages-body .chat-list .single-chat-head li.left img {
    height: 35px;
    width: 35px;
    bottom: 6px;
}
.messages-body .chat-list .single-chat-head li.right img {
    height: 35px;
    width: 35px;
    bottom: 6px;
}
.messages-body .chat-list .single-chat-head li.left {
    padding: 0;
    padding-left: 50px;
}
.messages-body .chat-list .single-chat-head li.right {
    padding: 0;
    padding-right: 50px;
}
.messages-body .chat-list .single-chat-head li.left .text {
    padding: 17px;
    font-size: 15px;
    line-height: 21px;
}
.messages-body .chat-list .single-chat-head li.left .text .time {
    font-size: 13px;
}
.messages-body .chat-list .single-chat-head li.right .text {
    padding: 17px;
    font-size: 15px;
    line-height: 21px;
}
.messages-body .chat-list .single-chat-head li.right .text .time {
    font-size: 13px;
}
.messages-body .chat-list .reply-block input {
    width: 100%;
    padding: 20px;
    border: 1px solid #e1e4e6;
    margin-top: 10px;
    padding-right: 75px;
    border-radius: 6px;
}
.messages-body .chat-list .reply-block {
    position: relative;
}
.messages-body .chat-list .reply-block button {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    background: #1D74F2;
    border-radius: 6px;
    border: none;
    font-size: 18px;
    position: absolute;
    top: -4px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 3px;
    padding-bottom: 3px;
    right: 8px;
    top: 87px;
}
.messages-body .chat-list .single-chat-head li.right .text {
    padding: 20px;
    font-size: 15px;
}
.messages-body .chat-list .single-chat-head li.left .text {
    padding: 20px;
    font-size: 15px;
}
.close-content h2 {
    font-size: 26px;
}
.close-content {
    padding: 50px 30px;
}
.close-content .button .btn {
    margin: 0;
    margin-bottom: 0px;
}
.close-content .button .btn:last-child {
    margin: 0;
}
.item-details .product-info .contact-info ul li .call {
    width: 100%;
}
.default-list-style .default-list-title p {
    padding: 3px 0;
}
.default-list-title .align-right {
    text-align: left;
}
.default-list-style .single-list p {
    padding: 3px 0;
}
.default-list-style .single-list .action-btn {
    margin-top: 5px;
}
.default-list-style .single-list .align-right {
    text-align: left;
}
.post-details .detail-inner {
    padding: 20px;
    margin-bottom: 30px;
}
.post-details .post-title a {
    font-size: 22px;
    font-weight: 600;
}
blockquote {
    margin: 30px 0;
    padding: 20px;
}
blockquote .icon i {
    font-size: 30px;
}
.post-social-media .share-title {
    margin-bottom: 25px;
}
.comment-title {
    margin-bottom: 0px !important;
}
.sidebar .widget {
    padding: 30px;
}
.post-details .post-image img {
    margin-top: 20px;
}
.post-details .post-social-media ul {
    margin-left: 10px;
}
.footer .footer-top {
    padding: 30px 0 !important;
    padding-top: 25px !important;
    text-align: left;
}
.footer .footer-bottom .inner {
    padding: 30px 0 !important;
}
.footer .single-footer h3 {
    margin-bottom: 25px !important;
}
.footer .single-footer {
    margin-top: 40px;
}
.footer .footer-bottom .footer-social {
    margin-top: 30px !important;
}
}
/*======================================
	Contact CSS
========================================*/
.contact-us {
    position: relative;
    background-color: #f9f9f9;
}
.contact-us .contact-head {
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.contact-us .title {
    margin-bottom: 30px;
}
.contact-us .contant-inner-title {
    margin-bottom: 45px;
}
.contact-us .contant-inner-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #081828;
    text-transform: capitalize;
}
.contact-us .contant-inner-title p {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-top: 10px;
    display: block;
}

.contact-us .contant-inner-title ul{
    padding:10px 0 20px 0;
    border-bottom:1px solid #e1e4e6;
}


.contact-us .contant-inner-title ul li{
    list-style:square;
    margin-left:25px;
    padding-bottom:5px;
    font-size:14px;
    font-weight: 400;
    color:#081828;
}

.contact-us .contant-inner-title h2.gbn_symbol{
    background: url("../images/logo/gbn_symbol.svg") left no-repeat;
    padding-left: 35px;
    color:#1D74F2;
}

.contact-us .single-head {
    padding: 50px;
    height: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}
.contact-us .single-info:last-child {
    margin: 0;
}
.contact-us .single-info h3 {
    font-size: 15px;
    margin-bottom: 15px;
}
.contact-us .single-info ul {
    display: inline-block;
}
.contact-us .single-info ul li {
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #666666;
}


.contact-us .single-info h3 i{
    background-color: #1a2a3adb;
    widht:26px;
    border:1px solid #1a2a3adb;
    border-radius: 50%;
    color:#fff;
    font-size:12px;
    padding:3px;
    font-weight: 300;
}

.contact-us .single-info ul li:last-child {
    margin: 0;
}
.contact-us .single-info ul li a {
    font-weight: 400;
    color: #7E8890;
    display: inline-block;
    font-size: 15px;
}
.contact-us .single-info ul li a:hover {
    color: #1D74F2;
}
.contact-us .contact-social {
    display: block;
    margin-top: 65px;
}
.contact-us .contact-social h5 {
    color: #081828;
    font-weight: 600;
    font-size: 18px;
}
.contact-us .contact-social ul li {
    display: inline-block;
    margin-right: 6px;
}
.contact-us .contact-social ul li:last-child {
    margin-right: 0;
}
.contact-us .contact-social ul li a {
    font-size: 14px;
    color: #555;
    height: 40px;
    width: 40px;
    text-align: center;
    display: block;
    line-height: 40px;
    background: #f9f9f9;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}
.contact-us .contact-social ul li a:hover {
    color: #fff;
    background-color: #1D74F2;
    border-color: transparent;
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}
.contact-us .form-main {
    padding: 0 45px 50px 50px;
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    height: 100%;
}
.contact-us .form-main .form-title {
    margin-bottom: 30px;
}
.contact-us .form-main .form-title h2 {
    margin-bottom: 20px;
    font-size: 30px;
}
.contact-us .form-main .form-title p {
    font-size: 16px;
}
.contact-us .form .form-group {
    margin-bottom: 15px;
    display: block;
}
.contact-us .form .form-group input {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 0px 20px;
    color: #333;
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
}
.contact-us .form .form-group textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e6e2f5;
    padding: 15px 20px;
    color: #333;
    border-radius: 0px;
    resize: none;
    font-weight: 400;
    border-radius: 5px;
    resize: vertical;
}
.contact-us .form .button {
    margin: 0;
}
.contact-us .form .button .btn {
    height: 50px;
    border: none;
}
.map-section {
    background-color: #f9f9f9;
}
/*======================================
	Error 404 CSS
========================================*/
.error-area {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.error-area .error-content h1 {
    font-size: 100px;
    color: #1D74F2;
    margin-bottom: 8px;
    font-weight: 800;
    line-height: 100px;
}
.error-area .error-content h2 {
    font-size: 25px;
    margin-bottom: 8px;
    color: #081828;
}
.error-area .error-content p {
    font-weight: 500;
    margin-bottom: 40px;
}
/*======================================
	Mail Success CSS
========================================*/
.maill-success {
    height: 100vh;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.maill-success .success-content h1 {
    font-size: 40px;
    color: #1D74F2;
    margin-bottom: 10px;
    font-weight: 700;
}
.maill-success .success-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #081828;
}
.maill-success .success-content p {
    font-weight: 500;
    margin-bottom: 20px;
}
/*======================================
	Coming Soon CSS
========================================*/
.coming-soon {
    height: 100vh;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background: #f9f9f9;
    z-index: 2;
}
.coming-soon .verticle-lines .vlines {
    width: 3px;
    height: 100%;
    background: #9b9b9b;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-name: lineanim;
    animation-name: lineanim;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    opacity: 0.05;
    z-index: -1;
}
.coming-soon .verticle-lines .vlines.one {
    left: 20%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.coming-soon .verticle-lines .vlines.two {
    left: 40%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.coming-soon .verticle-lines .vlines.three {
    left: 60%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.coming-soon .verticle-lines .vlines.four {
    left: 80%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
@-webkit-keyframes lineanim {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    50.1% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}
@keyframes lineanim {
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
    50.1% {
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom left;
        transform-origin: bottom left;
    }
}
.d-table {
    width: 100%;
    height: 100%;
}
.d-table {
    display: table !important;
}
.d-table-cell {
    vertical-align: middle;
}
.d-table-cell {
    display: table-cell !important;
}
.coming-soon .soon-content {
    text-align: center;
}
.coming-soon .soon-content .text {
    margin-bottom: 60px;
}
.coming-soon .soon-content .text h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    color: #081828;
    display: block;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.coming-soon .soon-content .text p {
    color: #666666;
    font-size: 16px;
}
.coming-soon .soon-content .box {
    background: #fff;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    margin: 0 5px;
    display: inline-block;
    padding-top: 25px;
}
.coming-soon .soon-content h2 {
    text-align: center;
    padding-top: 2px;
    color: #081828;
    font-size: 15px;
    font-weight: 400;
}
.coming-soon .soon-content .box h1 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1D74F2;
}
.coming-soon .soon-content .alert {
    display: none;
}
/*======================================
	Footer CSS
========================================*/
.footer {
    background: #17213e;

}
.footer .footer-top {
    padding: 100px 0;
    padding-top: 70px;
    border-bottom: 1px solid #ebebeb s;
}
.footer .single-footer {
    margin-top: 30px;
}
.footer .single-footer.mobile-app .app-button .btn {
    border: 1px solid #e1e4e6e1e4e64a;
    border-radius: 6px;
    padding: 12px 35px;
    position: relative;
    text-align: left;
    padding-left: 70px;
    margin-bottom: 12px;
    min-width: 192px;
    color: #e1e1e1;
}
.footer .single-footer.mobile-app .app-button .btn:hover {
    border-color: transparent;
    background: #1D74F2;
    color: #fff;
}
.footer .single-footer.mobile-app .app-button .btn:last-child {
    margin: 0;
}
.footer .single-footer.mobile-app .app-button .btn i {
    font-size: 28px;
    position: absolute;
    left: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer .single-footer.mobile-app .app-button .btn .text {
    font-size: 14px;
    font-weight: 500;
}
.footer .single-footer.mobile-app .app-button .btn .text .small-text {
    font-weight: 400;
    font-size: 13px;
    display: block;
    margin-bottom: -1px;
}

.footer .single-footer.f-link {
    height: 244px;
    display: block;
    vertical-align: bottom;
}

.f-link ul {
    position: relative;
    top:185px;
    display: block;
    float: right;


}

.f-link ul  li {
    display: inline-block;
    float: left;

}
.footer .single-footer.f-link li:last-child {
    margin: 0;
    padding-right:0px;
}
.footer .single-footer.f-link li a {
    font-size: 15px;
    font-weight: 400;
    color: #e1e1e1;
}
.footer .single-footer.f-link li a:hover {
    color: #1D74F2;
}
.footer .single-footer.f-contact ul li {
    display: block;
    margin-bottom: 25px;
    line-height: 25px;
    color: #e1e1e1;
    font-weight: 300;
}
.footer .single-footer.f-contact ul li:last-child {
    margin-bottom: 0;
}
.footer .single-footer h3 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 35px;
    color: #fff;
}
.footer .footer-bottom {
    text-align: center;
    position: relative;
    z-index: 1;
}
.footer .footer-bottom .inner {
    border-top: 1px solid #ebebeb4f;
    padding: 50px 0;
}
.footer .footer-bottom .footer-bottom-links li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    padding-right: 15px;
}




.footer .footer-bottom .footer-bottom-links li:last-child {
    margin: 0;
    padding: 0;
}
.footer .footer-bottom .footer-bottom-links li:last-child::before {
    display: none;
}
.footer .footer-bottom .footer-bottom-links li a {
    color: #e1e1e1;
    font-weight: 400;
}
.footer .footer-bottom .footer-bottom-links li a:hover {
    color: #1D74F2;
}
.footer .footer-bottom .copyright-text {
    margin-top: 15px;
    color: #e1e1e1;
    font-family: 'Roboto', sans-serif;
}
.footer .footer-bottom .copyright-text a {
    color: #e1e1e1;
}
.footer .footer-bottom .copyright-text a:hover {
    color: #1D74F2;
}
.footer .footer-bottom .footer-social {
    margin-top: 40px;
}
.footer .footer-bottom .footer-social li {
    display: inline-block;
    margin-right: 10px;
}
.footer .footer-bottom .footer-social li:last-child {
    margin: 0;
}
.footer .footer-bottom .footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    border: 1px solid #e1e4e63;
}
.footer .footer-bottom .footer-social li a:hover {
    color: #fff;
    background: #1D74F2;
    border-color: transparent;
}
.pd10 {
    padding-top: 10px;
}


/*======================================
	개인정보/서비스이용 CSS
========================================*/
.legal-details h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 28px;
}

.legal-details p {
    font-size: 13px;
    margin: 10px 0;
    color:#555;
}

.legal-details p span{
    display:block;
    font-weight: 500;
    padding-bottom:8px;
}

.legal-details p:last-child {
    margin-bottom: 0;
}


.legal-details ul{
    margin:-12px 0 0 15px;
    font-size: 13px;
    line-height: 23px;
}


.legal-details li{
    padding-bottom:3px;
}

.legal-details .detail-inner {
    padding:10px 30px;
    margin-bottom: 30px;
}

.legal-details .detail-inner {
    background-color: #fff;
    padding: 50px 40px;
    margin-bottom: 40px;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
}

.tfont{font-size:13px; color:#727272;}
.tfont th{text-align: center;
    background-color:#eff2f7;
}
/*======================================
	POPUP CSS
========================================*/
.popup-wrap {
    z-index: 100;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 15px;
}
.popup {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 1000px;
    background-color: #fff;
    border-radius: 6px;
}
.popup-head {
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(to left, #101130, #1D74F2);
    padding: 22px 30px;
}

.single-item-grid .image .btn-area
.popup-head .head-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.popup-head .btn_close {
    font-size: 20px;
    float: right;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    background-color:#000100;
    background-color: rgba( 1, 20, 112, 0.1 );
    border:none;
}

.popup-head .head-title {
    color:#fff;
    font-size:18px;
}

.single-item-grid .image .btn-area-head button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
}


.popup-body {
    padding: 35px 30px 0px 30px;
    height: 600px;
    overflow-y: auto;
}
.body-contentbox h3 {
    font-size: 13px;
    padding-bottom: 10px;
}
.popup-foot {
    padding: 15px 30px;
    border-top: 1px solid #dfdfdf;
    margin-top: 5px;
    display: flex;
}
.popup-foot .button .btn {
    padding: 10px 20px;
}

.popup_search .single-widget .search-input {
    padding: 0px;
    padding: 0px;
}
.popup_search .single-widget .search-input input:focus {
    border-color: #4a6cf7;
}
.popup_search .single-widget .search-input button {
    position: absolute;
    right: 25px;
    top: 20px;
    border: none;
    background-color: rgba(0, 0, 0, .0);
}


.popup01 {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    width: 500px;
    background-color: #fff;
    border-radius: 6px;
}

.pconten_d
{
    font-size:15px;
    text-align: center;
    padding:20px;
}

.pconten_d h3
{font-size:18px;}

.body-contentbox .my-items {
    table-layout: fixed;
    display:table;
    width:100%;
    padding: 0px;
    padding-bottom:0px;
    margin:20px 0 10px 0;
}

.body-contentbox .my-items .single-item-list {
    padding: 5px 10px;

}
.body-contentbox .my-items .item-list-title p {
    font-size: 14px;
    font-weight: 600;
    flaot:left;
}
.body-contentbox .my-items .single-item-list p {
    padding: 10px 0;
    font-size: 14px;

}
.body-contentbox .my-items .single-item-list p .input_radio {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.body-contentbox h2 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: -10px;
}
.category-sidebar .single-widget.search form input:focus {
    border-color: #4a6cf7;
}
.category-sidebar .single-widget.search_period form input:focus {
    border-color: #4a6cf7;
}
.action {
    display: inline-block;
}
.flag {
    padding-top: 5px;
}
.flag img {
    width: 17px;
    height: 12px;
    vertical-align: middle;
    margin-right: 3px;
}

.details-state{
    position: relative;
    background: #fff;
    border-radius: 6px;
    padding:20px;

    box-shadow: 2px 5px 5px 0px rgb(69 65 78 / 3%);
    border:1px solid #e1e4e6;
}

.details-state ul{

    padding:0px;
    margin:0px;
}

.details-state ul li{

    text-align: center;
    display:inline-block;
    width:16%;
    border:1px solid #e1e4e6;
    margin:10px;
    border-radius: 6px;
    padding:15px 5px 15px 5px;
}

.details-state ul li a{

    color:#555;
}

.details-state ul li a:hover{
    box-shadow: 2px 5px 5px 0px rgb(69 65 78 / 3%);
    padding:10px;
    color:#1D74F2;
    font-weight:500;
}


.details-state ul li span{
    font-weight: 500;
    text-align: center;
    display: block;
    font-size:12px;
}

.details-state ul li img{
    align-items: center;
    position: relative;
    padding:0px 5px 5px 5px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px 0px 30px;
    aspect-ratio: 16 / 2;
    margin-bottom: 15px;

}

.t-ovflow-x{
    overflow-x: auto;
    min-width:100%

}

.matching {

    width: 928px;
    table-layout: fixed;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em;
    margin-bottom: 15px;
    word-break:keep-all;
    border:1px solid #c3c3c3;
}


.matching th {
    text-align: center;
    border: 2px solid #c3c3c3;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    padding: 10px 10px;
    color: #081828;
    font-size: .9rem;
    font-weight: 500;
    word-break:keep-all;
    background-color: #f3f3f3;


}
.matching th span {
    font-size: 14px;
    font-weight: 500;
}
.matching th.match_day {
    text-align: left;
    border: 1px solid #081828;
    padding: 15px 20px;
    color: #1D74F2;
    font-weight: 600;
    font-size: 1rem;
    background-color: #FFF;


}
.matching th i {
    vertical-align: top;
    padding-right: 7px;
    margin-top: 3px;
}
.matching td {
    border: 1px solid #ddd;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    height: 100px;
    padding: 15px 0px;

}
.matching th.disc {
    padding: 10px 20px;
    text-align: center;
    height: 20px;
    font-size: .8rem;
    font-weight: 600px;
    color: #555;
    background-color: #FFF;
    border: 1px solid #ddd;
}

.matching01{
    padding:20px 28px 15px 28px;
    background: #f7f7f770;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 30px;
    border: 1px solid #e1e4e6;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-shadow: 0px 10px 30px #00000010;
    box-shadow: 0px 10px 25px #00000012;
    margin-top:20px;
}


.matching01:last-child{
    margin-bottom:20px;
}

.matching01 h3{
    font-size:18px;
    padding-bottom:15px;
    border-bottom:1px solid #e1e4e6;
    margin-bottom:20px;
}

.matching01 h3 i{
    padding-right:8px;
    color:#1D74F2;
}

.matching01 h3 span{
    display: inline-block;
    font-weight: 400;
    font-size:18px;
    padding-top:5px;
}



.matching01 ul{
    display: flex;
    font-size:14px;
    font-weight: 500;
    color:#77849e;
    flex-wrap: wrap;
}

.matching01 ul li{
    display: inline-block;
    width:200px;
    height:80px;
    padding:18px 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 6px;
    margin-right:10px;
    margin-bottom:20px;
    background-color:#1D74F2;
}





.matching01 ul li span{
    font-size:11px;
    color:#727272;


}

.matching01 ul a{
    width:200px;
    font-weight: 600;
    margin-right:10px;
    border-radius: 6px;
    color:#fff;
    height: 80px;
    margin-bottom:20px;
}

.matching01 ul a:hover{
    background-color: #212529 !important;
    font-weight: 600;
    box-shadow: 0px 5px 5px #00000030;
    color:#fff;
    opacity: 0.8;

}


.matching01 li.no-time{
    background: #e8e8e8 !important;
    border-radius: 6px;
    color:#ababab;
    border:1px solid #ccc;
    height:80px;
    padding-top:20px;
}






.matching01 a.checked{
    width:130px;
    height:46px;
    border-radius: 6px;
    margin-right:10px;
    margin-bottom:10px;
    color:#1D74F2;
    box-shadow: 0px 5px 5px #00000020;
    border:1px solid #1D74F2;
}


.matching01 ul li i{
    padding-right:5px;
    font-size: 15px;
    margin-top:-2px;
    position: relative;
    top: 1px;
}


.matching01 ul li span.tooltiptext{
    border:1px solid #1D74F2;
    color: #1D74F2;
    text-align: center;
    border-radius: 30px;
    padding: 4px 12px;
    position: absolute;
    z-index: 98;
    bottom:8px;
    left:70px;
    font-weight: 400;
    font-size:11px;
    box-shadow:0px 10px 25px #00000012;
    background-color: #ffffffe6;
}

.matching01 ul li span.tooltiptext02{
    border:1px solid #ccc;
    color: #ababab;
    text-align: center;
    border-radius: 30px;
    padding: 4px 12px;
    position: absolute;
    z-index: 98;
    bottom:8px;
    left:70px;
    font-weight: 400;
    font-size:11px;
    box-shadow:0px 10px 25px #00000012;
    background-color: #ffffffe6;
}



.matching01 ul li{
    position: relative;
}




.fc-today {
    border-style: double;
}
.fc-header {
    /* TODO: be more consistent with fc-head/fc-body */
    padding: 2px 4px;
}
.fc-body .fc-row {
    min-height: 4em;
}

.fc-day-grid-event {
    margin: 1px 2px 0;
    padding: 0 1px;
}
.fc-day-grid-event .fc-content {white-space: nowrap;
    overflow: hidden;
}

.fc-body td{position: relative;

}


.fc-body01 td{
    position: relative;
    min-height: 250px;

}

.fc-event {
    position: relative;
    display: block;
    font-size: .82em;
    line-height: 1.3;
    border-radius: 3px;
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
    padding:13px 10px;
    background: #48ABF7 !important;
    border-color: #48ABF7 !important;

}

.fc-event-no{
    position: relative;
    display: block;
    font-size: .82em;
    line-height: 1.3;
    border-radius: 3px;
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
    padding:13px 10px;
    background: #ccc !important;
    border-color: #ccc !important;
}


.fc-eventB {
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 1.3;
    border-radius: 3px;
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
    padding:10px;
    background: #fff !important;
    border:1px solid #ddd !important;

}



.fc-eventC {
    width:99.2%;
    position: absolute;
    bottom:3px;
    display: block;
    text-align:center;
    font-size: .82em;
    line-height: 1.3;
    border-radius: 3px;
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 8%);
    padding:15px 0;
    margin-top:20px;
    background: #f3f3f3 !important;
    border:1px solid #ddd !important;

}


.fc-eventC ul li{
    display: inline-block;
}


.fc-eventC ul li img{
    width:70%;
    height:70%;

}


/*.fc-eventC ul li  a:hover {*/
/*    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 10%);*/
/*    padding:5px;*/
/*    border-radius: 5px;*/
/*}*/


.fc-eventB i{
    margin-right:5px; 
 }
 
 .fc-eventB i span{
     color:#fff;
     font-weight: 500;
     font-size:10px;
     position: relative;
     left:3px;
     top:1px;
     font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
 }
 
 
 
 .fc-buyer{
    background: #1D74F2 !important;
    border-color:#1D74F2 !important;
    padding:2px;
    border-radius:50%;
    height: 16px;
    weight:16px;
}


.fc-buyer span{
    color:#fff !important;
    font-weight: 600;
}

.fc-seller{
    background: #e2458f !important;
    border-color:#e2458f !important;
    padding:2px;
    border-radius:50%;
    height: 16px;
    weight:16px;
}

.fc-seller span{
 color:#fff !important;
    font-weight: 600;

}


.fc-interp{
    background: #15e293 !important;
    border-color:#15e293 !important;
    padding:2px;
    border-radius:50%;
    height: 16px;
    weight:16px;
}

.fc-interp span{
 color:#fff !important;
    font-weight: 600;
}

.fc-operation{
    background: #ffd738 !important;
    border-color:#ffd738 !important;
    padding:2px;
    border-radius:50%;
    height: 16px;
    weight:16px;

}

.fc-operation span{
 color:#fff !important;
    font-weight: 600;
}
 



.fc-body a:hover {
    box-shadow: 0px 1px 15px 1px rgb(69 65 78 / 10%);

}



.fc-event .fc-content{
    position: relative;
    z-index:2;
}


.fc-day-grid-event .fc-title{
    font-weight:bold;
    color:#fff;
}

.fc-day-grid-event .fc-title01{
    font-weight:600;
    color:#555;
    font-family: 'Poppins','Roboto', 'SpoqaHanSansNeo', sans-serif;
}


.fc-day-grid-event .fc-title i{
    padding-right:3px;
}

/* cms 수정 */
.meetingbtn-01{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.meetingbtn{
    position: absolute;
    top:23px;
    right:30px;
    display: inline-block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.meetingbtn li{
    float:right;
    display: inline-block;
    margin-right:5px;
    font-size:14px;


}

.meetingbtn li a{
    padding: 5px 12px;
    border:1px solid #999;
    color:#666666;
    border-radius: 4px;
    font-size:14px;
    font-weight: 500;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
}


.meetingbtn li a.meeting_o{
    color: #1D74F2;
    border:1px solid #1D74F2;
    border-radius: 4px;
    font-weight: 600;
}

.meetingbtn li a:hover {
    color: #1D74F2;
    border:1px solid #1D74F2;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}


.meeting_h{
    padding: 5px 15px;
    color: #1D74F2;
    border:1px solid #1D74F2;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}

.meeting_n{
    padding: 5px 15px;
    color: #727272;
    border:1px solid #999;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}

.meeting_y{
    padding: 5px 15px;
    color: #e843a1;
    border:1px solid #e843a1;
    border-radius: 4px;
    font-weight: 600;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 767px) {
    .fc{overflow-x: scroll;
        overflow-y: visible;
        min-width: 300px;

    }

    .matching th.fixde{width:48px;
        left:80px;
    }
    .fc-body01 td{position: relative;
        height: 380px;
    }


    .fc-eventC ul li img {padding-bottom:10px;}
    .rs-banner .fly {display: none;}
    .rs-banner .banner-content{padding:150px 0 150px}
    .rs-banner .banner-content .bnr-title{
        font-size: 40px;
        line-height: 50px;}

}




.dropdown-menu {
    margin:0;
}




.dropdown-item{
    font-size:14px;
    font-weight: 500;
}




.dropdown-item:hover
{display: block;
    background-color:#0d6efd;
    color:#fff;

}

.dropdown-item-danger {
    color: var(--bs-red);
}
.dropdown-item-danger:hover,
.dropdown-item-danger:focus {
    color: #fff;
    background-color: var(--bs-red);
}
.dropdown-item-danger.active {
    background-color: var(--bs-red);
}

.btn-hover-light {
    background-color: var(--bs-white);
}
.btn-hover-light:hover,
.btn-hover-light:focus {
    color: var(--bs-blue);
    background-color: var(--bs-light);
}


.btn_lang{
    background-color:#1D74F2;
    font-weight: 500;
    padding:12px 15px;


}

.btn_lang:hover{
    background-color:#101130;
    font-weight: 500;
    padding:12px 15px;
    border:none;

}


.cal-month,
.cal-days,
.cal-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
}
.cal-month-name {
    grid-column-start: 2;
    grid-column-end: 7;
    text-align: center;
}
.cal-weekday,
.cal-btn {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0;
}
.cal-btn:not([disabled]) {
    font-weight: 500;
}
.cal-btn:hover,
.cal-btn:focus {
    background-color: rgba(0, 0, 0, .05);
}
.cal-btn[disabled] {
    border: 0;
    opacity: .5;
}

.form-control-dark {
    background-color: rgba(255, 255, 255, .05);
    border-color: rgba(255, 255, 255, .15);
}


.w-220px {
    width: 220px;
}

.w-280px {
    width: 280px;
}

.w-340px {
    width: 340px;
}

.w-600px {
    width: 600px;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}
.help-tip{margin-top:10px;
    font-size:13px;
    font-weight:300;
    color:#F25961;
}


.language_used{
    display:block;
    margin:10px 0;
    width:100%;
    font-size:13px;
}

.language_used li{
    position:relative;
    width:100%;
    padding:10px 20px;
    margin-bottom:5px;
    background:#eee;
    border-radius:3px;
}

.language_used li button{
    position:absolute;
    right:25px;
    border:none;

}

/* 추가 - cms start */
.input-box {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    padding: 0px 20px;
}

.input-box.basic {
    height: 50px;
    display: flex;
    align-items: center;
}

.serch04 {
    height: 30px;
    width: 35px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 5px;
    top: 70%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.serch05 {
    height: 30px;
    width: 35px;
    text-align: center;
    display: block;
    border-radius: 6px;
    border: none;
    background-color: transparent;
    color: #081828;
    position: absolute;
    right: 7px;
    top: 56px;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.form-group02 button.serch04:hover {
    color: #1D74F2 !important;
}

.form-group02 button.serch05:hover {
    color: #1D74F2 !important;
}


.delete_logo {
    border: none;
    outline: none;
    background: transparent;
}

.form-group02 button.delete_logo:hover {
    color: #1D74F2 !important;
}

.item-details-sidebar .single-block .content i.lni-calendar {
    margin-right: 0.3rem;
}

.details-lists .single-list {
    cursor: pointer;
}

.form-group #orgItrdHgBlobCntnArea {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 20px 20px;
}

.form-group #orgItrdEnglBlobCntnArea {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 20px 20px;
}

.itemWrap .selbox {
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    margin-top: 5px;
    font-weight: 400;
}

.file-selbox {
    width: 100%;
    box-sizing: border-box;
    background: #f2f2f2;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    margin-top: 5px;
    font-weight: 400;
    cursor: pointer;
}

.file-selbox.v2 {
    cursor: default;
}

.addrBox {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 20px 20px;
}

.button .btn.requestPreScheduleBtn {
    padding: 8px 12px;
}

.list-nav .a-button {
    cursor: pointer;
}

.your_photo {
    height: 37px;
    background-color: #fff;
    border-color: #d9dfea;
    cursor: pointer;
    position: relative;
    right: auto;
    top: auto;
    margin-bottom: 10px;
}

.your_photo .file_input_button {
    color: #484848;
    text-align: left;
    text-indent: 15px;
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    background: #fff;
    padding: 20px 0px;
    line-height: 0.2;
}

.file_input_hidden {
    margin-left: 5px;
    font-size: 45px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.posts-title {
    word-wrap : break-word;
    text-align : left;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.my-items .single-item-list p.posts-title {
    padding: 0px;
    margin: 8px 0;
}

.regist-default {
    height: 100%;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 20px 20px;
}

.box-default {
    height: 6rem;
    width: 100%;
    border: 1px solid #e1e4e6;
    border-radius: 6px;
    color: #081828;
    background: #fff;
    padding: 20px 20px;
}

.specific-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #081828;
}

.calendar-span {
    position: absolute;
    top: 45px;
    right: 20px;
    background: #fff;
    color: #212529;
    cursor: pointer;
}

.mailAddrDtlWrap {
    display: flex;
    align-items: center;
}

.mailAddrDtlWrap .mailAddrDtlItems {
    flex-basis: 50%;
}

.profile-settings-block .profile-setting-form .form-group label i.lni-chevron-down {
    top: -5px;
}

.w100 {
    width: 100%;
}

.sub-title {
    font-weight: bold;
}

.hide {
    display: none;
}

.profile-settings-block .profile-setting-form .form-group button.delete_logo {
    position: relative;
    top: 0px;
    right: -5px;
    background: transparent;
}

.ellipsis {
    word-wrap : break-word;
    text-align : left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.matching01 a.close-event {
    border: none;
}

.matching01 a.close-event:hover {
    border: none;
}

.search_tag li span.tag-name {
    color: #101130;
}

.search_tag li i.lni-cross-circle {
    cursor: pointer;
}

.search_tag li i.lni-cross-circle:hover {
    color: #1D74F2;
}

.close_sel {
    cursor: pointer;
}

#terms {
    padding-left: 0px;
    padding-right: 0px;
}

#venu-location {
    display: flex;
}

#venu-location i {

}

#venu-location span {
    line-height:15px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

.reportPopView {
    width: 900px;
    height: 900px;
}

.reportWrap {
    position: absolute;
    top: 70px;
    width: 93%;
    height: 83%;
}

.btn-right {
    right: 38px;
}

.trash-btn {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #e1e4e6;
    border-radius: 50%;
    color: #666666;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.trash-btn:hover {
    color: #fff !important;
    background: #1D74F2;
    border-color: transparent;
}

.certView-btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 13px;
    background-color: #1D74F2;
    color: #fff;
    border: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 4px;
}

.certView-btn:hover {
    background-color: #081828;
    color: #fff;
    -webkit-box-shadow: 0 1rem 3rem rgb(35 38 45 / 15%) !important;
    box-shadow: 0 1rem 3rem rgb(35 38 45 / 15%) !important;
}

.dashboard .main-content .activity-log .block-title a i.participation-hover {
    color: #0a58ca;
}

.dashboard .main-content .activity-log .block-title a i.cert-hover {
    color: #0a58ca;
}

.breadcrumbs .breadcrumb-nav span {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

/* 추가 - cms end */

/*이재홍 추가*/
@media (max-width: 991px) {
   
.navbar-nav .nav-item:hover a {
    color: black ;
    background:#f2f2f2 ;
}
.sticky .navbar .navbar-nav .nav-item a {
    color:black;
}
.sticky .navbar .navbar-nav .nav-item:hover a {
    color: black ;
    background:#f2f2f2 ;
}
.items-tab .nav-tabs .nav-link {
    padding:0px !important;
    display:inline-block !important;
    text-align:center !important;
    width:calc( 25% - 4px ) !important;
    height:50px !important;
    


}
}