/* Variables
======================*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  background-color: #17283b;
  color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: capitalize;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}

.link:hover {
  background-color: #eabf86;
  color: #fff;
}

.more.link {
  margin: 35px auto 0;
}

section .section_title h3, .about_content h2, .service_item a.title, .blog_item .cont a {
  margin: 0 0 20px;
  font-size: 25px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}

section .section_title p, .service_item p, .blog_item .cont p {
  margin: 0 0 10px 0;
  color: #777;
  font-size: 14px;
}

/* Setting Style
======================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::-moz-selection {
  background-color: #17283b !important;
  color: #fff !important;
}

::selection {
  background-color: #17283b !important;
  color: #fff !important;
}

body {
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  font-weight: 400;
}

/* Lists  
======================*/
ul,
li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Links 
======================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
======================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Section Setting
=======================*/
.page_content {
  z-index: 999;
  position: relative;
}

section {
  padding: 0 0 50px 0;
  position: relative;
}
section.colored{
  background-color: #f2f2f2;
}
section .section_title {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}

section .section_title h3 {
  position: relative;
  padding-bottom: 15px;
}

section .section_title h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100px;
  background-color: #e1e1e1;
}

section .section_title h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 30px;
  background-color: #17283b;
}

section .section_title p a {
  color: inherit;
  text-decoration: underline;
}

section.section_color {
  padding-top: 50px;
  background-color: #fafafa;
}

@media all and (max-width: 767.98px) {
  section {
    padding: 0 0 25px;
  }
}

@media all and (max-width: 575.98px) {
  section.section_color {
    padding: 25px 0;
  }
  section .section_title h3 {
    font-size: 18px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media all and (max-width: 575.98px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.loading {
  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;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
}

.loading img {
  margin: 0 0 20px 0;
  max-width: 140px;
}

.form-group {
  position: relative;
  margin: 0 0 20px 0;
  text-align: start;
}

label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  line-height: 25px;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
  color: #333333;
  text-align: left;
}

label sup {
  color: #17283b;
}

.txt_red {
  color: #17283b;
  margin-bottom: 15px;
  display: block;
}

.form-control {
  text-align: left;
  width: 100%;
  color: #17283b;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin: 0;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.form-control:hover, .form-control:focus {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.form-control {
  resize: none;
  min-height: 120px !important;
  padding: 15px !important;
  line-height: 25px;
}

.modal-backdrop.show {
  background-color: #333333;
  opacity: 0.85;
  z-index: 9998;
}

.modal-open {
  padding: 0 !important;
}

.modal-open .modal {
  overflow: hidden;
  padding: 0 !important;
  z-index: 9999;
}

.modal .modal-header {
  padding: 15px;
  border-color: #ececec;
}

.modal .modal-header h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
}

.modal .modal-header .close {
  padding: 0;
  background-color: #17283b;
  text-align: center;
  color: #fff;
  margin: 0;
  opacity: 1;
  width: 25px;
  height: 25px;
  font-weight: 300;
}

.modal .modal-dialog {
  max-width: 576px;
}

.modal .modal-body {
  padding: 25px;
}
.modal .modal-body p{
    font-size: 14px;
}
.modal form {
  margin: 0;
}

.modal .form-control {
  margin-bottom: 15px;
  width: 100%;
  border-color: #ececec;
}

.modal .link {
  margin: 0;
}

.accordion {
  position: relative;
}

.panel {
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

.panel .panel-title {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #fff;
  border: 1px solid #f1f1f1;
  background-color: #17283b;
  font-weight: 600;
}

.panel .panel-title::before {
  position: absolute;
  content: "-";
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  right: 15px;
  top: 0;
  color: #fff;
}

.panel .panel-title.collapsed {
  color: #333333;
  background-color: #f9f9f9;
}

.panel .panel-title.collapsed::before {
  content: "+";
  color: #333333;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.panel .panel-collapse {
  background-color: #f9f9f9;
  width: 100%;
  padding: 15px;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
}

/** Top Header
============================*/
.top_header {
  position: fixed;
  width: 100%;
  z-index: 9998;
  top: 0;
  left: 0;
  min-height: 50px;
  background-color: #fafafa;
}

.top_header ul {
  text-align: left;
}

.top_header ul li {
  color: #333333;
  display: inline-block;
  margin-right: 5px;
  line-height: 50px;
  font-size: 13px;
}

.top_header ul li i {
  margin-inline-end: 5px
}

.top_header ul li a {
  color: #333333;
  display: block;
}

@media all and (max-width: 767.98px) {
  .top_header .time{
     display: none; 
  }
  .top_header ul li i {
     margin-inline-end: 0
}

}

/* Header
==============================*/
header {
  position: fixed;
  top: 50;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9998;
  min-height: 80px;
  padding: 20px 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

header.move {
  padding: 10px 0;
}

header .container {
  position: relative;
  height: 60px;
}

header .navbar-brand {
  margin: 0;
  padding: 0;
  height: 60px;
  position: relative;
  z-index: 999;
}

header .navbar-brand img {
  margin: 0;
  height: 100%;
}

header .menu-btn {
  display: none;
  position: relative;
  padding: 0;
  background-color: #17283b;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 0;
  color: #fff;
  margin: auto;
}

header .navbar {
  padding: 0;
  margin: 0;
  margin-top: -60px;
}

header .navbar .container {
  min-height: auto;
}

header .navbar ul.navbar-nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

header .navbar ul.navbar-nav li {
  display: inline-block;
}

header .navbar ul.navbar-nav li a {
  position: relative;
  display: block;
  padding: 0 15px;
  font-size: 14px;
  text-transform: capitalize;
  color: #333333;
  text-align: center;
  line-height: 40px;
  margin: 15px auto;
}

header .navbar ul.navbar-nav li a:focus, header .navbar ul.navbar-nav li a:hover {
  color: #17283b;
}

header .navbar ul.navbar-nav li.active > a {
  color: #17283b;
  background-color: transparent;
}

@media all and (min-width: 992px) {
  header .navbar ul.navbar-nav .dropdown .dropdown-menu {
    display: block;
    left: 0;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    top: 85px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #f0f0f0;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  header .navbar ul.navbar-nav .dropdown .dropdown-menu a {
    margin: 10px 0;
    line-height: 25px;
    padding: 0 15px;
    text-align: start;
    color: #333333;
  }
  header .navbar ul.navbar-nav .dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #17283b;
  }
  header .navbar ul.navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 70px;
  }
  header .navbar ul.navbar-nav .dropdown .sub_dropdown {
    position: relative;
  }
  header .navbar ul.navbar-nav .dropdown .sub_dropdown .dropdown-menu_sub {
    left: -100%;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  header .navbar ul.navbar-nav .dropdown .sub_dropdown:hover .dropdown-menu_sub {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

@media all and (max-width: 991.98px) {
  header {
    padding: 10px 0 0;
    min-height: 85px;
  }
  header.move {
    padding: 10px 0 0;
  }
  header .container, .top_header .container {
    padding: 0 15px;
    min-height: 60px;
    max-width: 100%;
  }
  header .menu-btn {
    display: inline-block;
  }
  header .navbar {
    display: block;
    width: 100%;
    padding: 0;
    margin: 15px 0 0 0;
  }
  header .navbar .container {
    min-height: auto;
    height: auto;
    max-width: 100%;
    padding: 0;
  }
  header .navbar .navbar-collapse {
    position: relative;
    width: 100%;
    z-index: 999;
    margin: 0;
    background-color: #fff;
  }
  header .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  header .navbar .navbar-collapse.show {
    display: block !important;
  }
  header .navbar ul.navbar-nav {
    display: block;
    text-align: start;
    width: 100%;
    padding: 0;
    max-height: 390px;
    overflow: hidden;
    overflow-y: auto;
  }
  header .navbar ul.navbar-nav li {
    display: block;
  }
  header .navbar ul.navbar-nav li a {
    color: #333333;
    display: block;
    margin: 0;
    padding: 5px 15px;
    text-align: start;
    line-height: 35px;
    border-top: 1px solid #ededed;
  }
  header .navbar ul.navbar-nav li a i {
    float: right;
    width: 25px;
    height: 25px;
    background-color: #17283b;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin: 5px 0;
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
  }
  header .navbar .dropdown .dropdown-menu {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    border: 0;
    padding: 0 15px 0 25px;
  }
  header .navbar .dropdown .dropdown-menu a {
    margin: 0;
    padding: 0;
    display: block;
    border: 0;
  }
  header .navbar .dropdown .dropdown-menu a:hover {
    background: transparent;
    color: #17283b;
  }
  header .navbar .dropdown.show a i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  header .navbar .dropdown.show .dropdown-menu {
    display: block;
  }
  header .navbar .sub_dropdown .dropdown-menu_sub {
    position: static;
    clear: both;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    padding: 0 25px 0 15px;
  }
  header .navbar .sub_dropdown .dropdown-menu_sub a {
    line-height: 25px;
    margin: 0 0 5px 0;
    font-size: 12px;
  }
}

/* Home Nav
=========================*/
.home_nav.top_header, .home_nav.home_header {
  background-color: #17283b;
}

.home_nav.top_header.move, .home_nav.home_header.move {
  background-color: #17283b;
}

.home_nav.home_header.top_hide {
  top: 0;
}

.home_nav.top_header ul li {
  color: #fff;
}

.home_nav.top_header ul li a {
  color: #fff;
}

.top_header_flag {
    width: 32px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
}

.home_nav.home_header {
  padding: 10px 0;
  min-height: 80px;
  border-top: 1px solid #eabf86;
}

.home_nav.home_header .navbar-brand {
  margin: 10px 0;
  height: 39px;
}

.home_nav.home_header .navbar ul.navbar-nav li a {
  color: #fff;
}

@media all and (min-width: 992px) {
  .home_nav.home_header .navbar .dropdown .dropdown-menu {
    top: 100px;
  }
  .home_nav.home_header .navbar .dropdown .dropdown-menu a {
    color: #333333;
  }
  .home_nav.home_header .navbar .dropdown .dropdown-menu a:hover {
    background-color: transparent;
    color: #17283b;
  }
  .home_nav.home_header .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 75px;
  }
  .home_nav.home_header .navbar .dropdown .sub_dropdown {
    position: relative;
  }
  .home_nav.home_header .navbar .dropdown .sub_dropdown .dropdown-menu_sub {
    left: -100%;
    top: 30px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: 0.3s linear all;
    transition: 0.3s linear all;
  }
  .home_nav.home_header .navbar .dropdown .sub_dropdown:hover .dropdown-menu_sub {
    opacity: 1;
    visibility: visible;
    top: 0;
  }
}

@media all and (max-width: 991.98px) {
  .home_nav.home_header {
    min-height: 60px;
    padding: 0;
    background-color: #17283b;
  }
  .home_nav.home_header .navbar {
    margin: 0;
  }
  .home_nav.home_header .navbar ul.navbar-nav li a {
    color: #333333;
  }
}

/* Page Head
====================*/
.page_head {
      margin-top: 0;
      position: relative;
      padding: 200px 0 75px 0;
      background: url(../images/counter_bc.jpg) fixed center no-repeat;
      background-size: cover;
}
.page_head::before{
    content: "";
    background-color: #0008;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.page_head .page_head_cover {
  padding: 0;
}

.page_head .page_head_cover img {
  width: 100%;
}

.page_head .col-12 {
  flex-direction: column;
  padding: 15px;
  display: flex;
  align-items: center;
 justify-content: center;
}

.page_head h3 {
      color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.page_head ul {
  margin: 15px  auto 0;
}

.page_head ul li {
  display: inline-block;
  text-transform: capitalize;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}

.page_head ul li:last-child {
  padding-left: 10px;
  margin-left: 10px;
  line-height: 30px;
}

.page_head ul li:last-child::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: -5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  position: absolute;
  height: 30px;
  line-height: 30px;
}

.page_head ul li a {
  font-size: 14px;
  display: block;
  color: #eabf86;
}

@media all and (max-width: 991.98px) {
  .page_head {
    /* margin-top: 135px; */
  }
}

@media all and (max-width: 767.98px) {
  .page_head .col-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0;
  }
  .page_head .col-12 ul {
    text-align: center;
    margin: 0;
  }
  .page_head .col-12 ul li,
  .page_head .col-12 ul a {
    font-size: 12px;
  }
}

footer {
  background-color: #17283b;
  padding: 50px 0;
  color: #fff;
}

footer img {
  max-width: 220px;
  margin: 0;
}

footer h3 {
  font-size: 16px;
  margin: 15px 0 30px 0;
  padding-left: 20px;
  border-left: 3px solid #17283b;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.5px;
}

footer .address {
  margin: 25px 0 5px;
  line-height: 25px;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
}
footer .contact_link i ,
footer .address i{
   margin-right: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}

footer .contact_link {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 5px;
  
  position: relative;
  padding-left: 25px;
}

footer .bottom_links {
  margin: 15px 0;
}

footer .bottom_links li {
  display: inline-block;
}

footer .bottom_links li:nth-child(1) {
  margin-right: 12px;
  line-height: 20px;
}

footer .bottom_links li a {
  color: #fff;
  font-size: 12px;
}

footer .quick_links li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 30px;
}

footer .quick_links li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 900;
  position: absolute;
  height: 30px;
  line-height: 30px;
}

footer .img_links {
  margin: 30px 0;
}

footer .img_links a {
  display: block;
  margin-bottom: 15px;
}

footer .social_links {
  margin-bottom: 15px;
}

footer .social_links li {
  display: inline-block;
}

footer .social_links li a {
  display: block;
  margin: 5px 5px 5px 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border: 2px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
}

footer .social_links li a.fa-facebook {
  color: #1877F2;
  border-color: #1877F2;
}

footer .social_links li a.fa-twitter {
  color: #1DA1F2;
  border-color: #1DA1F2;
}

footer .social_links li a.fa-instagram {
  color: #E4405F;
  border-color: #E4405F;
}

footer .social_links li a.fa-youtube {
  color: #CD201F;
  border-color: #CD201F;
}

footer .social_links li a.fa-linkedin {
  color: #0A66C2;
  border-color: #0A66C2;
}

footer .social_links li a.fa-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
}

footer .social_links li a.fa-pinterest {
  color: #BD081C;
  border-color: #BD081C;
}

footer .social_links li a.fa-snapchat {
  color: #FFFC00;
  border-color: #FFFC00;
}

footer .social_links li a.fa-wordpress {
  color: #21759B;
  border-color: #21759B;
}

footer .social_links li a.fa-book-reader {
  color: #00a8aa;
  border-color: #00a8aa;
}

footer .social_links.rounded li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

@media all and (max-width: 1199.98px) {
  footer h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  footer .address {
    font-size: 13px;
  }
}

.copyright {
  padding: 20px 0;
  background-color: #17283b;
  border-top: 1px solid #eabf86;
}

.copyright .col-12 p {
  color: #fff;
  margin: 0;
  font-size: 12px;
}

.chat_btns {
    position: fixed;
    inset-inline-end: 20px;
    bottom: 20px;
    width: 45px;
    z-index: 9998;
    text-align: center;
}
.chat_btns a {
    display: block;
    position: relative;
    font-size: 22px;
    margin: auto;
    color: #fff !important;
    border: 0;
    width: 45px;
    height: 45px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.chat_btns a.whats {
    background-color: #25d366;
}
.chat_btns a::after, .chat_btns a::before {
    width: 45px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s all linear;
    -moz-transition: 0.3s all linear;
    -ms-transition: 0.3s all linear;
    -o-transition: 0.3s all linear;
    transition: 0.3s all linear;
    animation: ripple 1.5s infinite;
    animation-delay: 0.6s;
}
.chat_btns a.whats::after, .chat_btns a.whats::before {
    box-shadow: 0 0 0 0 rgb(37 211 102 / 60%);
}
.chat_btns a::after {
    animation-delay: 0.6s;
}
.chat_btns a i {
    line-height: 45px;
}
.fa-whatsapp:before {
    content: "\f232";
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/* Up Button
======================*/
.up_btn {
  display: none;
  position: fixed;
  bottom: 45px;
  left: 15px;
  border: 0;
  z-index: 999;
  width: 35px;
  height: 35px;
  font-size: 16px;
  border: 0;
  color: #fff;
  background-color: #17283b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.text {
  padding-top: 50px;
}

.text h3 {
  color: #17283b;
  font-weight: 700;
  font-size: 22px;
  margin: 0 0 25px 0;
  line-height: 25px;
  letter-spacing: 0.5px;
}

.text p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333333;
}
.text p a{
    
  color: #17283b;
}

.text img {
  margin-bottom: 25px;
}

@media all and (max-width: 575.98px) {
  .text h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .text p {
    font-size: 14px;
  }
}

.gray_bc {
  padding: 25px;
  background-color: #fafafa;
  margin: 25px auto;
}

.list li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  background-color: #17283b;
}

.testimonials_item {
  padding: 0 25px;
  text-align: center;
}

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

.testimonials_slider .owl-nav button.owl-next,
.testimonials_slider .owl-nav button.owl-prev {
  display: none;
}

.testimonials_slider .owl-dots {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0px;
}

.testimonials_slider button.owl-dot {
  background-color: #333333;
}

.testimonials_slider button.owl-dot.active {
  background-color: #17283b;
}

.report_link {
  display: block;
  margin: 25px auto;
}

.report_link img {
  width: 100%;
}

.why_slider {
  position: relative;
  background-color: #333333;
  padding: 0 45px;
  min-height: 320px;
}

@media all and (max-width: 575.98px) {
  .why_slider {
    padding: 0 15px;
  }
}

.why_item {
  margin: 20px auto 25px;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why_item img {
  margin: 0;
  max-width: 270px;
}

.why_item .cont {
  padding: 0 0 0 25px;
  margin: 0;
}

.why_item .cont h3 {
  color: #fff;
}

.why_item .cont p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}

@media all and (max-width: 991.98px) {
  .why_item img {
    max-width: 220px;
  }
  .why_item .cont {
    padding: 0 0 0 15px;
  }
  .why_item .cont h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .why_item .cont p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767.98px) {
  .why_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .why_item img {
    margin: auto auto 15px;
  }
  .why_item .cont {
    text-align: center;
  }
  .why_item .cont p {
    text-align: justify;
  }
}

@media all and (max-width: 575.98px) {
  .why_item img {
    width: 100%;
  }
  .why_item .cont {
    padding: 0;
  }
}

/* Slider 
====================*/
.slider {
  padding: 0;
  margin-bottom: 50px;
}

@media all and (max-width: 991.98px) {
  .slider {
    margin-top: 60px;
  }
}

@media all and (max-width: 575.98px) {
  .slider {
    margin-bottom: 25px;
  }
}

.slider .home_slider .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.slider .home_slider .container .row {
  height: 100%;
}

.slider .home_slider .container .col-12 {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider .home_slider .container .col-12 h3 {
  font-weight: 600;
  font-size: 49px;
  line-height: 1.375em;
  color: #fff;
  margin: 0 0 0.1em 0;
}

.slider .home_slider .container .col-12 p {
  font-size: 21px;
  color: #fff;
  margin: 1em 0;
  margin-bottom: 0;
  font-size: 1.5em;
}

@media all and (max-width: 1199.98px) {
  .slider .home_slider .container .col-12 h3 {
    font-size: 42px;
  }
}

@media all and (max-width: 991.98px) {
  .slider .home_slider .container .col-12 h3 {
    font-size: 28px;
  }
  .slider .home_slider .container .col-12 p {
    font-size: 18px;
  }
}

@media all and (max-width: 767.98px) {
  .slider .home_slider .container {
    max-width: 100%;
  }
  .slider .home_slider .container .col-12 {
    padding: 0 30px;
  }
  .slider .home_slider .container .col-12 h3 {
    font-size: 22px;
  }
  .slider .home_slider .container .col-12 p {
    font-size: 14px;
  }
}

@media all and (max-width: 575.98px) {
  .slider .home_slider .container {
    max-width: 100%;
    background-color: rgba(51, 51, 51, 0.5);
  }
  .slider .home_slider .container .col-12 {
    padding: 0 30px;
  }
  .slider .home_slider .container .col-12 h3 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .slider .home_slider .container .col-12 p {
    font-size: 12px;
  }
}

.slider .owl-carousel .owl-nav,
.slider .owl-carousel .owl-dots {
  opacity: 0;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.slider .owl-carousel:hover .owl-nav,
.slider .owl-carousel:hover .owl-dots {
  opacity: 1;
}

.home_search{
  position: absolute;
  width: 991px;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff4;
  padding: 25px;
}

.home_search .form-control{
  border-width: 0 1px 0 0;
  border-radius: 0;
  line-height: 60px;
  height: 60px;
  padding: 0 25px;
  color: #000;
  text-transform: capitalize;
}
.home_search .link{
  min-width: 112px;
  height: 60px;
  margin: 0;
}
@media all and (max-width: 991px){
  .home_search{
      max-width: 90%;
      flex-wrap: wrap;
      height: 170px;
    }
  .home_search .form-control{
    width: 50%;
  }
  .home_search .link{
    min-width: 50%;
  }
}
@media (max-width: 576px){
  .home_search{
      max-width: 100%;
      flex-wrap: wrap;
      height: auto;
      position: relative;
      background-color: #f5f5f5;
      padding: 15px;
    }
  .home_search .form-control{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  .home_search .link{
    min-width: 100%;
  }
}
/* Top Offer
====================*/
.top_offer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ededed;
  border: 1px solid #878787;
  margin-bottom: 50px;
}

.top_offer .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_offer .cont img {
  margin: 0 15px;
}

.top_offer .cont p {
  font-weight: 600;
  font-size: 11px;
  margin: 0;
  color: #333333;
}

.top_offer .cont p span {
  color: #17283b;
}

.top_offer .cont .btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}

.top_offer .cont .btn_group .link {
  text-transform: uppercase;
  font-size: 10px;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 0 5px;
}

.top_offer img {
  margin: 0 0 0 auto;
}

@media all and (max-width: 991.98px) {
  .top_offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
  }
  .top_offer .cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .top_offer .cont img {
    margin: auto auto 15px;
  }
  .top_offer .cont .btn_group {
    margin: 15px auto;
  }
  .top_offer img {
    margin: auto;
  }
}

@media all and (max-width: 575.98px) {
  .top_offer {
    margin-bottom: 25px;
  }
}

/* About
====================*/
.about_content p {
  font-size: 14px;
  color: #777;
}

.about_img img {
  margin: auto 0 auto auto;
}

@media all and (max-width: 991.98px) {
  .about_img img {
    width: 100%;
    margin: auto;
  }
}

/* Service Item
======================*/
.service_item {
    margin: 25px auto 5px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 15px;
}
.serv_img{
    overflow:hidden;
    padding: 25px 0;
}
.service_item img {
  width: 100px;
  transition: 0.4s linear transform;
}

.service_item p {
  min-height: 63px;
}

.service_item a.title {
  display: inline-block;
  font-size: 14px;
  margin: 15px 0 10px;
  min-height: 42px;
}

.service_item a.title:hover {
  color: #17283b;
}

.service_item a.txt_link {
  font-size: 13px;
  line-height: 20px;
  display: inline-block;
  color: #17283b;
  font-weight: 600;
}
.service_item:hover img{
   transform: scale(1.05) rotate(1deg)
}
/* Blog Item
==================*/
.blog_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.blog_item .cover {
  width: 50%;
  display: block;
}

.blog_item .cover img {
  width: 100%;
}

.blog_item .cont {
  padding: 15px;
  width: 50%;
  background-color: #fcfcfc;
  position: relative;
}

.blog_item .cont::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-right: 15px solid #fcfcfc;
}

.blog_item .cont a {
  font-size: 16px;
  display: inline-block;
  margin: 10px 0;
}

.blog_item .cont p {
  font-size: 16px;
}

@media all and (max-width: 1199.98px) {
  .blog_item .cont a {
    font-size: 15px;
  }
  .blog_item .cont p {
    font-size: 13px;
    margin: 0;
  }
}

.blog_item:hover .cont {
  color: #fff;
  background-color: #17283b;
}

.blog_item:hover .cont a,
.blog_item:hover .cont p {
  color: #fff;
}

.blog_item:hover .cont::before {
  border-right-color: #17283b;
}

.blog_item.flex-row-reverse .cont::before {
  left: auto;
  right: -30px;
  border-right: 0;
  border-left: 15px solid #fcfcfc;
}

.blog_item.flex-row-reverse:hover .cont::before {
  border-left-color: #17283b;
}

@media all and (max-width: 991.98px) {
  .blog_item {
    margin-top: 15px;
  }
  .blog_item .cover {
    width: 30%;
  }
  .blog_item .cont {
    width: 70%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blog_item.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .blog_item.flex-row-reverse .cont::before {
    right: auto;
    left: -30px;
    border-left: 0;
    border-right: 15px solid #fcfcfc;
  }
}

@media all and (max-width: 575.98px) {
  .blog_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 94%;
    margin: 15px auto 0;
  }
  .blog_item .cover {
    width: 100%;
  }
  .blog_item .cont {
    width: 100%;
    padding: 15px;
    display: block;
  }
  .blog_item .cont::before {
    display: none;
  }
  .blog_item.flex-row-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* Statist
====================*/
.statist {
  background: url(../images/counter_bc.jpg) fixed center no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.statist .timer_item {
  color: #eabf86;
  display: block;
}

.statist .timer_item i {
  font-size: 32px;
}

.statist .timer_item p {
  font-size: 14px;
  display: block;
}

.statist .timer_item span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  margin: 15px auto;
}

/* property_item
====================*/
.property_item {
  display: block;
  padding: 0;
  position: relative;
}

.property_item .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  height: 100%;
  padding: 15px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(222, 31, 38, 0.8);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s linear transform;
  transition: 0.3s linear transform;
}

.property_item:hover .cont {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media all and (max-width: 575.98px) {
  .property_item {
    max-width: 94%;
    margin: 0 auto 15px;
  }
}

.inner_property .property_item {
  margin: 15px auto;
  overflow: hidden;
}

@media all and (max-width: 575.98px) {
  .inner_property .property_item {
    margin: 15px auto 0;
  }
}

.inner_property .property_item img {
  width: 100%;
  -webkit-transition: 0.3s all linear;
  transition: 0.3s all linear;
}

.inner_property .property_item .cont {
  background-color: rgba(51, 51, 51, 0.95);
}

.inner_property .property_item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.property {
  background-color: #f1f1f1;
  padding: 50px 0;
}

@media all and (max-width: 575.98px) {
  .property {
    padding: 25px 0;
  }
}

.property .block {
  background-color: #fff;
  padding: 25px;
  margin-bottom: 30px;
}

.property .block h3 {
  color: #333333;
  font-size: 20px;
}

.property .block h3.red {
  color: #17283b;
}

.property .block p span {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

@media all and (min-width: 992px) and (max-width: 1199.98px) {
  .property .block.mid-block {
    padding: 10px 15px 0;
  }
  .property .block.mid-block .link {
    font-size: 12px;
  }
}

@media all and (max-width: 575.98px) {
  .property .block {
    padding: 10px;
  }
  .property .block h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .property .block p {
    font-size: 13px;
  }
  .property .block p span {
    font-size: 12px;
  }
  .property .block .link {
    font-size: 12px;
  }
}

.property .property_slider {
  margin-bottom: 30px;
}

.property .property_slider img {
  margin: 0;
}

.property .property_slider .owl-dots {
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
}

.property .property_slider .owl-dots button {
  background-color: #333333;
}

.contact_form {
  background-color: #fff;
  padding: 25px;
}

.contact_form h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  color: #17283b;
}

.contact_info {
  background-color: #fff;
  padding: 25px;
}

.contact_info h3 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  color: #17283b;
}

.contact_info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
  line-height: 35px;
}

.contact_info ul li span {
  width: 100%;
  display: block;
}

.contact_info ul li i {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #fafafa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.contact_info ul li a {
  display: block;
  color: #333333;
}
.partners{
    padding: 50px 0;
}
.partner_item{
    display: block;
    background: #fff;
    transition: 0.4s transform linear;
}
.partner_item:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 3%);
    transform: translateY(-10px);
}
.partner_item img{
       margin: 15px auto;
    width: 220px;
}
.partner_item button {
    margin-top: 22px;
}
.partner_item .cont{
    border-top: 1px solid #f1f1f1;
    padding: 15px;
    text-align: center;
}
.partner_item .cont h3{
    color: #17283b;
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0 15px 0;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.partner_item .cont p{
    font-size: 15px;
    color: #333333;
    margin: 15px 0 0;
}

/* Team 
=======================*/
.team {
    text-align: center;
    background-color: #fff;
    padding: 50px 0;
}
.team .section_title2{
   background-color: #000;
   margin: 0 auto 15px;
    padding: 25px;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    height: 320px;
}
.team .section_title2 h3 {
   color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0;
}
.team .section_title2 h3::before ,
.team .section_title2 h3::after{
    display: none;
}
.team .section_title2 p {
    color: #fff;
    margin-bottom: 25px;
}
.join_new_btn {
    float: right;
    position: absolute;
    top: 8px;
    right: 20px;
}
.team-item {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #000000;
}
.team-item .team-img{
   overflow: hidden;
    position: relative;
    height: 320px;
    width: 100%;
}
.team-item .team-img img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s transform linear;
}
.team-item .team-cont {
        display: block;
    position: absolute;
    padding: 15px;
    text-align: left;
    letter-spacing: 1px;
    bottom: 0;
    left: 0;
    background-color: #0009;
    width: 100%;
}
.team-item .team-cont h3 {
    display: block;
    margin: 0px auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 700;
}
.team-item .team-cont p {
   color: #fff;
    font-weight: 400;
    margin: 0px auto;
    line-height: 20px;
    font-size: 11px;
}
.team-item .icon_link{
     z-index: 999;
    width: 35px;
    height: 35px;
    font-size: 16px;
    border: 0;
    color: #fff;
    background-color: #17283b;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.team-item:hover .team-img img {
    transform: scale(1.05) rotate(3deg);
}
.team-item:hover .icon_link{
    opacity: 1;
}

/*# sourceMappingURL=style.css.map */
[data-notify="container"][class*="alert"] {
  border-width: 0px;
  border-radius: 50px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  letter-spacing: 1px;
  text-align: center;
}

[data-notify="container"].alert-danger {
  width: auto;
}

[data-notify="container"].alert-success {
  width: auto;
}

[data-notify="container"][class*="alert-"]>[data-notify="icon"] {
  display: inline;
}

[data-notify="container"][class*="alert-"]>[data-notify="message"] {
  font-weight: 400;
  display: inline;
  text-align: center;
  width: 100%;
}
.project_item {
  background-color: #fff;
  margin-bottom: 25px;
  position: relative;
  z-index: 98;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  width: calc(100% - 2px);
}
.project_item .cover {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.project_item .cover img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-transition: 0.3s transform linear;
  -moz-transition: 0.3s transform linear;
  -ms-transition: 0.3s transform linear;
  -o-transition: 0.3s transform linear;
  transition: 0.3s transform linear;
}
.project_item .cover .icon_link {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  opacity: 0;
  -webkit-transform: scale(0) rotate(0);
  -moz-transform: scale(0) rotate(0);
  -ms-transform: scale(0) rotate(0);
  -o-transform: scale(0) rotate(0);
  transform: scale(0) rotate(0);
  -webkit-transition: 0.3s opacity linear, 0.3s transform linear;
  -moz-transition: 0.3s opacity linear, 0.3s transform linear;
  -ms-transition: 0.3s opacity linear, 0.3s transform linear;
  -o-transition: 0.3s opacity linear, 0.3s transform linear;
  transition: 0.3s opacity linear, 0.3s transform linear;
}
.project_item .cover .icon_link i {
  line-height: 50px;
}
.project_item .cover span.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #4caf50;
  color: #fff;
  z-index: 999;
  display: inline-block;
  padding: 0 15px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.project_item .cont {
  text-align: start;
  padding: 15px 15px 5px;
  position: relative;
}
.project_item .cont h4 {
  position: absolute;
  top: -20px;
  background-color: #17283b;
  color: #fff;
  z-index: 999;
  display: inline-block;
  padding: 0 20px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0.5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.project_item .cont a {
  color: #212121;
  font-weight: 700;
  font-size: 14px;
  margin: 15px 0 5px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .project_item .cont a {
    letter-spacing: 0;
    font-size: 13px;
    margin: 10px 0;
  }
}
.project_item .cont a:hover {
  color: #17283b;
}
.project_item .cont .location {
  color: #777;
}
.project_item .cont li {
  font-size: 14px;
  display: block;
  margin: 10px 0;
}
.project_item .cont i {
  background-color: #f1f1f1;
  color: #212121;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-inline-end: 5px;
  vertical-align: middle;
  text-align: center;
}
.project_item .sub_info {
  border-top: 1px solid #f1f1f1;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.project_item .sub_info .price {
  font-weight: 500;
  font-size: 14px;
}
.project_item .sub_info a {
  color: #17283b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.project_item:hover .cover .icon_link {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.project_item:hover .cover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1199px) {
  .project_item .cont {
    padding: 25px 15px 15px;
  }
  .project_item .cont ul li {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .project_item .cont {
    padding: 25px 10px 15px;
  }
  .project_item .sub_info {
    padding: 15px 10px;
  }
}
.icon_link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 16px;
  padding: 0;
  background-color: #17283b;
  color: #ffffff;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  clip-path: circle(0% at 50% 100%);
  background-color: #fff1;
  -webkit-transition: 0.4s clip-path linear;
  -moz-transition: 0.4s clip-path linear;
  -ms-transition: 0.4s clip-path linear;
  -o-transition: 0.4s clip-path linear;
  transition: 0.4s clip-path linear;
}
.icon_link i,
.icon_link::before {
  z-index: 999;
  position: relative;
}
.icon_link:hover {
  color: #ffffff;
}
.icon_link:hover::after {
  clip-path: circle(100% at 50% 100%);
}
.icon_link:hover i,
.icon_link:hover::before {
  color: #ffffff;
}

.item_info {
  text-align: start;
  position: relative;
  background-color: #fff;
  margin-top: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}
.item_info.sticky {
  position: sticky;
  top: 140px;
  margin: 0;
}
@media (max-width: 991px) {
  .item_info.sticky {
    display: none;
  }
}
.item_info h3 {
  margin: 0;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 25px;
  color: #212121;
  font-weight: 500;
}
.item_info h3.colored {
  background-color: #17283b;
  color: #fff;
}
.item_info h3 i {
  margin-right: 3px;
}
.item_info .list {
  margin: 0;
}
.item_info .list li {
  font-size: 16px;
  line-height: 30px;
}
.item_info .list li::before {
  top: 10px;
}
.item_info .list li span {
  display: inline-block;
  margin-inline-start: 5px;
  color: #17283b;
  font-weight: 700;
}
.item_info .cont {
  padding: 15px;
}
.item_info .cont p {
  font-size: 14px;
  line-height: 25px;
}
.item_info .cont img{
  width: 220px;
  border-radius: 10px;
  margin: 0 auto 25px;
}

.item_info .feature {
  background-color: #fff5f5;
  margin: 5px;
  padding: 0 15px;
  border-radius: 5px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  line-height: 35px;
  display: inline-block
}
.item_info .guide li {
  display: block;
}
.item_info .guide li a {
  display: block;
  line-height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  color: #212121;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.item_info .guide li a:last-child{
  border-bottom: 0;
}
.item_info .guide li a i {
  margin-inline-end: 5px;
}
.sub_info {
  background-color: #fff;
  border: 1px solid #0001;
  text-align: start;
  color: #212121;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 25px;
  border-radius: 5px;
  margin: 5px auto 25px;
  margin-inline-end: 10px;
}
.sub_info  i {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-color: #fff5f5;
  line-height: 40px;
  text-align: center;
  margin-inline-end: 15px;
  font-size: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sub_info .data {
  color: #17283b;
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sub_info  .data span {
  color: #212121;
  display: block;
  line-height: 23px;
}
.sub_info  .data span a{
   color: #212121;
}
.sec_id {
  position: absolute;
  bottom: 135px;
}
.table{
    border: 0;
    background-color: #f2f2f2;
    border-radius: 15px;
  overflow: hidden
}
.table tr{
    border-bottom: 10px solid #f2f2f2;
    border-radius: 10px;
}
.table th{
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgba(222, 31, 38, 0.1);
    border-top: 0;
    border-bottom: 0 !important;
    border-radius: 25px;
    overflow: hidden;
    border: 10px solid #f2f2f2;
}
.table  td{
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  border-color: #f2f2f2;
  border-right-width: 10px;
  border-left-width: 10px;
  font-size: 14px;
  font-weight: 600;
}