/*===========================
    01.Default css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");
body {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
}

.validation_error{
    color:#eb4435;
    font-size:0.8rem;
}
/*===========================
    01.Header css 
===========================*/
/*===== NAVBAR =====*/

.about-image img {
    margin-top: 50px;
}

.main-btn.login {
    color: #FF6B6B;
    /* color: #eb4435; */
    background: white;
    border: 1px solid #FF6B6B;
}

/*===========================
    03.Section Home css 
===========================*/
/*=====  =====*/

.full-screen {
  padding: 5rem 0;
}

.small-text {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 50px;
    letter-spacing: 0.2px;
}

.navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0,0,0,1);
}

.animated {
    position: relative;
}

.animated-info {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    min-width: 400px;
    position: relative;
}

.animated-item {
    color: #ffc200;
}

.animated-item {
    font-size: 38px;
    line-height: inherit;
    display: block;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    animation: BottomTotop 6s linear infinite 0s;
}

.animated-item:nth-child(2n+2) {
    animation-delay: 2s;
}

.animated-item:nth-child(3n+3) {
    animation-delay: 4s;
}

@keyframes BottomTotop {
    0% {
        opacity: 0;
    }
  5% {
        opacity: 0;
        transform: translateY(5px);
    }
  10% {
        opacity: 1;
        transform: translateY(0px);
    }
  25% {
        opacity: 1;
        transform: translateY(0px);
    }
  30% {
        opacity: 0;
        transform: translateY(5px);
    }
  80% {
        opacity: 0;
    }
  100% {
        opacity: 0;
    }
}

.custom-btn {
    background: #eee;
    color: #5b5b5b;
    font-weight: bold;
    border-radius: 50px;
    padding: 13px 29px;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
    transition: all 0.4s ease;
}

.custom-btn.custom-btn-bg {
    background: #474559;
    color: #ffffff;
}

@media (max-width: 767px) {
    .custom-btn {
        margin-top: 10px;
  }
}

.portfolio .container {
    display:flex;
    flex-direction: column;
    align-items: center;
}

.carousel-item .d-block {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 570px;
}

.carousel-caption .caption-box {
    background-color: rgba(0,0,0,0.7); 
    padding: 30px;
}

.carousel-caption .caption-box p, h5{
    color: #fff;
}

/*===========================
    04.body_overlay, offcanvas_menu css 
===========================*/
/*===== 01.body_overlay here =====*/

.body_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    cursor: progress;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
  }

  .body_overlay.active {
    opacity: 0.3;
    visibility: visible;
  }
 
/*===== 02.offcanvas_menu here =====*/
  /* .off_canvars_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    cursor: crosshair;
    background: #000000;
    top: 0;
  }

  .off_canvars_overlay.active {
    opacity: 0.5;
    visibility: visible;
  } */

  .offcanvas_menu {
    display: none;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .offcanvas_menu {
      display: block;
    }
}

  @media only screen and (max-width: 767px) {
    .offcanvas_menu {
      display: block;
    }
}

  .offcanvas_menu_wrapper {
    width: 290px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    height: 100vh;
    transition: .5s;
    left: 0;
    margin-left: -300px;
    padding: 55px 15px 30px;
    overflow-y: auto;
  }

  .offcanvas_menu_wrapper.active {
    margin-left: 0;
  }

  .offcanvas_menu_wrapper .slinky-theme-default {
    background: inherit;
    min-height: 300px;
    overflow-y: auto;
  }

  .offcanvas_menu_wrapper .header_contact_info {
    display: block;
  }

  .offcanvas_menu_wrapper .header_social {
    display: flex !important;
  }

  .offcanvas_menu_wrapper .language_currency {
    display: block;
  }

  .offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
    transform: rotate(180deg);
  }

  .offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
    transform: rotate(180deg);
  }

  .offcanvas_main_menu li {
    position: relative;
  }

  .offcanvas_main_menu li:last-child {
    margin: 0;
  }

  .offcanvas_main_menu li span.menu-expand {
    position: absolute;
    right: 0;
    cursor: pointer;
  }

  .offcanvas_main_menu li span.menu-expand:hover {
    color: #6a7964;
  }

  .offcanvas_main_menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #ededed;
    color: #000000;
  }

  .offcanvas_main_menu li a:hover {
    color: #6a7964;
  }

  .offcanvas_main_menu li ul.sub-menu {
    padding-left: 20px;
  }

  .canvas_close {
    position: absolute;
    top: 15px;
    right: 25px;
  }

  .canvas_close a {
    font-size: 15px;
    transition: 0.7s;
    display: inline-block;
    transform: scale(1) rotate(0deg);
    color: #000000;
  }

  .canvas_close a:hover {
    color: #ffb83c;
    transform: scale(1.3) rotate(180deg);
  }

  .canvas_close a:hover {
    color: #6a7964;
  }

/*===== 03.canvas_open here =====*/
  
  .canvas_open {
    display: none;
    padding: 0px 5px;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .canvas_open {
      display: inline;
      right: 0;
    }
}

  @media only screen and (max-width: 767px) {
    .canvas_open {
      display: inline;
      right: 0;
    }
}

  .canvas_open a {
    font-size: 38px;
    display: block;
    line-height: 16px;
    position: relative;
    margin-top: 5px;
  }

  .canvas_open a:hover {
    color: #6a7964;
  }

/*===== 04.header_contact_info here =====*/
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header_contact_info {
      margin-bottom: 7px;
    }
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_contact_info {
      margin-bottom: 7px;
      display: none;
    }
}

  @media only screen and (max-width: 767px) {
    .header_contact_info {
      margin-bottom: 7px;
      display: none;
    }
}

  @media only screen and (max-width: 575px) {
    .header_contact_info {
      text-align: center;
    }
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_contact_info ul {
      flex-direction: column;
      text-align: center;
    }
}

  @media only screen and (max-width: 767px) {
    .header_contact_info ul {
      flex-direction: column;
      text-align: center;
    }
}

  .header_contact_info ul li {
    margin-right: 30px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_contact_info ul li {
      margin-right: 13px;
    }
}

  @media only screen and (max-width: 575px) {
    .header_contact_info ul li {
      margin-right: 0;
      line-height: 27px;
    }
}

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_contact_info ul li {
      color: #000000 !important;
      margin-right: 0;
      margin-bottom: 8px;
    }
}

  @media only screen and (max-width: 767px) {
    .header_contact_info ul li {
      color: #000000 !important;
      margin-right: 0;
      margin-bottom: 8px;
    }
}

  .header_contact_info ul li i {
    margin-right: 8px;
  }

  @media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_contact_info ul li i {
      margin-right: 5px;
    }
}

  .header_contact_info ul li:last-child {
    margin-right: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_contact_info ul li:last-child {
      margin-bottom: 0;
    }
}

  @media only screen and (max-width: 767px) {
    .header_contact_info ul li:last-child {
      margin-bottom: 0;
    }
}

  .header_contact_info ul li a {
    color: #ffffff;
  }

  .header_contact_info ul li a:hover {
    opacity: 0.7;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_contact_info ul li a {
      color: #000000;
    }
}

  @media only screen and (max-width: 767px) {
    .header_contact_info ul li a {
      color: #000000;
    }
}

/*===== 05.header_social here =====*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_social {
      display: none !important;
      justify-content: center;
      margin: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .header_social {
      display: none !important;
      justify-content: center;
      margin: 10px 0;
    }
}
.header_social span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-right: 24px;
  }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_social span {
      margin-right: 11px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_social span {
      color: #000000;
      font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .header_social span {
      color: #000000;
      margin-right: 16px;
    }
}
.header_social ul li {
    margin-right: 20px;
  }
.header_social ul li:last-child {
    margin-right: 0;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_social ul li {
      margin-right: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .header_social ul li {
      margin-right: 15px;
    }
}
.header_social ul li a {
    font-size: 15px;
    color: #fff;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_social ul li a {
      color: #000000;
    }
}
@media only screen and (max-width: 767px) {
    .header_social ul li a {
      color: #000000;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header_social ul li {
      margin-right: 14px;
    }
}

/*===== 06.language_currency here =====*/

.language_currency {
    margin-left: 28px;
  }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .language_currency {
      margin-left: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency {
      text-align: center;
      margin-left: 0;
      display: none;
      margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency {
      text-align: center;
      margin-left: 0;
      display: none;
      margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency > ul {
      justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency > ul {
      justify-content: center;
    }
}
.language_currency > ul > li {
    position: relative;
    margin-right: 7px;
  }
.language_currency > ul > li:last-child {
    margin-right: 0;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency > ul > li {
      margin-right: 7px;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency > ul > li {
      margin-right: 7px;
    }
}
.language_currency > ul > li:hover ul.dropdown_currency, .language_currency > ul > li:hover ul.dropdown_language {
    visibility: visible;
    max-height: 200px;
  }
.language_currency > ul > li:hover > a {
    background: #4c5847;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency > ul > li:hover > a {
      color: #fff;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency > ul > li:hover > a {
      color: #fff;
    }
}
.language_currency > ul > li > a {
    text-transform: uppercase;
    line-height: 23px;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    color: #fff;
    padding: 3px 15px;
    border-radius: 3px;
  }
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .language_currency > ul > li > a {
      padding: 3px 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency > ul > li > a {
      line-height: 22px;
      color: #000000;
      font-size: 13px;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency > ul > li > a {
      line-height: 22px;
      color: #000000;
      font-size: 13px;
    }
}
.language_currency > ul > li > a i {
    margin-left: 3px;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .language_currency > ul > li > a i {
      margin-left: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .language_currency > ul > li > a i {
      margin-left: 0px;
    }
}
.language_currency > ul > li > a img {
    margin-right: 4px;
  }

  .language_currency > ul > li:hover a:not([href]):not([tabindex]) {
    color: #6a7964;
  }

  
.dropdown_currency, .dropdown_language {
    position: absolute;
    background: #fff;
    border: 1px solid #ededed;
    padding: 10px 20px;
    text-align: left;
    top: 117%;
    right: 0;
    transition: all .5s ease-out;
    overflow: hidden;
    z-index: 9999;
    border-radius: 3px;
    visibility: hidden;
    max-height: 0;
  }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dropdown_currency, .dropdown_language {
      left: auto;
      right: 0;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown_currency, .dropdown_language {
      left: auto;
      right: 0;
    }
}
.dropdown_currency li a, .dropdown_language li a {
    text-transform: capitalize;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    line-height: 28px;
    color: #000000;
  }
.dropdown_currency li a:hover, .dropdown_language li a:hover {
    color: #6a7964;
  }

/*===== 07.offcanvas_main_menu here =====*/


/*===== 08.icons here =====*/
.icofont-rounded-down {
    margin: 0px 10px;
    font-size: 15px;    
}

/*===========================
    05. portfolio section css 
===========================*/
/*=====  =====*/
.portfolio-section-title h1 {
    /* font-size: 45px;
    line-height: 55px; */
    margin-bottom: 20px;
  }

.portfolio-section-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
}

.product-carousel-wrapper {
    position: relative;
  }

  .product-carousel-wrapper .tns-controls button {
    border: none;
    background: none;
  }

  .product-carousel-wrapper .tns-controls button span {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #7C869A;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 28px);
    left: -28px;
    transform: translateY(-50%);
    transition: all 0.3s ease-out 0s;
    z-index: 99;
    box-shadow: 0px 3px 35px rgba(218, 222, 228, 0.3);
  }

  .product-carousel-wrapper .tns-controls button span:hover {
    color: #fff;
    background: #FF6B6B;
  }

  .product-carousel-wrapper .tns-controls button span.next {
    right: -28px;
    left: auto;
  }

  @media (max-width: 767px) {
    .product-carousel-wrapper .tns-controls button span.next {
      left: calc(50% + 10px);
      right: auto;
    }

    .portfolio-section-title .main-btn {
        padding: 13px 38px;
    }
}

  @media (max-width: 767px) {
    .product-carousel-wrapper .tns-controls button span {
      left: calc(50% - 65px);
      top: auto;
      bottom: -30px;
      transform: translateY(0);
    }
}

  .card-box:hover {
    box-shadow: 0px 12px 35px rgba(218, 222, 228, 0.65);
  }

  .card-box .card-img {
    position: relative;
  }

  .card-box .card-img a {
    display: block;
  }

  .card-box .card-img img {
    width: 100%;
  }

  .card-box .card-img a.badge {
    font-size: 25px; /*16px; */
    color: #fff;
    background: #FF6B6B;
    padding: 5px 16px;
    position: absolute;
    top: 25px;
    left: 25px;
    font-weight: 400;
    border-radius: 30px;
  }

  .card-box .card-img a.badge.bottom {
    bottom: 25px;
    /* background: #42d4c6; */
    background: #ffc200;
    top: auto;
    left: auto;
    right: 20px;
  }

  @media (max-width: 767px) {
    .card-box .card-img a.badge {
        font-size: 18px; /*16px; */
        top: 10px;
        left: 20px;
      }
    
      .card-box .card-img a.badge.bottom {
        bottom: 10px;
        right: 15px;
      }
}

  .product-carousel-wrapper .tns-outer .tns-controls span {
    border: 1px solid;
  }

/*===========================
    06. skill section css 
===========================*/
/*=====  =====*/

/* .ftco-animate {
    opacity: 0;
    visibility: hidden; } */
  
.skills {
  /* padding: 7em 0; */
  position: relative; }

@media (max-width: 767.98px) {
.skills {
    padding: 6em 0; } }

.heading-section .subheading {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: black;
    /* color: #b1b493; */
    color: #01054B;
    letter-spacing: 3px; }

.heading-section h2 {
    font-size: 40px;
    font-weight: 600; }
  .heading-section h2 span {
        font-weight: 400; }
  @media (max-width: 767.98px) {
        .heading-section h2 {
        font-size: 28px; } }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.services {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding: 30px;
    margin-bottom: 60px; }

.services .icon {
    line-height: 1.3;
    position: relative;
    margin-top: -60px;
    width: 80px;
    height: 80px;
    /* background: #b1b493; */
    background: #01054B;
    border-radius: 50%;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.services .icon span {
    font-size: 40px;
    color: #fff; }

.services .media-body h3 {
    font-size: 18px;
    font-weight: 500; }

.services .media-body p {
    color: #333F57; 
    }
  

.services:hover {
    /* background: #b1b493 !important;  */
    background: #01054B !important; 

}

.services:hover .icon {
    background: #fff;
    margin-left: 20px; }

.services:hover .icon span {
    /* color: #b1b493;  */
    color: #01054B; 

}

.services:hover h3 {
    color: #fff; }

.services:hover p {
    color: #fff; }

.services:hover .media-body {
    color: rgba(255, 255, 255, 0.8); }

/*===========================
    07. Main blog section css 
===========================*/
/*=====  =====*/


.post-item {
    border-radius: 5px;
    margin-bottom: 30px;
  }

.post-item .thumb {
position: relative;
}



  .post-item .thumb a {
    display: block;
    position: relative;
  }
.post-item .thumb a:after {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 0.5s;
  }
.post-item .thumb a:hover:after {
    opacity: 1;
  }
.post-item .thumb img {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
.post-item .thumb .icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 30px; 
    height: 40px;
    line-height: 46px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 40px;
  }

  .post-item .content {
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 0 0 5px 5px;
    /* padding: 35px 39px 30px; */
    position: relative;
    z-index: 1;
  }
/* @media only screen and (max-width: 1199px) {
    .post-item .content {
      padding: 25px 15px;
    }
}
@media only screen and (max-width: 1199px) {
    .post-item .content {
      padding: 30px 20px;
    }
} */
.post-item .content:before {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
.post-item .content .title {
    /* font-size: 22px; */
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: -0.25px;
    line-height: 30px;
  }
/* @media only screen and (max-width: 1199px) {
    .post-item .content .title {
      font-size: 18px;
    }
} */
.post-item .content .title a {
    color: #000;
    border-bottom: 1px solid transparent;
  }
.post-item .content .title a:hover {
    color: #FF6B6B;
    border-bottom-color: #FF6B6B;
  }
.post-item .content p {
    /* color: #666; */
    font-family: "Poppins", sans-serif;
    /* font-size: 14px; */
    font-size: normal;
    line-height: 26px;
    margin: 10px 0 10px;
  }
.post-item .content .meta {
    color: #999999;
    margin-bottom: 10px;    
  }

  .post-item .content .meta ion-icon {
      font-size: 20px; 
      margin-bottom: -5px;
      color: #FF6B6B;
  }

  .post-item .content .meta a {
    color: #999999;
  }
.post-item .content .meta .author {
    color: #FF6B6B;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 23px;
    position: relative;
  }
.post-item .content .meta .author:after {
    background-color: #0e0e0e;
    content: "";
    height: 2px;
    position: absolute;
    right: -15px;
    top: 39%;
    width: 3px;
  }
.post-item .content .meta .category {
    color: #999999;
    font-weight: 400;
    margin-right: 10px;
    /* margin-left: 2px; */
  }
.post-item .content .meta .tags {
    color: #999999;
    font-weight: 400;
    margin-right: 10px;
    /* margin-left: 2px; */
  }
.post-item .content .meta .reply {
    color: #999999;
    font-weight: 400;
    margin-right: 10px;
    /* margin-left: 2px; */
  }

  @media only screen and (max-width: 1199px) {
    .post-item .content .meta .category {
      margin-right: 10px;
    }
  .post-item .content .meta .tags {
        margin-right: 10px;
      }
}


  .post-item .content .meta .category span {
    color: #FF6B6B;
    margin-left: 5px;
  }

  .post-item .content .meta .post-date {
    color: #999999;
    font-weight: 400;
    margin-right: 10px;
    /* margin-left: 2px; */
  }

  .post-item .content .meta.bottom {
    border-top: 1px solid #f0f1f3;
    display: flex;
    justify-content: space-around;
    margin-bottom: -8px;
    margin-top: 27px;
    padding-top: 27px;
  }

  .post-item .content .meta.bottom .icon-share  {
    color: #999999;
    font-weight: 400;
    margin-right: 21px;
    margin-left: 2px;
  }

  .post-item .content .meta.meta-bottom {
    margin: 37px 0px 10px;
    padding-top: 18px;
    
  }

  @media only screen and (max-width: 1199px) {
    .post-item .content .meta.meta-bottom {
      margin: 30px 0px 10px;
    }
}



/*===========================
    08. Analyze section css 
===========================*/
/*=====  =====*/

.analyze-area .section-title {
    margin-bottom: 80px;
  }
@media only screen and (max-width: 1199px) {
    .analyze-area .section-title {
      margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .analyze-area .section-title {
      margin-bottom: 50px;
    }
}

  .icon-box-list {
    display: flex;
    flex-wrap: wrap;
  }
.icon-box-list:last-child .icon-box-item {
    border-bottom: none;
  }

  .icon-box-style1 .icon-box-item {
    background-color: #fff;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    overflow: hidden;
    padding: 54px 55px 56px 50px;
    position: relative;
    width: 33.333333%;
    z-index: 1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
@media only screen and (max-width: 1199px) {
    .icon-box-style1 .icon-box-item {
      padding: 44px 35px 46px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .icon-box-style1 .icon-box-item {
      width: 100%;
      border-right: none;
    }
}
.icon-box-style1 .icon-box-item:last-child {
    border-right: none;
  }
.icon-box-style1 .icon-box-item:after {
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: -1;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
.icon-box-style1 .icon-box-item .icon-box {
    margin-bottom: 37px;
    position: relative;
  }
.icon-box-style1 .icon-box-item .icon-box .icon {
    color: #FF6B6B;
    font-size: 60px;
    line-height: 1;
  }
.icon-box-style1 .icon-box-item .icon-box .icon-img {
    width: 70px;    
    color: #FF6B6B;
    font-size: 60px;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
  }
.icon-box-style1 .icon-box-item .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
@media only screen and (max-width: 1199px) {
    .icon-box-style1 .icon-box-item .content h4 {
      font-size: 18px;
    }
}
.icon-box-style1 .icon-box-item .content h4 a {
    color: #0e0e0e;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
.icon-box-style1 .icon-box-item .content h4 a:hover {
    color: #FF6B6B;
  }
.icon-box-style1 .icon-box-item .content p {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
.icon-box-style1 .icon-box-item .content .btn-theme {
    margin-top: 10px;
  }
.icon-box-style1 .icon-box-item .icon-box-number {
    color: #0e0e0e;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: 58px;
    top: 33px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
  }
.icon-box-style1 .icon-box-item:hover:after {
    background-color: #FF6B6B;
    bottom: auto;
    height: 100%;
    top: 0;
  }
.icon-box-style1 .icon-box-item:hover .icon-box .icon-img {
    filter: invert(1) brightness(100);
  }
.icon-box-style1 .icon-box-item:hover .content h4 a {
    color: #fff;
  }
.icon-box-style1 .icon-box-item:hover .content p {
    color: #fff;
  }
.icon-box-style1 .icon-box-item:hover .icon-box-number {
    color: #fff;
  }

  
/*===========================
    09. Not-found section css 
===========================*/
/*=====  =====*/
section.not-found {
    padding: 50px 0;
    text-align: center;
  }
section.not-found .code {
    font-size: 12em;
    color: #191E21;
    text-align: center;
    font-weight: 700;
    position: relative;
    display: inline-block;
  }
section.not-found .code:after, section.not-found .code:before {
    position: absolute;
    right: -100px;
    top: 20px;
    width: 100px;
    height: 2px;
    background-color: #f2f2f2;
    transform: rotate(-30deg);
    content: ' ';
  }
section.not-found .code:after {
    bottom: 50px;
    top: initial;
    left: -120px;
    right: initial;
    transform: rotate(-30deg);
  }
section.not-found h1 {
    font-size: 24px;
    line-height: 44px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
  }
section.not-found p.lead {
    font-size: 16px;
    color: #999;
  }
section.not-found .link {
    padding: 2px 0;
  }

/*===========================
    10. Login, Forget, Register section css 
===========================*/
/*===== Common =====*/

section.first {
    padding: 80px 0px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

pre {
    padding:10px;
    overflow: auto;
    white-space: pre-wrap;
}

.policy-notice {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.box-wrapper {
    /* width: 400px; */
    margin: 0 auto;
  }

  .box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  }
.box.box-border {
    box-shadow: none;
    border: 1px solid #f2f2f2;
  }
.box .box-body {
    padding: 30px;
  }
.box .box-body h4 {
    margin-bottom: 30px;
  }

  .title-line {
    display: table;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ddd;
  }
.title-line:before, .title-line:after {
    border-top: 2px dashed #eee;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
  }
.title-line:before {
    right: 1.5%;
  }
.title-line:after {
    left: 1.5%;
  }

section.first button.btn {
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #FF6B6B;
    border-color: #FF6B6B;
}

/*===== Login =====*/

.btn-social {
    font-weight: 400;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;    
  }
.btn-social:hover {
    color: #fff;
    opacity: .8;
  }

.box-body a.google {
    background-color: #3b5998;
    color: #fff !important;
  }

.box-body a.kakao {
    background-color: #dfcd30;
    color: #fff !important;
}

.box-body a.naver {
    background-color: #36a021;
    color: #fff !important;
}
/*===========================
    11. User Edit section css 
===========================*/
/*=====  =====*/

.custom-control
{
    float: left;
}

.custom-control-input
{
    width: 15px; height: 15px;
}

.e-profile .mx-auto
{
    width: 140px;
}

.mx-auto .thumbnail {
    height: 140px; 
    background-color: rgb(233, 236, 239);
}

.mx-auto .thumbnail-size {
    color: rgb(166, 168, 170); 
    font: bold 8pt Arial;
}

/*===========================
    12. blog page css 
===========================*/
/*===== common =====*/

.page-title-area .page-title-content {
    letter-spacing: 0;
    padding: 112px 0;
  }
@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content {
      padding: 112px 0px 65px 0px;
    }
}
.page-title-area .page-title-content .title {
    color: #0e0e0e;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.77px;
    line-height: 1.1;
    margin-bottom: 29px;
    text-transform: uppercase;
  }
@media only screen and (max-width: 1199px) {
    .page-title-area .page-title-content .title {
      font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-area .page-title-content .title {
      font-size: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .page-title-area .page-title-content .title {
      font-size: 24px;
      margin-bottom: 20px;
    }
}
.page-title-area .page-title-content .title span {
    font-weight: 400;
  }
.page-title-area .page-title-content .bread-crumbs {
    color: #999999;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 2px;
  }
.page-title-area .page-title-content .bread-crumbs a {
    color: #999999;
  }
.page-title-area .page-title-content .bread-crumbs a:hover {
    color: #000;
  }
.page-title-area .page-title-content .bread-crumbs span.active {
    color: #000;
  }
.page-title-area .page-title-content .bread-crumbs .breadcrumb-sep {
    padding: 0 2.79px;
  }

/*-------- Pagination Style Css --------*/
.pagination-area {
    padding:48px 0 0;
  }

  @media only screen and (max-width: 767px) {
    .pagination-area {
        padding: 20px 0 0;
      } 
  }

  .pagination-area nav .page-numbers {
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: inline-flex;
    margin-bottom: 0;
  }
.pagination-area nav .page-numbers li {
    line-height: 1;
    margin-right: 41px;
    padding: 0;
  }
.pagination-area nav .page-numbers li .page-number {
    color: #999999;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }
.pagination-area nav .page-numbers li .page-number:hover {
    color: #FF6B6B;
  }
.pagination-area nav .page-numbers li .page-number.current {
    color: #FF6B6B;
    font-weight: 700;
  }
.pagination-area nav .page-numbers li .page-number.prev {
    border-radius: 0;
    color: #999999;
    font-size: 22px;
  }
.pagination-area nav .page-numbers li .page-number.prev:hover {
    color: #FF6B6B;
  }
.pagination-area nav .page-numbers li .page-number.next {
    color: #999999;
    font-size: 22px;
  }
.pagination-area nav .page-numbers li .page-number.next:hover {
    color: #FF6B6B;
  }
.pagination-area nav .page-numbers li:first-child {
    padding-left: 0;
  }
.pagination-area nav .page-numbers li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
.pagination-area nav .page-numbers.page-numbers-style {
    box-shadow: 0px 10px 50px 0px rgba(171, 181, 189, 0.35);
  }

/*===========================
    13. Blog Detail Page css 
===========================*/
/*===== common =====*/

.blog-details-area {
    padding: 112px 0 275px;
  }
@media only screen and (max-width: 1199px) {
    .blog-details-area {
      padding: 90px 0 200px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-area {
      padding: 90px 0 150px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-area {
      padding: 90px 0 110px;
    }
}
@media only screen and (max-width: 479.98px) {
    .blog-details-area {
      padding: 90px 0;
    }
}
.blog-details-area .title {
    color: #0e0e0e;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 1.1;
    margin-bottom: 32px;
    text-transform: uppercase;
  }
@media only screen and (max-width: 1199px) {
    .blog-details-area .title {
      font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-area .title {
      font-size: 36px;
    }
}
@media only screen and (max-width: 575px) {
    .blog-details-area .title {
      font-size: 24px;
    }
}
.blog-details-area .title span {
    font-weight: 400;
  }
.blog-details-area .meta {
    color: #aba5a5;
    font-size: 14px;
    margin-bottom: 60px;
  }  

  .blog-details-area .post-info {
    color: #aba5a5;
    margin-bottom: 15px;
  }

  .blog-details-area .post-info a {    
    color: #01054B;
    font-weight: 500;
    line-height: 1;
    margin-left: 4px;
    margin-right: 23px;
    position: relative;
  }

  @media only screen and (max-width: 1199px) {
    .blog-details-area .meta {
      margin-bottom: 35px;
    }
  .blog-details-area .post-info a {
        margin-left: 4px;
        margin-right: 12px;
    }
}

  @media only screen and (max-width: 767px) {
    .blog-details-area .post-info a {
        margin-left: 5px;
        margin-right: 6px;
    }
}

  .blog-details-area .meta a {
    color: #aba5a5;
  }
.blog-details-area .meta a.author {
    color: #FF6B6B;
    font-weight: 500;
    line-height: 1;
    margin-left: 4px;
    margin-right: 23px;
    position: relative;
  }
.blog-details-area .meta a.author:after {
    background-color: #0e0e0e;
    content: "";
    height: 2px;
    position: absolute;
    right: -15px;
    top: 39%;
    width: 3px;
  }
.blog-details-area .meta a.category {
    color: #FF6B6B;
    font-weight: 500;
    margin-left: 10px;
    margin-right: 0;
    padding-left: 9px;
    position: relative;
  }
.blog-details-area .meta a.category:after {
    background-color: #0e0e0e;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 39%;
    width: 3px;
  }
  .blog-details-area .meta a.category span {
    color: #aba5a5;
    margin-left: 5px;
    margin-right: 7px;
  }

.post-details-content .post-details-body {
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 0 0;
  }
@media only screen and (max-width: 1199px) {
    .post-details-content .post-details-body {
      padding: 85px 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body {
      padding: 65px 0 0;
    }
}
.post-details-content .post-details-body .content {
    margin-bottom: 32px;
  }

  .post-details-content .post-details-body .content .meta {
    color: #aba5a5;
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 0;
  }
.post-details-content .post-details-body .content .meta a {
    color: #aba5a5;
  }
.post-details-content .post-details-body .content .meta .author {
    color: #FF6B6B;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 23px;
    position: relative;
  }
.post-details-content .post-details-body .content .meta .author:after {
    background-color: #0e0e0e;
    content: "";
    height: 2px;
    position: absolute;
    right: -15px;
    top: 39%;
    width: 3px;
  }
.post-details-content .post-details-body .content .meta .category {
    color: #aba5a5;
    font-weight: 400;
    margin-right: 21px;
    margin-left: 2px;
  }
.post-details-content .post-details-body .content .meta .category .icon-img {
    margin-right: 8px;
  }
.post-details-content .post-details-body .content .meta .category span {
    color: #FF6B6B;
    margin-left: 5px;
  }
.post-details-content .post-details-body .content p {
    color: #999191;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content p {
      font-size: 14px;
    }
}
.post-details-content .post-details-body .content p.text-pra {
    color: #353535;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 41px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content p.text-pra {
      font-size: 16px;
    }
}
.post-details-content .post-details-body .content p.text-pra span {
    color: #0e0e0e;
    font-weight: 600;
  }
.post-details-content .post-details-body .content .blockquote-area {
    padding: 13px 0 11px;
  }
.post-details-content .post-details-body .content .blockquote-area .blockquote-style {
    border: none;
    position: relative;
  }
.post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
    left: 0;
    position: absolute;
    top: 6px;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .blockquote-area .blockquote-style .icon {
      position: relative;
      margin-bottom: 15px;
    }
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
    color: #0e0e0e;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    padding-left: 82px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
      font-size: 16px;
      margin-bottom: 24px;
    }
}
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .blockquote-area .blockquote-style p {
      padding-left: 0;
    }
}
.post-details-content .post-details-body .content .blockquote-area .blockquote-style cite .name {
    color: #000;
    font-size: 14px;
  }
.post-details-content .post-details-body .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 54px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content h4 {
      line-height: 1.3;
    }
}
.post-details-content .post-details-body .content ul.list-style {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 30px;
    padding-top: 10px;
  }
.post-details-content .post-details-body .content ul.list-style li {
    font-size: 16px;
    float: left;
    margin-bottom: 10px;
  }
.post-details-content .post-details-body .content ul.list-style li i {
    color: #FF6B6B;
    font-size: 14px;
    margin-right: 14px;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .widget-tags {
      margin-bottom: 15px;
    }
}
.post-details-content .post-details-body .content .widget-tags ul {
    margin-bottom: 0;
  }
.post-details-content .post-details-body .content .widget-tags ul li {
    margin-bottom: 0;
    margin-right: 6px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .widget-tags ul li {
      margin-right: 2px;
    }
}
.post-details-content .post-details-body .content .widget-tags ul li:last-child {
    margin-right: 0;
  }
.post-details-content .post-details-body .content .widget-tags ul li a {
    background-color: transparent;
    border: 1px solid #e2e4e7;
    padding: 8px 13px;
  }
@media only screen and (max-width: 767px) {
    .post-details-content .post-details-body .content .widget-tags ul li a {
      font-size: 14px;
      padding: 7px;
    }
}
.post-details-content .post-details-body .content .widget-tags ul li a:hover {
    background-color: #FF6B6B;
    border-color: #FF6B6B;
    color: #fff;
  }
.post-details-content .post-details-body .content .widget-social-icons span {
    color: #0e0e0e;
    font-size: 16px;
    font-weight: 600;
    margin-right: 12px;
  }
@media only screen and (max-width: 575px) {
    .post-details-content .post-details-body .content .widget-social-icons span {
      font-size: 14px;
      margin-right: 2px;
    }
}
.post-details-content .post-details-body .content .widget-social-icons a {
    color: #FF6B6B;
    font-size: 14px;
    margin-right: 12px;
  }
@media only screen and (max-width: 575px) {
    .post-details-content .post-details-body .content .widget-social-icons a {
      font-size: 12px;
      margin-right: 6px;
    }
}
.post-details-content .post-details-body .content .widget-social-icons a:last-child {
    margin-right: 0;
  }
.post-details-content .post-details-body .content .widget-social-icons a.facebook {
    color: #425a99;
  }
.post-details-content .post-details-body .content .widget-social-icons a.twitter {
    color: #67acec;
  }
.post-details-content .post-details-body .content .widget-social-icons a.dribbble {
    color: #e93b88;
  }
.post-details-content .post-details-body .content .widget-social-icons a.pinterest {
    color: #b51122;
  }
.post-details-content .post-details-body .content .widget-social-icons a:hover {
    color: #FF6B6B;
  }
.post-details-content .post-details-body .content .widget-social-tags {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
    margin-top: 66px;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .widget-social-tags {
      display: block;
    }
}
.post-details-content .post-details-body .content .author-info {
    border: 1px solid #e2e4e7;
    border-radius: 5px;
    padding: 59px 50px 55px 30px;
    position: relative;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .author-info {
      padding: 45px 35px;
    }
}
.post-details-content .post-details-body .content .author-info .thumb {
    left: 41px;
    position: absolute;
    top: 58px;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .author-info .thumb {
      left: auto;
      margin-bottom: 30px;
      position: relative;
      top: auto;
    }
}
.post-details-content .post-details-body .content .author-info .thumb img {
    width: auto;
  }
.post-details-content .post-details-body .content .author-info .author-details {
    padding-left: 120px;
  }
@media only screen and (max-width: 479.98px) {
    .post-details-content .post-details-body .content .author-info .author-details {
      padding-left: 0;
    }
}
.post-details-content .post-details-body .content .author-info .author-details ul {
    display: inline-block;
    margin-bottom: 8px;
  }
.post-details-content .post-details-body .content .author-info .author-details ul li {
    align-items: flex-end;
    display: flex;
    float: left;
    font-weight: 600;
    line-height: 1;
    min-height: 16px;
  }
.post-details-content .post-details-body .content .author-info .author-details ul li.name {
    color: #0e0e0e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-right: 11px;
  }
.post-details-content .post-details-body .content .author-info .author-details ul li.author {
    color: #aba5a5;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
.post-details-content .post-details-body .content .author-info .author-details p {
    display: block;
    margin-bottom: 0;
  }

.widget-tags ul li {
    color: #0e0e0e;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 7px;
    line-height: 1.4;
  }
.widget-tags ul li a {
    background-color: #fff;
    border-radius: 5px;
    color: #999191;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 14px 18px;
  }
.widget-tags ul li a:hover {
    background-color: #FF6B6B;
    color: #fff;
  }

.blog-like .btn_container .like-btn:hover {
    background:rgba(218, 222, 228, 0.65);
    caret-color: rgba(0,0,0,0);
}

.blog-like .btn_container .like-btn .lni-heart.clicked{
    color: #FF6B6B;
    caret-color: rgba(0,0,0,0);
}

.author-info .thumb img{
    width: 100px !important;
}

/*===== blog history navigation =====*/

  .blog-history-navigation {
    border-bottom: 1px solid #f0f1f3;
    border-top: 1px solid #f0f1f3;
    padding-bottom: 46px;
    padding-top: 47px;
    margin-bottom: 114px;
    margin-top: 112px;
  }
@media only screen and (max-width: 1199px) {
    .blog-history-navigation {
      margin-top: 70px;
      margin-bottom: 90px;
    }
}
.blog-history-navigation .nav-prev a, .blog-history-navigation .nav-next a {
    color: #0e0e0e;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
  }
.blog-history-navigation .nav-prev a span, .blog-history-navigation .nav-next a span {
    align-items: center;
    color: #999191;
    display: flex;
    font-size: 14px;
    margin-bottom: 19px;
    text-transform: uppercase;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }
.blog-history-navigation .nav-prev a span i, .blog-history-navigation .nav-next a span i {
    font-size: 20px;
    margin-right: 10px;
  }
.blog-history-navigation .nav-prev a:hover span, .blog-history-navigation .nav-next a:hover span {
    color: #FF6B6B;
  }
.blog-history-navigation .nav-next {
    text-align: right;
  }
.blog-history-navigation .nav-next a span {
    justify-content: flex-end;
  }
.blog-history-navigation .nav-next a span i {
    margin-left: 10px;
    margin-right: 0;
  }
@media only screen and (max-width: 575px) {
    .blog-history-navigation {
      padding-bottom: 68px;
      margin-bottom: 74px;
    }
}

/*===== comment, comment list =====*/
  .comment-area .inner-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 83px;
    margin-top: 2px;
  }
@media only screen and (max-width: 1199px) {
    .comment-area .inner-title {
      margin-bottom: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .comment-area .inner-title {
      font-size: 24px;
      margin-bottom: 45px;
    }
}
.comment-area .comment-content {
    margin-bottom: 104px;
  }
@media only screen and (max-width: 1199px) {
    .comment-area .comment-content {
      margin-bottom: 70px;
    }
}
.comment-area .comment-content .single-comment {
    margin-bottom: 50px;
  }
.comment-area .comment-content .single-comment .author-info {
    position: relative;
  }
.comment-area .comment-content .single-comment .author-info .thumb {
    left: 0;
    position: absolute;
    top: 0;
  }
@media only screen and (max-width: 479.98px) {
    .comment-area .comment-content .single-comment .author-info .thumb {
      position: relative;
      margin-bottom: 20px;
    }
}
.comment-area .comment-content .single-comment .author-info .thumb img {
    width: auto;
  }
.comment-area .comment-content .single-comment .author-info .author-details {
    margin-left: 110px;
    border-bottom: 1px solid #f0f1f3;
    padding-bottom: 46px;
  }
@media only screen and (max-width: 479.98px) {
    .comment-area .comment-content .single-comment .author-info .author-details {
      margin-left: 0;
    }
}
.comment-area .comment-content .single-comment .author-info .author-details ul {
    display: inline-block;
    margin-bottom: 8px;
  }
.comment-area .comment-content .single-comment .author-info .author-details ul li {
    align-items: flex-end;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    float: left;
    line-height: 1;
    min-height: 16px;
  }
.comment-area .comment-content .single-comment .author-info .author-details ul li.name {
    color: #0e0e0e;
    font-size: 16px;
  }
.comment-area .comment-content .single-comment .author-info .author-details ul li.name span {
    margin-left: 10px;
    margin-right: 10px;
  }
.comment-area .comment-content .single-comment .author-info .author-details ul li.meta-date {
    color: #aba5a5;
    font-size: 14px;
    font-weight: 400;
  }
.comment-area .comment-content .single-comment .author-info .author-details p {
    display: block;
    margin-bottom: 15px;
  }
.comment-area .comment-content .single-comment .author-info .author-details .btn-reply {
    color: #eb4435;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
.comment-area .comment-content .single-comment.last-child {
    margin-bottom: 0;
  }

  .comment-area .comment-content .single-comment.fist-reply{
    margin-left: 40px
  }

  .comment-area .comment-content .single-comment.second-reply{
    margin-left: 80px      
  }

  @media only screen and (max-width: 767px) {
    .comment-area .comment-content .single-comment.fist-reply{
        margin-left: 20px      
    }

    .comment-area .comment-content .single-comment.second-reply{
        margin-left: 40px      
    }

  }
.comment-area .comment-form-wrap .comment-form-content .form-group {
    margin-bottom: 30px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control {
    background-color: transparent;
    border: 1px solid #e2e4e7;
    border-radius: 5px;
    box-shadow: none;
    color: #0e0e0e;
    font-size: 16px;
    padding: 16px 15px 15px;
    height: 50px;
    outline: 0;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aba5a5;
    font-size: 16px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #aba5a5;
    font-size: 16px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #aba5a5;
    font-size: 16px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #aba5a5;
    font-size: 16px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .form-control:focus {
    border: 1px solid #eb4435;
    box-shadow: none;
    outline: none;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group textarea.form-control {
    min-height: 250px;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme {
    background-color: #eb4435;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 42.43px;
    margin-top: 0;
    min-height: 50px;
    text-align: center;
    text-transform: uppercase;
  }
.comment-area .comment-form-wrap .comment-form-content .form-group .btn-theme:hover {
    background-color: #000;
  }

  #reply-create-fbt{
    display : block;
  }
#reply-update-fbt{
    display : none;
  }
/*===========================
    14. About me at portfolio page css 
===========================*/
/*=====  =====*/
.about-me {
    background-color: #f6f9fc;
    /* padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 180px;     */
    padding: 100px 0px 30px;
    position: relative;
  }

  .about-left h3 {
      font-weight: 300;
  }

  .about-left strong {
    font-weight: 700;
  }
.about-left p {
    padding-top: 10px;
    margin-bottom: 20px;
  }

  .about-me .about-left .section-title {
    padding: 0;
    margin-bottom: 20px;
  }

  @media only screen and (max-width: 767px) {
    .about-me {
        padding: 80px 0px;   
    }
  .about-left {
        padding-bottom: 30px;
    }
  .about-me .about-left .section-title {
        margin-bottom: 20px;
    }
}  
  
  .about-me .about-left .about-tab .nav {
    margin-bottom: 30px;
    background: transform;
    position: relative;
  }

  .about-me .about-left .about-tab .nav-tabs {
    border: none;
  }

  .about-me .about-left .about-tab .nav li {
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
  }

  .about-me .about-left .about-tab .nav li a {
    color: #081828;
    border: none;
    padding: 0;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
            box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  }

  .about-me .about-left .about-tab .nav li a.active {
    background: #01054B;
    color: #fff;
  }

  .about-me .about-left .tab-content .content-heading {
    font-size: 16px;
    color: #081828;
    display: block;
    margin-bottom: 25px;
  }

  .about-me .about-left .tab-content p {
    margin-bottom: 20px;
  }

  .about-me .about-left .tab-content p:last-child {
    margin: 0;
  }

  .about-me .about-left .tab-content ul {
    margin-top: 20px;
  }

  .about-me .about-left .tab-content ul li {
    display: block;
    margin-bottom: 10px;
  }

  .about-me .about-left .tab-content ul li i {
    display: inline-block;
    margin-right: 5px;
    color: #3763EB;
  }

  .about-me .about-left .tab-content ul li:last-child {
    margin: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .about-me .about-right {
        margin-top: 30px;
    }
}

/*===========================
    15. timeline section css 
===========================*/
/*=====  =====*/
.timeline_area {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-timeline-area {
    position: relative;
    z-index: 1;
    padding-left: 180px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area {
        padding-left: 100px;
    }
}
.single-timeline-area .timeline-date {
    position: absolute;
    width: 180px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date {
        width: 100px;
    }
}
.single-timeline-area .timeline-date::after {
    position: absolute;
    width: 3px;
    height: 100%;
    content: "";
    background-color: #ebebeb;
    top: 0;
    right: 30px;
    z-index: 1;
}
.single-timeline-area .timeline-date::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
.single-timeline-area .single-timeline-content {
    position: relative;
    z-index: 1;
    padding: 30px 30px 25px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content {
        padding: 20px;
    }
}
.single-timeline-area .single-timeline-content .timeline-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    /* background-color: #f1c40f; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
    color: #ffffff;
    line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
    font-size: 13px;
    margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
    background-color: #020710;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
    color: #3f43fd;
}

/*===========================
    16. education at portfolio page css 
===========================*/
/*=====  =====*/
.educations {
    background-color: #f6f9fc;
    /* padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 180px;     */
    padding: 100px 0px;    
    position: relative;    
  }


.educations h3 {
    margin-bottom: 23px;
    font-weight: 300;
    margin-top: 0;
    font-size: 24px;
}

.educations h5, h6{
    font-size: 14px;
}

.educations strong {
    font-weight: 700;
}

.educations-info-wrapper {    
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 2px #e9e9e9;
}

.educations-info-wrapper p {
    font-size: 14px;
}

.educations-info-item {
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .educations {
        padding: 50px 0px;   
    }

    .educations-info-wrapper {
        padding: 18px 10px;
    }
  .educations-info-item {
        margin-right: 0;
        margin-left: 0;
    }
}

.educations-info-item:last-child {
    margin-bottom: 0;
}

.educations-info-border {
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}

.educations-info-item:last-child .educations-info-border {
    padding-bottom: 0;
    border-bottom: 0;
}

.educations-info-item p {
    margin: 0 auto 8px;    
}

.educations-info-item p:last-child {
    margin-bottom: 0;
}

.educations-info-item h4 {
    margin: 0 0 8px;
}

.educations-info-item h5 {
    margin-bottom: 0;
    padding-right: 10px;
}

/*===========================
    17. Interesting at portfolio page css 
===========================*/
/*=====  =====*/
.interesting {
    background-color: #f6f9fc;
    /* padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 180px;     */
    padding: 50px 0px;    
    position: relative;    
  }

.interesting .section--title {
    margin-bottom: 60px;
    text-align: center;
}

.interesting .section--title h2 {
    position: relative;
    display: inline-block;
    margin-top: -7px;
    margin-bottom: 0;
    padding-bottom: 18px;
    font-size: 36px;
    line-height: 41px;
}

.interesting .section--title h2:before,
.interesting .section--title h2:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.interesting .section--title h2:before {
    bottom: 0;
    width: 100px;
    padding: 4px 0 5px;
    border-style: solid;
    border-width: 1px 0;
    border-color: #737373;
}

.interesting .section--title h2:after {
    bottom: 5px;
    width: 200px;
    height: 1px;
    background-color: #303030;
}

.row-eq-height {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.service--item {
    margin-bottom: 60px;
}

.service--icon {
    float: left;
    width: 45px;
    font-size: 38px;
    line-height: 0;
    text-align: center;
    color:#FF6B6B;
}

.service--content {
    margin-left: 60px;
}

.service--content h2 {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
}

.service--content strong {
    font-weight: 500;
    color: #01054B;
}

.service--content p {
    margin-top:5px
}


/*===========================
    18. contact at portfolio page css 
===========================*/
/*=====  =====*/
.contact {
    background: #F3F3F3;
    padding: 100px 0 70px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  .contact .contact-form-wrapper form .single-input {
    position: relative;
    margin-bottom: 20px;
  }

  .contact .contact-form-wrapper form .single-input label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .contact .contact-form-wrapper form .single-input textarea,
  .contact .contact-form-wrapper form .single-input input {
    background: transparent;
    border-radius: 10px;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
    width: 100%;
    border: 1px solid #585978;
    box-shadow: 0px 5px 25px rgba(218, 211, 211, 0.3);
    transition: all 0.3s ease-out 0s;
  }

  .contact .contact-form-wrapper form .single-input textarea::placeholder,
  .contact .contact-form-wrapper form .single-input input::placeholder {
    font-weight: 300;
    opacity: 1;
    color: 585978;
  }

  .contact .contact-form-wrapper form .single-input textarea:focus,
  .contact .contact-form-wrapper form .single-input input:focus {
    border-color: #2F80ED;
  }

  .contact .contact-form-wrapper form .single-input input {
    height: 56px;
  }

  .contact .contact-form-wrapper form .single-input textarea {
    padding: 15px 20px;
    padding-right: 50px;
    resize: none;
  }

  .contact .contact-form-wrapper form .single-input i {
    position: absolute;
    right: 21px;
    top: 53.5px;
  }

  /* .contact .contact-form-wrapper form .form-button {
    padding-top: 10px;
  } */

  .contact .contact-form-wrapper form .form-button button {
    height: 56px;
  }

  @media only screen and (min-width: 1400px) {
    .contact .left-wrapper {
      margin-left: 50px;
    }
}

  @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .contact .left-wrapper {
      margin-left: 40px;
    }
}

  @media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact .left-wrapper {
      margin-bottom: 50px;
    }
}

  .contact .left-wrapper .single-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-out 0s;
  }

  .contact .left-wrapper .single-item .icon {
    max-width: 54px;
    width: 100%;
    height: 54px;
    border-radius: 50%;
    background: #2F80ED;
    color: #ffffff;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }


/*===========================
    19. board section css
===========================*/
/*===== board common  =====*/
.tb-row a {
    color: black;
  }


/*===========================
    20. portfolio css
===========================*/
/*===== portfolio common  =====*/

/*===== portfolio work experience  =====*/
.timeline-icon-pink {
    background-color: #ff6680;
}

.timeline-icon-red {
    background-color: #ff0000;
}

.timeline-icon-orange {
    background-color: #ffa500;
}

.timeline-icon-yellow {
    background-color: #ffff00;
}

.timeline-icon-blue {
    background-color: #0000ff;
}

.timeline-icon-skyblue {
    background-color: #87ceeb;
}

.timeline-icon-green {
    background-color: #008000;
}

.timeline-icon-gray {
    background-color: #808080;
}


/*===========================
    21. pages css
===========================*/
/*===== pages common  =====*/
pre .text-wrapper {
    padding: 10px;
    white-space: pre-wrap;
    overflow: auto;
    word-break: break-all;
}
